Pull request #40115 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 3ddb4100a052aa556e78fefdf955cf0b7c374d43+bebd8206285b3d1aeb5d462683db71e7ac625903 (396d16b3436a440995e68414f789d78b55a668d7) 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-21T22:15:17.569Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2019-10-21T22:15:17.576Z] Trying to pass milestone 3 [Pipeline] milestone [2019-10-21T22:15:17.593Z] Trying to pass milestone 4 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2019-10-21T22:15:17.931Z] Running on ubuntu-1804-overlay2 (i-0cfc0e580daefa96f) in /home/ubuntu/workspace/moby_PR-40115 [Pipeline] { [Pipeline] checkout [2019-10-21T22:15:20.153Z] using credential docker-jenkins-github-credentials [2019-10-21T22:15:20.163Z] Cloning the remote Git repository [2019-10-21T22:15:20.163Z] Cloning with configured refspecs honoured and without tags [2019-10-21T22:15:20.187Z] Cloning repository https://github.com/moby/moby.git [2019-10-21T22:15:20.227Z] > git init /home/ubuntu/workspace/moby_PR-40115 # timeout=10 [2019-10-21T22:15:20.571Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-21T22:15:20.572Z] > git --version # timeout=10 [2019-10-21T22:15:20.588Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-21T22:15:20.589Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40115/head:refs/remotes/origin/PR-40115 +refs/heads/master:refs/remotes/origin/master [2019-10-21T22:15:35.531Z] Fetching without tags [2019-10-21T22:15:35.783Z] Merging remotes/origin/master commit bebd8206285b3d1aeb5d462683db71e7ac625903 into PR head commit 3ddb4100a052aa556e78fefdf955cf0b7c374d43 [2019-10-21T22:15:35.473Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-21T22:15:35.490Z] > git config --add remote.origin.fetch +refs/pull/40115/head:refs/remotes/origin/PR-40115 # timeout=10 [2019-10-21T22:15:35.509Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-21T22:15:35.525Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-21T22:15:35.533Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-21T22:15:35.533Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-21T22:15:35.534Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40115/head:refs/remotes/origin/PR-40115 +refs/heads/master:refs/remotes/origin/master [2019-10-21T22:15:35.789Z] > git config core.sparsecheckout # timeout=10 [2019-10-21T22:15:35.803Z] > git checkout -f 3ddb4100a052aa556e78fefdf955cf0b7c374d43 [2019-10-21T22:15:36.419Z] Merge succeeded, producing 3ddb4100a052aa556e78fefdf955cf0b7c374d43 [2019-10-21T22:15:36.420Z] Checking out Revision 3ddb4100a052aa556e78fefdf955cf0b7c374d43 (PR-40115) [2019-10-21T22:15:37.297Z] Commit message: "integration-cli: remove redundant logs from cp utils" [2019-10-21T22:15:37.315Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [2019-10-21T22:15:36.377Z] > git merge bebd8206285b3d1aeb5d462683db71e7ac625903 # timeout=10 [2019-10-21T22:15:36.403Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-21T22:15:36.421Z] > git config core.sparsecheckout # timeout=10 [2019-10-21T22:15:36.438Z] > git checkout -f 3ddb4100a052aa556e78fefdf955cf0b7c374d43 [2019-10-21T22:15:37.300Z] > git rev-list --no-walk 1aff66ace491c1f8365a1b44d3f347bcd8f127e4 # timeout=10 [Pipeline] sh [2019-10-21T22:15:38.318Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40115:/workspace alpine sh -c apk add --no-cache -q git bash && cd /workspace && hack/validate/dco [2019-10-21T22:15:46.427Z] Unable to find image 'alpine:latest' locally [2019-10-21T22:15:46.427Z] latest: Pulling from library/alpine [2019-10-21T22:15:46.427Z] 89d9c30c1d48: Pulling fs layer [2019-10-21T22:15:46.427Z] 89d9c30c1d48: Download complete [2019-10-21T22:15:46.684Z] 89d9c30c1d48: Pull complete [2019-10-21T22:15:46.684Z] Digest: sha256:c19173c5ada610a5989151111163d28a67368362762534d8a8121ce95cf2bd5a [2019-10-21T22:15:46.684Z] Status: Downloaded newer image for alpine:latest [2019-10-21T22:15:50.870Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [Pipeline] { (Branch: win-RS1) [Pipeline] { (Branch: win-RS5) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] stage [Pipeline] { (win-RS1) [Pipeline] stage [Pipeline] { (win-RS5) Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [2019-10-21T22:15:52.054Z] Running on ubuntu-1804-overlay2 (i-072f552fb15a91cf7) in /home/ubuntu/workspace/moby_PR-40115 [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-21T22:15:52.066Z] Running on ubuntu-1804-overlay2 (i-0cfc0e580daefa96f) in /home/ubuntu/workspace/moby_PR-40115 [2019-10-21T22:15:52.068Z] Running on ubuntu-1604-overlay2-arm64v8 (i-0ce7874f51746eebb) in /home/ubuntu/workspace/moby_PR-40115 [Pipeline] { [2019-10-21T22:15:52.088Z] Running on ppc64le-ubuntu-23 in /home/docker/workspace/moby_PR-40115 [Pipeline] // stage [Pipeline] // stage [Pipeline] checkout [Pipeline] // stage [Pipeline] { [Pipeline] { [2019-10-21T22:15:52.141Z] using credential docker-jenkins-github-credentials [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [2019-10-21T22:15:52.151Z] Cloning the remote Git repository [2019-10-21T22:15:52.151Z] Cloning with configured refspecs honoured and without tags [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 [Pipeline] checkout [2019-10-21T22:15:52.181Z] using credential docker-jenkins-github-credentials [2019-10-21T22:15:52.193Z] using credential docker-jenkins-github-credentials [Pipeline] checkout Stage "win-RS1" skipped due to when conditional [Pipeline] } [2019-10-21T22:15:52.202Z] Cloning the remote Git repository [2019-10-21T22:15:52.202Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [2019-10-21T22:15:52.236Z] Running on s390x-ubuntu-02 in /home/jenkins/workspace/moby_PR-40115 [Pipeline] // stage [2019-10-21T22:15:52.251Z] using credential docker-jenkins-github-credentials [2019-10-21T22:15:52.254Z] Fetching changes from the remote Git repository [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } [2019-10-21T22:15:52.271Z] Cloning the remote Git repository [2019-10-21T22:15:52.271Z] Cloning with configured refspecs honoured and without tags [Pipeline] { Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-10-21T22:15:52.296Z] Fetching without tags [Pipeline] checkout [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2019-10-21T22:15:52.508Z] using credential docker-jenkins-github-credentials [2019-10-21T22:15:52.562Z] Cloning the remote Git repository [2019-10-21T22:15:52.562Z] Cloning with configured refspecs honoured and without tags [2019-10-21T22:15:52.690Z] Merging remotes/origin/master commit bebd8206285b3d1aeb5d462683db71e7ac625903 into PR head commit 3ddb4100a052aa556e78fefdf955cf0b7c374d43 [2019-10-21T22:15:53.106Z] Merge succeeded, producing 3ddb4100a052aa556e78fefdf955cf0b7c374d43 [2019-10-21T22:15:53.107Z] Checking out Revision 3ddb4100a052aa556e78fefdf955cf0b7c374d43 (PR-40115) [2019-10-21T22:15:52.159Z] Cloning repository https://github.com/moby/moby.git [2019-10-21T22:15:52.159Z] > git init /home/ubuntu/workspace/moby_PR-40115 # timeout=10 [2019-10-21T22:15:52.172Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-21T22:15:52.172Z] > git --version # timeout=10 [2019-10-21T22:15:52.174Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-21T22:15:52.175Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40115/head:refs/remotes/origin/PR-40115 +refs/heads/master:refs/remotes/origin/master [2019-10-21T22:15:52.191Z] > git rev-parse --is-inside-work-tree # timeout=10 [2019-10-21T22:15:52.256Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-21T22:15:52.298Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-21T22:15:52.299Z] > git --version # timeout=10 [2019-10-21T22:15:52.319Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-21T22:15:52.320Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40115/head:refs/remotes/origin/PR-40115 +refs/heads/master:refs/remotes/origin/master [2019-10-21T22:15:52.692Z] > git config core.sparsecheckout # timeout=10 [2019-10-21T22:15:52.701Z] > git checkout -f 3ddb4100a052aa556e78fefdf955cf0b7c374d43 [2019-10-21T22:15:53.087Z] > git merge bebd8206285b3d1aeb5d462683db71e7ac625903 # timeout=10 [2019-10-21T22:15:53.096Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-21T22:15:53.108Z] > git config core.sparsecheckout # timeout=10 [2019-10-21T22:15:53.115Z] > git checkout -f 3ddb4100a052aa556e78fefdf955cf0b7c374d43 [2019-10-21T22:15:52.192Z] Cloning repository https://github.com/moby/moby.git [2019-10-21T22:15:52.192Z] > git init /home/ubuntu/workspace/moby_PR-40115 # timeout=10 [2019-10-21T22:15:52.210Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-21T22:15:52.210Z] > git --version # timeout=10 [2019-10-21T22:15:52.215Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-21T22:15:52.216Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40115/head:refs/remotes/origin/PR-40115 +refs/heads/master:refs/remotes/origin/master [2019-10-21T22:15:52.272Z] Cloning repository https://github.com/moby/moby.git [2019-10-21T22:15:52.272Z] > git init /home/docker/workspace/moby_PR-40115 # timeout=10 [2019-10-21T22:15:52.295Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-21T22:15:52.295Z] > git --version # timeout=10 [2019-10-21T22:15:52.299Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-21T22:15:52.300Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40115/head:refs/remotes/origin/PR-40115 +refs/heads/master:refs/remotes/origin/master [2019-10-21T22:15:52.594Z] Cloning repository https://github.com/moby/moby.git [2019-10-21T22:15:52.597Z] > git init /home/jenkins/workspace/moby_PR-40115 # timeout=10 [2019-10-21T22:15:52.658Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-21T22:15:52.661Z] > git --version # timeout=10 [2019-10-21T22:15:52.687Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-21T22:15:52.688Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40115/head:refs/remotes/origin/PR-40115 +refs/heads/master:refs/remotes/origin/master [2019-10-21T22:15:53.422Z] Commit message: "integration-cli: remove redundant logs from cp utils" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-10-21T22:15:54.219Z] + docker version [2019-10-21T22:15:54.219Z] Client: Docker Engine - Community [2019-10-21T22:15:54.219Z] Version: 19.03.2 [2019-10-21T22:15:54.219Z] API version: 1.40 [2019-10-21T22:15:54.219Z] Go version: go1.12.8 [2019-10-21T22:15:54.219Z] Git commit: 6a30dfc [2019-10-21T22:15:54.219Z] Built: Thu Aug 29 05:29:11 2019 [2019-10-21T22:15:54.219Z] OS/Arch: linux/amd64 [2019-10-21T22:15:54.219Z] Experimental: false [2019-10-21T22:15:54.219Z] [2019-10-21T22:15:54.219Z] Server: Docker Engine - Community [2019-10-21T22:15:54.219Z] Engine: [2019-10-21T22:15:54.219Z] Version: 19.03.2 [2019-10-21T22:15:54.219Z] API version: 1.40 (minimum version 1.12) [2019-10-21T22:15:54.219Z] Go version: go1.12.8 [2019-10-21T22:15:54.219Z] Git commit: 6a30dfc [2019-10-21T22:15:54.219Z] Built: Thu Aug 29 05:27:45 2019 [2019-10-21T22:15:54.219Z] OS/Arch: linux/amd64 [2019-10-21T22:15:54.219Z] Experimental: true [2019-10-21T22:15:54.219Z] containerd: [2019-10-21T22:15:54.219Z] Version: 1.2.6 [2019-10-21T22:15:54.219Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-10-21T22:15:54.219Z] runc: [2019-10-21T22:15:54.219Z] Version: 1.0.0-rc8 [2019-10-21T22:15:54.219Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-10-21T22:15:54.219Z] docker-init: [2019-10-21T22:15:54.219Z] Version: 0.18.0 [2019-10-21T22:15:54.219Z] GitCommit: fec3683 [Pipeline] sh [2019-10-21T22:15:54.504Z] + docker info [2019-10-21T22:16:02.227Z] Fetching without tags [2019-10-21T22:16:02.654Z] Merging remotes/origin/master commit bebd8206285b3d1aeb5d462683db71e7ac625903 into PR head commit 3ddb4100a052aa556e78fefdf955cf0b7c374d43 [2019-10-21T22:16:02.060Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-21T22:16:02.085Z] > git config --add remote.origin.fetch +refs/pull/40115/head:refs/remotes/origin/PR-40115 # timeout=10 [2019-10-21T22:16:02.103Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-21T22:16:02.179Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-21T22:16:02.267Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-21T22:16:02.269Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-21T22:16:02.271Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40115/head:refs/remotes/origin/PR-40115 +refs/heads/master:refs/remotes/origin/master [2019-10-21T22:16:02.687Z] > git config core.sparsecheckout # timeout=10 [2019-10-21T22:16:02.717Z] > git checkout -f 3ddb4100a052aa556e78fefdf955cf0b7c374d43 [2019-10-21T22:16:03.641Z] Merge succeeded, producing 3ddb4100a052aa556e78fefdf955cf0b7c374d43 [2019-10-21T22:16:03.642Z] Checking out Revision 3ddb4100a052aa556e78fefdf955cf0b7c374d43 (PR-40115) [2019-10-21T22:16:04.357Z] Commit message: "integration-cli: remove redundant logs from cp utils" [2019-10-21T22:16:04.465Z] Client: [2019-10-21T22:16:04.465Z] Debug Mode: false [2019-10-21T22:16:04.465Z] [2019-10-21T22:16:04.465Z] Server: [2019-10-21T22:16:04.465Z] Containers: 0 [2019-10-21T22:16:04.465Z] Running: 0 [2019-10-21T22:16:04.465Z] Paused: 0 [2019-10-21T22:16:04.465Z] Stopped: 0 [2019-10-21T22:16:04.465Z] Images: 1 [2019-10-21T22:16:04.465Z] Server Version: 19.03.2 [2019-10-21T22:16:04.465Z] Storage Driver: overlay2 [2019-10-21T22:16:04.465Z] Backing Filesystem: extfs [2019-10-21T22:16:04.465Z] Supports d_type: true [2019-10-21T22:16:04.465Z] Native Overlay Diff: true [2019-10-21T22:16:04.465Z] Logging Driver: json-file [2019-10-21T22:16:04.465Z] Cgroup Driver: cgroupfs [2019-10-21T22:16:04.465Z] Plugins: [2019-10-21T22:16:04.465Z] Volume: local [2019-10-21T22:16:04.465Z] Network: bridge host ipvlan macvlan null overlay [2019-10-21T22:16:04.465Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-10-21T22:16:04.465Z] Swarm: inactive [2019-10-21T22:16:04.465Z] Runtimes: runc [2019-10-21T22:16:04.465Z] Default Runtime: runc [2019-10-21T22:16:04.465Z] Init Binary: docker-init [2019-10-21T22:16:04.465Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-10-21T22:16:04.465Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-10-21T22:16:04.465Z] init version: fec3683 [2019-10-21T22:16:04.465Z] Security Options: [2019-10-21T22:16:04.465Z] apparmor [2019-10-21T22:16:04.465Z] seccomp [2019-10-21T22:16:04.465Z] Profile: default [2019-10-21T22:16:04.465Z] Kernel Version: 4.15.0-1048-aws [2019-10-21T22:16:04.465Z] Operating System: Ubuntu 18.04.3 LTS [2019-10-21T22:16:04.465Z] OSType: linux [2019-10-21T22:16:04.465Z] Architecture: x86_64 [2019-10-21T22:16:04.465Z] CPUs: 2 [2019-10-21T22:16:04.465Z] Total Memory: 7.501GiB [2019-10-21T22:16:04.465Z] Name: ip-10-100-116-76 [2019-10-21T22:16:04.465Z] ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG [2019-10-21T22:16:04.465Z] Docker Root Dir: /var/lib/docker [2019-10-21T22:16:04.465Z] Debug Mode: false [2019-10-21T22:16:04.465Z] Registry: https://index.docker.io/v1/ [2019-10-21T22:16:04.465Z] Labels: [2019-10-21T22:16:04.465Z] Experimental: true [2019-10-21T22:16:04.465Z] Insecure Registries: [2019-10-21T22:16:04.465Z] 127.0.0.0/8 [2019-10-21T22:16:04.465Z] Live Restore Enabled: true [2019-10-21T22:16:04.465Z] [2019-10-21T22:16:04.465Z] WARNING: No swap limit support [Pipeline] sh [2019-10-21T22:16:04.759Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-21T22:16:04.759Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-21T22:16:04.759Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40115/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-10-21T22:16:04.759Z] + bash /home/ubuntu/workspace/moby_PR-40115/check-config.sh [2019-10-21T22:16:04.759Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-10-21T22:16:04.759Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2019-10-21T22:16:04.759Z] [2019-10-21T22:16:04.759Z] Generally Necessary: [2019-10-21T22:16:04.759Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-10-21T22:16:04.759Z] - apparmor: enabled and tools installed [2019-10-21T22:16:04.759Z] - CONFIG_NAMESPACES: enabled [2019-10-21T22:16:04.759Z] - CONFIG_NET_NS: enabled [2019-10-21T22:16:04.759Z] - CONFIG_PID_NS: enabled [2019-10-21T22:16:04.759Z] - CONFIG_IPC_NS: enabled [2019-10-21T22:16:04.759Z] - CONFIG_UTS_NS: enabled [2019-10-21T22:16:04.759Z] - CONFIG_CGROUPS: enabled [2019-10-21T22:16:04.759Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-10-21T22:16:04.759Z] - CONFIG_CGROUP_DEVICE: enabled [2019-10-21T22:16:04.759Z] - CONFIG_CGROUP_FREEZER: enabled [2019-10-21T22:16:04.759Z] - CONFIG_CGROUP_SCHED: enabled [2019-10-21T22:16:04.759Z] - CONFIG_CPUSETS: enabled [2019-10-21T22:16:04.759Z] - CONFIG_MEMCG: enabled [2019-10-21T22:16:04.759Z] - CONFIG_KEYS: enabled [2019-10-21T22:16:04.759Z] - CONFIG_VETH: enabled (as module) [2019-10-21T22:16:04.759Z] - CONFIG_BRIDGE: enabled (as module) [2019-10-21T22:16:04.759Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-10-21T22:16:04.759Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-10-21T22:16:04.759Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-10-21T22:16:04.759Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-10-21T22:16:04.759Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-10-21T22:16:04.759Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-10-21T22:16:04.759Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-10-21T22:16:04.759Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-10-21T22:16:04.759Z] - CONFIG_NF_NAT: enabled (as module) [2019-10-21T22:16:04.759Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-10-21T22:16:04.759Z] - CONFIG_POSIX_MQUEUE: enabled [2019-10-21T22:16:04.759Z] [2019-10-21T22:16:04.759Z] Optional Features: [2019-10-21T22:16:04.759Z] - CONFIG_USER_NS: enabled [2019-10-21T22:16:04.759Z] - CONFIG_SECCOMP: enabled [2019-10-21T22:16:04.759Z] - CONFIG_CGROUP_PIDS: enabled [2019-10-21T22:16:04.759Z] - CONFIG_MEMCG_SWAP: enabled [2019-10-21T22:16:04.759Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-10-21T22:16:04.759Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-10-21T22:16:04.759Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2019-10-21T22:16:04.759Z] - CONFIG_BLK_CGROUP: enabled [2019-10-21T22:16:04.759Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-10-21T22:16:04.759Z] - CONFIG_IOSCHED_CFQ: enabled [2019-10-21T22:16:04.759Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-10-21T22:16:04.759Z] - CONFIG_CGROUP_PERF: enabled [2019-10-21T22:16:04.759Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-10-21T22:16:04.759Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-10-21T22:16:04.759Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-10-21T22:16:04.759Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-10-21T22:16:04.759Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-10-21T22:16:04.759Z] - CONFIG_RT_GROUP_SCHED: missing [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-10-21T22:16:03.515Z] > git merge bebd8206285b3d1aeb5d462683db71e7ac625903 # timeout=10 [2019-10-21T22:16:03.599Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-21T22:16:03.682Z] > git config core.sparsecheckout # timeout=10 [2019-10-21T22:16:03.710Z] > git checkout -f 3ddb4100a052aa556e78fefdf955cf0b7c374d43 [2019-10-21T22:16:05.019Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-10-21T22:16:05.020Z] - CONFIG_IP_VS: enabled (as module) [2019-10-21T22:16:05.020Z] - CONFIG_IP_VS_NFCT: enabled [2019-10-21T22:16:05.020Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-10-21T22:16:05.020Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-10-21T22:16:05.020Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-10-21T22:16:05.020Z] - CONFIG_EXT4_FS: enabled [2019-10-21T22:16:05.020Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-10-21T22:16:05.020Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-10-21T22:16:05.020Z] - Network Drivers: [2019-10-21T22:16:05.020Z] - "overlay": [2019-10-21T22:16:05.020Z] - CONFIG_VXLAN: enabled (as module) [2019-10-21T22:16:05.020Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-10-21T22:16:05.020Z] Optional (for encrypted networks): [2019-10-21T22:16:05.020Z] - CONFIG_CRYPTO: enabled [2019-10-21T22:16:05.020Z] - CONFIG_CRYPTO_AEAD: enabled [2019-10-21T22:16:05.020Z] - CONFIG_CRYPTO_GCM: enabled [2019-10-21T22:16:05.020Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-10-21T22:16:05.020Z] - CONFIG_CRYPTO_GHASH: enabled [2019-10-21T22:16:05.020Z] - CONFIG_XFRM: enabled [2019-10-21T22:16:05.020Z] - CONFIG_XFRM_USER: enabled (as module) [2019-10-21T22:16:05.020Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-10-21T22:16:05.020Z] - CONFIG_INET_ESP: enabled (as module) [2019-10-21T22:16:05.020Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-10-21T22:16:05.020Z] - "ipvlan": [2019-10-21T22:16:05.020Z] - CONFIG_IPVLAN: enabled (as module) [2019-10-21T22:16:05.020Z] - "macvlan": [2019-10-21T22:16:05.020Z] - CONFIG_MACVLAN: enabled (as module) [2019-10-21T22:16:05.020Z] - CONFIG_DUMMY: enabled (as module) [2019-10-21T22:16:05.020Z] - "ftp,tftp client in container": [2019-10-21T22:16:05.020Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-10-21T22:16:05.020Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-10-21T22:16:05.020Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-10-21T22:16:05.020Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-10-21T22:16:05.020Z] - Storage Drivers: [2019-10-21T22:16:05.020Z] - "aufs": [2019-10-21T22:16:05.020Z] - CONFIG_AUFS_FS: enabled (as module) [2019-10-21T22:16:05.020Z] - "btrfs": [2019-10-21T22:16:05.020Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-10-21T22:16:05.020Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-10-21T22:16:05.020Z] - "devicemapper": [2019-10-21T22:16:05.020Z] - CONFIG_BLK_DEV_DM: enabled [2019-10-21T22:16:05.020Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-10-21T22:16:05.020Z] - "overlay": [2019-10-21T22:16:05.020Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-10-21T22:16:05.020Z] - "zfs": [2019-10-21T22:16:05.020Z] - /dev/zfs: missing [2019-10-21T22:16:05.020Z] - zfs command: missing [2019-10-21T22:16:05.020Z] - zpool command: missing [2019-10-21T22:16:05.020Z] [2019-10-21T22:16:05.020Z] Limits: [2019-10-21T22:16:05.020Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-10-21T22:16:05.020Z] [2019-10-21T22:16:05.020Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-10-21T22:16:05.696Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:3ddb4100a052aa556e78fefdf955cf0b7c374d43 . [2019-10-21T22:16:05.696Z] #1 [internal] load .dockerignore [2019-10-21T22:16:05.696Z] #1 transferring context: 87B done [2019-10-21T22:16:05.696Z] #1 DONE 0.0s [2019-10-21T22:16:05.696Z] [2019-10-21T22:16:05.696Z] #2 [internal] load build definition from Dockerfile [2019-10-21T22:16:05.696Z] #2 transferring dockerfile: 14.63kB done [2019-10-21T22:16:05.696Z] #2 DONE 0.0s [2019-10-21T22:16:05.696Z] [2019-10-21T22:16:05.696Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2019-10-21T22:16:05.731Z] + docker version [2019-10-21T22:16:05.731Z] Client: [2019-10-21T22:16:05.731Z] Version: 18.06.3-ce [2019-10-21T22:16:05.731Z] API version: 1.38 [2019-10-21T22:16:05.731Z] Go version: go1.10.3 [2019-10-21T22:16:05.731Z] Git commit: d7080c1 [2019-10-21T22:16:05.731Z] Built: Wed Feb 20 02:27:09 2019 [2019-10-21T22:16:05.731Z] OS/Arch: linux/s390x [2019-10-21T22:16:05.731Z] Experimental: false [2019-10-21T22:16:05.731Z] [2019-10-21T22:16:05.731Z] Server: [2019-10-21T22:16:05.731Z] Engine: [2019-10-21T22:16:05.731Z] Version: 18.06.3-ce [2019-10-21T22:16:05.731Z] API version: 1.38 (minimum version 1.12) [2019-10-21T22:16:05.731Z] Go version: go1.10.3 [2019-10-21T22:16:05.731Z] Git commit: d7080c1 [2019-10-21T22:16:05.731Z] Built: Wed Feb 20 02:26:03 2019 [2019-10-21T22:16:05.731Z] OS/Arch: linux/s390x [2019-10-21T22:16:05.731Z] Experimental: true [Pipeline] sh [2019-10-21T22:16:05.889Z] Fetching without tags [2019-10-21T22:16:06.163Z] Merging remotes/origin/master commit bebd8206285b3d1aeb5d462683db71e7ac625903 into PR head commit 3ddb4100a052aa556e78fefdf955cf0b7c374d43 [2019-10-21T22:16:06.263Z] #3 DONE 0.5s [2019-10-21T22:16:06.263Z] [2019-10-21T22:16:06.263Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2019-10-21T22:16:06.263Z] #4 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2019-10-21T22:16:06.263Z] #4 sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 2.03kB / 2.03kB done [2019-10-21T22:16:06.263Z] #4 sha256:ee85655c57140bd20a5ebc3bb802e7410ee9ac47ca92b193ed0ab17485024fe5 527B / 527B done [2019-10-21T22:16:06.263Z] #4 sha256:80b5f664ac0c5f6b89608f7b0afd9548ac5b2d4cd631b7b723d9f2edca8676d9 897B / 897B done [2019-10-21T22:16:06.263Z] #4 sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 3.03MB / 8.82MB 0.1s [2019-10-21T22:16:05.864Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-21T22:16:05.867Z] > git config --add remote.origin.fetch +refs/pull/40115/head:refs/remotes/origin/PR-40115 # timeout=10 [2019-10-21T22:16:05.879Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-21T22:16:05.885Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-21T22:16:05.892Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-21T22:16:05.892Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-21T22:16:05.892Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40115/head:refs/remotes/origin/PR-40115 +refs/heads/master:refs/remotes/origin/master [2019-10-21T22:16:06.165Z] > git config core.sparsecheckout # timeout=10 [2019-10-21T22:16:06.167Z] > git checkout -f 3ddb4100a052aa556e78fefdf955cf0b7c374d43 [2019-10-21T22:16:06.520Z] #4 sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 8.82MB / 8.82MB 0.2s [2019-10-21T22:16:06.520Z] #4 sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 8.82MB / 8.82MB 0.3s done [2019-10-21T22:16:06.520Z] #4 extracting sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 0.1s [2019-10-21T22:16:06.653Z] + docker info [2019-10-21T22:16:06.653Z] Containers: 0 [2019-10-21T22:16:06.653Z] Running: 0 [2019-10-21T22:16:06.653Z] Paused: 0 [2019-10-21T22:16:06.653Z] Stopped: 0 [2019-10-21T22:16:06.653Z] Images: 0 [2019-10-21T22:16:06.653Z] Server Version: 18.06.3-ce [2019-10-21T22:16:06.653Z] Storage Driver: overlay2 [2019-10-21T22:16:06.653Z] Backing Filesystem: extfs [2019-10-21T22:16:06.653Z] Supports d_type: true [2019-10-21T22:16:06.653Z] Native Overlay Diff: true [2019-10-21T22:16:06.653Z] Logging Driver: json-file [2019-10-21T22:16:06.653Z] Cgroup Driver: cgroupfs [2019-10-21T22:16:06.653Z] Plugins: [2019-10-21T22:16:06.653Z] Volume: local [2019-10-21T22:16:06.653Z] Network: bridge host ipvlan macvlan null overlay [2019-10-21T22:16:06.653Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2019-10-21T22:16:06.653Z] Swarm: inactive [2019-10-21T22:16:06.653Z] Runtimes: runc [2019-10-21T22:16:06.653Z] Default Runtime: runc [2019-10-21T22:16:06.653Z] Init Binary: docker-init [2019-10-21T22:16:06.653Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2019-10-21T22:16:06.653Z] runc version: a592beb5bc4c4092b1b1bac971afed27687340c5 [2019-10-21T22:16:06.653Z] init version: fec3683 [2019-10-21T22:16:06.653Z] Security Options: [2019-10-21T22:16:06.653Z] apparmor [2019-10-21T22:16:06.653Z] seccomp [2019-10-21T22:16:06.653Z] Profile: default [2019-10-21T22:16:06.653Z] Kernel Version: 4.4.0-161-generic [2019-10-21T22:16:06.653Z] Operating System: Ubuntu 16.04.5 LTS [2019-10-21T22:16:06.653Z] OSType: linux [2019-10-21T22:16:06.653Z] Architecture: s390x [2019-10-21T22:16:06.653Z] CPUs: 2 [2019-10-21T22:16:06.653Z] Total Memory: 7.862GiB [2019-10-21T22:16:06.653Z] Name: s390x-ubuntu-02 [2019-10-21T22:16:06.653Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2019-10-21T22:16:06.653Z] Docker Root Dir: /var/lib/docker [2019-10-21T22:16:06.653Z] Debug Mode (client): false [2019-10-21T22:16:06.653Z] Debug Mode (server): false [2019-10-21T22:16:06.653Z] Username: dockerbuildbot [2019-10-21T22:16:06.653Z] Registry: https://index.docker.io/v1/ [2019-10-21T22:16:06.653Z] Labels: [2019-10-21T22:16:06.653Z] Experimental: true [2019-10-21T22:16:06.653Z] Insecure Registries: [2019-10-21T22:16:06.653Z] 127.0.0.0/8 [2019-10-21T22:16:06.653Z] Live Restore Enabled: false [2019-10-21T22:16:06.653Z] [2019-10-21T22:16:06.653Z] WARNING: No swap limit support [2019-10-21T22:16:06.703Z] Merge succeeded, producing 3ddb4100a052aa556e78fefdf955cf0b7c374d43 [2019-10-21T22:16:06.704Z] Checking out Revision 3ddb4100a052aa556e78fefdf955cf0b7c374d43 (PR-40115) [Pipeline] sh [2019-10-21T22:16:06.778Z] #4 extracting sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 0.3s done [2019-10-21T22:16:06.779Z] #4 DONE 0.7s [2019-10-21T22:16:06.847Z] Fetching without tags [2019-10-21T22:16:07.046Z] Still waiting to schedule task [2019-10-21T22:16:07.046Z] Waiting for next available executor on ‘windows-2019’ [2019-10-21T22:16:07.204Z] Commit message: "integration-cli: remove redundant logs from cp utils" [2019-10-21T22:16:07.223Z] Merging remotes/origin/master commit bebd8206285b3d1aeb5d462683db71e7ac625903 into PR head commit 3ddb4100a052aa556e78fefdf955cf0b7c374d43 [2019-10-21T22:16:07.345Z] [2019-10-21T22:16:07.345Z] #6 [internal] load metadata for docker.io/library/golang:1.13.3-stretch [2019-10-21T22:16:07.345Z] #6 ... [2019-10-21T22:16:07.345Z] [2019-10-21T22:16:07.345Z] #5 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2019-10-21T22:16:07.345Z] #5 DONE 0.2s [2019-10-21T22:16:07.596Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-21T22:16:07.596Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-21T22:16:07.596Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-40115/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-10-21T22:16:07.596Z] + bash /home/jenkins/workspace/moby_PR-40115/check-config.sh [2019-10-21T22:16:07.596Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-10-21T22:16:07.596Z] info: reading kernel config from /boot/config-4.4.0-161-generic ... [2019-10-21T22:16:07.596Z] [2019-10-21T22:16:07.596Z] Generally Necessary: [2019-10-21T22:16:07.608Z] [2019-10-21T22:16:07.608Z] #6 [internal] load metadata for docker.io/library/golang:1.13.3-stretch [2019-10-21T22:16:07.608Z] #6 DONE 0.3s [2019-10-21T22:16:07.608Z] [2019-10-21T22:16:07.608Z] #65 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2019-10-21T22:16:07.608Z] #65 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e done [2019-10-21T22:16:07.608Z] #65 DONE 0.0s [2019-10-21T22:16:07.608Z] [2019-10-21T22:16:07.608Z] #19 [internal] load build context [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-10-21T22:16:07.986Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-10-21T22:16:07.986Z] - apparmor: enabled and tools installed [2019-10-21T22:16:07.986Z] - CONFIG_NAMESPACES: enabled [2019-10-21T22:16:07.986Z] - CONFIG_NET_NS: enabled [2019-10-21T22:16:07.986Z] - CONFIG_PID_NS: enabled [2019-10-21T22:16:07.986Z] - CONFIG_IPC_NS: enabled [2019-10-21T22:16:07.986Z] - CONFIG_UTS_NS: enabled [2019-10-21T22:16:07.986Z] - CONFIG_CGROUPS: enabled [2019-10-21T22:16:07.986Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-10-21T22:16:07.986Z] - CONFIG_CGROUP_DEVICE: enabled [2019-10-21T22:16:07.986Z] - CONFIG_CGROUP_FREEZER: enabled [2019-10-21T22:16:07.986Z] - CONFIG_CGROUP_SCHED: enabled [2019-10-21T22:16:07.986Z] - CONFIG_CPUSETS: enabled [2019-10-21T22:16:07.986Z] - CONFIG_MEMCG: enabled [2019-10-21T22:16:07.986Z] - CONFIG_KEYS: enabled [2019-10-21T22:16:07.986Z] - CONFIG_VETH: enabled (as module) [2019-10-21T22:16:07.986Z] - CONFIG_BRIDGE: enabled (as module) [2019-10-21T22:16:07.986Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-10-21T22:16:07.986Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-10-21T22:16:07.986Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-10-21T22:16:07.986Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-10-21T22:16:07.986Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-10-21T22:16:07.986Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-10-21T22:16:07.986Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-10-21T22:16:07.986Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-10-21T22:16:07.986Z] - CONFIG_NF_NAT: enabled (as module) [2019-10-21T22:16:07.986Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-10-21T22:16:07.986Z] - CONFIG_POSIX_MQUEUE: enabled [2019-10-21T22:16:07.986Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2019-10-21T22:16:07.986Z] [2019-10-21T22:16:07.986Z] Optional Features: [2019-10-21T22:16:07.986Z] - CONFIG_USER_NS: enabled [2019-10-21T22:16:07.986Z] - CONFIG_SECCOMP: enabled [2019-10-21T22:16:07.986Z] - CONFIG_CGROUP_PIDS: enabled [2019-10-21T22:16:07.986Z] - CONFIG_MEMCG_SWAP: enabled [2019-10-21T22:16:07.986Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-10-21T22:16:07.986Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-10-21T22:16:07.986Z] - CONFIG_MEMCG_KMEM: enabled [2019-10-21T22:16:07.986Z] - CONFIG_BLK_CGROUP: enabled [2019-10-21T22:16:07.986Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-10-21T22:16:07.986Z] - CONFIG_IOSCHED_CFQ: enabled [2019-10-21T22:16:07.986Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-10-21T22:16:07.986Z] - CONFIG_CGROUP_PERF: enabled [2019-10-21T22:16:07.986Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-10-21T22:16:07.986Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-10-21T22:16:07.986Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-10-21T22:16:07.986Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-10-21T22:16:07.986Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-10-21T22:16:07.986Z] - CONFIG_RT_GROUP_SCHED: missing [2019-10-21T22:16:07.986Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-10-21T22:16:07.986Z] - CONFIG_IP_VS: enabled (as module) [2019-10-21T22:16:07.986Z] - CONFIG_IP_VS_NFCT: enabled [2019-10-21T22:16:07.986Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-10-21T22:16:07.987Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-10-21T22:16:07.987Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-10-21T22:16:07.987Z] - CONFIG_EXT4_FS: enabled [2019-10-21T22:16:07.987Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-10-21T22:16:07.987Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-10-21T22:16:07.987Z] - Network Drivers: [2019-10-21T22:16:07.987Z] - "overlay": [2019-10-21T22:16:07.987Z] - CONFIG_VXLAN: enabled (as module) [2019-10-21T22:16:07.987Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-10-21T22:16:07.987Z] Optional (for encrypted networks): [2019-10-21T22:16:06.688Z] > git merge bebd8206285b3d1aeb5d462683db71e7ac625903 # timeout=10 [2019-10-21T22:16:06.698Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-21T22:16:06.706Z] > git config core.sparsecheckout # timeout=10 [2019-10-21T22:16:06.714Z] > git checkout -f 3ddb4100a052aa556e78fefdf955cf0b7c374d43 [2019-10-21T22:16:08.057Z] + docker version [2019-10-21T22:16:08.057Z] Client: Docker Engine - Community [2019-10-21T22:16:08.057Z] Version: 19.03.2 [2019-10-21T22:16:08.057Z] API version: 1.40 [2019-10-21T22:16:08.057Z] Go version: go1.12.8 [2019-10-21T22:16:08.057Z] Git commit: 6a30dfc [2019-10-21T22:16:08.057Z] Built: Thu Aug 29 05:29:11 2019 [2019-10-21T22:16:08.057Z] OS/Arch: linux/amd64 [2019-10-21T22:16:08.057Z] Experimental: false [2019-10-21T22:16:08.057Z] [2019-10-21T22:16:08.057Z] Server: Docker Engine - Community [2019-10-21T22:16:08.057Z] Engine: [2019-10-21T22:16:08.057Z] Version: 19.03.2 [2019-10-21T22:16:08.057Z] API version: 1.40 (minimum version 1.12) [2019-10-21T22:16:08.057Z] Go version: go1.12.8 [2019-10-21T22:16:08.057Z] Git commit: 6a30dfc [2019-10-21T22:16:08.057Z] Built: Thu Aug 29 05:27:45 2019 [2019-10-21T22:16:08.057Z] OS/Arch: linux/amd64 [2019-10-21T22:16:08.057Z] Experimental: true [2019-10-21T22:16:08.057Z] containerd: [2019-10-21T22:16:08.057Z] Version: 1.2.6 [2019-10-21T22:16:08.057Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-10-21T22:16:08.057Z] runc: [2019-10-21T22:16:08.057Z] Version: 1.0.0-rc8 [2019-10-21T22:16:08.057Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-10-21T22:16:08.057Z] docker-init: [2019-10-21T22:16:08.057Z] Version: 0.18.0 [2019-10-21T22:16:08.057Z] GitCommit: fec3683 [Pipeline] sh [2019-10-21T22:16:06.815Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-21T22:16:06.819Z] > git config --add remote.origin.fetch +refs/pull/40115/head:refs/remotes/origin/PR-40115 # timeout=10 [2019-10-21T22:16:06.823Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-21T22:16:06.830Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-21T22:16:06.838Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-21T22:16:06.838Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-21T22:16:06.839Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40115/head:refs/remotes/origin/PR-40115 +refs/heads/master:refs/remotes/origin/master [2019-10-21T22:16:07.213Z] > git config core.sparsecheckout # timeout=10 [2019-10-21T22:16:07.216Z] > git checkout -f 3ddb4100a052aa556e78fefdf955cf0b7c374d43 [2019-10-21T22:16:08.106Z] Merge succeeded, producing 3ddb4100a052aa556e78fefdf955cf0b7c374d43 [2019-10-21T22:16:08.106Z] Checking out Revision 3ddb4100a052aa556e78fefdf955cf0b7c374d43 (PR-40115) [2019-10-21T22:16:08.230Z] Commit message: "integration-cli: remove redundant logs from cp utils" [2019-10-21T22:16:08.340Z] + docker info [2019-10-21T22:16:08.399Z] - CONFIG_CRYPTO: enabled [2019-10-21T22:16:08.399Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2019-10-21T22:16:08.399Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2019-10-21T22:16:08.399Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2019-10-21T22:16:08.399Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2019-10-21T22:16:08.399Z] - CONFIG_XFRM: enabled [2019-10-21T22:16:08.399Z] - CONFIG_XFRM_USER: enabled (as module) [2019-10-21T22:16:08.399Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-10-21T22:16:08.399Z] - CONFIG_INET_ESP: enabled (as module) [2019-10-21T22:16:08.399Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-10-21T22:16:08.399Z] - "ipvlan": [2019-10-21T22:16:08.399Z] - CONFIG_IPVLAN: enabled (as module) [2019-10-21T22:16:08.399Z] - "macvlan": [2019-10-21T22:16:08.399Z] - CONFIG_MACVLAN: enabled (as module) [2019-10-21T22:16:08.399Z] - CONFIG_DUMMY: enabled (as module) [2019-10-21T22:16:08.399Z] - "ftp,tftp client in container": [2019-10-21T22:16:08.399Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-10-21T22:16:08.399Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-10-21T22:16:08.399Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-10-21T22:16:08.399Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-10-21T22:16:08.399Z] - Storage Drivers: [2019-10-21T22:16:08.399Z] - "aufs": [2019-10-21T22:16:08.399Z] - CONFIG_AUFS_FS: enabled (as module) [2019-10-21T22:16:08.399Z] - "btrfs": [2019-10-21T22:16:08.399Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-10-21T22:16:08.399Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-10-21T22:16:08.399Z] - "devicemapper": [2019-10-21T22:16:08.399Z] - CONFIG_BLK_DEV_DM: enabled [2019-10-21T22:16:08.399Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-10-21T22:16:08.399Z] - "overlay": [2019-10-21T22:16:08.399Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-10-21T22:16:08.399Z] - "zfs": [2019-10-21T22:16:08.399Z] - /dev/zfs: missing [2019-10-21T22:16:08.399Z] - zfs command: missing [2019-10-21T22:16:08.399Z] - zpool command: missing [2019-10-21T22:16:08.399Z] [2019-10-21T22:16:08.399Z] Limits: [2019-10-21T22:16:08.399Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-10-21T22:16:08.399Z] [2019-10-21T22:16:08.399Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-10-21T22:16:09.273Z] Client: [2019-10-21T22:16:09.273Z] Debug Mode: false [2019-10-21T22:16:09.273Z] [2019-10-21T22:16:09.273Z] Server: [2019-10-21T22:16:09.273Z] Containers: 0 [2019-10-21T22:16:09.273Z] Running: 0 [2019-10-21T22:16:09.273Z] Paused: 0 [2019-10-21T22:16:09.273Z] Stopped: 0 [2019-10-21T22:16:09.273Z] Images: 4 [2019-10-21T22:16:09.273Z] Server Version: 19.03.2 [2019-10-21T22:16:09.273Z] Storage Driver: overlay2 [2019-10-21T22:16:09.273Z] Backing Filesystem: extfs [2019-10-21T22:16:09.273Z] Supports d_type: true [2019-10-21T22:16:09.273Z] Native Overlay Diff: true [2019-10-21T22:16:09.273Z] Logging Driver: json-file [2019-10-21T22:16:09.273Z] Cgroup Driver: cgroupfs [2019-10-21T22:16:09.273Z] Plugins: [2019-10-21T22:16:09.273Z] Volume: local [2019-10-21T22:16:09.273Z] Network: bridge host ipvlan macvlan null overlay [2019-10-21T22:16:09.273Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-10-21T22:16:09.273Z] Swarm: inactive [2019-10-21T22:16:09.273Z] Runtimes: runc [2019-10-21T22:16:09.273Z] Default Runtime: runc [2019-10-21T22:16:09.273Z] Init Binary: docker-init [2019-10-21T22:16:09.273Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-10-21T22:16:09.273Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-10-21T22:16:09.273Z] init version: fec3683 [2019-10-21T22:16:09.273Z] Security Options: [2019-10-21T22:16:09.273Z] apparmor [2019-10-21T22:16:09.273Z] seccomp [2019-10-21T22:16:09.273Z] Profile: default [2019-10-21T22:16:09.273Z] Kernel Version: 4.15.0-1048-aws [2019-10-21T22:16:09.273Z] Operating System: Ubuntu 18.04.3 LTS [2019-10-21T22:16:09.273Z] OSType: linux [2019-10-21T22:16:09.273Z] Architecture: x86_64 [2019-10-21T22:16:09.273Z] CPUs: 2 [2019-10-21T22:16:09.273Z] Total Memory: 7.501GiB [2019-10-21T22:16:09.273Z] Name: ip-10-100-61-178 [2019-10-21T22:16:09.273Z] ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG [2019-10-21T22:16:09.273Z] Docker Root Dir: /var/lib/docker [2019-10-21T22:16:09.273Z] Debug Mode: false [2019-10-21T22:16:09.273Z] Registry: https://index.docker.io/v1/ [2019-10-21T22:16:09.273Z] Labels: [2019-10-21T22:16:09.273Z] Experimental: true [2019-10-21T22:16:09.273Z] Insecure Registries: [2019-10-21T22:16:09.273Z] 127.0.0.0/8 [2019-10-21T22:16:09.273Z] Live Restore Enabled: true [2019-10-21T22:16:09.273Z] [2019-10-21T22:16:09.273Z] WARNING: No swap limit support [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-10-21T22:16:09.578Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-21T22:16:09.578Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-21T22:16:09.578Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40115/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-10-21T22:16:09.578Z] + bash /home/ubuntu/workspace/moby_PR-40115/check-config.sh [2019-10-21T22:16:09.578Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-10-21T22:16:09.578Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2019-10-21T22:16:09.578Z] [2019-10-21T22:16:09.578Z] Generally Necessary: [2019-10-21T22:16:09.578Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-10-21T22:16:09.578Z] - apparmor: enabled and tools installed [2019-10-21T22:16:09.578Z] - CONFIG_NAMESPACES: enabled [2019-10-21T22:16:09.578Z] - CONFIG_NET_NS: enabled [2019-10-21T22:16:09.578Z] - CONFIG_PID_NS: enabled [2019-10-21T22:16:09.578Z] - CONFIG_IPC_NS: enabled [2019-10-21T22:16:09.579Z] - CONFIG_UTS_NS: enabled [2019-10-21T22:16:09.579Z] - CONFIG_CGROUPS: enabled [2019-10-21T22:16:09.579Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-10-21T22:16:09.579Z] - CONFIG_CGROUP_DEVICE: enabled [2019-10-21T22:16:09.579Z] - CONFIG_CGROUP_FREEZER: enabled [2019-10-21T22:16:09.579Z] - CONFIG_CGROUP_SCHED: enabled [2019-10-21T22:16:09.579Z] - CONFIG_CPUSETS: enabled [2019-10-21T22:16:09.579Z] - CONFIG_MEMCG: enabled [2019-10-21T22:16:09.579Z] - CONFIG_KEYS: enabled [2019-10-21T22:16:09.579Z] - CONFIG_VETH: enabled (as module) [2019-10-21T22:16:09.579Z] - CONFIG_BRIDGE: enabled (as module) [2019-10-21T22:16:09.579Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-10-21T22:16:09.579Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-10-21T22:16:09.579Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-10-21T22:16:09.579Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-10-21T22:16:09.579Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-10-21T22:16:09.579Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-10-21T22:16:09.579Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-10-21T22:16:09.579Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-10-21T22:16:09.579Z] - CONFIG_NF_NAT: enabled (as module) [2019-10-21T22:16:09.579Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-10-21T22:16:09.579Z] - CONFIG_POSIX_MQUEUE: enabled [2019-10-21T22:16:09.579Z] [2019-10-21T22:16:09.579Z] Optional Features: [2019-10-21T22:16:09.579Z] - CONFIG_USER_NS: enabled [2019-10-21T22:16:09.579Z] - CONFIG_SECCOMP: enabled [2019-10-21T22:16:09.579Z] - CONFIG_CGROUP_PIDS: enabled [2019-10-21T22:16:09.579Z] - CONFIG_MEMCG_SWAP: enabled [2019-10-21T22:16:09.579Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-10-21T22:16:09.579Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-10-21T22:16:09.579Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2019-10-21T22:16:09.579Z] - CONFIG_BLK_CGROUP: enabled [2019-10-21T22:16:09.579Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-10-21T22:16:09.579Z] - CONFIG_IOSCHED_CFQ: enabled [2019-10-21T22:16:09.663Z] + docker version [2019-10-21T22:16:09.663Z] Client: Docker Engine - Community [2019-10-21T22:16:09.663Z] Version: 19.03.2 [2019-10-21T22:16:09.663Z] API version: 1.40 [2019-10-21T22:16:09.663Z] Go version: go1.12.8 [2019-10-21T22:16:09.663Z] Git commit: 6a30dfc [2019-10-21T22:16:09.663Z] Built: Thu Aug 29 05:32:25 2019 [2019-10-21T22:16:09.663Z] OS/Arch: linux/arm64 [2019-10-21T22:16:09.663Z] Experimental: false [2019-10-21T22:16:09.663Z] [2019-10-21T22:16:09.663Z] Server: Docker Engine - Community [2019-10-21T22:16:09.663Z] Engine: [2019-10-21T22:16:09.663Z] Version: 19.03.2 [2019-10-21T22:16:09.663Z] API version: 1.40 (minimum version 1.12) [2019-10-21T22:16:09.663Z] Go version: go1.12.8 [2019-10-21T22:16:09.663Z] Git commit: 6a30dfc [2019-10-21T22:16:09.663Z] Built: Thu Aug 29 05:30:57 2019 [2019-10-21T22:16:09.663Z] OS/Arch: linux/arm64 [2019-10-21T22:16:09.663Z] Experimental: true [2019-10-21T22:16:09.663Z] containerd: [2019-10-21T22:16:09.663Z] Version: 1.2.6 [2019-10-21T22:16:09.663Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-10-21T22:16:09.663Z] runc: [2019-10-21T22:16:09.663Z] Version: 1.0.0-rc8 [2019-10-21T22:16:09.663Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-10-21T22:16:09.663Z] docker-init: [2019-10-21T22:16:09.663Z] Version: 0.18.0 [2019-10-21T22:16:09.663Z] GitCommit: fec3683 [Pipeline] sh [2019-10-21T22:16:09.688Z] + make bundles/buildx [2019-10-21T22:16:09.688Z] mkdir bundles [2019-10-21T22:16:09.688Z] # This intetionally is not using the `--output` flag from the docker CLI which is a buildkit option [2019-10-21T22:16:09.688Z] # The idea here being that if buildx is being used, it's because buildkit is not supported natively [2019-10-21T22:16:09.688Z] docker build -f Dockerfile.buildx -t "moby-buildx:v0.3.0" \ [2019-10-21T22:16:09.688Z] --build-arg BUILDX_COMMIT \ [2019-10-21T22:16:09.688Z] --build-arg BUILDX_REPO \ [2019-10-21T22:16:09.688Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2019-10-21T22:16:09.688Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2019-10-21T22:16:09.688Z] . && \ [2019-10-21T22:16:09.688Z] id=$(docker create moby-buildx:v0.3.0); \ [2019-10-21T22:16:09.688Z] if [ -n "${id}" ]; then docker cp ${id}:/usr/bin/buildx bundles/buildx && touch bundles/buildx; docker rm -f ${id}; fi [2019-10-21T22:16:09.688Z] /bin/sh: 4: go: not found [2019-10-21T22:16:09.688Z] /bin/sh: 5: go: not found [2019-10-21T22:16:09.838Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-10-21T22:16:09.838Z] - CONFIG_CGROUP_PERF: enabled [2019-10-21T22:16:09.838Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-10-21T22:16:09.838Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-10-21T22:16:09.838Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-10-21T22:16:09.838Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-10-21T22:16:09.838Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-10-21T22:16:09.838Z] - CONFIG_RT_GROUP_SCHED: missing [2019-10-21T22:16:09.838Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-10-21T22:16:09.838Z] - CONFIG_IP_VS: enabled (as module) [2019-10-21T22:16:09.838Z] - CONFIG_IP_VS_NFCT: enabled [2019-10-21T22:16:09.838Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-10-21T22:16:09.838Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-10-21T22:16:09.838Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-10-21T22:16:09.838Z] - CONFIG_EXT4_FS: enabled [2019-10-21T22:16:09.838Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-10-21T22:16:09.838Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-10-21T22:16:09.838Z] - Network Drivers: [2019-10-21T22:16:09.838Z] - "overlay": [2019-10-21T22:16:09.838Z] - CONFIG_VXLAN: enabled (as module) [2019-10-21T22:16:09.838Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-10-21T22:16:09.838Z] Optional (for encrypted networks): [2019-10-21T22:16:09.838Z] - CONFIG_CRYPTO: enabled [2019-10-21T22:16:09.838Z] - CONFIG_CRYPTO_AEAD: enabled [2019-10-21T22:16:09.838Z] - CONFIG_CRYPTO_GCM: enabled [2019-10-21T22:16:09.838Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-10-21T22:16:09.838Z] - CONFIG_CRYPTO_GHASH: enabled [2019-10-21T22:16:09.838Z] - CONFIG_XFRM: enabled [2019-10-21T22:16:09.838Z] - CONFIG_XFRM_USER: enabled (as module) [2019-10-21T22:16:09.838Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-10-21T22:16:09.838Z] - CONFIG_INET_ESP: enabled (as module) [2019-10-21T22:16:09.838Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-10-21T22:16:09.838Z] - "ipvlan": [2019-10-21T22:16:09.838Z] - CONFIG_IPVLAN: enabled (as module) [2019-10-21T22:16:09.838Z] - "macvlan": [2019-10-21T22:16:09.838Z] - CONFIG_MACVLAN: enabled (as module) [2019-10-21T22:16:09.838Z] - CONFIG_DUMMY: enabled (as module) [2019-10-21T22:16:09.838Z] - "ftp,tftp client in container": [2019-10-21T22:16:09.838Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-10-21T22:16:09.838Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-10-21T22:16:09.838Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-10-21T22:16:09.838Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-10-21T22:16:09.838Z] - Storage Drivers: [2019-10-21T22:16:09.838Z] - "aufs": [2019-10-21T22:16:09.838Z] - CONFIG_AUFS_FS: enabled (as module) [2019-10-21T22:16:09.838Z] - "btrfs": [2019-10-21T22:16:09.838Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-10-21T22:16:09.838Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-10-21T22:16:09.838Z] - "devicemapper": [2019-10-21T22:16:09.838Z] - CONFIG_BLK_DEV_DM: enabled [2019-10-21T22:16:09.838Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-10-21T22:16:09.838Z] - "overlay": [2019-10-21T22:16:08.072Z] > git merge bebd8206285b3d1aeb5d462683db71e7ac625903 # timeout=10 [2019-10-21T22:16:08.088Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-21T22:16:08.097Z] > git config core.sparsecheckout # timeout=10 [2019-10-21T22:16:08.101Z] > git checkout -f 3ddb4100a052aa556e78fefdf955cf0b7c374d43 [2019-10-21T22:16:09.952Z] + docker info [2019-10-21T22:16:10.090Z] [2019-10-21T22:16:10.090Z] #1 local://context (.dockerignore) [2019-10-21T22:16:10.090Z] #1 digest: sha256:eaf54fd238868940a5ef837ad06de22e6a0ee409e006539b7a4fa030d4ae4880 [2019-10-21T22:16:10.090Z] #1 name: "local://context (.dockerignore)" [2019-10-21T22:16:10.090Z] #1 started: 2019-10-21 22:16:09.625051559 +0000 UTC [2019-10-21T22:16:10.090Z] #1 completed: 2019-10-21 22:16:09.625130589 +0000 UTC [2019-10-21T22:16:10.090Z] #1 duration: 79.03µs [2019-10-21T22:16:10.090Z] #1 started: 2019-10-21 22:16:09.640364248 +0000 UTC [2019-10-21T22:16:10.090Z] #1 completed: 2019-10-21 22:16:09.667248996 +0000 UTC [2019-10-21T22:16:10.090Z] #1 duration: 26.884748ms [2019-10-21T22:16:10.090Z] #1 transferring context: 87B 0.0s done [2019-10-21T22:16:10.090Z] [2019-10-21T22:16:10.090Z] [2019-10-21T22:16:10.090Z] #2 local://dockerfile (Dockerfile.buildx) [2019-10-21T22:16:10.090Z] #2 digest: sha256:612aa00bd2eb8e11a056317e943e0c2d6f4ecee151a37113e3ec4776ba507b82 [2019-10-21T22:16:10.090Z] #2 name: "local://dockerfile (Dockerfile.buildx)" [2019-10-21T22:16:10.090Z] #2 started: 2019-10-21 22:16:09.625097289 +0000 UTC [2019-10-21T22:16:10.090Z] #2 completed: 2019-10-21 22:16:09.625169954 +0000 UTC [2019-10-21T22:16:10.090Z] #2 duration: 72.665µs [2019-10-21T22:16:10.090Z] #2 started: 2019-10-21 22:16:09.640339609 +0000 UTC [2019-10-21T22:16:10.090Z] #2 completed: 2019-10-21 22:16:09.662832914 +0000 UTC [2019-10-21T22:16:10.090Z] #2 duration: 22.493305ms [2019-10-21T22:16:10.090Z] #2 transferring dockerfile: 792B 0.0s done [2019-10-21T22:16:10.090Z] [2019-10-21T22:16:10.095Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-10-21T22:16:10.096Z] - "zfs": [2019-10-21T22:16:10.096Z] - /dev/zfs: missing [2019-10-21T22:16:10.096Z] - zfs command: missing [2019-10-21T22:16:10.096Z] - zpool command: missing [2019-10-21T22:16:10.096Z] [2019-10-21T22:16:10.096Z] Limits: [2019-10-21T22:16:10.096Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-10-21T22:16:10.096Z] [2019-10-21T22:16:10.096Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-10-21T22:16:10.428Z] + sudo modprobe ip_vs [2019-10-21T22:16:10.428Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:3ddb4100a052aa556e78fefdf955cf0b7c374d43 . [2019-10-21T22:16:10.428Z] #1 [internal] load build definition from Dockerfile [2019-10-21T22:16:10.428Z] #1 DONE 0.0s [2019-10-21T22:16:10.428Z] [2019-10-21T22:16:10.428Z] #2 [internal] load .dockerignore [2019-10-21T22:16:10.428Z] #2 DONE 0.0s [2019-10-21T22:16:10.428Z] [2019-10-21T22:16:10.428Z] #2 [internal] load .dockerignore [2019-10-21T22:16:10.428Z] #2 transferring context: 87B done [2019-10-21T22:16:10.428Z] #2 DONE 0.0s [2019-10-21T22:16:10.428Z] [2019-10-21T22:16:10.428Z] #1 [internal] load build definition from Dockerfile [2019-10-21T22:16:10.428Z] #1 transferring dockerfile: 14.63kB done [2019-10-21T22:16:10.428Z] #1 DONE 0.0s [2019-10-21T22:16:10.428Z] [2019-10-21T22:16:10.428Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2019-10-21T22:16:10.498Z] [2019-10-21T22:16:10.498Z] #3 docker-image://docker.io/library/golang:1.12.10-stretch@sha256:5ab115929... [2019-10-21T22:16:10.498Z] #3 digest: sha256:fe83e65568a129fe9be930e2ec3d56772ca00c6d27f656a211672d67a8e1aa78 [2019-10-21T22:16:10.498Z] #3 name: "docker-image://docker.io/library/golang:1.12.10-stretch@sha256:5ab11592978aa74153a518c85ad6c4edf1e0ab2318d1ad79af164fc10e1ac0ab" [2019-10-21T22:16:10.498Z] #3 started: 2019-10-21 22:16:10.05670968 +0000 UTC [2019-10-21T22:16:10.498Z] #3 completed: 2019-10-21 22:16:10.056854916 +0000 UTC [2019-10-21T22:16:10.498Z] #3 duration: 145.236µs [2019-10-21T22:16:10.498Z] #3 started: 2019-10-21 22:16:10.064537934 +0000 UTC [2019-10-21T22:16:10.498Z] #3 completed: 2019-10-21 22:16:10.06596279 +0000 UTC [2019-10-21T22:16:10.498Z] #3 duration: 1.424856ms [2019-10-21T22:16:10.498Z] #3 started: 2019-10-21 22:16:10.066064495 +0000 UTC [2019-10-21T22:16:10.498Z] #3 resolve docker.io/library/golang:1.12.10-stretch@sha256:5ab11592978aa74153a518c85ad6c4edf1e0ab2318d1ad79af164fc10e1ac0ab done [2019-10-21T22:16:10.498Z] #3 sha256:fbabdb69f63940e074f11d0342ae36dd2601d0d41bcbd963e444655dc459ab58 0B / 10.32MB 0.1s [2019-10-21T22:16:10.498Z] #3 sha256:ff33bd1013d7c7aaa76ef24bc3dd85e5ca91407dd0bc24f3d82033083e775a51 0B / 4.37MB 0.1s [2019-10-21T22:16:10.498Z] #3 sha256:5ab11592978aa74153a518c85ad6c4edf1e0ab2318d1ad79af164fc10e1ac0ab 1.42kB / 1.42kB done [2019-10-21T22:16:10.498Z] #3 sha256:687421176e14226da64a697b0f467a2745e4a1c71b1d8c0437b06f1090badfd7 5.47kB / 5.47kB done [2019-10-21T22:16:10.498Z] #3 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 0B / 45.24MB 0.1s [2019-10-21T22:16:10.498Z] #3 sha256:9abad81e996021b5b6d06e9c2fa2340dd760872c11a9631303a78cb6ffc1a379 1.80kB / 1.80kB done [2019-10-21T22:16:10.519Z] Client: [2019-10-21T22:16:10.519Z] Debug Mode: false [2019-10-21T22:16:10.519Z] [2019-10-21T22:16:10.519Z] Server: [2019-10-21T22:16:10.519Z] Containers: 0 [2019-10-21T22:16:10.519Z] Running: 0 [2019-10-21T22:16:10.519Z] Paused: 0 [2019-10-21T22:16:10.519Z] Stopped: 0 [2019-10-21T22:16:10.519Z] Images: 7 [2019-10-21T22:16:10.519Z] Server Version: 19.03.2 [2019-10-21T22:16:10.519Z] Storage Driver: overlay2 [2019-10-21T22:16:10.519Z] Backing Filesystem: extfs [2019-10-21T22:16:10.519Z] Supports d_type: true [2019-10-21T22:16:10.519Z] Native Overlay Diff: true [2019-10-21T22:16:10.519Z] Logging Driver: json-file [2019-10-21T22:16:10.519Z] Cgroup Driver: cgroupfs [2019-10-21T22:16:10.519Z] Plugins: [2019-10-21T22:16:10.519Z] Volume: local [2019-10-21T22:16:10.519Z] Network: bridge host ipvlan macvlan null overlay [2019-10-21T22:16:10.519Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-10-21T22:16:10.519Z] Swarm: inactive [2019-10-21T22:16:10.519Z] Runtimes: runc [2019-10-21T22:16:10.519Z] Default Runtime: runc [2019-10-21T22:16:10.519Z] Init Binary: docker-init [2019-10-21T22:16:10.520Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-10-21T22:16:10.520Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-10-21T22:16:10.520Z] init version: fec3683 [2019-10-21T22:16:10.520Z] Security Options: [2019-10-21T22:16:10.520Z] apparmor [2019-10-21T22:16:10.520Z] seccomp [2019-10-21T22:16:10.520Z] Profile: default [2019-10-21T22:16:10.520Z] Kernel Version: 4.15.0-1048-aws [2019-10-21T22:16:10.520Z] Operating System: Ubuntu 16.04.6 LTS [2019-10-21T22:16:10.520Z] OSType: linux [2019-10-21T22:16:10.520Z] Architecture: aarch64 [2019-10-21T22:16:10.520Z] CPUs: 4 [2019-10-21T22:16:10.520Z] Total Memory: 7.525GiB [2019-10-21T22:16:10.520Z] Name: ip-10-100-107-102 [2019-10-21T22:16:10.520Z] ID: P6VQ:YKJW:TNGX:TXFI:HUQ3:53UN:TOH3:6BJM:FCYL:64MC:THVR:5KBO [2019-10-21T22:16:10.520Z] Docker Root Dir: /var/lib/docker [2019-10-21T22:16:10.520Z] Debug Mode: false [2019-10-21T22:16:10.520Z] Registry: https://index.docker.io/v1/ [2019-10-21T22:16:10.520Z] Labels: [2019-10-21T22:16:10.520Z] Experimental: true [2019-10-21T22:16:10.520Z] Insecure Registries: [2019-10-21T22:16:10.520Z] 127.0.0.0/8 [2019-10-21T22:16:10.520Z] Live Restore Enabled: true [2019-10-21T22:16:10.520Z] [2019-10-21T22:16:10.520Z] WARNING: No swap limit support [Pipeline] sh [2019-10-21T22:16:10.687Z] #3 DONE 0.1s [2019-10-21T22:16:10.687Z] [2019-10-21T22:16:10.687Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2019-10-21T22:16:10.687Z] #4 CACHED [2019-10-21T22:16:10.808Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-21T22:16:10.808Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-21T22:16:10.808Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40115/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-10-21T22:16:10.808Z] + bash /home/ubuntu/workspace/moby_PR-40115/check-config.sh [2019-10-21T22:16:10.808Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-10-21T22:16:10.808Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2019-10-21T22:16:10.808Z] [2019-10-21T22:16:10.808Z] Generally Necessary: [2019-10-21T22:16:10.808Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-10-21T22:16:10.808Z] - apparmor: enabled and tools installed [2019-10-21T22:16:10.808Z] - CONFIG_NAMESPACES: enabled [2019-10-21T22:16:10.808Z] - CONFIG_NET_NS: enabled [2019-10-21T22:16:10.808Z] - CONFIG_PID_NS: enabled [2019-10-21T22:16:10.808Z] - CONFIG_IPC_NS: enabled [2019-10-21T22:16:10.808Z] - CONFIG_UTS_NS: enabled [2019-10-21T22:16:10.808Z] - CONFIG_CGROUPS: enabled [2019-10-21T22:16:10.903Z] #19 transferring context: 37.34MB 3.2s [2019-10-21T22:16:10.920Z] #3 sha256:fbabdb69f63940e074f11d0342ae36dd2601d0d41bcbd963e444655dc459ab58 851.08kB / 10.32MB 0.4s [2019-10-21T22:16:10.920Z] #3 sha256:ff33bd1013d7c7aaa76ef24bc3dd85e5ca91407dd0bc24f3d82033083e775a51 2.15MB / 4.37MB 0.4s [2019-10-21T22:16:10.920Z] #3 sha256:fbabdb69f63940e074f11d0342ae36dd2601d0d41bcbd963e444655dc459ab58 6.81MB / 10.32MB 0.5s [2019-10-21T22:16:10.920Z] #3 sha256:ff33bd1013d7c7aaa76ef24bc3dd85e5ca91407dd0bc24f3d82033083e775a51 4.37MB / 4.37MB 0.5s [2019-10-21T22:16:10.920Z] #3 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 2.72MB / 45.24MB 0.5s [2019-10-21T22:16:10.920Z] #3 sha256:fbabdb69f63940e074f11d0342ae36dd2601d0d41bcbd963e444655dc459ab58 10.32MB / 10.32MB 0.6s done [2019-10-21T22:16:10.920Z] #3 sha256:ff33bd1013d7c7aaa76ef24bc3dd85e5ca91407dd0bc24f3d82033083e775a51 4.37MB / 4.37MB 0.5s done [2019-10-21T22:16:10.920Z] #3 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 7.91MB / 45.24MB 0.6s [2019-10-21T22:16:10.920Z] #3 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 0B / 45.98MB 0.6s [2019-10-21T22:16:10.920Z] #3 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 2.83MB / 50.49MB 0.6s [2019-10-21T22:16:10.920Z] #3 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 12.82MB / 45.24MB 0.7s [2019-10-21T22:16:10.920Z] #3 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 2.38MB / 45.98MB 0.7s [2019-10-21T22:16:10.920Z] #3 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 6.36MB / 50.49MB 0.7s [2019-10-21T22:16:11.067Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-10-21T22:16:11.067Z] - CONFIG_CGROUP_DEVICE: enabled [2019-10-21T22:16:11.067Z] - CONFIG_CGROUP_FREEZER: enabled [2019-10-21T22:16:11.067Z] - CONFIG_CGROUP_SCHED: enabled [2019-10-21T22:16:11.067Z] - CONFIG_CPUSETS: enabled [2019-10-21T22:16:11.067Z] - CONFIG_MEMCG: enabled [2019-10-21T22:16:11.067Z] - CONFIG_KEYS: enabled [2019-10-21T22:16:11.067Z] - CONFIG_VETH: enabled (as module) [2019-10-21T22:16:11.067Z] - CONFIG_BRIDGE: enabled (as module) [2019-10-21T22:16:11.067Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-10-21T22:16:11.067Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-10-21T22:16:11.067Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-10-21T22:16:11.067Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-10-21T22:16:11.067Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-10-21T22:16:11.067Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-10-21T22:16:11.067Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-10-21T22:16:11.067Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-10-21T22:16:11.067Z] - CONFIG_NF_NAT: enabled (as module) [2019-10-21T22:16:11.067Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-10-21T22:16:11.067Z] - CONFIG_POSIX_MQUEUE: enabled [2019-10-21T22:16:11.067Z] [2019-10-21T22:16:11.067Z] Optional Features: [2019-10-21T22:16:11.067Z] - CONFIG_USER_NS: enabled [2019-10-21T22:16:11.067Z] - CONFIG_SECCOMP: enabled [2019-10-21T22:16:11.067Z] - CONFIG_CGROUP_PIDS: enabled [2019-10-21T22:16:11.067Z] - CONFIG_MEMCG_SWAP: enabled [2019-10-21T22:16:11.067Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-10-21T22:16:11.067Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-10-21T22:16:11.160Z] #19 transferring context: 45.62MB 3.6s done [2019-10-21T22:16:11.253Z] [2019-10-21T22:16:11.253Z] #6 [internal] load metadata for docker.io/library/golang:1.13.3-stretch [2019-10-21T22:16:11.253Z] #6 DONE 0.1s [2019-10-21T22:16:11.253Z] [2019-10-21T22:16:11.253Z] #5 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2019-10-21T22:16:11.253Z] #5 DONE 0.0s [2019-10-21T22:16:11.253Z] [2019-10-21T22:16:11.253Z] #65 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2019-10-21T22:16:11.253Z] #65 DONE 0.0s [2019-10-21T22:16:11.253Z] [2019-10-21T22:16:11.253Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.3-stretch@sha256:75a8ed141... [2019-10-21T22:16:11.253Z] #7 DONE 0.0s [2019-10-21T22:16:11.253Z] [2019-10-21T22:16:11.253Z] #19 [internal] load build context [2019-10-21T22:16:11.309Z] #3 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 15.51MB / 45.24MB 0.8s [2019-10-21T22:16:11.309Z] #3 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 5.73MB / 45.98MB 0.8s [2019-10-21T22:16:11.309Z] #3 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 9.12MB / 50.49MB 0.8s [2019-10-21T22:16:11.309Z] #3 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 18.84MB / 45.24MB 0.9s [2019-10-21T22:16:11.309Z] #3 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 8.74MB / 45.98MB 0.9s [2019-10-21T22:16:11.309Z] #3 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 12.94MB / 50.49MB 0.9s [2019-10-21T22:16:11.309Z] #3 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 21.72MB / 45.24MB 1.0s [2019-10-21T22:16:11.309Z] #3 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 13.08MB / 45.98MB 1.0s [2019-10-21T22:16:11.309Z] #3 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 16.34MB / 50.49MB 1.0s [2019-10-21T22:16:11.309Z] #3 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 25.30MB / 45.24MB 1.1s [2019-10-21T22:16:11.309Z] #3 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 17.66MB / 45.98MB 1.1s [2019-10-21T22:16:11.309Z] #3 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 19.62MB / 50.49MB 1.1s [2019-10-21T22:16:11.327Z] - CONFIG_BLK_CGROUP: enabled [2019-10-21T22:16:11.327Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-10-21T22:16:11.327Z] - CONFIG_IOSCHED_CFQ: enabled [2019-10-21T22:16:11.327Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-10-21T22:16:11.327Z] - CONFIG_CGROUP_PERF: enabled [2019-10-21T22:16:11.327Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-10-21T22:16:11.327Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-10-21T22:16:11.327Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-10-21T22:16:11.327Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-10-21T22:16:11.327Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-10-21T22:16:11.327Z] - CONFIG_RT_GROUP_SCHED: missing [2019-10-21T22:16:11.327Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-10-21T22:16:11.327Z] - CONFIG_IP_VS: enabled (as module) [2019-10-21T22:16:11.327Z] - CONFIG_IP_VS_NFCT: enabled [2019-10-21T22:16:11.327Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-10-21T22:16:11.327Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-10-21T22:16:11.327Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-10-21T22:16:11.327Z] - CONFIG_EXT4_FS: enabled [2019-10-21T22:16:11.327Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-10-21T22:16:11.327Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-10-21T22:16:11.327Z] - Network Drivers: [2019-10-21T22:16:11.327Z] - "overlay": [2019-10-21T22:16:11.327Z] - CONFIG_VXLAN: enabled (as module) [2019-10-21T22:16:11.327Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-10-21T22:16:11.327Z] Optional (for encrypted networks): [2019-10-21T22:16:11.418Z] #19 DONE 3.9s [2019-10-21T22:16:11.418Z] [2019-10-21T22:16:11.418Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.3-stretch@sha256:75a8ed141... [2019-10-21T22:16:11.418Z] #7 resolve docker.io/library/golang:1.13.3-stretch@sha256:75a8ed141bbbff26ec193d34c856db3e675220411a583fe4f24933080b8f4d00 done [2019-10-21T22:16:11.418Z] #7 sha256:710c1c6c29c84838a784d1f5fadd2f2fcb28a97aa2f558ba03ab346dcd70e95b 5.46kB / 5.46kB done [2019-10-21T22:16:11.418Z] #7 sha256:9a0b0ce99936ce4861d44ce1f193e881e5b40b5bf1847627061205b092fa7f1d 45.38MB / 45.38MB 1.6s done [2019-10-21T22:16:11.418Z] #7 sha256:f8f0759202953be4b156f44bba90b682b61f985f9bbc60e7262b216f70dabb96 4.34MB / 4.34MB 0.2s done [2019-10-21T22:16:11.418Z] #7 sha256:75a8ed141bbbff26ec193d34c856db3e675220411a583fe4f24933080b8f4d00 1.42kB / 1.42kB done [2019-10-21T22:16:11.418Z] #7 sha256:6faaee540c7c8e6eafee04d49c624243c93bd1406354e4548910cdcc99fdd050 1.80kB / 1.80kB done [2019-10-21T22:16:11.418Z] #7 sha256:db3b6004c61a0e86fbf910b9b4a6611ae79e238a336011a1b5f9b177d85cbf9d 10.80MB / 10.80MB 0.3s done [2019-10-21T22:16:11.418Z] #7 sha256:6ef14aff1139e1065ec0928ae1c07f2cff8c2b35e760f4b463df5c64e6ea1101 50.07MB / 50.07MB 1.6s done [2019-10-21T22:16:11.418Z] #7 sha256:cec6587a82d65deb69ed71b2f5a6eb67fae06fad091982ea2fe136743e964d1b 57.69MB / 57.69MB 1.7s done [2019-10-21T22:16:11.418Z] #7 extracting sha256:9a0b0ce99936ce4861d44ce1f193e881e5b40b5bf1847627061205b092fa7f1d 2.2s [2019-10-21T22:16:11.418Z] #7 sha256:1f66b6ed925ec54e4bc187cae1220fb56b40fe226da373f59153080c042201b7 126B / 126B 1.7s done [2019-10-21T22:16:11.418Z] #7 sha256:467950d4b181699ccab43c1d67c1ba179134553e87b36873589ef1cc64d4c296 120.06MB / 120.06MB 3.8s done [2019-10-21T22:16:11.585Z] - CONFIG_CRYPTO: enabled [2019-10-21T22:16:11.585Z] - CONFIG_CRYPTO_AEAD: enabled [2019-10-21T22:16:11.585Z] - CONFIG_CRYPTO_GCM: enabled [2019-10-21T22:16:11.585Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-10-21T22:16:11.585Z] - CONFIG_CRYPTO_GHASH: enabled [2019-10-21T22:16:11.585Z] - CONFIG_XFRM: enabled [2019-10-21T22:16:11.585Z] - CONFIG_XFRM_USER: enabled (as module) [2019-10-21T22:16:11.585Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-10-21T22:16:11.585Z] - CONFIG_INET_ESP: enabled (as module) [2019-10-21T22:16:11.585Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-10-21T22:16:11.585Z] - "ipvlan": [2019-10-21T22:16:11.585Z] - CONFIG_IPVLAN: enabled (as module) [2019-10-21T22:16:11.585Z] - "macvlan": [2019-10-21T22:16:11.585Z] - CONFIG_MACVLAN: enabled (as module) [2019-10-21T22:16:11.585Z] - CONFIG_DUMMY: enabled (as module) [2019-10-21T22:16:11.585Z] - "ftp,tftp client in container": [2019-10-21T22:16:11.585Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-10-21T22:16:11.585Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-10-21T22:16:11.585Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-10-21T22:16:11.585Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-10-21T22:16:11.585Z] - Storage Drivers: [2019-10-21T22:16:11.585Z] - "aufs": [2019-10-21T22:16:11.585Z] - CONFIG_AUFS_FS: enabled (as module) [2019-10-21T22:16:11.585Z] - "btrfs": [2019-10-21T22:16:11.585Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-10-21T22:16:11.585Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-10-21T22:16:11.585Z] - "devicemapper": [2019-10-21T22:16:11.585Z] - CONFIG_BLK_DEV_DM: enabled [2019-10-21T22:16:11.585Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-10-21T22:16:11.585Z] - "overlay": [2019-10-21T22:16:11.585Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-10-21T22:16:11.585Z] - "zfs": [2019-10-21T22:16:11.585Z] - /dev/zfs: missing [2019-10-21T22:16:11.585Z] - zfs command: missing [2019-10-21T22:16:11.585Z] - zpool command: missing [2019-10-21T22:16:11.585Z] [2019-10-21T22:16:11.585Z] Limits: [2019-10-21T22:16:11.585Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-10-21T22:16:11.585Z] [2019-10-21T22:16:11.585Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-10-21T22:16:11.716Z] #3 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 28.65MB / 45.24MB 1.2s [2019-10-21T22:16:11.716Z] #3 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 21.55MB / 45.98MB 1.2s [2019-10-21T22:16:11.716Z] #3 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 23.45MB / 50.49MB 1.2s [2019-10-21T22:16:11.716Z] #3 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 32.07MB / 45.24MB 1.3s [2019-10-21T22:16:11.716Z] #3 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 25.04MB / 45.98MB 1.3s [2019-10-21T22:16:11.716Z] #3 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 27.71MB / 50.49MB 1.3s [2019-10-21T22:16:11.716Z] #3 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 35.29MB / 45.24MB 1.4s [2019-10-21T22:16:11.716Z] #3 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 28.21MB / 45.98MB 1.4s [2019-10-21T22:16:11.716Z] #3 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 32.00MB / 50.49MB 1.4s [2019-10-21T22:16:11.716Z] #3 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 38.58MB / 45.24MB 1.5s [2019-10-21T22:16:11.716Z] #3 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 32.41MB / 45.98MB 1.5s [2019-10-21T22:16:11.716Z] #3 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 35.66MB / 50.49MB 1.5s [2019-10-21T22:16:11.919Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:3ddb4100a052aa556e78fefdf955cf0b7c374d43 . [2019-10-21T22:16:11.919Z] #2 [internal] load .dockerignore [2019-10-21T22:16:11.919Z] #2 transferring context: 87B done [2019-10-21T22:16:11.919Z] #2 DONE 0.0s [2019-10-21T22:16:11.919Z] [2019-10-21T22:16:11.919Z] #1 [internal] load build definition from Dockerfile [2019-10-21T22:16:11.919Z] #1 transferring dockerfile: 14.63kB done [2019-10-21T22:16:11.919Z] #1 DONE 0.0s [2019-10-21T22:16:11.919Z] [2019-10-21T22:16:11.919Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2019-10-21T22:16:12.145Z] #3 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 42.32MB / 45.24MB 1.6s [2019-10-21T22:16:12.145Z] #3 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 35.75MB / 45.98MB 1.6s [2019-10-21T22:16:12.145Z] #3 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 38.76MB / 50.49MB 1.6s [2019-10-21T22:16:12.145Z] #3 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 45.24MB / 45.24MB 1.7s [2019-10-21T22:16:12.145Z] #3 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 39.42MB / 45.98MB 1.7s [2019-10-21T22:16:12.145Z] #3 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 42.63MB / 50.49MB 1.7s [2019-10-21T22:16:12.145Z] #3 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 45.24MB / 45.24MB 1.8s done [2019-10-21T22:16:12.145Z] #3 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 43.89MB / 45.98MB 1.8s [2019-10-21T22:16:12.145Z] #3 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 47.73MB / 50.49MB 1.8s [2019-10-21T22:16:12.145Z] #3 sha256:e4d79466b81c6f7ecba12790a7553e02159354469c0afc74c39554b55f99f558 0B / 111.04MB 1.8s [2019-10-21T22:16:12.145Z] #3 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 50.49MB / 50.49MB 1.9s [2019-10-21T22:16:12.145Z] #3 extracting sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 [2019-10-21T22:16:12.180Z] #3 DONE 0.1s [2019-10-21T22:16:12.180Z] [2019-10-21T22:16:12.180Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2019-10-21T22:16:12.180Z] #4 CACHED [2019-10-21T22:16:12.577Z] #3 sha256:e4d79466b81c6f7ecba12790a7553e02159354469c0afc74c39554b55f99f558 11.74MB / 111.04MB 2.0s [2019-10-21T22:16:12.577Z] #3 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 45.98MB / 45.98MB 2.0s done [2019-10-21T22:16:12.577Z] #3 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 50.49MB / 50.49MB 2.0s done [2019-10-21T22:16:12.577Z] #3 sha256:e4d79466b81c6f7ecba12790a7553e02159354469c0afc74c39554b55f99f558 20.03MB / 111.04MB 2.1s [2019-10-21T22:16:12.577Z] #3 sha256:b00baabad4ce58a4521731072a095af304ed27ff09cf690b656f5535a9439d8e 126B / 126B 2.1s done [2019-10-21T22:16:12.577Z] #3 sha256:e4d79466b81c6f7ecba12790a7553e02159354469c0afc74c39554b55f99f558 27.95MB / 111.04MB 2.2s [2019-10-21T22:16:12.577Z] #3 sha256:e4d79466b81c6f7ecba12790a7553e02159354469c0afc74c39554b55f99f558 38.45MB / 111.04MB 2.3s [2019-10-21T22:16:12.577Z] #3 sha256:e4d79466b81c6f7ecba12790a7553e02159354469c0afc74c39554b55f99f558 46.78MB / 111.04MB 2.4s [2019-10-21T22:16:12.629Z] #19 transferring context: 45.62MB 1.2s done [2019-10-21T22:16:12.629Z] #19 DONE 1.3s [2019-10-21T22:16:12.629Z] [2019-10-21T22:16:12.629Z] #66 [dev 22/24] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2019-10-21T22:16:12.629Z] #66 CACHED [2019-10-21T22:16:12.629Z] [2019-10-21T22:16:12.630Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-21T22:16:12.630Z] #10 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #43 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-10-21T22:16:12.630Z] #43 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #23 [dev 9/24] COPY --from=dockercli /build/ /usr/local/cli [2019-10-21T22:16:12.630Z] #23 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #67 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-10-21T22:16:12.630Z] #67 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #51 [dev 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-10-21T22:16:12.630Z] #51 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #11 [dev 1/24] RUN groupadd -r docker [2019-10-21T22:16:12.630Z] #11 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #12 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-10-21T22:16:12.630Z] #12 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #68 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T22:16:12.630Z] #68 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #69 [dev 23/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-10-21T22:16:12.630Z] #69 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #56 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-21T22:16:12.630Z] #56 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #36 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:16:12.630Z] #36 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #27 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-21T22:16:12.630Z] #27 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-21T22:16:12.630Z] #24 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #29 [dev 11/24] COPY --from=swagger /build/ /usr/local/bin/ [2019-10-21T22:16:12.630Z] #29 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T22:16:12.630Z] #40 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #28 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-21T22:16:12.630Z] #28 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-21T22:16:12.630Z] #38 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #48 [dev 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-10-21T22:16:12.630Z] #48 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-10-21T22:16:12.630Z] #9 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-21T22:16:12.630Z] #33 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #42 [dev 15/24] COPY --from=criu /build/ /usr/local/ [2019-10-21T22:16:12.630Z] #42 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #18 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-21T22:16:12.630Z] #18 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T22:16:12.630Z] #17 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #16 [dev 6/24] RUN ldconfig [2019-10-21T22:16:12.630Z] #16 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #32 [dev 12/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-10-21T22:16:12.630Z] #32 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:16:12.630Z] #44 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #47 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:16:12.630Z] #47 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #58 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-10-21T22:16:12.630Z] #58 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #64 [dev 21/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-10-21T22:16:12.630Z] #64 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #57 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-21T22:16:12.630Z] #57 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #13 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-10-21T22:16:12.630Z] #13 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #35 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-10-21T22:16:12.630Z] #35 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2019-10-21T22:16:12.630Z] #8 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #21 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-10-21T22:16:12.630Z] #21 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #53 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-10-21T22:16:12.630Z] #53 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:16:12.630Z] #41 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #54 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:16:12.630Z] #54 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:16:12.630Z] #59 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #34 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-21T22:16:12.630Z] #34 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #15 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-10-21T22:16:12.630Z] #15 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #52 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-21T22:16:12.630Z] #52 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #14 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-10-21T22:16:12.630Z] #14 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #46 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-10-21T22:16:12.630Z] #46 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #20 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-21T22:16:12.630Z] #20 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #37 [dev 13/24] COPY --from=tini /build/ /usr/local/bin/ [2019-10-21T22:16:12.630Z] #37 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #50 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:16:12.630Z] #50 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #62 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:16:12.630Z] #62 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #60 [dev 20/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-10-21T22:16:12.630Z] #60 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #22 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:16:12.630Z] #22 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #49 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-10-21T22:16:12.630Z] #49 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #39 [dev 14/24] COPY --from=registry /build/ /usr/local/bin/ [2019-10-21T22:16:12.630Z] #39 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #55 [dev 19/24] COPY --from=runc /build/ /usr/local/bin/ [2019-10-21T22:16:12.630Z] #55 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T22:16:12.630Z] #31 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #45 [dev 16/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-10-21T22:16:12.630Z] #45 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #25 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-10-21T22:16:12.630Z] #25 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #63 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-10-21T22:16:12.630Z] #63 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #61 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-10-21T22:16:12.630Z] #61 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #30 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-10-21T22:16:12.630Z] #30 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T22:16:12.630Z] #26 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #70 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-10-21T22:16:12.630Z] #70 CACHED [2019-10-21T22:16:12.630Z] [2019-10-21T22:16:12.630Z] #71 [src 1/1] COPY . /go/src/github.com/docker/docker [2019-10-21T22:16:12.750Z] [2019-10-21T22:16:12.750Z] #6 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2019-10-21T22:16:12.750Z] #6 DONE 0.0s [2019-10-21T22:16:12.750Z] [2019-10-21T22:16:12.750Z] #5 [internal] load metadata for docker.io/library/golang:1.13.3-stretch [2019-10-21T22:16:12.750Z] #5 DONE 0.1s [2019-10-21T22:16:12.750Z] [2019-10-21T22:16:12.750Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.3-stretch@sha256:75a8ed141... [2019-10-21T22:16:12.750Z] #7 DONE 0.0s [2019-10-21T22:16:12.750Z] [2019-10-21T22:16:12.750Z] #65 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2019-10-21T22:16:12.751Z] #65 DONE 0.0s [2019-10-21T22:16:12.751Z] [2019-10-21T22:16:12.751Z] #19 [internal] load build context [2019-10-21T22:16:12.789Z] #7 extracting sha256:9a0b0ce99936ce4861d44ce1f193e881e5b40b5bf1847627061205b092fa7f1d 3.1s done [2019-10-21T22:16:12.789Z] #7 extracting sha256:db3b6004c61a0e86fbf910b9b4a6611ae79e238a336011a1b5f9b177d85cbf9d [2019-10-21T22:16:12.989Z] #3 sha256:e4d79466b81c6f7ecba12790a7553e02159354469c0afc74c39554b55f99f558 61.07MB / 111.04MB 2.6s [2019-10-21T22:16:12.989Z] #3 sha256:e4d79466b81c6f7ecba12790a7553e02159354469c0afc74c39554b55f99f558 68.11MB / 111.04MB 2.7s [2019-10-21T22:16:12.989Z] #3 sha256:e4d79466b81c6f7ecba12790a7553e02159354469c0afc74c39554b55f99f558 75.06MB / 111.04MB 2.8s [2019-10-21T22:16:13.046Z] #7 extracting sha256:db3b6004c61a0e86fbf910b9b4a6611ae79e238a336011a1b5f9b177d85cbf9d 0.4s done [2019-10-21T22:16:13.046Z] #7 extracting sha256:f8f0759202953be4b156f44bba90b682b61f985f9bbc60e7262b216f70dabb96 [2019-10-21T22:16:13.303Z] #7 extracting sha256:f8f0759202953be4b156f44bba90b682b61f985f9bbc60e7262b216f70dabb96 0.2s done [2019-10-21T22:16:13.394Z] #3 sha256:e4d79466b81c6f7ecba12790a7553e02159354469c0afc74c39554b55f99f558 82.59MB / 111.04MB 2.9s [2019-10-21T22:16:13.394Z] #3 sha256:e4d79466b81c6f7ecba12790a7553e02159354469c0afc74c39554b55f99f558 91.93MB / 111.04MB 3.0s [2019-10-21T22:16:13.394Z] #3 sha256:e4d79466b81c6f7ecba12790a7553e02159354469c0afc74c39554b55f99f558 98.68MB / 111.04MB 3.1s [2019-10-21T22:16:13.394Z] #3 sha256:e4d79466b81c6f7ecba12790a7553e02159354469c0afc74c39554b55f99f558 106.72MB / 111.04MB 3.2s [2019-10-21T22:16:13.560Z] #7 extracting sha256:6ef14aff1139e1065ec0928ae1c07f2cff8c2b35e760f4b463df5c64e6ea1101 0.1s [2019-10-21T22:16:13.803Z] #3 sha256:e4d79466b81c6f7ecba12790a7553e02159354469c0afc74c39554b55f99f558 111.04MB / 111.04MB 3.4s done [2019-10-21T22:16:13.999Z] #71 DONE 1.3s [2019-10-21T22:16:13.999Z] [2019-10-21T22:16:13.999Z] #72 exporting to image [2019-10-21T22:16:13.999Z] #72 exporting layers [2019-10-21T22:16:14.146Z] #19 transferring context: 45.62MB 1.3s done [2019-10-21T22:16:14.146Z] #19 DONE 1.4s [2019-10-21T22:16:14.146Z] [2019-10-21T22:16:14.146Z] #69 [dev 23/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-10-21T22:16:14.146Z] #69 CACHED [2019-10-21T22:16:14.146Z] [2019-10-21T22:16:14.146Z] #54 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:16:14.146Z] #54 CACHED [2019-10-21T22:16:14.146Z] [2019-10-21T22:16:14.146Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:16:14.146Z] #41 CACHED [2019-10-21T22:16:14.146Z] [2019-10-21T22:16:14.146Z] #45 [dev 16/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-10-21T22:16:14.146Z] #45 CACHED [2019-10-21T22:16:14.146Z] [2019-10-21T22:16:14.146Z] #43 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-10-21T22:16:14.146Z] #43 CACHED [2019-10-21T22:16:14.146Z] [2019-10-21T22:16:14.146Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:16:14.146Z] #44 CACHED [2019-10-21T22:16:14.146Z] [2019-10-21T22:16:14.146Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T22:16:14.146Z] #26 CACHED [2019-10-21T22:16:14.146Z] [2019-10-21T22:16:14.146Z] #34 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-21T22:16:14.146Z] #34 CACHED [2019-10-21T22:16:14.146Z] [2019-10-21T22:16:14.146Z] #56 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-21T22:16:14.146Z] #56 CACHED [2019-10-21T22:16:14.146Z] [2019-10-21T22:16:14.146Z] #21 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-10-21T22:16:14.146Z] #21 CACHED [2019-10-21T22:16:14.146Z] [2019-10-21T22:16:14.146Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T22:16:14.146Z] #40 CACHED [2019-10-21T22:16:14.146Z] [2019-10-21T22:16:14.146Z] #52 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-21T22:16:14.146Z] #52 CACHED [2019-10-21T22:16:14.146Z] [2019-10-21T22:16:14.146Z] #29 [dev 11/24] COPY --from=swagger /build/ /usr/local/bin/ [2019-10-21T22:16:14.146Z] #29 CACHED [2019-10-21T22:16:14.146Z] [2019-10-21T22:16:14.146Z] #51 [dev 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-10-21T22:16:14.146Z] #51 CACHED [2019-10-21T22:16:14.146Z] [2019-10-21T22:16:14.146Z] #16 [dev 6/24] RUN ldconfig [2019-10-21T22:16:14.146Z] #16 CACHED [2019-10-21T22:16:14.146Z] [2019-10-21T22:16:14.146Z] #64 [dev 21/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-10-21T22:16:14.146Z] #64 CACHED [2019-10-21T22:16:14.146Z] [2019-10-21T22:16:14.146Z] #35 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-10-21T22:16:14.146Z] #35 CACHED [2019-10-21T22:16:14.146Z] [2019-10-21T22:16:14.146Z] #62 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:16:14.146Z] #62 CACHED [2019-10-21T22:16:14.146Z] [2019-10-21T22:16:14.146Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-21T22:16:14.146Z] #38 CACHED [2019-10-21T22:16:14.146Z] [2019-10-21T22:16:14.147Z] #36 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:16:14.147Z] #36 CACHED [2019-10-21T22:16:14.147Z] [2019-10-21T22:16:14.147Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-10-21T22:16:14.147Z] #9 CACHED [2019-10-21T22:16:14.147Z] [2019-10-21T22:16:14.147Z] #37 [dev 13/24] COPY --from=tini /build/ /usr/local/bin/ [2019-10-21T22:16:14.147Z] #37 CACHED [2019-10-21T22:16:14.147Z] [2019-10-21T22:16:14.147Z] #67 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-10-21T22:16:14.147Z] #67 CACHED [2019-10-21T22:16:14.147Z] [2019-10-21T22:16:14.147Z] #30 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-10-21T22:16:14.147Z] #30 CACHED [2019-10-21T22:16:14.147Z] [2019-10-21T22:16:14.147Z] #18 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-21T22:16:14.147Z] #18 CACHED [2019-10-21T22:16:14.147Z] [2019-10-21T22:16:14.147Z] #57 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-21T22:16:14.147Z] #57 CACHED [2019-10-21T22:16:14.147Z] [2019-10-21T22:16:14.147Z] #25 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-10-21T22:16:14.147Z] #25 CACHED [2019-10-21T22:16:14.147Z] [2019-10-21T22:16:14.147Z] #42 [dev 15/24] COPY --from=criu /build/ /usr/local/ [2019-10-21T22:16:14.147Z] #42 CACHED [2019-10-21T22:16:14.147Z] [2019-10-21T22:16:14.147Z] #22 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:16:14.147Z] #22 CACHED [2019-10-21T22:16:14.147Z] [2019-10-21T22:16:14.147Z] #53 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-10-21T22:16:14.147Z] #53 CACHED [2019-10-21T22:16:14.147Z] [2019-10-21T22:16:14.147Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-21T22:16:14.147Z] #10 CACHED [2019-10-21T22:16:14.147Z] [2019-10-21T22:16:14.147Z] #28 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-21T22:16:14.147Z] #28 CACHED [2019-10-21T22:16:14.147Z] [2019-10-21T22:16:14.147Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T22:16:14.147Z] #17 CACHED [2019-10-21T22:16:14.147Z] [2019-10-21T22:16:14.147Z] #11 [dev 1/24] RUN groupadd -r docker [2019-10-21T22:16:14.147Z] #11 CACHED [2019-10-21T22:16:14.147Z] [2019-10-21T22:16:14.147Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:16:14.147Z] #59 CACHED [2019-10-21T22:16:14.147Z] [2019-10-21T22:16:14.147Z] #66 [dev 22/24] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2019-10-21T22:16:14.147Z] #66 CACHED [2019-10-21T22:16:14.147Z] [2019-10-21T22:16:14.147Z] #12 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-10-21T22:16:14.147Z] #12 CACHED [2019-10-21T22:16:14.147Z] [2019-10-21T22:16:14.147Z] #13 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-10-21T22:16:14.147Z] #13 CACHED [2019-10-21T22:16:14.147Z] [2019-10-21T22:16:14.147Z] #63 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-10-21T22:16:14.147Z] #63 CACHED [2019-10-21T22:16:14.147Z] [2019-10-21T22:16:14.147Z] #61 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-10-21T22:16:14.147Z] #61 CACHED [2019-10-21T22:16:14.147Z] [2019-10-21T22:16:14.147Z] #68 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T22:16:14.147Z] #68 CACHED [2019-10-21T22:16:14.147Z] [2019-10-21T22:16:14.147Z] #14 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-10-21T22:16:14.147Z] #14 CACHED [2019-10-21T22:16:14.147Z] [2019-10-21T22:16:14.147Z] #15 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-10-21T22:16:14.147Z] #15 CACHED [2019-10-21T22:16:14.147Z] [2019-10-21T22:16:14.147Z] #58 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-10-21T22:16:14.147Z] #58 CACHED [2019-10-21T22:16:14.147Z] [2019-10-21T22:16:14.147Z] #20 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-21T22:16:14.147Z] #20 CACHED [2019-10-21T22:16:14.147Z] [2019-10-21T22:16:14.147Z] #55 [dev 19/24] COPY --from=runc /build/ /usr/local/bin/ [2019-10-21T22:16:14.147Z] #55 CACHED [2019-10-21T22:16:14.147Z] [2019-10-21T22:16:14.147Z] #27 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-21T22:16:14.147Z] #27 CACHED [2019-10-21T22:16:14.147Z] [2019-10-21T22:16:14.147Z] #50 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:16:14.147Z] #50 CACHED [2019-10-21T22:16:14.147Z] [2019-10-21T22:16:14.147Z] #46 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-10-21T22:16:14.147Z] #46 CACHED [2019-10-21T22:16:14.147Z] [2019-10-21T22:16:14.147Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2019-10-21T22:16:14.147Z] #8 CACHED [2019-10-21T22:16:14.147Z] [2019-10-21T22:16:14.147Z] #48 [dev 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-10-21T22:16:14.147Z] #48 CACHED [2019-10-21T22:16:14.147Z] [2019-10-21T22:16:14.147Z] #39 [dev 14/24] COPY --from=registry /build/ /usr/local/bin/ [2019-10-21T22:16:14.147Z] #39 CACHED [2019-10-21T22:16:14.147Z] [2019-10-21T22:16:14.147Z] #32 [dev 12/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-10-21T22:16:14.147Z] #32 CACHED [2019-10-21T22:16:14.147Z] [2019-10-21T22:16:14.147Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T22:16:14.147Z] #31 CACHED [2019-10-21T22:16:14.147Z] [2019-10-21T22:16:14.147Z] #23 [dev 9/24] COPY --from=dockercli /build/ /usr/local/cli [2019-10-21T22:16:14.147Z] #23 CACHED [2019-10-21T22:16:14.147Z] [2019-10-21T22:16:14.147Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-21T22:16:14.147Z] #33 CACHED [2019-10-21T22:16:14.147Z] [2019-10-21T22:16:14.147Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-21T22:16:14.147Z] #24 CACHED [2019-10-21T22:16:14.147Z] [2019-10-21T22:16:14.147Z] #49 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-10-21T22:16:14.147Z] #49 CACHED [2019-10-21T22:16:14.147Z] [2019-10-21T22:16:14.147Z] #47 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:16:14.147Z] #47 CACHED [2019-10-21T22:16:14.147Z] [2019-10-21T22:16:14.147Z] #60 [dev 20/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-10-21T22:16:14.147Z] #60 CACHED [2019-10-21T22:16:14.147Z] [2019-10-21T22:16:14.147Z] #70 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-10-21T22:16:14.147Z] #70 CACHED [2019-10-21T22:16:14.147Z] [2019-10-21T22:16:14.147Z] #71 [src 1/1] COPY . /go/src/github.com/docker/docker [2019-10-21T22:16:14.853Z] #3 extracting sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 2.3s done [2019-10-21T22:16:14.854Z] #3 extracting sha256:fbabdb69f63940e074f11d0342ae36dd2601d0d41bcbd963e444655dc459ab58 [2019-10-21T22:16:14.931Z] #72 exporting layers 0.8s done [2019-10-21T22:16:14.931Z] #72 writing image sha256:0c42a7401f250598a871d2850eaad63844c42a67d3582dfccfbe7695861323f9 done [2019-10-21T22:16:14.931Z] #72 naming to docker.io/library/docker:3ddb4100a052aa556e78fefdf955cf0b7c374d43 done [2019-10-21T22:16:14.931Z] #72 DONE 0.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2019-10-21T22:16:15.273Z] #3 extracting sha256:fbabdb69f63940e074f11d0342ae36dd2601d0d41bcbd963e444655dc459ab58 0.5s done [2019-10-21T22:16:15.273Z] #3 extracting sha256:ff33bd1013d7c7aaa76ef24bc3dd85e5ca91407dd0bc24f3d82033083e775a51 [2019-10-21T22:16:15.656Z] #3 extracting sha256:ff33bd1013d7c7aaa76ef24bc3dd85e5ca91407dd0bc24f3d82033083e775a51 0.2s done [2019-10-21T22:16:15.656Z] #3 extracting sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b [2019-10-21T22:16:15.933Z] [2019-10-21T22:16:15.933Z] Removing bundles/ [2019-10-21T22:16:15.933Z] [2019-10-21T22:16:15.933Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2019-10-21T22:16:15.933Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-10-21T22:16:15.933Z] GOOS="" GOARCH="" GOARM="" [2019-10-21T22:16:16.112Z] #7 extracting sha256:6ef14aff1139e1065ec0928ae1c07f2cff8c2b35e760f4b463df5c64e6ea1101 2.2s done [2019-10-21T22:16:16.112Z] #7 extracting sha256:cec6587a82d65deb69ed71b2f5a6eb67fae06fad091982ea2fe136743e964d1b [2019-10-21T22:16:17.373Z] Fetching without tags [2019-10-21T22:16:17.429Z] #71 DONE 2.9s [2019-10-21T22:16:17.429Z] [2019-10-21T22:16:17.429Z] #72 exporting to image [2019-10-21T22:16:17.429Z] #72 exporting layers [2019-10-21T22:16:17.912Z] Merging remotes/origin/master commit bebd8206285b3d1aeb5d462683db71e7ac625903 into PR head commit 3ddb4100a052aa556e78fefdf955cf0b7c374d43 [2019-10-21T22:16:17.330Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-21T22:16:17.335Z] > git config --add remote.origin.fetch +refs/pull/40115/head:refs/remotes/origin/PR-40115 # timeout=10 [2019-10-21T22:16:17.339Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-21T22:16:17.359Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-21T22:16:17.374Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-21T22:16:17.375Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-21T22:16:17.375Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40115/head:refs/remotes/origin/PR-40115 +refs/heads/master:refs/remotes/origin/master [2019-10-21T22:16:17.913Z] > git config core.sparsecheckout # timeout=10 [2019-10-21T22:16:17.917Z] > git checkout -f 3ddb4100a052aa556e78fefdf955cf0b7c374d43 [2019-10-21T22:16:18.008Z] #7 extracting sha256:cec6587a82d65deb69ed71b2f5a6eb67fae06fad091982ea2fe136743e964d1b 1.9s done [2019-10-21T22:16:18.008Z] #7 extracting sha256:467950d4b181699ccab43c1d67c1ba179134553e87b36873589ef1cc64d4c296 0.1s [2019-10-21T22:16:18.240Z] #3 extracting sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 2.1s done [2019-10-21T22:16:18.240Z] #3 extracting sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 [2019-10-21T22:16:18.804Z] #72 exporting layers 1.4s done [2019-10-21T22:16:18.804Z] #72 writing image sha256:f8a9e927690c2fb7d0bd5cbf44a98f8dc967426810f1652b32e622f8de591140 done [2019-10-21T22:16:18.804Z] #72 naming to docker.io/library/docker:3ddb4100a052aa556e78fefdf955cf0b7c374d43 done [2019-10-21T22:16:18.804Z] #72 DONE 1.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-10-21T22:16:19.019Z] Merge succeeded, producing 3ddb4100a052aa556e78fefdf955cf0b7c374d43 [2019-10-21T22:16:19.020Z] Checking out Revision 3ddb4100a052aa556e78fefdf955cf0b7c374d43 (PR-40115) [2019-10-21T22:16:19.146Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40115/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3ddb4100a052aa556e78fefdf955cf0b7c374d43 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3ddb4100a052aa556e78fefdf955cf0b7c374d43 hack/test/unit [2019-10-21T22:16:19.583Z] #3 extracting sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 1.6s done [2019-10-21T22:16:20.036Z] #3 extracting sha256:e4d79466b81c6f7ecba12790a7553e02159354469c0afc74c39554b55f99f558 [2019-10-21T22:16:20.069Z] Commit message: "integration-cli: remove redundant logs from cp utils" [2019-10-21T22:16:18.975Z] > git merge bebd8206285b3d1aeb5d462683db71e7ac625903 # timeout=10 [2019-10-21T22:16:19.004Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-21T22:16:19.020Z] > git config core.sparsecheckout # timeout=10 [2019-10-21T22:16:19.024Z] > git checkout -f 3ddb4100a052aa556e78fefdf955cf0b7c374d43 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-10-21T22:16:20.997Z] + docker version [2019-10-21T22:16:20.997Z] Client: [2019-10-21T22:16:20.997Z] Version: 18.06.1-ce [2019-10-21T22:16:20.997Z] API version: 1.38 [2019-10-21T22:16:20.997Z] Go version: go1.10.3 [2019-10-21T22:16:20.997Z] Git commit: e68fc7a [2019-10-21T22:16:20.997Z] Built: Tue Aug 21 17:26:10 2018 [2019-10-21T22:16:20.997Z] OS/Arch: linux/ppc64le [2019-10-21T22:16:20.997Z] Experimental: false [2019-10-21T22:16:20.997Z] [2019-10-21T22:16:20.997Z] Server: [2019-10-21T22:16:20.997Z] Engine: [2019-10-21T22:16:20.997Z] Version: 18.06.1-ce [2019-10-21T22:16:20.997Z] API version: 1.38 (minimum version 1.12) [2019-10-21T22:16:20.997Z] Go version: go1.10.3 [2019-10-21T22:16:20.997Z] Git commit: e68fc7a [2019-10-21T22:16:20.997Z] Built: Tue Aug 21 17:24:20 2018 [2019-10-21T22:16:20.997Z] OS/Arch: linux/ppc64le [2019-10-21T22:16:20.997Z] Experimental: true [Pipeline] sh [2019-10-21T22:16:21.388Z] + docker info [2019-10-21T22:16:21.388Z] Containers: 0 [2019-10-21T22:16:21.388Z] Running: 0 [2019-10-21T22:16:21.388Z] Paused: 0 [2019-10-21T22:16:21.388Z] Stopped: 0 [2019-10-21T22:16:21.388Z] Images: 0 [2019-10-21T22:16:21.388Z] Server Version: 18.06.1-ce [2019-10-21T22:16:21.388Z] Storage Driver: overlay2 [2019-10-21T22:16:21.388Z] Backing Filesystem: extfs [2019-10-21T22:16:21.388Z] Supports d_type: true [2019-10-21T22:16:21.388Z] Native Overlay Diff: true [2019-10-21T22:16:21.388Z] Logging Driver: json-file [2019-10-21T22:16:21.388Z] Cgroup Driver: cgroupfs [2019-10-21T22:16:21.388Z] Plugins: [2019-10-21T22:16:21.388Z] Volume: local [2019-10-21T22:16:21.388Z] Network: bridge host ipvlan macvlan null overlay [2019-10-21T22:16:21.388Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2019-10-21T22:16:21.388Z] Swarm: inactive [2019-10-21T22:16:21.388Z] Runtimes: runc [2019-10-21T22:16:21.388Z] Default Runtime: runc [2019-10-21T22:16:21.388Z] Init Binary: docker-init [2019-10-21T22:16:21.388Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2019-10-21T22:16:21.388Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2019-10-21T22:16:21.388Z] init version: fec3683 [2019-10-21T22:16:21.388Z] Security Options: [2019-10-21T22:16:21.388Z] apparmor [2019-10-21T22:16:21.388Z] seccomp [2019-10-21T22:16:21.388Z] Profile: default [2019-10-21T22:16:21.388Z] Kernel Version: 4.4.0-139-generic [2019-10-21T22:16:21.388Z] Operating System: Ubuntu 16.04.3 LTS [2019-10-21T22:16:21.388Z] OSType: linux [2019-10-21T22:16:21.388Z] Architecture: ppc64le [2019-10-21T22:16:21.388Z] CPUs: 4 [2019-10-21T22:16:21.388Z] Total Memory: 7.972GiB [2019-10-21T22:16:21.388Z] Name: ppc64le-ubuntu-23 [2019-10-21T22:16:21.388Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2019-10-21T22:16:21.388Z] Docker Root Dir: /var/lib/docker [2019-10-21T22:16:21.388Z] Debug Mode (client): false [2019-10-21T22:16:21.388Z] Debug Mode (server): false [2019-10-21T22:16:21.388Z] Username: dockerbuildbot [2019-10-21T22:16:21.388Z] Registry: https://index.docker.io/v1/ [2019-10-21T22:16:21.388Z] Labels: [2019-10-21T22:16:21.388Z] Experimental: true [2019-10-21T22:16:21.388Z] Insecure Registries: [2019-10-21T22:16:21.388Z] 127.0.0.0/8 [2019-10-21T22:16:21.388Z] Live Restore Enabled: false [2019-10-21T22:16:21.388Z] [Pipeline] sh [2019-10-21T22:16:21.771Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-21T22:16:21.772Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-21T22:16:21.772Z] + curl -fsSL -o /home/docker/workspace/moby_PR-40115/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-10-21T22:16:21.772Z] + bash /home/docker/workspace/moby_PR-40115/check-config.sh [2019-10-21T22:16:21.772Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-10-21T22:16:21.772Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2019-10-21T22:16:21.772Z] [2019-10-21T22:16:21.772Z] Generally Necessary: [2019-10-21T22:16:22.060Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-10-21T22:16:22.060Z] - apparmor: enabled and tools installed [2019-10-21T22:16:22.060Z] - CONFIG_NAMESPACES: enabled [2019-10-21T22:16:22.060Z] - CONFIG_NET_NS: enabled [2019-10-21T22:16:22.060Z] - CONFIG_PID_NS: enabled [2019-10-21T22:16:22.060Z] - CONFIG_IPC_NS: enabled [2019-10-21T22:16:22.060Z] - CONFIG_UTS_NS: enabled [2019-10-21T22:16:22.060Z] - CONFIG_CGROUPS: enabled [2019-10-21T22:16:22.060Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-10-21T22:16:22.060Z] - CONFIG_CGROUP_DEVICE: enabled [2019-10-21T22:16:22.060Z] - CONFIG_CGROUP_FREEZER: enabled [2019-10-21T22:16:22.060Z] - CONFIG_CGROUP_SCHED: enabled [2019-10-21T22:16:22.060Z] - CONFIG_CPUSETS: enabled [2019-10-21T22:16:22.060Z] - CONFIG_MEMCG: enabled [2019-10-21T22:16:22.060Z] - CONFIG_KEYS: enabled [2019-10-21T22:16:22.060Z] - CONFIG_VETH: enabled (as module) [2019-10-21T22:16:22.060Z] - CONFIG_BRIDGE: enabled (as module) [2019-10-21T22:16:22.060Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-10-21T22:16:22.060Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-10-21T22:16:22.060Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-10-21T22:16:22.060Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-10-21T22:16:22.060Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-10-21T22:16:22.060Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-10-21T22:16:22.060Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-10-21T22:16:22.060Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-10-21T22:16:22.060Z] - CONFIG_NF_NAT: enabled (as module) [2019-10-21T22:16:22.060Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-10-21T22:16:22.060Z] - CONFIG_POSIX_MQUEUE: enabled [2019-10-21T22:16:22.060Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2019-10-21T22:16:22.060Z] [2019-10-21T22:16:22.060Z] Optional Features: [2019-10-21T22:16:22.060Z] - CONFIG_USER_NS: enabled [2019-10-21T22:16:22.060Z] - CONFIG_SECCOMP: enabled [2019-10-21T22:16:22.060Z] - CONFIG_CGROUP_PIDS: enabled [2019-10-21T22:16:22.196Z] #7 extracting sha256:467950d4b181699ccab43c1d67c1ba179134553e87b36873589ef1cc64d4c296 4.2s done [2019-10-21T22:16:22.344Z] - CONFIG_MEMCG_SWAP: enabled [2019-10-21T22:16:22.344Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-10-21T22:16:22.344Z] (cgroup swap accounting is currently enabled) [2019-10-21T22:16:22.344Z] - CONFIG_MEMCG_KMEM: enabled [2019-10-21T22:16:22.344Z] - CONFIG_BLK_CGROUP: enabled [2019-10-21T22:16:22.344Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-10-21T22:16:22.344Z] - CONFIG_IOSCHED_CFQ: enabled [2019-10-21T22:16:22.344Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-10-21T22:16:22.344Z] - CONFIG_CGROUP_PERF: enabled [2019-10-21T22:16:22.344Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-10-21T22:16:22.344Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-10-21T22:16:22.344Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-10-21T22:16:22.344Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-10-21T22:16:22.344Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-10-21T22:16:22.344Z] - CONFIG_RT_GROUP_SCHED: missing [2019-10-21T22:16:22.344Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-10-21T22:16:22.344Z] - CONFIG_IP_VS: enabled (as module) [2019-10-21T22:16:22.344Z] - CONFIG_IP_VS_NFCT: enabled [2019-10-21T22:16:22.344Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-10-21T22:16:22.344Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-10-21T22:16:22.344Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-10-21T22:16:22.344Z] - CONFIG_EXT4_FS: enabled [2019-10-21T22:16:22.344Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-10-21T22:16:22.344Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-10-21T22:16:22.344Z] - Network Drivers: [2019-10-21T22:16:22.344Z] - "overlay": [2019-10-21T22:16:22.344Z] - CONFIG_VXLAN: enabled (as module) [2019-10-21T22:16:22.344Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-10-21T22:16:22.344Z] Optional (for encrypted networks): [2019-10-21T22:16:22.454Z] #7 extracting sha256:1f66b6ed925ec54e4bc187cae1220fb56b40fe226da373f59153080c042201b7 done [2019-10-21T22:16:22.454Z] #7 DONE 14.9s [2019-10-21T22:16:22.454Z] [2019-10-21T22:16:22.454Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2019-10-21T22:16:22.628Z] - CONFIG_CRYPTO: enabled [2019-10-21T22:16:22.628Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2019-10-21T22:16:22.628Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2019-10-21T22:16:22.628Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2019-10-21T22:16:22.628Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2019-10-21T22:16:22.628Z] - CONFIG_XFRM: enabled [2019-10-21T22:16:22.628Z] - CONFIG_XFRM_USER: enabled (as module) [2019-10-21T22:16:22.628Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-10-21T22:16:22.628Z] - CONFIG_INET_ESP: enabled (as module) [2019-10-21T22:16:22.628Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-10-21T22:16:22.628Z] - "ipvlan": [2019-10-21T22:16:22.628Z] - CONFIG_IPVLAN: enabled (as module) [2019-10-21T22:16:22.628Z] - "macvlan": [2019-10-21T22:16:22.628Z] - CONFIG_MACVLAN: enabled (as module) [2019-10-21T22:16:22.628Z] - CONFIG_DUMMY: enabled (as module) [2019-10-21T22:16:22.628Z] - "ftp,tftp client in container": [2019-10-21T22:16:22.628Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-10-21T22:16:22.628Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-10-21T22:16:22.628Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-10-21T22:16:22.628Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-10-21T22:16:22.628Z] - Storage Drivers: [2019-10-21T22:16:22.628Z] - "aufs": [2019-10-21T22:16:22.628Z] - CONFIG_AUFS_FS: enabled (as module) [2019-10-21T22:16:22.628Z] - "btrfs": [2019-10-21T22:16:22.628Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-10-21T22:16:22.628Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-10-21T22:16:22.628Z] - "devicemapper": [2019-10-21T22:16:22.628Z] - CONFIG_BLK_DEV_DM: enabled [2019-10-21T22:16:22.628Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-10-21T22:16:22.628Z] - "overlay": [2019-10-21T22:16:22.628Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-10-21T22:16:22.628Z] - "zfs": [2019-10-21T22:16:22.628Z] - /dev/zfs: missing [2019-10-21T22:16:22.628Z] - zfs command: missing [2019-10-21T22:16:22.628Z] - zpool command: missing [2019-10-21T22:16:22.628Z] [2019-10-21T22:16:22.628Z] Limits: [2019-10-21T22:16:22.628Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-10-21T22:16:22.628Z] [2019-10-21T22:16:22.628Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-10-21T22:16:23.066Z] + make bundles/buildx [2019-10-21T22:16:23.341Z] ? github.com/docker/docker/api [no test files] [2019-10-21T22:16:23.683Z] mkdir bundles [2019-10-21T22:16:23.683Z] # This intetionally is not using the `--output` flag from the docker CLI which is a buildkit option [2019-10-21T22:16:23.683Z] # The idea here being that if buildx is being used, it's because buildkit is not supported natively [2019-10-21T22:16:23.683Z] docker build -f Dockerfile.buildx -t "moby-buildx:v0.3.0" \ [2019-10-21T22:16:23.683Z] --build-arg BUILDX_COMMIT \ [2019-10-21T22:16:23.683Z] --build-arg BUILDX_REPO \ [2019-10-21T22:16:23.683Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2019-10-21T22:16:23.683Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2019-10-21T22:16:23.683Z] . && \ [2019-10-21T22:16:23.683Z] id=$(docker create moby-buildx:v0.3.0); \ [2019-10-21T22:16:23.683Z] if [ -n "${id}" ]; then docker cp ${id}:/usr/bin/buildx bundles/buildx && touch bundles/buildx; docker rm -f ${id}; fi [2019-10-21T22:16:23.683Z] /bin/sh: 4: go: not found [2019-10-21T22:16:23.683Z] /bin/sh: 5: go: not found [2019-10-21T22:16:23.683Z] [2019-10-21T22:16:23.683Z] #1 local://context (.dockerignore) [2019-10-21T22:16:23.683Z] #1 digest: sha256:108d40b86961bb06b2dc36bab538d95cf4f1d2ad6857255fdbf8ec2b4594fc29 [2019-10-21T22:16:23.683Z] #1 name: "local://context (.dockerignore)" [2019-10-21T22:16:23.683Z] #1 started: 2019-10-21 22:16:23.560058854 +0000 UTC [2019-10-21T22:16:23.683Z] #1 completed: 2019-10-21 22:16:23.560183241 +0000 UTC [2019-10-21T22:16:23.683Z] #1 duration: 124.387µs [2019-10-21T22:16:23.683Z] #1 started: 2019-10-21 22:16:23.567795856 +0000 UTC [2019-10-21T22:16:23.683Z] #1 completed: 2019-10-21 22:16:23.583709651 +0000 UTC [2019-10-21T22:16:23.683Z] #1 duration: 15.913795ms [2019-10-21T22:16:23.683Z] #1 transferring context: 87B done [2019-10-21T22:16:23.683Z] [2019-10-21T22:16:23.683Z] [2019-10-21T22:16:23.683Z] #2 local://dockerfile (Dockerfile.buildx) [2019-10-21T22:16:23.683Z] #2 digest: sha256:5024473040a8d51fa818a37a98bb357ae67a41547ead4099060ec19fe4abd0b7 [2019-10-21T22:16:23.683Z] #2 name: "local://dockerfile (Dockerfile.buildx)" [2019-10-21T22:16:23.683Z] #2 started: 2019-10-21 22:16:23.568173155 +0000 UTC [2019-10-21T22:16:23.683Z] #2 completed: 2019-10-21 22:16:23.632310767 +0000 UTC [2019-10-21T22:16:23.683Z] #2 duration: 64.137612ms [2019-10-21T22:16:23.683Z] #2 transferring dockerfile: 792B done [2019-10-21T22:16:23.683Z] [2019-10-21T22:16:23.854Z] #3 extracting sha256:e4d79466b81c6f7ecba12790a7553e02159354469c0afc74c39554b55f99f558 4.0s done [2019-10-21T22:16:23.854Z] #3 extracting sha256:b00baabad4ce58a4521731072a095af304ed27ff09cf690b656f5535a9439d8e 0.0s done [2019-10-21T22:16:24.239Z] #3 completed: 2019-10-21 22:16:24.014936665 +0000 UTC [2019-10-21T22:16:24.239Z] #3 duration: 13.94887217s [2019-10-21T22:16:24.239Z] [2019-10-21T22:16:24.239Z] [2019-10-21T22:16:24.239Z] #4 /bin/sh -c git clone "${BUILDX_REPO}" /buildx [2019-10-21T22:16:24.239Z] #4 digest: sha256:2204255c438186a880203ad39a099b2a6e592ca062aee43b9eadccf6c2efb81c [2019-10-21T22:16:24.239Z] #4 name: "/bin/sh -c git clone \"${BUILDX_REPO}\" /buildx" [2019-10-21T22:16:24.239Z] #4 started: 2019-10-21 22:16:24.026966478 +0000 UTC [2019-10-21T22:16:24.301Z] [2019-10-21T22:16:24.301Z] #3 docker-image://docker.io/library/golang:1.12.10-stretch@sha256:5ab115929... [2019-10-21T22:16:24.301Z] #3 digest: sha256:d9c4ed86a75c89357c09495abde26fcdb42047b8dd02d321e2ba64221108052c [2019-10-21T22:16:24.301Z] #3 name: "docker-image://docker.io/library/golang:1.12.10-stretch@sha256:5ab11592978aa74153a518c85ad6c4edf1e0ab2318d1ad79af164fc10e1ac0ab" [2019-10-21T22:16:24.301Z] #3 started: 2019-10-21 22:16:23.894968332 +0000 UTC [2019-10-21T22:16:24.301Z] #3 completed: 2019-10-21 22:16:23.895468801 +0000 UTC [2019-10-21T22:16:24.301Z] #3 duration: 500.469µs [2019-10-21T22:16:24.301Z] #3 started: 2019-10-21 22:16:23.897294523 +0000 UTC [2019-10-21T22:16:24.301Z] #3 completed: 2019-10-21 22:16:23.899521863 +0000 UTC [2019-10-21T22:16:24.301Z] #3 duration: 2.22734ms [2019-10-21T22:16:24.301Z] #3 started: 2019-10-21 22:16:23.89967312 +0000 UTC [2019-10-21T22:16:24.301Z] #3 resolve docker.io/library/golang:1.12.10-stretch@sha256:5ab11592978aa74153a518c85ad6c4edf1e0ab2318d1ad79af164fc10e1ac0ab done [2019-10-21T22:16:24.301Z] #3 sha256:5ab11592978aa74153a518c85ad6c4edf1e0ab2318d1ad79af164fc10e1ac0ab 1.42kB / 1.42kB done [2019-10-21T22:16:24.301Z] #3 sha256:4f676d48245a6e66e595e1eea37e9e1f77e7241d0a77271b94291634a87dfdaf 1.80kB / 1.80kB done [2019-10-21T22:16:24.301Z] #3 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 0B / 45.65MB 0.1s [2019-10-21T22:16:24.301Z] #3 sha256:6a33b1f9796f34ca872739ef472aea5bbb58a8aa210b9c20fb731daab88d523b 0B / 10.00MB 0.1s [2019-10-21T22:16:24.301Z] #3 sha256:8f8f8962e456fa8979d965f1871164c5366c10a74ab663518fee601bf87f5b91 0B / 4.30MB 0.1s [2019-10-21T22:16:24.301Z] #3 sha256:ebd73b5ebd31fb6d76e8afd360e301699754852d5552e815289319d839110776 5.47kB / 5.47kB done [2019-10-21T22:16:24.586Z] #3 sha256:8f8f8962e456fa8979d965f1871164c5366c10a74ab663518fee601bf87f5b91 236.68kB / 4.30MB 0.4s [2019-10-21T22:16:24.586Z] #3 sha256:6a33b1f9796f34ca872739ef472aea5bbb58a8aa210b9c20fb731daab88d523b 887.53kB / 10.00MB 0.5s [2019-10-21T22:16:24.586Z] #3 sha256:8f8f8962e456fa8979d965f1871164c5366c10a74ab663518fee601bf87f5b91 1.57MB / 4.30MB 0.5s [2019-10-21T22:16:24.586Z] #3 sha256:6a33b1f9796f34ca872739ef472aea5bbb58a8aa210b9c20fb731daab88d523b 2.17MB / 10.00MB 0.6s [2019-10-21T22:16:24.586Z] #3 sha256:8f8f8962e456fa8979d965f1871164c5366c10a74ab663518fee601bf87f5b91 2.82MB / 4.30MB 0.6s [2019-10-21T22:16:24.652Z] #4 0.418 Cloning into '/buildx'... [2019-10-21T22:16:24.872Z] #3 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 3.11MB / 45.65MB 0.7s [2019-10-21T22:16:24.872Z] #3 sha256:6a33b1f9796f34ca872739ef472aea5bbb58a8aa210b9c20fb731daab88d523b 3.14MB / 10.00MB 0.7s [2019-10-21T22:16:24.872Z] #3 sha256:8f8f8962e456fa8979d965f1871164c5366c10a74ab663518fee601bf87f5b91 3.77MB / 4.30MB 0.7s [2019-10-21T22:16:24.872Z] #3 sha256:6a33b1f9796f34ca872739ef472aea5bbb58a8aa210b9c20fb731daab88d523b 4.26MB / 10.00MB 0.8s [2019-10-21T22:16:24.872Z] #3 sha256:8f8f8962e456fa8979d965f1871164c5366c10a74ab663518fee601bf87f5b91 4.30MB / 4.30MB 0.8s done [2019-10-21T22:16:24.872Z] #3 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 0B / 50.07MB 0.8s [2019-10-21T22:16:25.159Z] #3 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 5.80MB / 45.65MB 0.9s [2019-10-21T22:16:25.159Z] #3 sha256:6a33b1f9796f34ca872739ef472aea5bbb58a8aa210b9c20fb731daab88d523b 5.25MB / 10.00MB 0.9s [2019-10-21T22:16:25.159Z] #3 sha256:6a33b1f9796f34ca872739ef472aea5bbb58a8aa210b9c20fb731daab88d523b 6.82MB / 10.00MB 1.0s [2019-10-21T22:16:25.159Z] #3 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 8.45MB / 45.65MB 1.1s [2019-10-21T22:16:25.159Z] #3 sha256:6a33b1f9796f34ca872739ef472aea5bbb58a8aa210b9c20fb731daab88d523b 8.09MB / 10.00MB 1.1s [2019-10-21T22:16:25.159Z] #3 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 3.44MB / 50.07MB 1.1s [2019-10-21T22:16:25.451Z] #3 sha256:6a33b1f9796f34ca872739ef472aea5bbb58a8aa210b9c20fb731daab88d523b 9.34MB / 10.00MB 1.2s [2019-10-21T22:16:25.451Z] #3 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 10.92MB / 45.65MB 1.3s [2019-10-21T22:16:25.451Z] #3 sha256:6a33b1f9796f34ca872739ef472aea5bbb58a8aa210b9c20fb731daab88d523b 10.00MB / 10.00MB 1.3s done [2019-10-21T22:16:25.451Z] #3 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 0B / 52.87MB 1.3s [2019-10-21T22:16:25.451Z] #3 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 7.22MB / 50.07MB 1.4s [2019-10-21T22:16:25.735Z] #3 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 14.28MB / 45.65MB 1.6s [2019-10-21T22:16:25.735Z] #3 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 11.13MB / 50.07MB 1.7s [2019-10-21T22:16:25.735Z] #3 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 3.14MB / 52.87MB 1.7s [2019-10-21T22:16:25.988Z] #4 completed: 2019-10-21 22:16:25.611641933 +0000 UTC [2019-10-21T22:16:25.988Z] #4 duration: 1.584675455s [2019-10-21T22:16:25.988Z] [2019-10-21T22:16:25.988Z] [2019-10-21T22:16:25.988Z] #5 /bin/sh -c git fetch origin "${BUILDX_COMMIT}":build && git checkout bui... [2019-10-21T22:16:25.988Z] #5 digest: sha256:1371da9694cf2132400351a1c6afda135019fefc08518f97ac4d2cf815d33bbf [2019-10-21T22:16:25.988Z] #5 name: "/bin/sh -c git fetch origin \"${BUILDX_COMMIT}\":build && git checkout build" [2019-10-21T22:16:25.988Z] #5 started: 2019-10-21 22:16:25.617136292 +0000 UTC [2019-10-21T22:16:26.034Z] #3 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 17.03MB / 45.65MB 1.8s [2019-10-21T22:16:26.034Z] #3 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 14.13MB / 50.07MB 1.9s [2019-10-21T22:16:26.034Z] #3 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 19.48MB / 45.65MB 2.0s [2019-10-21T22:16:26.034Z] #3 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 6.69MB / 52.87MB 2.0s [2019-10-21T22:16:26.316Z] #3 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 16.73MB / 50.07MB 2.1s [2019-10-21T22:16:26.316Z] #3 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 22.01MB / 45.65MB 2.2s [2019-10-21T22:16:26.316Z] #3 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 9.38MB / 52.87MB 2.2s [2019-10-21T22:16:26.527Z] #5 0.557 From https://github.com/docker/buildx [2019-10-21T22:16:26.527Z] #5 0.557 * [new branch] master -> build [2019-10-21T22:16:26.599Z] #3 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 24.72MB / 45.65MB 2.4s [2019-10-21T22:16:26.599Z] #3 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 19.64MB / 50.07MB 2.4s [2019-10-21T22:16:26.599Z] #3 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 12.15MB / 52.87MB 2.4s [2019-10-21T22:16:26.599Z] #3 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 27.69MB / 45.65MB 2.6s [2019-10-21T22:16:26.884Z] #3 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 22.74MB / 50.07MB 2.7s [2019-10-21T22:16:26.884Z] #3 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 16.16MB / 52.87MB 2.7s [2019-10-21T22:16:26.884Z] #3 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 29.98MB / 45.65MB 2.8s [2019-10-21T22:16:26.884Z] #3 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 19.28MB / 52.87MB 2.9s [2019-10-21T22:16:26.950Z] #5 0.917 Switched to branch 'build' [2019-10-21T22:16:26.950Z] #5 completed: 2019-10-21 22:16:26.71496829 +0000 UTC [2019-10-21T22:16:26.950Z] #5 duration: 1.097831998s [2019-10-21T22:16:26.950Z] [2019-10-21T22:16:26.950Z] [2019-10-21T22:16:26.950Z] #6 /bin/sh -c go mod download [2019-10-21T22:16:26.950Z] #6 digest: sha256:5fa35a8c8fabc5af8a917b5fbf9d026df3766ca24e36a7a2a5ed21f9e1e1e88b [2019-10-21T22:16:26.950Z] #6 name: "/bin/sh -c go mod download" [2019-10-21T22:16:26.950Z] #6 started: 2019-10-21 22:16:26.717888632 +0000 UTC [2019-10-21T22:16:27.175Z] #3 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 33.81MB / 45.65MB 3.0s [2019-10-21T22:16:27.175Z] #3 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 26.06MB / 50.07MB 3.1s [2019-10-21T22:16:27.175Z] #3 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 22.98MB / 52.87MB 3.1s [2019-10-21T22:16:27.175Z] #3 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 37.16MB / 45.65MB 3.2s [2019-10-21T22:16:27.359Z] #6 0.459 go: finding github.com/docker/libtrust v0.0.0-20150526203908-9cbd2a1374f4 [2019-10-21T22:16:27.359Z] #6 0.461 go: finding github.com/bitly/go-simplejson v0.5.0 [2019-10-21T22:16:27.359Z] #6 0.468 go: finding github.com/opencontainers/image-spec v1.0.1 [2019-10-21T22:16:27.359Z] #6 0.472 go: finding github.com/stretchr/testify v1.3.0 [2019-10-21T22:16:27.359Z] #6 0.476 go: finding github.com/google/shlex v0.0.0-20150127133951-6f45313302b9 [2019-10-21T22:16:27.359Z] #6 0.479 go: finding github.com/miekg/pkcs11 v0.0.0-20190322140431-074fd7a1ed19 [2019-10-21T22:16:27.359Z] #6 0.483 go: finding github.com/containerd/console v0.0.0-20181022165439-0650fd9eeb50 [2019-10-21T22:16:27.470Z] #3 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 28.81MB / 50.07MB 3.4s [2019-10-21T22:16:27.470Z] #3 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 26.07MB / 52.87MB 3.4s [2019-10-21T22:16:27.754Z] #3 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 40.44MB / 45.65MB 3.5s [2019-10-21T22:16:27.754Z] #3 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 31.73MB / 50.07MB 3.6s [2019-10-21T22:16:27.754Z] #3 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 43.22MB / 45.65MB 3.7s [2019-10-21T22:16:27.754Z] #3 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 29.77MB / 52.87MB 3.7s [2019-10-21T22:16:28.041Z] #3 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 34.38MB / 50.07MB 3.8s [2019-10-21T22:16:28.041Z] #3 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 45.65MB / 45.65MB 3.9s done [2019-10-21T22:16:28.041Z] #3 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 32.77MB / 52.87MB 3.9s [2019-10-21T22:16:28.041Z] #3 sha256:d66e58854927ca231641c5fe7b77d0f33707ad6738c46d96f061018ad80de7cb 0B / 104.03MB 3.9s [2019-10-21T22:16:28.041Z] #3 extracting sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d [2019-10-21T22:16:28.328Z] #3 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 37.20MB / 50.07MB 4.1s [2019-10-21T22:16:28.328Z] #3 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 35.92MB / 52.87MB 4.3s [2019-10-21T22:16:28.411Z] #6 1.049 go: finding vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787 [2019-10-21T22:16:28.411Z] #6 1.096 go: finding gopkg.in/gorethink/gorethink.v3 v3.0.5 [2019-10-21T22:16:28.411Z] #6 1.104 go: finding gopkg.in/dancannon/gorethink.v3 v3.0.5 [2019-10-21T22:16:28.616Z] #3 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 40.09MB / 50.07MB 4.4s [2019-10-21T22:16:28.616Z] #3 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 38.88MB / 52.87MB 4.6s [2019-10-21T22:16:28.901Z] #3 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 42.98MB / 50.07MB 4.7s [2019-10-21T22:16:28.901Z] #3 sha256:d66e58854927ca231641c5fe7b77d0f33707ad6738c46d96f061018ad80de7cb 6.09MB / 104.03MB 4.7s [2019-10-21T22:16:28.901Z] #3 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 41.78MB / 52.87MB 4.9s [2019-10-21T22:16:29.009Z] #8 DONE 5.7s [2019-10-21T22:16:29.009Z] [2019-10-21T22:16:29.009Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-10-21T22:16:29.009Z] #9 DONE 0.8s [2019-10-21T22:16:29.009Z] [2019-10-21T22:16:29.009Z] #20 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-21T22:16:29.009Z] #20 DONE 0.1s [2019-10-21T22:16:29.009Z] [2019-10-21T22:16:29.009Z] #21 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-10-21T22:16:29.130Z] #6 1.625 go: finding github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed [2019-10-21T22:16:29.130Z] #6 1.652 go: finding github.com/ghodss/yaml v1.0.0 [2019-10-21T22:16:29.130Z] #6 1.773 go: finding github.com/json-iterator/go v1.1.6 [2019-10-21T22:16:29.130Z] #6 1.905 go: finding github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 [2019-10-21T22:16:29.130Z] #6 2.195 go: finding gopkg.in/fatih/pool.v2 v2.0.0 [2019-10-21T22:16:29.130Z] #6 2.295 go: finding gopkg.in/inf.v0 v0.9.1 [2019-10-21T22:16:29.186Z] #3 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 45.58MB / 50.07MB 5.0s [2019-10-21T22:16:29.186Z] #3 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 44.63MB / 52.87MB 5.2s [2019-10-21T22:16:29.266Z] #21 DONE 0.1s [2019-10-21T22:16:29.266Z] [2019-10-21T22:16:29.266Z] #22 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:16:29.479Z] #3 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 48.75MB / 50.07MB 5.4s [2019-10-21T22:16:29.479Z] #3 sha256:d66e58854927ca231641c5fe7b77d0f33707ad6738c46d96f061018ad80de7cb 11.93MB / 104.03MB 5.4s [2019-10-21T22:16:29.574Z] #6 2.427 go: finding github.com/denisenkom/go-mssqldb v0.0.0-20190315220205-a8ed825ac853 [2019-10-21T22:16:29.767Z] #3 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 50.07MB / 50.07MB 5.6s done [2019-10-21T22:16:29.767Z] #3 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 48.44MB / 52.87MB 5.6s [2019-10-21T22:16:29.767Z] #3 sha256:71497195576e5e0c965fa9f66003027e86cf5487ee1daf4c06bef49ebe0a21f6 0B / 157B 5.6s [2019-10-21T22:16:30.022Z] #6 3.060 go: finding github.com/xeipuuv/gojsonschema v0.0.0-20160323030313-93e72a773fad [2019-10-21T22:16:30.022Z] #6 3.112 go: finding github.com/containerd/fifo v0.0.0-20190226154929-a9fb20d87448 [2019-10-21T22:16:30.055Z] #3 sha256:71497195576e5e0c965fa9f66003027e86cf5487ee1daf4c06bef49ebe0a21f6 157B / 157B 5.7s done [2019-10-21T22:16:30.055Z] #3 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 52.14MB / 52.87MB 5.9s [2019-10-21T22:16:30.055Z] #3 sha256:d66e58854927ca231641c5fe7b77d0f33707ad6738c46d96f061018ad80de7cb 18.40MB / 104.03MB 5.9s [2019-10-21T22:16:30.055Z] #3 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 52.87MB / 52.87MB 6.0s done [2019-10-21T22:16:30.202Z] #22 0.913 + RM_GOPATH=0 [2019-10-21T22:16:30.202Z] #22 0.913 + TMP_GOPATH= [2019-10-21T22:16:30.202Z] #22 0.913 + : /build [2019-10-21T22:16:30.202Z] #22 0.914 + '[' -z '' ']' [2019-10-21T22:16:30.202Z] #22 0.918 ++ mktemp -d [2019-10-21T22:16:30.202Z] #22 0.919 + export GOPATH=/tmp/tmp.mwNMhiAnn6 [2019-10-21T22:16:30.202Z] #22 0.919 + GOPATH=/tmp/tmp.mwNMhiAnn6 [2019-10-21T22:16:30.202Z] #22 0.919 + RM_GOPATH=1 [2019-10-21T22:16:30.202Z] #22 0.919 ++ dirname ./install.sh [2019-10-21T22:16:30.202Z] #22 0.920 Install docker/cli version 17.06.2-ce from stable [2019-10-21T22:16:30.202Z] #22 0.921 + dir=. [2019-10-21T22:16:30.202Z] #22 0.921 + bin=dockercli [2019-10-21T22:16:30.202Z] #22 0.921 + shift [2019-10-21T22:16:30.202Z] #22 0.921 + '[' '!' -f ./dockercli.installer ']' [2019-10-21T22:16:30.202Z] #22 0.921 + . ./dockercli.installer [2019-10-21T22:16:30.202Z] #22 0.921 ++ : stable [2019-10-21T22:16:30.202Z] #22 0.921 ++ : 17.06.2-ce [2019-10-21T22:16:30.202Z] #22 0.921 + install_dockercli [2019-10-21T22:16:30.202Z] #22 0.921 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-10-21T22:16:30.202Z] #22 0.921 ++ uname -m [2019-10-21T22:16:30.202Z] #22 0.921 + arch=x86_64 [2019-10-21T22:16:30.202Z] #22 0.921 + '[' x86_64 '!=' x86_64 ']' [2019-10-21T22:16:30.202Z] #22 0.921 + url=https://download.docker.com/linux/static [2019-10-21T22:16:30.202Z] #22 0.922 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2019-10-21T22:16:30.202Z] #22 0.922 + tar -xz docker/docker [2019-10-21T22:16:30.344Z] #3 sha256:d66e58854927ca231641c5fe7b77d0f33707ad6738c46d96f061018ad80de7cb 25.24MB / 104.03MB 6.2s [2019-10-21T22:16:30.466Z] #6 3.257 go: finding github.com/containerd/typeurl v0.0.0-20190228175220-2a93cfde8c20 [2019-10-21T22:16:30.466Z] #6 3.379 go: finding github.com/pmezard/go-difflib v1.0.0 [2019-10-21T22:16:30.466Z] #6 3.549 go: finding github.com/opencontainers/runtime-spec v1.0.1 [2019-10-21T22:16:30.466Z] #6 3.571 go: finding github.com/sirupsen/logrus v1.4.0 [2019-10-21T22:16:30.630Z] #3 sha256:d66e58854927ca231641c5fe7b77d0f33707ad6738c46d96f061018ad80de7cb 33.29MB / 104.03MB 6.5s [2019-10-21T22:16:30.913Z] #6 4.019 go: finding github.com/prometheus/common v0.0.0-20180518154759-7600349dcfe1 [2019-10-21T22:16:30.940Z] #3 sha256:d66e58854927ca231641c5fe7b77d0f33707ad6738c46d96f061018ad80de7cb 40.55MB / 104.03MB 6.8s [2019-10-21T22:16:31.230Z] #3 sha256:d66e58854927ca231641c5fe7b77d0f33707ad6738c46d96f061018ad80de7cb 47.30MB / 104.03MB 7.1s [2019-10-21T22:16:31.326Z] #6 4.289 go: finding k8s.io/api v0.0.0-20180712090710-2d6f90ab1293 [2019-10-21T22:16:31.517Z] #3 sha256:d66e58854927ca231641c5fe7b77d0f33707ad6738c46d96f061018ad80de7cb 54.44MB / 104.03MB 7.4s [2019-10-21T22:16:31.575Z] #22 2.117 + mkdir -p /build [2019-10-21T22:16:31.575Z] #22 2.118 + mv docker/docker /build/ [2019-10-21T22:16:31.575Z] #22 2.120 + rmdir docker [2019-10-21T22:16:31.575Z] #22 DONE 2.4s [2019-10-21T22:16:31.575Z] [2019-10-21T22:16:31.575Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-21T22:16:31.575Z] #10 2.002 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-21T22:16:31.575Z] #10 2.102 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-21T22:16:31.575Z] #10 2.136 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-21T22:16:31.575Z] #10 2.137 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-21T22:16:31.575Z] #10 2.143 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-21T22:16:31.575Z] #10 2.279 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [500 kB] [2019-10-21T22:16:31.575Z] #10 2.448 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-10-21T22:16:31.575Z] #10 2.622 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-10-21T22:16:31.766Z] #6 4.738 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2019-10-21T22:16:31.766Z] #6 4.760 go: finding github.com/docker/go-connections v0.4.0 [2019-10-21T22:16:31.766Z] #6 4.808 go: finding github.com/spf13/cobra v0.0.3 [2019-10-21T22:16:31.766Z] #6 4.832 go: finding github.com/prometheus/client_model v0.0.0-20170216185247-6f3806018612 [2019-10-21T22:16:31.766Z] #6 4.905 go: finding github.com/docker/compose-on-kubernetes v0.4.19-0.20190128150448-356b2919c496 [2019-10-21T22:16:31.766Z] #6 4.927 go: finding github.com/lib/pq v1.0.0 [2019-10-21T22:16:31.766Z] #6 4.974 go: finding github.com/cenkalti/backoff v2.1.1+incompatible [2019-10-21T22:16:31.766Z] #6 4.992 go: finding github.com/davecgh/go-spew v1.1.0 [2019-10-21T22:16:31.829Z] #3 sha256:d66e58854927ca231641c5fe7b77d0f33707ad6738c46d96f061018ad80de7cb 59.86MB / 104.03MB 7.6s [2019-10-21T22:16:31.829Z] #3 sha256:d66e58854927ca231641c5fe7b77d0f33707ad6738c46d96f061018ad80de7cb 65.75MB / 104.03MB 7.8s [2019-10-21T22:16:32.466Z] #3 sha256:d66e58854927ca231641c5fe7b77d0f33707ad6738c46d96f061018ad80de7cb 73.60MB / 104.03MB 8.2s [2019-10-21T22:16:32.466Z] #3 extracting sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 4.4s done [2019-10-21T22:16:32.669Z] #6 5.744 go: finding github.com/jinzhu/now v1.0.0 [2019-10-21T22:16:32.750Z] #3 sha256:d66e58854927ca231641c5fe7b77d0f33707ad6738c46d96f061018ad80de7cb 81.02MB / 104.03MB 8.5s [2019-10-21T22:16:33.036Z] #3 extracting sha256:6a33b1f9796f34ca872739ef472aea5bbb58a8aa210b9c20fb731daab88d523b [2019-10-21T22:16:33.101Z] #6 6.079 go: finding github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c [2019-10-21T22:16:33.101Z] #6 6.113 go: finding golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc [2019-10-21T22:16:33.101Z] #6 6.225 go: finding github.com/stretchr/objx v0.1.1 [2019-10-21T22:16:33.321Z] #3 sha256:d66e58854927ca231641c5fe7b77d0f33707ad6738c46d96f061018ad80de7cb 87.49MB / 104.03MB 9.1s [2019-10-21T22:16:33.321Z] #3 sha256:d66e58854927ca231641c5fe7b77d0f33707ad6738c46d96f061018ad80de7cb 93.97MB / 104.03MB 9.3s [2019-10-21T22:16:33.472Z] #10 4.109 Fetched 7919 kB in 3s (2517 kB/s) [2019-10-21T22:16:33.546Z] #6 6.387 go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 [2019-10-21T22:16:33.546Z] #6 6.455 go: finding github.com/hashicorp/hcl v1.0.0 [2019-10-21T22:16:33.546Z] #6 6.505 go: finding github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 [2019-10-21T22:16:33.546Z] #6 6.621 go: finding github.com/jinzhu/gorm v1.9.2 [2019-10-21T22:16:33.546Z] #6 6.657 go: finding github.com/prometheus/client_golang v0.8.0 [2019-10-21T22:16:33.607Z] #3 sha256:d66e58854927ca231641c5fe7b77d0f33707ad6738c46d96f061018ad80de7cb 99.85MB / 104.03MB 9.5s [2019-10-21T22:16:33.730Z] #10 4.109 Reading package lists... [2019-10-21T22:16:33.914Z] #3 extracting sha256:6a33b1f9796f34ca872739ef472aea5bbb58a8aa210b9c20fb731daab88d523b 0.7s done [2019-10-21T22:16:33.914Z] #3 sha256:d66e58854927ca231641c5fe7b77d0f33707ad6738c46d96f061018ad80de7cb 104.03MB / 104.03MB 9.7s done [2019-10-21T22:16:33.914Z] #3 extracting sha256:8f8f8962e456fa8979d965f1871164c5366c10a74ab663518fee601bf87f5b91 [2019-10-21T22:16:34.017Z] #6 6.905 go: finding github.com/docker/docker-credential-helpers v0.6.1 [2019-10-21T22:16:34.198Z] #3 extracting sha256:8f8f8962e456fa8979d965f1871164c5366c10a74ab663518fee601bf87f5b91 0.1s done [2019-10-21T22:16:34.198Z] #3 extracting sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 [2019-10-21T22:16:34.295Z] #10 4.718 Reading package lists... [2019-10-21T22:16:34.553Z] #10 5.316 Building dependency tree... [2019-10-21T22:16:34.553Z] #10 5.510 The following additional packages will be installed: [2019-10-21T22:16:34.553Z] #10 5.510 libapparmor1 libseccomp2 [2019-10-21T22:16:34.553Z] #10 5.511 Suggested packages: [2019-10-21T22:16:34.553Z] #10 5.511 seccomp [2019-10-21T22:16:34.553Z] #10 5.546 The following NEW packages will be installed: [2019-10-21T22:16:34.553Z] #10 5.547 libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-10-21T22:16:35.160Z] #6 7.848 go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 [2019-10-21T22:16:35.160Z] #6 7.855 go: finding github.com/imdario/mergo v0.3.7 [2019-10-21T22:16:35.160Z] #6 7.888 go: finding github.com/opencontainers/go-digest v1.0.0-rc1 [2019-10-21T22:16:35.160Z] #6 8.084 go: finding github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf [2019-10-21T22:16:35.160Z] #6 8.329 go: finding github.com/stretchr/testify v1.2.2 [2019-10-21T22:16:35.559Z] ok github.com/docker/docker/api/server 0.020s coverage: 9.0% of statements [2019-10-21T22:16:35.677Z] #6 8.450 go: finding github.com/bugsnag/bugsnag-go v1.4.1 [2019-10-21T22:16:35.677Z] #6 8.595 go: finding github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 [2019-10-21T22:16:35.921Z] #10 6.575 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded. [2019-10-21T22:16:35.922Z] #10 6.575 Need to get 300 kB of archives. [2019-10-21T22:16:35.922Z] #10 6.575 After this operation, 1201 kB of additional disk space will be used. [2019-10-21T22:16:35.922Z] #10 6.575 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-21T22:16:35.922Z] #10 6.577 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-21T22:16:35.922Z] #10 6.579 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor1 amd64 2.11.0-3+deb9u2 [78.9 kB] [2019-10-21T22:16:35.922Z] #10 6.580 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-dev amd64 2.11.0-3+deb9u2 [119 kB] [2019-10-21T22:16:35.922Z] #10 6.697 debconf: delaying package configuration, since apt-utils is not installed [2019-10-21T22:16:35.922Z] #10 6.718 Fetched 300 kB in 1s (292 kB/s) [2019-10-21T22:16:35.922Z] #10 6.741 Selecting previously unselected package libseccomp2:amd64. [2019-10-21T22:16:35.922Z] #10 6.741 (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-21T22:16:35.922Z] #10 6.749 Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_amd64.deb ... [2019-10-21T22:16:35.922Z] #10 6.758 Unpacking libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... [2019-10-21T22:16:35.922Z] #10 6.789 Selecting previously unselected package libseccomp-dev:amd64. [2019-10-21T22:16:35.922Z] #10 6.789 Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_amd64.deb ... [2019-10-21T22:16:35.922Z] #10 6.792 Unpacking libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... [2019-10-21T22:16:35.922Z] #10 6.830 Selecting previously unselected package libapparmor1:amd64. [2019-10-21T22:16:35.922Z] #10 6.830 Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_amd64.deb ... [2019-10-21T22:16:35.922Z] #10 6.834 Unpacking libapparmor1:amd64 (2.11.0-3+deb9u2) ... [2019-10-21T22:16:35.922Z] #10 6.864 Selecting previously unselected package libapparmor-dev:amd64. [2019-10-21T22:16:35.922Z] #10 6.866 Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_amd64.deb ... [2019-10-21T22:16:35.922Z] #10 6.869 Unpacking libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... [2019-10-21T22:16:35.922Z] #10 6.911 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T22:16:35.922Z] #10 6.928 Setting up libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... [2019-10-21T22:16:35.922Z] #10 6.943 Setting up libapparmor1:amd64 (2.11.0-3+deb9u2) ... [2019-10-21T22:16:35.922Z] #10 6.952 Setting up libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... [2019-10-21T22:16:35.922Z] #10 6.961 Setting up libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... [2019-10-21T22:16:35.922Z] #10 6.969 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T22:16:36.108Z] #6 9.135 go: finding github.com/moby/buildkit v0.6.2-0.20190921002054-ae10b292fefb [2019-10-21T22:16:36.487Z] #10 DONE 7.2s [2019-10-21T22:16:36.487Z] [2019-10-21T22:16:36.487Z] #11 [dev 1/24] RUN groupadd -r docker [2019-10-21T22:16:36.545Z] #6 9.399 go: finding github.com/go-sql-driver/mysql v1.4.1 [2019-10-21T22:16:36.545Z] #6 9.551 go: finding github.com/gofrs/uuid v3.2.0+incompatible [2019-10-21T22:16:36.545Z] #6 9.656 go: finding github.com/docker/docker v1.14.0-0.20190410063227-3998dffb806f3887f804b813069f59bc14a7f3c1 [2019-10-21T22:16:36.545Z] #6 9.666 go: finding github.com/modern-go/reflect2 v1.0.1 [2019-10-21T22:16:36.545Z] #6 9.667 go: finding k8s.io/apimachinery v0.0.0-20180621070125-103fd098999d [2019-10-21T22:16:36.545Z] #6 9.782 go: finding github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f [2019-10-21T22:16:37.053Z] #11 DONE 0.8s [2019-10-21T22:16:37.053Z] [2019-10-21T22:16:37.053Z] #12 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-10-21T22:16:37.501Z] #6 10.46 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2019-10-21T22:16:37.935Z] #3 extracting sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 3.1s done [2019-10-21T22:16:37.935Z] #3 extracting sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a [2019-10-21T22:16:37.959Z] #6 10.86 go: finding github.com/davecgh/go-spew v1.1.1 [2019-10-21T22:16:37.959Z] #6 10.90 go: finding github.com/cloudflare/cfssl v0.0.0-20181213083726-b94e044bb51e [2019-10-21T22:16:37.959Z] #6 11.03 go: finding github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d [2019-10-21T22:16:37.986Z] #12 DONE 0.8s [2019-10-21T22:16:37.986Z] [2019-10-21T22:16:37.986Z] #13 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-10-21T22:16:38.407Z] #6 11.35 go: finding github.com/gogo/protobuf v1.2.1 [2019-10-21T22:16:38.554Z] #13 0.659 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-10-21T22:16:38.554Z] #13 DONE 0.7s [2019-10-21T22:16:38.554Z] [2019-10-21T22:16:38.554Z] #14 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-10-21T22:16:38.853Z] #6 11.65 go: finding github.com/spf13/pflag v1.0.3 [2019-10-21T22:16:38.853Z] #6 11.77 go: finding github.com/spf13/viper v1.3.2 [2019-10-21T22:16:38.853Z] #6 11.79 go: finding github.com/mattn/go-shellwords v1.0.5 [2019-10-21T22:16:38.853Z] #6 12.10 go: finding github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 [2019-10-21T22:16:39.338Z] #6 12.40 go: finding github.com/hashicorp/go-version v1.1.0 [2019-10-21T22:16:39.338Z] #6 12.50 go: finding github.com/bugsnag/panicwrap v1.2.0 [2019-10-21T22:16:39.491Z] #14 DONE 0.8s [2019-10-21T22:16:39.491Z] [2019-10-21T22:16:39.491Z] #15 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-10-21T22:16:39.826Z] #6 12.90 go: finding github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 [2019-10-21T22:16:39.826Z] #6 12.97 go: finding github.com/containerd/go-runc v0.0.0-20190911050354-e029b79d8cda [2019-10-21T22:16:39.826Z] #6 13.05 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2019-10-21T22:16:40.262Z] #6 13.32 go: finding github.com/stretchr/objx v0.1.0 [2019-10-21T22:16:40.424Z] #15 DONE 0.8s [2019-10-21T22:16:40.424Z] [2019-10-21T22:16:40.424Z] #16 [dev 6/24] RUN ldconfig [2019-10-21T22:16:40.673Z] #3 extracting sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 2.5s done [2019-10-21T22:16:40.673Z] #3 extracting sha256:d66e58854927ca231641c5fe7b77d0f33707ad6738c46d96f061018ad80de7cb [2019-10-21T22:16:40.695Z] #6 13.82 go: finding github.com/golang/protobuf v1.2.0 [2019-10-21T22:16:40.695Z] #6 13.90 go: finding github.com/containerd/cgroups v0.0.0-20190226200435-dbea6f2bd416 [2019-10-21T22:16:40.988Z] #16 DONE 0.8s [2019-10-21T22:16:40.988Z] [2019-10-21T22:16:40.988Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T22:16:41.136Z] #6 13.90 go: finding github.com/docker/go-connections v0.3.0 [2019-10-21T22:16:41.136Z] #6 14.12 go: finding github.com/docker/docker v1.14.0-0.20190319215453-e7b5f7dbe98c [2019-10-21T22:16:41.136Z] #6 14.17 go: finding github.com/coreos/go-etcd v2.0.0+incompatible [2019-10-21T22:16:41.640Z] #6 14.37 go: finding github.com/magiconair/properties v1.8.0 [2019-10-21T22:16:41.640Z] #6 14.54 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2019-10-21T22:16:42.263Z] #6 15.21 go: finding gotest.tools v2.2.0+incompatible [2019-10-21T22:16:42.882Z] #17 1.819 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-21T22:16:42.882Z] #17 1.820 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-21T22:16:42.882Z] #17 1.829 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-21T22:16:42.882Z] #17 1.830 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-21T22:16:42.882Z] #17 1.835 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-21T22:16:42.882Z] #17 1.907 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [500 kB] [2019-10-21T22:16:42.882Z] #17 2.026 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-10-21T22:16:42.897Z] #6 16.00 go: finding github.com/opentracing-contrib/go-stdlib v0.0.0-20171029140428-b1a47cfbdd75 [2019-10-21T22:16:42.897Z] #6 16.01 go: finding github.com/gogo/protobuf v1.2.0 [2019-10-21T22:16:42.897Z] #6 16.04 go: finding github.com/containerd/containerd v1.3.0-0.20190507210959-7c1e88399ec0 [2019-10-21T22:16:42.897Z] #6 16.10 go: finding google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 [2019-10-21T22:16:43.139Z] #17 2.115 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-10-21T22:16:43.371Z] #6 16.58 go: finding github.com/gorilla/mux v1.7.0 [2019-10-21T22:16:43.820Z] #6 16.61 go: finding github.com/mitchellh/mapstructure v1.1.2 [2019-10-21T22:16:43.820Z] #6 16.69 go: finding github.com/xlab/handysort v0.0.0-20150421192137-fb3537ed64a1 [2019-10-21T22:16:44.073Z] #17 3.190 Fetched 7919 kB in 2s (3154 kB/s) [2019-10-21T22:16:44.240Z] #6 17.03 go: finding github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 [2019-10-21T22:16:44.240Z] #6 17.28 go: finding github.com/pkg/errors v0.8.1 [2019-10-21T22:16:44.640Z] #17 3.190 Reading package lists... [2019-10-21T22:16:44.665Z] #6 17.81 go: finding k8s.io/client-go v2.0.0-alpha.0.0.20180806134042-1f13a808da65+incompatible [2019-10-21T22:16:45.466Z] #17 3.793 Reading package lists... [2019-10-21T22:16:45.568Z] #6 18.38 go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a [2019-10-21T22:16:45.568Z] #6 18.42 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2019-10-21T22:16:45.724Z] #17 4.400 Building dependency tree... [2019-10-21T22:16:45.724Z] #17 4.591 The following additional packages will be installed: [2019-10-21T22:16:45.724Z] #17 4.591 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-10-21T22:16:45.724Z] #17 4.591 dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-10-21T22:16:45.724Z] #17 4.591 libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-10-21T22:16:45.724Z] #17 4.591 libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-10-21T22:16:45.724Z] #17 4.591 libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-10-21T22:16:45.724Z] #17 4.591 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-10-21T22:16:45.724Z] #17 4.591 libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common [2019-10-21T22:16:45.724Z] #17 4.592 mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-10-21T22:16:45.724Z] #17 4.592 python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-10-21T22:16:45.724Z] #17 4.592 Suggested packages: [2019-10-21T22:16:45.724Z] #17 4.592 apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-10-21T22:16:45.724Z] #17 4.592 gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-10-21T22:16:45.724Z] #17 4.592 python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-10-21T22:16:45.724Z] #17 4.592 vim-doc vim-scripts xfsdump acl attr quota [2019-10-21T22:16:45.725Z] #17 4.592 Recommended packages: [2019-10-21T22:16:45.725Z] #17 4.592 aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-10-21T22:16:45.725Z] #17 4.592 python3-keyrings.alt python3-xdg unzip [2019-10-21T22:16:45.979Z] #6 18.83 go: finding github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 [2019-10-21T22:16:45.979Z] #6 18.91 go: finding github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a [2019-10-21T22:16:46.186Z] #3 extracting sha256:d66e58854927ca231641c5fe7b77d0f33707ad6738c46d96f061018ad80de7cb 5.0s [2019-10-21T22:16:46.186Z] #3 extracting sha256:d66e58854927ca231641c5fe7b77d0f33707ad6738c46d96f061018ad80de7cb 5.4s done [2019-10-21T22:16:46.289Z] #17 5.250 The following NEW packages will be installed: [2019-10-21T22:16:46.289Z] #17 5.250 apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-10-21T22:16:46.289Z] #17 5.250 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-10-21T22:16:46.289Z] #17 5.250 bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-10-21T22:16:46.289Z] #17 5.250 gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-10-21T22:16:46.289Z] #17 5.250 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-10-21T22:16:46.289Z] #17 5.250 libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-10-21T22:16:46.289Z] #17 5.250 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-10-21T22:16:46.289Z] #17 5.250 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-10-21T22:16:46.289Z] #17 5.250 libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-10-21T22:16:46.289Z] #17 5.250 libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-10-21T22:16:46.289Z] #17 5.251 mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-10-21T22:16:46.289Z] #17 5.251 python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-10-21T22:16:46.289Z] #17 5.251 python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-10-21T22:16:46.289Z] #17 5.251 xfsprogs xxd xz-utils zip [2019-10-21T22:16:46.472Z] #3 extracting sha256:71497195576e5e0c965fa9f66003027e86cf5487ee1daf4c06bef49ebe0a21f6 done [2019-10-21T22:16:46.472Z] #3 completed: 2019-10-21 22:16:46.411186691 +0000 UTC [2019-10-21T22:16:46.472Z] #3 duration: 22.511513571s [2019-10-21T22:16:46.472Z] [2019-10-21T22:16:46.472Z] [2019-10-21T22:16:46.472Z] #4 /bin/sh -c git clone "${BUILDX_REPO}" /buildx [2019-10-21T22:16:46.472Z] #4 digest: sha256:bd5046c6a3e29917d854fe70684ac7fedb9d43c34eae71128806a418a5b94cc2 [2019-10-21T22:16:46.472Z] #4 name: "/bin/sh -c git clone \"${BUILDX_REPO}\" /buildx" [2019-10-21T22:16:46.472Z] #4 started: 2019-10-21 22:16:46.415975581 +0000 UTC [2019-10-21T22:16:46.756Z] #4 0.114 Cloning into '/buildx'... [2019-10-21T22:16:46.889Z] #6 19.88 go: finding github.com/hashicorp/go-uuid v1.0.0 [2019-10-21T22:16:46.889Z] #6 20.00 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2019-10-21T22:16:47.219Z] #17 6.299 0 upgraded, 69 newly installed, 0 to remove and 0 not upgraded. [2019-10-21T22:16:47.219Z] #17 6.299 Need to get 90.9 MB of archives. [2019-10-21T22:16:47.219Z] #17 6.299 After this operation, 541 MB of additional disk space will be used. [2019-10-21T22:16:47.219Z] #17 6.299 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bash-completion all 1:2.1-4.3 [178 kB] [2019-10-21T22:16:47.322Z] #6 20.20 go: finding github.com/theupdateframework/notary v0.6.1 [2019-10-21T22:16:47.477Z] #17 6.305 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] [2019-10-21T22:16:47.477Z] #17 6.309 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnfnetlink0 amd64 1.0.1-3 [13.5 kB] [2019-10-21T22:16:47.477Z] #17 6.309 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcrecpp0v5 amd64 2:8.39-3 [151 kB] [2019-10-21T22:16:47.477Z] #17 6.312 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libudev-dev amd64 232-25+deb9u12 [92.5 kB] [2019-10-21T22:16:47.477Z] #17 6.313 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-21T22:16:47.477Z] #17 6.321 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-21T22:16:47.477Z] #17 6.339 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-minimal amd64 3.5.3-1 [35.3 kB] [2019-10-21T22:16:47.477Z] #17 6.339 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmpdec2 amd64 2.4.2-1 [85.2 kB] [2019-10-21T22:16:47.477Z] #17 6.342 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-21T22:16:47.477Z] #17 6.366 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5 amd64 3.5.3-1+deb9u1 [229 kB] [2019-10-21T22:16:47.477Z] #17 6.369 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3-stdlib amd64 3.5.3-1 [18.6 kB] [2019-10-21T22:16:47.477Z] #17 6.373 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dh-python all 2.20170125 [86.8 kB] [2019-10-21T22:16:47.477Z] #17 6.373 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3 amd64 3.5.3-1 [21.6 kB] [2019-10-21T22:16:47.477Z] #17 6.373 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 pigz amd64 2.3.4-1 [55.4 kB] [2019-10-21T22:16:47.477Z] #17 6.373 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip4tc0 amd64 1.6.0+snapshot20161117-6 [67.8 kB] [2019-10-21T22:16:47.477Z] #17 6.373 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip6tc0 amd64 1.6.0+snapshot20161117-6 [68.1 kB] [2019-10-21T22:16:47.477Z] #17 6.374 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libiptc0 amd64 1.6.0+snapshot20161117-6 [57.5 kB] [2019-10-21T22:16:47.477Z] #17 6.375 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxtables12 amd64 1.6.0+snapshot20161117-6 [75.9 kB] [2019-10-21T22:16:47.477Z] #17 6.376 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnetfilter-conntrack3 amd64 1.0.6-2 [38.7 kB] [2019-10-21T22:16:47.477Z] #17 6.376 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 iptables amd64 1.6.0+snapshot20161117-6 [288 kB] [2019-10-21T22:16:47.477Z] #17 6.382 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] [2019-10-21T22:16:47.477Z] #17 6.384 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-21T22:16:47.477Z] #17 6.386 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bzip2 amd64 1.0.6-8.1 [47.5 kB] [2019-10-21T22:16:47.477Z] #17 6.387 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-21T22:16:47.477Z] #17 6.387 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-21T22:16:47.477Z] #17 6.391 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 aufs-tools amd64 1:4.1+20161219-1 [102 kB] [2019-10-21T22:16:47.477Z] #17 6.392 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-21T22:16:47.477Z] #17 6.393 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] [2019-10-21T22:16:47.477Z] #17 6.399 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] [2019-10-21T22:16:47.477Z] #17 6.400 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-21T22:16:47.477Z] #17 6.402 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dmsetup amd64 2:1.02.137-2 [107 kB] [2019-10-21T22:16:47.477Z] #17 6.404 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] [2019-10-21T22:16:47.477Z] #17 6.406 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] [2019-10-21T22:16:47.477Z] #17 6.407 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] [2019-10-21T22:16:47.477Z] #17 6.408 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libaio1 amd64 0.3.110-3 [9412 B] [2019-10-21T22:16:47.477Z] #17 6.409 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap2-bin amd64 1:2.25-1 [26.5 kB] [2019-10-21T22:16:47.477Z] #17 6.409 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-21T22:16:47.477Z] #17 6.410 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsepol1-dev amd64 2.6-2 [309 kB] [2019-10-21T22:16:47.477Z] #17 6.414 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre16-3 amd64 2:8.39-3 [258 kB] [2019-10-21T22:16:47.477Z] #17 6.417 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre32-3 amd64 2:8.39-3 [248 kB] [2019-10-21T22:16:47.477Z] #17 6.420 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre3-dev amd64 2:8.39-3 [647 kB] [2019-10-21T22:16:47.477Z] #17 6.427 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libselinux1-dev amd64 2.6-3+b3 [184 kB] [2019-10-21T22:16:47.477Z] #17 6.429 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-21T22:16:47.477Z] #17 6.431 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-21T22:16:47.477Z] #17 6.432 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] [2019-10-21T22:16:47.477Z] #17 6.432 Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libreadline5 amd64 5.2+dfsg-3+b1 [119 kB] [2019-10-21T22:16:47.477Z] #17 6.434 Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsystemd-dev amd64 232-25+deb9u12 [1972 kB] [2019-10-21T22:16:47.477Z] #17 6.455 Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 net-tools amd64 1.60+git20161116.90da8a0-1 [248 kB] [2019-10-21T22:16:47.477Z] #17 6.458 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-21T22:16:47.477Z] #17 6.474 Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-10-21T22:16:47.477Z] #17 6.476 Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pkg-resources all 33.1.1-1 [137 kB] [2019-10-21T22:16:47.477Z] #17 6.478 Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-setuptools all 33.1.1-1 [215 kB] [2019-10-21T22:16:47.477Z] #17 6.481 Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-wheel all 0.29.0-2 [51.8 kB] [2019-10-21T22:16:47.477Z] #17 6.481 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-21T22:16:47.477Z] #17 6.486 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-21T22:16:47.735Z] #17 6.550 Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim amd64 2:8.0.0197-4+deb9u3 [1034 kB] [2019-10-21T22:16:47.735Z] #17 6.561 Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xfsprogs amd64 4.9.0+nmu1 [811 kB] [2019-10-21T22:16:47.735Z] #17 6.569 Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB] [2019-10-21T22:16:47.735Z] #17 6.571 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-21T22:16:47.735Z] #17 6.572 Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 apparmor amd64 2.11.0-3+deb9u2 [525 kB] [2019-10-21T22:16:47.735Z] #17 6.578 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-21T22:16:47.735Z] #17 6.599 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-21T22:16:47.735Z] #17 6.622 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-21T22:16:47.735Z] #17 6.629 Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-common all 5.0.1-1 [4764 kB] [2019-10-21T22:16:47.735Z] #17 6.683 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-21T22:16:47.735Z] #17 6.719 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-21T22:16:47.735Z] #17 6.721 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-21T22:16:47.883Z] #6 20.76 go: finding github.com/google/go-cmp v0.2.0 [2019-10-21T22:16:48.302Z] #17 7.142 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-21T22:16:48.535Z] #6 21.20 go: finding github.com/Microsoft/hcsshim v0.8.6 [2019-10-21T22:16:48.535Z] #6 21.68 go: finding github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 [2019-10-21T22:16:48.560Z] #17 7.545 debconf: delaying package configuration, since apt-utils is not installed [2019-10-21T22:16:48.560Z] #17 7.565 Fetched 90.9 MB in 2s (41.9 MB/s) [2019-10-21T22:16:48.560Z] #17 7.599 Selecting previously unselected package bash-completion. [2019-10-21T22:16:48.560Z] #17 7.599 (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-21T22:16:48.560Z] #17 7.600 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-10-21T22:16:48.800Z] #4 completed: 2019-10-21 22:16:48.331204232 +0000 UTC [2019-10-21T22:16:48.800Z] #4 duration: 1.915228651s [2019-10-21T22:16:48.800Z] [2019-10-21T22:16:48.800Z] [2019-10-21T22:16:48.800Z] #5 /bin/sh -c git fetch origin "${BUILDX_COMMIT}":build && git checkout bui... [2019-10-21T22:16:48.800Z] #5 digest: sha256:75d88b5e465ce7aca02b635d85d8a63cade9a1a118a1120181b196f409e4bb27 [2019-10-21T22:16:48.800Z] #5 name: "/bin/sh -c git fetch origin \"${BUILDX_COMMIT}\":build && git checkout build" [2019-10-21T22:16:48.800Z] #5 started: 2019-10-21 22:16:48.33378411 +0000 UTC [2019-10-21T22:16:48.800Z] #5 0.351 From https://github.com/docker/buildx [2019-10-21T22:16:48.800Z] #5 0.351 * [new branch] master -> build [2019-10-21T22:16:49.086Z] #5 completed: 2019-10-21 22:16:49.03952047 +0000 UTC [2019-10-21T22:16:49.086Z] #5 duration: 705.73636ms [2019-10-21T22:16:49.086Z] #5 0.639 Switched to branch 'build' [2019-10-21T22:16:49.086Z] [2019-10-21T22:16:49.093Z] #6 21.72 go: finding github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 [2019-10-21T22:16:49.125Z] #17 8.158 Unpacking bash-completion (1:2.1-4.3) ... [2019-10-21T22:16:49.125Z] #17 8.256 Selecting previously unselected package libnet1:amd64. [2019-10-21T22:16:49.125Z] #17 8.256 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_amd64.deb ... [2019-10-21T22:16:49.373Z] [2019-10-21T22:16:49.373Z] #6 /bin/sh -c go mod download [2019-10-21T22:16:49.373Z] #6 digest: sha256:06f580472b18853ebf9caa1c6ac3472a380d125a26778608b081bb9707b917e3 [2019-10-21T22:16:49.373Z] #6 name: "/bin/sh -c go mod download" [2019-10-21T22:16:49.373Z] #6 started: 2019-10-21 22:16:49.041587524 +0000 UTC [2019-10-21T22:16:49.373Z] #6 0.183 go: finding github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d [2019-10-21T22:16:49.373Z] #6 0.186 go: finding github.com/Microsoft/hcsshim v0.8.6 [2019-10-21T22:16:49.373Z] #6 0.188 go: finding github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 [2019-10-21T22:16:49.373Z] #6 0.188 go: finding github.com/containerd/typeurl v0.0.0-20190228175220-2a93cfde8c20 [2019-10-21T22:16:49.373Z] #6 0.198 go: finding github.com/docker/libtrust v0.0.0-20150526203908-9cbd2a1374f4 [2019-10-21T22:16:49.373Z] #6 0.212 go: finding github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f [2019-10-21T22:16:49.373Z] #6 0.214 go: finding github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 [2019-10-21T22:16:49.373Z] #6 0.215 go: finding github.com/bugsnag/bugsnag-go v1.4.1 [2019-10-21T22:16:49.373Z] #6 0.218 go: finding github.com/spf13/viper v1.3.2 [2019-10-21T22:16:49.387Z] #17 8.260 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... [2019-10-21T22:16:49.388Z] #17 8.293 Selecting previously unselected package libnfnetlink0:amd64. [2019-10-21T22:16:49.388Z] #17 8.293 Preparing to unpack .../02-libnfnetlink0_1.0.1-3_amd64.deb ... [2019-10-21T22:16:49.388Z] #17 8.296 Unpacking libnfnetlink0:amd64 (1.0.1-3) ... [2019-10-21T22:16:49.388Z] #17 8.327 Selecting previously unselected package libpcrecpp0v5:amd64. [2019-10-21T22:16:49.388Z] #17 8.327 Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_amd64.deb ... [2019-10-21T22:16:49.388Z] #17 8.333 Unpacking libpcrecpp0v5:amd64 (2:8.39-3) ... [2019-10-21T22:16:49.388Z] #17 8.373 Selecting previously unselected package libudev-dev:amd64. [2019-10-21T22:16:49.388Z] #17 8.373 Preparing to unpack .../04-libudev-dev_232-25+deb9u12_amd64.deb ... [2019-10-21T22:16:49.388Z] #17 8.380 Unpacking libudev-dev:amd64 (232-25+deb9u12) ... [2019-10-21T22:16:49.388Z] #17 8.423 Selecting previously unselected package libpython3.5-minimal:amd64. [2019-10-21T22:16:49.388Z] #17 8.423 Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... [2019-10-21T22:16:49.388Z] #17 8.426 Unpacking libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... [2019-10-21T22:16:49.388Z] #17 8.522 Selecting previously unselected package python3.5-minimal. [2019-10-21T22:16:49.645Z] #17 8.522 Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... [2019-10-21T22:16:49.645Z] #17 8.528 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-10-21T22:16:49.645Z] #17 8.781 Selecting previously unselected package python3-minimal. [2019-10-21T22:16:49.645Z] #17 8.781 Preparing to unpack .../07-python3-minimal_3.5.3-1_amd64.deb ... [2019-10-21T22:16:49.902Z] #17 8.785 Unpacking python3-minimal (3.5.3-1) ... [2019-10-21T22:16:49.902Z] #17 8.822 Selecting previously unselected package libmpdec2:amd64. [2019-10-21T22:16:49.902Z] #17 8.822 Preparing to unpack .../08-libmpdec2_2.4.2-1_amd64.deb ... [2019-10-21T22:16:49.902Z] #17 8.825 Unpacking libmpdec2:amd64 (2.4.2-1) ... [2019-10-21T22:16:49.902Z] #17 8.859 Selecting previously unselected package libpython3.5-stdlib:amd64. [2019-10-21T22:16:49.902Z] #17 8.859 Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_amd64.deb ... [2019-10-21T22:16:49.902Z] #17 8.862 Unpacking libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... [2019-10-21T22:16:50.082Z] #6 23.01 go: finding github.com/kr/pretty v0.1.0 [2019-10-21T22:16:50.160Z] #17 9.096 Selecting previously unselected package python3.5. [2019-10-21T22:16:50.160Z] #17 9.096 Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_amd64.deb ... [2019-10-21T22:16:50.160Z] #17 9.099 Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-10-21T22:16:50.160Z] #17 9.137 Selecting previously unselected package libpython3-stdlib:amd64. [2019-10-21T22:16:50.160Z] #17 9.137 Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_amd64.deb ... [2019-10-21T22:16:50.160Z] #17 9.141 Unpacking libpython3-stdlib:amd64 (3.5.3-1) ... [2019-10-21T22:16:50.160Z] #17 9.170 Selecting previously unselected package dh-python. [2019-10-21T22:16:50.160Z] #17 9.170 Preparing to unpack .../12-dh-python_2.20170125_all.deb ... [2019-10-21T22:16:50.160Z] #17 9.173 Unpacking dh-python (2.20170125) ... [2019-10-21T22:16:50.160Z] #17 9.215 Setting up libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... [2019-10-21T22:16:50.399Z] #6 1.064 go: finding k8s.io/api v0.0.0-20180712090710-2d6f90ab1293 [2019-10-21T22:16:50.419Z] #17 9.228 Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-10-21T22:16:50.677Z] #17 9.693 Setting up python3-minimal (3.5.3-1) ... [2019-10-21T22:16:50.934Z] #17 9.885 Selecting previously unselected package python3. [2019-10-21T22:16:50.935Z] #17 9.885 (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-21T22:16:50.935Z] #17 9.886 Preparing to unpack .../00-python3_3.5.3-1_amd64.deb ... [2019-10-21T22:16:50.935Z] #17 10.02 Unpacking python3 (3.5.3-1) ... [2019-10-21T22:16:50.935Z] #17 10.04 Selecting previously unselected package pigz. [2019-10-21T22:16:50.935Z] #17 10.05 Preparing to unpack .../01-pigz_2.3.4-1_amd64.deb ... [2019-10-21T22:16:50.935Z] #17 10.05 Unpacking pigz (2.3.4-1) ... [2019-10-21T22:16:50.935Z] #17 10.08 Selecting previously unselected package libip4tc0:amd64. [2019-10-21T22:16:50.997Z] #6 23.91 go: finding github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 [2019-10-21T22:16:50.997Z] #6 24.06 go: finding go.etcd.io/bbolt v1.3.2 [2019-10-21T22:16:50.997Z] #6 24.06 go: finding github.com/docker/docker-credential-helpers v0.6.0 [2019-10-21T22:16:51.192Z] #17 10.08 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-10-21T22:16:51.192Z] #17 10.08 Unpacking libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-10-21T22:16:51.192Z] #17 10.12 Selecting previously unselected package libip6tc0:amd64. [2019-10-21T22:16:51.192Z] #17 10.12 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-10-21T22:16:51.192Z] #17 10.12 Unpacking libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-10-21T22:16:51.192Z] #17 10.15 Selecting previously unselected package libiptc0:amd64. [2019-10-21T22:16:51.192Z] #17 10.16 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-10-21T22:16:51.192Z] #17 10.16 Unpacking libiptc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-10-21T22:16:51.192Z] #17 10.19 Selecting previously unselected package libxtables12:amd64. [2019-10-21T22:16:51.192Z] #17 10.19 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_amd64.deb ... [2019-10-21T22:16:51.192Z] #17 10.19 Unpacking libxtables12:amd64 (1.6.0+snapshot20161117-6) ... [2019-10-21T22:16:51.192Z] #17 10.22 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2019-10-21T22:16:51.192Z] #17 10.23 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_amd64.deb ... [2019-10-21T22:16:51.192Z] #17 10.23 Unpacking libnetfilter-conntrack3:amd64 (1.0.6-2) ... [2019-10-21T22:16:51.192Z] #17 10.25 Selecting previously unselected package iptables. [2019-10-21T22:16:51.192Z] #17 10.25 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_amd64.deb ... [2019-10-21T22:16:51.192Z] #17 10.26 Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-10-21T22:16:51.192Z] #17 10.31 Selecting previously unselected package xxd. [2019-10-21T22:16:51.192Z] #17 10.31 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-10-21T22:16:51.428Z] #6 2.009 go: finding github.com/xlab/handysort v0.0.0-20150421192137-fb3537ed64a1 [2019-10-21T22:16:51.428Z] #6 2.143 go: finding github.com/sirupsen/logrus v1.4.0 [2019-10-21T22:16:51.449Z] #17 10.31 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-10-21T22:16:51.449Z] #17 10.35 Selecting previously unselected package vim-common. [2019-10-21T22:16:51.449Z] #17 10.35 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-21T22:16:51.449Z] #17 10.36 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-21T22:16:51.449Z] #17 10.40 Selecting previously unselected package bzip2. [2019-10-21T22:16:51.449Z] #17 10.40 Preparing to unpack .../10-bzip2_1.0.6-8.1_amd64.deb ... [2019-10-21T22:16:51.449Z] #17 10.41 Unpacking bzip2 (1.0.6-8.1) ... [2019-10-21T22:16:51.449Z] #17 10.44 Selecting previously unselected package libgpm2:amd64. [2019-10-21T22:16:51.449Z] #17 10.44 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_amd64.deb ... [2019-10-21T22:16:51.449Z] #17 10.44 Unpacking libgpm2:amd64 (1.20.4-6.2+b1) ... [2019-10-21T22:16:51.449Z] #17 10.47 Selecting previously unselected package xz-utils. [2019-10-21T22:16:51.449Z] #17 10.47 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_amd64.deb ... [2019-10-21T22:16:51.449Z] #17 10.47 Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-10-21T22:16:51.449Z] #17 10.52 Selecting previously unselected package aufs-tools. [2019-10-21T22:16:51.449Z] #17 10.52 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_amd64.deb ... [2019-10-21T22:16:51.449Z] #17 10.52 Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-10-21T22:16:51.449Z] #17 10.56 Selecting previously unselected package liblzo2-2:amd64. [2019-10-21T22:16:51.449Z] #17 10.56 Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-10-21T22:16:51.456Z] #6 24.22 go: finding github.com/tonistiigi/vt100 v0.0.0-20190402012908-ad4c4a574305 [2019-10-21T22:16:51.456Z] #6 24.33 go: finding github.com/uber/jaeger-client-go v0.0.0-20180103221425-e02c85f9069e [2019-10-21T22:16:51.456Z] #6 24.67 go: finding github.com/sirupsen/logrus v1.3.0 [2019-10-21T22:16:51.707Z] #17 10.57 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-10-21T22:16:51.707Z] #17 10.60 Selecting previously unselected package btrfs-progs. [2019-10-21T22:16:51.707Z] #17 10.60 Preparing to unpack .../15-btrfs-progs_4.7.3-1_amd64.deb ... [2019-10-21T22:16:51.707Z] #17 10.60 Unpacking btrfs-progs (4.7.3-1) ... [2019-10-21T22:16:51.707Z] #17 10.69 Selecting previously unselected package btrfs-tools. [2019-10-21T22:16:51.707Z] #17 10.69 Preparing to unpack .../16-btrfs-tools_4.7.3-1_amd64.deb ... [2019-10-21T22:16:51.707Z] #17 10.70 Unpacking btrfs-tools (4.7.3-1) ... [2019-10-21T22:16:51.707Z] #17 10.73 Selecting previously unselected package libdevmapper1.02.1:amd64. [2019-10-21T22:16:51.707Z] #17 10.73 Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_amd64.deb ... [2019-10-21T22:16:51.707Z] #17 10.73 Unpacking libdevmapper1.02.1:amd64 (2:1.02.137-2) ... [2019-10-21T22:16:51.707Z] #17 10.77 Selecting previously unselected package dmsetup. [2019-10-21T22:16:51.707Z] #17 10.77 Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_amd64.deb ... [2019-10-21T22:16:51.707Z] #17 10.77 Unpacking dmsetup (2:1.02.137-2) ... [2019-10-21T22:16:51.707Z] #17 10.81 Selecting previously unselected package libonig4:amd64. [2019-10-21T22:16:51.707Z] #17 10.81 Preparing to unpack .../19-libonig4_6.1.3-2_amd64.deb ... [2019-10-21T22:16:51.718Z] #6 2.485 go: finding k8s.io/client-go v2.0.0-alpha.0.0.20180806134042-1f13a808da65+incompatible [2019-10-21T22:16:51.718Z] #6 2.615 go: finding github.com/opencontainers/image-spec v1.0.1 [2019-10-21T22:16:51.889Z] #6 24.84 go: finding github.com/fsnotify/fsnotify v1.4.7 [2019-10-21T22:16:51.965Z] #17 10.81 Unpacking libonig4:amd64 (6.1.3-2) ... [2019-10-21T22:16:51.965Z] #17 10.85 Selecting previously unselected package libjq1:amd64. [2019-10-21T22:16:51.965Z] #17 10.86 Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_amd64.deb ... [2019-10-21T22:16:51.965Z] #17 10.86 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... [2019-10-21T22:16:51.965Z] #17 10.90 Selecting previously unselected package jq. [2019-10-21T22:16:51.965Z] #17 10.90 Preparing to unpack .../21-jq_1.5+dfsg-1.3_amd64.deb ... [2019-10-21T22:16:51.965Z] #17 10.90 Unpacking jq (1.5+dfsg-1.3) ... [2019-10-21T22:16:51.965Z] #17 10.95 Selecting previously unselected package libaio1:amd64. [2019-10-21T22:16:51.965Z] #17 10.95 Preparing to unpack .../22-libaio1_0.3.110-3_amd64.deb ... [2019-10-21T22:16:51.965Z] #17 10.95 Unpacking libaio1:amd64 (0.3.110-3) ... [2019-10-21T22:16:51.965Z] #17 10.98 Selecting previously unselected package libcap2-bin. [2019-10-21T22:16:51.965Z] #17 10.98 Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_amd64.deb ... [2019-10-21T22:16:51.965Z] #17 10.98 Unpacking libcap2-bin (1:2.25-1) ... [2019-10-21T22:16:51.965Z] #17 11.01 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2019-10-21T22:16:51.965Z] #17 11.01 Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_amd64.deb ... [2019-10-21T22:16:51.965Z] #17 11.02 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... [2019-10-21T22:16:51.965Z] #17 11.04 Selecting previously unselected package libsepol1-dev:amd64. [2019-10-21T22:16:51.965Z] #17 11.04 Preparing to unpack .../25-libsepol1-dev_2.6-2_amd64.deb ... [2019-10-21T22:16:51.965Z] #17 11.05 Unpacking libsepol1-dev:amd64 (2.6-2) ... [2019-10-21T22:16:52.006Z] #6 2.651 go: finding github.com/docker/docker-credential-helpers v0.6.1 [2019-10-21T22:16:52.222Z] #17 11.11 Selecting previously unselected package libpcre16-3:amd64. [2019-10-21T22:16:52.222Z] #17 11.11 Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_amd64.deb ... [2019-10-21T22:16:52.222Z] #17 11.11 Unpacking libpcre16-3:amd64 (2:8.39-3) ... [2019-10-21T22:16:52.222Z] #17 11.16 Selecting previously unselected package libpcre32-3:amd64. [2019-10-21T22:16:52.222Z] #17 11.16 Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_amd64.deb ... [2019-10-21T22:16:52.222Z] #17 11.16 Unpacking libpcre32-3:amd64 (2:8.39-3) ... [2019-10-21T22:16:52.222Z] #17 11.20 Selecting previously unselected package libpcre3-dev:amd64. [2019-10-21T22:16:52.222Z] #17 11.20 Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_amd64.deb ... [2019-10-21T22:16:52.222Z] #17 11.20 Unpacking libpcre3-dev:amd64 (2:8.39-3) ... [2019-10-21T22:16:52.222Z] #17 11.29 Selecting previously unselected package libselinux1-dev:amd64. [2019-10-21T22:16:52.222Z] #17 11.29 Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_amd64.deb ... [2019-10-21T22:16:52.222Z] #17 11.29 Unpacking libselinux1-dev:amd64 (2.6-3+b3) ... [2019-10-21T22:16:52.222Z] #17 11.34 Selecting previously unselected package libdevmapper-dev:amd64. [2019-10-21T22:16:52.329Z] #6 2.977 go: finding github.com/spf13/cast v1.3.0 [2019-10-21T22:16:52.329Z] #6 3.141 go: finding github.com/miekg/pkcs11 v0.0.0-20190322140431-074fd7a1ed19 [2019-10-21T22:16:52.480Z] #17 11.34 Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_amd64.deb ... [2019-10-21T22:16:52.481Z] #17 11.35 Unpacking libdevmapper-dev:amd64 (2:1.02.137-2) ... [2019-10-21T22:16:52.481Z] #17 11.38 Selecting previously unselected package libnl-3-200:amd64. [2019-10-21T22:16:52.481Z] #17 11.38 Preparing to unpack .../31-libnl-3-200_3.2.27-2_amd64.deb ... [2019-10-21T22:16:52.481Z] #17 11.39 Unpacking libnl-3-200:amd64 (3.2.27-2) ... [2019-10-21T22:16:52.481Z] #17 11.42 Selecting previously unselected package libprotobuf-c1:amd64. [2019-10-21T22:16:52.481Z] #17 11.42 Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_amd64.deb ... [2019-10-21T22:16:52.481Z] #17 11.42 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... [2019-10-21T22:16:52.481Z] #17 11.45 Selecting previously unselected package libreadline5:amd64. [2019-10-21T22:16:52.481Z] #17 11.45 Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_amd64.deb ... [2019-10-21T22:16:52.481Z] #17 11.46 Unpacking libreadline5:amd64 (5.2+dfsg-3+b1) ... [2019-10-21T22:16:52.481Z] #17 11.49 Selecting previously unselected package libsystemd-dev:amd64. [2019-10-21T22:16:52.481Z] #17 11.49 Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_amd64.deb ... [2019-10-21T22:16:52.481Z] #17 11.49 Unpacking libsystemd-dev:amd64 (232-25+deb9u12) ... [2019-10-21T22:16:52.617Z] #6 3.316 go: finding github.com/spf13/cobra v0.0.3 [2019-10-21T22:16:52.617Z] #6 3.433 go: finding github.com/gogo/protobuf v1.2.1 [2019-10-21T22:16:52.801Z] #6 25.54 go: finding github.com/docker/go-events v0.0.0-20170721190031-9461782956ad [2019-10-21T22:16:52.801Z] #6 25.66 go: finding github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible [2019-10-21T22:16:52.801Z] #6 25.87 go: finding github.com/hashicorp/golang-lru v0.0.0-20160207214719-a0d98a5f2880 [2019-10-21T22:16:52.801Z] #6 25.94 go: finding golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 [2019-10-21T22:16:53.045Z] #17 11.76 Selecting previously unselected package net-tools. [2019-10-21T22:16:53.045Z] #17 11.76 Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_amd64.deb ... [2019-10-21T22:16:53.045Z] #17 11.77 Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-10-21T22:16:53.045Z] #17 11.81 Selecting previously unselected package python-pip-whl. [2019-10-21T22:16:53.045Z] #17 11.81 Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-10-21T22:16:53.045Z] #17 11.82 Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-10-21T22:16:53.045Z] #17 11.94 Selecting previously unselected package python3-pip. [2019-10-21T22:16:53.045Z] #17 11.94 Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-10-21T22:16:53.045Z] #17 11.95 Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-10-21T22:16:53.045Z] #17 11.99 Selecting previously unselected package python3-pkg-resources. [2019-10-21T22:16:53.045Z] #17 11.99 Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-10-21T22:16:53.045Z] #17 11.99 Unpacking python3-pkg-resources (33.1.1-1) ... [2019-10-21T22:16:53.045Z] #17 12.03 Selecting previously unselected package python3-setuptools. [2019-10-21T22:16:53.045Z] #17 12.03 Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-10-21T22:16:53.045Z] #17 12.03 Unpacking python3-setuptools (33.1.1-1) ... [2019-10-21T22:16:53.045Z] #17 12.08 Selecting previously unselected package python3-wheel. [2019-10-21T22:16:53.045Z] #17 12.08 Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-10-21T22:16:53.045Z] #17 12.09 Unpacking python3-wheel (0.29.0-2) ... [2019-10-21T22:16:53.045Z] #17 12.12 Selecting previously unselected package thin-provisioning-tools. [2019-10-21T22:16:53.045Z] #17 12.12 Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_amd64.deb ... [2019-10-21T22:16:53.045Z] #17 12.12 Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-10-21T22:16:53.238Z] #6 3.913 go: finding github.com/mattn/go-sqlite3 v1.10.0 [2019-10-21T22:16:53.253Z] #6 26.15 go: finding github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc [2019-10-21T22:16:53.253Z] #6 26.30 go: finding github.com/tonistiigi/fsutil v0.0.0-20190819224149-3d2716dd0a4d [2019-10-21T22:16:53.303Z] #17 12.19 Selecting previously unselected package vim-runtime. [2019-10-21T22:16:53.303Z] #17 12.19 Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-21T22:16:53.303Z] #17 12.20 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-21T22:16:53.303Z] #17 12.21 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-10-21T22:16:53.303Z] #17 12.22 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-10-21T22:16:53.691Z] #6 26.53 go: finding github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 [2019-10-21T22:16:53.870Z] #17 12.85 Selecting previously unselected package vim. [2019-10-21T22:16:53.870Z] #17 12.85 Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-10-21T22:16:53.870Z] #17 12.86 Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-10-21T22:16:53.877Z] #6 4.434 go: finding github.com/docker/go-connections v0.4.0 [2019-10-21T22:16:54.107Z] #6 27.18 go: finding golang.org/x/sys v0.0.0-20190303122642-d455e41777fc [2019-10-21T22:16:54.107Z] #6 27.21 go: finding golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a [2019-10-21T22:16:54.128Z] #17 12.98 Selecting previously unselected package xfsprogs. [2019-10-21T22:16:54.128Z] #17 12.98 Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_amd64.deb ... [2019-10-21T22:16:54.128Z] #17 12.98 Unpacking xfsprogs (4.9.0+nmu1) ... [2019-10-21T22:16:54.128Z] #17 13.11 Selecting previously unselected package zip. [2019-10-21T22:16:54.128Z] #17 13.11 Preparing to unpack .../45-zip_3.0-11+b1_amd64.deb ... [2019-10-21T22:16:54.128Z] #17 13.11 Unpacking zip (3.0-11+b1) ... [2019-10-21T22:16:54.128Z] #17 13.15 Selecting previously unselected package libapparmor-perl. [2019-10-21T22:16:54.128Z] #17 13.15 Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_amd64.deb ... [2019-10-21T22:16:54.128Z] #17 13.15 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-10-21T22:16:54.128Z] #17 13.20 Selecting previously unselected package apparmor. [2019-10-21T22:16:54.165Z] #6 4.907 go: finding github.com/pkg/errors v0.8.1 [2019-10-21T22:16:54.165Z] #6 4.926 go: finding github.com/jinzhu/gorm v1.9.2 [2019-10-21T22:16:54.386Z] #17 13.20 Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_amd64.deb ... [2019-10-21T22:16:54.386Z] #17 13.22 Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-10-21T22:16:54.386Z] #17 13.31 Selecting previously unselected package binutils-mingw-w64-i686. [2019-10-21T22:16:54.386Z] #17 13.31 Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_amd64.deb ... [2019-10-21T22:16:54.386Z] #17 13.32 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-10-21T22:16:54.460Z] #6 5.117 go: finding github.com/mattn/go-shellwords v1.0.5 [2019-10-21T22:16:54.460Z] #6 5.187 go: finding github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 [2019-10-21T22:16:54.535Z] #6 27.39 go: finding github.com/opencontainers/runc v1.0.0-rc8 [2019-10-21T22:16:54.535Z] #6 27.45 go: finding golang.org/x/text v0.3.0 [2019-10-21T22:16:54.535Z] #6 27.66 go: finding github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea [2019-10-21T22:16:54.643Z] #17 13.73 Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-10-21T22:16:54.753Z] #6 5.408 go: finding github.com/docker/docker v1.14.0-0.20190410063227-3998dffb806f3887f804b813069f59bc14a7f3c1 [2019-10-21T22:16:54.900Z] #17 13.73 Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_amd64.deb ... [2019-10-21T22:16:54.900Z] #17 13.73 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-10-21T22:16:55.043Z] #6 5.625 go: finding github.com/prometheus/procfs v0.0.0-20180612222113-7d6f385de8be [2019-10-21T22:16:55.046Z] #6 27.98 go: finding github.com/Microsoft/go-winio v0.4.13-0.20190408173621-84b4ab48a507 [2019-10-21T22:16:55.157Z] #17 14.06 Selecting previously unselected package binutils-mingw-w64. [2019-10-21T22:16:55.157Z] #17 14.06 Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-10-21T22:16:55.157Z] #17 14.06 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-10-21T22:16:55.157Z] #17 14.09 Selecting previously unselected package mingw-w64-common. [2019-10-21T22:16:55.157Z] #17 14.10 Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-10-21T22:16:55.157Z] #17 14.10 Unpacking mingw-w64-common (5.0.1-1) ... [2019-10-21T22:16:55.588Z] #6 28.73 go: finding github.com/gogo/googleapis v1.1.0 [2019-10-21T22:16:55.676Z] #6 6.532 go: finding github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 [2019-10-21T22:16:55.676Z] #6 6.581 go: finding github.com/cloudflare/cfssl v0.0.0-20181213083726-b94e044bb51e [2019-10-21T22:16:56.088Z] #17 15.10 Selecting previously unselected package mingw-w64-x86-64-dev. [2019-10-21T22:16:56.088Z] #17 15.11 Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-10-21T22:16:56.088Z] #17 15.11 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-10-21T22:16:56.320Z] #6 7.093 go: finding github.com/magiconair/properties v1.8.0 [2019-10-21T22:16:56.320Z] #6 7.152 go: finding github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 [2019-10-21T22:16:56.607Z] #6 7.270 go: finding github.com/inconshreveable/mousetrap v1.0.0 [2019-10-21T22:16:56.607Z] #6 7.297 go: finding github.com/opencontainers/runtime-spec v1.0.1 [2019-10-21T22:16:57.196Z] #6 30.07 go: finding github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e [2019-10-21T22:16:57.196Z] #6 30.15 go: finding github.com/pkg/profile v1.2.1 [2019-10-21T22:16:57.196Z] #6 30.36 go: finding github.com/docker/go-metrics v0.0.0-20170502235133-d466d4f6fd96 [2019-10-21T22:16:57.457Z] #17 16.54 Selecting previously unselected package gcc-mingw-w64-base. [2019-10-21T22:16:57.659Z] #6 30.46 go: finding github.com/coreos/go-semver v0.2.0 [2019-10-21T22:16:57.659Z] #6 30.63 go: finding github.com/onsi/ginkgo v1.7.0 [2019-10-21T22:16:57.715Z] #17 16.54 Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_amd64.deb ... [2019-10-21T22:16:57.715Z] #17 16.54 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-10-21T22:16:57.715Z] #17 16.58 Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-10-21T22:16:57.715Z] #17 16.58 Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... [2019-10-21T22:16:57.715Z] #17 16.58 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-21T22:16:58.092Z] #6 31.12 go: finding github.com/docker/docker v0.0.0-20180531152204-71cd53e4a197 [2019-10-21T22:16:58.109Z] #6 8.586 go: finding github.com/denisenkom/go-mssqldb v0.0.0-20190315220205-a8ed825ac853 [2019-10-21T22:16:58.109Z] #6 8.709 go: finding github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible [2019-10-21T22:16:58.525Z] #6 31.59 go: finding github.com/coreos/etcd v3.3.10+incompatible [2019-10-21T22:16:58.986Z] #6 31.85 go: finding golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 [2019-10-21T22:16:58.986Z] #6 31.93 go: finding github.com/google/certificate-transparency-go v1.0.21 [2019-10-21T22:16:58.986Z] #6 31.97 go: finding github.com/opentracing/opentracing-go v0.0.0-20171003133519-1361b9cd60be [2019-10-21T22:16:58.986Z] #6 32.12 go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a [2019-10-21T22:16:58.986Z] #6 32.12 go: finding github.com/gofrs/flock v0.7.0 [2019-10-21T22:16:59.155Z] #6 9.770 go: finding github.com/lib/pq v1.0.0 [2019-10-21T22:16:59.155Z] #6 10.01 go: finding github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c [2019-10-21T22:16:59.437Z] #6 32.27 go: finding github.com/containerd/containerd v1.2.4 [2019-10-21T22:16:59.466Z] #6 10.19 go: finding github.com/opencontainers/go-digest v1.0.0-rc1 [2019-10-21T22:16:59.759Z] #6 10.59 go: finding github.com/containerd/containerd v1.3.0-0.20190507210959-7c1e88399ec0 [2019-10-21T22:17:00.050Z] #6 10.75 go: finding github.com/gorilla/mux v1.7.0 [2019-10-21T22:17:00.377Z] #6 33.35 go: finding github.com/prometheus/procfs v0.0.0-20180612222113-7d6f385de8be [2019-10-21T22:17:00.377Z] #6 33.35 go: finding github.com/hashicorp/uuid v0.0.0-20160311170451-ebb0a03e909c [2019-10-21T22:17:00.377Z] #6 33.49 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2019-10-21T22:17:00.377Z] #6 33.49 go: finding github.com/vishvananda/netlink v1.0.0 [2019-10-21T22:17:00.377Z] #6 33.52 go: finding github.com/kisielk/errcheck v1.1.0 [2019-10-21T22:17:00.800Z] #6 33.62 go: finding github.com/containerd/go-cni v0.0.0-20190610170741-5a4663dad645 [2019-10-21T22:17:01.314Z] #6 34.50 go: finding github.com/ishidawataru/sctp v0.0.0-20180213033435-07191f837fed [2019-10-21T22:17:01.550Z] #6 12.16 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2019-10-21T22:17:01.895Z] #17 20.17 Selecting previously unselected package g++-mingw-w64-x86-64. [2019-10-21T22:17:01.895Z] #17 20.17 Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... [2019-10-21T22:17:01.895Z] #17 20.18 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-21T22:17:01.965Z] #6 35.03 go: finding github.com/Microsoft/go-winio v0.4.11 [2019-10-21T22:17:01.965Z] #6 35.07 go: finding github.com/containernetworking/cni v0.6.1-0.20180218032124-142cde0c766c [2019-10-21T22:17:01.965Z] #6 35.09 go: finding github.com/urfave/cli v0.0.0-20171014202726-7bc6a0acffa5 [2019-10-21T22:17:01.965Z] #6 35.11 go: finding github.com/spf13/cast v1.3.0 [2019-10-21T22:17:01.965Z] #6 35.13 go: finding golang.org/x/time v0.0.0-20161028155119-f51c12702a4d [2019-10-21T22:17:01.965Z] #6 35.16 go: finding github.com/docker/go-units v0.3.1 [2019-10-21T22:17:02.181Z] #6 12.74 go: finding github.com/fsnotify/fsnotify v1.4.7 [2019-10-21T22:17:02.181Z] #6 13.03 go: finding github.com/kisielk/errcheck v1.1.0 [2019-10-21T22:17:02.555Z] #6 35.23 go: finding github.com/docker/cli v1.14.0-0.20190523191156-ab688a9a79a1 [2019-10-21T22:17:02.555Z] #6 35.31 go: finding golang.org/x/tools v0.0.0-20180221164845-07fd8470d635 [2019-10-21T22:17:02.826Z] #6 13.59 go: finding github.com/modern-go/reflect2 v1.0.1 [2019-10-21T22:17:02.826Z] #6 13.67 go: finding github.com/gofrs/flock v0.7.0 [2019-10-21T22:17:03.112Z] #6 13.93 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2019-10-21T22:17:03.515Z] #6 36.54 go: finding gopkg.in/yaml.v2 v2.2.2 [2019-10-21T22:17:03.993Z] #6 36.75 go: finding github.com/Microsoft/hcsshim v0.8.5 [2019-10-21T22:17:04.422Z] #17 23.36 Setting up aufs-tools (1:4.1+20161219-1) ... [2019-10-21T22:17:04.422Z] #17 23.38 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-10-21T22:17:04.422Z] #17 23.38 Setting up libsepol1-dev:amd64 (2.6-2) ... [2019-10-21T22:17:04.422Z] #17 23.39 Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-10-21T22:17:04.422Z] #17 23.40 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... [2019-10-21T22:17:04.422Z] #17 23.42 Setting up libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-10-21T22:17:04.422Z] #17 23.43 Processing triggers for mime-support (3.60) ... [2019-10-21T22:17:04.422Z] #17 23.44 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-10-21T22:17:04.422Z] #17 23.45 Setting up libgpm2:amd64 (1.20.4-6.2+b1) ... [2019-10-21T22:17:04.422Z] #17 23.46 Setting up libcap2-bin (1:2.25-1) ... [2019-10-21T22:17:04.422Z] #17 23.47 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-10-21T22:17:04.422Z] #17 23.48 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-10-21T22:17:04.422Z] #17 23.49 Setting up bash-completion (1:2.1-4.3) ... [2019-10-21T22:17:04.466Z] #6 37.23 go: finding github.com/pelletier/go-toml v1.2.0 [2019-10-21T22:17:04.466Z] #6 37.51 go: finding github.com/kisielk/gotool v1.0.0 [2019-10-21T22:17:04.790Z] #6 15.34 go: finding github.com/moby/buildkit v0.6.2-0.20190921002054-ae10b292fefb [2019-10-21T22:17:04.790Z] #6 15.60 go: finding github.com/prometheus/client_golang v0.8.0 [2019-10-21T22:17:04.987Z] #17 24.11 Setting up libonig4:amd64 (6.1.3-2) ... [2019-10-21T22:17:05.035Z] #6 37.83 go: finding github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 [2019-10-21T22:17:05.035Z] #6 38.03 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2019-10-21T22:17:05.244Z] #17 24.12 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... [2019-10-21T22:17:05.244Z] #17 24.13 Setting up zip (3.0-11+b1) ... [2019-10-21T22:17:05.244Z] #17 24.13 Setting up bzip2 (1.0.6-8.1) ... [2019-10-21T22:17:05.244Z] #17 24.14 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-10-21T22:17:05.244Z] #17 24.15 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... [2019-10-21T22:17:05.244Z] #17 24.16 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T22:17:05.244Z] #17 24.17 Setting up libaio1:amd64 (0.3.110-3) ... [2019-10-21T22:17:05.244Z] #17 24.19 Setting up libxtables12:amd64 (1.6.0+snapshot20161117-6) ... [2019-10-21T22:17:05.244Z] #17 24.20 Setting up xz-utils (5.2.2-1.2+b1) ... [2019-10-21T22:17:05.244Z] #17 24.21 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-10-21T22:17:05.244Z] #17 24.21 Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-10-21T22:17:05.244Z] #17 24.22 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-21T22:17:05.244Z] #17 24.24 Setting up libpcrecpp0v5:amd64 (2:8.39-3) ... [2019-10-21T22:17:05.244Z] #17 24.25 Setting up libpcre32-3:amd64 (2:8.39-3) ... [2019-10-21T22:17:05.244Z] #17 24.26 Setting up libnfnetlink0:amd64 (1.0.1-3) ... [2019-10-21T22:17:05.244Z] #17 24.27 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-10-21T22:17:05.244Z] #17 24.35 Setting up libsystemd-dev:amd64 (232-25+deb9u12) ... [2019-10-21T22:17:05.423Z] #6 16.10 go: finding vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787 [2019-10-21T22:17:05.423Z] #6 16.29 go: finding github.com/cenkalti/backoff v2.1.1+incompatible [2019-10-21T22:17:05.470Z] #6 38.59 go: finding github.com/containerd/continuity v0.0.0-20181001140422-bd77b46c8352 [2019-10-21T22:17:05.501Z] #17 24.36 Setting up libpcre16-3:amd64 (2:8.39-3) ... [2019-10-21T22:17:05.501Z] #17 24.37 Setting up libreadline5:amd64 (5.2+dfsg-3+b1) ... [2019-10-21T22:17:05.501Z] #17 24.38 Setting up libnl-3-200:amd64 (3.2.27-2) ... [2019-10-21T22:17:05.501Z] #17 24.39 Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-10-21T22:17:05.501Z] #17 24.40 Setting up libudev-dev:amd64 (232-25+deb9u12) ... [2019-10-21T22:17:05.501Z] #17 24.42 Setting up pigz (2.3.4-1) ... [2019-10-21T22:17:05.501Z] #17 24.43 Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-10-21T22:17:05.501Z] #17 24.43 Setting up libmpdec2:amd64 (2.4.2-1) ... [2019-10-21T22:17:05.501Z] #17 24.44 Setting up libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-10-21T22:17:05.501Z] #17 24.45 Setting up mingw-w64-common (5.0.1-1) ... [2019-10-21T22:17:05.501Z] #17 24.46 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-10-21T22:17:05.501Z] #17 24.47 Setting up jq (1.5+dfsg-1.3) ... [2019-10-21T22:17:05.501Z] #17 24.48 Setting up libpcre3-dev:amd64 (2:8.39-3) ... [2019-10-21T22:17:05.501Z] #17 24.49 Setting up libnetfilter-conntrack3:amd64 (1.0.6-2) ... [2019-10-21T22:17:05.501Z] #17 24.50 Setting up xfsprogs (4.9.0+nmu1) ... [2019-10-21T22:17:05.501Z] #17 24.51 Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-10-21T22:17:05.501Z] #17 24.51 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-10-21T22:17:05.501Z] #17 24.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-10-21T22:17:05.501Z] #17 24.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-10-21T22:17:05.501Z] #17 24.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-10-21T22:17:05.501Z] #17 24.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-10-21T22:17:05.501Z] #17 24.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-10-21T22:17:05.501Z] #17 24.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-10-21T22:17:05.501Z] #17 24.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-10-21T22:17:05.501Z] #17 24.55 Setting up libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... [2019-10-21T22:17:05.501Z] #17 24.56 Setting up libiptc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-10-21T22:17:05.717Z] #6 16.50 go: finding github.com/kisielk/gotool v1.0.0 [2019-10-21T22:17:05.757Z] #17 24.57 Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-10-21T22:17:05.757Z] #17 24.58 Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-10-21T22:17:05.757Z] #17 24.58 Setting up btrfs-progs (4.7.3-1) ... [2019-10-21T22:17:05.757Z] #17 24.59 Setting up libselinux1-dev:amd64 (2.6-3+b3) ... [2019-10-21T22:17:05.757Z] #17 24.61 Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-10-21T22:17:05.936Z] #6 38.81 go: finding github.com/spf13/afero v1.1.2 [2019-10-21T22:17:05.936Z] #6 39.18 go: finding github.com/uber/jaeger-lib v1.2.1 [2019-10-21T22:17:06.006Z] #6 16.64 go: finding gopkg.in/dancannon/gorethink.v3 v3.0.5 [2019-10-21T22:17:06.006Z] #6 16.69 go: finding github.com/bugsnag/panicwrap v1.2.0 [2019-10-21T22:17:06.693Z] #17 25.75 Setting up libpython3-stdlib:amd64 (3.5.3-1) ... [2019-10-21T22:17:06.849Z] #6 39.71 go: finding github.com/sirupsen/logrus v1.0.3 [2019-10-21T22:17:06.950Z] #17 25.76 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-21T22:17:06.950Z] #17 25.77 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-21T22:17:06.950Z] #17 25.77 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-21T22:17:06.950Z] #17 25.78 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-21T22:17:06.950Z] #17 25.78 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-21T22:17:06.950Z] #17 25.78 Setting up btrfs-tools (4.7.3-1) ... [2019-10-21T22:17:06.950Z] #17 25.79 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-21T22:17:06.950Z] #17 25.80 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-21T22:17:06.950Z] #17 25.80 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-21T22:17:06.950Z] #17 25.81 Setting up python3 (3.5.3-1) ... [2019-10-21T22:17:07.207Z] #17 26.13 Setting up apparmor (2.11.0-3+deb9u2) ... [2019-10-21T22:17:07.339Z] #6 40.25 go: finding github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 [2019-10-21T22:17:07.339Z] #6 40.32 go: finding github.com/apache/thrift v0.0.0-20161221203622-b2a4d4ae21c7 [2019-10-21T22:17:07.339Z] #6 40.34 go: finding github.com/opencontainers/runc v1.0.0-rc6 [2019-10-21T22:17:07.581Z] #6 18.43 go: finding github.com/coreos/etcd v3.3.10+incompatible [2019-10-21T22:17:07.771Z] #17 26.69 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-10-21T22:17:07.771Z] #17 26.72 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-10-21T22:17:07.771Z] #17 26.74 Setting up libdevmapper1.02.1:amd64 (2:1.02.137-2) ... [2019-10-21T22:17:07.771Z] #17 26.75 Setting up python3-wheel (0.29.0-2) ... [2019-10-21T22:17:07.771Z] #17 26.93 Setting up python3-pkg-resources (33.1.1-1) ... [2019-10-21T22:17:07.889Z] #6 40.76 go: finding google.golang.org/grpc v1.20.1 [2019-10-21T22:17:07.889Z] #6 41.00 go: finding github.com/containerd/typeurl v0.0.0-20180627222232-a93fcdb778cd [2019-10-21T22:17:08.209Z] #6 18.83 go: finding github.com/xeipuuv/gojsonschema v0.0.0-20160323030313-93e72a773fad [2019-10-21T22:17:08.337Z] #17 27.13 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... [2019-10-21T22:17:08.337Z] #17 27.14 Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-10-21T22:17:08.337Z] #17 27.37 Setting up dmsetup (2:1.02.137-2) ... [2019-10-21T22:17:08.500Z] #6 19.25 go: finding github.com/spf13/afero v1.1.2 [2019-10-21T22:17:08.527Z] #6 41.15 go: finding github.com/BurntSushi/toml v0.3.1 [2019-10-21T22:17:08.594Z] #17 27.38 Setting up python3-setuptools (33.1.1-1) ... [2019-10-21T22:17:08.594Z] #17 27.59 Setting up dh-python (2.20170125) ... [2019-10-21T22:17:08.789Z] #6 19.47 go: finding github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 [2019-10-21T22:17:08.789Z] #6 19.63 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2019-10-21T22:17:08.851Z] #17 27.74 Setting up libdevmapper-dev:amd64 (2:1.02.137-2) ... [2019-10-21T22:17:08.851Z] #17 27.75 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T22:17:09.077Z] #6 19.80 go: finding github.com/google/shlex v0.0.0-20150127133951-6f45313302b9 [2019-10-21T22:17:09.415Z] #17 DONE 28.1s [2019-10-21T22:17:09.415Z] [2019-10-21T22:17:09.415Z] #18 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-21T22:17:09.521Z] #6 42.50 go: finding github.com/hashicorp/golang-lru v0.5.0 [2019-10-21T22:17:09.521Z] #6 42.58 go: finding github.com/docker/cli v0.0.0-20190321234815-f40f9c240ab0 [2019-10-21T22:17:09.710Z] #6 20.60 go: finding github.com/uber/jaeger-lib v1.2.1 [2019-10-21T22:17:09.960Z] #6 43.02 go: finding github.com/onsi/gomega v1.4.3 [2019-10-21T22:17:10.387Z] #6 43.38 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2019-10-21T22:17:10.387Z] #6 43.45 go: finding github.com/containerd/continuity v0.0.0-20190827140505-75bee3e2ccb6 [2019-10-21T22:17:10.387Z] #6 43.59 go: finding github.com/codahale/hdrhistogram v0.0.0-20160425231609-f8ad88b59a58 [2019-10-21T22:17:10.787Z] #18 1.700 Collecting yamllint==1.16.0 [2019-10-21T22:17:10.830Z] #6 43.86 go: finding github.com/godbus/dbus v4.1.0+incompatible [2019-10-21T22:17:11.256Z] #6 22.11 go: finding gopkg.in/fatih/pool.v2 v2.0.0 [2019-10-21T22:17:11.732Z] #6 44.67 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2019-10-21T22:17:11.732Z] #6 44.76 go: finding github.com/docker/libnetwork v0.8.0-dev.2.0.20190604151032-3c26b4e7495e [2019-10-21T22:17:11.892Z] #6 22.56 go: finding github.com/kr/pretty v0.1.0 [2019-10-21T22:17:12.172Z] #6 45.00 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2019-10-21T22:17:12.172Z] #6 45.27 go: finding github.com/containerd/fifo v0.0.0-20180307165137-3d5202aec260 [2019-10-21T22:17:12.172Z] #6 45.34 go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 [2019-10-21T22:17:12.172Z] #6 45.35 go: finding github.com/hpcloud/tail v1.0.0 [2019-10-21T22:17:12.544Z] #6 23.21 go: finding gopkg.in/yaml.v2 v2.2.2 [2019-10-21T22:17:12.544Z] #6 23.29 go: finding github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 [2019-10-21T22:17:12.623Z] #6 45.43 go: finding google.golang.org/appengine v1.1.0 [2019-10-21T22:17:12.831Z] #6 23.57 go: finding github.com/stretchr/testify v1.3.0 [2019-10-21T22:17:13.480Z] #6 24.41 go: finding github.com/docker/libnetwork v0.8.0-dev.2.0.20190604151032-3c26b4e7495e [2019-10-21T22:17:13.769Z] #6 24.59 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2019-10-21T22:17:14.107Z] #6 46.86 go: finding gopkg.in/fsnotify.v1 v1.4.7 [2019-10-21T22:17:14.107Z] #6 46.86 go: finding gotest.tools v2.1.0+incompatible [2019-10-21T22:17:14.107Z] #6 46.87 go: finding gopkg.in/yaml.v2 v2.2.1 [2019-10-21T22:17:14.107Z] #6 46.93 go: finding github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2019-10-21T22:17:14.107Z] #6 47.07 go: finding golang.org/x/crypto v0.0.0-20190129210102-0709b304e793 [2019-10-21T22:17:14.107Z] #6 47.07 go: finding github.com/opencontainers/runtime-spec v0.0.0-20180909173843-eba862dc2470 [2019-10-21T22:17:14.107Z] #6 47.10 go: finding github.com/gogo/protobuf v1.0.0 [2019-10-21T22:17:14.395Z] #6 24.98 go: finding github.com/hashicorp/golang-lru v0.0.0-20160207214719-a0d98a5f2880 [2019-10-21T22:17:14.395Z] #6 25.31 go: finding github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e [2019-10-21T22:17:15.019Z] #6 25.77 go: finding github.com/containerd/typeurl v0.0.0-20180627222232-a93fcdb778cd [2019-10-21T22:17:15.019Z] #6 25.87 go: finding github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 [2019-10-21T22:17:15.178Z] #6 47.91 go: finding github.com/gotestyourself/gotestyourself v2.2.0+incompatible [2019-10-21T22:17:15.178Z] #6 48.34 go: finding github.com/kr/text v0.1.0 [2019-10-21T22:17:15.656Z] #6 26.50 go: finding github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 [2019-10-21T22:17:15.949Z] #6 26.68 go: finding github.com/codahale/hdrhistogram v0.0.0-20160425231609-f8ad88b59a58 [2019-10-21T22:17:16.229Z] #6 49.06 go: finding github.com/inconshreveable/mousetrap v1.0.0 [2019-10-21T22:17:16.229Z] #6 49.25 go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b [2019-10-21T22:17:16.229Z] #6 49.35 go: finding github.com/mattn/go-sqlite3 v1.10.0 [2019-10-21T22:17:16.576Z] #6 27.31 go: finding github.com/davecgh/go-spew v1.1.1 [2019-10-21T22:17:16.576Z] #6 27.40 go: finding go.etcd.io/bbolt v1.3.2 [2019-10-21T22:17:16.638Z] #6 49.70 go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be [2019-10-21T22:17:16.638Z] #6 49.73 go: finding github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c [2019-10-21T22:17:16.877Z] #6 27.69 go: finding github.com/mitchellh/mapstructure v1.1.2 [2019-10-21T22:17:17.165Z] #6 27.85 go: finding github.com/pmezard/go-difflib v1.0.0 [2019-10-21T22:17:17.337Z] #18 8.110 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-10-21T22:17:17.337Z] #18 8.175 Collecting pyyaml (from yamllint==1.16.0) [2019-10-21T22:17:17.540Z] #6 50.36 go: finding github.com/kr/pty v1.1.1 [2019-10-21T22:17:17.540Z] #6 50.69 go: finding github.com/onsi/ginkgo v1.6.0 [2019-10-21T22:17:18.202Z] #6 28.91 go: finding github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 [2019-10-21T22:17:18.266Z] #18 9.222 Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-10-21T22:17:18.441Z] #6 51.33 go: finding github.com/golang/mock v1.1.1 [2019-10-21T22:17:18.441Z] #6 51.49 go: finding golang.org/x/tools v0.0.0-20190311212946-11955173bddd [2019-10-21T22:17:18.441Z] #6 51.54 go: finding github.com/client9/misspell v0.3.4 [2019-10-21T22:17:18.832Z] #6 51.63 go: finding github.com/containerd/ttrpc v0.0.0-20190411181408-699c4e40d1e7 [2019-10-21T22:17:18.832Z] #6 51.63 go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd [2019-10-21T22:17:18.832Z] #6 51.73 go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 [2019-10-21T22:17:18.832Z] #6 51.82 go: finding cloud.google.com/go v0.26.0 [2019-10-21T22:17:18.832Z] #6 51.86 go: finding honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 [2019-10-21T22:17:18.833Z] #18 9.679 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-10-21T22:17:18.873Z] #6 29.53 go: finding github.com/ishidawataru/sctp v0.0.0-20180213033435-07191f837fed [2019-10-21T22:17:19.263Z] #6 52.40 go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 [2019-10-21T22:17:19.505Z] #6 30.16 go: finding github.com/hashicorp/hcl v1.0.0 [2019-10-21T22:17:19.505Z] #6 30.31 go: finding github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a [2019-10-21T22:17:19.505Z] #6 30.36 go: finding github.com/containerd/go-runc v0.0.0-20190911050354-e029b79d8cda [2019-10-21T22:17:19.693Z] #6 52.53 go: finding github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 [2019-10-21T22:17:19.795Z] #6 30.51 go: finding golang.org/x/tools v0.0.0-20180221164845-07fd8470d635 [2019-10-21T22:17:19.795Z] #6 30.65 go: finding github.com/coreos/go-semver v0.2.0 [2019-10-21T22:17:20.204Z] #18 10.71 Downloading https://files.pythonhosted.org/packages/7a/68/5902e8cd7f7b17c5879982a3a3ee2ad0c3b92b80c79989a2d3e1ca8d29e1/pathspec-0.6.0.tar.gz [2019-10-21T22:17:20.204Z] #18 10.97 Building wheels for collected packages: pyyaml, pathspec [2019-10-21T22:17:20.204Z] #18 10.98 Running setup.py bdist_wheel for pyyaml: started [2019-10-21T22:17:20.463Z] #18 11.26 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-10-21T22:17:20.463Z] #18 11.26 Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-10-21T22:17:20.463Z] #18 11.28 Running setup.py bdist_wheel for pathspec: started [2019-10-21T22:17:20.719Z] #18 11.56 Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-10-21T22:17:20.719Z] #18 11.56 Stored in directory: /root/.cache/pip/wheels/62/b8/e1/e2719465b5947c40cd85d613d6cb33449b86a1ca5a6c574269 [2019-10-21T22:17:20.719Z] #18 11.56 Successfully built pyyaml pathspec [2019-10-21T22:17:20.719Z] #18 11.56 Installing collected packages: pyyaml, pathspec, yamllint [2019-10-21T22:17:20.719Z] #18 11.67 Successfully installed pathspec-0.6.0 pyyaml-5.1.2 yamllint-1.16.0 [2019-10-21T22:17:20.978Z] #18 DONE 11.9s [2019-10-21T22:17:20.978Z] [2019-10-21T22:17:20.978Z] #65 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2019-10-21T22:17:20.978Z] #65 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2019-10-21T22:17:20.978Z] #65 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2019-10-21T22:17:20.978Z] #65 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 0B / 9.11MB 0.1s [2019-10-21T22:17:21.236Z] #65 ... [2019-10-21T22:17:21.236Z] [2019-10-21T22:17:21.236Z] #49 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-10-21T22:17:21.236Z] #49 DONE 0.2s [2019-10-21T22:17:21.236Z] [2019-10-21T22:17:21.236Z] #65 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2019-10-21T22:17:21.236Z] #65 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 0.2s [2019-10-21T22:17:21.236Z] #65 ... [2019-10-21T22:17:21.236Z] [2019-10-21T22:17:21.236Z] #52 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-21T22:17:21.236Z] #52 DONE 0.2s [2019-10-21T22:17:21.236Z] [2019-10-21T22:17:21.236Z] #43 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-10-21T22:17:21.236Z] #43 DONE 0.2s [2019-10-21T22:17:21.236Z] [2019-10-21T22:17:21.236Z] #61 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-10-21T22:17:21.236Z] #61 DONE 0.3s [2019-10-21T22:17:21.236Z] [2019-10-21T22:17:21.236Z] #30 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-10-21T22:17:21.236Z] #30 DONE 0.3s [2019-10-21T22:17:21.236Z] [2019-10-21T22:17:21.236Z] #67 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-10-21T22:17:21.236Z] #67 DONE 0.3s [2019-10-21T22:17:21.236Z] [2019-10-21T22:17:21.236Z] #65 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2019-10-21T22:17:21.236Z] #65 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 0.2s done [2019-10-21T22:17:21.236Z] #65 extracting sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 0.1s [2019-10-21T22:17:21.848Z] #6 32.23 go: finding github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 [2019-10-21T22:17:22.086Z] #65 ... [2019-10-21T22:17:22.086Z] [2019-10-21T22:17:22.086Z] #46 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-10-21T22:17:22.086Z] #46 DONE 0.6s [2019-10-21T22:17:22.086Z] [2019-10-21T22:17:22.086Z] #23 [dev 9/24] COPY --from=dockercli /build/ /usr/local/cli [2019-10-21T22:17:22.086Z] #23 DONE 0.7s [2019-10-21T22:17:22.086Z] [2019-10-21T22:17:22.086Z] #65 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2019-10-21T22:17:22.137Z] #6 32.85 go: finding github.com/urfave/cli v0.0.0-20171014202726-7bc6a0acffa5 [2019-10-21T22:17:22.137Z] #6 32.94 go: finding github.com/pelletier/go-toml v1.2.0 [2019-10-21T22:17:22.248Z] ok github.com/docker/docker/api/server/httputils 0.016s coverage: 14.7% of statements [2019-10-21T22:17:22.248Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-10-21T22:17:22.248Z] ok github.com/docker/docker/api/server/middleware 0.012s coverage: 37.7% of statements [2019-10-21T22:17:22.248Z] ? github.com/docker/docker/api/server/router [no test files] [2019-10-21T22:17:22.248Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-10-21T22:17:22.248Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-10-21T22:17:22.343Z] #65 extracting sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 0.5s done [2019-10-21T22:17:22.427Z] #6 33.23 go: finding github.com/docker/cli v1.14.0-0.20190523191156-ab688a9a79a1 [2019-10-21T22:17:22.427Z] #6 33.24 go: finding github.com/docker/docker-credential-helpers v0.6.0 [2019-10-21T22:17:22.715Z] #6 33.37 go: finding github.com/apache/thrift v0.0.0-20161221203622-b2a4d4ae21c7 [2019-10-21T22:17:22.817Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-10-21T22:17:22.817Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-10-21T22:17:22.817Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-10-21T22:17:22.817Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-10-21T22:17:22.817Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-10-21T22:17:22.817Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-10-21T22:17:22.907Z] #65 DONE 2.0s [2019-10-21T22:17:22.907Z] [2019-10-21T22:17:22.907Z] #47 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:17:23.165Z] #47 ... [2019-10-21T22:17:23.165Z] [2019-10-21T22:17:23.165Z] #53 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-10-21T22:17:23.165Z] #53 DONE 1.8s [2019-10-21T22:17:23.165Z] [2019-10-21T22:17:23.165Z] #54 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:17:23.754Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-10-21T22:17:23.754Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-10-21T22:17:24.013Z] ok github.com/docker/docker/api/types/strslice 0.031s coverage: 90.0% of statements [2019-10-21T22:17:24.215Z] #6 34.66 go: finding github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2019-10-21T22:17:24.273Z] ok github.com/docker/docker/api/types/filters 0.028s coverage: 92.2% of statements [2019-10-21T22:17:24.273Z] ok github.com/docker/docker/api/server/router/swarm 0.035s coverage: 4.0% of statements [2019-10-21T22:17:24.273Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-10-21T22:17:24.273Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-10-21T22:17:24.273Z] ? github.com/docker/docker/api/types [no test files] [2019-10-21T22:17:24.273Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-10-21T22:17:24.273Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-10-21T22:17:24.273Z] ? github.com/docker/docker/api/types/container [no test files] [2019-10-21T22:17:24.273Z] ? github.com/docker/docker/api/types/events [no test files] [2019-10-21T22:17:24.273Z] ? github.com/docker/docker/api/types/image [no test files] [2019-10-21T22:17:24.273Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-10-21T22:17:24.273Z] ? github.com/docker/docker/api/types/network [no test files] [2019-10-21T22:17:24.273Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-10-21T22:17:24.273Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-10-21T22:17:24.273Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-10-21T22:17:24.273Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-10-21T22:17:24.533Z] ok github.com/docker/docker/api/types/time 0.011s coverage: 100.0% of statements [2019-10-21T22:17:24.793Z] ok github.com/docker/docker/api/types/versions 0.010s coverage: 75.0% of statements [2019-10-21T22:17:24.793Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-10-21T22:17:24.793Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-10-21T22:17:24.793Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-10-21T22:17:24.793Z] ? github.com/docker/docker/builder [no test files] [2019-10-21T22:17:24.793Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-10-21T22:17:24.793Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-10-21T22:17:24.793Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-10-21T22:17:24.793Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-10-21T22:17:24.793Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-10-21T22:17:24.793Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-10-21T22:17:24.793Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-10-21T22:17:25.053Z] ok github.com/docker/docker/builder/dockerignore 0.012s coverage: 96.8% of statements [2019-10-21T22:17:25.251Z] #6 35.94 go: finding github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea [2019-10-21T22:17:25.540Z] #6 36.14 go: finding github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 [2019-10-21T22:17:27.616Z] #6 38.41 go: finding github.com/ghodss/yaml v1.0.0 [2019-10-21T22:17:27.619Z] ok github.com/docker/docker/cli/debug 0.016s coverage: 100.0% of statements [2019-10-21T22:17:28.426Z] #54 ... [2019-10-21T22:17:28.426Z] [2019-10-21T22:17:28.426Z] #28 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-21T22:17:28.426Z] #28 6.640 + mktemp -d [2019-10-21T22:17:28.426Z] #28 6.641 + export GOPATH=/tmp/tmp.h77ObyAjtN [2019-10-21T22:17:28.426Z] #28 6.642 + git clone https://github.com/kolyshkin/go-swagger.git /tmp/tmp.h77ObyAjtN/src/github.com/go-swagger/go-swagger [2019-10-21T22:17:28.426Z] #28 6.652 Cloning into '/tmp/tmp.h77ObyAjtN/src/github.com/go-swagger/go-swagger'... [2019-10-21T22:17:28.669Z] #6 39.49 go: finding github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 [2019-10-21T22:17:28.956Z] #6 39.76 go: finding golang.org/x/time v0.0.0-20161028155119-f51c12702a4d [2019-10-21T22:17:28.956Z] #6 39.77 go: finding golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc [2019-10-21T22:17:28.956Z] #6 39.81 go: finding github.com/sirupsen/logrus v1.3.0 [2019-10-21T22:17:28.990Z] #28 ... [2019-10-21T22:17:28.990Z] [2019-10-21T22:17:28.990Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:17:28.990Z] #44 7.694 + RM_GOPATH=0 [2019-10-21T22:17:28.990Z] #44 7.699 + TMP_GOPATH= [2019-10-21T22:17:28.990Z] #44 7.699 + : /build [2019-10-21T22:17:28.990Z] #44 7.699 + '[' -z '' ']' [2019-10-21T22:17:28.990Z] #44 7.706 ++ mktemp -d [2019-10-21T22:17:28.990Z] #44 7.709 + export GOPATH=/tmp/tmp.P8nuhWVOKn [2019-10-21T22:17:28.990Z] #44 7.709 + GOPATH=/tmp/tmp.P8nuhWVOKn [2019-10-21T22:17:28.990Z] #44 7.709 + RM_GOPATH=1 [2019-10-21T22:17:28.990Z] #44 7.709 ++ dirname ./install.sh [2019-10-21T22:17:28.990Z] #44 7.710 + dir=. [2019-10-21T22:17:28.990Z] #44 7.710 + bin=vndr [2019-10-21T22:17:28.990Z] #44 7.710 + shift [2019-10-21T22:17:28.990Z] #44 7.710 + '[' '!' -f ./vndr.installer ']' [2019-10-21T22:17:28.990Z] #44 7.710 + . ./vndr.installer [2019-10-21T22:17:28.990Z] #44 7.710 ++ : f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-21T22:17:28.990Z] #44 7.711 + install_vndr [2019-10-21T22:17:28.990Z] #44 7.711 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-10-21T22:17:28.990Z] #44 7.711 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.P8nuhWVOKn/src/github.com/LK4D4/vndr [2019-10-21T22:17:28.990Z] #44 7.711 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-21T22:17:28.990Z] #44 7.717 Cloning into '/tmp/tmp.P8nuhWVOKn/src/github.com/LK4D4/vndr'... [2019-10-21T22:17:28.990Z] #44 ... [2019-10-21T22:17:28.990Z] [2019-10-21T22:17:28.990Z] #54 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:17:28.990Z] #54 6.053 + RM_GOPATH=0 [2019-10-21T22:17:28.990Z] #54 6.053 + TMP_GOPATH= [2019-10-21T22:17:28.990Z] #54 6.064 + : /build [2019-10-21T22:17:28.990Z] #54 6.064 + '[' -z '' ']' [2019-10-21T22:17:28.990Z] #54 6.064 ++ mktemp -d [2019-10-21T22:17:28.990Z] #54 6.080 + export GOPATH=/tmp/tmp.KQaVJCMtUR [2019-10-21T22:17:28.990Z] #54 6.080 + GOPATH=/tmp/tmp.KQaVJCMtUR [2019-10-21T22:17:28.990Z] #54 6.080 + RM_GOPATH=1 [2019-10-21T22:17:28.990Z] #54 6.081 ++ dirname ./install.sh [2019-10-21T22:17:28.990Z] #54 6.083 + dir=. [2019-10-21T22:17:28.990Z] #54 6.083 + bin=runc [2019-10-21T22:17:28.990Z] #54 6.083 + shift [2019-10-21T22:17:28.990Z] #54 6.083 + '[' '!' -f ./runc.installer ']' [2019-10-21T22:17:28.990Z] #54 6.083 + . ./runc.installer [2019-10-21T22:17:28.990Z] #54 6.084 ++ : 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-10-21T22:17:28.990Z] #54 6.087 + install_runc [2019-10-21T22:17:28.990Z] #54 6.088 + uname -r [2019-10-21T22:17:28.990Z] #54 6.090 + grep -q '^3\.10\.0.*\.el7\.' [2019-10-21T22:17:28.990Z] #54 6.096 Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux ) [2019-10-21T22:17:28.990Z] #54 6.096 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-10-21T22:17:28.990Z] #54 6.096 + echo 'Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux )' [2019-10-21T22:17:28.990Z] #54 6.096 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.KQaVJCMtUR/src/github.com/opencontainers/runc [2019-10-21T22:17:28.990Z] #54 6.100 Cloning into '/tmp/tmp.KQaVJCMtUR/src/github.com/opencontainers/runc'... [2019-10-21T22:17:28.999Z] ok github.com/docker/docker/builder/remotecontext 0.309s coverage: 13.6% of statements [2019-10-21T22:17:29.569Z] ok github.com/docker/docker/builder/remotecontext/git 3.229s coverage: 85.1% of statements [2019-10-21T22:17:29.581Z] #6 40.49 go: finding github.com/containerd/fifo v0.0.0-20190226154929-a9fb20d87448 [2019-10-21T22:17:30.140Z] ok github.com/docker/docker/builder/dockerfile 1.029s coverage: 48.2% of statements [2019-10-21T22:17:30.140Z] ? github.com/docker/docker/cli [no test files] [2019-10-21T22:17:30.140Z] ? github.com/docker/docker/cli/config [no test files] [2019-10-21T22:17:30.211Z] #6 41.02 go: finding github.com/tonistiigi/fsutil v0.0.0-20190819224149-3d2716dd0a4d [2019-10-21T22:17:30.841Z] #6 41.43 go: finding golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 [2019-10-21T22:17:30.921Z] #54 ... [2019-10-21T22:17:30.921Z] [2019-10-21T22:17:30.921Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-21T22:17:30.921Z] #33 8.077 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-21T22:17:30.921Z] #33 8.078 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-21T22:17:30.921Z] #33 8.119 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-21T22:17:30.921Z] #33 8.151 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-21T22:17:30.921Z] #33 8.155 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-21T22:17:30.921Z] #33 8.817 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [500 kB] [2019-10-21T22:17:31.130Z] #6 41.83 go: finding gotest.tools v2.2.0+incompatible [2019-10-21T22:17:31.185Z] #33 ... [2019-10-21T22:17:31.185Z] [2019-10-21T22:17:31.185Z] #56 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-21T22:17:31.185Z] #56 9.120 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-21T22:17:31.185Z] #56 9.121 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-21T22:17:31.185Z] #56 9.170 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-21T22:17:31.185Z] #56 9.181 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-21T22:17:31.185Z] #56 9.381 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-21T22:17:31.185Z] #56 10.19 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [500 kB] [2019-10-21T22:17:31.185Z] #56 ... [2019-10-21T22:17:31.185Z] [2019-10-21T22:17:31.185Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-21T22:17:31.185Z] #24 6.495 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-21T22:17:31.185Z] #24 6.496 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-21T22:17:31.185Z] #24 6.586 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-21T22:17:31.185Z] #24 6.592 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-21T22:17:31.185Z] #24 6.649 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-21T22:17:31.185Z] #24 7.289 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [500 kB] [2019-10-21T22:17:31.185Z] #24 8.733 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-10-21T22:17:31.185Z] #24 9.654 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-10-21T22:17:31.447Z] #24 ... [2019-10-21T22:17:31.447Z] [2019-10-21T22:17:31.447Z] #50 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:17:31.447Z] #50 7.862 + RM_GOPATH=0 [2019-10-21T22:17:31.447Z] #50 7.862 + TMP_GOPATH= [2019-10-21T22:17:31.447Z] #50 7.862 + : /build [2019-10-21T22:17:31.447Z] #50 7.862 + '[' -z '' ']' [2019-10-21T22:17:31.447Z] #50 7.863 ++ mktemp -d [2019-10-21T22:17:31.447Z] #50 7.868 + export GOPATH=/tmp/tmp.vlKehj9TYl [2019-10-21T22:17:31.447Z] #50 7.868 + GOPATH=/tmp/tmp.vlKehj9TYl [2019-10-21T22:17:31.447Z] #50 7.869 + RM_GOPATH=1 [2019-10-21T22:17:31.447Z] #50 7.870 ++ dirname ./install.sh [2019-10-21T22:17:31.447Z] #50 7.873 + dir=. [2019-10-21T22:17:31.447Z] #50 7.873 + bin=golangci_lint [2019-10-21T22:17:31.447Z] #50 7.873 + shift [2019-10-21T22:17:31.447Z] #50 7.873 + '[' '!' -f ./golangci_lint.installer ']' [2019-10-21T22:17:31.447Z] #50 7.873 + . ./golangci_lint.installer [2019-10-21T22:17:31.447Z] #50 7.873 ++ : v1.20.0 [2019-10-21T22:17:31.447Z] #50 7.873 + install_golangci_lint [2019-10-21T22:17:31.447Z] #50 7.880 + echo 'Installing golangci-lint version v1.20.0' [2019-10-21T22:17:31.447Z] #50 7.880 Installing golangci-lint version v1.20.0 [2019-10-21T22:17:31.447Z] #50 7.880 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2019-10-21T22:17:31.447Z] #50 ... [2019-10-21T22:17:31.447Z] [2019-10-21T22:17:31.447Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T22:17:31.447Z] #31 8.022 + RM_GOPATH=0 [2019-10-21T22:17:31.447Z] #31 8.029 + TMP_GOPATH= [2019-10-21T22:17:31.447Z] #31 8.029 + : /build [2019-10-21T22:17:31.447Z] #31 8.029 + '[' -z '' ']' [2019-10-21T22:17:31.447Z] #31 8.032 ++ mktemp -d [2019-10-21T22:17:31.447Z] #31 8.035 + export GOPATH=/tmp/tmp.N6f3qowzBF [2019-10-21T22:17:31.447Z] #31 8.035 + GOPATH=/tmp/tmp.N6f3qowzBF [2019-10-21T22:17:31.447Z] #31 8.035 + RM_GOPATH=1 [2019-10-21T22:17:31.447Z] #31 8.035 ++ dirname ./install.sh [2019-10-21T22:17:31.447Z] #31 8.040 + dir=. [2019-10-21T22:17:31.447Z] #31 8.043 + bin=tomlv [2019-10-21T22:17:31.447Z] #31 8.043 + shift [2019-10-21T22:17:31.447Z] #31 8.043 + '[' '!' -f ./tomlv.installer ']' [2019-10-21T22:17:31.447Z] #31 8.044 + . ./tomlv.installer [2019-10-21T22:17:31.447Z] #31 8.044 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-21T22:17:31.447Z] #31 8.044 + install_tomlv [2019-10-21T22:17:31.447Z] #31 8.044 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-10-21T22:17:31.447Z] #31 8.045 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-21T22:17:31.447Z] #31 8.045 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.N6f3qowzBF/src/github.com/BurntSushi/toml [2019-10-21T22:17:31.447Z] #31 8.046 Cloning into '/tmp/tmp.N6f3qowzBF/src/github.com/BurntSushi/toml'... [2019-10-21T22:17:31.447Z] #31 9.391 + cd /tmp/tmp.N6f3qowzBF/src/github.com/BurntSushi/toml [2019-10-21T22:17:31.447Z] #31 9.392 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-21T22:17:31.447Z] #31 9.420 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-10-21T22:17:31.447Z] #31 10.29 internal/cpu [2019-10-21T22:17:31.447Z] #31 10.33 runtime/internal/atomic [2019-10-21T22:17:31.708Z] #31 ... [2019-10-21T22:17:31.708Z] [2019-10-21T22:17:31.708Z] #62 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:17:31.708Z] #62 7.656 + RM_GOPATH=0 [2019-10-21T22:17:31.708Z] #62 7.656 + TMP_GOPATH= [2019-10-21T22:17:31.708Z] #62 7.656 + : /build/ [2019-10-21T22:17:31.708Z] #62 7.656 + '[' -z '' ']' [2019-10-21T22:17:31.708Z] #62 7.656 ++ mktemp -d [2019-10-21T22:17:31.708Z] #62 7.656 + export GOPATH=/tmp/tmp.q0c7jVGuNU [2019-10-21T22:17:31.708Z] #62 7.656 + GOPATH=/tmp/tmp.q0c7jVGuNU [2019-10-21T22:17:31.708Z] #62 7.656 + RM_GOPATH=1 [2019-10-21T22:17:31.708Z] #62 7.656 ++ dirname ./install.sh [2019-10-21T22:17:31.708Z] #62 7.656 + dir=. [2019-10-21T22:17:31.708Z] #62 7.656 + bin=rootlesskit [2019-10-21T22:17:31.708Z] #62 7.656 + shift [2019-10-21T22:17:31.708Z] #62 7.656 + '[' '!' -f ./rootlesskit.installer ']' [2019-10-21T22:17:31.708Z] #62 7.656 + . ./rootlesskit.installer [2019-10-21T22:17:31.708Z] #62 7.656 ++ : 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-21T22:17:31.708Z] #62 7.657 + install_rootlesskit [2019-10-21T22:17:31.708Z] #62 7.659 + case "$1" in [2019-10-21T22:17:31.708Z] #62 7.660 + export CGO_ENABLED=0 [2019-10-21T22:17:31.708Z] #62 7.664 + CGO_ENABLED=0 [2019-10-21T22:17:31.708Z] #62 7.664 + _install_rootlesskit [2019-10-21T22:17:31.708Z] #62 7.664 + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-10-21T22:17:31.708Z] #62 7.665 Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-21T22:17:31.708Z] #62 7.666 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.q0c7jVGuNU/src/github.com/rootless-containers/rootlesskit [2019-10-21T22:17:31.708Z] #62 7.668 Cloning into '/tmp/tmp.q0c7jVGuNU/src/github.com/rootless-containers/rootlesskit'... [2019-10-21T22:17:31.708Z] #62 ... [2019-10-21T22:17:31.708Z] [2019-10-21T22:17:31.708Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-21T22:17:31.708Z] #38 7.811 + mktemp -d [2019-10-21T22:17:31.708Z] #38 7.821 + export GOPATH=/tmp/tmp.Cd3CKTcHdV [2019-10-21T22:17:31.708Z] #38 7.822 + git clone https://github.com/docker/distribution.git /tmp/tmp.Cd3CKTcHdV/src/github.com/docker/distribution [2019-10-21T22:17:31.708Z] #38 7.823 Cloning into '/tmp/tmp.Cd3CKTcHdV/src/github.com/docker/distribution'... [2019-10-21T22:17:31.760Z] #6 42.59 go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 [2019-10-21T22:17:31.965Z] #38 ... [2019-10-21T22:17:31.965Z] [2019-10-21T22:17:31.965Z] #68 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T22:17:31.965Z] #68 7.612 + RM_GOPATH=0 [2019-10-21T22:17:31.965Z] #68 7.612 + TMP_GOPATH= [2019-10-21T22:17:31.965Z] #68 7.612 + : /build [2019-10-21T22:17:31.965Z] #68 7.612 + '[' -z '' ']' [2019-10-21T22:17:31.965Z] #68 7.615 ++ mktemp -d [2019-10-21T22:17:31.965Z] #68 7.617 + export GOPATH=/tmp/tmp.slNEIvsHgF [2019-10-21T22:17:31.965Z] #68 7.618 + GOPATH=/tmp/tmp.slNEIvsHgF [2019-10-21T22:17:31.965Z] #68 7.618 + RM_GOPATH=1 [2019-10-21T22:17:31.965Z] #68 7.619 ++ dirname ./install.sh [2019-10-21T22:17:31.965Z] #68 7.621 + dir=. [2019-10-21T22:17:31.965Z] #68 7.625 + bin=proxy [2019-10-21T22:17:31.965Z] #68 7.625 + shift [2019-10-21T22:17:31.965Z] #68 7.626 + '[' '!' -f ./proxy.installer ']' [2019-10-21T22:17:31.965Z] #68 7.626 + . ./proxy.installer [2019-10-21T22:17:31.965Z] #68 7.626 ++ : 0025177e3dabbe0de151be0957dcaff149d43536 [2019-10-21T22:17:31.965Z] #68 7.629 + install_proxy [2019-10-21T22:17:31.965Z] #68 7.629 + case "$1" in [2019-10-21T22:17:31.965Z] #68 7.629 + export CGO_ENABLED=0 [2019-10-21T22:17:31.965Z] #68 7.629 + CGO_ENABLED=0 [2019-10-21T22:17:31.965Z] #68 7.629 + _install_proxy [2019-10-21T22:17:31.965Z] #68 7.629 + echo 'Install docker-proxy version 0025177e3dabbe0de151be0957dcaff149d43536' [2019-10-21T22:17:31.965Z] #68 7.629 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.slNEIvsHgF/src/github.com/docker/libnetwork [2019-10-21T22:17:31.965Z] #68 7.629 Install docker-proxy version 0025177e3dabbe0de151be0957dcaff149d43536 [2019-10-21T22:17:31.965Z] #68 7.631 Cloning into '/tmp/tmp.slNEIvsHgF/src/github.com/docker/libnetwork'... [2019-10-21T22:17:31.965Z] #68 ... [2019-10-21T22:17:31.965Z] [2019-10-21T22:17:31.965Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T22:17:31.965Z] #40 8.879 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-21T22:17:31.965Z] #40 8.881 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-21T22:17:31.965Z] #40 8.926 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-21T22:17:31.965Z] #40 8.934 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-21T22:17:31.965Z] #40 8.967 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-21T22:17:31.965Z] #40 10.09 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [500 kB] [2019-10-21T22:17:32.223Z] #40 ... [2019-10-21T22:17:32.223Z] [2019-10-21T22:17:32.223Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T22:17:32.223Z] #31 10.58 runtime/internal/sys [2019-10-21T22:17:32.223Z] #31 10.86 runtime/internal/math [2019-10-21T22:17:32.223Z] #31 10.92 internal/bytealg [2019-10-21T22:17:32.391Z] #6 43.03 go: finding github.com/gogo/protobuf v1.2.0 [2019-10-21T22:17:32.391Z] #6 43.10 go: finding github.com/containerd/continuity v0.0.0-20190827140505-75bee3e2ccb6 [2019-10-21T22:17:32.481Z] #31 11.01 math/bits [2019-10-21T22:17:32.739Z] #31 11.57 runtime [2019-10-21T22:17:32.997Z] #31 11.74 math [2019-10-21T22:17:33.918Z] #6 44.42 go: finding github.com/jinzhu/now v1.0.0 [2019-10-21T22:17:34.959Z] #6 45.71 go: finding github.com/tonistiigi/vt100 v0.0.0-20190402012908-ad4c4a574305 [2019-10-21T22:17:35.420Z] ok github.com/docker/docker/client 0.331s coverage: 75.8% of statements [2019-10-21T22:17:36.015Z] #6 46.60 go: finding github.com/onsi/gomega v1.4.3 [2019-10-21T22:17:37.067Z] #6 47.74 go: finding github.com/gogo/googleapis v1.1.0 [2019-10-21T22:17:37.346Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-10-21T22:17:37.346Z] [2019-10-21T22:17:37.346Z] [2019-10-21T22:17:37.346Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2019-10-21T22:17:37.346Z] [2019-10-21T22:17:37.346Z] No new tests added to integration. [2019-10-21T22:17:37.346Z] [2019-10-21T22:17:37.346Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-21T22:17:37.346Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-21T22:17:37.346Z] [2019-10-21T22:17:37.346Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-21T22:17:37.356Z] #6 47.95 go: finding github.com/imdario/mergo v0.3.7 [2019-10-21T22:17:37.911Z] PKG_CONFIG=pkg-config [2019-10-21T22:17:37.911Z] GOLANG_VERSION=1.13.3 [2019-10-21T22:17:37.911Z] PKG_CONFIG=pkg-config [2019-10-21T22:17:37.911Z] GOLANG_VERSION=1.13.3 [2019-10-21T22:17:37.911Z] HOSTNAME=4458840da7c3 [2019-10-21T22:17:37.911Z] KEEPBUNDLE=1 [2019-10-21T22:17:37.911Z] container=docker [2019-10-21T22:17:37.911Z] TEST_SKIP_INTEGRATION=1 [2019-10-21T22:17:37.911Z] GO111MODULE=off [2019-10-21T22:17:37.911Z] GOPATH=/go [2019-10-21T22:17:37.911Z] PWD=/go/src/github.com/docker/docker [2019-10-21T22:17:37.911Z] HOME=/root [2019-10-21T22:17:37.911Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-10-21T22:17:37.911Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-21T22:17:37.911Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-21T22:17:37.911Z] DOCKER_GITCOMMIT=3ddb4100a052aa556e78fefdf955cf0b7c374d43 [2019-10-21T22:17:37.911Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-21T22:17:37.911Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-21T22:17:37.911Z] TERM=xterm [2019-10-21T22:17:37.911Z] VALIDATE_BRANCH=master [2019-10-21T22:17:37.911Z] DEST=bundles/test-integration [2019-10-21T22:17:37.911Z] SHLVL=1 [2019-10-21T22:17:37.911Z] TIMEOUT=120m [2019-10-21T22:17:37.911Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2019-10-21T22:17:37.911Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-21T22:17:37.911Z] DOCKER_PKG=github.com/docker/docker [2019-10-21T22:17:37.911Z] TESTDEBUG=0 [2019-10-21T22:17:37.911Z] _=/usr/bin/env [2019-10-21T22:17:37.911Z] Building test suite binary ./integration-cli/test.main [2019-10-21T22:17:37.911Z] HOSTNAME=1f427f994d91 [2019-10-21T22:17:37.911Z] KEEPBUNDLE=1 [2019-10-21T22:17:37.911Z] container=docker [2019-10-21T22:17:37.911Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-10-21T22:17:37.911Z] GO111MODULE=off [2019-10-21T22:17:37.911Z] GOPATH=/go [2019-10-21T22:17:37.911Z] PWD=/go/src/github.com/docker/docker [2019-10-21T22:17:37.911Z] HOME=/root [2019-10-21T22:17:37.911Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-10-21T22:17:37.911Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-21T22:17:37.911Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-21T22:17:37.911Z] DOCKER_GITCOMMIT=3ddb4100a052aa556e78fefdf955cf0b7c374d43 [2019-10-21T22:17:37.911Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-21T22:17:37.911Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-21T22:17:37.911Z] TERM=xterm [2019-10-21T22:17:37.911Z] VALIDATE_BRANCH=master [2019-10-21T22:17:37.911Z] DEST=bundles/test-integration [2019-10-21T22:17:37.911Z] SHLVL=1 [2019-10-21T22:17:37.911Z] TIMEOUT=120m [2019-10-21T22:17:37.911Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-21T22:17:37.911Z] DOCKER_PKG=github.com/docker/docker [2019-10-21T22:17:37.911Z] TESTDEBUG=0 [2019-10-21T22:17:37.911Z] _=/usr/bin/env [2019-10-21T22:17:37.911Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-10-21T22:17:37.986Z] #6 48.58 go: finding golang.org/x/sys v0.0.0-20190303122642-d455e41777fc [2019-10-21T22:17:38.169Z] PKG_CONFIG=pkg-config [2019-10-21T22:17:38.169Z] GOLANG_VERSION=1.13.3 [2019-10-21T22:17:38.169Z] HOSTNAME=198846eb78f7 [2019-10-21T22:17:38.169Z] KEEPBUNDLE=1 [2019-10-21T22:17:38.169Z] container=docker [2019-10-21T22:17:38.169Z] TEST_SKIP_INTEGRATION=1 [2019-10-21T22:17:38.169Z] GO111MODULE=off [2019-10-21T22:17:38.169Z] GOPATH=/go [2019-10-21T22:17:38.169Z] PWD=/go/src/github.com/docker/docker [2019-10-21T22:17:38.169Z] HOME=/root [2019-10-21T22:17:38.169Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-10-21T22:17:38.169Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-21T22:17:38.169Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-21T22:17:38.169Z] DOCKER_GITCOMMIT=3ddb4100a052aa556e78fefdf955cf0b7c374d43 [2019-10-21T22:17:38.169Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-21T22:17:38.169Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-21T22:17:38.169Z] TERM=xterm [2019-10-21T22:17:38.169Z] VALIDATE_BRANCH=master [2019-10-21T22:17:38.169Z] DEST=bundles/test-integration [2019-10-21T22:17:38.169Z] SHLVL=1 [2019-10-21T22:17:38.169Z] TIMEOUT=120m [2019-10-21T22:17:38.169Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2019-10-21T22:17:38.169Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-21T22:17:38.169Z] DOCKER_PKG=github.com/docker/docker [2019-10-21T22:17:38.169Z] TESTDEBUG=0 [2019-10-21T22:17:38.169Z] _=/usr/bin/env [2019-10-21T22:17:38.169Z] Building test suite binary ./integration-cli/test.main [2019-10-21T22:17:38.268Z] #31 16.09 internal/testlog [2019-10-21T22:17:38.268Z] #31 16.28 encoding [2019-10-21T22:17:38.268Z] #31 16.47 runtime/cgo [2019-10-21T22:17:38.268Z] #31 ... [2019-10-21T22:17:38.268Z] [2019-10-21T22:17:38.268Z] #54 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:17:38.268Z] #54 15.18 + cd /tmp/tmp.KQaVJCMtUR/src/github.com/opencontainers/runc [2019-10-21T22:17:38.268Z] #54 15.18 + git checkout -q 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-10-21T22:17:38.268Z] #54 15.24 + '[' -z '' ']' [2019-10-21T22:17:38.268Z] #54 15.24 + target=static [2019-10-21T22:17:38.268Z] #54 15.24 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-10-21T22:17:38.613Z] #6 49.43 go: finding github.com/google/certificate-transparency-go v1.0.21 [2019-10-21T22:17:38.613Z] #6 49.47 go: finding github.com/golang/protobuf v1.2.0 [2019-10-21T22:17:39.199Z] #54 ... [2019-10-21T22:17:39.199Z] [2019-10-21T22:17:39.199Z] #47 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:17:39.199Z] #47 7.384 + RM_GOPATH=0 [2019-10-21T22:17:39.199Z] #47 7.384 + TMP_GOPATH= [2019-10-21T22:17:39.199Z] #47 7.384 + : /build [2019-10-21T22:17:39.199Z] #47 7.385 + '[' -z '' ']' [2019-10-21T22:17:39.199Z] #47 7.398 ++ mktemp -d [2019-10-21T22:17:39.199Z] #47 7.399 + export GOPATH=/tmp/tmp.cazDvOLaPu [2019-10-21T22:17:39.199Z] #47 7.399 + GOPATH=/tmp/tmp.cazDvOLaPu [2019-10-21T22:17:39.199Z] #47 7.399 + RM_GOPATH=1 [2019-10-21T22:17:39.199Z] #47 7.403 ++ dirname ./install.sh [2019-10-21T22:17:39.199Z] #47 7.404 + dir=. [2019-10-21T22:17:39.199Z] #47 7.404 + bin=gotestsum [2019-10-21T22:17:39.199Z] #47 7.404 + shift [2019-10-21T22:17:39.199Z] #47 7.404 + '[' '!' -f ./gotestsum.installer ']' [2019-10-21T22:17:39.199Z] #47 7.404 + . ./gotestsum.installer [2019-10-21T22:17:39.199Z] #47 7.404 ++ : v0.3.5 [2019-10-21T22:17:39.199Z] #47 7.420 Installing gotestsum version v0.3.5 [2019-10-21T22:17:39.199Z] #47 7.420 + install_gotestsum [2019-10-21T22:17:39.199Z] #47 7.420 + echo 'Installing gotestsum version v0.3.5' [2019-10-21T22:17:39.199Z] #47 7.420 + go get -d gotest.tools/gotestsum [2019-10-21T22:17:39.199Z] #47 ... [2019-10-21T22:17:39.199Z] [2019-10-21T22:17:39.199Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:17:39.199Z] #44 8.668 + cd /tmp/tmp.P8nuhWVOKn/src/github.com/LK4D4/vndr [2019-10-21T22:17:39.199Z] #44 8.669 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-21T22:17:39.199Z] #44 8.688 + go build -buildmode=pie -v -o /build/vndr . [2019-10-21T22:17:39.199Z] #44 10.39 internal/cpu [2019-10-21T22:17:39.199Z] #44 10.39 runtime/internal/atomic [2019-10-21T22:17:39.199Z] #44 10.72 runtime/internal/sys [2019-10-21T22:17:39.199Z] #44 11.01 runtime/internal/math [2019-10-21T22:17:39.199Z] #44 11.02 internal/bytealg [2019-10-21T22:17:39.199Z] #44 11.16 internal/race [2019-10-21T22:17:39.199Z] #44 11.25 sync/atomic [2019-10-21T22:17:39.199Z] #44 11.54 unicode [2019-10-21T22:17:39.199Z] #44 11.96 runtime [2019-10-21T22:17:39.199Z] #44 15.01 unicode/utf8 [2019-10-21T22:17:39.199Z] #44 15.63 math [2019-10-21T22:17:40.107Z] #6 50.68 go: finding github.com/davecgh/go-spew v1.1.0 [2019-10-21T22:17:40.107Z] #6 50.92 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2019-10-21T22:17:40.130Z] #44 18.78 unicode/utf16 [2019-10-21T22:17:40.130Z] #44 ... [2019-10-21T22:17:40.130Z] [2019-10-21T22:17:40.130Z] #54 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:17:40.130Z] #54 17.22 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-21T22:17:42.027Z] #54 ... [2019-10-21T22:17:42.027Z] [2019-10-21T22:17:42.027Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-21T22:17:42.027Z] #33 11.06 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-10-21T22:17:42.027Z] #33 11.88 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-10-21T22:17:42.169Z] #6 52.54 go: finding golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a [2019-10-21T22:17:42.169Z] #6 52.87 go: finding github.com/kr/text v0.1.0 [2019-10-21T22:17:42.285Z] #33 ... [2019-10-21T22:17:42.285Z] [2019-10-21T22:17:42.285Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-21T22:17:42.285Z] #38 20.84 + cd /tmp/tmp.Cd3CKTcHdV/src/github.com/docker/distribution [2019-10-21T22:17:42.285Z] #38 20.84 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-10-21T22:17:42.849Z] #38 ... [2019-10-21T22:17:42.849Z] [2019-10-21T22:17:42.849Z] #62 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:17:42.849Z] #62 11.45 + cd /tmp/tmp.q0c7jVGuNU/src/github.com/rootless-containers/rootlesskit [2019-10-21T22:17:42.849Z] #62 11.45 + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-21T22:17:42.849Z] #62 11.86 + for f in rootlesskit rootlesskit-docker-proxy [2019-10-21T22:17:42.849Z] #62 11.86 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-10-21T22:17:42.849Z] #62 ... [2019-10-21T22:17:42.849Z] [2019-10-21T22:17:42.849Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T22:17:42.849Z] #40 11.88 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-10-21T22:17:42.849Z] #40 12.78 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-10-21T22:17:43.107Z] #40 ... [2019-10-21T22:17:43.107Z] [2019-10-21T22:17:43.107Z] #56 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-21T22:17:43.107Z] #56 11.99 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-10-21T22:17:43.107Z] #56 12.89 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-10-21T22:17:43.107Z] #56 ... [2019-10-21T22:17:43.107Z] [2019-10-21T22:17:43.107Z] #68 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T22:17:43.107Z] #68 21.56 + cd /tmp/tmp.slNEIvsHgF/src/github.com/docker/libnetwork [2019-10-21T22:17:43.107Z] #68 21.56 + git checkout -q 0025177e3dabbe0de151be0957dcaff149d43536 [2019-10-21T22:17:43.364Z] #68 22.12 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-10-21T22:17:43.664Z] #6 54.15 go: finding github.com/onsi/ginkgo v1.7.0 [2019-10-21T22:17:45.160Z] #6 55.78 go: finding github.com/gogo/protobuf v1.0.0 [2019-10-21T22:17:45.450Z] #6 56.11 go: finding github.com/docker/docker v0.0.0-20180531152204-71cd53e4a197 [2019-10-21T22:17:45.752Z] #6 56.53 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2019-10-21T22:17:45.752Z] #6 56.56 go: finding github.com/containerd/containerd v1.2.4 [2019-10-21T22:17:45.752Z] #6 56.60 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2019-10-21T22:17:46.043Z] #6 56.67 go: finding github.com/opencontainers/runc v1.0.0-rc8 [2019-10-21T22:17:46.043Z] #6 56.72 go: finding github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 [2019-10-21T22:17:46.043Z] #6 56.73 go: finding github.com/go-sql-driver/mysql v1.4.1 [2019-10-21T22:17:46.043Z] #6 56.86 go: finding github.com/opentracing/opentracing-go v0.0.0-20171003133519-1361b9cd60be [2019-10-21T22:17:46.043Z] #6 56.89 go: finding github.com/containerd/continuity v0.0.0-20181001140422-bd77b46c8352 [2019-10-21T22:17:46.332Z] #6 56.93 go: finding github.com/onsi/ginkgo v1.6.0 [2019-10-21T22:17:46.332Z] #6 57.02 go: finding github.com/containerd/go-cni v0.0.0-20190610170741-5a4663dad645 [2019-10-21T22:17:46.962Z] #6 57.70 go: finding github.com/stretchr/objx v0.1.1 [2019-10-21T22:17:48.041Z] #6 58.52 go: finding gopkg.in/inf.v0 v0.9.1 [2019-10-21T22:17:48.041Z] #6 58.65 go: finding github.com/vishvananda/netlink v1.0.0 [2019-10-21T22:17:48.329Z] #6 59.15 go: finding golang.org/x/text v0.3.0 [2019-10-21T22:17:48.329Z] #6 59.18 go: finding github.com/coreos/go-etcd v2.0.0+incompatible [2019-10-21T22:17:48.619Z] #6 59.30 go: finding github.com/json-iterator/go v1.1.6 [2019-10-21T22:17:48.619Z] #6 59.35 go: finding golang.org/x/crypto v0.0.0-20190129210102-0709b304e793 [2019-10-21T22:17:48.619Z] #6 59.49 go: finding github.com/docker/go-units v0.3.1 [2019-10-21T22:17:48.632Z] #68 ... [2019-10-21T22:17:48.632Z] [2019-10-21T22:17:48.632Z] #50 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:17:48.632Z] #50 24.62 + cd /tmp/tmp.vlKehj9TYl/src/github.com/golangci/golangci-lint/ [2019-10-21T22:17:48.632Z] #50 24.62 + git checkout -q v1.20.0 [2019-10-21T22:17:48.632Z] #50 25.44 ++ git describe --tags [2019-10-21T22:17:48.632Z] #50 25.45 + version=v1.20.0 [2019-10-21T22:17:48.632Z] #50 25.45 ++ git rev-parse --short HEAD [2019-10-21T22:17:48.632Z] #50 25.45 + commit=cc98739 [2019-10-21T22:17:48.632Z] #50 25.45 ++ git show -s --format=%cd [2019-10-21T22:17:48.632Z] #50 25.46 + commitDate='Tue Oct 8 14:38:32 2019 +0300' [2019-10-21T22:17:48.632Z] #50 25.46 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.20.0" -X "main.commit=cc98739" -X "main.date=Tue Oct 8 14:38:32 2019 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2019-10-21T22:17:48.944Z] #6 completed: 2019-10-21 22:17:48.472431012 +0000 UTC [2019-10-21T22:17:48.944Z] #6 duration: 1m21.75454238s [2019-10-21T22:17:48.944Z] [2019-10-21T22:17:48.944Z] [2019-10-21T22:17:48.944Z] #7 /bin/sh -c GOOS=${GOOS} GOARCH=${GOARCH} go build -ldflags '-X github.co... [2019-10-21T22:17:48.944Z] #7 digest: sha256:067077e6c3e8bda416265cf34b8647fb38b1de7c96bc6c5c14c376b018f697db [2019-10-21T22:17:48.944Z] #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-21T22:17:48.944Z] #7 started: 2019-10-21 22:17:48.474494603 +0000 UTC [2019-10-21T22:17:49.265Z] #6 60.11 go: finding github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc [2019-10-21T22:17:49.553Z] #6 60.25 go: finding github.com/containerd/console v0.0.0-20181022165439-0650fd9eeb50 [2019-10-21T22:17:50.182Z] #6 60.93 go: finding github.com/docker/docker v1.14.0-0.20190319215453-e7b5f7dbe98c [2019-10-21T22:17:50.182Z] #6 61.03 go: finding gopkg.in/fsnotify.v1 v1.4.7 [2019-10-21T22:17:50.473Z] #6 61.20 go: finding github.com/BurntSushi/toml v0.3.1 [2019-10-21T22:17:50.527Z] #50 ... [2019-10-21T22:17:50.527Z] [2019-10-21T22:17:50.527Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:17:50.527Z] #44 19.09 container/list [2019-10-21T22:17:50.527Z] #44 19.69 crypto/internal/subtle [2019-10-21T22:17:50.527Z] #44 19.85 crypto/subtle [2019-10-21T22:17:50.527Z] #44 20.01 vendor/golang.org/x/crypto/cryptobyte/asn1 [2019-10-21T22:17:50.527Z] #44 20.09 internal/nettrace [2019-10-21T22:17:50.527Z] #44 20.17 runtime/cgo [2019-10-21T22:17:50.527Z] #44 ... [2019-10-21T22:17:50.527Z] [2019-10-21T22:17:50.527Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-21T22:17:50.527Z] #38 23.12 + GOPATH=/tmp/tmp.Cd3CKTcHdV/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.Cd3CKTcHdV go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-10-21T22:17:50.767Z] #6 61.51 go: finding github.com/containerd/fifo v0.0.0-20180307165137-3d5202aec260 [2019-10-21T22:17:50.767Z] #6 61.51 go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 [2019-10-21T22:17:50.767Z] #6 61.58 go: finding gopkg.in/yaml.v2 v2.2.1 [2019-10-21T22:17:50.783Z] #38 ... [2019-10-21T22:17:50.784Z] [2019-10-21T22:17:50.784Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:17:50.784Z] #44 29.59 vendor/golang.org/x/crypto/curve25519 [2019-10-21T22:17:51.055Z] #6 61.60 go: finding github.com/godbus/dbus v4.1.0+incompatible [2019-10-21T22:17:51.055Z] #6 61.72 go: finding github.com/google/go-cmp v0.2.0 [2019-10-21T22:17:52.102Z] #6 62.74 go: finding github.com/docker/go-connections v0.3.0 [2019-10-21T22:17:52.157Z] #44 ... [2019-10-21T22:17:52.157Z] [2019-10-21T22:17:52.157Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-21T22:17:52.157Z] #24 20.99 Fetched 7919 kB in 15s (506 kB/s) [2019-10-21T22:17:52.157Z] #24 20.99 Reading package lists... [2019-10-21T22:17:52.157Z] #24 28.07 Reading package lists... [2019-10-21T22:17:52.157Z] #24 ... [2019-10-21T22:17:52.157Z] [2019-10-21T22:17:52.157Z] #56 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-21T22:17:52.157Z] #56 23.86 Fetched 7919 kB in 15s (502 kB/s) [2019-10-21T22:17:52.157Z] #56 23.86 Reading package lists... [2019-10-21T22:17:52.393Z] #6 63.02 go: finding k8s.io/apimachinery v0.0.0-20180621070125-103fd098999d [2019-10-21T22:17:52.393Z] #6 63.02 go: finding github.com/stretchr/testify v1.2.2 [2019-10-21T22:17:52.393Z] #6 63.20 go: finding github.com/docker/compose-on-kubernetes v0.4.19-0.20190128150448-356b2919c496 [2019-10-21T22:17:52.393Z] #6 63.21 go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 [2019-10-21T22:17:53.024Z] #6 63.76 go: finding github.com/uber/jaeger-client-go v0.0.0-20180103221425-e02c85f9069e [2019-10-21T22:17:53.314Z] #6 64.04 go: finding google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 [2019-10-21T22:17:53.603Z] #6 64.29 go: finding github.com/prometheus/common v0.0.0-20180518154759-7600349dcfe1 [2019-10-21T22:17:54.057Z] #56 30.64 Reading package lists... [2019-10-21T22:17:54.057Z] #56 ... [2019-10-21T22:17:54.057Z] [2019-10-21T22:17:54.057Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T22:17:54.057Z] #40 22.95 Fetched 7919 kB in 15s (525 kB/s) [2019-10-21T22:17:54.057Z] #40 22.95 Reading package lists... [2019-10-21T22:17:54.057Z] #40 29.40 Reading package lists... [2019-10-21T22:17:54.057Z] #40 ... [2019-10-21T22:17:54.057Z] [2019-10-21T22:17:54.057Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-21T22:17:54.057Z] #33 23.19 Fetched 7919 kB in 16s (492 kB/s) [2019-10-21T22:17:54.057Z] #33 23.19 Reading package lists... [2019-10-21T22:17:54.232Z] #6 64.87 go: finding github.com/containerd/ttrpc v0.0.0-20190411181408-699c4e40d1e7 [2019-10-21T22:17:54.521Z] #6 65.27 go: finding github.com/prometheus/client_model v0.0.0-20170216185247-6f3806018612 [2019-10-21T22:17:55.146Z] #6 65.83 go: finding github.com/hashicorp/go-version v1.1.0 [2019-10-21T22:17:55.430Z] #33 29.87 Reading package lists... [2019-10-21T22:17:55.430Z] #33 ... [2019-10-21T22:17:55.430Z] [2019-10-21T22:17:55.430Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-21T22:17:55.430Z] #24 28.07 Reading package lists... [2019-10-21T22:17:55.772Z] #6 66.52 go: finding github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c [2019-10-21T22:17:56.797Z] #6 67.50 go: finding google.golang.org/grpc v1.20.1 [2019-10-21T22:17:57.062Z] #24 34.67 Building dependency tree... [2019-10-21T22:17:57.424Z] #6 68.05 go: finding github.com/spf13/pflag v1.0.3 [2019-10-21T22:17:57.424Z] #6 68.29 go: finding github.com/Microsoft/go-winio v0.4.13-0.20190408173621-84b4ab48a507 [2019-10-21T22:17:58.049Z] #6 68.70 go: finding github.com/hashicorp/uuid v0.0.0-20160311170451-ebb0a03e909c [2019-10-21T22:17:58.436Z] #24 37.44 ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-10-21T22:17:58.436Z] #24 37.44 The following additional packages will be installed: [2019-10-21T22:17:58.436Z] #24 37.44 libjq1 libonig4 [2019-10-21T22:17:59.002Z] #24 37.81 The following NEW packages will be installed: [2019-10-21T22:17:59.002Z] #24 37.83 jq libjq1 libonig4 [2019-10-21T22:17:59.550Z] #6 70.30 go: finding github.com/bitly/go-simplejson v0.5.0 [2019-10-21T22:17:59.839Z] #6 70.71 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2019-10-21T22:17:59.935Z] #24 38.96 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2019-10-21T22:17:59.936Z] #24 38.96 Need to get 327 kB of archives. [2019-10-21T22:17:59.936Z] #24 38.96 After this operation, 1157 kB of additional disk space will be used. [2019-10-21T22:17:59.936Z] #24 38.96 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] [2019-10-21T22:17:59.936Z] #24 38.96 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] [2019-10-21T22:18:00.196Z] #24 38.96 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] [2019-10-21T22:18:00.470Z] #6 71.10 go: finding github.com/containerd/cgroups v0.0.0-20190226200435-dbea6f2bd416 [2019-10-21T22:18:00.470Z] #6 71.28 go: finding github.com/opentracing-contrib/go-stdlib v0.0.0-20171029140428-b1a47cfbdd75 [2019-10-21T22:18:00.767Z] #6 71.37 go: finding github.com/stretchr/objx v0.1.0 [2019-10-21T22:18:00.767Z] #6 71.60 go: finding github.com/golang/mock v1.1.1 [2019-10-21T22:18:01.133Z] #24 40.13 debconf: delaying package configuration, since apt-utils is not installed [2019-10-21T22:18:01.133Z] #24 ... [2019-10-21T22:18:01.133Z] [2019-10-21T22:18:01.133Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T22:18:01.133Z] #31 39.98 internal/reflectlite [2019-10-21T22:18:01.392Z] #31 39.98 sync [2019-10-21T22:18:01.986Z] ok github.com/docker/docker/cmd/dockerd 0.129s coverage: 30.3% of statements [2019-10-21T22:18:01.986Z] ok github.com/docker/docker/container 0.175s coverage: 35.3% of statements [2019-10-21T22:18:01.986Z] ? github.com/docker/docker/container/stream [no test files] [2019-10-21T22:18:01.986Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-10-21T22:18:01.986Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-10-21T22:18:01.986Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-10-21T22:18:02.264Z] #6 72.75 go: finding github.com/Microsoft/go-winio v0.4.11 [2019-10-21T22:18:02.264Z] #6 72.93 go: finding gopkg.in/gorethink/gorethink.v3 v3.0.5 [2019-10-21T22:18:02.264Z] #6 72.98 go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 [2019-10-21T22:18:02.264Z] #6 73.11 go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a [2019-10-21T22:18:02.419Z] #31 ... [2019-10-21T22:18:02.419Z] [2019-10-21T22:18:02.419Z] #68 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T22:18:02.419Z] #68 DONE 40.9s [2019-10-21T22:18:02.678Z] [2019-10-21T22:18:02.678Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-21T22:18:02.678Z] #24 40.29 Fetched 327 kB in 1s (314 kB/s) [2019-10-21T22:18:02.678Z] #24 40.51 Selecting previously unselected package libonig4:amd64. [2019-10-21T22:18:02.678Z] #24 40.51 (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-21T22:18:02.678Z] #24 40.61 Preparing to unpack .../libonig4_6.1.3-2_amd64.deb ... [2019-10-21T22:18:02.678Z] #24 40.66 Unpacking libonig4:amd64 (6.1.3-2) ... [2019-10-21T22:18:02.678Z] #24 41.27 Selecting previously unselected package libjq1:amd64. [2019-10-21T22:18:02.678Z] #24 41.28 Preparing to unpack .../libjq1_1.5+dfsg-1.3_amd64.deb ... [2019-10-21T22:18:02.678Z] #24 41.28 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... [2019-10-21T22:18:02.678Z] #24 41.68 Selecting previously unselected package jq. [2019-10-21T22:18:02.678Z] #24 41.69 Preparing to unpack .../jq_1.5+dfsg-1.3_amd64.deb ... [2019-10-21T22:18:02.678Z] #24 41.70 Unpacking jq (1.5+dfsg-1.3) ... [2019-10-21T22:18:02.890Z] #6 73.43 go: finding github.com/pkg/profile v1.2.1 [2019-10-21T22:18:03.179Z] #6 74.06 go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b [2019-10-21T22:18:03.243Z] #24 42.21 Setting up libonig4:amd64 (6.1.3-2) ... [2019-10-21T22:18:03.243Z] #24 42.23 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... [2019-10-21T22:18:03.243Z] #24 42.24 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T22:18:03.469Z] #6 74.40 go: finding golang.org/x/tools v0.0.0-20190311212946-11955173bddd [2019-10-21T22:18:03.502Z] #24 42.43 Setting up jq (1.5+dfsg-1.3) ... [2019-10-21T22:18:03.757Z] #6 74.45 go: finding github.com/opencontainers/runtime-spec v0.0.0-20180909173843-eba862dc2470 [2019-10-21T22:18:03.760Z] #24 DONE 42.7s [2019-10-21T22:18:03.760Z] [2019-10-21T22:18:03.760Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T22:18:03.760Z] #40 29.40 Reading package lists... [2019-10-21T22:18:03.760Z] #40 36.06 Building dependency tree... [2019-10-21T22:18:03.760Z] #40 38.89 The following additional packages will be installed: [2019-10-21T22:18:03.760Z] #40 38.90 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-10-21T22:18:03.760Z] #40 38.90 libprotoc10 python-pkg-resources zlib1g-dev [2019-10-21T22:18:03.760Z] #40 38.91 Suggested packages: [2019-10-21T22:18:03.760Z] #40 38.92 manpages-dev python-setuptools [2019-10-21T22:18:03.760Z] #40 40.88 The following NEW packages will be installed: [2019-10-21T22:18:03.760Z] #40 40.90 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-10-21T22:18:03.760Z] #40 40.91 libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-10-21T22:18:03.760Z] #40 40.91 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-10-21T22:18:03.760Z] #40 40.91 zlib1g-dev [2019-10-21T22:18:03.760Z] #40 42.04 0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded. [2019-10-21T22:18:03.760Z] #40 42.04 Need to get 3602 kB of archives. [2019-10-21T22:18:03.760Z] #40 42.04 After this operation, 18.9 MB of additional disk space will be used. [2019-10-21T22:18:03.760Z] #40 42.04 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] [2019-10-21T22:18:03.760Z] #40 42.04 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap-dev amd64 1:2.25-1 [29.4 kB] [2019-10-21T22:18:03.760Z] #40 42.04 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1-dev amd64 1.1.6+dfsg-3 [118 kB] [2019-10-21T22:18:03.760Z] #40 42.04 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-21T22:18:03.760Z] #40 42.09 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-21T22:18:03.760Z] #40 42.09 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] [2019-10-21T22:18:03.760Z] #40 42.09 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-21T22:18:03.760Z] #40 42.09 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-21T22:18:03.760Z] #40 42.12 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf10 amd64 3.0.0-9 [681 kB] [2019-10-21T22:18:03.760Z] #40 42.23 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-lite10 amd64 3.0.0-9 [125 kB] [2019-10-21T22:18:03.760Z] #40 42.26 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-dev amd64 3.0.0-9 [954 kB] [2019-10-21T22:18:03.760Z] #40 42.39 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotoc10 amd64 3.0.0-9 [626 kB] [2019-10-21T22:18:03.760Z] #40 42.62 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-21T22:18:03.760Z] #40 42.62 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-compiler amd64 3.0.0-9 [52.8 kB] [2019-10-21T22:18:03.760Z] #40 42.63 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB] [2019-10-21T22:18:03.760Z] #40 42.65 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-protobuf amd64 3.0.0-9 [292 kB] [2019-10-21T22:18:03.760Z] #40 ... [2019-10-21T22:18:03.760Z] [2019-10-21T22:18:03.760Z] #25 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-10-21T22:18:03.760Z] #25 DONE 0.1s [2019-10-21T22:18:03.760Z] [2019-10-21T22:18:03.760Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T22:18:04.523Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.036s coverage: 65.3% of statements [2019-10-21T22:18:04.925Z] #6 75.73 go: finding github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf [2019-10-21T22:18:05.212Z] #6 75.97 go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 [2019-10-21T22:18:05.223Z] ok github.com/docker/docker/daemon/cluster/convert 0.042s coverage: 35.8% of statements [2019-10-21T22:18:06.232Z] #6 76.89 go: finding cloud.google.com/go v0.26.0 [2019-10-21T22:18:07.043Z] #26 ... [2019-10-21T22:18:07.043Z] [2019-10-21T22:18:07.043Z] #56 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-21T22:18:07.043Z] #56 30.64 Reading package lists... [2019-10-21T22:18:07.043Z] #56 37.18 Building dependency tree... [2019-10-21T22:18:07.043Z] #56 40.11 The following additional packages will be installed: [2019-10-21T22:18:07.043Z] #56 40.11 btrfs-progs liblzo2-2 [2019-10-21T22:18:07.043Z] #56 40.48 The following NEW packages will be installed: [2019-10-21T22:18:07.043Z] #56 40.49 btrfs-progs btrfs-tools liblzo2-2 [2019-10-21T22:18:07.043Z] #56 41.63 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2019-10-21T22:18:07.043Z] #56 41.63 Need to get 649 kB of archives. [2019-10-21T22:18:07.043Z] #56 41.63 After this operation, 4320 kB of additional disk space will be used. [2019-10-21T22:18:07.043Z] #56 41.63 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-21T22:18:07.043Z] #56 41.66 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] [2019-10-21T22:18:07.043Z] #56 41.71 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] [2019-10-21T22:18:07.043Z] #56 43.63 debconf: delaying package configuration, since apt-utils is not installed [2019-10-21T22:18:07.043Z] #56 43.95 Fetched 649 kB in 1s (564 kB/s) [2019-10-21T22:18:07.043Z] #56 44.08 Selecting previously unselected package liblzo2-2:amd64. [2019-10-21T22:18:07.043Z] #56 44.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 ... 15091 files and directories currently installed.) [2019-10-21T22:18:07.043Z] #56 44.16 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-10-21T22:18:07.043Z] #56 44.18 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-10-21T22:18:07.043Z] #56 44.37 Selecting previously unselected package btrfs-progs. [2019-10-21T22:18:07.043Z] #56 44.37 Preparing to unpack .../btrfs-progs_4.7.3-1_amd64.deb ... [2019-10-21T22:18:07.043Z] #56 44.38 Unpacking btrfs-progs (4.7.3-1) ... [2019-10-21T22:18:07.043Z] #56 45.14 Selecting previously unselected package btrfs-tools. [2019-10-21T22:18:07.043Z] #56 45.16 Preparing to unpack .../btrfs-tools_4.7.3-1_amd64.deb ... [2019-10-21T22:18:07.043Z] #56 45.17 Unpacking btrfs-tools (4.7.3-1) ... [2019-10-21T22:18:07.043Z] #56 45.26 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T22:18:07.043Z] #56 45.42 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-10-21T22:18:07.044Z] #56 45.46 Setting up btrfs-progs (4.7.3-1) ... [2019-10-21T22:18:07.044Z] #56 45.48 Setting up btrfs-tools (4.7.3-1) ... [2019-10-21T22:18:07.044Z] #56 45.50 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T22:18:07.044Z] #56 DONE 45.9s [2019-10-21T22:18:07.044Z] [2019-10-21T22:18:07.044Z] #57 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-21T22:18:07.044Z] #57 DONE 0.2s [2019-10-21T22:18:07.044Z] [2019-10-21T22:18:07.044Z] #58 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-10-21T22:18:07.044Z] #58 DONE 0.1s [2019-10-21T22:18:07.044Z] [2019-10-21T22:18:07.044Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T22:18:07.044Z] #40 44.15 debconf: delaying package configuration, since apt-utils is not installed [2019-10-21T22:18:07.044Z] #40 44.30 Fetched 3602 kB in 1s (2149 kB/s) [2019-10-21T22:18:07.044Z] #40 44.45 Selecting previously unselected package libnet1:amd64. [2019-10-21T22:18:07.044Z] #40 44.45 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-10-21T22:18:07.044Z] #40 44.51 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_amd64.deb ... [2019-10-21T22:18:07.044Z] #40 44.53 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... [2019-10-21T22:18:07.044Z] #40 44.68 Selecting previously unselected package libcap-dev:amd64. [2019-10-21T22:18:07.044Z] #40 44.68 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_amd64.deb ... [2019-10-21T22:18:07.044Z] #40 44.69 Unpacking libcap-dev:amd64 (1:2.25-1) ... [2019-10-21T22:18:07.044Z] #40 44.85 Selecting previously unselected package libnet1-dev. [2019-10-21T22:18:07.044Z] #40 44.88 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_amd64.deb ... [2019-10-21T22:18:07.044Z] #40 44.89 Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-10-21T22:18:07.044Z] #40 45.15 Selecting previously unselected package libnl-3-200:amd64. [2019-10-21T22:18:07.044Z] #40 45.16 Preparing to unpack .../03-libnl-3-200_3.2.27-2_amd64.deb ... [2019-10-21T22:18:07.044Z] #40 45.17 Unpacking libnl-3-200:amd64 (3.2.27-2) ... [2019-10-21T22:18:07.044Z] #40 45.30 Selecting previously unselected package libnl-3-dev:amd64. [2019-10-21T22:18:07.044Z] #40 45.30 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_amd64.deb ... [2019-10-21T22:18:07.044Z] #40 45.31 Unpacking libnl-3-dev:amd64 (3.2.27-2) ... [2019-10-21T22:18:07.044Z] #40 45.62 Selecting previously unselected package libprotobuf-c1:amd64. [2019-10-21T22:18:07.044Z] #40 45.63 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_amd64.deb ... [2019-10-21T22:18:07.044Z] #40 45.64 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... [2019-10-21T22:18:07.044Z] #40 45.83 Selecting previously unselected package libprotobuf-c-dev:amd64. [2019-10-21T22:18:07.044Z] #40 45.83 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_amd64.deb ... [2019-10-21T22:18:07.044Z] #40 45.87 Unpacking libprotobuf-c-dev:amd64 (1.2.1-2) ... [2019-10-21T22:18:07.142Z] ok github.com/docker/docker/daemon/cluster 0.169s coverage: 0.5% of statements [2019-10-21T22:18:07.268Z] #6 77.72 go: finding github.com/theupdateframework/notary v0.6.1 [2019-10-21T22:18:07.268Z] #6 77.93 go: finding github.com/containernetworking/cni v0.6.1-0.20180218032124-142cde0c766c [2019-10-21T22:18:07.302Z] #40 46.12 Selecting previously unselected package zlib1g-dev:amd64. [2019-10-21T22:18:07.302Z] #40 46.18 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ... [2019-10-21T22:18:07.302Z] #40 46.18 Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... [2019-10-21T22:18:07.302Z] #40 ... [2019-10-21T22:18:07.302Z] [2019-10-21T22:18:07.302Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-21T22:18:07.302Z] #33 29.87 Reading package lists... [2019-10-21T22:18:07.302Z] #33 36.59 Building dependency tree... [2019-10-21T22:18:07.302Z] #33 39.61 The following additional packages will be installed: [2019-10-21T22:18:07.302Z] #33 39.63 cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-10-21T22:18:07.302Z] #33 39.65 Suggested packages: [2019-10-21T22:18:07.302Z] #33 39.65 codeblocks eclipse ninja-build lrzip [2019-10-21T22:18:07.302Z] #33 39.65 Recommended packages: [2019-10-21T22:18:07.302Z] #33 39.65 xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-10-21T22:18:07.302Z] #33 40.57 The following NEW packages will be installed: [2019-10-21T22:18:07.302Z] #33 40.60 cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-10-21T22:18:07.302Z] #33 40.60 vim-common xxd [2019-10-21T22:18:07.302Z] #33 41.74 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2019-10-21T22:18:07.302Z] #33 41.74 Need to get 13.7 MB of archives. [2019-10-21T22:18:07.302Z] #33 41.74 After this operation, 57.2 MB of additional disk space will be used. [2019-10-21T22:18:07.302Z] #33 41.74 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake-data all 3.7.2-1 [1216 kB] [2019-10-21T22:18:07.302Z] #33 41.89 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-21T22:18:07.302Z] #33 41.89 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libicu57 amd64 57.1-6+deb9u3 [7705 kB] [2019-10-21T22:18:07.302Z] #33 43.17 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxml2 amd64 2.9.4+dfsg1-2.2+deb9u2 [920 kB] [2019-10-21T22:18:07.302Z] #33 43.51 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libarchive13 amd64 3.2.2-2+deb9u1 [294 kB] [2019-10-21T22:18:07.302Z] #33 43.55 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2019-10-21T22:18:07.302Z] #33 43.56 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libuv1 amd64 1.9.1-3 [84.4 kB] [2019-10-21T22:18:07.302Z] #33 43.57 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake amd64 3.7.2-1 [3038 kB] [2019-10-21T22:18:07.302Z] #33 43.88 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] [2019-10-21T22:18:07.302Z] #33 43.90 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-21T22:18:07.302Z] #33 44.99 debconf: delaying package configuration, since apt-utils is not installed [2019-10-21T22:18:07.302Z] #33 45.19 Fetched 13.7 MB in 3s (4250 kB/s) [2019-10-21T22:18:07.302Z] #33 45.33 Selecting previously unselected package cmake-data. [2019-10-21T22:18:07.302Z] #33 45.33 (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-21T22:18:07.302Z] #33 45.37 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-10-21T22:18:07.302Z] #33 45.38 Unpacking cmake-data (3.7.2-1) ... [2019-10-21T22:18:07.560Z] #33 ... [2019-10-21T22:18:07.560Z] [2019-10-21T22:18:07.560Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T22:18:07.560Z] #40 46.50 Selecting previously unselected package libprotobuf10:amd64. [2019-10-21T22:18:07.560Z] #40 46.51 Preparing to unpack .../08-libprotobuf10_3.0.0-9_amd64.deb ... [2019-10-21T22:18:07.560Z] #40 46.52 Unpacking libprotobuf10:amd64 (3.0.0-9) ... [2019-10-21T22:18:07.581Z] #6 78.17 go: finding gotest.tools v2.1.0+incompatible [2019-10-21T22:18:08.494Z] #40 47.37 Selecting previously unselected package libprotobuf-lite10:amd64. [2019-10-21T22:18:08.494Z] #40 47.37 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_amd64.deb ... [2019-10-21T22:18:08.494Z] #40 47.37 Unpacking libprotobuf-lite10:amd64 (3.0.0-9) ... [2019-10-21T22:18:08.752Z] #40 47.57 Selecting previously unselected package libprotobuf-dev:amd64. [2019-10-21T22:18:08.752Z] #40 47.57 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_amd64.deb ... [2019-10-21T22:18:08.752Z] #40 47.58 Unpacking libprotobuf-dev:amd64 (3.0.0-9) ... [2019-10-21T22:18:09.079Z] #6 79.70 go: finding github.com/docker/go-events v0.0.0-20170721190031-9461782956ad [2019-10-21T22:18:09.079Z] #6 79.89 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2019-10-21T22:18:09.079Z] #6 79.96 go: finding github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed [2019-10-21T22:18:09.317Z] #40 ... [2019-10-21T22:18:09.317Z] [2019-10-21T22:18:09.317Z] #47 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:18:09.317Z] #47 37.59 + cd /tmp/tmp.cazDvOLaPu/src/gotest.tools/gotestsum [2019-10-21T22:18:09.317Z] #47 37.59 + git checkout -q v0.3.5 [2019-10-21T22:18:09.317Z] #47 37.64 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-10-21T22:18:09.317Z] #47 ... [2019-10-21T22:18:09.317Z] [2019-10-21T22:18:09.317Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T22:18:09.317Z] #26 4.922 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-10-21T22:18:09.317Z] #26 5.394 [2019-10-21T22:18:09.684Z] ok github.com/docker/docker/daemon/discovery 0.027s coverage: 30.0% of statements [2019-10-21T22:18:09.833Z] #26 5.780 ### 5.0% ####### 10.4% ############ 18.0% ################## [2019-10-21T22:18:09.833Z] #26 ... [2019-10-21T22:18:09.833Z] [2019-10-21T22:18:09.833Z] #28 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-21T22:18:09.833Z] #28 38.86 + cd /tmp/tmp.h77ObyAjtN/src/github.com/go-swagger/go-swagger [2019-10-21T22:18:09.833Z] #28 38.86 + git checkout -q 5793aa66d4b4112c2602c716516e24710e4adbb5 [2019-10-21T22:18:09.833Z] #28 41.14 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-10-21T22:18:09.833Z] #28 ... [2019-10-21T22:18:09.833Z] [2019-10-21T22:18:09.833Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-21T22:18:09.833Z] #33 48.95 Selecting previously unselected package liblzo2-2:amd64. [2019-10-21T22:18:09.833Z] #33 48.97 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-10-21T22:18:09.833Z] #33 48.98 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-10-21T22:18:10.093Z] #33 49.17 Selecting previously unselected package libicu57:amd64. [2019-10-21T22:18:10.093Z] #33 49.18 Preparing to unpack .../2-libicu57_57.1-6+deb9u3_amd64.deb ... [2019-10-21T22:18:10.093Z] #33 49.18 Unpacking libicu57:amd64 (57.1-6+deb9u3) ... [2019-10-21T22:18:10.625Z] ok github.com/docker/docker/daemon/config 0.118s coverage: 82.1% of statements [2019-10-21T22:18:10.885Z] ok github.com/docker/docker/daemon/events 0.088s coverage: 50.0% of statements [2019-10-21T22:18:11.819Z] #6 82.61 go: finding github.com/Microsoft/hcsshim v0.8.5 [2019-10-21T22:18:12.109Z] #6 82.88 go: finding google.golang.org/appengine v1.1.0 [2019-10-21T22:18:12.408Z] #6 83.20 go: finding github.com/sirupsen/logrus v1.0.3 [2019-10-21T22:18:12.629Z] #33 ... [2019-10-21T22:18:12.629Z] [2019-10-21T22:18:12.629Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:18:12.629Z] #44 41.00 internal/reflectlite [2019-10-21T22:18:12.629Z] #44 41.00 sync [2019-10-21T22:18:12.629Z] #44 43.34 github.com/LK4D4/vndr/godl/singleflight [2019-10-21T22:18:12.629Z] #44 43.81 math/rand [2019-10-21T22:18:12.629Z] #44 44.96 internal/singleflight [2019-10-21T22:18:12.629Z] #44 45.48 strconv [2019-10-21T22:18:12.629Z] #44 45.48 io [2019-10-21T22:18:12.629Z] #44 47.05 bytes [2019-10-21T22:18:12.629Z] #44 49.47 bufio [2019-10-21T22:18:12.629Z] #44 49.79 reflect [2019-10-21T22:18:12.629Z] #44 ... [2019-10-21T22:18:12.629Z] [2019-10-21T22:18:12.629Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T22:18:12.629Z] #26 5.780 ### 5.0% ####### 10.4% ############ 18.0% ################## 25.8% ######################## 33.4% ########################### 38.6% ################################ 45.0% ##################################### 52.1% ########################################## 58.5% ############################################## 64.7% ################################################### 71.3% ######################################################## 78.7% ############################################################# 85.4% ################################################################ 90.0% ####################################################################### 99.4% ######################################################################## 100.0% [2019-10-21T22:18:12.630Z] #26 7.848 [2019-10-21T22:18:12.630Z] #26 8.124 ################ 23.4% ############################### 43.5% ################################################# 68.5% ########################################################## 81.3% ######################################################################## 100.0% [2019-10-21T22:18:12.703Z] #6 83.62 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2019-10-21T22:18:12.794Z] ok github.com/docker/docker/daemon/graphdriver 0.014s coverage: 2.2% of statements [2019-10-21T22:18:12.887Z] #26 9.170 [2019-10-21T22:18:12.995Z] #6 83.69 go: finding golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 [2019-10-21T22:18:13.288Z] #6 84.00 go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd [2019-10-21T22:18:13.288Z] #6 84.01 go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be [2019-10-21T22:18:13.918Z] #6 84.63 go: finding github.com/hpcloud/tail v1.0.0 [2019-10-21T22:18:13.918Z] #6 84.69 go: finding github.com/opencontainers/runc v1.0.0-rc6 [2019-10-21T22:18:14.486Z] #26 9.564 ###### 9.3% ########### 16.6% ################### 26.5% ######################### 36.1% ############################### 43.7% ##################################### 52.1% ########################################## 59.7% ################################################# 68.2% ####################################################### 77.0% ############################################################# 84.9% ################################################################## 92.3% ######################################################################## 100.0% [2019-10-21T22:18:14.550Z] #6 85.35 go: finding github.com/docker/cli v0.0.0-20190321234815-f40f9c240ab0 [2019-10-21T22:18:14.550Z] #6 85.35 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2019-10-21T22:18:14.550Z] #6 85.39 go: finding github.com/kr/pty v1.1.1 [2019-10-21T22:18:14.744Z] #26 ... [2019-10-21T22:18:14.744Z] [2019-10-21T22:18:14.744Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T22:18:14.744Z] #31 43.33 errors [2019-10-21T22:18:14.744Z] #31 43.33 sort [2019-10-21T22:18:14.744Z] #31 43.82 strconv [2019-10-21T22:18:14.744Z] #31 44.64 io [2019-10-21T22:18:14.744Z] #31 45.91 internal/oserror [2019-10-21T22:18:14.744Z] #31 46.10 syscall [2019-10-21T22:18:14.744Z] #31 47.83 reflect [2019-10-21T22:18:14.744Z] #31 ... [2019-10-21T22:18:14.744Z] [2019-10-21T22:18:14.744Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T22:18:14.744Z] #40 48.80 Selecting previously unselected package libprotoc10:amd64. [2019-10-21T22:18:14.744Z] #40 48.81 Preparing to unpack .../11-libprotoc10_3.0.0-9_amd64.deb ... [2019-10-21T22:18:14.744Z] #40 48.84 Unpacking libprotoc10:amd64 (3.0.0-9) ... [2019-10-21T22:18:14.744Z] #40 49.54 Selecting previously unselected package protobuf-c-compiler. [2019-10-21T22:18:14.744Z] #40 49.55 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_amd64.deb ... [2019-10-21T22:18:14.744Z] #40 49.58 Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-10-21T22:18:14.744Z] #40 49.75 Selecting previously unselected package protobuf-compiler. [2019-10-21T22:18:14.744Z] #40 49.77 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_amd64.deb ... [2019-10-21T22:18:14.744Z] #40 49.79 Unpacking protobuf-compiler (3.0.0-9) ... [2019-10-21T22:18:14.744Z] #40 49.96 Selecting previously unselected package python-pkg-resources. [2019-10-21T22:18:14.744Z] #40 49.98 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-10-21T22:18:14.744Z] #40 50.00 Unpacking python-pkg-resources (33.1.1-1) ... [2019-10-21T22:18:14.744Z] #40 50.26 Selecting previously unselected package python-protobuf. [2019-10-21T22:18:14.744Z] #40 50.27 Preparing to unpack .../15-python-protobuf_3.0.0-9_amd64.deb ... [2019-10-21T22:18:14.744Z] #40 50.28 Unpacking python-protobuf (3.0.0-9) ... [2019-10-21T22:18:14.744Z] #40 50.80 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... [2019-10-21T22:18:14.744Z] #40 50.94 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... [2019-10-21T22:18:14.744Z] #40 50.96 Setting up python-pkg-resources (33.1.1-1) ... [2019-10-21T22:18:14.837Z] #6 85.56 go: finding honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 [2019-10-21T22:18:15.677Z] #40 ... [2019-10-21T22:18:15.677Z] [2019-10-21T22:18:15.677Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T22:18:15.677Z] #26 11.26 [2019-10-21T22:18:15.869Z] #6 86.68 go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a [2019-10-21T22:18:15.869Z] #6 86.75 go: finding github.com/client9/misspell v0.3.4 [2019-10-21T22:18:15.869Z] #6 86.80 go: finding github.com/gotestyourself/gotestyourself v2.2.0+incompatible [2019-10-21T22:18:16.080Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.013s coverage: 2.9% of statements [2019-10-21T22:18:16.163Z] #6 86.88 go: finding github.com/docker/go-metrics v0.0.0-20170502235133-d466d4f6fd96 [2019-10-21T22:18:16.647Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.518s coverage: 13.7% of statements [2019-10-21T22:18:16.795Z] #6 87.55 go: finding github.com/hashicorp/golang-lru v0.5.0 [2019-10-21T22:18:16.795Z] #6 87.59 go: finding github.com/gofrs/uuid v3.2.0+incompatible [2019-10-21T22:18:16.795Z] #6 87.62 go: finding github.com/hashicorp/go-uuid v1.0.0 [2019-10-21T22:18:17.225Z] #26 11.58 # 2.3% ## 4.1% #### 6.7% ###### 8.8% ######## 11.3% ######### 13.6% ########## 15.3% ############ 17.6% ############## 19.8% ################ 22.4% ################# 24.5% ################### 27.1% #################### 29.2% ###################### 31.6% ######################## 34.0% ########################## 36.8% ############################ 39.0% [2019-10-21T22:18:17.225Z] #26 ... [2019-10-21T22:18:17.225Z] [2019-10-21T22:18:17.225Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:18:17.225Z] #59 2.908 + RM_GOPATH=0 [2019-10-21T22:18:17.225Z] #59 2.908 + TMP_GOPATH= [2019-10-21T22:18:17.225Z] #59 2.908 + : /build [2019-10-21T22:18:17.225Z] #59 2.908 + '[' -z '' ']' [2019-10-21T22:18:17.225Z] #59 2.908 ++ mktemp -d [2019-10-21T22:18:17.225Z] #59 2.908 + export GOPATH=/tmp/tmp.5g87qUoNE3 [2019-10-21T22:18:17.225Z] #59 2.908 + GOPATH=/tmp/tmp.5g87qUoNE3 [2019-10-21T22:18:17.225Z] #59 2.908 + RM_GOPATH=1 [2019-10-21T22:18:17.225Z] #59 2.909 ++ dirname ./install.sh [2019-10-21T22:18:17.225Z] #59 2.930 + dir=. [2019-10-21T22:18:17.225Z] #59 2.930 + bin=containerd [2019-10-21T22:18:17.225Z] #59 2.931 + shift [2019-10-21T22:18:17.225Z] #59 2.931 + '[' '!' -f ./containerd.installer ']' [2019-10-21T22:18:17.225Z] #59 2.931 + . ./containerd.installer [2019-10-21T22:18:17.225Z] #59 2.931 ++ : 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-21T22:18:17.225Z] #59 2.932 + install_containerd [2019-10-21T22:18:17.225Z] #59 2.933 + echo 'Install containerd version 36cf5b690dcc00ff0f34ff7799209050c3d0c59a' [2019-10-21T22:18:17.225Z] #59 2.933 Install containerd version 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-21T22:18:17.225Z] #59 2.934 + git clone https://github.com/containerd/containerd.git /tmp/tmp.5g87qUoNE3/src/github.com/containerd/containerd [2019-10-21T22:18:17.225Z] #59 2.939 Cloning into '/tmp/tmp.5g87qUoNE3/src/github.com/containerd/containerd'... [2019-10-21T22:18:17.225Z] #59 ... [2019-10-21T22:18:17.225Z] [2019-10-21T22:18:17.225Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T22:18:18.027Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.658s coverage: 57.0% of statements [2019-10-21T22:18:19.808Z] #26 11.58 # 2.3% ## 4.1% #### 6.7% ###### 8.8% ######## 11.3% ######### 13.6% ########## 15.3% ############ 17.6% ############## 19.8% ################ 22.4% ################# 24.5% ################### 27.1% #################### 29.2% ###################### 31.6% ######################## 34.0% ########################## 36.8% ############################ 39.0% ############################# 41.1% ############################### 43.4% ################################# 46.0% ################################## 48.4% ################################### 49.5% ##################################### 51.4% ###################################### 53.7% ######################################## 56.4% ########################################## 59.0% ########################################### 60.9% ############################################# 63.3% ############################################## 65.2% ################################################ 67.4% ################################################# 69.4% ################################################### 72.1% ##################################################### 74.4% ####################################################### 77.6% ######################################################### 80.5% ########################################################### 82.9% ############################################################# 84.7% ############################################################### 88.3% ################################################################# 91.3% ################################################################### 93.6% ##################################################################### 96.4% ######################################################################## 100.0% [2019-10-21T22:18:20.066Z] #26 16.17 [2019-10-21T22:18:21.466Z] #26 17.39 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-10-21T22:18:22.046Z] #26 18.06 [2019-10-21T22:18:22.046Z] #26 18.30 ######################################################################## 100.0% [2019-10-21T22:18:22.046Z] #26 18.41 [2019-10-21T22:18:22.223Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.588s coverage: 45.9% of statements [2019-10-21T22:18:22.223Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.783s coverage: 51.0% of statements [2019-10-21T22:18:22.482Z] ok github.com/docker/docker/daemon/graphdriver/aufs 8.973s coverage: 72.5% of statements [2019-10-21T22:18:22.611Z] #26 ... [2019-10-21T22:18:22.611Z] [2019-10-21T22:18:22.611Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:18:22.611Z] #44 51.20 syscall [2019-10-21T22:18:22.611Z] #44 58.89 time [2019-10-21T22:18:22.611Z] #44 ... [2019-10-21T22:18:22.611Z] [2019-10-21T22:18:22.611Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-21T22:18:22.611Z] #33 56.73 Selecting previously unselected package libxml2:amd64. [2019-10-21T22:18:22.611Z] #33 56.75 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_amd64.deb ... [2019-10-21T22:18:22.611Z] #33 56.76 Unpacking libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... [2019-10-21T22:18:22.611Z] #33 57.70 Selecting previously unselected package libarchive13:amd64. [2019-10-21T22:18:22.611Z] #33 57.72 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_amd64.deb ... [2019-10-21T22:18:22.611Z] #33 57.76 Unpacking libarchive13:amd64 (3.2.2-2+deb9u1) ... [2019-10-21T22:18:22.611Z] #33 58.14 Selecting previously unselected package libjsoncpp1:amd64. [2019-10-21T22:18:22.611Z] #33 58.16 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_amd64.deb ... [2019-10-21T22:18:22.611Z] #33 58.18 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2019-10-21T22:18:22.611Z] #33 58.41 Selecting previously unselected package libuv1:amd64. [2019-10-21T22:18:22.611Z] #33 58.42 Preparing to unpack .../6-libuv1_1.9.1-3_amd64.deb ... [2019-10-21T22:18:22.611Z] #33 58.44 Unpacking libuv1:amd64 (1.9.1-3) ... [2019-10-21T22:18:22.611Z] #33 58.65 Selecting previously unselected package cmake. [2019-10-21T22:18:22.611Z] #33 58.65 Preparing to unpack .../7-cmake_3.7.2-1_amd64.deb ... [2019-10-21T22:18:22.611Z] #33 58.81 Unpacking cmake (3.7.2-1) ... [2019-10-21T22:18:22.875Z] #33 61.81 Selecting previously unselected package xxd. [2019-10-21T22:18:22.875Z] #33 61.84 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-10-21T22:18:22.875Z] #33 61.85 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-10-21T22:18:23.132Z] #33 62.12 Selecting previously unselected package vim-common. [2019-10-21T22:18:23.132Z] #33 62.13 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-21T22:18:23.132Z] #33 62.17 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-21T22:18:23.646Z] #33 62.52 Processing triggers for mime-support (3.60) ... [2019-10-21T22:18:23.646Z] #33 62.65 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-10-21T22:18:23.646Z] #33 62.68 Setting up libuv1:amd64 (1.9.1-3) ... [2019-10-21T22:18:23.646Z] #33 62.70 Setting up cmake-data (3.7.2-1) ... [2019-10-21T22:18:23.646Z] #33 62.72 Setting up libicu57:amd64 (57.1-6+deb9u3) ... [2019-10-21T22:18:23.646Z] #33 62.73 Setting up libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... [2019-10-21T22:18:23.646Z] #33 62.74 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T22:18:23.646Z] #33 ... [2019-10-21T22:18:23.646Z] [2019-10-21T22:18:23.646Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T22:18:23.646Z] #26 19.98 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-10-21T22:18:24.576Z] #26 20.55 [2019-10-21T22:18:24.835Z] #26 20.98 ##################################################################### 96.7% ######################################################################## 100.0% [2019-10-21T22:18:24.835Z] #26 21.08 [2019-10-21T22:18:25.018Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.518s coverage: 76.1% of statements [2019-10-21T22:18:25.018Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.038s coverage: 58.0% of statements [2019-10-21T22:18:25.018Z] ok github.com/docker/docker/daemon 12.468s coverage: 17.6% of statements [2019-10-21T22:18:25.018Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-10-21T22:18:25.018Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-10-21T22:18:25.018Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-10-21T22:18:25.018Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-10-21T22:18:25.018Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-10-21T22:18:25.767Z] #26 ... [2019-10-21T22:18:25.767Z] [2019-10-21T22:18:25.767Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T22:18:25.767Z] #31 54.26 time [2019-10-21T22:18:25.767Z] #31 61.45 internal/poll [2019-10-21T22:18:25.767Z] #31 61.74 internal/fmtsort [2019-10-21T22:18:25.767Z] #31 62.57 internal/syscall/unix [2019-10-21T22:18:25.767Z] #31 63.12 strings [2019-10-21T22:18:25.767Z] #31 63.72 os [2019-10-21T22:18:25.767Z] #31 ... [2019-10-21T22:18:25.767Z] [2019-10-21T22:18:25.767Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-21T22:18:25.767Z] #33 62.80 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-21T22:18:25.767Z] #33 62.82 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-10-21T22:18:25.767Z] #33 62.83 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2019-10-21T22:18:25.767Z] #33 62.85 Setting up libarchive13:amd64 (3.2.2-2+deb9u1) ... [2019-10-21T22:18:25.767Z] #33 62.87 Setting up cmake (3.7.2-1) ... [2019-10-21T22:18:25.767Z] #33 62.97 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T22:18:25.968Z] ok github.com/docker/docker/daemon/links 0.014s coverage: 93.0% of statements [2019-10-21T22:18:26.699Z] #33 ... [2019-10-21T22:18:26.699Z] [2019-10-21T22:18:26.699Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T22:18:26.699Z] #40 56.21 Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-10-21T22:18:26.699Z] #40 56.22 Setting up libprotobuf10:amd64 (3.0.0-9) ... [2019-10-21T22:18:26.699Z] #40 56.24 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T22:18:26.699Z] #40 56.27 Setting up python-protobuf (3.0.0-9) ... [2019-10-21T22:18:26.699Z] #40 63.00 Setting up libcap-dev:amd64 (1:2.25-1) ... [2019-10-21T22:18:26.699Z] #40 63.01 Setting up libprotobuf-c-dev:amd64 (1.2.1-2) ... [2019-10-21T22:18:26.699Z] #40 63.17 Setting up libnl-3-200:amd64 (3.2.27-2) ... [2019-10-21T22:18:26.699Z] #40 63.35 Setting up libprotobuf-lite10:amd64 (3.0.0-9) ... [2019-10-21T22:18:26.699Z] #40 63.37 Setting up libprotoc10:amd64 (3.0.0-9) ... [2019-10-21T22:18:26.699Z] #40 63.38 Setting up protobuf-c-compiler (1.2.1-2) ... [2019-10-21T22:18:26.699Z] #40 63.40 Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... [2019-10-21T22:18:26.699Z] #40 63.42 Setting up protobuf-compiler (3.0.0-9) ... [2019-10-21T22:18:26.699Z] #40 63.45 Setting up libprotobuf-dev:amd64 (3.0.0-9) ... [2019-10-21T22:18:26.699Z] #40 63.48 Setting up libnl-3-dev:amd64 (3.2.27-2) ... [2019-10-21T22:18:26.699Z] #40 63.49 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T22:18:26.699Z] #40 DONE 65.7s [2019-10-21T22:18:26.699Z] [2019-10-21T22:18:26.699Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-21T22:18:26.699Z] #33 DONE 65.7s [2019-10-21T22:18:26.699Z] [2019-10-21T22:18:26.699Z] #34 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-21T22:18:26.699Z] #34 DONE 0.1s [2019-10-21T22:18:26.699Z] [2019-10-21T22:18:26.699Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:18:26.904Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.042s coverage: 3.0% of statements [2019-10-21T22:18:26.956Z] #41 ... [2019-10-21T22:18:26.956Z] [2019-10-21T22:18:26.956Z] #35 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-10-21T22:18:26.956Z] #35 DONE 0.1s [2019-10-21T22:18:26.956Z] [2019-10-21T22:18:26.956Z] #36 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:18:28.286Z] ok github.com/docker/docker/daemon/logger 0.254s coverage: 42.7% of statements [2019-10-21T22:18:28.856Z] ok github.com/docker/docker/daemon/images 0.058s coverage: 4.9% of statements [2019-10-21T22:18:29.426Z] ok github.com/docker/docker/daemon/logger/awslogs 0.313s coverage: 77.8% of statements [2019-10-21T22:18:29.482Z] #36 ... [2019-10-21T22:18:29.482Z] [2019-10-21T22:18:29.482Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T22:18:29.482Z] #26 22.08 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-10-21T22:18:29.482Z] #26 22.24 skipping existing 1849cc453dee [2019-10-21T22:18:29.482Z] #26 22.36 [2019-10-21T22:18:29.482Z] #26 23.86 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-10-21T22:18:29.482Z] #26 24.55 [2019-10-21T22:18:29.482Z] #26 24.89 ######################################################################## 100.0% [2019-10-21T22:18:29.482Z] #26 25.05 [2019-10-21T22:18:29.482Z] #26 25.13 Download of images into '/build' complete. [2019-10-21T22:18:29.482Z] #26 25.13 Use something like the following to load the result into a Docker daemon: [2019-10-21T22:18:29.482Z] #26 25.13 tar -cC '/build' . | docker load [2019-10-21T22:18:29.482Z] #26 DONE 25.3s [2019-10-21T22:18:29.482Z] [2019-10-21T22:18:29.482Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T22:18:29.482Z] #31 66.79 path [2019-10-21T22:18:29.482Z] #31 67.36 text/tabwriter [2019-10-21T22:18:29.686Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.964s coverage: 57.2% of statements [2019-10-21T22:18:29.686Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-10-21T22:18:29.686Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-10-21T22:18:29.686Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-10-21T22:18:29.686Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-10-21T22:18:29.686Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-10-21T22:18:29.686Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-10-21T22:18:29.739Z] #31 68.50 fmt [2019-10-21T22:18:29.739Z] #31 68.51 path/filepath [2019-10-21T22:18:29.946Z] ok github.com/docker/docker/daemon/logger/gelf 0.017s coverage: 68.2% of statements [2019-10-21T22:18:30.205Z] ok github.com/docker/docker/daemon/logger/journald 0.042s coverage: 26.2% of statements [2019-10-21T22:18:30.466Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.022s coverage: 88.3% of statements [2019-10-21T22:18:30.990Z] #7 completed: 2019-10-21 22:18:29.347776118 +0000 UTC [2019-10-21T22:18:30.991Z] #7 duration: 40.873281515s [2019-10-21T22:18:30.991Z] [2019-10-21T22:18:30.991Z] [2019-10-21T22:18:30.991Z] #8 exporting to image [2019-10-21T22:18:30.991Z] #8 digest: sha256:810bc37cc34c6b369bde8b836d556571daa8b64b8bee93dea4b8ef59579afe7f [2019-10-21T22:18:30.991Z] #8 name: "exporting to image" [2019-10-21T22:18:30.991Z] #8 started: 2019-10-21 22:18:29.373819548 +0000 UTC [2019-10-21T22:18:30.991Z] #8 exporting layers [2019-10-21T22:18:31.406Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.053s coverage: 62.1% of statements [2019-10-21T22:18:31.975Z] ok github.com/docker/docker/daemon/logger/local 0.029s coverage: 74.7% of statements [2019-10-21T22:18:31.975Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-10-21T22:18:32.234Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.048s coverage: 19.9% of statements [2019-10-21T22:18:32.264Z] #31 71.11 io/ioutil [2019-10-21T22:18:32.802Z] ok github.com/docker/docker/daemon/logger/templates 0.018s coverage: 8.3% of statements [2019-10-21T22:18:33.372Z] ok github.com/docker/docker/daemon/logger/syslog 0.018s coverage: 47.8% of statements [2019-10-21T22:18:33.637Z] #31 ... [2019-10-21T22:18:33.637Z] [2019-10-21T22:18:33.637Z] #36 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:18:33.637Z] #36 4.681 + RM_GOPATH=0 [2019-10-21T22:18:33.637Z] #36 4.681 + TMP_GOPATH= [2019-10-21T22:18:33.637Z] #36 4.681 + : /build [2019-10-21T22:18:33.637Z] #36 4.681 + '[' -z '' ']' [2019-10-21T22:18:33.637Z] #36 4.681 ++ mktemp -d [2019-10-21T22:18:33.637Z] #36 4.681 + export GOPATH=/tmp/tmp.goTWBwoInI [2019-10-21T22:18:33.637Z] #36 4.681 + GOPATH=/tmp/tmp.goTWBwoInI [2019-10-21T22:18:33.637Z] #36 4.681 + RM_GOPATH=1 [2019-10-21T22:18:33.637Z] #36 4.722 ++ dirname ./install.sh [2019-10-21T22:18:33.637Z] #36 4.740 + dir=. [2019-10-21T22:18:33.637Z] #36 4.741 + bin=tini [2019-10-21T22:18:33.637Z] #36 4.741 + shift [2019-10-21T22:18:33.637Z] #36 4.741 + '[' '!' -f ./tini.installer ']' [2019-10-21T22:18:33.637Z] #36 4.741 + . ./tini.installer [2019-10-21T22:18:33.637Z] #36 4.742 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-21T22:18:33.637Z] #36 4.743 + install_tini [2019-10-21T22:18:33.637Z] #36 4.743 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-10-21T22:18:33.637Z] #36 4.743 + git clone https://github.com/krallin/tini.git /tmp/tmp.goTWBwoInI/tini [2019-10-21T22:18:33.637Z] #36 4.743 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-21T22:18:33.637Z] #36 4.751 Cloning into '/tmp/tmp.goTWBwoInI/tini'... [2019-10-21T22:18:33.637Z] #36 6.223 + cd /tmp/tmp.goTWBwoInI/tini [2019-10-21T22:18:33.637Z] #36 6.224 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-21T22:18:33.637Z] #36 6.337 + cmake . [2019-10-21T22:18:33.637Z] #36 ... [2019-10-21T22:18:33.637Z] [2019-10-21T22:18:33.637Z] #27 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-21T22:18:33.637Z] #27 DONE 1.9s [2019-10-21T22:18:33.895Z] [2019-10-21T22:18:33.895Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:18:33.895Z] #41 6.060 Note: Building without setproctitle() and strlcpy() support. [2019-10-21T22:18:33.895Z] #41 6.060 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-10-21T22:18:33.942Z] ok github.com/docker/docker/daemon/network 0.066s coverage: 63.8% of statements [2019-10-21T22:18:34.460Z] #41 7.739 fatal: Not a git repository (or any of the parent directories): .git [2019-10-21T22:18:34.512Z] ok github.com/docker/docker/daemon/logger/splunk 1.861s coverage: 82.5% of statements [2019-10-21T22:18:34.512Z] ? github.com/docker/docker/daemon/names [no test files] [2019-10-21T22:18:34.512Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-10-21T22:18:34.718Z] #41 7.829 GEN .gitid [2019-10-21T22:18:34.718Z] #41 7.832 GEN criu/include/version.h [2019-10-21T22:18:34.718Z] #41 7.881 GEN include/common/asm [2019-10-21T22:18:35.895Z] ok github.com/docker/docker/distribution/metadata 0.108s coverage: 48.2% of statements [2019-10-21T22:18:36.417Z] #8 completed: 2019-10-21 22:18:35.851535181 +0000 UTC [2019-10-21T22:18:36.417Z] #8 duration: 6.477715633s [2019-10-21T22:18:36.417Z] #8 exporting layers 6.5s done [2019-10-21T22:18:36.417Z] #8 writing image sha256:225ff26cbd0499d42b91d34382cac924de93570aa1309fb7e672a49d4a451161 done [2019-10-21T22:18:36.417Z] #8 naming to docker.io/library/moby-buildx:v0.3.0 done [2019-10-21T22:18:36.417Z] [2019-10-21T22:18:36.417Z] 56e6c1b677bb208c865af20617b4dd19aba62d1c7a45a3e55b84b3c7d8bea9d8 [2019-10-21T22:18:36.417Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR=cdn-fastly.deb.debian.org -t docker:3ddb4100a052aa556e78fefdf955cf0b7c374d43 . [2019-10-21T22:18:36.417Z] #1 [internal] booting buildkit [2019-10-21T22:18:36.465Z] ok github.com/docker/docker/errdefs 0.047s coverage: 49.4% of statements [2019-10-21T22:18:36.616Z] #41 9.593 PBCC images/google/protobuf/descriptor.pb-c.c [2019-10-21T22:18:36.616Z] #41 ... [2019-10-21T22:18:36.616Z] [2019-10-21T22:18:36.616Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:18:36.616Z] #44 65.08 os [2019-10-21T22:18:36.616Z] #44 65.63 strings [2019-10-21T22:18:36.616Z] #44 69.34 regexp/syntax [2019-10-21T22:18:36.616Z] #44 71.41 fmt [2019-10-21T22:18:36.616Z] #44 ... [2019-10-21T22:18:36.616Z] [2019-10-21T22:18:36.616Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:18:36.616Z] #41 9.647 PBCC images/opts.pb-c.c [2019-10-21T22:18:36.616Z] #41 9.704 PBCC images/sit.pb-c.c [2019-10-21T22:18:36.616Z] #41 9.744 DEP images/google/protobuf/descriptor.pb-c.d [2019-10-21T22:18:36.616Z] #41 9.822 DEP images/opts.pb-c.d [2019-10-21T22:18:36.616Z] #41 9.890 DEP images/sit.pb-c.d [2019-10-21T22:18:36.725Z] ok github.com/docker/docker/distribution 0.371s coverage: 22.1% of statements [2019-10-21T22:18:36.725Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-10-21T22:18:36.836Z] #1 pulling image moby/buildkit:buildx-stable-1 [2019-10-21T22:18:36.874Z] #41 9.993 PBCC images/macvlan.pb-c.c [2019-10-21T22:18:36.874Z] #41 10.06 DEP images/macvlan.pb-c.d [2019-10-21T22:18:36.874Z] #41 10.10 PBCC images/autofs.pb-c.c [2019-10-21T22:18:36.874Z] #41 10.13 DEP images/autofs.pb-c.d [2019-10-21T22:18:36.874Z] #41 10.18 PBCC images/sysctl.pb-c.c [2019-10-21T22:18:36.874Z] #41 10.22 DEP images/sysctl.pb-c.d [2019-10-21T22:18:37.132Z] #41 10.27 PBCC images/time.pb-c.c [2019-10-21T22:18:37.132Z] #41 10.30 DEP images/time.pb-c.d [2019-10-21T22:18:37.132Z] #41 10.37 PBCC images/binfmt-misc.pb-c.c [2019-10-21T22:18:37.132Z] #41 10.39 DEP images/binfmt-misc.pb-c.d [2019-10-21T22:18:37.132Z] #41 10.44 PBCC images/seccomp.pb-c.c [2019-10-21T22:18:37.132Z] #41 10.45 DEP images/seccomp.pb-c.d [2019-10-21T22:18:37.132Z] #41 10.52 PBCC images/userns.pb-c.c [2019-10-21T22:18:37.132Z] #41 10.56 DEP images/userns.pb-c.d [2019-10-21T22:18:37.390Z] #41 10.62 PBCC images/cgroup.pb-c.c [2019-10-21T22:18:37.390Z] #41 10.64 DEP images/cgroup.pb-c.d [2019-10-21T22:18:37.390Z] #41 10.69 PBCC images/fown.pb-c.c [2019-10-21T22:18:37.390Z] #41 10.73 PBCC images/ext-file.pb-c.c [2019-10-21T22:18:37.390Z] #41 10.74 DEP images/fown.pb-c.d [2019-10-21T22:18:37.648Z] #41 10.81 DEP images/ext-file.pb-c.d [2019-10-21T22:18:37.648Z] #41 10.86 PBCC images/rpc.pb-c.c [2019-10-21T22:18:37.648Z] #41 10.94 DEP images/rpc.pb-c.d [2019-10-21T22:18:37.906Z] #41 11.02 PBCC images/siginfo.pb-c.c [2019-10-21T22:18:37.906Z] #41 11.08 DEP images/siginfo.pb-c.d [2019-10-21T22:18:37.906Z] #41 11.15 PBCC images/pagemap.pb-c.c [2019-10-21T22:18:37.906Z] #41 11.20 DEP images/pagemap.pb-c.d [2019-10-21T22:18:38.163Z] #41 11.25 PBCC images/rlimit.pb-c.c [2019-10-21T22:18:38.163Z] #41 11.29 DEP images/rlimit.pb-c.d [2019-10-21T22:18:38.163Z] #41 11.35 PBCC images/file-lock.pb-c.c [2019-10-21T22:18:38.163Z] #41 11.43 DEP images/file-lock.pb-c.d [2019-10-21T22:18:38.421Z] #41 11.49 PBCC images/tty.pb-c.c [2019-10-21T22:18:38.421Z] #41 11.53 DEP images/tty.pb-c.d [2019-10-21T22:18:38.421Z] #41 11.61 PBCC images/tun.pb-c.c [2019-10-21T22:18:38.421Z] #41 11.66 PBCC images/netdev.pb-c.c [2019-10-21T22:18:38.421Z] #41 11.73 DEP images/tun.pb-c.d [2019-10-21T22:18:38.421Z] #41 11.78 DEP images/netdev.pb-c.d [2019-10-21T22:18:38.637Z] ok github.com/docker/docker/image/cache 0.021s coverage: 19.2% of statements [2019-10-21T22:18:38.637Z] ok github.com/docker/docker/distribution/xfer 1.699s coverage: 85.6% of statements [2019-10-21T22:18:38.637Z] ? github.com/docker/docker/dockerversion [no test files] [2019-10-21T22:18:38.637Z] ok github.com/docker/docker/image 0.053s coverage: 86.4% of statements [2019-10-21T22:18:38.637Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-10-21T22:18:38.637Z] ok github.com/docker/docker/image/v1 0.042s coverage: 25.0% of statements [2019-10-21T22:18:38.637Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-10-21T22:18:38.679Z] #41 11.85 PBCC images/vma.pb-c.c [2019-10-21T22:18:38.679Z] #41 11.88 DEP images/vma.pb-c.d [2019-10-21T22:18:38.679Z] #41 11.94 PBCC images/creds.pb-c.c [2019-10-21T22:18:38.679Z] #41 11.99 DEP images/creds.pb-c.d [2019-10-21T22:18:38.679Z] #41 12.03 PBCC images/utsns.pb-c.c [2019-10-21T22:18:38.679Z] #41 12.07 DEP images/utsns.pb-c.d [2019-10-21T22:18:38.897Z] ok github.com/docker/docker/libcontainerd/queue 0.044s coverage: 100.0% of statements [2019-10-21T22:18:38.937Z] #41 12.11 PBCC images/ipc-desc.pb-c.c [2019-10-21T22:18:38.937Z] #41 12.13 PBCC images/ipc-sem.pb-c.c [2019-10-21T22:18:38.937Z] #41 12.19 DEP images/ipc-desc.pb-c.d [2019-10-21T22:18:38.937Z] #41 12.22 DEP images/ipc-sem.pb-c.d [2019-10-21T22:18:38.937Z] #41 12.28 PBCC images/ipc-msg.pb-c.c [2019-10-21T22:18:38.937Z] #41 12.31 DEP images/ipc-msg.pb-c.d [2019-10-21T22:18:39.195Z] #41 12.40 PBCC images/ipc-shm.pb-c.c [2019-10-21T22:18:39.195Z] #41 12.41 DEP images/ipc-shm.pb-c.d [2019-10-21T22:18:39.195Z] #41 12.47 PBCC images/ipc-var.pb-c.c [2019-10-21T22:18:39.195Z] #41 12.48 DEP images/ipc-var.pb-c.d [2019-10-21T22:18:39.195Z] #41 12.53 PBCC images/sk-opts.pb-c.c [2019-10-21T22:18:39.195Z] #41 12.55 PBCC images/packet-sock.pb-c.c [2019-10-21T22:18:39.453Z] #41 12.67 DEP images/sk-opts.pb-c.d [2019-10-21T22:18:39.453Z] #41 12.73 DEP images/packet-sock.pb-c.d [2019-10-21T22:18:39.453Z] #41 12.81 PBCC images/sk-netlink.pb-c.c [2019-10-21T22:18:39.500Z] #1 pulling image moby/buildkit:buildx-stable-1 3.0s done [2019-10-21T22:18:39.500Z] #1 creating container buildx_buildkit_default [2019-10-21T22:18:39.710Z] #41 12.90 DEP images/sk-netlink.pb-c.d [2019-10-21T22:18:39.710Z] #41 12.96 PBCC images/sk-inet.pb-c.c [2019-10-21T22:18:39.710Z] #41 13.02 DEP images/sk-inet.pb-c.d [2019-10-21T22:18:39.968Z] #41 13.13 PBCC images/sk-unix.pb-c.c [2019-10-21T22:18:39.968Z] #41 13.18 DEP images/sk-unix.pb-c.d [2019-10-21T22:18:39.968Z] #41 13.25 PBCC images/mm.pb-c.c [2019-10-21T22:18:39.968Z] #41 13.30 DEP images/mm.pb-c.d [2019-10-21T22:18:39.968Z] #41 13.37 PBCC images/timerfd.pb-c.c [2019-10-21T22:18:40.226Z] #41 13.41 DEP images/timerfd.pb-c.d [2019-10-21T22:18:40.226Z] #41 13.52 PBCC images/timer.pb-c.c [2019-10-21T22:18:40.226Z] #41 13.57 DEP images/timer.pb-c.d [2019-10-21T22:18:40.292Z] ok github.com/docker/docker/pkg/aaparser 0.027s coverage: 50.0% of statements [2019-10-21T22:18:40.366Z] #1 creating container buildx_buildkit_default 1.0s done [2019-10-21T22:18:40.366Z] #1 DONE 4.0s [2019-10-21T22:18:40.484Z] #41 13.66 PBCC images/sa.pb-c.c [2019-10-21T22:18:40.484Z] #41 13.74 DEP images/sa.pb-c.d [2019-10-21T22:18:40.741Z] #41 ... [2019-10-21T22:18:40.741Z] [2019-10-21T22:18:40.741Z] #36 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:18:40.741Z] #36 7.019 -- The C compiler identification is GNU 6.3.0 [2019-10-21T22:18:40.741Z] #36 7.055 -- Check for working C compiler: /usr/bin/cc [2019-10-21T22:18:40.741Z] #36 7.578 -- Check for working C compiler: /usr/bin/cc -- works [2019-10-21T22:18:40.741Z] #36 7.587 -- Detecting C compiler ABI info [2019-10-21T22:18:40.741Z] #36 8.093 -- Detecting C compiler ABI info - done [2019-10-21T22:18:40.741Z] #36 8.181 -- Detecting C compile features [2019-10-21T22:18:40.741Z] #36 10.22 -- Detecting C compile features - done [2019-10-21T22:18:40.741Z] #36 10.25 -- Performing Test HAS_BUILTIN_FORTIFY [2019-10-21T22:18:40.741Z] #36 10.53 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-10-21T22:18:40.741Z] #36 10.68 -- Configuring done [2019-10-21T22:18:40.741Z] #36 10.71 -- Generating done [2019-10-21T22:18:40.741Z] #36 10.72 -- Build files have been written to: /tmp/tmp.goTWBwoInI/tini [2019-10-21T22:18:40.741Z] #36 10.73 + make tini-static [2019-10-21T22:18:40.741Z] #36 11.06 Scanning dependencies of target tini-static [2019-10-21T22:18:40.741Z] #36 11.19 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-10-21T22:18:40.741Z] #36 12.62 [100%] Linking C executable tini-static [2019-10-21T22:18:40.741Z] #36 13.24 [100%] Built target tini-static [2019-10-21T22:18:40.741Z] #36 13.27 + mkdir -p /build [2019-10-21T22:18:40.741Z] #36 13.27 + cp tini-static /build/docker-init [2019-10-21T22:18:40.741Z] #36 DONE 13.7s [2019-10-21T22:18:40.741Z] [2019-10-21T22:18:40.741Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:18:40.741Z] #41 13.83 PBCC images/pipe-data.pb-c.c [2019-10-21T22:18:40.741Z] #41 13.87 DEP images/pipe-data.pb-c.d [2019-10-21T22:18:40.741Z] #41 14.06 PBCC images/mnt.pb-c.c [2019-10-21T22:18:40.741Z] #41 14.17 DEP images/mnt.pb-c.d [2019-10-21T22:18:40.771Z] [2019-10-21T22:18:40.771Z] #2 [internal] load .dockerignore [2019-10-21T22:18:40.866Z] ok github.com/docker/docker/opts 0.120s coverage: 66.9% of statements [2019-10-21T22:18:40.999Z] #41 14.29 PBCC images/sk-packet.pb-c.c [2019-10-21T22:18:40.999Z] #41 14.40 DEP images/sk-packet.pb-c.d [2019-10-21T22:18:41.188Z] #2 ... [2019-10-21T22:18:41.188Z] [2019-10-21T22:18:41.188Z] #3 [internal] load build definition from Dockerfile [2019-10-21T22:18:41.188Z] #3 transferring dockerfile: 14.62kB done [2019-10-21T22:18:41.188Z] #3 DONE 0.4s [2019-10-21T22:18:41.188Z] [2019-10-21T22:18:41.188Z] #2 [internal] load .dockerignore [2019-10-21T22:18:41.188Z] #2 transferring context: [2019-10-21T22:18:41.188Z] #2 transferring context: 87B done [2019-10-21T22:18:41.188Z] #2 DONE 0.5s [2019-10-21T22:18:41.188Z] [2019-10-21T22:18:41.188Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2019-10-21T22:18:41.257Z] #41 14.52 PBCC images/tcp-stream.pb-c.c [2019-10-21T22:18:41.257Z] #41 14.64 DEP images/tcp-stream.pb-c.d [2019-10-21T22:18:41.515Z] #41 14.78 PBCC images/pipe.pb-c.c [2019-10-21T22:18:41.515Z] #41 14.88 DEP images/pipe.pb-c.d [2019-10-21T22:18:41.773Z] #41 15.07 PBCC images/pstree.pb-c.c [2019-10-21T22:18:41.773Z] #41 15.09 DEP images/pstree.pb-c.d [2019-10-21T22:18:41.773Z] #41 15.12 PBCC images/fs.pb-c.c [2019-10-21T22:18:41.773Z] #41 15.15 DEP images/fs.pb-c.d [2019-10-21T22:18:42.029Z] #4 DONE 0.8s [2019-10-21T22:18:42.029Z] [2019-10-21T22:18:42.029Z] #5 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2019-10-21T22:18:42.029Z] #5 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2019-10-21T22:18:42.031Z] #41 15.17 PBCC images/signalfd.pb-c.c [2019-10-21T22:18:42.031Z] #41 15.20 DEP images/signalfd.pb-c.d [2019-10-21T22:18:42.031Z] #41 15.25 PBCC images/fh.pb-c.c [2019-10-21T22:18:42.031Z] #41 15.29 PBCC images/fsnotify.pb-c.c [2019-10-21T22:18:42.031Z] #41 15.32 DEP images/fh.pb-c.d [2019-10-21T22:18:42.031Z] #41 15.39 DEP images/fsnotify.pb-c.d [2019-10-21T22:18:42.247Z] ok github.com/docker/docker/pkg/broadcaster 0.007s coverage: 100.0% of statements [2019-10-21T22:18:42.288Z] #41 15.48 PBCC images/eventpoll.pb-c.c [2019-10-21T22:18:42.288Z] #41 15.54 DEP images/eventpoll.pb-c.d [2019-10-21T22:18:42.288Z] #41 15.59 PBCC images/eventfd.pb-c.c [2019-10-21T22:18:42.288Z] #41 15.64 DEP images/eventfd.pb-c.d [2019-10-21T22:18:42.458Z] #5 sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 2.03kB / 2.03kB done [2019-10-21T22:18:42.458Z] #5 sha256:d4b906005cb39832136e8913e8eae3508cad097e8cea31e9789389b2b49aa150 527B / 527B done [2019-10-21T22:18:42.458Z] #5 sha256:d0809326ca6ba2a284a0b8f31fe835e1ff678ee534aa98dfcbf3b013c31e26bf 3.54MB / 8.87MB 0.1s [2019-10-21T22:18:42.458Z] #5 sha256:60d974c8f0b847daac36ae9c7a8d3950bf838ac11f76a69b99b1857a985f3551 897B / 897B done [2019-10-21T22:18:42.458Z] #5 sha256:d0809326ca6ba2a284a0b8f31fe835e1ff678ee534aa98dfcbf3b013c31e26bf 8.87MB / 8.87MB 0.2s done [2019-10-21T22:18:42.458Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd [2019-10-21T22:18:42.506Z] ok github.com/docker/docker/pkg/capabilities 0.016s coverage: 87.5% of statements [2019-10-21T22:18:42.506Z] ok github.com/docker/docker/pkg/authorization 0.785s coverage: 68.3% of statements [2019-10-21T22:18:42.546Z] #41 15.67 PBCC images/remap-file-path.pb-c.c [2019-10-21T22:18:42.546Z] #41 15.72 DEP images/remap-file-path.pb-c.d [2019-10-21T22:18:42.546Z] #41 15.77 PBCC images/fifo.pb-c.c [2019-10-21T22:18:42.546Z] #41 15.79 DEP images/fifo.pb-c.d [2019-10-21T22:18:42.546Z] #41 15.83 PBCC images/ghost-file.pb-c.c [2019-10-21T22:18:42.546Z] #41 15.87 DEP images/ghost-file.pb-c.d [2019-10-21T22:18:42.808Z] #41 15.93 PBCC images/regfile.pb-c.c [2019-10-21T22:18:42.808Z] #41 15.99 DEP images/regfile.pb-c.d [2019-10-21T22:18:42.808Z] #41 16.06 PBCC images/ns.pb-c.c [2019-10-21T22:18:42.808Z] #41 16.12 DEP images/ns.pb-c.d [2019-10-21T22:18:42.808Z] #41 16.19 PBCC images/fdinfo.pb-c.c [2019-10-21T22:18:42.808Z] #41 16.23 DEP images/fdinfo.pb-c.d [2019-10-21T22:18:42.962Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 0.4s done [2019-10-21T22:18:42.962Z] #5 DONE 0.7s [2019-10-21T22:18:43.066Z] #41 16.32 PBCC images/core-aarch64.pb-c.c [2019-10-21T22:18:43.066Z] #41 16.38 PBCC images/core-arm.pb-c.c [2019-10-21T22:18:43.324Z] #41 16.47 PBCC images/core-ppc64.pb-c.c [2019-10-21T22:18:43.324Z] #41 16.53 PBCC images/core-s390.pb-c.c [2019-10-21T22:18:43.324Z] #41 16.57 PBCC images/core-x86.pb-c.c [2019-10-21T22:18:43.324Z] #41 16.62 PBCC images/core.pb-c.c [2019-10-21T22:18:43.442Z] ok github.com/docker/docker/pkg/directory 0.015s coverage: 80.0% of statements [2019-10-21T22:18:43.442Z] ok github.com/docker/docker/pkg/archive 1.295s coverage: 77.2% of statements [2019-10-21T22:18:43.577Z] [2019-10-21T22:18:43.577Z] #7 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2019-10-21T22:18:43.577Z] #7 DONE 0.4s [2019-10-21T22:18:43.577Z] [2019-10-21T22:18:43.577Z] #6 [internal] load metadata for docker.io/library/golang:1.13.3-stretch [2019-10-21T22:18:43.577Z] #6 DONE 0.5s [2019-10-21T22:18:43.577Z] [2019-10-21T22:18:43.577Z] #66 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2019-10-21T22:18:43.577Z] #66 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e done [2019-10-21T22:18:43.577Z] #66 DONE 0.0s [2019-10-21T22:18:43.577Z] [2019-10-21T22:18:43.577Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.3-stretch@sha256:75a8ed141... [2019-10-21T22:18:43.577Z] #8 resolve docker.io/library/golang:1.13.3-stretch@sha256:75a8ed141bbbff26ec193d34c856db3e675220411a583fe4f24933080b8f4d00 done [2019-10-21T22:18:43.581Z] #41 16.68 PBCC images/inventory.pb-c.c [2019-10-21T22:18:43.581Z] #41 16.75 DEP images/core-aarch64.pb-c.d [2019-10-21T22:18:43.581Z] #41 16.79 DEP images/core-arm.pb-c.d [2019-10-21T22:18:43.581Z] #41 16.85 DEP images/core-ppc64.pb-c.d [2019-10-21T22:18:43.581Z] #41 16.91 DEP images/core-s390.pb-c.d [2019-10-21T22:18:43.839Z] #41 16.97 DEP images/core-x86.pb-c.d [2019-10-21T22:18:43.839Z] #41 17.05 DEP images/core.pb-c.d [2019-10-21T22:18:43.839Z] #41 ... [2019-10-21T22:18:43.839Z] [2019-10-21T22:18:43.839Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T22:18:43.839Z] #31 73.07 github.com/BurntSushi/toml [2019-10-21T22:18:43.839Z] #31 73.09 flag [2019-10-21T22:18:43.839Z] #31 75.10 log [2019-10-21T22:18:43.839Z] #31 77.97 github.com/BurntSushi/toml/cmd/tomlv [2019-10-21T22:18:43.839Z] #31 DONE 82.6s [2019-10-21T22:18:43.839Z] [2019-10-21T22:18:43.839Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:18:43.839Z] #41 17.18 DEP images/inventory.pb-c.d [2019-10-21T22:18:44.010Z] ok github.com/docker/docker/pkg/discovery 0.012s coverage: 58.3% of statements [2019-10-21T22:18:44.097Z] #41 17.32 PBCC images/cpuinfo.pb-c.c [2019-10-21T22:18:44.097Z] #41 17.34 DEP images/cpuinfo.pb-c.d [2019-10-21T22:18:44.097Z] #41 17.41 PBCC images/stats.pb-c.c [2019-10-21T22:18:44.097Z] #41 17.45 DEP images/stats.pb-c.d [2019-10-21T22:18:44.192Z] #8 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 0B / 45.98MB 0.1s [2019-10-21T22:18:44.192Z] #8 sha256:8177a0a9b1e07b1944a1f30875acd876f4c21cd70da5f85f0ad5056b7a3eb30b 1.80kB / 1.80kB done [2019-10-21T22:18:44.192Z] #8 sha256:17f5c5fd2aa0b00b65506c22d21aaff8b8c8437d1e02541b42c45b922235319e 126B / 126B 0.1s [2019-10-21T22:18:44.192Z] #8 sha256:fbabdb69f63940e074f11d0342ae36dd2601d0d41bcbd963e444655dc459ab58 130.18kB / 10.32MB 0.1s [2019-10-21T22:18:44.192Z] #8 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 0B / 50.49MB 0.1s [2019-10-21T22:18:44.192Z] #8 sha256:dd1ca2300fbc4adc4755757fef7ba0d92e366b66ad6f06cfe4ef909982179bcb 0B / 102.17MB 0.1s [2019-10-21T22:18:44.192Z] #8 sha256:ff33bd1013d7c7aaa76ef24bc3dd85e5ca91407dd0bc24f3d82033083e775a51 0B / 4.37MB 0.1s [2019-10-21T22:18:44.192Z] #8 sha256:75a8ed141bbbff26ec193d34c856db3e675220411a583fe4f24933080b8f4d00 1.42kB / 1.42kB done [2019-10-21T22:18:44.192Z] #8 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 94.21kB / 45.24MB 0.1s [2019-10-21T22:18:44.192Z] #8 sha256:bbf5c8daa22168e7060be2ef6f54320c724f5777583cfdc20e5ef2fa8caa7866 5.46kB / 5.46kB done [2019-10-21T22:18:44.192Z] #8 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 2.43MB / 45.98MB 0.3s [2019-10-21T22:18:44.192Z] #8 sha256:17f5c5fd2aa0b00b65506c22d21aaff8b8c8437d1e02541b42c45b922235319e 126B / 126B 0.1s done [2019-10-21T22:18:44.192Z] #8 sha256:fbabdb69f63940e074f11d0342ae36dd2601d0d41bcbd963e444655dc459ab58 3.00MB / 10.32MB 0.3s [2019-10-21T22:18:44.192Z] #8 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 2.94MB / 50.49MB 0.3s [2019-10-21T22:18:44.192Z] #8 sha256:ff33bd1013d7c7aaa76ef24bc3dd85e5ca91407dd0bc24f3d82033083e775a51 3.20MB / 4.37MB 0.3s [2019-10-21T22:18:44.192Z] #8 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 4.83MB / 45.24MB 0.3s [2019-10-21T22:18:44.192Z] #8 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 5.37MB / 45.98MB 0.4s [2019-10-21T22:18:44.192Z] #8 sha256:fbabdb69f63940e074f11d0342ae36dd2601d0d41bcbd963e444655dc459ab58 3.95MB / 10.32MB 0.4s [2019-10-21T22:18:44.192Z] #8 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 6.18MB / 50.49MB 0.4s [2019-10-21T22:18:44.192Z] #8 sha256:ff33bd1013d7c7aaa76ef24bc3dd85e5ca91407dd0bc24f3d82033083e775a51 4.37MB / 4.37MB 0.4s [2019-10-21T22:18:44.192Z] #8 sha256:fbabdb69f63940e074f11d0342ae36dd2601d0d41bcbd963e444655dc459ab58 8.99MB / 10.32MB 0.6s [2019-10-21T22:18:44.192Z] #8 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 12.12MB / 50.49MB 0.6s [2019-10-21T22:18:44.192Z] #8 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 10.55MB / 45.24MB 0.6s [2019-10-21T22:18:44.270Z] ok github.com/docker/docker/pkg/discovery/file 0.016s coverage: 92.9% of statements [2019-10-21T22:18:44.776Z] #8 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 9.23MB / 45.98MB 0.7s [2019-10-21T22:18:44.776Z] #8 sha256:fbabdb69f63940e074f11d0342ae36dd2601d0d41bcbd963e444655dc459ab58 10.32MB / 10.32MB 0.7s done [2019-10-21T22:18:44.776Z] #8 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 15.91MB / 50.49MB 0.7s [2019-10-21T22:18:44.776Z] #8 sha256:dd1ca2300fbc4adc4755757fef7ba0d92e366b66ad6f06cfe4ef909982179bcb 9.10MB / 102.17MB 0.7s [2019-10-21T22:18:44.776Z] #8 sha256:ff33bd1013d7c7aaa76ef24bc3dd85e5ca91407dd0bc24f3d82033083e775a51 4.37MB / 4.37MB 0.6s done [2019-10-21T22:18:44.776Z] #8 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 15.68MB / 45.24MB 0.7s [2019-10-21T22:18:44.776Z] #8 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 11.56MB / 45.98MB 0.9s [2019-10-21T22:18:44.776Z] #8 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 18.95MB / 50.49MB 0.9s [2019-10-21T22:18:44.776Z] #8 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 18.10MB / 45.24MB 0.9s [2019-10-21T22:18:44.776Z] #8 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 14.49MB / 45.98MB 1.0s [2019-10-21T22:18:44.776Z] #8 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 22.29MB / 50.49MB 1.0s [2019-10-21T22:18:44.776Z] #8 sha256:dd1ca2300fbc4adc4755757fef7ba0d92e366b66ad6f06cfe4ef909982179bcb 15.83MB / 102.17MB 1.0s [2019-10-21T22:18:44.776Z] #8 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 21.61MB / 45.24MB 1.0s [2019-10-21T22:18:44.776Z] #8 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 17.22MB / 45.98MB 1.2s [2019-10-21T22:18:44.776Z] #8 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 24.31MB / 45.24MB 1.2s [2019-10-21T22:18:44.840Z] ok github.com/docker/docker/pkg/discovery/memory 0.012s coverage: 92.3% of statements [2019-10-21T22:18:45.410Z] ok github.com/docker/docker/pkg/discovery/nodes 0.008s coverage: 93.8% of statements [2019-10-21T22:18:45.586Z] #8 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 20.01MB / 45.98MB 1.3s [2019-10-21T22:18:45.586Z] #8 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 25.90MB / 50.49MB 1.3s [2019-10-21T22:18:45.586Z] #8 sha256:dd1ca2300fbc4adc4755757fef7ba0d92e366b66ad6f06cfe4ef909982179bcb 21.50MB / 102.17MB 1.5s [2019-10-21T22:18:45.586Z] #8 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 28.50MB / 45.24MB 1.5s [2019-10-21T22:18:45.586Z] #8 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 23.83MB / 45.98MB 1.6s [2019-10-21T22:18:45.586Z] #8 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 31.24MB / 50.49MB 1.6s [2019-10-21T22:18:45.586Z] #8 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 26.58MB / 45.98MB 1.8s [2019-10-21T22:18:45.586Z] #8 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 34.27MB / 50.49MB 1.8s [2019-10-21T22:18:45.586Z] #8 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 28.94MB / 45.98MB 1.9s [2019-10-21T22:18:45.586Z] #8 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 36.85MB / 50.49MB 1.9s [2019-10-21T22:18:45.586Z] #8 sha256:dd1ca2300fbc4adc4755757fef7ba0d92e366b66ad6f06cfe4ef909982179bcb 31.32MB / 102.17MB 1.9s [2019-10-21T22:18:45.586Z] #8 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 31.55MB / 45.24MB 1.9s [2019-10-21T22:18:45.976Z] ok github.com/docker/docker/pkg/dmesg 0.007s coverage: 83.3% of statements [2019-10-21T22:18:45.996Z] #41 19.32 make[1]: Nothing to be done for 'all'. [2019-10-21T22:18:46.182Z] #8 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 32.80MB / 45.98MB 2.1s [2019-10-21T22:18:46.182Z] #8 ... [2019-10-21T22:18:46.182Z] [2019-10-21T22:18:46.182Z] #66 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2019-10-21T22:18:46.182Z] #66 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2019-10-21T22:18:46.182Z] #66 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 0.5s done [2019-10-21T22:18:46.182Z] #66 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2019-10-21T22:18:46.182Z] #66 unpacking docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 1.5s done [2019-10-21T22:18:46.182Z] #66 DONE 2.3s [2019-10-21T22:18:46.182Z] [2019-10-21T22:18:46.182Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.3-stretch@sha256:75a8ed141... [2019-10-21T22:18:46.182Z] #8 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 36.74MB / 45.98MB 2.2s [2019-10-21T22:18:46.182Z] #8 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 44.26MB / 50.49MB 2.2s [2019-10-21T22:18:46.182Z] #8 sha256:dd1ca2300fbc4adc4755757fef7ba0d92e366b66ad6f06cfe4ef909982179bcb 39.83MB / 102.17MB 2.2s [2019-10-21T22:18:46.182Z] #8 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 40.66MB / 45.24MB 2.2s [2019-10-21T22:18:46.182Z] #8 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 40.87MB / 45.98MB 2.4s [2019-10-21T22:18:46.182Z] #8 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 48.22MB / 50.49MB 2.4s [2019-10-21T22:18:46.182Z] #8 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 45.24MB / 45.24MB 2.4s [2019-10-21T22:18:46.182Z] #8 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 43.44MB / 45.98MB 2.5s [2019-10-21T22:18:46.182Z] #8 sha256:dd1ca2300fbc4adc4755757fef7ba0d92e366b66ad6f06cfe4ef909982179bcb 48.48MB / 102.17MB 2.5s [2019-10-21T22:18:46.728Z] #8 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 45.98MB / 45.98MB 2.8s [2019-10-21T22:18:46.728Z] #8 sha256:dd1ca2300fbc4adc4755757fef7ba0d92e366b66ad6f06cfe4ef909982179bcb 62.79MB / 102.17MB 2.8s [2019-10-21T22:18:46.728Z] #8 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 45.24MB / 45.24MB 2.7s done [2019-10-21T22:18:46.728Z] #8 sha256:dd1ca2300fbc4adc4755757fef7ba0d92e366b66ad6f06cfe4ef909982179bcb 70.89MB / 102.17MB 3.0s [2019-10-21T22:18:46.728Z] #8 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 50.49MB / 50.49MB 3.0s done [2019-10-21T22:18:46.728Z] #8 sha256:dd1ca2300fbc4adc4755757fef7ba0d92e366b66ad6f06cfe4ef909982179bcb 78.61MB / 102.17MB 3.1s [2019-10-21T22:18:46.911Z] ok github.com/docker/docker/pkg/filenotify 0.609s coverage: 67.0% of statements [2019-10-21T22:18:46.928Z] #41 ... [2019-10-21T22:18:46.928Z] [2019-10-21T22:18:46.928Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:18:46.928Z] #44 75.47 regexp [2019-10-21T22:18:46.928Z] #44 76.68 go/token [2019-10-21T22:18:46.928Z] #44 77.76 go/scanner [2019-10-21T22:18:46.928Z] #44 79.16 go/ast [2019-10-21T22:18:46.928Z] #44 79.36 internal/lazyregexp [2019-10-21T22:18:46.928Z] #44 79.83 net/url [2019-10-21T22:18:46.928Z] #44 81.74 text/template/parse [2019-10-21T22:18:46.928Z] #44 85.37 go/parser [2019-10-21T22:18:46.928Z] #44 ... [2019-10-21T22:18:46.928Z] [2019-10-21T22:18:46.928Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:18:46.929Z] #59 29.98 Checking out files: 48% (1415/2925) Checking out files: 49% (1434/2925) Checking out files: 50% (1463/2925) Checking out files: 51% (1492/2925) Checking out files: 52% (1521/2925) Checking out files: 53% (1551/2925) Checking out files: 54% (1580/2925) Checking out files: 55% (1609/2925) Checking out files: 56% (1638/2925) Checking out files: 57% (1668/2925) Checking out files: 58% (1697/2925) Checking out files: 59% (1726/2925) Checking out files: 60% (1755/2925) Checking out files: 61% (1785/2925) Checking out files: 62% (1814/2925) Checking out files: 63% (1843/2925) Checking out files: 64% (1872/2925) Checking out files: 65% (1902/2925) Checking out files: 66% (1931/2925) Checking out files: 67% (1960/2925) Checking out files: 68% (1989/2925) Checking out files: 69% (2019/2925) Checking out files: 70% (2048/2925) Checking out files: 71% (2077/2925) Checking out files: 72% (2106/2925) Checking out files: 73% (2136/2925) Checking out files: 74% (2165/2925) Checking out files: 75% (2194/2925) Checking out files: 76% (2223/2925) Checking out files: 77% (2253/2925) Checking out files: 78% (2282/2925) Checking out files: 79% (2311/2925) Checking out files: 80% (2340/2925) Checking out files: 81% (2370/2925) Checking out files: 82% (2399/2925) Checking out files: 83% (2428/2925) Checking out files: 84% (2457/2925) Checking out files: 84% (2479/2925) Checking out files: 85% (2487/2925) Checking out files: 86% (2516/2925) Checking out files: 87% (2545/2925) Checking out files: 88% (2574/2925) Checking out files: 89% (2604/2925) Checking out files: 90% (2633/2925) Checking out files: 91% (2662/2925) Checking out files: 92% (2691/2925) Checking out files: 93% (2721/2925) Checking out files: 94% (2750/2925) Checking out files: 95% (2779/2925) Checking out files: 96% (2808/2925) Checking out files: 97% (2838/2925) Checking out files: 98% (2867/2925) Checking out files: 99% (2896/2925) Checking out files: 100% (2925/2925) Checking out files: 100% (2925/2925), done. [2019-10-21T22:18:46.929Z] #59 31.57 + cd /tmp/tmp.5g87qUoNE3/src/github.com/containerd/containerd [2019-10-21T22:18:46.929Z] #59 31.57 + git checkout -q 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-21T22:18:46.929Z] #59 31.97 + export 'BUILDTAGS=netgo osusergo static_build' [2019-10-21T22:18:46.929Z] #59 31.97 + BUILDTAGS='netgo osusergo static_build' [2019-10-21T22:18:46.929Z] #59 31.97 + export EXTRA_FLAGS=-buildmode=pie [2019-10-21T22:18:46.929Z] #59 31.97 + EXTRA_FLAGS=-buildmode=pie [2019-10-21T22:18:46.929Z] #59 31.97 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-10-21T22:18:46.929Z] #59 31.97 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-10-21T22:18:46.929Z] #59 31.97 + '[' '' = dynamic ']' [2019-10-21T22:18:46.929Z] #59 31.97 + make [2019-10-21T22:18:46.929Z] #59 33.30 + bin/ctr [2019-10-21T22:18:47.267Z] #8 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 45.98MB / 45.98MB 3.2s done [2019-10-21T22:18:47.267Z] #8 sha256:dd1ca2300fbc4adc4755757fef7ba0d92e366b66ad6f06cfe4ef909982179bcb 95.07MB / 102.17MB 3.3s [2019-10-21T22:18:47.267Z] #8 sha256:dd1ca2300fbc4adc4755757fef7ba0d92e366b66ad6f06cfe4ef909982179bcb 102.17MB / 102.17MB 3.4s [2019-10-21T22:18:47.267Z] #8 sha256:dd1ca2300fbc4adc4755757fef7ba0d92e366b66ad6f06cfe4ef909982179bcb 102.17MB / 102.17MB 3.5s done [2019-10-21T22:18:47.267Z] #8 unpacking docker.io/library/golang:1.13.3-stretch@sha256:75a8ed141bbbff26ec193d34c856db3e675220411a583fe4f24933080b8f4d00 [2019-10-21T22:18:47.480Z] ok github.com/docker/docker/pkg/chrootarchive 3.569s coverage: 43.2% of statements [2019-10-21T22:18:47.480Z] ok github.com/docker/docker/pkg/fileutils 0.020s coverage: 89.5% of statements [2019-10-21T22:18:47.494Z] #59 ... [2019-10-21T22:18:47.494Z] [2019-10-21T22:18:47.494Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:18:47.494Z] #41 20.69 CC images/stats.o [2019-10-21T22:18:47.724Z] #8 ... [2019-10-21T22:18:47.724Z] [2019-10-21T22:18:47.724Z] #20 [internal] load build context [2019-10-21T22:18:47.724Z] #20 transferring context: 45.62MB 3.8s done [2019-10-21T22:18:47.724Z] #20 DONE 3.8s [2019-10-21T22:18:47.724Z] [2019-10-21T22:18:47.725Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.3-stretch@sha256:75a8ed141... [2019-10-21T22:18:47.752Z] #41 21.08 CC images/core.o [2019-10-21T22:18:48.419Z] ok github.com/docker/docker/pkg/homedir 0.009s coverage: 11.4% of statements [2019-10-21T22:18:48.419Z] ok github.com/docker/docker/pkg/fsutils 0.343s coverage: 85.1% of statements [2019-10-21T22:18:48.419Z] ok github.com/docker/docker/pkg/discovery/kv 3.137s coverage: 84.1% of statements [2019-10-21T22:18:48.685Z] #41 21.85 CC images/core-x86.o [2019-10-21T22:18:49.250Z] #41 22.53 CC images/core-arm.o [2019-10-21T22:18:49.358Z] ok github.com/docker/docker/layer 7.398s coverage: 68.8% of statements [2019-10-21T22:18:49.358Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-10-21T22:18:49.358Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-10-21T22:18:49.358Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-10-21T22:18:49.358Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-10-21T22:18:49.358Z] ? github.com/docker/docker/oci [no test files] [2019-10-21T22:18:49.358Z] ? github.com/docker/docker/oci/caps [no test files] [2019-10-21T22:18:49.358Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-10-21T22:18:49.358Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-10-21T22:18:49.358Z] ok github.com/docker/docker/pkg/jsonmessage 0.026s coverage: 91.7% of statements [2019-10-21T22:18:49.815Z] #41 22.89 CC images/core-aarch64.o [2019-10-21T22:18:49.927Z] ok github.com/docker/docker/pkg/locker 0.026s coverage: 88.9% of statements [2019-10-21T22:18:49.927Z] ok github.com/docker/docker/pkg/idtools 0.827s coverage: 70.1% of statements [2019-10-21T22:18:49.927Z] ok github.com/docker/docker/pkg/ioutils 0.657s coverage: 70.6% of statements [2019-10-21T22:18:49.927Z] ok github.com/docker/docker/pkg/longpath 0.028s coverage: 100.0% of statements [2019-10-21T22:18:49.927Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-10-21T22:18:50.078Z] #41 23.30 CC images/core-ppc64.o [2019-10-21T22:18:50.187Z] ok github.com/docker/docker/pkg/namesgenerator 0.019s coverage: 85.7% of statements [2019-10-21T22:18:50.448Z] ok github.com/docker/docker/pkg/parsers 0.012s coverage: 97.0% of statements [2019-10-21T22:18:50.643Z] #41 24.00 CC images/core-s390.o [2019-10-21T22:18:50.708Z] ok github.com/docker/docker/pkg/parsers/kernel 0.015s coverage: 60.0% of statements [2019-10-21T22:18:51.277Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.026s coverage: 91.4% of statements [2019-10-21T22:18:51.277Z] ok github.com/docker/docker/pkg/pidfile 0.028s coverage: 82.4% of statements [2019-10-21T22:18:51.576Z] #41 24.86 CC images/cpuinfo.o [2019-10-21T22:18:51.576Z] #41 25.00 CC images/inventory.o [2019-10-21T22:18:51.849Z] ok github.com/docker/docker/pkg/mount 0.900s coverage: 70.0% of statements [2019-10-21T22:18:51.849Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-10-21T22:18:51.849Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-10-21T22:18:51.849Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-10-21T22:18:52.109Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.023s coverage: 56.8% of statements [2019-10-21T22:18:52.142Z] #41 25.31 CC images/fdinfo.o [2019-10-21T22:18:52.399Z] #41 25.63 CC images/fown.o [2019-10-21T22:18:52.657Z] #41 25.83 CC images/ns.o [2019-10-21T22:18:52.677Z] ok github.com/docker/docker/pkg/progress 0.014s coverage: 75.9% of statements [2019-10-21T22:18:52.677Z] ok github.com/docker/docker/pkg/plugins/transport 0.020s coverage: 85.7% of statements [2019-10-21T22:18:52.677Z] ok github.com/docker/docker/pkg/pools 0.012s coverage: 88.2% of statements [2019-10-21T22:18:52.915Z] #41 26.15 CC images/regfile.o [2019-10-21T22:18:53.173Z] #41 26.42 CC images/ghost-file.o [2019-10-21T22:18:53.615Z] ok github.com/docker/docker/pkg/reexec 0.022s coverage: 82.4% of statements [2019-10-21T22:18:53.738Z] #41 26.73 CC images/fifo.o [2019-10-21T22:18:53.738Z] #41 27.02 CC images/remap-file-path.o [2019-10-21T22:18:53.996Z] #41 27.24 CC images/eventfd.o [2019-10-21T22:18:54.182Z] ok github.com/docker/docker/pkg/stdcopy 0.010s coverage: 100.0% of statements [2019-10-21T22:18:54.182Z] ok github.com/docker/docker/pkg/pubsub 1.081s coverage: 73.9% of statements [2019-10-21T22:18:54.255Z] #41 27.50 CC images/eventpoll.o [2019-10-21T22:18:54.513Z] #41 27.75 CC images/fh.o [2019-10-21T22:18:54.770Z] ok github.com/docker/docker/pkg/streamformatter 0.009s coverage: 66.2% of statements [2019-10-21T22:18:54.770Z] ok github.com/docker/docker/pkg/stringid 0.009s coverage: 70.6% of statements [2019-10-21T22:18:54.771Z] #41 28.18 CC images/fsnotify.o [2019-10-21T22:18:55.338Z] ok github.com/docker/docker/pkg/symlink 0.020s coverage: 87.7% of statements [2019-10-21T22:18:55.338Z] ok github.com/docker/docker/pkg/sysinfo 0.018s coverage: 80.6% of statements [2019-10-21T22:18:55.704Z] #41 28.93 CC images/signalfd.o [2019-10-21T22:18:55.962Z] #41 29.11 CC images/fs.o [2019-10-21T22:18:55.962Z] #41 29.30 CC images/pstree.o [2019-10-21T22:18:56.220Z] #41 29.58 CC images/pipe.o [2019-10-21T22:18:56.274Z] ok github.com/docker/docker/pkg/tailfile 0.102s coverage: 88.6% of statements [2019-10-21T22:18:56.274Z] ok github.com/docker/docker/pkg/signal 2.782s coverage: 61.0% of statements [2019-10-21T22:18:56.274Z] ok github.com/docker/docker/pkg/system 0.040s coverage: 36.9% of statements [2019-10-21T22:18:56.477Z] #41 29.80 CC images/tcp-stream.o [2019-10-21T22:18:56.843Z] testing: warning: no tests to run [2019-10-21T22:18:56.843Z] coverage: [no statements] [2019-10-21T22:18:56.843Z] ok github.com/docker/docker/pkg/term/windows 0.008s coverage: [no statements] [no tests to run] [2019-10-21T22:18:57.043Z] #41 30.05 CC images/sk-packet.o [2019-10-21T22:18:57.044Z] #41 30.28 CC images/mnt.o [2019-10-21T22:18:57.104Z] ok github.com/docker/docker/pkg/term 0.017s coverage: 84.8% of statements [2019-10-21T22:18:57.304Z] #41 30.54 CC images/pipe-data.o [2019-10-21T22:18:57.363Z] ok github.com/docker/docker/pkg/tarsum 0.124s coverage: 89.3% of statements [2019-10-21T22:18:57.562Z] #41 30.75 CC images/sa.o [2019-10-21T22:18:57.622Z] ok github.com/docker/docker/pkg/truncindex 0.121s coverage: 91.5% of statements [2019-10-21T22:18:57.622Z] ok github.com/docker/docker/pkg/urlutil 0.014s coverage: 100.0% of statements [2019-10-21T22:18:57.622Z] ok github.com/docker/docker/pkg/useragent 0.009s coverage: 88.9% of statements [2019-10-21T22:18:57.819Z] #41 ... [2019-10-21T22:18:57.819Z] [2019-10-21T22:18:57.819Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:18:57.819Z] #44 86.49 text/template [2019-10-21T22:18:57.819Z] #44 88.68 encoding/xml [2019-10-21T22:18:57.819Z] #44 91.59 go/doc [2019-10-21T22:18:57.819Z] #44 94.24 net [2019-10-21T22:18:57.819Z] #44 95.15 github.com/LK4D4/vndr/build [2019-10-21T22:18:57.819Z] #44 ... [2019-10-21T22:18:57.819Z] [2019-10-21T22:18:57.819Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:18:57.819Z] #41 31.05 CC images/timer.o [2019-10-21T22:18:58.385Z] #41 31.56 CC images/timerfd.o [2019-10-21T22:18:58.385Z] #41 31.75 CC images/mm.o [2019-10-21T22:18:58.642Z] #41 31.98 CC images/sk-opts.o [2019-10-21T22:18:58.900Z] #41 32.15 CC images/sk-unix.o [2019-10-21T22:18:59.465Z] #41 32.54 CC images/sk-inet.o [2019-10-21T22:18:59.530Z] ok github.com/docker/docker/plugin/v2 0.010s coverage: 14.5% of statements [2019-10-21T22:18:59.530Z] ok github.com/docker/docker/profiles/seccomp 0.018s coverage: 73.8% of statements [2019-10-21T22:18:59.723Z] #41 32.94 CC images/tun.o [2019-10-21T22:18:59.982Z] #41 33.25 CC images/sk-netlink.o [2019-10-21T22:19:00.099Z] ok github.com/docker/docker/reference 0.019s coverage: 84.4% of statements [2019-10-21T22:19:00.241Z] #41 33.53 CC images/packet-sock.o [2019-10-21T22:19:00.809Z] #41 34.02 CC images/ipc-var.o [2019-10-21T22:19:01.036Z] ok github.com/docker/docker/plugin 0.594s coverage: 27.1% of statements [2019-10-21T22:19:01.066Z] #41 34.25 CC images/ipc-desc.o [2019-10-21T22:19:01.296Z] ok github.com/docker/docker/registry/resumable 0.029s coverage: 100.0% of statements [2019-10-21T22:19:01.323Z] #41 34.53 CC images/ipc-shm.o [2019-10-21T22:19:01.581Z] #41 34.82 CC images/ipc-msg.o [2019-10-21T22:19:01.617Z] #8 unpacking docker.io/library/golang:1.13.3-stretch@sha256:75a8ed141bbbff26ec193d34c856db3e675220411a583fe4f24933080b8f4d00 12.4s done [2019-10-21T22:19:01.617Z] #8 DONE 16.2s [2019-10-21T22:19:01.617Z] [2019-10-21T22:19:01.617Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2019-10-21T22:19:01.617Z] #9 DONE 0.3s [2019-10-21T22:19:01.617Z] [2019-10-21T22:19:01.617Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-10-21T22:19:01.617Z] #10 DONE 0.3s [2019-10-21T22:19:01.617Z] [2019-10-21T22:19:01.617Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-21T22:19:01.617Z] #34 ... [2019-10-21T22:19:01.617Z] [2019-10-21T22:19:01.617Z] #21 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-21T22:19:01.617Z] #21 DONE 0.1s [2019-10-21T22:19:01.617Z] [2019-10-21T22:19:01.617Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-10-21T22:19:01.617Z] #22 DONE 0.1s [2019-10-21T22:19:01.617Z] [2019-10-21T22:19:01.617Z] #68 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-10-21T22:19:01.617Z] #68 DONE 0.1s [2019-10-21T22:19:01.617Z] [2019-10-21T22:19:01.617Z] #62 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-10-21T22:19:01.617Z] #62 DONE 0.1s [2019-10-21T22:19:01.617Z] [2019-10-21T22:19:01.617Z] #47 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-10-21T22:19:01.617Z] #47 DONE 0.1s [2019-10-21T22:19:01.617Z] [2019-10-21T22:19:01.617Z] #44 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-10-21T22:19:01.617Z] #44 DONE 0.1s [2019-10-21T22:19:01.617Z] [2019-10-21T22:19:01.617Z] #50 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-10-21T22:19:01.617Z] #50 DONE 0.1s [2019-10-21T22:19:01.617Z] [2019-10-21T22:19:01.617Z] #31 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-10-21T22:19:01.617Z] #31 DONE 0.2s [2019-10-21T22:19:01.617Z] [2019-10-21T22:19:01.617Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T22:19:01.617Z] #32 0.472 + RM_GOPATH=0 [2019-10-21T22:19:01.617Z] #32 0.472 + TMP_GOPATH= [2019-10-21T22:19:01.617Z] #32 0.472 + : /build [2019-10-21T22:19:01.617Z] #32 0.473 + '[' -z '' ']' [2019-10-21T22:19:01.617Z] #32 0.476 ++ mktemp -d [2019-10-21T22:19:01.617Z] #32 0.483 + export GOPATH=/tmp/tmp.B1O8iCXGIG [2019-10-21T22:19:01.617Z] #32 0.483 + GOPATH=/tmp/tmp.B1O8iCXGIG [2019-10-21T22:19:01.617Z] #32 0.483 + RM_GOPATH=1 [2019-10-21T22:19:01.617Z] #32 0.485 ++ dirname ./install.sh [2019-10-21T22:19:01.617Z] #32 0.492 + dir=. [2019-10-21T22:19:01.617Z] #32 0.492 + bin=tomlv [2019-10-21T22:19:01.617Z] #32 0.492 + shift [2019-10-21T22:19:01.617Z] #32 0.492 + '[' '!' -f ./tomlv.installer ']' [2019-10-21T22:19:01.617Z] #32 0.493 + . ./tomlv.installer [2019-10-21T22:19:01.617Z] #32 0.494 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-21T22:19:01.617Z] #32 0.495 + install_tomlv [2019-10-21T22:19:01.617Z] #32 0.496 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-10-21T22:19:01.617Z] #32 0.496 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.B1O8iCXGIG/src/github.com/BurntSushi/toml [2019-10-21T22:19:01.617Z] #32 0.496 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-21T22:19:01.617Z] #32 0.506 Cloning into '/tmp/tmp.B1O8iCXGIG/src/github.com/BurntSushi/toml'... [2019-10-21T22:19:01.838Z] #41 35.08 CC images/ipc-sem.o [2019-10-21T22:19:01.865Z] ok github.com/docker/docker/restartmanager 0.042s coverage: 45.3% of statements [2019-10-21T22:19:02.096Z] #41 35.29 CC images/utsns.o [2019-10-21T22:19:02.096Z] #41 35.51 CC images/creds.o [2019-10-21T22:19:02.124Z] ok github.com/docker/docker/registry 0.279s coverage: 56.3% of statements [2019-10-21T22:19:02.506Z] #32 1.779 + cd /tmp/tmp.B1O8iCXGIG/src/github.com/BurntSushi/toml [2019-10-21T22:19:02.506Z] #32 1.780 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-21T22:19:02.506Z] #32 1.793 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-10-21T22:19:02.665Z] #41 35.83 CC images/vma.o [2019-10-21T22:19:02.693Z] ok github.com/docker/docker/runconfig 0.029s coverage: 68.2% of statements [2019-10-21T22:19:02.693Z] ok github.com/docker/docker/testutil 0.014s coverage: 62.5% of statements [2019-10-21T22:19:02.919Z] #32 2.300 internal/cpu [2019-10-21T22:19:02.919Z] #32 2.335 runtime/internal/atomic [2019-10-21T22:19:02.922Z] #41 36.08 CC images/netdev.o [2019-10-21T22:19:03.179Z] #41 36.52 CC images/tty.o [2019-10-21T22:19:03.356Z] #32 2.737 runtime/internal/sys [2019-10-21T22:19:03.788Z] #32 2.963 runtime/internal/math [2019-10-21T22:19:03.788Z] #32 3.018 math/bits [2019-10-21T22:19:03.788Z] #32 3.024 internal/bytealg [2019-10-21T22:19:04.069Z] #6 completed: 2019-10-21 22:19:00.230655562 +0000 UTC [2019-10-21T22:19:04.069Z] #6 duration: 2m11.189068038s [2019-10-21T22:19:04.069Z] [2019-10-21T22:19:04.069Z] [2019-10-21T22:19:04.069Z] #7 /bin/sh -c GOOS=${GOOS} GOARCH=${GOARCH} go build -ldflags '-X github.co... [2019-10-21T22:19:04.069Z] #7 digest: sha256:51ad65eed91f7647fd8410854df89364d3a0fb808055c6b7f3c6fba6046b3e4d [2019-10-21T22:19:04.069Z] #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-21T22:19:04.069Z] #7 started: 2019-10-21 22:19:00.23268055 +0000 UTC [2019-10-21T22:19:04.111Z] #41 37.20 CC images/file-lock.o [2019-10-21T22:19:04.369Z] #41 37.47 CC images/rlimit.o [2019-10-21T22:19:04.419Z] #32 3.404 runtime [2019-10-21T22:19:04.419Z] #32 3.896 math [2019-10-21T22:19:04.598Z] ok github.com/docker/docker/volume/drivers 0.020s coverage: 36.1% of statements [2019-10-21T22:19:04.626Z] #41 37.78 CC images/pagemap.o [2019-10-21T22:19:04.884Z] #41 38.21 CC images/siginfo.o [2019-10-21T22:19:05.169Z] ok github.com/docker/docker/volume/local 0.056s coverage: 73.0% of statements [2019-10-21T22:19:05.169Z] ok github.com/docker/docker/volume/mounts 0.078s coverage: 67.0% of statements [2019-10-21T22:19:05.449Z] #41 38.56 CC images/rpc.o [2019-10-21T22:19:05.449Z] #41 ... [2019-10-21T22:19:05.449Z] [2019-10-21T22:19:05.449Z] #62 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:19:05.449Z] #62 104.0 + for f in rootlesskit rootlesskit-docker-proxy [2019-10-21T22:19:05.449Z] #62 104.0 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-10-21T22:19:06.548Z] ok github.com/docker/docker/volume/service 0.024s coverage: 73.0% of statements [2019-10-21T22:19:06.603Z] #32 ... [2019-10-21T22:19:06.603Z] [2019-10-21T22:19:06.604Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:19:06.604Z] #45 0.443 + RM_GOPATH=0 [2019-10-21T22:19:06.604Z] #45 0.444 + TMP_GOPATH= [2019-10-21T22:19:06.604Z] #45 0.444 + : /build [2019-10-21T22:19:06.604Z] #45 0.445 + '[' -z '' ']' [2019-10-21T22:19:06.604Z] #45 0.446 ++ mktemp -d [2019-10-21T22:19:06.604Z] #45 0.449 + export GOPATH=/tmp/tmp.vpUTQwwtK5 [2019-10-21T22:19:06.604Z] #45 0.449 + GOPATH=/tmp/tmp.vpUTQwwtK5 [2019-10-21T22:19:06.604Z] #45 0.449 + RM_GOPATH=1 [2019-10-21T22:19:06.604Z] #45 0.450 ++ dirname ./install.sh [2019-10-21T22:19:06.604Z] #45 0.452 + dir=. [2019-10-21T22:19:06.604Z] #45 0.452 + bin=vndr [2019-10-21T22:19:06.604Z] #45 0.453 + shift [2019-10-21T22:19:06.604Z] #45 0.453 + '[' '!' -f ./vndr.installer ']' [2019-10-21T22:19:06.604Z] #45 0.454 + . ./vndr.installer [2019-10-21T22:19:06.604Z] #45 0.454 ++ : f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-21T22:19:06.604Z] #45 0.454 + install_vndr [2019-10-21T22:19:06.604Z] #45 0.455 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-10-21T22:19:06.604Z] #45 0.455 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-21T22:19:06.604Z] #45 0.456 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.vpUTQwwtK5/src/github.com/LK4D4/vndr [2019-10-21T22:19:06.604Z] #45 0.461 Cloning into '/tmp/tmp.vpUTQwwtK5/src/github.com/LK4D4/vndr'... [2019-10-21T22:19:06.604Z] #45 1.320 + cd /tmp/tmp.vpUTQwwtK5/src/github.com/LK4D4/vndr [2019-10-21T22:19:06.604Z] #45 1.320 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-21T22:19:06.604Z] #45 1.347 + go build -buildmode=pie -v -o /build/vndr . [2019-10-21T22:19:06.604Z] #45 2.484 internal/cpu [2019-10-21T22:19:06.604Z] #45 2.526 runtime/internal/atomic [2019-10-21T22:19:06.604Z] #45 2.768 runtime/internal/sys [2019-10-21T22:19:06.604Z] #45 3.110 internal/race [2019-10-21T22:19:06.604Z] #45 3.162 sync/atomic [2019-10-21T22:19:06.604Z] #45 3.726 runtime [2019-10-21T22:19:06.604Z] #45 3.892 unicode [2019-10-21T22:19:10.230Z] #45 9.466 unicode/utf8 [2019-10-21T22:19:10.230Z] #45 ... [2019-10-21T22:19:10.230Z] [2019-10-21T22:19:10.230Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-21T22:19:10.230Z] #11 0.640 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-21T22:19:10.230Z] #11 0.649 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-21T22:19:10.230Z] #11 0.714 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-21T22:19:10.230Z] #11 0.739 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-21T22:19:10.230Z] #11 0.757 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-21T22:19:10.230Z] #11 1.415 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [485 kB] [2019-10-21T22:19:10.230Z] #11 3.054 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-10-21T22:19:10.230Z] #11 4.011 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-10-21T22:19:10.681Z] #11 ... [2019-10-21T22:19:10.681Z] [2019-10-21T22:19:10.681Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T22:19:10.681Z] #41 0.458 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-21T22:19:10.681Z] #41 0.468 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-21T22:19:10.681Z] #41 0.530 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-21T22:19:10.681Z] #41 0.551 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-21T22:19:10.681Z] #41 0.567 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-21T22:19:10.681Z] #41 1.241 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [485 kB] [2019-10-21T22:19:10.681Z] #41 2.773 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-10-21T22:19:10.681Z] #41 3.652 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-10-21T22:19:10.681Z] #41 ... [2019-10-21T22:19:10.681Z] [2019-10-21T22:19:10.681Z] #29 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-21T22:19:10.681Z] #29 0.540 + mktemp -d [2019-10-21T22:19:10.681Z] #29 0.541 + export GOPATH=/tmp/tmp.PxXc0FnYbI [2019-10-21T22:19:10.681Z] #29 0.542 + git clone https://github.com/kolyshkin/go-swagger.git /tmp/tmp.PxXc0FnYbI/src/github.com/go-swagger/go-swagger [2019-10-21T22:19:10.681Z] #29 0.546 Cloning into '/tmp/tmp.PxXc0FnYbI/src/github.com/go-swagger/go-swagger'... [2019-10-21T22:19:10.681Z] #29 ... [2019-10-21T22:19:10.681Z] [2019-10-21T22:19:10.681Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:19:10.681Z] #23 0.530 + RM_GOPATH=0 [2019-10-21T22:19:10.681Z] #23 0.530 + TMP_GOPATH= [2019-10-21T22:19:10.681Z] #23 0.530 + : /build [2019-10-21T22:19:10.681Z] #23 0.530 + '[' -z '' ']' [2019-10-21T22:19:10.681Z] #23 0.532 ++ mktemp -d [2019-10-21T22:19:10.681Z] #23 0.539 + export GOPATH=/tmp/tmp.FYfU96PJ2Y [2019-10-21T22:19:10.681Z] #23 0.539 + GOPATH=/tmp/tmp.FYfU96PJ2Y [2019-10-21T22:19:10.681Z] #23 0.539 + RM_GOPATH=1 [2019-10-21T22:19:10.681Z] #23 0.543 ++ dirname ./install.sh [2019-10-21T22:19:10.681Z] #23 0.547 + dir=. [2019-10-21T22:19:10.681Z] #23 0.547 + bin=dockercli [2019-10-21T22:19:10.681Z] #23 0.547 + shift [2019-10-21T22:19:10.681Z] #23 0.548 + '[' '!' -f ./dockercli.installer ']' [2019-10-21T22:19:10.681Z] #23 0.548 + . ./dockercli.installer [2019-10-21T22:19:10.681Z] #23 0.549 ++ : stable [2019-10-21T22:19:10.681Z] #23 0.549 ++ : 17.06.2-ce [2019-10-21T22:19:10.681Z] #23 0.551 + install_dockercli [2019-10-21T22:19:10.681Z] #23 0.552 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-10-21T22:19:10.681Z] #23 0.552 Install docker/cli version 17.06.2-ce from stable [2019-10-21T22:19:10.681Z] #23 0.555 ++ uname -m [2019-10-21T22:19:10.681Z] #23 0.561 + arch=s390x [2019-10-21T22:19:10.681Z] #23 0.562 + '[' s390x '!=' x86_64 ']' [2019-10-21T22:19:10.681Z] #23 0.562 + '[' s390x '!=' s390x ']' [2019-10-21T22:19:10.681Z] #23 0.562 + url=https://download.docker.com/linux/static [2019-10-21T22:19:10.681Z] #23 0.565 + tar -xz docker/docker [2019-10-21T22:19:10.681Z] #23 0.569 + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2019-10-21T22:19:10.710Z] #62 ... [2019-10-21T22:19:10.710Z] [2019-10-21T22:19:10.710Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:19:10.710Z] #44 98.41 vendor/golang.org/x/text/transform [2019-10-21T22:19:10.710Z] #44 99.15 vendor/golang.org/x/text/unicode/bidi [2019-10-21T22:19:10.710Z] #44 100.9 vendor/golang.org/x/text/secure/bidirule [2019-10-21T22:19:10.710Z] #44 101.3 vendor/golang.org/x/text/unicode/norm [2019-10-21T22:19:10.710Z] #44 106.0 vendor/golang.org/x/net/idna [2019-10-21T22:19:10.710Z] #44 108.4 vendor/golang.org/x/net/http2/hpack [2019-10-21T22:19:10.710Z] #44 ... [2019-10-21T22:19:10.710Z] [2019-10-21T22:19:10.710Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:19:10.710Z] #41 39.88 CC images/ext-file.o [2019-10-21T22:19:10.710Z] #41 40.15 CC images/cgroup.o [2019-10-21T22:19:10.710Z] #41 40.91 CC images/userns.o [2019-10-21T22:19:10.710Z] #41 41.21 CC images/google/protobuf/descriptor.o [2019-10-21T22:19:10.710Z] #41 42.94 CC images/opts.o [2019-10-21T22:19:10.710Z] #41 43.20 CC images/seccomp.o [2019-10-21T22:19:10.710Z] #41 43.53 CC images/binfmt-misc.o [2019-10-21T22:19:10.710Z] #41 43.75 CC images/time.o [2019-10-21T22:19:10.710Z] #41 43.98 CC images/sysctl.o [2019-10-21T22:19:10.967Z] #41 44.27 CC images/autofs.o [2019-10-21T22:19:11.096Z] #23 ... [2019-10-21T22:19:11.096Z] [2019-10-21T22:19:11.096Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-21T22:19:11.096Z] #39 0.538 + mktemp -d [2019-10-21T22:19:11.096Z] #39 0.541 + export GOPATH=/tmp/tmp.qTn7hPu24m [2019-10-21T22:19:11.096Z] #39 0.542 + git clone https://github.com/docker/distribution.git /tmp/tmp.qTn7hPu24m/src/github.com/docker/distribution [2019-10-21T22:19:11.096Z] #39 0.546 Cloning into '/tmp/tmp.qTn7hPu24m/src/github.com/docker/distribution'... [2019-10-21T22:19:11.096Z] #39 ... [2019-10-21T22:19:11.096Z] [2019-10-21T22:19:11.096Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-21T22:19:11.096Z] #34 0.634 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-21T22:19:11.096Z] #34 0.644 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-21T22:19:11.096Z] #34 0.735 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-21T22:19:11.096Z] #34 0.737 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-21T22:19:11.096Z] #34 0.750 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-21T22:19:11.096Z] #34 1.394 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [485 kB] [2019-10-21T22:19:11.096Z] #34 3.037 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-10-21T22:19:11.096Z] #34 3.921 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-10-21T22:19:11.096Z] #34 ... [2019-10-21T22:19:11.096Z] [2019-10-21T22:19:11.096Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:19:11.096Z] #51 0.309 + RM_GOPATH=0 [2019-10-21T22:19:11.096Z] #51 0.309 + TMP_GOPATH= [2019-10-21T22:19:11.096Z] #51 0.310 + : /build [2019-10-21T22:19:11.096Z] #51 0.310 + '[' -z '' ']' [2019-10-21T22:19:11.096Z] #51 0.310 ++ mktemp -d [2019-10-21T22:19:11.096Z] #51 0.312 + export GOPATH=/tmp/tmp.F9Q4dmGq4q [2019-10-21T22:19:11.096Z] #51 0.312 + GOPATH=/tmp/tmp.F9Q4dmGq4q [2019-10-21T22:19:11.096Z] #51 0.312 + RM_GOPATH=1 [2019-10-21T22:19:11.096Z] #51 0.312 ++ dirname ./install.sh [2019-10-21T22:19:11.096Z] #51 0.332 + dir=. [2019-10-21T22:19:11.096Z] #51 0.332 + bin=golangci_lint [2019-10-21T22:19:11.096Z] #51 0.333 + shift [2019-10-21T22:19:11.096Z] #51 0.333 + '[' '!' -f ./golangci_lint.installer ']' [2019-10-21T22:19:11.096Z] #51 0.333 + . ./golangci_lint.installer [2019-10-21T22:19:11.096Z] #51 0.334 ++ : v1.20.0 [2019-10-21T22:19:11.096Z] #51 0.334 + install_golangci_lint [2019-10-21T22:19:11.096Z] #51 0.335 + echo 'Installing golangci-lint version v1.20.0' [2019-10-21T22:19:11.096Z] #51 0.335 Installing golangci-lint version v1.20.0 [2019-10-21T22:19:11.096Z] #51 0.335 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2019-10-21T22:19:11.225Z] #41 44.50 CC images/macvlan.o [2019-10-21T22:19:11.483Z] #41 44.73 CC images/sit.o [2019-10-21T22:19:11.522Z] #51 ... [2019-10-21T22:19:11.522Z] [2019-10-21T22:19:11.522Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:19:11.522Z] #23 10.71 + mkdir -p /build [2019-10-21T22:19:11.522Z] #23 10.71 + mv docker/docker /build/ [2019-10-21T22:19:11.522Z] #23 10.71 + rmdir docker [2019-10-21T22:19:11.522Z] #23 DONE 10.8s [2019-10-21T22:19:11.522Z] [2019-10-21T22:19:11.522Z] #69 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T22:19:11.522Z] #69 0.513 + RM_GOPATH=0 [2019-10-21T22:19:11.522Z] #69 0.514 + TMP_GOPATH= [2019-10-21T22:19:11.522Z] #69 0.514 + : /build [2019-10-21T22:19:11.522Z] #69 0.514 + '[' -z '' ']' [2019-10-21T22:19:11.522Z] #69 0.520 ++ mktemp -d [2019-10-21T22:19:11.522Z] #69 0.527 + export GOPATH=/tmp/tmp.I2fslA3oFF [2019-10-21T22:19:11.522Z] #69 0.527 + GOPATH=/tmp/tmp.I2fslA3oFF [2019-10-21T22:19:11.522Z] #69 0.527 + RM_GOPATH=1 [2019-10-21T22:19:11.522Z] #69 0.530 ++ dirname ./install.sh [2019-10-21T22:19:11.522Z] #69 0.534 + dir=. [2019-10-21T22:19:11.522Z] #69 0.535 + bin=proxy [2019-10-21T22:19:11.522Z] #69 0.535 + shift [2019-10-21T22:19:11.522Z] #69 0.536 + '[' '!' -f ./proxy.installer ']' [2019-10-21T22:19:11.522Z] #69 0.536 + . ./proxy.installer [2019-10-21T22:19:11.522Z] #69 0.537 ++ : 0025177e3dabbe0de151be0957dcaff149d43536 [2019-10-21T22:19:11.522Z] #69 0.539 + install_proxy [2019-10-21T22:19:11.522Z] #69 0.540 + case "$1" in [2019-10-21T22:19:11.522Z] #69 0.540 + export CGO_ENABLED=0 [2019-10-21T22:19:11.522Z] #69 0.540 + CGO_ENABLED=0 [2019-10-21T22:19:11.522Z] #69 0.541 + _install_proxy [2019-10-21T22:19:11.522Z] #69 0.541 + echo 'Install docker-proxy version 0025177e3dabbe0de151be0957dcaff149d43536' [2019-10-21T22:19:11.522Z] #69 0.541 Install docker-proxy version 0025177e3dabbe0de151be0957dcaff149d43536 [2019-10-21T22:19:11.522Z] #69 0.542 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.I2fslA3oFF/src/github.com/docker/libnetwork [2019-10-21T22:19:11.522Z] #69 0.552 Cloning into '/tmp/tmp.I2fslA3oFF/src/github.com/docker/libnetwork'... [2019-10-21T22:19:11.522Z] #69 ... [2019-10-21T22:19:11.522Z] [2019-10-21T22:19:11.522Z] #48 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:19:11.522Z] #48 0.487 + RM_GOPATH=0 [2019-10-21T22:19:11.522Z] #48 0.487 + TMP_GOPATH= [2019-10-21T22:19:11.522Z] #48 0.487 + : /build [2019-10-21T22:19:11.522Z] #48 0.488 + '[' -z '' ']' [2019-10-21T22:19:11.522Z] #48 0.493 ++ mktemp -d [2019-10-21T22:19:11.522Z] #48 0.500 + export GOPATH=/tmp/tmp.w0APz2stTF [2019-10-21T22:19:11.522Z] #48 0.500 + GOPATH=/tmp/tmp.w0APz2stTF [2019-10-21T22:19:11.522Z] #48 0.500 + RM_GOPATH=1 [2019-10-21T22:19:11.522Z] #48 0.503 ++ dirname ./install.sh [2019-10-21T22:19:11.522Z] #48 0.509 + dir=. [2019-10-21T22:19:11.522Z] #48 0.509 + bin=gotestsum [2019-10-21T22:19:11.522Z] #48 0.509 + shift [2019-10-21T22:19:11.522Z] #48 0.510 + '[' '!' -f ./gotestsum.installer ']' [2019-10-21T22:19:11.522Z] #48 0.510 + . ./gotestsum.installer [2019-10-21T22:19:11.522Z] #48 0.510 ++ : v0.3.5 [2019-10-21T22:19:11.522Z] #48 0.511 + install_gotestsum [2019-10-21T22:19:11.522Z] #48 0.512 Installing gotestsum version v0.3.5 [2019-10-21T22:19:11.522Z] #48 0.512 + echo 'Installing gotestsum version v0.3.5' [2019-10-21T22:19:11.522Z] #48 0.512 + go get -d gotest.tools/gotestsum [2019-10-21T22:19:11.522Z] #48 ... [2019-10-21T22:19:11.522Z] [2019-10-21T22:19:11.522Z] #57 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-21T22:19:11.522Z] #57 0.463 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-21T22:19:11.522Z] #57 0.474 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-21T22:19:11.522Z] #57 0.531 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-21T22:19:11.522Z] #57 0.558 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-21T22:19:11.522Z] #57 0.571 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-21T22:19:11.522Z] #57 1.109 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [485 kB] [2019-10-21T22:19:11.522Z] #57 2.772 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-10-21T22:19:11.522Z] #57 3.543 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-10-21T22:19:11.740Z] #41 44.99 LINK images/built-in.o [2019-10-21T22:19:11.942Z] #57 ... [2019-10-21T22:19:11.942Z] [2019-10-21T22:19:11.942Z] #63 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:19:11.942Z] #63 0.504 + RM_GOPATH=0 [2019-10-21T22:19:11.942Z] #63 0.512 + TMP_GOPATH= [2019-10-21T22:19:11.942Z] #63 0.513 + : /build/ [2019-10-21T22:19:11.942Z] #63 0.516 + '[' -z '' ']' [2019-10-21T22:19:11.942Z] #63 0.519 ++ mktemp -d [2019-10-21T22:19:11.942Z] #63 0.526 + export GOPATH=/tmp/tmp.lfHQedDYFR [2019-10-21T22:19:11.942Z] #63 0.526 + GOPATH=/tmp/tmp.lfHQedDYFR [2019-10-21T22:19:11.942Z] #63 0.526 + RM_GOPATH=1 [2019-10-21T22:19:11.942Z] #63 0.529 ++ dirname ./install.sh [2019-10-21T22:19:11.942Z] #63 0.534 + dir=. [2019-10-21T22:19:11.942Z] #63 0.534 + bin=rootlesskit [2019-10-21T22:19:11.942Z] #63 0.535 + shift [2019-10-21T22:19:11.942Z] #63 0.535 + '[' '!' -f ./rootlesskit.installer ']' [2019-10-21T22:19:11.942Z] #63 0.535 + . ./rootlesskit.installer [2019-10-21T22:19:11.942Z] #63 0.536 ++ : 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-21T22:19:11.942Z] #63 0.539 + install_rootlesskit [2019-10-21T22:19:11.942Z] #63 0.540 + case "$1" in [2019-10-21T22:19:11.942Z] #63 0.540 + export CGO_ENABLED=0 [2019-10-21T22:19:11.942Z] #63 0.540 + CGO_ENABLED=0 [2019-10-21T22:19:11.942Z] #63 0.540 + _install_rootlesskit [2019-10-21T22:19:11.942Z] #63 0.540 + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-10-21T22:19:11.942Z] #63 0.540 Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-21T22:19:11.942Z] #63 0.540 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.lfHQedDYFR/src/github.com/rootless-containers/rootlesskit [2019-10-21T22:19:11.942Z] #63 0.550 Cloning into '/tmp/tmp.lfHQedDYFR/src/github.com/rootless-containers/rootlesskit'... [2019-10-21T22:19:11.942Z] #63 3.921 + cd /tmp/tmp.lfHQedDYFR/src/github.com/rootless-containers/rootlesskit [2019-10-21T22:19:11.942Z] #63 3.921 + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-21T22:19:11.942Z] #63 4.147 + for f in rootlesskit rootlesskit-docker-proxy [2019-10-21T22:19:11.942Z] #63 4.147 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-10-21T22:19:11.942Z] #63 ... [2019-10-21T22:19:11.942Z] [2019-10-21T22:19:11.942Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-21T22:19:11.942Z] #25 0.481 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-21T22:19:11.942Z] #25 0.493 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-21T22:19:11.942Z] #25 0.528 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-21T22:19:11.942Z] #25 0.545 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-21T22:19:11.942Z] #25 0.560 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-21T22:19:11.942Z] #25 1.097 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [485 kB] [2019-10-21T22:19:11.942Z] #25 2.763 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-10-21T22:19:11.942Z] #25 3.590 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-10-21T22:19:11.942Z] #25 ... [2019-10-21T22:19:11.942Z] [2019-10-21T22:19:11.942Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:19:11.942Z] #45 10.67 math [2019-10-21T22:19:11.997Z] #41 45.10 GEN compel/include/asm [2019-10-21T22:19:11.997Z] #41 45.11 GEN compel/include/version.h [2019-10-21T22:19:11.997Z] #41 45.15 touch .config [2019-10-21T22:19:11.997Z] #41 45.16 GEN include/common/config.h [2019-10-21T22:19:11.997Z] #41 45.26 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2019-10-21T22:19:11.997Z] #41 45.28 GEN compel/plugins/include/uapi/std/syscall-64.h [2019-10-21T22:19:11.997Z] #41 45.31 GEN compel/arch/x86/plugins/std/syscalls-64.S [2019-10-21T22:19:11.997Z] #41 45.34 DEP compel/arch/x86/plugins/std/syscalls-64.d [2019-10-21T22:19:11.997Z] #41 45.36 DEP compel/arch/x86/plugins/std/memcpy.d [2019-10-21T22:19:12.254Z] #41 45.39 DEP compel/arch/x86/plugins/std/parasite-head.d [2019-10-21T22:19:12.254Z] #41 45.43 GEN compel/plugins/include/uapi/std/syscall.h [2019-10-21T22:19:12.254Z] #41 45.49 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2019-10-21T22:19:12.254Z] #41 45.51 GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-10-21T22:19:12.254Z] #41 45.54 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-10-21T22:19:12.254Z] #41 45.55 DEP compel/plugins/std/infect.d [2019-10-21T22:19:12.512Z] #41 45.65 DEP compel/plugins/std/string.d [2019-10-21T22:19:12.512Z] #41 45.80 DEP compel/plugins/std/log.d [2019-10-21T22:19:12.512Z] #41 45.94 DEP compel/plugins/std/fds.d [2019-10-21T22:19:12.800Z] #41 ... [2019-10-21T22:19:12.800Z] [2019-10-21T22:19:12.800Z] #62 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:19:12.800Z] #62 DONE 111.5s [2019-10-21T22:19:12.800Z] [2019-10-21T22:19:12.800Z] #63 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-10-21T22:19:12.800Z] #63 DONE 0.1s [2019-10-21T22:19:12.800Z] [2019-10-21T22:19:12.800Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:19:12.800Z] #44 109.7 mime [2019-10-21T22:19:12.800Z] #44 111.4 mime/quotedprintable [2019-10-21T22:19:13.406Z] #44 112.3 net/http/internal [2019-10-21T22:19:16.553Z] #45 ... [2019-10-21T22:19:16.553Z] [2019-10-21T22:19:16.553Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T22:19:16.553Z] #41 15.66 Fetched 7670 kB in 15s (504 kB/s) [2019-10-21T22:19:16.830Z] #44 115.2 net/textproto [2019-10-21T22:19:16.830Z] #44 115.2 crypto/x509 [2019-10-21T22:19:17.405Z] #44 116.0 vendor/golang.org/x/net/http/httpguts [2019-10-21T22:19:17.405Z] #44 ... [2019-10-21T22:19:17.405Z] [2019-10-21T22:19:17.405Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:19:17.405Z] #41 46.14 DEP compel/plugins/std/std.d [2019-10-21T22:19:17.405Z] #41 46.32 DEP compel/plugins/shmem/shmem.d [2019-10-21T22:19:17.405Z] #41 46.57 DEP compel/plugins/fds/fds.d [2019-10-21T22:19:17.405Z] #41 47.03 CC compel/plugins/std/std.o [2019-10-21T22:19:17.405Z] #41 47.69 CC compel/plugins/std/fds.o [2019-10-21T22:19:17.405Z] #41 48.33 CC compel/plugins/std/log.o [2019-10-21T22:19:17.405Z] #41 49.21 CC compel/plugins/std/string.o [2019-10-21T22:19:17.405Z] #41 49.79 CC compel/plugins/std/infect.o [2019-10-21T22:19:17.405Z] #41 50.26 CC compel/arch/x86/plugins/std/parasite-head.o [2019-10-21T22:19:17.405Z] #41 50.33 CC compel/arch/x86/plugins/std/memcpy.o [2019-10-21T22:19:17.405Z] #41 50.41 CC compel/arch/x86/plugins/std/syscalls-64.o [2019-10-21T22:19:17.405Z] #41 50.48 AR compel/plugins/std.lib.a [2019-10-21T22:19:17.405Z] #41 50.53 CC compel/plugins/fds/fds.o [2019-10-21T22:19:17.405Z] #41 50.79 AR compel/plugins/fds.lib.a [2019-10-21T22:19:17.664Z] #41 50.88 HOSTDEP compel/src/lib/log-host.d [2019-10-21T22:19:17.664Z] #41 50.97 HOSTDEP compel/src/lib/handle-elf-host.d [2019-10-21T22:19:17.921Z] #41 51.17 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2019-10-21T22:19:18.178Z] #41 51.29 HOSTDEP compel/src/main-host.d [2019-10-21T22:19:18.178Z] #41 51.40 DEP compel/src/lib/ptrace.d [2019-10-21T22:19:18.178Z] #41 51.54 DEP compel/src/lib/infect.d [2019-10-21T22:19:18.436Z] #41 51.71 DEP compel/src/lib/infect-util.d [2019-10-21T22:19:18.436Z] #41 51.81 DEP compel/src/lib/infect-rpc.d [2019-10-21T22:19:18.693Z] #41 51.96 DEP compel/arch/x86/src/lib/infect.d [2019-10-21T22:19:18.950Z] #41 52.13 DEP compel/arch/x86/src/lib/cpu.d [2019-10-21T22:19:18.950Z] #41 52.21 DEP compel/src/lib/log.d [2019-10-21T22:19:18.950Z] #41 52.31 DEP compel/src/main.d [2019-10-21T22:19:19.208Z] #41 52.43 DEP compel/src/lib/handle-elf.d [2019-10-21T22:19:19.466Z] #41 52.55 DEP compel/arch/x86/src/lib/handle-elf.d [2019-10-21T22:19:19.466Z] #41 52.79 CC compel/src/lib/log.o [2019-10-21T22:19:20.031Z] #41 53.17 CC compel/arch/x86/src/lib/cpu.o [2019-10-21T22:19:20.288Z] #41 ... [2019-10-21T22:19:20.288Z] [2019-10-21T22:19:20.288Z] #47 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:19:20.288Z] #47 DONE 118.7s [2019-10-21T22:19:20.288Z] [2019-10-21T22:19:20.288Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:19:20.288Z] #44 116.3 vendor/golang.org/x/net/http/httpproxy [2019-10-21T22:19:20.288Z] #44 116.8 mime/multipart [2019-10-21T22:19:20.547Z] #44 119.4 crypto/tls [2019-10-21T22:19:21.204Z] #41 15.66 Reading package lists... [2019-10-21T22:19:21.204Z] #41 ... [2019-10-21T22:19:21.204Z] [2019-10-21T22:19:21.204Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:19:21.204Z] #51 18.37 + cd /tmp/tmp.F9Q4dmGq4q/src/github.com/golangci/golangci-lint/ [2019-10-21T22:19:21.204Z] #51 18.37 + git checkout -q v1.20.0 [2019-10-21T22:19:21.204Z] #51 19.08 ++ git describe --tags [2019-10-21T22:19:21.204Z] #51 19.10 + version=v1.20.0 [2019-10-21T22:19:21.204Z] #51 19.11 ++ git rev-parse --short HEAD [2019-10-21T22:19:21.204Z] #51 19.11 + commit=cc98739 [2019-10-21T22:19:21.204Z] #51 19.13 ++ git show -s --format=%cd [2019-10-21T22:19:21.204Z] #51 19.13 + commitDate='Tue Oct 8 14:38:32 2019 +0300' [2019-10-21T22:19:21.204Z] #51 19.13 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.20.0" -X "main.commit=cc98739" -X "main.date=Tue Oct 8 14:38:32 2019 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2019-10-21T22:19:23.310Z] #51 ... [2019-10-21T22:19:23.310Z] [2019-10-21T22:19:23.310Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T22:19:23.310Z] #32 12.42 internal/testlog [2019-10-21T22:19:23.310Z] #32 12.80 encoding [2019-10-21T22:19:23.310Z] #32 12.96 runtime/cgo [2019-10-21T22:19:23.310Z] #32 ... [2019-10-21T22:19:23.310Z] [2019-10-21T22:19:23.310Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:19:23.310Z] #45 17.47 unicode/utf16 [2019-10-21T22:19:23.310Z] #45 17.82 container/list [2019-10-21T22:19:23.310Z] #45 18.43 crypto/internal/subtle [2019-10-21T22:19:23.310Z] #45 18.55 crypto/subtle [2019-10-21T22:19:23.310Z] #45 18.65 vendor/golang.org/x/crypto/cryptobyte/asn1 [2019-10-21T22:19:23.310Z] #45 18.74 internal/nettrace [2019-10-21T22:19:23.310Z] #45 18.81 runtime/cgo [2019-10-21T22:19:24.727Z] #44 ... [2019-10-21T22:19:24.727Z] [2019-10-21T22:19:24.727Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:19:24.727Z] #41 54.30 CC compel/arch/x86/src/lib/infect.o [2019-10-21T22:19:24.727Z] #41 55.35 CC compel/src/lib/infect-rpc.o [2019-10-21T22:19:24.727Z] #41 55.75 CC compel/src/lib/infect-util.o [2019-10-21T22:19:24.727Z] #41 56.01 CC compel/src/lib/infect.o [2019-10-21T22:19:24.727Z] #41 58.09 CC compel/src/lib/ptrace.o [2019-10-21T22:19:25.291Z] #41 58.55 AR compel/libcompel.a [2019-10-21T22:19:25.291Z] #41 58.64 HOSTCC compel/src/main-host.o [2019-10-21T22:19:25.337Z] #45 ... [2019-10-21T22:19:25.337Z] [2019-10-21T22:19:25.337Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-21T22:19:25.337Z] #34 14.96 Fetched 7670 kB in 14s (534 kB/s) [2019-10-21T22:19:25.337Z] #34 14.96 Reading package lists... [2019-10-21T22:19:25.337Z] #34 19.81 Reading package lists... [2019-10-21T22:19:25.337Z] #34 ... [2019-10-21T22:19:25.337Z] [2019-10-21T22:19:25.337Z] #69 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T22:19:25.337Z] #69 15.91 + cd /tmp/tmp.I2fslA3oFF/src/github.com/docker/libnetwork [2019-10-21T22:19:25.337Z] #69 15.92 + git checkout -q 0025177e3dabbe0de151be0957dcaff149d43536 [2019-10-21T22:19:25.337Z] #69 16.29 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-10-21T22:19:25.777Z] #69 ... [2019-10-21T22:19:25.777Z] [2019-10-21T22:19:25.777Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-21T22:19:25.777Z] #25 15.44 Fetched 7670 kB in 14s (512 kB/s) [2019-10-21T22:19:25.777Z] #25 15.44 Reading package lists... [2019-10-21T22:19:25.777Z] #25 20.32 Reading package lists... [2019-10-21T22:19:25.777Z] #25 ... [2019-10-21T22:19:25.777Z] [2019-10-21T22:19:25.777Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-21T22:19:25.777Z] #39 15.41 + cd /tmp/tmp.qTn7hPu24m/src/github.com/docker/distribution [2019-10-21T22:19:25.777Z] #39 15.41 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-10-21T22:19:25.777Z] #39 17.44 + GOPATH=/tmp/tmp.qTn7hPu24m/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.qTn7hPu24m go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-10-21T22:19:25.777Z] #39 ... [2019-10-21T22:19:25.777Z] [2019-10-21T22:19:25.777Z] #57 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-21T22:19:25.777Z] #57 15.45 Fetched 7670 kB in 14s (514 kB/s) [2019-10-21T22:19:25.777Z] #57 15.45 Reading package lists... [2019-10-21T22:19:25.856Z] #41 59.09 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2019-10-21T22:19:25.856Z] #41 59.27 HOSTCC compel/src/lib/handle-elf-host.o [2019-10-21T22:19:26.420Z] #41 59.59 HOSTCC compel/src/lib/log-host.o [2019-10-21T22:19:26.420Z] #41 59.77 HOSTLINK compel/compel-host-bin [2019-10-21T22:19:26.420Z] #41 59.85 DEP soccr/soccr.d [2019-10-21T22:19:26.452Z] #57 21.35 Reading package lists... [2019-10-21T22:19:26.452Z] #57 ... [2019-10-21T22:19:26.452Z] [2019-10-21T22:19:26.452Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-21T22:19:26.452Z] #11 15.33 Fetched 7670 kB in 14s (521 kB/s) [2019-10-21T22:19:26.452Z] #11 15.33 Reading package lists... [2019-10-21T22:19:26.452Z] #11 20.84 Reading package lists... [2019-10-21T22:19:26.452Z] #11 ... [2019-10-21T22:19:26.452Z] [2019-10-21T22:19:26.452Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-21T22:19:26.452Z] #34 19.81 Reading package lists... [2019-10-21T22:19:26.975Z] #34 25.60 Building dependency tree... [2019-10-21T22:19:26.984Z] #41 60.01 CC soccr/soccr.o [2019-10-21T22:19:26.984Z] #41 ... [2019-10-21T22:19:26.984Z] [2019-10-21T22:19:26.984Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:19:26.984Z] #44 125.7 net/http/httptrace [2019-10-21T22:19:27.241Z] #44 125.9 net/http [2019-10-21T22:19:28.384Z] #34 27.64 The following additional packages will be installed: [2019-10-21T22:19:28.384Z] #34 27.65 cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-10-21T22:19:28.384Z] #34 27.65 Suggested packages: [2019-10-21T22:19:28.384Z] #34 27.65 codeblocks eclipse ninja-build lrzip [2019-10-21T22:19:28.384Z] #34 27.65 Recommended packages: [2019-10-21T22:19:28.384Z] #34 27.65 xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-10-21T22:19:28.467Z] ok github.com/docker/docker/pkg/plugins 33.635s coverage: 76.6% of statements [2019-10-21T22:19:28.467Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-10-21T22:19:28.467Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-10-21T22:19:28.467Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-10-21T22:19:28.467Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-10-21T22:19:28.467Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-10-21T22:19:28.467Z] ? github.com/docker/docker/rootless [no test files] [2019-10-21T22:19:28.467Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-10-21T22:19:28.467Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-10-21T22:19:28.467Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-10-21T22:19:28.467Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-10-21T22:19:28.467Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-10-21T22:19:28.467Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-10-21T22:19:28.467Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-10-21T22:19:28.467Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-10-21T22:19:28.467Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-10-21T22:19:28.467Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-10-21T22:19:28.467Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-10-21T22:19:28.467Z] ? github.com/docker/docker/testutil/request [no test files] [2019-10-21T22:19:28.467Z] ? github.com/docker/docker/volume [no test files] [2019-10-21T22:19:28.467Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-10-21T22:19:28.467Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-10-21T22:19:28.467Z] [2019-10-21T22:19:28.467Z] === Skipped [2019-10-21T22:19:28.467Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-10-21T22:19:28.467Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-10-21T22:19:28.467Z] [2019-10-21T22:19:28.467Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-10-21T22:19:28.467Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-10-21T22:19:28.467Z] [2019-10-21T22:19:28.467Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-10-21T22:19:28.467Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T22:19:28.467Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-21T22:19:28.467Z] [2019-10-21T22:19:28.467Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-10-21T22:19:28.467Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T22:19:28.467Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-21T22:19:28.467Z] [2019-10-21T22:19:28.467Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-10-21T22:19:28.467Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T22:19:28.467Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-21T22:19:28.467Z] [2019-10-21T22:19:28.467Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-10-21T22:19:28.467Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T22:19:28.467Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-21T22:19:28.467Z] [2019-10-21T22:19:28.467Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-10-21T22:19:28.467Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T22:19:28.467Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-21T22:19:28.467Z] [2019-10-21T22:19:28.467Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-10-21T22:19:28.467Z] graphtest_unix.go:73: No driver to put! [2019-10-21T22:19:28.467Z] [2019-10-21T22:19:28.467Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-10-21T22:19:28.467Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-10-21T22:19:28.467Z] [2019-10-21T22:19:28.467Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-10-21T22:19:28.467Z] overlay_test.go:49: Fails to compute changes intermittently [2019-10-21T22:19:28.467Z] [2019-10-21T22:19:28.467Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-10-21T22:19:28.467Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-10-21T22:19:28.467Z] [2019-10-21T22:19:28.467Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-10-21T22:19:28.467Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-10-21T22:19:28.467Z] [2019-10-21T22:19:28.467Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-10-21T22:19:28.467Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T22:19:28.467Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-21T22:19:28.467Z] [2019-10-21T22:19:28.467Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-10-21T22:19:28.467Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T22:19:28.467Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-21T22:19:28.467Z] [2019-10-21T22:19:28.467Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-10-21T22:19:28.467Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T22:19:28.467Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-21T22:19:28.467Z] [2019-10-21T22:19:28.467Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-10-21T22:19:28.467Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T22:19:28.467Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-21T22:19:28.467Z] [2019-10-21T22:19:28.467Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-10-21T22:19:28.467Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T22:19:28.467Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-21T22:19:28.467Z] [2019-10-21T22:19:28.467Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-10-21T22:19:28.467Z] graphtest_unix.go:73: No driver to put! [2019-10-21T22:19:28.467Z] [2019-10-21T22:19:28.467Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-10-21T22:19:28.467Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-10-21T22:19:28.467Z] [2019-10-21T22:19:28.467Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-10-21T22:19:28.467Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-10-21T22:19:28.467Z] [2019-10-21T22:19:28.467Z] [2019-10-21T22:19:28.467Z] DONE 2115 tests, 20 skipped in 184.998s Post stage [Pipeline] junit [2019-10-21T22:19:28.481Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-10-21T22:19:28.907Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40115/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3ddb4100a052aa556e78fefdf955cf0b7c374d43 -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:3ddb4100a052aa556e78fefdf955cf0b7c374d43 hack/make.sh dynbinary test-integration [2019-10-21T22:19:29.246Z] #34 28.83 The following NEW packages will be installed: [2019-10-21T22:19:29.246Z] #34 28.84 cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-10-21T22:19:29.246Z] #34 28.84 vim-common xxd [2019-10-21T22:19:29.246Z] #34 28.93 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2019-10-21T22:19:29.246Z] #34 28.93 Need to get 13.2 MB of archives. [2019-10-21T22:19:29.246Z] #34 28.93 After this operation, 59.4 MB of additional disk space will be used. [2019-10-21T22:19:29.246Z] #34 28.93 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x cmake-data all 3.7.2-1 [1216 kB] [2019-10-21T22:19:29.246Z] #34 29.00 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-21T22:19:29.246Z] #34 29.01 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libicu57 s390x 57.1-6+deb9u3 [7528 kB] [2019-10-21T22:19:29.607Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-10-21T22:19:29.608Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-10-21T22:19:29.846Z] [2019-10-21T22:19:29.846Z] Removing bundles/ [2019-10-21T22:19:29.846Z] [2019-10-21T22:19:29.846Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-10-21T22:19:29.846Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-10-21T22:19:29.846Z] GOOS="" GOARCH="" GOARM="" [2019-10-21T22:19:30.131Z] #34 29.80 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-21T22:19:30.131Z] #34 29.80 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libarchive13 s390x 3.2.2-2+deb9u1 [283 kB] [2019-10-21T22:19:30.131Z] #34 29.86 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] [2019-10-21T22:19:30.131Z] #34 29.86 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libuv1 s390x 1.9.1-3 [82.4 kB] [2019-10-21T22:19:30.131Z] #34 29.86 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x cmake s390x 3.7.2-1 [2797 kB] [2019-10-21T22:19:30.522Z] #34 30.16 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xxd s390x 2:8.0.0197-4+deb9u3 [132 kB] [2019-10-21T22:19:30.522Z] #34 30.16 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-10-21T22:19:31.389Z] #34 ... [2019-10-21T22:19:31.389Z] [2019-10-21T22:19:31.389Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-21T22:19:31.389Z] #25 25.57 Building dependency tree... [2019-10-21T22:19:31.389Z] #25 27.47 ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-10-21T22:19:31.389Z] #25 27.47 The following additional packages will be installed: [2019-10-21T22:19:31.389Z] #25 27.47 libjq1 libonig4 [2019-10-21T22:19:31.389Z] #25 27.95 The following NEW packages will be installed: [2019-10-21T22:19:31.389Z] #25 27.96 jq libjq1 libonig4 [2019-10-21T22:19:31.389Z] #25 28.08 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2019-10-21T22:19:31.389Z] #25 28.08 Need to get 328 kB of archives. [2019-10-21T22:19:31.389Z] #25 28.08 After this operation, 1263 kB of additional disk space will be used. [2019-10-21T22:19:31.389Z] #25 28.08 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libonig4 s390x 6.1.3-2 [142 kB] [2019-10-21T22:19:31.389Z] #25 28.12 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjq1 s390x 1.5+dfsg-1.3 [126 kB] [2019-10-21T22:19:31.389Z] #25 28.12 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x jq s390x 1.5+dfsg-1.3 [59.2 kB] [2019-10-21T22:19:31.389Z] #25 29.03 debconf: delaying package configuration, since apt-utils is not installed [2019-10-21T22:19:31.389Z] #25 29.16 Fetched 328 kB in 0s (3243 kB/s) [2019-10-21T22:19:31.389Z] #25 29.28 Selecting previously unselected package libonig4:s390x. [2019-10-21T22:19:31.389Z] #25 29.28 (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-21T22:19:31.389Z] #25 29.34 Preparing to unpack .../libonig4_6.1.3-2_s390x.deb ... [2019-10-21T22:19:31.389Z] #25 29.79 Unpacking libonig4:s390x (6.1.3-2) ... [2019-10-21T22:19:31.389Z] #25 30.05 Selecting previously unselected package libjq1:s390x. [2019-10-21T22:19:31.389Z] #25 30.06 Preparing to unpack .../libjq1_1.5+dfsg-1.3_s390x.deb ... [2019-10-21T22:19:31.389Z] #25 30.07 Unpacking libjq1:s390x (1.5+dfsg-1.3) ... [2019-10-21T22:19:31.389Z] #25 30.28 Selecting previously unselected package jq. [2019-10-21T22:19:31.389Z] #25 30.30 Preparing to unpack .../jq_1.5+dfsg-1.3_s390x.deb ... [2019-10-21T22:19:31.389Z] #25 30.31 Unpacking jq (1.5+dfsg-1.3) ... [2019-10-21T22:19:31.389Z] #25 30.52 Setting up libonig4:s390x (6.1.3-2) ... [2019-10-21T22:19:31.389Z] #25 30.53 Setting up libjq1:s390x (1.5+dfsg-1.3) ... [2019-10-21T22:19:31.389Z] #25 30.54 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T22:19:31.389Z] #25 30.62 Setting up jq (1.5+dfsg-1.3) ... [2019-10-21T22:19:31.389Z] #25 DONE 30.9s [2019-10-21T22:19:31.389Z] [2019-10-21T22:19:31.389Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-21T22:19:31.389Z] #11 20.84 Reading package lists... [2019-10-21T22:19:31.389Z] #11 26.39 Building dependency tree... [2019-10-21T22:19:31.389Z] #11 28.70 The following additional packages will be installed: [2019-10-21T22:19:31.389Z] #11 28.71 libapparmor1 libseccomp2 [2019-10-21T22:19:31.389Z] #11 28.72 Suggested packages: [2019-10-21T22:19:31.389Z] #11 28.72 seccomp [2019-10-21T22:19:31.389Z] #11 29.08 The following NEW packages will be installed: [2019-10-21T22:19:31.389Z] #11 29.09 libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-10-21T22:19:31.389Z] #11 29.30 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded. [2019-10-21T22:19:31.389Z] #11 29.30 Need to get 301 kB of archives. [2019-10-21T22:19:31.389Z] #11 29.30 After this operation, 1402 kB of additional disk space will be used. [2019-10-21T22:19:31.389Z] #11 29.30 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-21T22:19:31.389Z] #11 29.32 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-21T22:19:31.389Z] #11 29.33 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor1 s390x 2.11.0-3+deb9u2 [78.6 kB] [2019-10-21T22:19:31.389Z] #11 29.34 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor-dev s390x 2.11.0-3+deb9u2 [119 kB] [2019-10-21T22:19:31.389Z] #11 30.23 debconf: delaying package configuration, since apt-utils is not installed [2019-10-21T22:19:31.389Z] #11 30.28 Fetched 301 kB in 0s (1771 kB/s) [2019-10-21T22:19:31.389Z] #11 30.41 Selecting previously unselected package libseccomp2:s390x. [2019-10-21T22:19:31.389Z] #11 30.41 (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-21T22:19:31.389Z] #11 30.48 Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_s390x.deb ... [2019-10-21T22:19:31.389Z] #11 30.50 Unpacking libseccomp2:s390x (2.3.1-2.1+deb9u1) ... [2019-10-21T22:19:31.389Z] #11 30.59 Selecting previously unselected package libseccomp-dev:s390x. [2019-10-21T22:19:31.389Z] #11 30.59 Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_s390x.deb ... [2019-10-21T22:19:31.389Z] #11 30.60 Unpacking libseccomp-dev:s390x (2.3.1-2.1+deb9u1) ... [2019-10-21T22:19:31.389Z] #11 30.76 Selecting previously unselected package libapparmor1:s390x. [2019-10-21T22:19:31.389Z] #11 30.76 Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_s390x.deb ... [2019-10-21T22:19:31.389Z] #11 30.76 Unpacking libapparmor1:s390x (2.11.0-3+deb9u2) ... [2019-10-21T22:19:31.389Z] #11 ... [2019-10-21T22:19:31.389Z] [2019-10-21T22:19:31.389Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-10-21T22:19:31.389Z] #26 DONE 0.1s [2019-10-21T22:19:31.389Z] [2019-10-21T22:19:31.389Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-21T22:19:31.389Z] #11 30.94 Selecting previously unselected package libapparmor-dev:s390x. [2019-10-21T22:19:31.389Z] #11 30.98 Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_s390x.deb ... [2019-10-21T22:19:31.389Z] #11 30.99 Unpacking libapparmor-dev:s390x (2.11.0-3+deb9u2) ... [2019-10-21T22:19:31.796Z] #11 31.29 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T22:19:31.796Z] #11 31.37 Setting up libseccomp2:s390x (2.3.1-2.1+deb9u1) ... [2019-10-21T22:19:31.796Z] #11 31.39 Setting up libapparmor1:s390x (2.11.0-3+deb9u2) ... [2019-10-21T22:19:31.796Z] #11 31.40 Setting up libseccomp-dev:s390x (2.3.1-2.1+deb9u1) ... [2019-10-21T22:19:31.796Z] #11 31.41 Setting up libapparmor-dev:s390x (2.11.0-3+deb9u2) ... [2019-10-21T22:19:31.796Z] #11 31.42 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T22:19:31.796Z] #11 DONE 31.6s [2019-10-21T22:19:31.796Z] [2019-10-21T22:19:31.796Z] #53 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-21T22:19:32.231Z] #53 DONE 0.1s [2019-10-21T22:19:32.231Z] [2019-10-21T22:19:32.231Z] #54 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-10-21T22:19:32.231Z] #54 DONE 0.1s [2019-10-21T22:19:32.231Z] [2019-10-21T22:19:32.231Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-21T22:19:32.231Z] #34 31.22 debconf: delaying package configuration, since apt-utils is not installed [2019-10-21T22:19:32.231Z] #34 31.48 Fetched 13.2 MB in 1s (10.4 MB/s) [2019-10-21T22:19:32.231Z] #34 31.55 Selecting previously unselected package cmake-data. [2019-10-21T22:19:32.231Z] #34 31.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 ... 14828 files and directories currently installed.) [2019-10-21T22:19:32.231Z] #34 31.66 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-10-21T22:19:32.231Z] #34 31.66 Unpacking cmake-data (3.7.2-1) ... [2019-10-21T22:19:32.231Z] #34 ... [2019-10-21T22:19:32.231Z] [2019-10-21T22:19:32.231Z] #57 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-21T22:19:32.231Z] #57 21.35 Reading package lists... [2019-10-21T22:19:32.231Z] #57 26.53 Building dependency tree... [2019-10-21T22:19:32.231Z] #57 28.34 The following additional packages will be installed: [2019-10-21T22:19:32.231Z] #57 28.35 btrfs-progs liblzo2-2 [2019-10-21T22:19:32.231Z] #57 28.54 The following NEW packages will be installed: [2019-10-21T22:19:32.231Z] #57 28.57 btrfs-progs btrfs-tools liblzo2-2 [2019-10-21T22:19:32.231Z] #57 28.73 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2019-10-21T22:19:32.231Z] #57 28.73 Need to get 668 kB of archives. [2019-10-21T22:19:32.231Z] #57 28.73 After this operation, 5446 kB of additional disk space will be used. [2019-10-21T22:19:32.231Z] #57 28.73 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-21T22:19:32.231Z] #57 28.76 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-progs s390x 4.7.3-1 [595 kB] [2019-10-21T22:19:32.231Z] #57 28.79 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-tools s390x 4.7.3-1 [16.9 kB] [2019-10-21T22:19:32.231Z] #57 29.86 debconf: delaying package configuration, since apt-utils is not installed [2019-10-21T22:19:32.231Z] #57 30.01 Fetched 668 kB in 0s (3490 kB/s) [2019-10-21T22:19:32.231Z] #57 30.17 Selecting previously unselected package liblzo2-2:s390x. [2019-10-21T22:19:32.231Z] #57 30.17 (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-21T22:19:32.231Z] #57 30.24 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-10-21T22:19:32.231Z] #57 30.26 Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-10-21T22:19:32.231Z] #57 30.39 Selecting previously unselected package btrfs-progs. [2019-10-21T22:19:32.231Z] #57 30.39 Preparing to unpack .../btrfs-progs_4.7.3-1_s390x.deb ... [2019-10-21T22:19:32.231Z] #57 30.41 Unpacking btrfs-progs (4.7.3-1) ... [2019-10-21T22:19:32.231Z] #57 31.39 Selecting previously unselected package btrfs-tools. [2019-10-21T22:19:32.231Z] #57 31.40 Preparing to unpack .../btrfs-tools_4.7.3-1_s390x.deb ... [2019-10-21T22:19:32.231Z] #57 31.41 Unpacking btrfs-tools (4.7.3-1) ... [2019-10-21T22:19:32.231Z] #57 31.51 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T22:19:32.231Z] #57 31.58 Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-10-21T22:19:32.231Z] #57 31.60 Setting up btrfs-progs (4.7.3-1) ... [2019-10-21T22:19:32.231Z] #57 31.61 Setting up btrfs-tools (4.7.3-1) ... [2019-10-21T22:19:32.231Z] #57 31.63 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T22:19:32.231Z] #57 DONE 31.8s [2019-10-21T22:19:32.231Z] [2019-10-21T22:19:32.231Z] #58 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-21T22:19:32.231Z] #58 DONE 0.1s [2019-10-21T22:19:32.231Z] [2019-10-21T22:19:32.231Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T22:19:32.231Z] #41 21.66 Reading package lists... [2019-10-21T22:19:32.231Z] #41 26.86 Building dependency tree... [2019-10-21T22:19:32.231Z] #41 29.04 The following additional packages will be installed: [2019-10-21T22:19:32.231Z] #41 29.04 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-10-21T22:19:32.231Z] #41 29.05 libprotoc10 python-pkg-resources zlib1g-dev [2019-10-21T22:19:32.231Z] #41 29.05 Suggested packages: [2019-10-21T22:19:32.231Z] #41 29.05 manpages-dev python-setuptools [2019-10-21T22:19:32.231Z] #41 31.10 The following NEW packages will be installed: [2019-10-21T22:19:32.231Z] #41 31.10 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-10-21T22:19:32.231Z] #41 31.11 libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-10-21T22:19:32.231Z] #41 31.11 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-10-21T22:19:32.231Z] #41 31.11 zlib1g-dev [2019-10-21T22:19:32.231Z] #41 31.23 0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded. [2019-10-21T22:19:32.231Z] #41 31.23 Need to get 3476 kB of archives. [2019-10-21T22:19:32.231Z] #41 31.23 After this operation, 20.2 MB of additional disk space will be used. [2019-10-21T22:19:32.231Z] #41 31.23 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1 s390x 1.1.6+dfsg-3 [57.1 kB] [2019-10-21T22:19:32.231Z] #41 31.26 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libcap-dev s390x 1:2.25-1 [30.1 kB] [2019-10-21T22:19:32.231Z] #41 31.26 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1-dev s390x 1.1.6+dfsg-3 [114 kB] [2019-10-21T22:19:32.231Z] #41 31.34 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-21T22:19:32.231Z] #41 31.34 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-21T22:19:32.231Z] #41 31.35 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c1 s390x 1.2.1-2 [25.1 kB] [2019-10-21T22:19:32.231Z] #41 31.35 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-21T22:19:32.231Z] #41 31.35 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-21T22:19:32.231Z] #41 31.35 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf10 s390x 3.0.0-9 [648 kB] [2019-10-21T22:19:32.231Z] #41 31.40 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-lite10 s390x 3.0.0-9 [123 kB] [2019-10-21T22:19:32.231Z] #41 31.41 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-dev s390x 3.0.0-9 [925 kB] [2019-10-21T22:19:32.231Z] #41 31.49 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotoc10 s390x 3.0.0-9 [580 kB] [2019-10-21T22:19:32.231Z] #41 31.54 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-21T22:19:32.231Z] #41 31.55 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main s390x protobuf-compiler s390x 3.0.0-9 [52.6 kB] [2019-10-21T22:19:32.231Z] #41 31.55 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-pkg-resources all 33.1.1-1 [166 kB] [2019-10-21T22:19:32.231Z] #41 31.56 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-protobuf s390x 3.0.0-9 [288 kB] [2019-10-21T22:19:32.231Z] #41 ... [2019-10-21T22:19:32.231Z] [2019-10-21T22:19:32.231Z] #59 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-10-21T22:19:32.231Z] #59 DONE 0.1s [2019-10-21T22:19:32.231Z] [2019-10-21T22:19:32.231Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:19:32.499Z] #44 ... [2019-10-21T22:19:32.499Z] [2019-10-21T22:19:32.499Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:19:32.499Z] #41 61.55 AR soccr/libsoccr.a [2019-10-21T22:19:32.499Z] #41 61.59 make[1]: 'soccr/libsoccr.a' is up to date. [2019-10-21T22:19:32.499Z] #41 61.86 DEP criu/arch/x86/sigframe.d [2019-10-21T22:19:32.499Z] #41 61.97 DEP criu/arch/x86/sigaction_compat.d [2019-10-21T22:19:32.499Z] #41 62.10 DEP criu/arch/x86/kerndat.d [2019-10-21T22:19:32.499Z] #41 62.26 DEP criu/arch/x86/crtools.d [2019-10-21T22:19:32.499Z] #41 62.43 DEP criu/arch/x86/cpu.d [2019-10-21T22:19:32.499Z] #41 62.63 CC criu/arch/x86/cpu.o [2019-10-21T22:19:32.499Z] #41 63.30 CC criu/arch/x86/crtools.o [2019-10-21T22:19:32.499Z] #41 64.43 CC criu/arch/x86/kerndat.o [2019-10-21T22:19:32.499Z] #41 64.92 CC criu/arch/x86/sigaction_compat.o [2019-10-21T22:19:32.499Z] #41 65.16 CC criu/arch/x86/sigframe.o [2019-10-21T22:19:32.499Z] #41 65.38 LINK criu/arch/x86/crtools.built-in.o [2019-10-21T22:19:32.499Z] #41 65.42 DEP criu/pie/util-vdso-elf32.d [2019-10-21T22:19:32.499Z] #41 65.58 DEP criu/arch/x86/vdso-pie.d [2019-10-21T22:19:32.499Z] #41 65.72 DEP criu/pie/parasite-vdso.d [2019-10-21T22:19:32.632Z] #60 ... [2019-10-21T22:19:32.632Z] [2019-10-21T22:19:32.632Z] #12 [dev 1/24] RUN groupadd -r docker [2019-10-21T22:19:32.632Z] #12 DONE 0.6s [2019-10-21T22:19:32.632Z] [2019-10-21T22:19:32.632Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:19:32.632Z] #60 0.239 + RM_GOPATH=0 [2019-10-21T22:19:32.632Z] #60 0.239 + TMP_GOPATH= [2019-10-21T22:19:32.632Z] #60 0.239 + : /build [2019-10-21T22:19:32.632Z] #60 0.240 + '[' -z '' ']' [2019-10-21T22:19:32.632Z] #60 0.240 ++ mktemp -d [2019-10-21T22:19:32.632Z] #60 0.251 + export GOPATH=/tmp/tmp.Lft98A2QTf [2019-10-21T22:19:32.632Z] #60 0.251 + GOPATH=/tmp/tmp.Lft98A2QTf [2019-10-21T22:19:32.632Z] #60 0.251 + RM_GOPATH=1 [2019-10-21T22:19:32.632Z] #60 0.251 ++ dirname ./install.sh [2019-10-21T22:19:32.632Z] #60 0.251 + dir=. [2019-10-21T22:19:32.632Z] #60 0.251 + bin=containerd [2019-10-21T22:19:32.632Z] #60 0.251 + shift [2019-10-21T22:19:32.632Z] #60 0.251 + '[' '!' -f ./containerd.installer ']' [2019-10-21T22:19:32.632Z] #60 0.251 + . ./containerd.installer [2019-10-21T22:19:32.632Z] #60 0.251 ++ : 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-21T22:19:32.632Z] #60 0.251 + install_containerd [2019-10-21T22:19:32.632Z] #60 0.251 + echo 'Install containerd version 36cf5b690dcc00ff0f34ff7799209050c3d0c59a' [2019-10-21T22:19:32.632Z] #60 0.251 + git clone https://github.com/containerd/containerd.git /tmp/tmp.Lft98A2QTf/src/github.com/containerd/containerd [2019-10-21T22:19:32.632Z] #60 0.251 Cloning into '/tmp/tmp.Lft98A2QTf/src/github.com/containerd/containerd'... [2019-10-21T22:19:32.632Z] #60 0.252 Install containerd version 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-21T22:19:32.756Z] #41 65.88 DEP criu/pie/util-vdso.d [2019-10-21T22:19:32.756Z] #41 66.00 DEP criu/pie/util.d [2019-10-21T22:19:33.013Z] #41 66.17 CC criu/pie/util.o [2019-10-21T22:19:33.039Z] #60 ... [2019-10-21T22:19:33.039Z] [2019-10-21T22:19:33.039Z] #13 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-10-21T22:19:33.039Z] #13 DONE 0.4s [2019-10-21T22:19:33.040Z] [2019-10-21T22:19:33.040Z] #55 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:19:33.040Z] #55 0.291 + RM_GOPATH=0 [2019-10-21T22:19:33.040Z] #55 0.291 + TMP_GOPATH= [2019-10-21T22:19:33.040Z] #55 0.292 + : /build [2019-10-21T22:19:33.040Z] #55 0.292 + '[' -z '' ']' [2019-10-21T22:19:33.040Z] #55 0.293 ++ mktemp -d [2019-10-21T22:19:33.040Z] #55 0.294 + export GOPATH=/tmp/tmp.Ixo0ZOBdln [2019-10-21T22:19:33.040Z] #55 0.294 + GOPATH=/tmp/tmp.Ixo0ZOBdln [2019-10-21T22:19:33.040Z] #55 0.294 + RM_GOPATH=1 [2019-10-21T22:19:33.040Z] #55 0.295 ++ dirname ./install.sh [2019-10-21T22:19:33.040Z] #55 0.296 + dir=. [2019-10-21T22:19:33.040Z] #55 0.296 + bin=runc [2019-10-21T22:19:33.040Z] #55 0.296 + shift [2019-10-21T22:19:33.040Z] #55 0.297 + '[' '!' -f ./runc.installer ']' [2019-10-21T22:19:33.040Z] #55 0.297 + . ./runc.installer [2019-10-21T22:19:33.040Z] #55 0.298 ++ : 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-10-21T22:19:33.040Z] #55 0.300 + install_runc [2019-10-21T22:19:33.040Z] #55 0.301 + uname -r [2019-10-21T22:19:33.040Z] #55 0.303 + grep -q '^3\.10\.0.*\.el7\.' [2019-10-21T22:19:33.040Z] #55 0.304 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-10-21T22:19:33.040Z] #55 0.304 + echo 'Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux )' [2019-10-21T22:19:33.040Z] #55 0.304 Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux ) [2019-10-21T22:19:33.040Z] #55 0.304 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.Ixo0ZOBdln/src/github.com/opencontainers/runc [2019-10-21T22:19:33.040Z] #55 0.316 Cloning into '/tmp/tmp.Ixo0ZOBdln/src/github.com/opencontainers/runc'... [2019-10-21T22:19:33.271Z] #41 66.43 CC criu/pie/util-vdso.o [2019-10-21T22:19:33.450Z] #55 ... [2019-10-21T22:19:33.450Z] [2019-10-21T22:19:33.450Z] #14 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-10-21T22:19:33.450Z] #14 0.244 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-10-21T22:19:33.450Z] #14 DONE 0.3s [2019-10-21T22:19:33.450Z] [2019-10-21T22:19:33.450Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T22:19:33.450Z] #41 32.91 debconf: delaying package configuration, since apt-utils is not installed [2019-10-21T22:19:33.450Z] #41 33.04 Fetched 3476 kB in 0s (8876 kB/s) [2019-10-21T22:19:33.450Z] #41 ... [2019-10-21T22:19:33.450Z] [2019-10-21T22:19:33.450Z] #15 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-10-21T22:19:33.450Z] #15 DONE 0.3s [2019-10-21T22:19:33.450Z] [2019-10-21T22:19:33.450Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T22:19:33.450Z] #41 33.18 Selecting previously unselected package libnet1:s390x. [2019-10-21T22:19:33.450Z] #41 33.18 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14828 files and directories currently installed.) [2019-10-21T22:19:33.450Z] #41 33.29 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_s390x.deb ... [2019-10-21T22:19:33.835Z] #41 66.97 CC criu/pie/parasite-vdso.o [2019-10-21T22:19:34.047Z] #41 33.30 Unpacking libnet1:s390x (1.1.6+dfsg-3) ... [2019-10-21T22:19:34.047Z] #41 33.51 Selecting previously unselected package libcap-dev:s390x. [2019-10-21T22:19:34.047Z] #41 33.56 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_s390x.deb ... [2019-10-21T22:19:34.047Z] #41 ... [2019-10-21T22:19:34.047Z] [2019-10-21T22:19:34.047Z] #16 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-10-21T22:19:34.047Z] #16 DONE 0.4s [2019-10-21T22:19:34.047Z] [2019-10-21T22:19:34.047Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T22:19:34.047Z] #41 33.57 Unpacking libcap-dev:s390x (1:2.25-1) ... [2019-10-21T22:19:34.047Z] #41 33.69 Selecting previously unselected package libnet1-dev. [2019-10-21T22:19:34.047Z] #41 33.69 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_s390x.deb ... [2019-10-21T22:19:34.047Z] #41 33.70 Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-10-21T22:19:34.536Z] #41 ... [2019-10-21T22:19:34.536Z] [2019-10-21T22:19:34.536Z] #17 [dev 6/24] RUN ldconfig [2019-10-21T22:19:34.536Z] #17 DONE 0.5s [2019-10-21T22:19:34.536Z] [2019-10-21T22:19:34.536Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T22:19:34.536Z] #41 34.06 Selecting previously unselected package libnl-3-200:s390x. [2019-10-21T22:19:34.536Z] #41 34.06 Preparing to unpack .../03-libnl-3-200_3.2.27-2_s390x.deb ... [2019-10-21T22:19:34.536Z] #41 34.07 Unpacking libnl-3-200:s390x (3.2.27-2) ... [2019-10-21T22:19:34.536Z] #41 34.33 Selecting previously unselected package libnl-3-dev:s390x. [2019-10-21T22:19:34.536Z] #41 34.33 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_s390x.deb ... [2019-10-21T22:19:34.536Z] #41 34.33 Unpacking libnl-3-dev:s390x (3.2.27-2) ... [2019-10-21T22:19:34.766Z] #41 67.94 CC criu/arch/x86/vdso-pie.o [2019-10-21T22:19:35.024Z] #41 68.24 CC criu/pie/util-vdso-elf32.o [2019-10-21T22:19:35.609Z] #41 35.04 Selecting previously unselected package libprotobuf-c1:s390x. [2019-10-21T22:19:35.610Z] #41 35.05 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_s390x.deb ... [2019-10-21T22:19:35.610Z] #41 35.06 Unpacking libprotobuf-c1:s390x (1.2.1-2) ... [2019-10-21T22:19:35.610Z] #41 35.16 Selecting previously unselected package libprotobuf-c-dev:s390x. [2019-10-21T22:19:35.610Z] #41 35.17 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_s390x.deb ... [2019-10-21T22:19:35.610Z] #41 35.17 Unpacking libprotobuf-c-dev:s390x (1.2.1-2) ... [2019-10-21T22:19:35.610Z] #41 35.29 Selecting previously unselected package zlib1g-dev:s390x. [2019-10-21T22:19:35.610Z] #41 35.30 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_s390x.deb ... [2019-10-21T22:19:35.610Z] #41 35.31 Unpacking zlib1g-dev:s390x (1:1.2.8.dfsg-5) ... [2019-10-21T22:19:35.955Z] #41 68.98 AR criu/pie/pie.lib.a [2019-10-21T22:19:35.955Z] #41 69.02 DEP criu/pie/restorer.d [2019-10-21T22:19:36.040Z] #41 35.57 Selecting previously unselected package libprotobuf10:s390x. [2019-10-21T22:19:36.040Z] #41 35.60 Preparing to unpack .../08-libprotobuf10_3.0.0-9_s390x.deb ... [2019-10-21T22:19:36.040Z] #41 35.60 Unpacking libprotobuf10:s390x (3.0.0-9) ... [2019-10-21T22:19:36.161Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-10-21T22:19:36.212Z] #41 69.30 DEP criu/arch/x86/sigaction_compat_pie.d [2019-10-21T22:19:36.212Z] #41 69.44 DEP criu/arch/x86/restorer_unmap.d [2019-10-21T22:19:36.212Z] #41 69.46 DEP criu/arch/x86/restorer.d [2019-10-21T22:19:36.470Z] #41 69.62 DEP criu/pie/parasite.d [2019-10-21T22:19:36.470Z] #41 69.87 CC criu/pie/parasite.o [2019-10-21T22:19:36.957Z] #41 36.56 Selecting previously unselected package libprotobuf-lite10:s390x. [2019-10-21T22:19:36.957Z] #41 36.59 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_s390x.deb ... [2019-10-21T22:19:36.957Z] #41 36.60 Unpacking libprotobuf-lite10:s390x (3.0.0-9) ... [2019-10-21T22:19:36.957Z] #41 36.77 Selecting previously unselected package libprotobuf-dev:s390x. [2019-10-21T22:19:36.957Z] #41 36.79 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_s390x.deb ... [2019-10-21T22:19:36.957Z] #41 36.81 Unpacking libprotobuf-dev:s390x (3.0.0-9) ... [2019-10-21T22:19:37.841Z] #41 70.90 LINK criu/pie/parasite.built-in.o [2019-10-21T22:19:37.842Z] #41 70.91 GEN criu/pie/parasite-blob.h [2019-10-21T22:19:37.842Z] #41 70.95 CC criu/arch/x86/restorer.o [2019-10-21T22:19:38.099Z] #41 71.50 CC criu/arch/x86/restorer_unmap.o [2019-10-21T22:19:38.356Z] #41 71.57 CC criu/arch/x86/sigaction_compat_pie.o [2019-10-21T22:19:38.356Z] #41 ... [2019-10-21T22:19:38.356Z] [2019-10-21T22:19:38.356Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:19:38.356Z] #44 137.1 github.com/LK4D4/vndr/godl [2019-10-21T22:19:38.400Z] #41 ... [2019-10-21T22:19:38.400Z] [2019-10-21T22:19:38.400Z] #69 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T22:19:38.400Z] #69 DONE 37.6s [2019-10-21T22:19:38.400Z] [2019-10-21T22:19:38.400Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T22:19:38.400Z] #27 2.623 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-10-21T22:19:38.400Z] #27 3.373 [2019-10-21T22:19:38.823Z] #27 3.855 # 2.7% ### 4.8% #### 6.9% ###### 9.0% ####### 11.1% ######### 13.2% ########### 15.3% ############## 19.5% ############### 21.6% ################# 23.7% ################## 25.7% #################### 27.8% ##################### 29.9% ####################### 32.0% ######################## 34.1% ########################## 36.2% ########################### 38.3% ############################# 40.4% ############################## 42.5% ################################ 44.5% [2019-10-21T22:19:38.823Z] #27 ... [2019-10-21T22:19:38.823Z] [2019-10-21T22:19:38.823Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T22:19:38.823Z] #41 38.68 Selecting previously unselected package libprotoc10:s390x. [2019-10-21T22:19:39.260Z] #41 38.71 Preparing to unpack .../11-libprotoc10_3.0.0-9_s390x.deb ... [2019-10-21T22:19:39.260Z] #41 38.74 Unpacking libprotoc10:s390x (3.0.0-9) ... [2019-10-21T22:19:39.290Z] #44 137.8 github.com/LK4D4/vndr [2019-10-21T22:19:39.940Z] #41 39.37 Selecting previously unselected package protobuf-c-compiler. [2019-10-21T22:19:39.940Z] #41 39.37 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_s390x.deb ... [2019-10-21T22:19:39.940Z] #41 39.38 Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-10-21T22:19:39.940Z] #41 39.54 Selecting previously unselected package protobuf-compiler. [2019-10-21T22:19:39.940Z] #41 39.60 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_s390x.deb ... [2019-10-21T22:19:39.940Z] #41 39.60 Unpacking protobuf-compiler (3.0.0-9) ... [2019-10-21T22:19:40.496Z] #41 ... [2019-10-21T22:19:40.496Z] [2019-10-21T22:19:40.496Z] #48 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:19:40.496Z] #48 29.80 + cd /tmp/tmp.w0APz2stTF/src/gotest.tools/gotestsum [2019-10-21T22:19:40.496Z] #48 29.83 + git checkout -q v0.3.5 [2019-10-21T22:19:40.496Z] #48 29.90 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-10-21T22:19:40.496Z] #48 ... [2019-10-21T22:19:40.496Z] [2019-10-21T22:19:40.496Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T22:19:43.001Z] #27 3.855 # 2.7% ### 4.8% #### 6.9% ###### 9.0% ####### 11.1% ######### 13.2% ########### 15.3% ############## 19.5% ############### 21.6% ################# 23.7% ################## 25.7% #################### 27.8% ##################### 29.9% ####################### 32.0% ######################## 34.1% ########################## 36.2% ########################### 38.3% ############################# 40.4% ############################## 42.5% ################################ 44.5% ################################# 46.7% ################################### 48.7% #################################### 50.8% ####################################### 55.0% ######################################### 57.1% ########################################## 59.2% ############################################ 61.3% ############################################### 65.4% ################################################ 67.5% ################################################### 71.7% ###################################################### 75.9% ######################################################## 78.0% ######################################################### 80.1% ########################################################### 82.2% ############################################################## 86.3% ############################################################### 88.4% ################################################################# 90.5% ################################################################## 92.6% #################################################################### 94.7% ##################################################################### 96.8% ####################################################################### 98.9% ######################################################################## 100.0% [2019-10-21T22:19:43.426Z] #27 12.24 [2019-10-21T22:19:44.360Z] #27 12.75 ##### 8.1% ######### 13.8% ############# 19.4% ###################### 30.8% ########################## [2019-10-21T22:19:44.360Z] #27 ... [2019-10-21T22:19:44.360Z] [2019-10-21T22:19:44.360Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T22:19:44.360Z] #18 0.460 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-21T22:19:44.360Z] #18 0.475 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-21T22:19:44.360Z] #18 0.524 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-21T22:19:44.360Z] #18 0.524 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-21T22:19:44.360Z] #18 0.675 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-21T22:19:44.360Z] #18 1.354 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [485 kB] [2019-10-21T22:19:44.360Z] #18 3.322 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-10-21T22:19:44.360Z] #18 4.913 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-10-21T22:19:44.549Z] #44 ... [2019-10-21T22:19:44.549Z] [2019-10-21T22:19:44.549Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:19:44.549Z] #41 71.82 CC criu/pie/restorer.o [2019-10-21T22:19:44.549Z] #41 74.40 LINK criu/pie/restorer.built-in.o [2019-10-21T22:19:44.549Z] #41 74.40 GEN criu/pie/restorer-blob.h [2019-10-21T22:19:44.549Z] #41 74.51 DEP criu/vdso.d [2019-10-21T22:19:44.549Z] #41 74.80 DEP criu/vdso-compat.d [2019-10-21T22:19:44.549Z] #41 74.99 DEP criu/uts_ns.d [2019-10-21T22:19:44.549Z] #41 75.20 DEP criu/util.d [2019-10-21T22:19:44.549Z] #41 75.41 DEP criu/uffd.d [2019-10-21T22:19:44.549Z] #41 75.55 DEP criu/tun.d [2019-10-21T22:19:44.549Z] #41 75.70 DEP criu/tty.d [2019-10-21T22:19:44.549Z] #41 75.90 DEP criu/timerfd.d [2019-10-21T22:19:44.549Z] #41 76.05 DEP criu/sysfs_parse.d [2019-10-21T22:19:44.549Z] #41 76.25 DEP criu/sysctl.d [2019-10-21T22:19:44.549Z] #41 76.39 DEP criu/string.d [2019-10-21T22:19:44.549Z] #41 76.46 DEP criu/stats.d [2019-10-21T22:19:44.549Z] #41 76.56 DEP criu/sockets.d [2019-10-21T22:19:44.549Z] #41 76.72 DEP criu/sk-unix.d [2019-10-21T22:19:44.549Z] #41 76.98 DEP criu/sk-tcp.d [2019-10-21T22:19:44.549Z] #41 77.23 DEP criu/sk-queue.d [2019-10-21T22:19:44.549Z] #41 77.36 DEP criu/sk-packet.d [2019-10-21T22:19:44.549Z] #41 77.57 DEP criu/sk-netlink.d [2019-10-21T22:19:44.549Z] #41 77.84 DEP criu/sk-inet.d [2019-10-21T22:19:44.780Z] #18 ... [2019-10-21T22:19:44.780Z] [2019-10-21T22:19:44.780Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T22:19:44.807Z] #41 78.04 DEP criu/signalfd.d [2019-10-21T22:19:45.065Z] #41 78.17 DEP criu/sigframe.d [2019-10-21T22:19:45.066Z] #41 78.27 DEP criu/shmem.d [2019-10-21T22:19:45.324Z] #41 78.45 DEP criu/servicefd.d [2019-10-21T22:19:45.324Z] #41 78.60 DEP criu/seize.d [2019-10-21T22:19:45.582Z] #41 78.73 DEP criu/seccomp.d [2019-10-21T22:19:45.582Z] #41 78.90 DEP criu/rst-malloc.d [2019-10-21T22:19:45.582Z] #41 79.00 DEP criu/rbtree.d [2019-10-21T22:19:45.641Z] #27 12.75 ##### 8.1% ######### 13.8% ############# 19.4% ###################### 30.8% ########################## 36.4% ############################## 42.1% ################################## 47.8% ######################################## 55.8% ############################################## 65.0% ####################################################### 76.4% ########################################################### 82.1% [2019-10-21T22:19:45.641Z] #27 ... [2019-10-21T22:19:45.641Z] [2019-10-21T22:19:45.641Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-21T22:19:45.641Z] #34 35.14 Selecting previously unselected package liblzo2-2:s390x. [2019-10-21T22:19:45.641Z] #34 35.15 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-10-21T22:19:45.641Z] #34 35.16 Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-10-21T22:19:45.641Z] #34 35.29 Selecting previously unselected package libicu57:s390x. [2019-10-21T22:19:45.641Z] #34 35.29 Preparing to unpack .../2-libicu57_57.1-6+deb9u3_s390x.deb ... [2019-10-21T22:19:45.641Z] #34 35.30 Unpacking libicu57:s390x (57.1-6+deb9u3) ... [2019-10-21T22:19:45.641Z] #34 44.27 Selecting previously unselected package libxml2:s390x. [2019-10-21T22:19:45.641Z] #34 44.27 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_s390x.deb ... [2019-10-21T22:19:45.641Z] #34 44.28 Unpacking libxml2:s390x (2.9.4+dfsg1-2.2+deb9u2) ... [2019-10-21T22:19:45.641Z] #34 44.98 Selecting previously unselected package libarchive13:s390x. [2019-10-21T22:19:45.641Z] #34 44.98 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_s390x.deb ... [2019-10-21T22:19:45.641Z] #34 44.99 Unpacking libarchive13:s390x (3.2.2-2+deb9u1) ... [2019-10-21T22:19:45.641Z] #34 45.36 Selecting previously unselected package libjsoncpp1:s390x. [2019-10-21T22:19:45.641Z] #34 45.36 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_s390x.deb ... [2019-10-21T22:19:45.641Z] #34 45.37 Unpacking libjsoncpp1:s390x (1.7.4-3) ... [2019-10-21T22:19:45.641Z] #34 ... [2019-10-21T22:19:45.641Z] [2019-10-21T22:19:45.641Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T22:19:45.641Z] #41 40.58 Selecting previously unselected package python-pkg-resources. [2019-10-21T22:19:45.641Z] #41 40.58 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-10-21T22:19:45.641Z] #41 40.67 Unpacking python-pkg-resources (33.1.1-1) ... [2019-10-21T22:19:45.641Z] #41 40.96 Selecting previously unselected package python-protobuf. [2019-10-21T22:19:45.641Z] #41 40.96 Preparing to unpack .../15-python-protobuf_3.0.0-9_s390x.deb ... [2019-10-21T22:19:45.641Z] #41 40.96 Unpacking python-protobuf (3.0.0-9) ... [2019-10-21T22:19:45.641Z] #41 41.47 Setting up libnet1:s390x (1.1.6+dfsg-3) ... [2019-10-21T22:19:45.641Z] #41 41.58 Setting up libprotobuf-c1:s390x (1.2.1-2) ... [2019-10-21T22:19:45.641Z] #41 41.61 Setting up python-pkg-resources (33.1.1-1) ... [2019-10-21T22:19:45.641Z] #41 44.55 Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-10-21T22:19:45.641Z] #41 44.56 Setting up libprotobuf10:s390x (3.0.0-9) ... [2019-10-21T22:19:45.641Z] #41 44.57 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T22:19:45.641Z] #41 44.58 Setting up python-protobuf (3.0.0-9) ... [2019-10-21T22:19:45.840Z] #41 79.04 DEP criu/pstree.d [2019-10-21T22:19:46.098Z] #41 79.20 DEP criu/protobuf.d [2019-10-21T22:19:46.098Z] #41 79.38 GEN criu/protobuf-desc-gen.h [2019-10-21T22:19:46.552Z] #41 ... [2019-10-21T22:19:46.553Z] [2019-10-21T22:19:46.553Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-21T22:19:46.553Z] #34 45.51 Selecting previously unselected package libuv1:s390x. [2019-10-21T22:19:46.553Z] #34 45.51 Preparing to unpack .../6-libuv1_1.9.1-3_s390x.deb ... [2019-10-21T22:19:46.553Z] #34 45.52 Unpacking libuv1:s390x (1.9.1-3) ... [2019-10-21T22:19:46.553Z] #34 45.65 Selecting previously unselected package cmake. [2019-10-21T22:19:46.553Z] #34 45.66 Preparing to unpack .../7-cmake_3.7.2-1_s390x.deb ... [2019-10-21T22:19:46.553Z] #34 45.71 Unpacking cmake (3.7.2-1) ... [2019-10-21T22:19:47.471Z] #41 ... [2019-10-21T22:19:47.471Z] [2019-10-21T22:19:47.471Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:19:47.471Z] #44 DONE 146.2s [2019-10-21T22:19:47.729Z] [2019-10-21T22:19:47.729Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:19:47.729Z] #41 80.88 DEP criu/protobuf-desc.d [2019-10-21T22:19:47.987Z] #41 81.12 DEP criu/proc_parse.d [2019-10-21T22:19:48.245Z] #41 81.44 DEP criu/plugin.d [2019-10-21T22:19:48.506Z] #41 81.62 DEP criu/pipes.d [2019-10-21T22:19:48.506Z] #41 81.77 DEP criu/pie-util.d [2019-10-21T22:19:48.763Z] #41 81.87 DEP criu/pie-util-vdso.d [2019-10-21T22:19:48.763Z] #41 82.03 DEP criu/pie-util-vdso-elf32.d [2019-10-21T22:19:48.763Z] #41 82.13 DEP criu/path.d [2019-10-21T22:19:49.021Z] #41 82.31 DEP criu/parasite-syscall.d [2019-10-21T22:19:49.279Z] #41 82.52 DEP criu/pagemap.d [2019-10-21T22:19:49.279Z] #41 82.69 DEP criu/pagemap-cache.d [2019-10-21T22:19:49.396Z] #34 ... [2019-10-21T22:19:49.396Z] [2019-10-21T22:19:49.396Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T22:19:49.396Z] #32 38.55 sync [2019-10-21T22:19:49.396Z] #32 38.56 internal/reflectlite [2019-10-21T22:19:49.396Z] #32 41.79 errors [2019-10-21T22:19:49.396Z] #32 41.84 sort [2019-10-21T22:19:49.396Z] #32 42.40 strconv [2019-10-21T22:19:49.396Z] #32 43.86 io [2019-10-21T22:19:49.396Z] #32 45.87 internal/oserror [2019-10-21T22:19:49.396Z] #32 45.96 syscall [2019-10-21T22:19:49.396Z] #32 48.10 reflect [2019-10-21T22:19:49.396Z] #32 ... [2019-10-21T22:19:49.396Z] [2019-10-21T22:19:49.396Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T22:19:49.396Z] #27 12.75 ##### 8.1% ######### 13.8% ############# 19.4% ###################### 30.8% ########################## 36.4% ############################## 42.1% ################################## 47.8% ######################################## 55.8% ############################################## 65.0% ####################################################### 76.4% ########################################################### 82.1% ################################################################### 93.4% ####################################################################### 99.1% ######################################################################## 100.0% [2019-10-21T22:19:49.396Z] #27 15.18 [2019-10-21T22:19:49.537Z] #41 82.79 DEP criu/page-xfer.d [2019-10-21T22:19:49.795Z] #41 82.95 DEP criu/page-pipe.d [2019-10-21T22:19:49.795Z] #41 83.08 DEP criu/netfilter.d [2019-10-21T22:19:49.823Z] #27 15.79 # 2.6% ### 5.1% ##### 7.7% ####### 10.2% ######### 12.8% ############ 17.8% ############## 20.4% ################## 25.5% #################### 28.0% ###################### 30.6% ####################### 33.1% ######################### 35.7% ########################### 38.2% ###################### [2019-10-21T22:19:49.823Z] #27 ... [2019-10-21T22:19:49.823Z] [2019-10-21T22:19:49.823Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T22:19:49.823Z] #41 49.04 Setting up libcap-dev:s390x (1:2.25-1) ... [2019-10-21T22:19:49.823Z] #41 49.05 Setting up libprotobuf-c-dev:s390x (1.2.1-2) ... [2019-10-21T22:19:49.823Z] #41 49.06 Setting up libnl-3-200:s390x (3.2.27-2) ... [2019-10-21T22:19:49.823Z] #41 49.08 Setting up libprotobuf-lite10:s390x (3.0.0-9) ... [2019-10-21T22:19:49.823Z] #41 49.08 Setting up libprotoc10:s390x (3.0.0-9) ... [2019-10-21T22:19:49.823Z] #41 49.09 Setting up protobuf-c-compiler (1.2.1-2) ... [2019-10-21T22:19:49.823Z] #41 49.11 Setting up zlib1g-dev:s390x (1:1.2.8.dfsg-5) ... [2019-10-21T22:19:49.823Z] #41 49.12 Setting up protobuf-compiler (3.0.0-9) ... [2019-10-21T22:19:49.823Z] #41 49.13 Setting up libprotobuf-dev:s390x (3.0.0-9) ... [2019-10-21T22:19:49.823Z] #41 49.16 Setting up libnl-3-dev:s390x (3.2.27-2) ... [2019-10-21T22:19:49.823Z] #41 49.17 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T22:19:49.823Z] #41 DONE 49.4s [2019-10-21T22:19:49.823Z] [2019-10-21T22:19:49.823Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T22:19:50.052Z] #41 83.27 DEP criu/net.d [2019-10-21T22:19:50.239Z] #27 15.79 # 2.6% ### 5.1% ##### 7.7% ####### 10.2% ######### 12.8% ############ 17.8% ############## 20.4% ################## 25.5% #################### 28.0% ###################### 30.6% ####################### 33.1% ######################### 35.7% ########################### 38.2% ############################## 42.0% ################################ 44.5% ################################### 49.6% [2019-10-21T22:19:50.239Z] #27 ... [2019-10-21T22:19:50.239Z] [2019-10-21T22:19:50.239Z] #29 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-21T22:19:50.239Z] #29 39.65 + cd /tmp/tmp.PxXc0FnYbI/src/github.com/go-swagger/go-swagger [2019-10-21T22:19:50.239Z] #29 39.65 + git checkout -q 5793aa66d4b4112c2602c716516e24710e4adbb5 [2019-10-21T22:19:50.239Z] #29 42.21 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-10-21T22:19:50.239Z] #29 ... [2019-10-21T22:19:50.239Z] [2019-10-21T22:19:50.239Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T22:19:50.310Z] #41 83.43 DEP criu/namespaces.d [2019-10-21T22:19:50.310Z] #41 83.58 DEP criu/mount.d [2019-10-21T22:19:50.568Z] #41 83.71 DEP criu/mem.d [2019-10-21T22:19:50.568Z] #41 83.87 DEP criu/lsm.d [2019-10-21T22:19:50.568Z] #41 83.98 DEP criu/log.d [2019-10-21T22:19:50.826Z] #41 84.08 DEP criu/libnetlink.d [2019-10-21T22:19:50.826Z] #41 84.19 DEP criu/kerndat.d [2019-10-21T22:19:51.085Z] #41 84.33 DEP criu/kcmp-ids.d [2019-10-21T22:19:51.085Z] #41 84.38 DEP criu/irmap.d [2019-10-21T22:19:51.113Z] #27 15.79 # 2.6% ### 5.1% ##### 7.7% ####### 10.2% ######### 12.8% ############ 17.8% ############## 20.4% ################## 25.5% #################### 28.0% ###################### 30.6% ####################### 33.1% ######################### 35.7% ########################### 38.2% ############################## 42.0% ################################ 44.5% ################################### 49.6% ####################################### 54.7% ########################################### 59.8% ############################################## 64.9% ################################################ 67.4% #################################################### 72.5% ###################################################### 75.1% ####################################################### 77.6% [2019-10-21T22:19:51.113Z] #27 ... [2019-10-21T22:19:51.113Z] [2019-10-21T22:19:51.113Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-21T22:19:51.113Z] #34 49.57 Selecting previously unselected package xxd. [2019-10-21T22:19:51.113Z] #34 49.58 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-10-21T22:19:51.113Z] #34 49.59 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-10-21T22:19:51.113Z] #34 49.84 Selecting previously unselected package vim-common. [2019-10-21T22:19:51.113Z] #34 49.84 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-21T22:19:51.113Z] #34 49.85 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-21T22:19:51.113Z] #34 50.14 Processing triggers for mime-support (3.60) ... [2019-10-21T22:19:51.113Z] #34 50.21 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-10-21T22:19:51.113Z] #34 50.24 Setting up libuv1:s390x (1.9.1-3) ... [2019-10-21T22:19:51.113Z] #34 50.29 Setting up cmake-data (3.7.2-1) ... [2019-10-21T22:19:51.113Z] #34 50.31 Setting up libicu57:s390x (57.1-6+deb9u3) ... [2019-10-21T22:19:51.113Z] #34 50.45 Setting up libxml2:s390x (2.9.4+dfsg1-2.2+deb9u2) ... [2019-10-21T22:19:51.113Z] #34 50.49 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T22:19:51.113Z] #34 50.56 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-21T22:19:51.113Z] #34 50.58 Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-10-21T22:19:51.113Z] #34 50.60 Setting up libjsoncpp1:s390x (1.7.4-3) ... [2019-10-21T22:19:51.113Z] #34 50.62 Setting up libarchive13:s390x (3.2.2-2+deb9u1) ... [2019-10-21T22:19:51.113Z] #34 50.64 Setting up cmake (3.7.2-1) ... [2019-10-21T22:19:51.113Z] #34 50.70 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T22:19:51.113Z] #34 DONE 51.0s [2019-10-21T22:19:51.343Z] #41 ... [2019-10-21T22:19:51.343Z] [2019-10-21T22:19:51.343Z] #28 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-21T22:19:51.343Z] #28 149.8 + rm -rf /tmp/tmp.h77ObyAjtN [2019-10-21T22:19:51.343Z] #28 DONE 150.3s [2019-10-21T22:19:51.343Z] [2019-10-21T22:19:51.343Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:19:51.343Z] #41 84.51 DEP criu/ipc_ns.d [2019-10-21T22:19:51.343Z] #41 84.77 DEP criu/image.d [2019-10-21T22:19:51.571Z] [2019-10-21T22:19:51.571Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T22:19:51.571Z] #27 15.79 # 2.6% ### 5.1% ##### 7.7% ####### 10.2% ######### 12.8% ############ 17.8% ############## 20.4% ################## 25.5% #################### 28.0% ###################### 30.6% ####################### 33.1% ######################### 35.7% ########################### 38.2% ############################## 42.0% ################################ 44.5% ################################### 49.6% ####################################### 54.7% ########################################### 59.8% ############################################## 64.9% ################################################ 67.4% #################################################### 72.5% ###################################################### 75.1% ####################################################### 77.6% ########################################################### 82.7% [2019-10-21T22:19:51.571Z] #27 ... [2019-10-21T22:19:51.571Z] [2019-10-21T22:19:51.571Z] #35 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-21T22:19:51.571Z] #35 DONE 0.2s [2019-10-21T22:19:51.571Z] [2019-10-21T22:19:51.571Z] #36 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-10-21T22:19:51.571Z] #36 DONE 0.1s [2019-10-21T22:19:51.571Z] [2019-10-21T22:19:51.571Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T22:19:51.909Z] #41 85.10 DEP criu/image-desc.d [2019-10-21T22:19:51.998Z] #27 15.79 # 2.6% ### 5.1% ##### 7.7% ####### 10.2% ######### 12.8% ############ 17.8% ############## 20.4% ################## 25.5% #################### 28.0% ###################### 30.6% ####################### 33.1% ######################### 35.7% ########################### 38.2% ############################## 42.0% ################################ 44.5% ################################### 49.6% ####################################### 54.7% ########################################### 59.8% ############################################## 64.9% ################################################ 67.4% #################################################### 72.5% ###################################################### 75.1% ####################################################### 77.6% ########################################################### 82.7% ############################################################# 85.2% ################################################################# 90.3% ################################################################## 92.9% #################################################################### 95.4% ######################################################################## 100.0% [2019-10-21T22:19:52.167Z] #41 85.23 DEP criu/fsnotify.d [2019-10-21T22:19:52.167Z] #41 85.49 DEP criu/filesystems.d [2019-10-21T22:19:52.417Z] #27 ... [2019-10-21T22:19:52.417Z] [2019-10-21T22:19:52.417Z] #55 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:19:52.417Z] #55 10.18 + cd /tmp/tmp.Ixo0ZOBdln/src/github.com/opencontainers/runc [2019-10-21T22:19:52.417Z] #55 10.18 + git checkout -q 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-10-21T22:19:52.417Z] #55 10.48 + '[' -z '' ']' [2019-10-21T22:19:52.417Z] #55 10.48 + target=static [2019-10-21T22:19:52.417Z] #55 10.48 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-10-21T22:19:52.417Z] #55 12.03 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-21T22:19:52.417Z] #55 ... [2019-10-21T22:19:52.417Z] [2019-10-21T22:19:52.417Z] #37 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:19:52.417Z] #37 0.288 + RM_GOPATH=0 [2019-10-21T22:19:52.417Z] #37 0.289 + TMP_GOPATH= [2019-10-21T22:19:52.417Z] #37 0.289 + : /build [2019-10-21T22:19:52.417Z] #37 0.289 + '[' -z '' ']' [2019-10-21T22:19:52.417Z] #37 0.289 ++ mktemp -d [2019-10-21T22:19:52.417Z] #37 0.290 + export GOPATH=/tmp/tmp.CFbbsdwKgO [2019-10-21T22:19:52.417Z] #37 0.290 + GOPATH=/tmp/tmp.CFbbsdwKgO [2019-10-21T22:19:52.417Z] #37 0.290 + RM_GOPATH=1 [2019-10-21T22:19:52.417Z] #37 0.291 ++ dirname ./install.sh [2019-10-21T22:19:52.417Z] #37 0.292 + dir=. [2019-10-21T22:19:52.417Z] #37 0.292 + bin=tini [2019-10-21T22:19:52.417Z] #37 0.292 + shift [2019-10-21T22:19:52.417Z] #37 0.292 + '[' '!' -f ./tini.installer ']' [2019-10-21T22:19:52.417Z] #37 0.292 + . ./tini.installer [2019-10-21T22:19:52.417Z] #37 0.292 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-21T22:19:52.417Z] #37 0.292 + install_tini [2019-10-21T22:19:52.417Z] #37 0.292 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-10-21T22:19:52.417Z] #37 0.292 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-21T22:19:52.417Z] #37 0.293 + git clone https://github.com/krallin/tini.git /tmp/tmp.CFbbsdwKgO/tini [2019-10-21T22:19:52.417Z] #37 0.326 Cloning into '/tmp/tmp.CFbbsdwKgO/tini'... [2019-10-21T22:19:52.425Z] #41 85.71 DEP criu/files.d [2019-10-21T22:19:52.684Z] #41 85.95 DEP criu/files-reg.d [2019-10-21T22:19:52.684Z] #41 86.07 DEP criu/files-ext.d [2019-10-21T22:19:52.943Z] #41 ... [2019-10-21T22:19:52.943Z] [2019-10-21T22:19:52.943Z] #29 [dev 11/24] COPY --from=swagger /build/ /usr/local/bin/ [2019-10-21T22:19:52.943Z] #29 DONE 0.2s [2019-10-21T22:19:52.943Z] [2019-10-21T22:19:52.943Z] #32 [dev 12/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-10-21T22:19:52.943Z] #32 DONE 0.1s [2019-10-21T22:19:52.943Z] [2019-10-21T22:19:52.943Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:19:52.943Z] #41 86.20 DEP criu/file-lock.d [2019-10-21T22:19:53.200Z] #41 ... [2019-10-21T22:19:53.200Z] [2019-10-21T22:19:53.200Z] #37 [dev 13/24] COPY --from=tini /build/ /usr/local/bin/ [2019-10-21T22:19:53.200Z] #37 DONE 0.1s [2019-10-21T22:19:53.200Z] [2019-10-21T22:19:53.200Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:19:53.200Z] #41 86.44 DEP criu/file-ids.d [2019-10-21T22:19:53.200Z] #41 86.55 DEP criu/fifo.d [2019-10-21T22:19:53.458Z] #41 86.73 DEP criu/fdstore.d [2019-10-21T22:19:53.716Z] #41 86.86 DEP criu/fault-injection.d [2019-10-21T22:19:53.716Z] #41 86.90 DEP criu/external.d [2019-10-21T22:19:53.716Z] #41 87.03 DEP criu/eventpoll.d [2019-10-21T22:19:53.716Z] #41 87.14 DEP criu/eventfd.d [2019-10-21T22:19:53.723Z] #37 2.016 + cd /tmp/tmp.CFbbsdwKgO/tini [2019-10-21T22:19:53.723Z] #37 2.016 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-21T22:19:53.723Z] #37 2.035 + cmake . [2019-10-21T22:19:53.723Z] #37 ... [2019-10-21T22:19:53.723Z] [2019-10-21T22:19:53.723Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:19:53.723Z] #45 43.11 github.com/LK4D4/vndr/godl/singleflight [2019-10-21T22:19:53.723Z] #45 43.13 io [2019-10-21T22:19:53.723Z] #45 43.73 strconv [2019-10-21T22:19:53.723Z] #45 45.54 bytes [2019-10-21T22:19:53.723Z] #45 49.23 reflect [2019-10-21T22:19:53.723Z] #45 49.31 bufio [2019-10-21T22:19:53.723Z] #45 52.22 syscall [2019-10-21T22:19:53.974Z] #41 87.25 DEP criu/crtools.d [2019-10-21T22:19:54.197Z] #45 ... [2019-10-21T22:19:54.197Z] [2019-10-21T22:19:54.197Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T22:19:54.197Z] #27 21.20 [2019-10-21T22:19:54.232Z] #41 87.41 DEP criu/cr-service.d [2019-10-21T22:19:54.232Z] #41 87.52 DEP criu/cr-restore.d [2019-10-21T22:19:54.490Z] #41 87.67 DEP criu/cr-errno.d [2019-10-21T22:19:54.490Z] #41 87.69 DEP criu/cr-dump.d [2019-10-21T22:19:54.748Z] #41 87.82 DEP criu/cr-dedup.d [2019-10-21T22:19:54.748Z] #41 87.96 DEP criu/cr-check.d [2019-10-21T22:19:55.006Z] #41 88.13 DEP criu/config.d [2019-10-21T22:19:55.006Z] #41 88.26 DEP criu/clone-noasan.d [2019-10-21T22:19:55.006Z] #41 88.31 DEP criu/cgroup.d [2019-10-21T22:19:55.263Z] #41 88.47 DEP criu/cgroup-props.d [2019-10-21T22:19:55.263Z] #41 88.56 DEP criu/bitmap.d [2019-10-21T22:19:55.263Z] #41 88.57 DEP criu/bfd.d [2019-10-21T22:19:55.263Z] #41 88.66 DEP criu/autofs.d [2019-10-21T22:19:55.521Z] #41 88.84 DEP criu/aio.d [2019-10-21T22:19:55.521Z] #41 88.95 DEP criu/action-scripts.d [2019-10-21T22:19:56.086Z] #41 89.20 CC criu/action-scripts.o [2019-10-21T22:19:56.344Z] #41 89.59 CC criu/aio.o [2019-10-21T22:19:56.910Z] #41 90.04 CC criu/autofs.o [2019-10-21T22:19:58.282Z] #41 91.24 CC criu/bfd.o [2019-10-21T22:19:58.282Z] #41 91.64 CC criu/bitmap.o [2019-10-21T22:19:58.540Z] #41 91.81 CC criu/cgroup-props.o [2019-10-21T22:19:59.537Z] #41 92.41 CC criu/cgroup.o [2019-10-21T22:20:00.355Z] #27 21.65 1.2% # 2.1% ## 3.1% ## 4.0% ### 5.0% #### 5.9% #### 6.9% ##### 7.8% ###### 9.7% ######## 11.6% ######### 12.5% ######### 13.5% ########### 15.4% ########### 16.3% ############ 17.3% ############# 18.2% ############# 19.1% ############### 21.0% ############### 22.0% ################ 22.9% ################# 24.8% ################## 25.8% ################### 26.7% #################### 28.6% ##################### 29.5% ###################### 31.4% ####################### 33.3% ######################## 34.3% ########################## 36.2% ########################## 37.1% ########################### 38.0% ############################ 39.9% ############################## 41.8% ############################## 42.8% ############################### 43.7% ################################ 45.6% ################################# 46.6% ################################## 47.5% ################################### 49.4% #################################### 50.3% #################################### 51.3% [2019-10-21T22:20:00.355Z] #27 ... [2019-10-21T22:20:00.355Z] [2019-10-21T22:20:00.355Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:20:00.355Z] #42 1.723 Note: Building without setproctitle() and strlcpy() support. [2019-10-21T22:20:00.355Z] #42 1.723 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-10-21T22:20:00.355Z] #42 3.086 fatal: Not a git repository (or any of the parent directories): .git [2019-10-21T22:20:00.355Z] #42 3.147 GEN .gitid [2019-10-21T22:20:00.355Z] #42 3.149 GEN criu/include/version.h [2019-10-21T22:20:00.355Z] #42 3.217 GEN include/common/asm [2019-10-21T22:20:00.355Z] #42 4.928 PBCC images/google/protobuf/descriptor.pb-c.c [2019-10-21T22:20:00.355Z] #42 5.013 PBCC images/opts.pb-c.c [2019-10-21T22:20:00.355Z] #42 5.095 PBCC images/sit.pb-c.c [2019-10-21T22:20:00.355Z] #42 5.118 DEP images/google/protobuf/descriptor.pb-c.d [2019-10-21T22:20:00.355Z] #42 5.222 DEP images/opts.pb-c.d [2019-10-21T22:20:00.355Z] #42 5.231 DEP images/sit.pb-c.d [2019-10-21T22:20:00.355Z] #42 5.243 PBCC images/macvlan.pb-c.c [2019-10-21T22:20:00.355Z] #42 5.253 DEP images/macvlan.pb-c.d [2019-10-21T22:20:00.355Z] #42 5.270 PBCC images/autofs.pb-c.c [2019-10-21T22:20:00.355Z] #42 5.282 DEP images/autofs.pb-c.d [2019-10-21T22:20:00.355Z] #42 5.307 PBCC images/sysctl.pb-c.c [2019-10-21T22:20:00.355Z] #42 5.316 DEP images/sysctl.pb-c.d [2019-10-21T22:20:00.355Z] #42 5.328 PBCC images/time.pb-c.c [2019-10-21T22:20:00.355Z] #42 5.335 DEP images/time.pb-c.d [2019-10-21T22:20:00.355Z] #42 5.367 PBCC images/binfmt-misc.pb-c.c [2019-10-21T22:20:00.355Z] #42 5.395 DEP images/binfmt-misc.pb-c.d [2019-10-21T22:20:00.355Z] #42 5.434 PBCC images/seccomp.pb-c.c [2019-10-21T22:20:00.355Z] #42 5.452 DEP images/seccomp.pb-c.d [2019-10-21T22:20:00.355Z] #42 5.519 PBCC images/userns.pb-c.c [2019-10-21T22:20:00.355Z] #42 5.579 DEP images/userns.pb-c.d [2019-10-21T22:20:00.355Z] #42 5.601 PBCC images/cgroup.pb-c.c [2019-10-21T22:20:00.355Z] #42 5.632 DEP images/cgroup.pb-c.d [2019-10-21T22:20:00.355Z] #42 5.729 PBCC images/fown.pb-c.c [2019-10-21T22:20:00.355Z] #42 5.760 PBCC images/ext-file.pb-c.c [2019-10-21T22:20:00.355Z] #42 5.791 DEP images/fown.pb-c.d [2019-10-21T22:20:00.355Z] #42 5.861 DEP images/ext-file.pb-c.d [2019-10-21T22:20:00.355Z] #42 5.900 PBCC images/rpc.pb-c.c [2019-10-21T22:20:00.355Z] #42 5.969 DEP images/rpc.pb-c.d [2019-10-21T22:20:00.355Z] #42 6.040 PBCC images/siginfo.pb-c.c [2019-10-21T22:20:00.355Z] #42 6.112 DEP images/siginfo.pb-c.d [2019-10-21T22:20:00.355Z] #42 6.151 PBCC images/pagemap.pb-c.c [2019-10-21T22:20:00.355Z] #42 6.191 DEP images/pagemap.pb-c.d [2019-10-21T22:20:00.355Z] #42 6.253 PBCC images/rlimit.pb-c.c [2019-10-21T22:20:00.355Z] #42 6.269 DEP images/rlimit.pb-c.d [2019-10-21T22:20:00.355Z] #42 6.311 PBCC images/file-lock.pb-c.c [2019-10-21T22:20:00.355Z] #42 6.350 DEP images/file-lock.pb-c.d [2019-10-21T22:20:00.355Z] #42 6.429 PBCC images/tty.pb-c.c [2019-10-21T22:20:00.355Z] #42 6.521 DEP images/tty.pb-c.d [2019-10-21T22:20:00.355Z] #42 6.578 PBCC images/tun.pb-c.c [2019-10-21T22:20:00.355Z] #42 6.639 PBCC images/netdev.pb-c.c [2019-10-21T22:20:00.355Z] #42 6.698 DEP images/tun.pb-c.d [2019-10-21T22:20:00.355Z] #42 6.771 DEP images/netdev.pb-c.d [2019-10-21T22:20:00.355Z] #42 6.794 PBCC images/vma.pb-c.c [2019-10-21T22:20:00.355Z] #42 6.923 DEP images/vma.pb-c.d [2019-10-21T22:20:00.355Z] #42 7.025 PBCC images/creds.pb-c.c [2019-10-21T22:20:00.355Z] #42 7.032 DEP images/creds.pb-c.d [2019-10-21T22:20:00.355Z] #42 7.081 PBCC images/utsns.pb-c.c [2019-10-21T22:20:00.355Z] #42 7.108 DEP images/utsns.pb-c.d [2019-10-21T22:20:00.355Z] #42 7.142 PBCC images/ipc-desc.pb-c.c [2019-10-21T22:20:00.355Z] #42 7.156 PBCC images/ipc-sem.pb-c.c [2019-10-21T22:20:00.355Z] #42 7.218 DEP images/ipc-desc.pb-c.d [2019-10-21T22:20:00.355Z] #42 7.287 DEP images/ipc-sem.pb-c.d [2019-10-21T22:20:00.355Z] #42 7.347 PBCC images/ipc-msg.pb-c.c [2019-10-21T22:20:00.355Z] #42 7.364 DEP images/ipc-msg.pb-c.d [2019-10-21T22:20:00.355Z] #42 7.473 PBCC images/ipc-shm.pb-c.c [2019-10-21T22:20:00.355Z] #42 7.482 DEP images/ipc-shm.pb-c.d [2019-10-21T22:20:00.355Z] #42 7.557 PBCC images/ipc-var.pb-c.c [2019-10-21T22:20:00.355Z] #42 7.624 DEP images/ipc-var.pb-c.d [2019-10-21T22:20:00.355Z] #42 7.725 PBCC images/sk-opts.pb-c.c [2019-10-21T22:20:00.355Z] #42 7.747 PBCC images/packet-sock.pb-c.c [2019-10-21T22:20:00.355Z] #42 7.774 DEP images/sk-opts.pb-c.d [2019-10-21T22:20:00.355Z] #42 7.871 DEP images/packet-sock.pb-c.d [2019-10-21T22:20:00.355Z] #42 7.930 PBCC images/sk-netlink.pb-c.c [2019-10-21T22:20:00.355Z] #42 7.962 DEP images/sk-netlink.pb-c.d [2019-10-21T22:20:00.355Z] #42 8.001 PBCC images/sk-inet.pb-c.c [2019-10-21T22:20:00.355Z] #42 8.065 DEP images/sk-inet.pb-c.d [2019-10-21T22:20:00.355Z] #42 8.079 PBCC images/sk-unix.pb-c.c [2019-10-21T22:20:00.355Z] #42 8.186 DEP images/sk-unix.pb-c.d [2019-10-21T22:20:00.355Z] #42 8.273 PBCC images/mm.pb-c.c [2019-10-21T22:20:00.355Z] #42 8.339 DEP images/mm.pb-c.d [2019-10-21T22:20:00.355Z] #42 8.399 PBCC images/timerfd.pb-c.c [2019-10-21T22:20:00.355Z] #42 8.472 DEP images/timerfd.pb-c.d [2019-10-21T22:20:00.355Z] #42 8.588 PBCC images/timer.pb-c.c [2019-10-21T22:20:00.355Z] #42 8.597 DEP images/timer.pb-c.d [2019-10-21T22:20:00.355Z] #42 8.707 PBCC images/sa.pb-c.c [2019-10-21T22:20:00.355Z] #42 8.750 DEP images/sa.pb-c.d [2019-10-21T22:20:00.355Z] #42 8.805 PBCC images/pipe-data.pb-c.c [2019-10-21T22:20:00.355Z] #42 8.811 DEP images/pipe-data.pb-c.d [2019-10-21T22:20:00.355Z] #42 8.825 PBCC images/mnt.pb-c.c [2019-10-21T22:20:00.355Z] #42 8.854 DEP images/mnt.pb-c.d [2019-10-21T22:20:00.355Z] #42 8.959 PBCC images/sk-packet.pb-c.c [2019-10-21T22:20:00.355Z] #42 8.976 DEP images/sk-packet.pb-c.d [2019-10-21T22:20:00.355Z] #42 9.124 PBCC images/tcp-stream.pb-c.c [2019-10-21T22:20:00.355Z] #42 9.208 DEP images/tcp-stream.pb-c.d [2019-10-21T22:20:00.355Z] #42 9.257 PBCC images/pipe.pb-c.c [2019-10-21T22:20:00.355Z] #42 9.299 DEP images/pipe.pb-c.d [2019-10-21T22:20:00.355Z] #42 9.387 PBCC images/pstree.pb-c.c [2019-10-21T22:20:00.355Z] #42 9.426 DEP images/pstree.pb-c.d [2019-10-21T22:20:00.355Z] #42 9.511 PBCC images/fs.pb-c.c [2019-10-21T22:20:00.355Z] #42 9.558 DEP images/fs.pb-c.d [2019-10-21T22:20:00.355Z] #42 9.617 PBCC images/signalfd.pb-c.c [2019-10-21T22:20:00.355Z] #42 9.650 DEP images/signalfd.pb-c.d [2019-10-21T22:20:00.355Z] #42 9.714 PBCC images/fh.pb-c.c [2019-10-21T22:20:00.355Z] #42 9.796 PBCC images/fsnotify.pb-c.c [2019-10-21T22:20:00.355Z] #42 9.886 DEP images/fh.pb-c.d [2019-10-21T22:20:00.355Z] #42 9.946 DEP images/fsnotify.pb-c.d [2019-10-21T22:20:00.355Z] #42 10.11 PBCC images/eventpoll.pb-c.c [2019-10-21T22:20:00.355Z] #42 10.13 DEP images/eventpoll.pb-c.d [2019-10-21T22:20:00.355Z] #42 ... [2019-10-21T22:20:00.355Z] [2019-10-21T22:20:00.355Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T22:20:00.355Z] #27 21.65 1.2% # 2.1% ## 3.1% ## 4.0% ### 5.0% #### 5.9% #### 6.9% ##### 7.8% ###### 9.7% ######## 11.6% ######### 12.5% ######### 13.5% ########### 15.4% ########### 16.3% ############ 17.3% ############# 18.2% ############# 19.1% ############### 21.0% ############### 22.0% ################ 22.9% ################# 24.8% ################## 25.8% ################### 26.7% #################### 28.6% ##################### 29.5% ###################### 31.4% ####################### 33.3% ######################## 34.3% ########################## 36.2% ########################## 37.1% ########################### 38.0% ############################ 39.9% ############################## 41.8% ############################## 42.8% ############################### 43.7% ################################ 45.6% ################################# 46.6% ################################## 47.5% ################################### 49.4% #################################### 50.3% #################################### 51.3% ##################################### 52.2% ###################################### 53.2% ###################################### 54.1% [2019-10-21T22:20:00.355Z] #27 ... [2019-10-21T22:20:00.355Z] [2019-10-21T22:20:00.355Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T22:20:00.355Z] #18 15.91 Fetched 7670 kB in 15s (494 kB/s) [2019-10-21T22:20:00.355Z] #18 15.91 Reading package lists... [2019-10-21T22:20:00.355Z] #18 22.32 Reading package lists... [2019-10-21T22:20:00.355Z] #18 ... [2019-10-21T22:20:00.355Z] [2019-10-21T22:20:00.355Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T22:20:00.471Z] #41 ... [2019-10-21T22:20:00.471Z] [2019-10-21T22:20:00.471Z] #54 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:20:00.471Z] #54 157.6 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-21T22:20:01.425Z] #27 21.65 1.2% # 2.1% ## 3.1% ## 4.0% ### 5.0% #### 5.9% #### 6.9% ##### 7.8% ###### 9.7% ######## 11.6% ######### 12.5% ######### 13.5% ########### 15.4% ########### 16.3% ############ 17.3% ############# 18.2% ############# 19.1% ############### 21.0% ############### 22.0% ################ 22.9% ################# 24.8% ################## 25.8% ################### 26.7% #################### 28.6% ##################### 29.5% ###################### 31.4% ####################### 33.3% ######################## 34.3% ########################## 36.2% ########################## 37.1% ########################### 38.0% ############################ 39.9% ############################## 41.8% ############################## 42.8% ############################### 43.7% ################################ 45.6% ################################# 46.6% ################################## 47.5% ################################### 49.4% #################################### 50.3% #################################### 51.3% ##################################### 52.2% ###################################### 53.2% ###################################### 54.1% ####################################### 55.1% ######################################## 56.0% ######################################### 57.0% ########################################## 58.9% ########################################### 59.8% [2019-10-21T22:20:01.425Z] #27 ... [2019-10-21T22:20:01.425Z] [2019-10-21T22:20:01.425Z] #37 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:20:01.425Z] #37 2.871 -- The C compiler identification is GNU 6.3.0 [2019-10-21T22:20:01.425Z] #37 2.925 -- Check for working C compiler: /usr/bin/cc [2019-10-21T22:20:01.425Z] #37 3.579 -- Check for working C compiler: /usr/bin/cc -- works [2019-10-21T22:20:01.425Z] #37 3.583 -- Detecting C compiler ABI info [2019-10-21T22:20:01.425Z] #37 4.194 -- Detecting C compiler ABI info - done [2019-10-21T22:20:01.425Z] #37 4.287 -- Detecting C compile features [2019-10-21T22:20:01.425Z] #37 5.954 -- Detecting C compile features - done [2019-10-21T22:20:01.425Z] #37 6.020 -- Performing Test HAS_BUILTIN_FORTIFY [2019-10-21T22:20:01.425Z] #37 6.246 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-10-21T22:20:01.425Z] #37 6.456 -- Configuring done [2019-10-21T22:20:01.425Z] #37 6.483 -- Generating done [2019-10-21T22:20:01.425Z] #37 6.485 -- Build files have been written to: /tmp/tmp.CFbbsdwKgO/tini [2019-10-21T22:20:01.425Z] #37 6.491 + make tini-static [2019-10-21T22:20:01.425Z] #37 6.921 Scanning dependencies of target tini-static [2019-10-21T22:20:01.425Z] #37 6.962 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-10-21T22:20:01.425Z] #37 8.780 [100%] Linking C executable tini-static [2019-10-21T22:20:01.425Z] #37 9.458 [100%] Built target tini-static [2019-10-21T22:20:01.425Z] #37 9.614 + mkdir -p /build [2019-10-21T22:20:01.425Z] #37 9.621 + cp tini-static /build/docker-init [2019-10-21T22:20:01.425Z] #37 DONE 9.8s [2019-10-21T22:20:01.425Z] [2019-10-21T22:20:01.425Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T22:20:02.371Z] #54 159.4 + mkdir -p /build [2019-10-21T22:20:02.629Z] #54 159.4 + cp runc /build/runc [2019-10-21T22:20:02.887Z] #54 DONE 159.9s [2019-10-21T22:20:02.887Z] [2019-10-21T22:20:02.887Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:20:02.887Z] #41 94.85 CC criu/clone-noasan.o [2019-10-21T22:20:02.887Z] #41 94.95 CC criu/config.o [2019-10-21T22:20:02.887Z] #41 96.08 CC criu/cr-check.o [2019-10-21T22:20:04.261Z] #41 97.46 CC criu/cr-dedup.o [2019-10-21T22:20:04.518Z] #41 97.75 CC criu/cr-dump.o [2019-10-21T22:20:05.902Z] #41 99.32 CC criu/cr-errno.o [2019-10-21T22:20:06.160Z] #41 99.37 CC criu/cr-restore.o [2019-10-21T22:20:06.406Z] #27 21.65 1.2% # 2.1% ## 3.1% ## 4.0% ### 5.0% #### 5.9% #### 6.9% ##### 7.8% ###### 9.7% ######## 11.6% ######### 12.5% ######### 13.5% ########### 15.4% ########### 16.3% ############ 17.3% ############# 18.2% ############# 19.1% ############### 21.0% ############### 22.0% ################ 22.9% ################# 24.8% ################## 25.8% ################### 26.7% #################### 28.6% ##################### 29.5% ###################### 31.4% ####################### 33.3% ######################## 34.3% ########################## 36.2% ########################## 37.1% ########################### 38.0% ############################ 39.9% ############################## 41.8% ############################## 42.8% ############################### 43.7% ################################ 45.6% ################################# 46.6% ################################## 47.5% ################################### 49.4% #################################### 50.3% #################################### 51.3% ##################################### 52.2% ###################################### 53.2% ###################################### 54.1% ####################################### 55.1% ######################################## 56.0% ######################################### 57.0% ########################################## 58.9% ########################################### 59.8% ############################################ 61.7% ############################################# 62.6% ############################################# 63.6% ############################################## 64.5% ############################################### 65.5% ############################################### 66.4% ################################################# 68.3% ################################################# 69.3% ################################################### 71.1% ################################################### 72.1% ##################################################### 74.0% ##################################################### 74.9% ####################################################### 76.8% ####################################################### 77.8% ######################################################## 78.7% ########################################################## 80.6% ########################################################### 82.5% ############################################################ 83.4% ############################################################# 85.3% ############################################################## 86.3% ############################################################### 88.2% ################################################################ 89.1% ################################################################ 90.1% ################################################################## 92.0% ################################################################### 93.8% #################################################################### 94.8% ##################################################################### 96.7% ###################################################################### 98.5% ####################################################################### 99.5% ######################################################################## 100.0% [2019-10-21T22:20:06.406Z] #27 34.98 [2019-10-21T22:20:08.435Z] #27 36.99 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-10-21T22:20:08.724Z] #41 102.0 CC criu/cr-service.o [2019-10-21T22:20:08.849Z] #27 ... [2019-10-21T22:20:08.850Z] [2019-10-21T22:20:08.850Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T22:20:08.850Z] #32 57.98 time [2019-10-21T22:20:08.850Z] #32 67.07 internal/poll [2019-10-21T22:20:08.850Z] #32 67.43 internal/fmtsort [2019-10-21T22:20:08.850Z] #32 ... [2019-10-21T22:20:08.850Z] [2019-10-21T22:20:08.850Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T22:20:08.850Z] #27 37.52 [2019-10-21T22:20:09.264Z] #27 37.79 #################################################### 73.1% ######################################################################## 100.0% [2019-10-21T22:20:09.264Z] #27 37.96 [2019-10-21T22:20:10.122Z] #41 103.1 CC criu/crtools.o [2019-10-21T22:20:10.167Z] #27 ... [2019-10-21T22:20:10.167Z] [2019-10-21T22:20:10.167Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:20:10.167Z] #42 10.24 PBCC images/eventfd.pb-c.c [2019-10-21T22:20:10.167Z] #42 10.31 DEP images/eventfd.pb-c.d [2019-10-21T22:20:10.167Z] #42 10.37 PBCC images/remap-file-path.pb-c.c [2019-10-21T22:20:10.167Z] #42 10.41 DEP images/remap-file-path.pb-c.d [2019-10-21T22:20:10.167Z] #42 10.49 PBCC images/fifo.pb-c.c [2019-10-21T22:20:10.167Z] #42 10.58 DEP images/fifo.pb-c.d [2019-10-21T22:20:10.167Z] #42 10.70 PBCC images/ghost-file.pb-c.c [2019-10-21T22:20:10.167Z] #42 10.78 DEP images/ghost-file.pb-c.d [2019-10-21T22:20:10.167Z] #42 10.87 PBCC images/regfile.pb-c.c [2019-10-21T22:20:10.167Z] #42 10.93 DEP images/regfile.pb-c.d [2019-10-21T22:20:10.167Z] #42 11.01 PBCC images/ns.pb-c.c [2019-10-21T22:20:10.167Z] #42 11.04 DEP images/ns.pb-c.d [2019-10-21T22:20:10.167Z] #42 11.11 PBCC images/fdinfo.pb-c.c [2019-10-21T22:20:10.167Z] #42 11.28 DEP images/fdinfo.pb-c.d [2019-10-21T22:20:10.167Z] #42 11.36 PBCC images/core-aarch64.pb-c.c [2019-10-21T22:20:10.167Z] #42 11.45 PBCC images/core-arm.pb-c.c [2019-10-21T22:20:10.167Z] #42 11.56 PBCC images/core-ppc64.pb-c.c [2019-10-21T22:20:10.167Z] #42 11.59 PBCC images/core-s390.pb-c.c [2019-10-21T22:20:10.167Z] #42 11.62 PBCC images/core-x86.pb-c.c [2019-10-21T22:20:10.167Z] #42 11.68 PBCC images/core.pb-c.c [2019-10-21T22:20:10.167Z] #42 11.87 PBCC images/inventory.pb-c.c [2019-10-21T22:20:10.167Z] #42 12.04 DEP images/core-aarch64.pb-c.d [2019-10-21T22:20:10.167Z] #42 12.17 DEP images/core-arm.pb-c.d [2019-10-21T22:20:10.167Z] #42 12.38 DEP images/core-ppc64.pb-c.d [2019-10-21T22:20:10.167Z] #42 12.58 DEP images/core-s390.pb-c.d [2019-10-21T22:20:10.167Z] #42 12.64 DEP images/core-x86.pb-c.d [2019-10-21T22:20:10.167Z] #42 12.73 DEP images/core.pb-c.d [2019-10-21T22:20:10.167Z] #42 12.89 DEP images/inventory.pb-c.d [2019-10-21T22:20:10.167Z] #42 13.00 PBCC images/cpuinfo.pb-c.c [2019-10-21T22:20:10.167Z] #42 13.06 DEP images/cpuinfo.pb-c.d [2019-10-21T22:20:10.167Z] #42 13.13 PBCC images/stats.pb-c.c [2019-10-21T22:20:10.167Z] #42 13.15 DEP images/stats.pb-c.d [2019-10-21T22:20:10.167Z] #42 14.69 make[1]: Nothing to be done for 'all'. [2019-10-21T22:20:10.167Z] #42 16.45 CC images/stats.o [2019-10-21T22:20:10.167Z] #42 17.00 CC images/core.o [2019-10-21T22:20:10.167Z] #42 17.72 CC images/core-x86.o [2019-10-21T22:20:10.167Z] #42 18.27 CC images/core-arm.o [2019-10-21T22:20:10.167Z] #42 18.76 CC images/core-aarch64.o [2019-10-21T22:20:10.167Z] #42 19.11 CC images/core-ppc64.o [2019-10-21T22:20:10.167Z] #42 19.67 CC images/core-s390.o [2019-10-21T22:20:10.167Z] #42 20.37 CC images/cpuinfo.o [2019-10-21T22:20:10.167Z] #42 ... [2019-10-21T22:20:10.167Z] [2019-10-21T22:20:10.167Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T22:20:10.167Z] #18 22.32 Reading package lists... [2019-10-21T22:20:10.167Z] #18 28.56 Building dependency tree... [2019-10-21T22:20:10.167Z] #18 30.04 The following additional packages will be installed: [2019-10-21T22:20:10.167Z] #18 30.07 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-10-21T22:20:10.167Z] #18 30.07 dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-10-21T22:20:10.167Z] #18 30.07 libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-10-21T22:20:10.167Z] #18 30.07 libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-10-21T22:20:10.167Z] #18 30.07 libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-10-21T22:20:10.167Z] #18 30.07 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-10-21T22:20:10.167Z] #18 30.07 libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common [2019-10-21T22:20:10.167Z] #18 30.07 mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-10-21T22:20:10.167Z] #18 30.07 python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-10-21T22:20:10.167Z] #18 30.08 Suggested packages: [2019-10-21T22:20:10.167Z] #18 30.08 apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-10-21T22:20:10.167Z] #18 30.08 gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-10-21T22:20:10.167Z] #18 30.08 python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-10-21T22:20:10.167Z] #18 30.08 vim-doc vim-scripts xfsdump acl attr quota [2019-10-21T22:20:10.167Z] #18 30.08 Recommended packages: [2019-10-21T22:20:10.167Z] #18 30.08 aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-10-21T22:20:10.167Z] #18 30.08 python3-keyrings.alt python3-xdg unzip [2019-10-21T22:20:10.167Z] #18 35.27 The following NEW packages will be installed: [2019-10-21T22:20:10.167Z] #18 35.29 apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-10-21T22:20:10.167Z] #18 35.29 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-10-21T22:20:10.167Z] #18 35.29 bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-10-21T22:20:10.167Z] #18 35.29 gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-10-21T22:20:10.167Z] #18 35.29 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-10-21T22:20:10.167Z] #18 35.29 libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-10-21T22:20:10.167Z] #18 35.29 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-10-21T22:20:10.167Z] #18 35.29 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-10-21T22:20:10.167Z] #18 35.29 libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-10-21T22:20:10.167Z] #18 35.29 libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-10-21T22:20:10.167Z] #18 35.29 mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-10-21T22:20:10.167Z] #18 35.29 python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-10-21T22:20:10.167Z] #18 35.29 python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-10-21T22:20:10.167Z] #18 35.29 xfsprogs xxd xz-utils zip [2019-10-21T22:20:10.167Z] #18 35.37 0 upgraded, 69 newly installed, 0 to remove and 0 not upgraded. [2019-10-21T22:20:10.167Z] #18 35.37 Need to get 88.2 MB of archives. [2019-10-21T22:20:10.167Z] #18 35.37 After this operation, 565 MB of additional disk space will be used. [2019-10-21T22:20:10.167Z] #18 35.37 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x bash-completion all 1:2.1-4.3 [178 kB] [2019-10-21T22:20:10.167Z] #18 35.42 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1 s390x 1.1.6+dfsg-3 [57.1 kB] [2019-10-21T22:20:10.167Z] #18 35.42 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnfnetlink0 s390x 1.0.1-3 [13.7 kB] [2019-10-21T22:20:10.167Z] #18 35.42 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcrecpp0v5 s390x 2:8.39-3 [151 kB] [2019-10-21T22:20:10.167Z] #18 35.44 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libudev-dev s390x 232-25+deb9u12 [92.5 kB] [2019-10-21T22:20:10.167Z] #18 35.44 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-21T22:20:10.167Z] #18 35.48 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-21T22:20:10.167Z] #18 35.63 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-minimal s390x 3.5.3-1 [35.3 kB] [2019-10-21T22:20:10.167Z] #18 35.63 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libmpdec2 s390x 2.4.2-1 [83.6 kB] [2019-10-21T22:20:10.167Z] #18 35.64 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-21T22:20:10.167Z] #18 35.77 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3.5 s390x 3.5.3-1+deb9u1 [229 kB] [2019-10-21T22:20:10.167Z] #18 35.79 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3-stdlib s390x 3.5.3-1 [18.6 kB] [2019-10-21T22:20:10.167Z] #18 35.80 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main s390x dh-python all 2.20170125 [86.8 kB] [2019-10-21T22:20:10.167Z] #18 35.80 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3 s390x 3.5.3-1 [21.6 kB] [2019-10-21T22:20:10.167Z] #18 35.80 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main s390x pigz s390x 2.3.4-1 [51.1 kB] [2019-10-21T22:20:10.167Z] #18 35.80 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libip4tc0 s390x 1.6.0+snapshot20161117-6 [67.9 kB] [2019-10-21T22:20:10.167Z] #18 35.81 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libip6tc0 s390x 1.6.0+snapshot20161117-6 [68.2 kB] [2019-10-21T22:20:10.167Z] #18 35.81 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libiptc0 s390x 1.6.0+snapshot20161117-6 [57.6 kB] [2019-10-21T22:20:10.167Z] #18 35.81 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libxtables12 s390x 1.6.0+snapshot20161117-6 [75.3 kB] [2019-10-21T22:20:10.167Z] #18 35.82 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnetfilter-conntrack3 s390x 1.0.6-2 [37.1 kB] [2019-10-21T22:20:10.167Z] #18 35.82 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main s390x iptables s390x 1.6.0+snapshot20161117-6 [282 kB] [2019-10-21T22:20:10.167Z] #18 35.84 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xxd s390x 2:8.0.0197-4+deb9u3 [132 kB] [2019-10-21T22:20:10.388Z] #41 103.5 CC criu/eventfd.o [2019-10-21T22:20:10.388Z] #41 103.8 CC criu/eventpoll.o [2019-10-21T22:20:10.577Z] #18 35.85 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-21T22:20:10.577Z] #18 35.85 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main s390x bzip2 s390x 1.0.6-8.1 [48.1 kB] [2019-10-21T22:20:10.577Z] #18 35.89 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-21T22:20:10.577Z] #18 35.89 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-21T22:20:10.577Z] #18 35.91 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main s390x aufs-tools s390x 1:4.1+20161219-1 [102 kB] [2019-10-21T22:20:10.577Z] #18 35.95 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-21T22:20:10.577Z] #18 35.95 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-progs s390x 4.7.3-1 [595 kB] [2019-10-21T22:20:10.577Z] #18 35.99 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-tools s390x 4.7.3-1 [16.9 kB] [2019-10-21T22:20:10.577Z] #18 35.99 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-21T22:20:10.577Z] #18 36.00 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main s390x dmsetup s390x 2:1.02.137-2 [104 kB] [2019-10-21T22:20:10.577Z] #18 36.03 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libonig4 s390x 6.1.3-2 [142 kB] [2019-10-21T22:20:10.577Z] #18 36.04 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjq1 s390x 1.5+dfsg-1.3 [126 kB] [2019-10-21T22:20:10.577Z] #18 36.05 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main s390x jq s390x 1.5+dfsg-1.3 [59.2 kB] [2019-10-21T22:20:10.577Z] #18 36.05 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libaio1 s390x 0.3.110-3 [9482 B] [2019-10-21T22:20:10.577Z] #18 36.05 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libcap2-bin s390x 1:2.25-1 [26.8 kB] [2019-10-21T22:20:10.577Z] #18 36.05 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-21T22:20:10.577Z] #18 36.06 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libsepol1-dev s390x 2.6-2 [293 kB] [2019-10-21T22:20:10.577Z] #18 ... [2019-10-21T22:20:10.577Z] [2019-10-21T22:20:10.577Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:20:10.577Z] #42 20.77 CC images/inventory.o [2019-10-21T22:20:10.577Z] #42 21.00 CC images/fdinfo.o [2019-10-21T22:20:10.954Z] #41 104.4 CC criu/external.o [2019-10-21T22:20:10.998Z] #42 21.37 CC images/fown.o [2019-10-21T22:20:11.448Z] #42 21.63 CC images/ns.o [2019-10-21T22:20:11.448Z] #42 21.79 CC images/regfile.o [2019-10-21T22:20:11.522Z] #41 104.7 CC criu/fault-injection.o [2019-10-21T22:20:11.522Z] #41 104.8 CC criu/fdstore.o [2019-10-21T22:20:11.782Z] #41 105.1 CC criu/fifo.o [2019-10-21T22:20:11.879Z] #42 22.06 CC images/ghost-file.o [2019-10-21T22:20:11.879Z] #42 22.35 CC images/fifo.o [2019-10-21T22:20:12.040Z] #41 105.3 CC criu/file-ids.o [2019-10-21T22:20:12.298Z] #41 105.6 CC criu/file-lock.o [2019-10-21T22:20:12.303Z] #42 22.57 CC images/remap-file-path.o [2019-10-21T22:20:12.303Z] #42 22.77 CC images/eventfd.o [2019-10-21T22:20:12.486Z] #7 completed: 2019-10-21 22:20:04.093465535 +0000 UTC [2019-10-21T22:20:12.486Z] #7 duration: 1m3.860784985s [2019-10-21T22:20:12.486Z] [2019-10-21T22:20:12.486Z] [2019-10-21T22:20:12.486Z] #8 exporting to image [2019-10-21T22:20:12.486Z] #8 digest: sha256:65d2fe1a93916aaf15a9cec58f4d1e0f87fc2fdffb24eb8d58bf0e6338c58554 [2019-10-21T22:20:12.486Z] #8 name: "exporting to image" [2019-10-21T22:20:12.486Z] #8 started: 2019-10-21 22:20:04.095651375 +0000 UTC [2019-10-21T22:20:12.486Z] #8 exporting layers [2019-10-21T22:20:12.863Z] #41 106.2 CC criu/files-ext.o [2019-10-21T22:20:12.901Z] #42 23.08 CC images/eventpoll.o [2019-10-21T22:20:13.120Z] #41 106.5 CC criu/files-reg.o [2019-10-21T22:20:13.413Z] #42 23.48 CC images/fh.o [2019-10-21T22:20:13.413Z] #42 23.92 CC images/fsnotify.o [2019-10-21T22:20:13.413Z] #42 ... [2019-10-21T22:20:13.413Z] [2019-10-21T22:20:13.413Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:20:13.413Z] #45 62.96 time [2019-10-21T22:20:13.413Z] #45 69.28 internal/poll [2019-10-21T22:20:13.413Z] #45 69.73 strings [2019-10-21T22:20:13.413Z] #45 72.30 os [2019-10-21T22:20:13.961Z] #45 ... [2019-10-21T22:20:13.961Z] [2019-10-21T22:20:13.961Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T22:20:13.961Z] #18 36.08 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre16-3 s390x 2:8.39-3 [189 kB] [2019-10-21T22:20:13.961Z] #18 36.10 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre32-3 s390x 2:8.39-3 [184 kB] [2019-10-21T22:20:13.961Z] #18 36.11 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre3-dev s390x 2:8.39-3 [488 kB] [2019-10-21T22:20:13.961Z] #18 36.16 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libselinux1-dev s390x 2.6-3+b3 [182 kB] [2019-10-21T22:20:13.961Z] #18 36.16 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-21T22:20:13.961Z] #18 36.17 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-21T22:20:13.961Z] #18 36.17 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c1 s390x 1.2.1-2 [25.1 kB] [2019-10-21T22:20:13.961Z] #18 36.17 Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libreadline5 s390x 5.2+dfsg-3+b1 [120 kB] [2019-10-21T22:20:13.961Z] #18 36.19 Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libsystemd-dev s390x 232-25+deb9u12 [1763 kB] [2019-10-21T22:20:13.961Z] #18 36.32 Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main s390x net-tools s390x 1.60+git20161116.90da8a0-1 [243 kB] [2019-10-21T22:20:13.961Z] #18 36.33 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-21T22:20:13.961Z] #18 36.50 Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-10-21T22:20:13.961Z] #18 36.50 Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-pkg-resources all 33.1.1-1 [137 kB] [2019-10-21T22:20:13.961Z] #18 36.51 Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-setuptools all 33.1.1-1 [215 kB] [2019-10-21T22:20:13.961Z] #18 36.52 Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-wheel all 0.29.0-2 [51.8 kB] [2019-10-21T22:20:13.961Z] #18 36.53 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-21T22:20:13.961Z] #18 36.55 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-21T22:20:13.961Z] #18 37.02 Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim s390x 2:8.0.0197-4+deb9u3 [994 kB] [2019-10-21T22:20:13.961Z] #18 37.09 Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xfsprogs s390x 4.9.0+nmu1 [786 kB] [2019-10-21T22:20:13.961Z] #18 37.14 Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main s390x zip s390x 3.0-11+b1 [232 kB] [2019-10-21T22:20:13.961Z] #18 37.17 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-21T22:20:13.961Z] #18 37.19 Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main s390x apparmor s390x 2.11.0-3+deb9u2 [532 kB] [2019-10-21T22:20:13.961Z] #18 37.25 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-21T22:20:13.961Z] #18 37.41 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-21T22:20:13.961Z] #18 37.64 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-21T22:20:13.961Z] #18 37.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-21T22:20:13.961Z] #18 37.99 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-21T22:20:13.961Z] #18 38.22 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-21T22:20:13.961Z] #18 38.23 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-21T22:20:14.493Z] #41 107.8 CC criu/files.o [2019-10-21T22:20:15.869Z] #41 109.1 CC criu/filesystems.o [2019-10-21T22:20:16.438Z] #41 109.7 CC criu/fsnotify.o [2019-10-21T22:20:16.632Z] #18 41.94 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-21T22:20:17.063Z] #18 ... [2019-10-21T22:20:17.063Z] [2019-10-21T22:20:17.063Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T22:20:17.063Z] #27 39.37 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-10-21T22:20:17.063Z] #27 39.76 [2019-10-21T22:20:17.063Z] #27 40.21 ################################################# 68.1% ######################################################################## 100.0% [2019-10-21T22:20:17.063Z] #27 40.42 [2019-10-21T22:20:17.063Z] #27 42.58 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-10-21T22:20:17.063Z] #27 42.70 skipping existing b63cc5f62c21 [2019-10-21T22:20:17.063Z] #27 42.98 [2019-10-21T22:20:17.063Z] #27 44.45 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-10-21T22:20:17.063Z] #27 44.93 [2019-10-21T22:20:17.063Z] #27 45.12 ######################################################################## 100.0% [2019-10-21T22:20:17.063Z] #27 45.23 [2019-10-21T22:20:17.063Z] #27 45.28 Download of images into '/build' complete. [2019-10-21T22:20:17.063Z] #27 45.28 Use something like the following to load the result into a Docker daemon: [2019-10-21T22:20:17.063Z] #27 45.28 tar -cC '/build' . | docker load [2019-10-21T22:20:17.063Z] #27 DONE 45.5s [2019-10-21T22:20:17.063Z] [2019-10-21T22:20:17.063Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:20:17.063Z] #42 24.62 CC images/signalfd.o [2019-10-21T22:20:17.063Z] #42 24.81 CC images/fs.o [2019-10-21T22:20:17.063Z] #42 25.02 CC images/pstree.o [2019-10-21T22:20:17.063Z] #42 25.18 CC images/pipe.o [2019-10-21T22:20:17.063Z] #42 25.42 CC images/tcp-stream.o [2019-10-21T22:20:17.063Z] #42 25.61 CC images/sk-packet.o [2019-10-21T22:20:17.063Z] #42 25.99 CC images/mnt.o [2019-10-21T22:20:17.063Z] #42 26.18 CC images/pipe-data.o [2019-10-21T22:20:17.063Z] #42 26.36 CC images/sa.o [2019-10-21T22:20:17.063Z] #42 26.59 CC images/timer.o [2019-10-21T22:20:17.063Z] #42 26.92 CC images/timerfd.o [2019-10-21T22:20:17.063Z] #42 27.20 CC images/mm.o [2019-10-21T22:20:17.371Z] #41 110.4 CC criu/image-desc.o [2019-10-21T22:20:17.371Z] #41 110.5 CC criu/image.o [2019-10-21T22:20:17.489Z] #42 27.84 CC images/sk-opts.o [2019-10-21T22:20:17.906Z] #42 28.28 CC images/sk-unix.o [2019-10-21T22:20:17.937Z] #41 111.2 CC criu/ipc_ns.o [2019-10-21T22:20:18.337Z] #42 ... [2019-10-21T22:20:18.337Z] [2019-10-21T22:20:18.337Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:20:18.337Z] #60 35.91 + cd /tmp/tmp.Lft98A2QTf/src/github.com/containerd/containerd [2019-10-21T22:20:18.337Z] #60 35.91 + git checkout -q 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-21T22:20:18.337Z] #60 36.66 + export 'BUILDTAGS=netgo osusergo static_build' [2019-10-21T22:20:18.337Z] #60 36.66 + BUILDTAGS='netgo osusergo static_build' [2019-10-21T22:20:18.337Z] #60 36.66 + export EXTRA_FLAGS=-buildmode=pie [2019-10-21T22:20:18.337Z] #60 36.66 + EXTRA_FLAGS=-buildmode=pie [2019-10-21T22:20:18.337Z] #60 36.66 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-10-21T22:20:18.337Z] #60 36.66 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-10-21T22:20:18.337Z] #60 36.66 + '[' '' = dynamic ']' [2019-10-21T22:20:18.337Z] #60 36.66 + make [2019-10-21T22:20:18.337Z] #60 37.59 + bin/ctr [2019-10-21T22:20:18.337Z] #60 ... [2019-10-21T22:20:18.337Z] [2019-10-21T22:20:18.337Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T22:20:18.337Z] #32 68.43 internal/syscall/unix [2019-10-21T22:20:18.337Z] #32 68.70 strings [2019-10-21T22:20:18.337Z] #32 69.96 os [2019-10-21T22:20:18.337Z] #32 72.74 path [2019-10-21T22:20:18.337Z] #32 73.77 text/tabwriter [2019-10-21T22:20:18.337Z] #32 75.34 fmt [2019-10-21T22:20:18.337Z] #32 75.34 path/filepath [2019-10-21T22:20:18.337Z] #32 77.77 io/ioutil [2019-10-21T22:20:18.337Z] #32 ... [2019-10-21T22:20:18.337Z] [2019-10-21T22:20:18.337Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:20:18.337Z] #42 28.66 CC images/sk-inet.o [2019-10-21T22:20:18.502Z] #41 ... [2019-10-21T22:20:18.502Z] [2019-10-21T22:20:18.502Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-21T22:20:18.502Z] #38 177.4 + dpkg --print-architecture [2019-10-21T22:20:18.502Z] #38 177.4 + cd /tmp/tmp.Cd3CKTcHdV/src/github.com/docker/distribution [2019-10-21T22:20:18.502Z] #38 177.4 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-10-21T22:20:18.753Z] #42 29.04 CC images/tun.o [2019-10-21T22:20:19.023Z] #38 177.9 + GOPATH=/tmp/tmp.Cd3CKTcHdV/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.Cd3CKTcHdV [2019-10-21T22:20:19.023Z] #38 177.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-10-21T22:20:19.183Z] #42 29.33 CC images/sk-netlink.o [2019-10-21T22:20:19.183Z] #42 29.49 CC images/packet-sock.o [2019-10-21T22:20:19.343Z] #8 completed: 2019-10-21 22:20:18.713779807 +0000 UTC [2019-10-21T22:20:19.343Z] #8 duration: 14.618128432s [2019-10-21T22:20:19.343Z] #8 exporting layers 14.6s done [2019-10-21T22:20:19.343Z] #8 writing image sha256:e9200d9629618aa4ab8dcd2dc11b5df939708aaaa88dd144400b80935a59f70c done [2019-10-21T22:20:19.343Z] #8 naming to docker.io/library/moby-buildx:v0.3.0 done [2019-10-21T22:20:19.343Z] [2019-10-21T22:20:19.343Z] 65c163aec2079630d51575e0edd7687d2c6caba0b5280b73c5e9a0cb75b8ec1d [2019-10-21T22:20:19.343Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:3ddb4100a052aa556e78fefdf955cf0b7c374d43 . [2019-10-21T22:20:19.343Z] #1 [internal] booting buildkit [2019-10-21T22:20:19.624Z] #1 pulling image moby/buildkit:buildx-stable-1 [2019-10-21T22:20:19.648Z] #42 29.89 CC images/ipc-var.o [2019-10-21T22:20:20.197Z] #42 30.07 CC images/ipc-desc.o [2019-10-21T22:20:20.197Z] #42 30.34 CC images/ipc-shm.o [2019-10-21T22:20:20.197Z] #42 30.67 CC images/ipc-msg.o [2019-10-21T22:20:20.711Z] #42 31.01 CC images/ipc-sem.o [2019-10-21T22:20:21.133Z] #42 31.12 CC images/utsns.o [2019-10-21T22:20:21.133Z] #42 31.33 CC images/creds.o [2019-10-21T22:20:21.548Z] #42 31.58 CC images/vma.o [2019-10-21T22:20:21.548Z] #42 31.81 CC images/netdev.o [2019-10-21T22:20:21.972Z] #42 32.06 CC images/tty.o [2019-10-21T22:20:22.305Z] #1 pulling image moby/buildkit:buildx-stable-1 2.7s done [2019-10-21T22:20:22.305Z] #1 creating container buildx_buildkit_default [2019-10-21T22:20:22.397Z] #42 32.67 CC images/file-lock.o [2019-10-21T22:20:22.795Z] #42 32.83 CC images/rlimit.o [2019-10-21T22:20:22.795Z] #42 33.00 CC images/pagemap.o [2019-10-21T22:20:22.795Z] #42 33.26 CC images/siginfo.o [2019-10-21T22:20:22.924Z] #1 creating container buildx_buildkit_default 0.5s done [2019-10-21T22:20:22.925Z] #1 DONE 3.2s [2019-10-21T22:20:22.925Z] [2019-10-21T22:20:22.925Z] #3 [internal] load .dockerignore [2019-10-21T22:20:22.925Z] #3 transferring context: 87B done [2019-10-21T22:20:22.925Z] #3 DONE 0.0s [2019-10-21T22:20:22.925Z] [2019-10-21T22:20:22.925Z] #2 [internal] load build definition from Dockerfile [2019-10-21T22:20:22.925Z] #2 transferring dockerfile: 14.62kB done [2019-10-21T22:20:22.925Z] #2 DONE 0.0s [2019-10-21T22:20:22.925Z] [2019-10-21T22:20:22.925Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2019-10-21T22:20:23.553Z] #4 DONE 0.6s [2019-10-21T22:20:23.553Z] [2019-10-21T22:20:23.553Z] #5 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2019-10-21T22:20:23.553Z] #5 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2019-10-21T22:20:23.709Z] #42 33.81 CC images/rpc.o [2019-10-21T22:20:23.836Z] #5 sha256:b4f2fdf8e9d2e73f42c77516fe628def2ea4c1fdf5c247db8c3b72b71710929e 899B / 899B done [2019-10-21T22:20:23.836Z] #5 sha256:18585a96afb93cfa75a7628a551b6e4fdcc0b04fcab8c92041ee2889790ea3dd 2.79MB / 8.18MB 0.1s [2019-10-21T22:20:23.836Z] #5 sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 2.03kB / 2.03kB done [2019-10-21T22:20:23.836Z] #5 sha256:00154e4363769e05ecacae130e0e82fe6e2ac944b0a46bf676ce0f46e8fce80b 527B / 527B done [2019-10-21T22:20:23.836Z] #5 sha256:18585a96afb93cfa75a7628a551b6e4fdcc0b04fcab8c92041ee2889790ea3dd 8.18MB / 8.18MB 0.3s done [2019-10-21T22:20:23.836Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd [2019-10-21T22:20:24.450Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 0.6s done [2019-10-21T22:20:24.450Z] #5 DONE 0.9s [2019-10-21T22:20:24.579Z] #42 34.87 CC images/ext-file.o [2019-10-21T22:20:24.579Z] #42 ... [2019-10-21T22:20:24.579Z] [2019-10-21T22:20:24.579Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:20:24.579Z] #45 74.04 regexp/syntax [2019-10-21T22:20:24.579Z] #45 77.81 fmt [2019-10-21T22:20:24.579Z] #45 80.47 regexp [2019-10-21T22:20:24.579Z] #45 83.73 go/token [2019-10-21T22:20:24.733Z] [2019-10-21T22:20:24.733Z] #7 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2019-10-21T22:20:24.976Z] #45 ... [2019-10-21T22:20:24.976Z] [2019-10-21T22:20:24.976Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:20:24.976Z] #42 35.10 CC images/cgroup.o [2019-10-21T22:20:25.020Z] #7 DONE 0.3s [2019-10-21T22:20:25.020Z] [2019-10-21T22:20:25.020Z] #6 [internal] load metadata for docker.io/library/golang:1.13.3-stretch [2019-10-21T22:20:25.020Z] #6 DONE 0.5s [2019-10-21T22:20:25.314Z] [2019-10-21T22:20:25.314Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.3-stretch@sha256:75a8ed141... [2019-10-21T22:20:25.314Z] #8 resolve docker.io/library/golang:1.13.3-stretch@sha256:75a8ed141bbbff26ec193d34c856db3e675220411a583fe4f24933080b8f4d00 done [2019-10-21T22:20:25.421Z] #42 35.57 CC images/userns.o [2019-10-21T22:20:25.421Z] #42 35.91 CC images/google/protobuf/descriptor.o [2019-10-21T22:20:25.600Z] #8 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 0B / 45.65MB 0.3s [2019-10-21T22:20:25.600Z] #8 sha256:8f8f8962e456fa8979d965f1871164c5366c10a74ab663518fee601bf87f5b91 0B / 4.30MB 0.3s [2019-10-21T22:20:25.600Z] #8 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 0B / 52.87MB 0.3s [2019-10-21T22:20:25.600Z] #8 sha256:5be98c65237b10759a0a152cc4d88e235dd08c3272bd7d38b16fcbece193ed1d 0B / 96.41MB 0.3s [2019-10-21T22:20:25.600Z] #8 sha256:0c619d329133d52fbd6b5ba658a1f2169e14dbde2267d279d87abafa88a8115e 1.79kB / 1.79kB done [2019-10-21T22:20:25.600Z] #8 sha256:66e708a096b9a329faf3468337fbdb927aed14da0f5b41ef1179ae9b858c7106 5.47kB / 5.47kB done [2019-10-21T22:20:25.600Z] #8 sha256:6a33b1f9796f34ca872739ef472aea5bbb58a8aa210b9c20fb731daab88d523b 1.39MB / 10.00MB 0.3s [2019-10-21T22:20:25.600Z] #8 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 0B / 50.07MB 0.3s [2019-10-21T22:20:25.600Z] #8 sha256:75a8ed141bbbff26ec193d34c856db3e675220411a583fe4f24933080b8f4d00 1.42kB / 1.42kB done [2019-10-21T22:20:25.600Z] #8 sha256:1db2f41879fd2f416cee183f4e1c840a49be37a4ebb57314f5c4338e2822da21 156B / 156B 0.2s done [2019-10-21T22:20:25.895Z] #8 sha256:8f8f8962e456fa8979d965f1871164c5366c10a74ab663518fee601bf87f5b91 654.47kB / 4.30MB 0.4s [2019-10-21T22:20:25.895Z] #8 sha256:6a33b1f9796f34ca872739ef472aea5bbb58a8aa210b9c20fb731daab88d523b 2.24MB / 10.00MB 0.4s [2019-10-21T22:20:25.895Z] #8 sha256:8f8f8962e456fa8979d965f1871164c5366c10a74ab663518fee601bf87f5b91 1.15MB / 4.30MB 0.6s [2019-10-21T22:20:26.188Z] #8 sha256:8f8f8962e456fa8979d965f1871164c5366c10a74ab663518fee601bf87f5b91 1.76MB / 4.30MB 0.7s [2019-10-21T22:20:26.188Z] #8 sha256:6a33b1f9796f34ca872739ef472aea5bbb58a8aa210b9c20fb731daab88d523b 3.35MB / 10.00MB 0.7s [2019-10-21T22:20:26.188Z] #8 sha256:8f8f8962e456fa8979d965f1871164c5366c10a74ab663518fee601bf87f5b91 2.32MB / 4.30MB 0.9s [2019-10-21T22:20:26.188Z] #8 sha256:6a33b1f9796f34ca872739ef472aea5bbb58a8aa210b9c20fb731daab88d523b 3.91MB / 10.00MB 0.9s [2019-10-21T22:20:26.188Z] #8 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 2.62MB / 45.65MB 1.0s [2019-10-21T22:20:26.188Z] #8 sha256:8f8f8962e456fa8979d965f1871164c5366c10a74ab663518fee601bf87f5b91 2.71MB / 4.30MB 1.0s [2019-10-21T22:20:26.188Z] #8 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 2.65MB / 50.07MB 1.0s [2019-10-21T22:20:26.480Z] #8 sha256:8f8f8962e456fa8979d965f1871164c5366c10a74ab663518fee601bf87f5b91 3.17MB / 4.30MB 1.2s [2019-10-21T22:20:26.480Z] #8 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 2.98MB / 52.87MB 1.2s [2019-10-21T22:20:26.480Z] #8 sha256:6a33b1f9796f34ca872739ef472aea5bbb58a8aa210b9c20fb731daab88d523b 4.83MB / 10.00MB 1.2s [2019-10-21T22:20:26.770Z] #8 sha256:8f8f8962e456fa8979d965f1871164c5366c10a74ab663518fee601bf87f5b91 3.83MB / 4.30MB 1.3s [2019-10-21T22:20:26.770Z] #8 sha256:6a33b1f9796f34ca872739ef472aea5bbb58a8aa210b9c20fb731daab88d523b 5.35MB / 10.00MB 1.3s [2019-10-21T22:20:26.770Z] #8 sha256:8f8f8962e456fa8979d965f1871164c5366c10a74ab663518fee601bf87f5b91 4.30MB / 4.30MB 1.5s [2019-10-21T22:20:26.770Z] #8 sha256:6a33b1f9796f34ca872739ef472aea5bbb58a8aa210b9c20fb731daab88d523b 5.91MB / 10.00MB 1.5s [2019-10-21T22:20:26.770Z] #8 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 4.91MB / 45.65MB 1.6s [2019-10-21T22:20:26.770Z] #8 sha256:8f8f8962e456fa8979d965f1871164c5366c10a74ab663518fee601bf87f5b91 4.30MB / 4.30MB 1.5s done [2019-10-21T22:20:26.770Z] #8 sha256:6a33b1f9796f34ca872739ef472aea5bbb58a8aa210b9c20fb731daab88d523b 6.66MB / 10.00MB 1.6s [2019-10-21T22:20:27.060Z] #8 sha256:5be98c65237b10759a0a152cc4d88e235dd08c3272bd7d38b16fcbece193ed1d 5.34MB / 96.41MB 1.8s [2019-10-21T22:20:27.060Z] #8 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 5.44MB / 50.07MB 1.8s [2019-10-21T22:20:27.060Z] #8 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 5.93MB / 52.87MB 1.9s [2019-10-21T22:20:27.060Z] #8 sha256:6a33b1f9796f34ca872739ef472aea5bbb58a8aa210b9c20fb731daab88d523b 7.78MB / 10.00MB 1.9s [2019-10-21T22:20:27.132Z] #42 37.50 CC images/opts.o [2019-10-21T22:20:27.427Z] #8 sha256:6a33b1f9796f34ca872739ef472aea5bbb58a8aa210b9c20fb731daab88d523b 8.40MB / 10.00MB 2.1s [2019-10-21T22:20:27.427Z] #8 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 7.40MB / 45.65MB 2.2s [2019-10-21T22:20:27.427Z] #8 sha256:6a33b1f9796f34ca872739ef472aea5bbb58a8aa210b9c20fb731daab88d523b 9.09MB / 10.00MB 2.2s [2019-10-21T22:20:27.677Z] #42 37.73 CC images/seccomp.o [2019-10-21T22:20:27.677Z] #42 37.85 CC images/binfmt-misc.o [2019-10-21T22:20:27.715Z] #8 sha256:6a33b1f9796f34ca872739ef472aea5bbb58a8aa210b9c20fb731daab88d523b 9.87MB / 10.00MB 2.4s [2019-10-21T22:20:27.715Z] #8 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 8.16MB / 50.07MB 2.4s [2019-10-21T22:20:28.003Z] #8 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 9.15MB / 52.87MB 2.5s [2019-10-21T22:20:28.003Z] #8 sha256:6a33b1f9796f34ca872739ef472aea5bbb58a8aa210b9c20fb731daab88d523b 10.00MB / 10.00MB 2.5s done [2019-10-21T22:20:28.003Z] #8 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 10.16MB / 45.65MB 2.8s [2019-10-21T22:20:28.003Z] #8 sha256:5be98c65237b10759a0a152cc4d88e235dd08c3272bd7d38b16fcbece193ed1d 10.19MB / 96.41MB 2.8s [2019-10-21T22:20:28.067Z] #42 38.00 CC images/time.o [2019-10-21T22:20:28.067Z] #42 38.31 CC images/sysctl.o [2019-10-21T22:20:28.334Z] #8 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 11.12MB / 50.07MB 3.0s [2019-10-21T22:20:28.334Z] #8 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 12.27MB / 52.87MB 3.1s [2019-10-21T22:20:28.475Z] #42 38.56 CC images/autofs.o [2019-10-21T22:20:28.475Z] #42 38.73 CC images/macvlan.o [2019-10-21T22:20:28.475Z] #42 38.87 CC images/sit.o [2019-10-21T22:20:28.629Z] #8 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 12.75MB / 45.65MB 3.3s [2019-10-21T22:20:28.629Z] #8 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 13.93MB / 50.07MB 3.4s [2019-10-21T22:20:28.880Z] #42 39.12 LINK images/built-in.o [2019-10-21T22:20:28.880Z] #42 39.17 GEN compel/include/asm [2019-10-21T22:20:28.880Z] #42 39.20 GEN compel/include/version.h [2019-10-21T22:20:28.880Z] #42 39.21 touch .config [2019-10-21T22:20:28.880Z] #42 39.21 GEN include/common/config.h [2019-10-21T22:20:28.880Z] #42 39.25 DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2019-10-21T22:20:28.880Z] #42 39.28 GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-10-21T22:20:28.880Z] #42 39.33 GEN compel/plugins/include/uapi/std/syscall.h [2019-10-21T22:20:28.880Z] #42 39.35 GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2019-10-21T22:20:28.880Z] #42 39.38 DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2019-10-21T22:20:28.923Z] #8 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 15.16MB / 52.87MB 3.6s [2019-10-21T22:20:28.992Z] #38 ... [2019-10-21T22:20:28.992Z] [2019-10-21T22:20:28.992Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:20:28.992Z] #41 112.0 CC criu/irmap.o [2019-10-21T22:20:28.992Z] #41 112.5 CC criu/kcmp-ids.o [2019-10-21T22:20:28.992Z] #41 112.7 CC criu/kerndat.o [2019-10-21T22:20:28.992Z] #41 113.5 CC criu/libnetlink.o [2019-10-21T22:20:28.992Z] #41 113.8 CC criu/log.o [2019-10-21T22:20:28.992Z] #41 114.0 CC criu/lsm.o [2019-10-21T22:20:28.992Z] #41 114.3 CC criu/mem.o [2019-10-21T22:20:28.992Z] #41 115.5 CC criu/mount.o [2019-10-21T22:20:28.992Z] #41 118.3 CC criu/namespaces.o [2019-10-21T22:20:28.992Z] #41 119.7 CC criu/net.o [2019-10-21T22:20:28.992Z] #41 121.8 CC criu/netfilter.o [2019-10-21T22:20:28.992Z] #41 122.1 CC criu/page-pipe.o [2019-10-21T22:20:29.216Z] #8 sha256:5be98c65237b10759a0a152cc4d88e235dd08c3272bd7d38b16fcbece193ed1d 15.30MB / 96.41MB 3.7s [2019-10-21T22:20:29.216Z] #8 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 15.48MB / 45.65MB 3.9s [2019-10-21T22:20:29.216Z] #8 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 16.91MB / 50.07MB 3.9s [2019-10-21T22:20:29.250Z] #41 122.6 CC criu/page-xfer.o [2019-10-21T22:20:29.283Z] #42 39.44 DEP compel/arch/s390/plugins/std/parasite-head.d [2019-10-21T22:20:29.283Z] #42 39.46 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-10-21T22:20:29.283Z] #42 39.46 DEP compel/plugins/std/infect.d [2019-10-21T22:20:29.283Z] #42 39.57 DEP compel/plugins/std/string.d [2019-10-21T22:20:29.283Z] #42 39.65 DEP compel/plugins/std/log.d [2019-10-21T22:20:29.509Z] #8 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 18.46MB / 52.87MB 4.2s [2019-10-21T22:20:29.699Z] #42 39.71 DEP compel/plugins/std/fds.d [2019-10-21T22:20:29.699Z] #42 39.87 DEP compel/plugins/std/std.d [2019-10-21T22:20:29.699Z] #42 39.99 DEP compel/plugins/shmem/shmem.d [2019-10-21T22:20:29.699Z] #42 ... [2019-10-21T22:20:29.699Z] [2019-10-21T22:20:29.699Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T22:20:29.699Z] #18 45.29 debconf: delaying package configuration, since apt-utils is not installed [2019-10-21T22:20:29.699Z] #18 45.46 Fetched 88.2 MB in 9s (9726 kB/s) [2019-10-21T22:20:29.699Z] #18 45.68 Selecting previously unselected package bash-completion. [2019-10-21T22:20:29.699Z] #18 45.68 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14898 files and directories currently installed.) [2019-10-21T22:20:29.699Z] #18 45.82 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-10-21T22:20:29.699Z] #18 48.66 Unpacking bash-completion (1:2.1-4.3) ... [2019-10-21T22:20:29.699Z] #18 49.78 Selecting previously unselected package libnet1:s390x. [2019-10-21T22:20:29.699Z] #18 49.79 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_s390x.deb ... [2019-10-21T22:20:29.699Z] #18 49.79 Unpacking libnet1:s390x (1.1.6+dfsg-3) ... [2019-10-21T22:20:29.699Z] #18 49.89 Selecting previously unselected package libnfnetlink0:s390x. [2019-10-21T22:20:29.699Z] #18 49.89 Preparing to unpack .../02-libnfnetlink0_1.0.1-3_s390x.deb ... [2019-10-21T22:20:29.699Z] #18 49.90 Unpacking libnfnetlink0:s390x (1.0.1-3) ... [2019-10-21T22:20:29.699Z] #18 49.99 Selecting previously unselected package libpcrecpp0v5:s390x. [2019-10-21T22:20:29.699Z] #18 49.99 Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_s390x.deb ... [2019-10-21T22:20:29.699Z] #18 49.99 Unpacking libpcrecpp0v5:s390x (2:8.39-3) ... [2019-10-21T22:20:29.699Z] #18 50.44 Selecting previously unselected package libudev-dev:s390x. [2019-10-21T22:20:29.699Z] #18 50.44 Preparing to unpack .../04-libudev-dev_232-25+deb9u12_s390x.deb ... [2019-10-21T22:20:29.699Z] #18 50.45 Unpacking libudev-dev:s390x (232-25+deb9u12) ... [2019-10-21T22:20:29.699Z] #18 50.60 Selecting previously unselected package libpython3.5-minimal:s390x. [2019-10-21T22:20:29.700Z] #18 50.61 Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_s390x.deb ... [2019-10-21T22:20:29.700Z] #18 50.61 Unpacking libpython3.5-minimal:s390x (3.5.3-1+deb9u1) ... [2019-10-21T22:20:29.700Z] #18 51.60 Selecting previously unselected package python3.5-minimal. [2019-10-21T22:20:29.700Z] #18 51.61 Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_s390x.deb ... [2019-10-21T22:20:29.700Z] #18 52.32 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-10-21T22:20:29.700Z] #18 54.56 Selecting previously unselected package python3-minimal. [2019-10-21T22:20:29.700Z] #18 54.56 Preparing to unpack .../07-python3-minimal_3.5.3-1_s390x.deb ... [2019-10-21T22:20:29.700Z] #18 54.67 Unpacking python3-minimal (3.5.3-1) ... [2019-10-21T22:20:29.814Z] #8 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 18.36MB / 45.65MB 4.5s [2019-10-21T22:20:29.814Z] #8 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 19.82MB / 50.07MB 4.5s [2019-10-21T22:20:30.103Z] #18 ... [2019-10-21T22:20:30.103Z] [2019-10-21T22:20:30.103Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:20:30.103Z] #42 40.13 DEP compel/plugins/fds/fds.d [2019-10-21T22:20:30.103Z] #42 40.38 CC compel/plugins/std/std.o [2019-10-21T22:20:30.121Z] #8 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 21.38MB / 52.87MB 4.6s [2019-10-21T22:20:30.121Z] #8 sha256:5be98c65237b10759a0a152cc4d88e235dd08c3272bd7d38b16fcbece193ed1d 20.20MB / 96.41MB 4.6s [2019-10-21T22:20:30.121Z] #8 ... [2019-10-21T22:20:30.121Z] [2019-10-21T22:20:30.121Z] #20 [internal] load build context [2019-10-21T22:20:30.121Z] #20 transferring context: 45.62MB 5.0s done [2019-10-21T22:20:30.121Z] #20 DONE 5.0s [2019-10-21T22:20:30.121Z] [2019-10-21T22:20:30.121Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.3-stretch@sha256:75a8ed141... [2019-10-21T22:20:30.121Z] #8 ... [2019-10-21T22:20:30.121Z] [2019-10-21T22:20:30.121Z] #66 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2019-10-21T22:20:30.121Z] #66 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e done [2019-10-21T22:20:30.121Z] #66 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2019-10-21T22:20:30.121Z] #66 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 2.2s done [2019-10-21T22:20:30.121Z] #66 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2019-10-21T22:20:30.121Z] #66 unpacking docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2019-10-21T22:20:30.183Z] #41 123.5 CC criu/pagemap-cache.o [2019-10-21T22:20:30.410Z] #66 unpacking docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 2.9s done [2019-10-21T22:20:30.410Z] #66 DONE 5.1s [2019-10-21T22:20:30.410Z] [2019-10-21T22:20:30.410Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.3-stretch@sha256:75a8ed141... [2019-10-21T22:20:30.410Z] #8 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 22.30MB / 45.65MB 5.1s [2019-10-21T22:20:30.410Z] #8 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 24.22MB / 52.87MB 5.1s [2019-10-21T22:20:30.410Z] #8 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 23.59MB / 50.07MB 5.1s [2019-10-21T22:20:30.441Z] #41 123.8 CC criu/pagemap.o [2019-10-21T22:20:30.547Z] #42 40.65 CC compel/plugins/std/fds.o [2019-10-21T22:20:30.694Z] #8 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 24.65MB / 45.65MB 5.4s [2019-10-21T22:20:30.694Z] #8 sha256:5be98c65237b10759a0a152cc4d88e235dd08c3272bd7d38b16fcbece193ed1d 25.34MB / 96.41MB 5.4s [2019-10-21T22:20:30.952Z] #42 41.04 CC compel/plugins/std/log.o [2019-10-21T22:20:30.952Z] #42 ... [2019-10-21T22:20:30.952Z] [2019-10-21T22:20:30.952Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T22:20:30.952Z] #32 80.20 github.com/BurntSushi/toml [2019-10-21T22:20:30.952Z] #32 80.21 flag [2019-10-21T22:20:30.952Z] #32 82.14 log [2019-10-21T22:20:30.952Z] #32 84.47 github.com/BurntSushi/toml/cmd/tomlv [2019-10-21T22:20:30.952Z] #32 DONE 90.2s [2019-10-21T22:20:30.952Z] [2019-10-21T22:20:30.952Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T22:20:30.952Z] #18 55.68 Selecting previously unselected package libmpdec2:s390x. [2019-10-21T22:20:30.952Z] #18 55.69 Preparing to unpack .../08-libmpdec2_2.4.2-1_s390x.deb ... [2019-10-21T22:20:30.952Z] #18 55.82 Unpacking libmpdec2:s390x (2.4.2-1) ... [2019-10-21T22:20:30.952Z] #18 56.55 Selecting previously unselected package libpython3.5-stdlib:s390x. [2019-10-21T22:20:30.952Z] #18 56.55 Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_s390x.deb ... [2019-10-21T22:20:30.952Z] #18 56.56 Unpacking libpython3.5-stdlib:s390x (3.5.3-1+deb9u1) ... [2019-10-21T22:20:30.980Z] #8 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 28.20MB / 52.87MB 5.5s [2019-10-21T22:20:30.980Z] #8 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 27.46MB / 50.07MB 5.5s [2019-10-21T22:20:30.980Z] #8 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 28.27MB / 45.65MB 5.7s [2019-10-21T22:20:31.265Z] #8 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 32.25MB / 52.87MB 5.8s [2019-10-21T22:20:31.265Z] #8 sha256:5be98c65237b10759a0a152cc4d88e235dd08c3272bd7d38b16fcbece193ed1d 30.79MB / 96.41MB 5.8s [2019-10-21T22:20:31.265Z] #8 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 30.36MB / 50.07MB 5.8s [2019-10-21T22:20:31.265Z] #8 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 31.86MB / 45.65MB 6.0s [2019-10-21T22:20:31.375Z] #41 124.5 CC criu/parasite-syscall.o [2019-10-21T22:20:31.550Z] #8 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 36.11MB / 52.87MB 6.1s [2019-10-21T22:20:31.550Z] #8 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 34.11MB / 50.07MB 6.1s [2019-10-21T22:20:31.550Z] #8 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 35.77MB / 45.65MB 6.3s [2019-10-21T22:20:31.550Z] #8 sha256:5be98c65237b10759a0a152cc4d88e235dd08c3272bd7d38b16fcbece193ed1d 36.52MB / 96.41MB 6.3s [2019-10-21T22:20:31.834Z] #8 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 39.61MB / 52.87MB 6.4s [2019-10-21T22:20:31.834Z] #8 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 38.21MB / 50.07MB 6.4s [2019-10-21T22:20:31.834Z] #8 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 39.34MB / 45.65MB 6.6s [2019-10-21T22:20:31.940Z] #41 125.1 CC criu/path.o [2019-10-21T22:20:32.119Z] #8 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 43.40MB / 52.87MB 6.7s [2019-10-21T22:20:32.119Z] #8 sha256:5be98c65237b10759a0a152cc4d88e235dd08c3272bd7d38b16fcbece193ed1d 42.54MB / 96.41MB 6.7s [2019-10-21T22:20:32.119Z] #8 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 41.84MB / 50.07MB 6.7s [2019-10-21T22:20:32.119Z] #8 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 42.71MB / 45.65MB 6.9s [2019-10-21T22:20:32.198Z] #41 125.4 CC criu/pie-util-vdso-elf32.o [2019-10-21T22:20:32.406Z] #8 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 46.43MB / 52.87MB 7.0s [2019-10-21T22:20:32.406Z] #8 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 45.00MB / 50.07MB 7.0s [2019-10-21T22:20:32.407Z] #8 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 45.65MB / 45.65MB 7.2s [2019-10-21T22:20:32.407Z] #8 sha256:5be98c65237b10759a0a152cc4d88e235dd08c3272bd7d38b16fcbece193ed1d 47.39MB / 96.41MB 7.2s [2019-10-21T22:20:32.455Z] #41 125.7 CC criu/pie-util-vdso.o [2019-10-21T22:20:32.694Z] #8 sha256:fb056072eab98fd19011140957fce9269d2490fe4173814678700d1e4104dd4d 45.65MB / 45.65MB 7.2s done [2019-10-21T22:20:32.694Z] #8 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 50.46MB / 52.87MB 7.3s [2019-10-21T22:20:32.694Z] #8 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 49.29MB / 50.07MB 7.3s [2019-10-21T22:20:32.713Z] #41 126.0 CC criu/pie-util.o [2019-10-21T22:20:32.971Z] #41 126.1 CC criu/pipes.o [2019-10-21T22:20:32.980Z] #8 sha256:76d8adf27bdf55b08edfebe5636e7ff301bfdcb7aa9f10f1c0bf9c731fc66b5a 52.87MB / 52.87MB 7.5s done [2019-10-21T22:20:32.980Z] #8 sha256:5be98c65237b10759a0a152cc4d88e235dd08c3272bd7d38b16fcbece193ed1d 54.91MB / 96.41MB 7.5s [2019-10-21T22:20:32.980Z] #8 sha256:68adcc3652147c5e3cdcca45f51605d9b1a6e417711b47e0b71c575cd54f4540 50.07MB / 50.07MB 7.4s done [2019-10-21T22:20:32.980Z] #8 sha256:5be98c65237b10759a0a152cc4d88e235dd08c3272bd7d38b16fcbece193ed1d 63.98MB / 96.41MB 7.6s [2019-10-21T22:20:33.262Z] #8 sha256:5be98c65237b10759a0a152cc4d88e235dd08c3272bd7d38b16fcbece193ed1d 73.09MB / 96.41MB 7.8s [2019-10-21T22:20:33.262Z] #8 sha256:5be98c65237b10759a0a152cc4d88e235dd08c3272bd7d38b16fcbece193ed1d 81.78MB / 96.41MB 7.9s [2019-10-21T22:20:33.537Z] #41 126.8 CC criu/plugin.o [2019-10-21T22:20:33.547Z] #8 sha256:5be98c65237b10759a0a152cc4d88e235dd08c3272bd7d38b16fcbece193ed1d 91.13MB / 96.41MB 8.1s [2019-10-21T22:20:33.547Z] #8 sha256:5be98c65237b10759a0a152cc4d88e235dd08c3272bd7d38b16fcbece193ed1d 96.41MB / 96.41MB 8.3s done [2019-10-21T22:20:33.547Z] #8 unpacking docker.io/library/golang:1.13.3-stretch@sha256:75a8ed141bbbff26ec193d34c856db3e675220411a583fe4f24933080b8f4d00 [2019-10-21T22:20:33.795Z] #41 127.0 CC criu/proc_parse.o [2019-10-21T22:20:34.599Z] #18 60.20 Selecting previously unselected package python3.5. [2019-10-21T22:20:34.599Z] #18 60.21 Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_s390x.deb ... [2019-10-21T22:20:35.020Z] #18 60.35 Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-10-21T22:20:35.020Z] #18 ... [2019-10-21T22:20:35.020Z] [2019-10-21T22:20:35.020Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:20:35.020Z] #45 84.34 internal/lazyregexp [2019-10-21T22:20:35.020Z] #45 84.55 net/url [2019-10-21T22:20:35.020Z] #45 84.63 go/scanner [2019-10-21T22:20:35.020Z] #45 86.54 go/ast [2019-10-21T22:20:35.021Z] #45 87.48 text/template/parse [2019-10-21T22:20:35.021Z] #45 92.64 go/parser [2019-10-21T22:20:35.021Z] #45 93.34 text/template [2019-10-21T22:20:35.021Z] #45 ... [2019-10-21T22:20:35.021Z] [2019-10-21T22:20:35.021Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:20:35.021Z] #42 43.01 CC compel/plugins/std/string.o [2019-10-21T22:20:35.021Z] #42 44.10 CC compel/plugins/std/infect.o [2019-10-21T22:20:35.021Z] #42 44.51 CC compel/arch/s390/plugins/std/parasite-head.o [2019-10-21T22:20:35.021Z] #42 44.54 CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2019-10-21T22:20:35.021Z] #42 44.64 CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2019-10-21T22:20:35.021Z] #42 44.76 AR compel/plugins/std.lib.a [2019-10-21T22:20:35.021Z] #42 44.82 CC compel/plugins/fds/fds.o [2019-10-21T22:20:35.021Z] #42 45.12 AR compel/plugins/fds.lib.a [2019-10-21T22:20:35.021Z] #42 45.18 HOSTDEP compel/src/lib/log-host.d [2019-10-21T22:20:35.021Z] #42 45.25 HOSTDEP compel/src/lib/handle-elf-host.d [2019-10-21T22:20:35.021Z] #42 45.32 HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2019-10-21T22:20:35.021Z] #42 45.39 HOSTDEP compel/src/main-host.d [2019-10-21T22:20:35.519Z] #42 45.62 DEP compel/src/lib/ptrace.d [2019-10-21T22:20:35.519Z] #42 45.73 DEP compel/src/lib/infect.d [2019-10-21T22:20:35.693Z] #41 129.0 CC criu/protobuf-desc.o [2019-10-21T22:20:35.967Z] #42 45.94 DEP compel/src/lib/infect-util.d [2019-10-21T22:20:35.967Z] #42 46.07 DEP compel/src/lib/infect-rpc.d [2019-10-21T22:20:35.967Z] #42 46.17 DEP compel/arch/s390/src/lib/infect.d [2019-10-21T22:20:35.967Z] #42 46.32 DEP compel/arch/s390/src/lib/cpu.d [2019-10-21T22:20:35.967Z] #42 46.45 DEP compel/src/lib/log.d [2019-10-21T22:20:36.372Z] #42 46.57 DEP compel/src/main.d [2019-10-21T22:20:36.372Z] #42 46.66 DEP compel/src/lib/handle-elf.d [2019-10-21T22:20:36.372Z] #42 46.78 DEP compel/arch/s390/src/lib/handle-elf.d [2019-10-21T22:20:36.627Z] #41 129.7 CC criu/protobuf.o [2019-10-21T22:20:36.799Z] #42 47.01 CC compel/src/lib/log.o [2019-10-21T22:20:36.885Z] #41 130.1 CC criu/pstree.o [2019-10-21T22:20:37.191Z] #42 47.45 CC compel/arch/s390/src/lib/cpu.o [2019-10-21T22:20:37.556Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-10-21T22:20:37.556Z] [2019-10-21T22:20:37.556Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-21T22:20:37.556Z] PKG_CONFIG=pkg-config [2019-10-21T22:20:37.556Z] GOLANG_VERSION=1.13.3 [2019-10-21T22:20:37.556Z] HOSTNAME=f4a4c0160084 [2019-10-21T22:20:37.556Z] DOCKER_EXPERIMENTAL=1 [2019-10-21T22:20:37.556Z] container=docker [2019-10-21T22:20:37.556Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-10-21T22:20:37.556Z] GO111MODULE=off [2019-10-21T22:20:37.556Z] GOPATH=/go [2019-10-21T22:20:37.556Z] PWD=/go/src/github.com/docker/docker [2019-10-21T22:20:37.556Z] HOME=/root [2019-10-21T22:20:37.556Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-10-21T22:20:37.556Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-21T22:20:37.556Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-21T22:20:37.556Z] DOCKER_GITCOMMIT=3ddb4100a052aa556e78fefdf955cf0b7c374d43 [2019-10-21T22:20:37.556Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-21T22:20:37.556Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-21T22:20:37.556Z] TERM=xterm [2019-10-21T22:20:37.556Z] VALIDATE_BRANCH=master [2019-10-21T22:20:37.556Z] DEST=bundles/test-integration [2019-10-21T22:20:37.556Z] SHLVL=1 [2019-10-21T22:20:37.556Z] TIMEOUT=120m [2019-10-21T22:20:37.556Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-21T22:20:37.556Z] DOCKER_PKG=github.com/docker/docker [2019-10-21T22:20:37.556Z] TESTDEBUG=0 [2019-10-21T22:20:37.556Z] _=/usr/bin/env [2019-10-21T22:20:37.556Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-10-21T22:20:37.619Z] #42 47.80 CC compel/arch/s390/src/lib/infect.o [2019-10-21T22:20:37.818Z] #41 131.0 CC criu/rbtree.o [2019-10-21T22:20:37.818Z] #41 131.2 CC criu/rst-malloc.o [2019-10-21T22:20:38.075Z] #41 131.4 CC criu/seccomp.o [2019-10-21T22:20:38.711Z] #42 48.68 CC compel/src/lib/infect-rpc.o [2019-10-21T22:20:39.009Z] #41 132.0 CC criu/seize.o [2019-10-21T22:20:39.269Z] #41 ... [2019-10-21T22:20:39.269Z] [2019-10-21T22:20:39.269Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-21T22:20:39.269Z] #38 198.3 + rm -rf /tmp/tmp.Cd3CKTcHdV/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.Cd3CKTcHdV [2019-10-21T22:20:39.272Z] #42 49.32 CC compel/src/lib/infect-util.o [2019-10-21T22:20:39.721Z] #42 49.71 CC compel/src/lib/infect.o [2019-10-21T22:20:39.843Z] #38 DONE 199.0s [2019-10-21T22:20:39.843Z] [2019-10-21T22:20:39.843Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:20:39.843Z] #41 132.7 CC criu/servicefd.o [2019-10-21T22:20:39.843Z] #41 133.0 CC criu/shmem.o [2019-10-21T22:20:40.408Z] #41 133.6 CC criu/sigframe.o [2019-10-21T22:20:40.665Z] #41 133.8 CC criu/signalfd.o [2019-10-21T22:20:40.922Z] #41 134.2 CC criu/sk-inet.o [2019-10-21T22:20:41.854Z] #41 ... [2019-10-21T22:20:41.854Z] [2019-10-21T22:20:41.854Z] #39 [dev 14/24] COPY --from=registry /build/ /usr/local/bin/ [2019-10-21T22:20:41.854Z] #39 DONE 0.2s [2019-10-21T22:20:41.854Z] [2019-10-21T22:20:41.854Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:20:41.854Z] #41 135.2 CC criu/sk-netlink.o [2019-10-21T22:20:42.421Z] #41 135.5 CC criu/sk-packet.o [2019-10-21T22:20:42.456Z] #42 52.48 CC compel/src/lib/ptrace.o [2019-10-21T22:20:42.456Z] #42 ... [2019-10-21T22:20:42.456Z] [2019-10-21T22:20:42.456Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T22:20:42.456Z] #18 60.90 Selecting previously unselected package libpython3-stdlib:s390x. [2019-10-21T22:20:42.456Z] #18 60.90 Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_s390x.deb ... [2019-10-21T22:20:42.456Z] #18 61.03 Unpacking libpython3-stdlib:s390x (3.5.3-1) ... [2019-10-21T22:20:42.456Z] #18 61.25 Selecting previously unselected package dh-python. [2019-10-21T22:20:42.456Z] #18 61.25 Preparing to unpack .../12-dh-python_2.20170125_all.deb ... [2019-10-21T22:20:42.456Z] #18 61.25 Unpacking dh-python (2.20170125) ... [2019-10-21T22:20:42.456Z] #18 62.03 Setting up libpython3.5-minimal:s390x (3.5.3-1+deb9u1) ... [2019-10-21T22:20:42.456Z] #18 62.52 Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-10-21T22:20:42.456Z] #18 65.63 Setting up python3-minimal (3.5.3-1) ... [2019-10-21T22:20:42.456Z] #18 67.84 Selecting previously unselected package python3. [2019-10-21T22:20:42.456Z] #18 67.84 (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-21T22:20:42.456Z] #18 67.85 Preparing to unpack .../00-python3_3.5.3-1_s390x.deb ... [2019-10-21T22:20:42.456Z] #18 67.91 Unpacking python3 (3.5.3-1) ... [2019-10-21T22:20:42.456Z] #18 67.99 Selecting previously unselected package pigz. [2019-10-21T22:20:42.456Z] #18 67.99 Preparing to unpack .../01-pigz_2.3.4-1_s390x.deb ... [2019-10-21T22:20:42.456Z] #18 68.00 Unpacking pigz (2.3.4-1) ... [2019-10-21T22:20:42.456Z] #18 68.09 Selecting previously unselected package libip4tc0:s390x. [2019-10-21T22:20:42.456Z] #18 68.09 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-10-21T22:20:42.456Z] #18 68.09 Unpacking libip4tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-10-21T22:20:42.456Z] #18 ... [2019-10-21T22:20:42.456Z] [2019-10-21T22:20:42.456Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:20:42.456Z] #42 52.83 AR compel/libcompel.a [2019-10-21T22:20:42.679Z] #41 135.9 CC criu/sk-queue.o [2019-10-21T22:20:42.853Z] #42 52.91 HOSTCC compel/src/main-host.o [2019-10-21T22:20:42.854Z] #42 53.16 HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2019-10-21T22:20:43.245Z] #41 136.2 CC criu/sk-tcp.o [2019-10-21T22:20:43.245Z] #41 136.6 CC criu/sk-unix.o [2019-10-21T22:20:43.275Z] #42 53.37 HOSTCC compel/src/lib/handle-elf-host.o [2019-10-21T22:20:43.690Z] #42 53.72 HOSTCC compel/src/lib/log-host.o [2019-10-21T22:20:43.690Z] #42 53.98 HOSTLINK compel/compel-host-bin [2019-10-21T22:20:43.690Z] #42 54.07 DEP soccr/soccr.d [2019-10-21T22:20:44.090Z] #42 54.30 CC soccr/soccr.o [2019-10-21T22:20:44.619Z] #41 137.9 CC criu/sockets.o [2019-10-21T22:20:45.184Z] #41 138.5 CC criu/stats.o [2019-10-21T22:20:45.601Z] #42 55.89 AR soccr/libsoccr.a [2019-10-21T22:20:45.601Z] #42 55.93 make[1]: 'soccr/libsoccr.a' is up to date. [2019-10-21T22:20:45.749Z] #41 138.7 CC criu/string.o [2019-10-21T22:20:45.749Z] #41 138.8 CC criu/sysctl.o [2019-10-21T22:20:46.006Z] #41 139.3 CC criu/sysfs_parse.o [2019-10-21T22:20:46.131Z] #42 56.34 DEP criu/arch/s390/sigframe.d [2019-10-21T22:20:46.571Z] #41 139.7 CC criu/timerfd.o [2019-10-21T22:20:46.571Z] #41 139.9 CC criu/tty.o [2019-10-21T22:20:46.620Z] #42 56.51 DEP criu/arch/s390/crtools.d [2019-10-21T22:20:46.620Z] #42 56.92 DEP criu/arch/s390/cpu.d [2019-10-21T22:20:47.060Z] #42 57.22 CC criu/arch/s390/cpu.o [2019-10-21T22:20:47.060Z] #42 ... [2019-10-21T22:20:47.060Z] [2019-10-21T22:20:47.060Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:20:47.060Z] #45 96.45 encoding/xml [2019-10-21T22:20:47.060Z] #45 99.54 go/doc [2019-10-21T22:20:47.060Z] #45 103.5 github.com/LK4D4/vndr/build [2019-10-21T22:20:47.060Z] #45 104.2 crypto/dsa [2019-10-21T22:20:47.060Z] #45 104.8 crypto/x509/pkix [2019-10-21T22:20:47.060Z] #45 105.7 vendor/golang.org/x/crypto/cryptobyte [2019-10-21T22:20:47.060Z] #45 ... [2019-10-21T22:20:47.060Z] [2019-10-21T22:20:47.060Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T22:20:47.060Z] #18 68.39 Selecting previously unselected package libip6tc0:s390x. [2019-10-21T22:20:47.060Z] #18 68.40 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-10-21T22:20:47.060Z] #18 68.47 Unpacking libip6tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-10-21T22:20:47.060Z] #18 69.00 Selecting previously unselected package libiptc0:s390x. [2019-10-21T22:20:47.060Z] #18 69.02 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-10-21T22:20:47.060Z] #18 69.08 Unpacking libiptc0:s390x (1.6.0+snapshot20161117-6) ... [2019-10-21T22:20:47.060Z] #18 69.44 Selecting previously unselected package libxtables12:s390x. [2019-10-21T22:20:47.060Z] #18 69.44 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_s390x.deb ... [2019-10-21T22:20:47.060Z] #18 69.44 Unpacking libxtables12:s390x (1.6.0+snapshot20161117-6) ... [2019-10-21T22:20:47.060Z] #18 69.56 Selecting previously unselected package libnetfilter-conntrack3:s390x. [2019-10-21T22:20:47.060Z] #18 69.57 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_s390x.deb ... [2019-10-21T22:20:47.060Z] #18 69.57 Unpacking libnetfilter-conntrack3:s390x (1.0.6-2) ... [2019-10-21T22:20:47.060Z] #18 69.62 Selecting previously unselected package iptables. [2019-10-21T22:20:47.060Z] #18 69.63 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_s390x.deb ... [2019-10-21T22:20:47.060Z] #18 69.63 Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-10-21T22:20:47.060Z] #18 69.82 Selecting previously unselected package xxd. [2019-10-21T22:20:47.060Z] #18 69.84 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-10-21T22:20:47.060Z] #18 69.85 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-10-21T22:20:47.060Z] #18 69.99 Selecting previously unselected package vim-common. [2019-10-21T22:20:47.060Z] #18 69.99 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-21T22:20:47.060Z] #18 69.99 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-21T22:20:47.060Z] #18 70.16 Selecting previously unselected package bzip2. [2019-10-21T22:20:47.060Z] #18 70.16 Preparing to unpack .../10-bzip2_1.0.6-8.1_s390x.deb ... [2019-10-21T22:20:47.060Z] #18 70.16 Unpacking bzip2 (1.0.6-8.1) ... [2019-10-21T22:20:47.060Z] #18 70.24 Selecting previously unselected package libgpm2:s390x. [2019-10-21T22:20:47.060Z] #18 70.24 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_s390x.deb ... [2019-10-21T22:20:47.060Z] #18 70.25 Unpacking libgpm2:s390x (1.20.4-6.2+b1) ... [2019-10-21T22:20:47.060Z] #18 70.39 Selecting previously unselected package xz-utils. [2019-10-21T22:20:47.060Z] #18 70.39 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_s390x.deb ... [2019-10-21T22:20:47.060Z] #18 70.39 Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-10-21T22:20:47.060Z] #18 70.74 Selecting previously unselected package aufs-tools. [2019-10-21T22:20:47.060Z] #18 70.75 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_s390x.deb ... [2019-10-21T22:20:47.060Z] #18 70.76 Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-10-21T22:20:47.060Z] #18 70.93 Selecting previously unselected package liblzo2-2:s390x. [2019-10-21T22:20:47.060Z] #18 70.94 Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-10-21T22:20:47.060Z] #18 70.94 Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-10-21T22:20:47.060Z] #18 71.43 Selecting previously unselected package btrfs-progs. [2019-10-21T22:20:47.060Z] #18 71.43 Preparing to unpack .../15-btrfs-progs_4.7.3-1_s390x.deb ... [2019-10-21T22:20:47.060Z] #18 71.43 Unpacking btrfs-progs (4.7.3-1) ... [2019-10-21T22:20:47.060Z] #18 72.25 Selecting previously unselected package btrfs-tools. [2019-10-21T22:20:47.060Z] #18 72.25 Preparing to unpack .../16-btrfs-tools_4.7.3-1_s390x.deb ... [2019-10-21T22:20:47.060Z] #18 72.31 Unpacking btrfs-tools (4.7.3-1) ... [2019-10-21T22:20:47.060Z] #18 72.42 Selecting previously unselected package libdevmapper1.02.1:s390x. [2019-10-21T22:20:47.060Z] #18 72.42 Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_s390x.deb ... [2019-10-21T22:20:47.060Z] #18 72.42 Unpacking libdevmapper1.02.1:s390x (2:1.02.137-2) ... [2019-10-21T22:20:47.060Z] #18 72.57 Selecting previously unselected package dmsetup. [2019-10-21T22:20:47.060Z] #18 72.58 Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_s390x.deb ... [2019-10-21T22:20:47.060Z] #18 72.58 Unpacking dmsetup (2:1.02.137-2) ... [2019-10-21T22:20:47.480Z] #18 72.88 Selecting previously unselected package libonig4:s390x. [2019-10-21T22:20:47.480Z] #18 72.89 Preparing to unpack .../19-libonig4_6.1.3-2_s390x.deb ... [2019-10-21T22:20:47.480Z] #18 72.89 Unpacking libonig4:s390x (6.1.3-2) ... [2019-10-21T22:20:47.480Z] #18 73.02 Selecting previously unselected package libjq1:s390x. [2019-10-21T22:20:47.480Z] #18 73.02 Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_s390x.deb ... [2019-10-21T22:20:47.480Z] #18 73.03 Unpacking libjq1:s390x (1.5+dfsg-1.3) ... [2019-10-21T22:20:47.902Z] #18 73.35 Selecting previously unselected package jq. [2019-10-21T22:20:47.902Z] #18 73.36 Preparing to unpack .../21-jq_1.5+dfsg-1.3_s390x.deb ... [2019-10-21T22:20:47.902Z] #18 73.36 Unpacking jq (1.5+dfsg-1.3) ... [2019-10-21T22:20:47.902Z] #18 73.44 Selecting previously unselected package libaio1:s390x. [2019-10-21T22:20:47.902Z] #18 73.45 Preparing to unpack .../22-libaio1_0.3.110-3_s390x.deb ... [2019-10-21T22:20:47.902Z] #18 73.45 Unpacking libaio1:s390x (0.3.110-3) ... [2019-10-21T22:20:47.902Z] #18 73.47 Selecting previously unselected package libcap2-bin. [2019-10-21T22:20:47.902Z] #18 73.47 Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_s390x.deb ... [2019-10-21T22:20:47.902Z] #18 73.48 Unpacking libcap2-bin (1:2.25-1) ... [2019-10-21T22:20:47.902Z] #18 73.64 Selecting previously unselected package libdevmapper-event1.02.1:s390x. [2019-10-21T22:20:47.902Z] #18 73.64 Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_s390x.deb ... [2019-10-21T22:20:47.902Z] #18 73.68 Unpacking libdevmapper-event1.02.1:s390x (2:1.02.137-2) ... [2019-10-21T22:20:48.469Z] #41 141.3 CC criu/tun.o [2019-10-21T22:20:48.469Z] #41 141.7 CC criu/uffd.o [2019-10-21T22:20:48.751Z] #18 74.06 Selecting previously unselected package libsepol1-dev:s390x. [2019-10-21T22:20:48.751Z] #18 74.06 Preparing to unpack .../25-libsepol1-dev_2.6-2_s390x.deb ... [2019-10-21T22:20:48.751Z] #18 74.12 Unpacking libsepol1-dev:s390x (2.6-2) ... [2019-10-21T22:20:49.169Z] #18 74.80 Selecting previously unselected package libpcre16-3:s390x. [2019-10-21T22:20:49.169Z] #18 74.81 Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_s390x.deb ... [2019-10-21T22:20:49.169Z] #18 74.86 Unpacking libpcre16-3:s390x (2:8.39-3) ... [2019-10-21T22:20:49.169Z] #18 74.96 Selecting previously unselected package libpcre32-3:s390x. [2019-10-21T22:20:49.404Z] #41 142.6 CC criu/util.o [2019-10-21T22:20:49.570Z] #18 74.97 Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_s390x.deb ... [2019-10-21T22:20:49.570Z] #18 74.98 Unpacking libpcre32-3:s390x (2:8.39-3) ... [2019-10-21T22:20:49.570Z] #18 75.13 Selecting previously unselected package libpcre3-dev:s390x. [2019-10-21T22:20:49.570Z] #18 75.13 Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_s390x.deb ... [2019-10-21T22:20:49.570Z] #18 75.14 Unpacking libpcre3-dev:s390x (2:8.39-3) ... [2019-10-21T22:20:49.993Z] #18 75.49 Selecting previously unselected package libselinux1-dev:s390x. [2019-10-21T22:20:49.993Z] #18 75.50 Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_s390x.deb ... [2019-10-21T22:20:49.993Z] #18 75.50 Unpacking libselinux1-dev:s390x (2.6-3+b3) ... [2019-10-21T22:20:50.338Z] #41 143.4 CC criu/uts_ns.o [2019-10-21T22:20:50.421Z] #18 75.77 Selecting previously unselected package libdevmapper-dev:s390x. [2019-10-21T22:20:50.421Z] #18 75.77 Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_s390x.deb ... [2019-10-21T22:20:50.421Z] #18 75.79 Unpacking libdevmapper-dev:s390x (2:1.02.137-2) ... [2019-10-21T22:20:50.421Z] #18 75.91 Selecting previously unselected package libnl-3-200:s390x. [2019-10-21T22:20:50.421Z] #18 75.91 Preparing to unpack .../31-libnl-3-200_3.2.27-2_s390x.deb ... [2019-10-21T22:20:50.421Z] #18 75.92 Unpacking libnl-3-200:s390x (3.2.27-2) ... [2019-10-21T22:20:50.421Z] #18 75.97 Selecting previously unselected package libprotobuf-c1:s390x. [2019-10-21T22:20:50.421Z] #18 75.97 Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_s390x.deb ... [2019-10-21T22:20:50.421Z] #18 75.98 Unpacking libprotobuf-c1:s390x (1.2.1-2) ... [2019-10-21T22:20:50.421Z] #18 76.03 Selecting previously unselected package libreadline5:s390x. [2019-10-21T22:20:50.421Z] #18 76.04 Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_s390x.deb ... [2019-10-21T22:20:50.421Z] #18 76.04 Unpacking libreadline5:s390x (5.2+dfsg-3+b1) ... [2019-10-21T22:20:50.595Z] #41 143.6 CC criu/vdso-compat.o [2019-10-21T22:20:50.595Z] #41 143.8 CC criu/vdso.o [2019-10-21T22:20:50.829Z] #18 76.21 Selecting previously unselected package libsystemd-dev:s390x. [2019-10-21T22:20:50.829Z] #18 76.21 Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_s390x.deb ... [2019-10-21T22:20:50.829Z] #18 76.22 Unpacking libsystemd-dev:s390x (232-25+deb9u12) ... [2019-10-21T22:20:51.161Z] #41 144.5 LINK criu/built-in.o [2019-10-21T22:20:51.419Z] #41 144.5 LINK criu/criu [2019-10-21T22:20:51.419Z] #41 144.8 DEP lib/c/criu.d [2019-10-21T22:20:51.677Z] #41 144.9 CC images/rpc.pb-c.o [2019-10-21T22:20:52.242Z] #41 145.4 CC lib/c/criu.o [2019-10-21T22:20:53.058Z] #18 78.28 Selecting previously unselected package net-tools. [2019-10-21T22:20:53.058Z] #18 78.30 Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_s390x.deb ... [2019-10-21T22:20:53.058Z] #18 78.32 Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-10-21T22:20:53.058Z] #18 78.62 Selecting previously unselected package python-pip-whl. [2019-10-21T22:20:53.058Z] #18 78.65 Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-10-21T22:20:53.058Z] #18 78.65 Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-10-21T22:20:53.175Z] #41 146.2 LINK lib/c/built-in.o [2019-10-21T22:20:53.175Z] #41 146.2 LINK lib/c/libcriu.so [2019-10-21T22:20:53.175Z] #41 146.3 GEN magic.py [2019-10-21T22:20:53.175Z] #41 146.4 Note: Building without setproctitle() and strlcpy() support. [2019-10-21T22:20:53.175Z] #41 146.4 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-10-21T22:20:53.433Z] #41 146.8 fatal: Not a git repository (or any of the parent directories): .git [2019-10-21T22:20:53.466Z] #18 79.14 Selecting previously unselected package python3-pip. [2019-10-21T22:20:53.466Z] #18 79.17 Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-10-21T22:20:53.466Z] #18 79.21 Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-10-21T22:20:53.887Z] #18 79.42 Selecting previously unselected package python3-pkg-resources. [2019-10-21T22:20:53.887Z] #18 79.45 Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-10-21T22:20:53.887Z] #18 79.48 Unpacking python3-pkg-resources (33.1.1-1) ... [2019-10-21T22:20:53.887Z] #18 79.58 Selecting previously unselected package python3-setuptools. [2019-10-21T22:20:53.999Z] #41 147.3 make[1]: Nothing to be done for 'all'. [2019-10-21T22:20:54.297Z] #18 79.58 Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-10-21T22:20:54.297Z] #18 79.60 Unpacking python3-setuptools (33.1.1-1) ... [2019-10-21T22:20:54.297Z] #18 79.86 Selecting previously unselected package python3-wheel. [2019-10-21T22:20:54.297Z] #18 79.86 Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-10-21T22:20:54.297Z] #18 79.87 Unpacking python3-wheel (0.29.0-2) ... [2019-10-21T22:20:54.297Z] #18 79.98 Selecting previously unselected package thin-provisioning-tools. [2019-10-21T22:20:54.297Z] #18 79.98 Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_s390x.deb ... [2019-10-21T22:20:54.564Z] #41 147.8 make[1]: 'images/built-in.o' is up to date. [2019-10-21T22:20:54.564Z] #41 147.8 make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-10-21T22:20:54.564Z] #41 147.8 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-10-21T22:20:54.564Z] #41 147.8 make[1]: 'compel/libcompel.a' is up to date. [2019-10-21T22:20:54.564Z] #41 147.8 make[1]: 'compel/compel-host-bin' is up to date. [2019-10-21T22:20:54.564Z] #41 147.8 make[1]: Nothing to be done for 'all'. [2019-10-21T22:20:54.564Z] #41 147.8 make[1]: 'soccr/libsoccr.a' is up to date. [2019-10-21T22:20:54.564Z] #41 147.9 make[2]: Nothing to be done for 'all'. [2019-10-21T22:20:54.696Z] #18 79.98 Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-10-21T22:20:54.696Z] #18 80.30 Selecting previously unselected package vim-runtime. [2019-10-21T22:20:54.696Z] #18 80.30 Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-21T22:20:54.696Z] #18 80.32 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-21T22:20:54.696Z] #18 80.38 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-10-21T22:20:54.696Z] #18 80.40 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-10-21T22:20:54.822Z] #41 147.9 make[2]: Nothing to be done for 'all'. [2019-10-21T22:20:54.822Z] #41 148.0 make[2]: Nothing to be done for 'all'. [2019-10-21T22:20:54.822Z] #41 148.0 make[2]: Nothing to be done for 'all'. [2019-10-21T22:20:54.822Z] #41 148.0 make[2]: Nothing to be done for 'all'. [2019-10-21T22:20:54.822Z] #41 148.0 make[2]: Nothing to be done for 'all'. [2019-10-21T22:20:54.822Z] #41 148.1 make[2]: Nothing to be done for 'all'. [2019-10-21T22:20:54.822Z] #41 148.2 make[2]: Nothing to be done for 'all'. [2019-10-21T22:20:55.079Z] #41 148.2 INSTALL criu/criu [2019-10-21T22:20:55.079Z] #41 ... [2019-10-21T22:20:55.079Z] [2019-10-21T22:20:55.079Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:20:55.079Z] #59 167.8 + bin/containerd [2019-10-21T22:20:55.645Z] #59 ... [2019-10-21T22:20:55.645Z] [2019-10-21T22:20:55.645Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:20:55.645Z] #41 DONE 148.9s [2019-10-21T22:20:55.645Z] [2019-10-21T22:20:55.645Z] #50 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:20:56.577Z] #50 ... [2019-10-21T22:20:56.577Z] [2019-10-21T22:20:56.577Z] #42 [dev 15/24] COPY --from=criu /build/ /usr/local/ [2019-10-21T22:20:56.835Z] #42 DONE 0.1s [2019-10-21T22:20:56.835Z] [2019-10-21T22:20:56.835Z] #45 [dev 16/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-10-21T22:20:57.092Z] #45 DONE 0.3s [2019-10-21T22:20:57.092Z] [2019-10-21T22:20:57.092Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:20:57.350Z] #59 ... [2019-10-21T22:20:57.350Z] [2019-10-21T22:20:57.350Z] #48 [dev 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-10-21T22:20:57.350Z] #48 DONE 0.2s [2019-10-21T22:20:57.637Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-10-21T22:20:57.637Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-10-21T22:20:57.637Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-10-21T22:20:57.637Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-10-21T22:20:57.637Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-10-21T22:20:57.638Z] [2019-10-21T22:20:57.639Z] #50 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:20:58.113Z] #18 ... [2019-10-21T22:20:58.113Z] [2019-10-21T22:20:58.113Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:20:58.113Z] #42 57.99 CC criu/arch/s390/crtools.o [2019-10-21T22:20:58.113Z] #42 59.06 CC criu/arch/s390/sigframe.o [2019-10-21T22:20:58.113Z] #42 59.27 LINK criu/arch/s390/crtools.built-in.o [2019-10-21T22:20:58.113Z] #42 59.34 DEP criu/arch/s390/vdso-pie.d [2019-10-21T22:20:58.113Z] #42 59.43 DEP criu/pie/parasite-vdso.d [2019-10-21T22:20:58.113Z] #42 59.58 DEP criu/pie/util-vdso.d [2019-10-21T22:20:58.113Z] #42 59.76 DEP criu/pie/util.d [2019-10-21T22:20:58.113Z] #42 59.96 CC criu/pie/util.o [2019-10-21T22:20:58.113Z] #42 60.31 CC criu/pie/util-vdso.o [2019-10-21T22:20:58.113Z] #42 61.21 CC criu/pie/parasite-vdso.o [2019-10-21T22:20:58.113Z] #42 62.01 CC criu/arch/s390/vdso-pie.o [2019-10-21T22:20:58.113Z] #42 62.48 AR criu/pie/pie.lib.a [2019-10-21T22:20:58.113Z] #42 62.60 DEP criu/pie/restorer.d [2019-10-21T22:20:58.113Z] #42 62.95 DEP criu/arch/s390/restorer.d [2019-10-21T22:20:58.113Z] #42 63.18 DEP criu/pie/parasite.d [2019-10-21T22:20:58.113Z] #42 63.32 CC criu/pie/parasite.o [2019-10-21T22:20:58.113Z] #42 64.84 LINK criu/pie/parasite.built-in.o [2019-10-21T22:20:58.113Z] #42 64.85 GEN criu/pie/parasite-blob.h [2019-10-21T22:20:58.113Z] #42 64.87 CC criu/arch/s390/restorer.o [2019-10-21T22:20:58.113Z] #42 65.37 CC criu/pie/restorer.o [2019-10-21T22:20:58.113Z] #42 67.99 LINK criu/pie/restorer.built-in.o [2019-10-21T22:20:58.113Z] #42 68.00 GEN criu/pie/restorer-blob.h [2019-10-21T22:20:58.113Z] #42 68.14 DEP criu/vdso.d [2019-10-21T22:20:58.113Z] #42 68.35 DEP criu/uts_ns.d [2019-10-21T22:20:58.113Z] #42 68.48 DEP criu/util.d [2019-10-21T22:20:58.113Z] #42 ... [2019-10-21T22:20:58.113Z] [2019-10-21T22:20:58.113Z] #63 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:20:58.113Z] #63 117.6 + for f in rootlesskit rootlesskit-docker-proxy [2019-10-21T22:20:58.113Z] #63 117.6 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-10-21T22:20:59.002Z] #63 ... [2019-10-21T22:20:59.002Z] [2019-10-21T22:20:59.002Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:20:59.002Z] #45 108.3 net [2019-10-21T22:20:59.002Z] #45 108.7 vendor/golang.org/x/crypto/internal/chacha20 [2019-10-21T22:20:59.002Z] #45 109.9 vendor/golang.org/x/crypto/chacha20poly1305 [2019-10-21T22:20:59.002Z] #45 110.7 vendor/golang.org/x/crypto/curve25519 [2019-10-21T22:20:59.002Z] #45 111.4 vendor/golang.org/x/crypto/hkdf [2019-10-21T22:20:59.002Z] #45 111.6 vendor/golang.org/x/text/transform [2019-10-21T22:20:59.002Z] #45 112.7 vendor/golang.org/x/text/unicode/bidi [2019-10-21T22:20:59.002Z] #45 115.5 vendor/golang.org/x/text/unicode/norm [2019-10-21T22:20:59.002Z] #45 ... [2019-10-21T22:20:59.002Z] [2019-10-21T22:20:59.002Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T22:20:59.002Z] #18 84.57 Selecting previously unselected package vim. [2019-10-21T22:20:59.002Z] #18 84.57 Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-10-21T22:20:59.002Z] #18 84.58 Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-10-21T22:21:00.165Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-10-21T22:21:00.341Z] #18 85.30 Selecting previously unselected package xfsprogs. [2019-10-21T22:21:00.341Z] #18 85.30 Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_s390x.deb ... [2019-10-21T22:21:00.341Z] #18 85.31 Unpacking xfsprogs (4.9.0+nmu1) ... [2019-10-21T22:21:00.341Z] #18 85.92 Selecting previously unselected package zip. [2019-10-21T22:21:00.341Z] #18 85.92 Preparing to unpack .../45-zip_3.0-11+b1_s390x.deb ... [2019-10-21T22:21:00.341Z] #18 85.93 Unpacking zip (3.0-11+b1) ... [2019-10-21T22:21:00.515Z] #8 unpacking docker.io/library/golang:1.13.3-stretch@sha256:75a8ed141bbbff26ec193d34c856db3e675220411a583fe4f24933080b8f4d00 26.2s done [2019-10-21T22:21:00.515Z] #8 DONE 34.6s [2019-10-21T22:21:00.515Z] [2019-10-21T22:21:00.515Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2019-10-21T22:21:00.515Z] #9 DONE 0.2s [2019-10-21T22:21:00.515Z] [2019-10-21T22:21:00.515Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-10-21T22:21:00.515Z] #10 DONE 0.2s [2019-10-21T22:21:00.515Z] [2019-10-21T22:21:00.515Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-21T22:21:00.515Z] #25 ... [2019-10-21T22:21:00.515Z] [2019-10-21T22:21:00.515Z] #21 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-21T22:21:00.515Z] #21 DONE 0.1s [2019-10-21T22:21:00.515Z] [2019-10-21T22:21:00.515Z] #50 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-10-21T22:21:00.515Z] #50 DONE 0.1s [2019-10-21T22:21:00.515Z] [2019-10-21T22:21:00.515Z] #47 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-10-21T22:21:00.515Z] #47 DONE 0.1s [2019-10-21T22:21:00.515Z] [2019-10-21T22:21:00.515Z] #31 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-10-21T22:21:00.515Z] #31 DONE 0.1s [2019-10-21T22:21:00.515Z] [2019-10-21T22:21:00.515Z] #44 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-10-21T22:21:00.515Z] #44 DONE 0.1s [2019-10-21T22:21:00.515Z] [2019-10-21T22:21:00.515Z] #62 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-10-21T22:21:00.515Z] #62 DONE 0.1s [2019-10-21T22:21:00.515Z] [2019-10-21T22:21:00.515Z] #68 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-10-21T22:21:00.515Z] #68 DONE 0.1s [2019-10-21T22:21:00.515Z] [2019-10-21T22:21:00.515Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-10-21T22:21:00.515Z] #22 DONE 0.1s [2019-10-21T22:21:00.515Z] [2019-10-21T22:21:00.515Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:21:00.812Z] #18 86.29 Selecting previously unselected package libapparmor-perl. [2019-10-21T22:21:00.812Z] #18 86.29 Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_s390x.deb ... [2019-10-21T22:21:00.812Z] #18 86.29 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-10-21T22:21:00.812Z] #18 86.42 Selecting previously unselected package apparmor. [2019-10-21T22:21:00.812Z] #18 86.45 Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_s390x.deb ... [2019-10-21T22:21:00.812Z] #18 86.52 Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-10-21T22:21:01.143Z] #23 0.755 + RM_GOPATH=0 [2019-10-21T22:21:01.143Z] #23 0.784 + TMP_GOPATH= [2019-10-21T22:21:01.143Z] #23 0.784 + : /build [2019-10-21T22:21:01.143Z] #23 0.785 + '[' -z '' ']' [2019-10-21T22:21:01.143Z] #23 0.789 ++ mktemp -d [2019-10-21T22:21:01.143Z] #23 0.817 + export GOPATH=/tmp/tmp.HSe3URSp8n [2019-10-21T22:21:01.431Z] #23 0.817 + GOPATH=/tmp/tmp.HSe3URSp8n [2019-10-21T22:21:01.431Z] #23 0.817 + RM_GOPATH=1 [2019-10-21T22:21:01.431Z] #23 0.819 ++ dirname ./install.sh [2019-10-21T22:21:01.431Z] #23 0.832 + dir=. [2019-10-21T22:21:01.431Z] #23 0.838 + bin=dockercli [2019-10-21T22:21:01.431Z] #23 0.839 + shift [2019-10-21T22:21:01.431Z] #23 0.840 + '[' '!' -f ./dockercli.installer ']' [2019-10-21T22:21:01.431Z] #23 0.841 + . ./dockercli.installer [2019-10-21T22:21:01.431Z] #23 0.842 ++ : stable [2019-10-21T22:21:01.431Z] #23 0.848 ++ : 17.06.2-ce [2019-10-21T22:21:01.431Z] #23 0.856 + install_dockercli [2019-10-21T22:21:01.431Z] #23 0.856 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-10-21T22:21:01.431Z] #23 0.860 Install docker/cli version 17.06.2-ce from stable [2019-10-21T22:21:01.431Z] #23 0.864 ++ uname -m [2019-10-21T22:21:01.431Z] #23 0.868 + arch=ppc64le [2019-10-21T22:21:01.431Z] #23 0.868 + '[' ppc64le '!=' x86_64 ']' [2019-10-21T22:21:01.431Z] #23 0.869 + '[' ppc64le '!=' s390x ']' [2019-10-21T22:21:01.431Z] #23 0.869 + '[' ppc64le '!=' armhf ']' [2019-10-21T22:21:01.431Z] #23 0.872 + build_dockercli [2019-10-21T22:21:01.431Z] #23 0.872 + git clone https://github.com/docker/docker-ce /tmp/tmp.HSe3URSp8n/tmp/docker-ce [2019-10-21T22:21:01.431Z] #23 0.876 Cloning into '/tmp/tmp.HSe3URSp8n/tmp/docker-ce'... [2019-10-21T22:21:01.684Z] #18 87.09 Selecting previously unselected package binutils-mingw-w64-i686. [2019-10-21T22:21:01.684Z] #18 87.09 Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_s390x.deb ... [2019-10-21T22:21:01.684Z] #18 87.10 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-10-21T22:21:02.899Z] #50 DONE 220.7s [2019-10-21T22:21:02.899Z] [2019-10-21T22:21:02.899Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:21:03.156Z] #59 ... [2019-10-21T22:21:03.156Z] [2019-10-21T22:21:03.156Z] #51 [dev 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-10-21T22:21:03.416Z] #51 DONE 0.3s [2019-10-21T22:21:03.416Z] [2019-10-21T22:21:03.416Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:21:03.416Z] #59 ... [2019-10-21T22:21:03.416Z] [2019-10-21T22:21:03.416Z] #55 [dev 19/24] COPY --from=runc /build/ /usr/local/bin/ [2019-10-21T22:21:03.446Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-10-21T22:21:03.662Z] #18 89.08 Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-10-21T22:21:03.662Z] #18 89.08 Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_s390x.deb ... [2019-10-21T22:21:03.662Z] #18 89.09 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-10-21T22:21:03.673Z] #55 DONE 0.2s [2019-10-21T22:21:03.673Z] [2019-10-21T22:21:03.673Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:21:04.114Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-10-21T22:21:04.114Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-10-21T22:21:05.489Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-10-21T22:21:06.510Z] #18 91.68 Selecting previously unselected package binutils-mingw-w64. [2019-10-21T22:21:06.510Z] #18 91.71 Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-10-21T22:21:06.510Z] #18 91.71 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-10-21T22:21:06.510Z] #18 91.84 Selecting previously unselected package mingw-w64-common. [2019-10-21T22:21:06.510Z] #18 91.84 Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-10-21T22:21:06.510Z] #18 91.85 Unpacking mingw-w64-common (5.0.1-1) ... [2019-10-21T22:21:06.997Z] #23 ... [2019-10-21T22:21:06.997Z] [2019-10-21T22:21:06.997Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T22:21:06.997Z] #32 0.821 + RM_GOPATH=0 [2019-10-21T22:21:06.997Z] #32 0.821 + TMP_GOPATH= [2019-10-21T22:21:06.997Z] #32 0.821 + : /build [2019-10-21T22:21:06.997Z] #32 0.821 + '[' -z '' ']' [2019-10-21T22:21:06.997Z] #32 0.822 ++ mktemp -d [2019-10-21T22:21:06.997Z] #32 0.825 + export GOPATH=/tmp/tmp.iP8a4hPJ9z [2019-10-21T22:21:06.997Z] #32 0.833 + GOPATH=/tmp/tmp.iP8a4hPJ9z [2019-10-21T22:21:06.997Z] #32 0.834 + RM_GOPATH=1 [2019-10-21T22:21:06.997Z] #32 0.838 ++ dirname ./install.sh [2019-10-21T22:21:06.997Z] #32 0.840 + dir=. [2019-10-21T22:21:06.997Z] #32 0.841 + bin=tomlv [2019-10-21T22:21:06.997Z] #32 0.842 + shift [2019-10-21T22:21:06.997Z] #32 0.853 + '[' '!' -f ./tomlv.installer ']' [2019-10-21T22:21:06.997Z] #32 0.854 + . ./tomlv.installer [2019-10-21T22:21:06.997Z] #32 0.854 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-21T22:21:06.997Z] #32 0.854 + install_tomlv [2019-10-21T22:21:06.997Z] #32 0.855 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-10-21T22:21:06.997Z] #32 0.855 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-21T22:21:06.997Z] #32 0.855 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.iP8a4hPJ9z/src/github.com/BurntSushi/toml [2019-10-21T22:21:06.997Z] #32 0.869 Cloning into '/tmp/tmp.iP8a4hPJ9z/src/github.com/BurntSushi/toml'... [2019-10-21T22:21:06.997Z] #32 2.961 + cd /tmp/tmp.iP8a4hPJ9z/src/github.com/BurntSushi/toml [2019-10-21T22:21:06.997Z] #32 2.962 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-21T22:21:06.997Z] #32 2.999 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-10-21T22:21:06.997Z] #32 4.015 runtime/internal/sys [2019-10-21T22:21:06.997Z] #32 4.154 math/bits [2019-10-21T22:21:06.997Z] #32 4.170 internal/cpu [2019-10-21T22:21:06.997Z] #32 4.202 runtime/internal/atomic [2019-10-21T22:21:06.997Z] #32 4.980 runtime/internal/math [2019-10-21T22:21:06.997Z] #32 5.492 unicode/utf8 [2019-10-21T22:21:06.997Z] #32 5.553 internal/race [2019-10-21T22:21:06.997Z] #32 5.928 sync/atomic [2019-10-21T22:21:06.997Z] #32 6.466 internal/bytealg [2019-10-21T22:21:07.472Z] #18 ... [2019-10-21T22:21:07.472Z] [2019-10-21T22:21:07.472Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:21:07.472Z] #42 68.70 DEP criu/uffd.d [2019-10-21T22:21:07.472Z] #42 68.94 DEP criu/tun.d [2019-10-21T22:21:07.472Z] #42 69.16 DEP criu/tty.d [2019-10-21T22:21:07.472Z] #42 69.33 DEP criu/timerfd.d [2019-10-21T22:21:07.472Z] #42 69.55 DEP criu/sysfs_parse.d [2019-10-21T22:21:07.472Z] #42 69.83 DEP criu/sysctl.d [2019-10-21T22:21:07.472Z] #42 70.26 DEP criu/string.d [2019-10-21T22:21:07.472Z] #42 70.30 DEP criu/stats.d [2019-10-21T22:21:07.472Z] #42 70.52 DEP criu/sockets.d [2019-10-21T22:21:07.472Z] #42 70.86 DEP criu/sk-unix.d [2019-10-21T22:21:07.472Z] #42 71.11 DEP criu/sk-tcp.d [2019-10-21T22:21:07.472Z] #42 71.31 DEP criu/sk-queue.d [2019-10-21T22:21:07.472Z] #42 71.54 DEP criu/sk-packet.d [2019-10-21T22:21:07.472Z] #42 71.86 DEP criu/sk-netlink.d [2019-10-21T22:21:07.472Z] #42 72.09 DEP criu/sk-inet.d [2019-10-21T22:21:07.472Z] #42 72.36 DEP criu/signalfd.d [2019-10-21T22:21:07.472Z] #42 72.50 DEP criu/sigframe.d [2019-10-21T22:21:07.472Z] #42 72.68 DEP criu/shmem.d [2019-10-21T22:21:07.472Z] #42 72.81 DEP criu/servicefd.d [2019-10-21T22:21:07.472Z] #42 72.93 DEP criu/seize.d [2019-10-21T22:21:07.472Z] #42 73.09 DEP criu/seccomp.d [2019-10-21T22:21:07.472Z] #42 73.31 DEP criu/rst-malloc.d [2019-10-21T22:21:07.472Z] #42 73.41 DEP criu/rbtree.d [2019-10-21T22:21:07.472Z] #42 73.46 DEP criu/pstree.d [2019-10-21T22:21:07.472Z] #42 73.69 DEP criu/protobuf.d [2019-10-21T22:21:07.472Z] #42 73.87 GEN criu/protobuf-desc-gen.h [2019-10-21T22:21:07.472Z] #42 75.65 DEP criu/protobuf-desc.d [2019-10-21T22:21:07.472Z] #42 75.93 DEP criu/proc_parse.d [2019-10-21T22:21:07.472Z] #42 76.48 DEP criu/plugin.d [2019-10-21T22:21:07.472Z] #42 76.72 DEP criu/pipes.d [2019-10-21T22:21:07.472Z] #42 76.96 DEP criu/pie-util.d [2019-10-21T22:21:07.472Z] #42 77.45 DEP criu/pie-util-vdso.d [2019-10-21T22:21:07.472Z] #42 77.52 DEP criu/pie-util-vdso-elf32.d [2019-10-21T22:21:07.472Z] #42 77.54 DEP criu/path.d [2019-10-21T22:21:07.472Z] #42 77.58 DEP criu/parasite-syscall.d [2019-10-21T22:21:07.472Z] #42 77.72 DEP criu/pagemap.d [2019-10-21T22:21:07.472Z] #42 77.94 DEP criu/pagemap-cache.d [2019-10-21T22:21:07.627Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-10-21T22:21:07.659Z] #32 7.053 unicode [2019-10-21T22:21:07.889Z] #42 ... [2019-10-21T22:21:07.889Z] [2019-10-21T22:21:07.889Z] #63 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:21:07.889Z] #63 DONE 127.3s [2019-10-21T22:21:07.889Z] [2019-10-21T22:21:07.889Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:21:07.889Z] #42 78.13 DEP criu/page-xfer.d [2019-10-21T22:21:07.889Z] #42 ... [2019-10-21T22:21:07.889Z] [2019-10-21T22:21:07.889Z] #64 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-10-21T22:21:07.949Z] #32 7.578 math [2019-10-21T22:21:08.287Z] #64 DONE 0.1s [2019-10-21T22:21:08.287Z] [2019-10-21T22:21:08.287Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:21:08.287Z] #42 78.33 DEP criu/page-pipe.d [2019-10-21T22:21:08.287Z] #42 78.61 DEP criu/netfilter.d [2019-10-21T22:21:08.695Z] #42 78.97 DEP criu/net.d [2019-10-21T22:21:08.986Z] #32 8.580 internal/testlog [2019-10-21T22:21:09.093Z] #42 79.31 DEP criu/namespaces.d [2019-10-21T22:21:09.093Z] #42 79.51 DEP criu/mount.d [2019-10-21T22:21:09.497Z] #42 79.68 DEP criu/mem.d [2019-10-21T22:21:09.497Z] #42 79.86 DEP criu/lsm.d [2019-10-21T22:21:09.919Z] #42 80.01 DEP criu/log.d [2019-10-21T22:21:09.919Z] #42 80.17 DEP criu/libnetlink.d [2019-10-21T22:21:09.919Z] #42 80.29 DEP criu/kerndat.d [2019-10-21T22:21:10.027Z] #32 ... [2019-10-21T22:21:10.027Z] [2019-10-21T22:21:10.027Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T22:21:10.027Z] #41 1.206 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-21T22:21:10.027Z] #41 1.217 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-21T22:21:10.027Z] #41 1.323 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-21T22:21:10.027Z] #41 1.339 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-21T22:21:10.027Z] #41 1.416 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-21T22:21:10.027Z] #41 3.574 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [481 kB] [2019-10-21T22:21:10.027Z] #41 6.776 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-10-21T22:21:10.027Z] #41 9.052 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-10-21T22:21:10.320Z] #41 ... [2019-10-21T22:21:10.320Z] [2019-10-21T22:21:10.320Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-21T22:21:10.320Z] #39 0.640 + mktemp -d [2019-10-21T22:21:10.320Z] #39 0.643 + export GOPATH=/tmp/tmp.G3Mnw2hhID [2019-10-21T22:21:10.320Z] #39 0.643 + git clone https://github.com/docker/distribution.git /tmp/tmp.G3Mnw2hhID/src/github.com/docker/distribution [2019-10-21T22:21:10.320Z] #39 0.646 Cloning into '/tmp/tmp.G3Mnw2hhID/src/github.com/docker/distribution'... [2019-10-21T22:21:10.320Z] #39 ... [2019-10-21T22:21:10.320Z] [2019-10-21T22:21:10.320Z] #69 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T22:21:10.320Z] #69 0.580 + RM_GOPATH=0 [2019-10-21T22:21:10.320Z] #69 0.580 + TMP_GOPATH= [2019-10-21T22:21:10.320Z] #69 0.580 + : /build [2019-10-21T22:21:10.320Z] #69 0.590 + '[' -z '' ']' [2019-10-21T22:21:10.320Z] #69 0.591 ++ mktemp -d [2019-10-21T22:21:10.320Z] #69 0.609 + export GOPATH=/tmp/tmp.UOB6Uw6aan [2019-10-21T22:21:10.320Z] #69 0.609 + GOPATH=/tmp/tmp.UOB6Uw6aan [2019-10-21T22:21:10.320Z] #69 0.609 + RM_GOPATH=1 [2019-10-21T22:21:10.320Z] #69 0.610 ++ dirname ./install.sh [2019-10-21T22:21:10.320Z] #69 0.613 + dir=. [2019-10-21T22:21:10.320Z] #69 0.613 + bin=proxy [2019-10-21T22:21:10.320Z] #69 0.614 + shift [2019-10-21T22:21:10.320Z] #69 0.614 + '[' '!' -f ./proxy.installer ']' [2019-10-21T22:21:10.320Z] #69 0.615 + . ./proxy.installer [2019-10-21T22:21:10.320Z] #69 0.616 ++ : 0025177e3dabbe0de151be0957dcaff149d43536 [2019-10-21T22:21:10.320Z] #69 0.616 + install_proxy [2019-10-21T22:21:10.320Z] #69 0.616 + case "$1" in [2019-10-21T22:21:10.320Z] #69 0.616 + export CGO_ENABLED=0 [2019-10-21T22:21:10.320Z] #69 0.616 + CGO_ENABLED=0 [2019-10-21T22:21:10.320Z] #69 0.616 + _install_proxy [2019-10-21T22:21:10.320Z] #69 0.617 + echo 'Install docker-proxy version 0025177e3dabbe0de151be0957dcaff149d43536' [2019-10-21T22:21:10.320Z] #69 0.617 Install docker-proxy version 0025177e3dabbe0de151be0957dcaff149d43536 [2019-10-21T22:21:10.320Z] #69 0.617 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.UOB6Uw6aan/src/github.com/docker/libnetwork [2019-10-21T22:21:10.320Z] #69 0.621 Cloning into '/tmp/tmp.UOB6Uw6aan/src/github.com/docker/libnetwork'... [2019-10-21T22:21:10.321Z] #42 80.46 DEP criu/kcmp-ids.d [2019-10-21T22:21:10.321Z] #42 80.53 DEP criu/irmap.d [2019-10-21T22:21:10.321Z] #42 80.66 DEP criu/ipc_ns.d [2019-10-21T22:21:10.610Z] #69 ... [2019-10-21T22:21:10.610Z] [2019-10-21T22:21:10.610Z] #48 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:21:10.610Z] #48 0.733 + RM_GOPATH=0 [2019-10-21T22:21:10.610Z] #48 0.736 + TMP_GOPATH= [2019-10-21T22:21:10.610Z] #48 0.737 + : /build [2019-10-21T22:21:10.610Z] #48 0.738 + '[' -z '' ']' [2019-10-21T22:21:10.610Z] #48 0.742 ++ mktemp -d [2019-10-21T22:21:10.610Z] #48 0.751 + export GOPATH=/tmp/tmp.Yf0bfxG5yh [2019-10-21T22:21:10.610Z] #48 0.751 + GOPATH=/tmp/tmp.Yf0bfxG5yh [2019-10-21T22:21:10.610Z] #48 0.752 + RM_GOPATH=1 [2019-10-21T22:21:10.610Z] #48 0.778 ++ dirname ./install.sh [2019-10-21T22:21:10.610Z] #48 0.797 + dir=. [2019-10-21T22:21:10.610Z] #48 0.819 + bin=gotestsum [2019-10-21T22:21:10.610Z] #48 0.819 + shift [2019-10-21T22:21:10.610Z] #48 0.832 + '[' '!' -f ./gotestsum.installer ']' [2019-10-21T22:21:10.610Z] #48 0.833 + . ./gotestsum.installer [2019-10-21T22:21:10.610Z] #48 0.834 ++ : v0.3.5 [2019-10-21T22:21:10.610Z] #48 0.842 + install_gotestsum [2019-10-21T22:21:10.610Z] #48 0.842 + echo 'Installing gotestsum version v0.3.5' [2019-10-21T22:21:10.610Z] #48 0.843 Installing gotestsum version v0.3.5 [2019-10-21T22:21:10.610Z] #48 0.843 + go get -d gotest.tools/gotestsum [2019-10-21T22:21:10.610Z] #48 ... [2019-10-21T22:21:10.610Z] [2019-10-21T22:21:10.610Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:21:10.610Z] #51 0.607 + RM_GOPATH=0 [2019-10-21T22:21:10.610Z] #51 0.613 + TMP_GOPATH= [2019-10-21T22:21:10.610Z] #51 0.613 + : /build [2019-10-21T22:21:10.610Z] #51 0.613 + '[' -z '' ']' [2019-10-21T22:21:10.610Z] #51 0.615 ++ mktemp -d [2019-10-21T22:21:10.610Z] #51 0.619 + export GOPATH=/tmp/tmp.pv3J5xT39N [2019-10-21T22:21:10.610Z] #51 0.620 + GOPATH=/tmp/tmp.pv3J5xT39N [2019-10-21T22:21:10.610Z] #51 0.620 + RM_GOPATH=1 [2019-10-21T22:21:10.610Z] #51 0.621 ++ dirname ./install.sh [2019-10-21T22:21:10.610Z] #51 0.623 + dir=. [2019-10-21T22:21:10.610Z] #51 0.624 + bin=golangci_lint [2019-10-21T22:21:10.610Z] #51 0.624 + shift [2019-10-21T22:21:10.610Z] #51 0.624 + '[' '!' -f ./golangci_lint.installer ']' [2019-10-21T22:21:10.610Z] #51 0.624 + . ./golangci_lint.installer [2019-10-21T22:21:10.610Z] #51 0.624 ++ : v1.20.0 [2019-10-21T22:21:10.610Z] #51 0.624 + install_golangci_lint [2019-10-21T22:21:10.610Z] #51 0.624 + echo 'Installing golangci-lint version v1.20.0' [2019-10-21T22:21:10.610Z] #51 0.624 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2019-10-21T22:21:10.610Z] #51 0.625 Installing golangci-lint version v1.20.0 [2019-10-21T22:21:10.760Z] #42 80.80 DEP criu/image.d [2019-10-21T22:21:10.760Z] #42 80.99 DEP criu/image-desc.d [2019-10-21T22:21:10.760Z] #42 81.07 DEP criu/fsnotify.d [2019-10-21T22:21:10.899Z] #51 ... [2019-10-21T22:21:10.899Z] [2019-10-21T22:21:10.899Z] #29 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-21T22:21:10.899Z] #29 0.968 + mktemp -d [2019-10-21T22:21:10.899Z] #29 0.982 + export GOPATH=/tmp/tmp.qOGqm4k7EQ [2019-10-21T22:21:10.899Z] #29 0.985 + git clone https://github.com/kolyshkin/go-swagger.git /tmp/tmp.qOGqm4k7EQ/src/github.com/go-swagger/go-swagger [2019-10-21T22:21:10.899Z] #29 1.012 Cloning into '/tmp/tmp.qOGqm4k7EQ/src/github.com/go-swagger/go-swagger'... [2019-10-21T22:21:10.899Z] #29 ... [2019-10-21T22:21:10.899Z] [2019-10-21T22:21:10.899Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:21:10.899Z] #45 0.809 + RM_GOPATH=0 [2019-10-21T22:21:10.899Z] #45 0.820 + TMP_GOPATH= [2019-10-21T22:21:10.899Z] #45 0.822 + : /build [2019-10-21T22:21:10.899Z] #45 0.823 + '[' -z '' ']' [2019-10-21T22:21:10.899Z] #45 0.875 ++ mktemp -d [2019-10-21T22:21:10.899Z] #45 0.880 + export GOPATH=/tmp/tmp.L9oIlI2lGG [2019-10-21T22:21:10.899Z] #45 0.891 + GOPATH=/tmp/tmp.L9oIlI2lGG [2019-10-21T22:21:10.899Z] #45 0.891 + RM_GOPATH=1 [2019-10-21T22:21:10.899Z] #45 0.892 ++ dirname ./install.sh [2019-10-21T22:21:10.899Z] #45 0.899 + dir=. [2019-10-21T22:21:10.899Z] #45 0.904 + bin=vndr [2019-10-21T22:21:10.899Z] #45 0.905 + shift [2019-10-21T22:21:10.899Z] #45 0.906 + '[' '!' -f ./vndr.installer ']' [2019-10-21T22:21:10.899Z] #45 0.907 + . ./vndr.installer [2019-10-21T22:21:10.899Z] #45 0.909 ++ : f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-21T22:21:10.899Z] #45 0.910 + install_vndr [2019-10-21T22:21:10.899Z] #45 0.910 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-10-21T22:21:10.899Z] #45 0.911 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-21T22:21:10.899Z] #45 0.911 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.L9oIlI2lGG/src/github.com/LK4D4/vndr [2019-10-21T22:21:10.899Z] #45 0.972 Cloning into '/tmp/tmp.L9oIlI2lGG/src/github.com/LK4D4/vndr'... [2019-10-21T22:21:10.899Z] #45 2.592 + cd /tmp/tmp.L9oIlI2lGG/src/github.com/LK4D4/vndr [2019-10-21T22:21:10.899Z] #45 2.592 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-21T22:21:10.899Z] #45 2.616 + go build -buildmode=pie -v -o /build/vndr . [2019-10-21T22:21:10.899Z] #45 5.006 runtime/internal/math [2019-10-21T22:21:10.899Z] #45 5.115 internal/race [2019-10-21T22:21:10.899Z] #45 5.141 internal/cpu [2019-10-21T22:21:10.899Z] #45 5.387 sync/atomic [2019-10-21T22:21:10.899Z] #45 5.751 unicode [2019-10-21T22:21:10.899Z] #45 5.934 unicode/utf8 [2019-10-21T22:21:10.899Z] #45 6.584 math/bits [2019-10-21T22:21:10.899Z] #45 6.736 internal/bytealg [2019-10-21T22:21:10.899Z] #45 8.958 internal/testlog [2019-10-21T22:21:10.899Z] #45 10.17 runtime [2019-10-21T22:21:10.899Z] #45 10.25 encoding [2019-10-21T22:21:10.899Z] #45 10.37 math [2019-10-21T22:21:10.899Z] #45 10.66 unicode/utf16 [2019-10-21T22:21:11.190Z] #45 ... [2019-10-21T22:21:11.190Z] [2019-10-21T22:21:11.190Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-21T22:21:11.190Z] #34 0.760 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-21T22:21:11.190Z] #34 0.771 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-21T22:21:11.190Z] #34 0.839 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-21T22:21:11.190Z] #34 0.857 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-21T22:21:11.190Z] #34 0.896 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-21T22:21:11.190Z] #34 2.640 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [481 kB] [2019-10-21T22:21:11.190Z] #34 5.758 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-10-21T22:21:11.190Z] #34 7.839 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-10-21T22:21:11.190Z] #34 ... [2019-10-21T22:21:11.190Z] [2019-10-21T22:21:11.190Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-21T22:21:11.190Z] #11 0.861 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-21T22:21:11.190Z] #11 0.872 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-21T22:21:11.190Z] #11 1.087 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-21T22:21:11.190Z] #11 1.110 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-21T22:21:11.190Z] #11 1.192 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-21T22:21:11.190Z] #11 2.949 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [481 kB] [2019-10-21T22:21:11.190Z] #11 6.086 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-10-21T22:21:11.190Z] #11 8.093 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-10-21T22:21:11.192Z] #42 81.31 DEP criu/filesystems.d [2019-10-21T22:21:11.192Z] #42 81.50 DEP criu/files.d [2019-10-21T22:21:11.477Z] #11 ... [2019-10-21T22:21:11.477Z] [2019-10-21T22:21:11.477Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-21T22:21:11.477Z] #25 1.233 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-21T22:21:11.477Z] #25 1.244 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-21T22:21:11.477Z] #25 1.358 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-21T22:21:11.477Z] #25 1.380 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-21T22:21:11.477Z] #25 1.421 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-21T22:21:11.477Z] #25 3.512 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [481 kB] [2019-10-21T22:21:11.477Z] #25 6.590 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-10-21T22:21:11.477Z] #25 8.900 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-10-21T22:21:11.477Z] #25 ... [2019-10-21T22:21:11.477Z] [2019-10-21T22:21:11.477Z] #57 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-21T22:21:11.477Z] #57 0.502 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-21T22:21:11.477Z] #57 0.621 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-21T22:21:11.477Z] #57 0.688 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-21T22:21:11.477Z] #57 0.700 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-21T22:21:11.477Z] #57 0.728 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-21T22:21:11.477Z] #57 2.270 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [481 kB] [2019-10-21T22:21:11.477Z] #57 5.289 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-10-21T22:21:11.477Z] #57 7.182 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-10-21T22:21:11.638Z] #42 81.65 DEP criu/files-reg.d [2019-10-21T22:21:11.638Z] #42 81.97 DEP criu/files-ext.d [2019-10-21T22:21:11.766Z] #57 ... [2019-10-21T22:21:11.766Z] [2019-10-21T22:21:11.766Z] #63 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:21:11.766Z] #63 0.695 + RM_GOPATH=0 [2019-10-21T22:21:11.766Z] #63 0.696 + TMP_GOPATH= [2019-10-21T22:21:11.766Z] #63 0.696 + : /build/ [2019-10-21T22:21:11.766Z] #63 0.696 + '[' -z '' ']' [2019-10-21T22:21:11.766Z] #63 0.699 ++ mktemp -d [2019-10-21T22:21:11.766Z] #63 0.715 + export GOPATH=/tmp/tmp.3CqQyjyoi5 [2019-10-21T22:21:11.766Z] #63 0.715 + GOPATH=/tmp/tmp.3CqQyjyoi5 [2019-10-21T22:21:11.766Z] #63 0.715 + RM_GOPATH=1 [2019-10-21T22:21:11.766Z] #63 0.715 ++ dirname ./install.sh [2019-10-21T22:21:11.766Z] #63 0.739 + dir=. [2019-10-21T22:21:11.766Z] #63 0.740 + bin=rootlesskit [2019-10-21T22:21:11.766Z] #63 0.743 + shift [2019-10-21T22:21:11.766Z] #63 0.743 + '[' '!' -f ./rootlesskit.installer ']' [2019-10-21T22:21:11.766Z] #63 0.752 + . ./rootlesskit.installer [2019-10-21T22:21:11.766Z] #63 0.759 ++ : 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-21T22:21:11.766Z] #63 0.780 + install_rootlesskit [2019-10-21T22:21:11.766Z] #63 0.781 + case "$1" in [2019-10-21T22:21:11.766Z] #63 0.781 + export CGO_ENABLED=0 [2019-10-21T22:21:11.766Z] #63 0.781 + CGO_ENABLED=0 [2019-10-21T22:21:11.766Z] #63 0.781 + _install_rootlesskit [2019-10-21T22:21:11.766Z] #63 0.781 + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-10-21T22:21:11.766Z] #63 0.782 Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-21T22:21:11.766Z] #63 0.783 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.3CqQyjyoi5/src/github.com/rootless-containers/rootlesskit [2019-10-21T22:21:11.766Z] #63 0.812 Cloning into '/tmp/tmp.3CqQyjyoi5/src/github.com/rootless-containers/rootlesskit'... [2019-10-21T22:21:11.766Z] #63 8.634 + cd /tmp/tmp.3CqQyjyoi5/src/github.com/rootless-containers/rootlesskit [2019-10-21T22:21:11.766Z] #63 8.634 + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-21T22:21:11.766Z] #63 9.559 + for f in rootlesskit rootlesskit-docker-proxy [2019-10-21T22:21:11.766Z] #63 9.562 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-10-21T22:21:12.054Z] #63 ... [2019-10-21T22:21:12.054Z] [2019-10-21T22:21:12.054Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:21:12.054Z] #45 11.80 container/list [2019-10-21T22:21:12.070Z] #42 82.24 DEP criu/file-lock.d [2019-10-21T22:21:12.070Z] #42 82.45 DEP criu/file-ids.d [2019-10-21T22:21:12.070Z] #42 ... [2019-10-21T22:21:12.070Z] [2019-10-21T22:21:12.070Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:21:12.070Z] #45 121.6 vendor/golang.org/x/net/idna [2019-10-21T22:21:12.070Z] #45 124.9 vendor/golang.org/x/net/http2/hpack [2019-10-21T22:21:12.070Z] #45 126.7 mime [2019-10-21T22:21:12.070Z] #45 129.1 mime/quotedprintable [2019-10-21T22:21:12.070Z] #45 129.7 net/http/internal [2019-10-21T22:21:12.593Z] #45 ... [2019-10-21T22:21:12.593Z] [2019-10-21T22:21:12.593Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:21:12.593Z] #42 82.66 DEP criu/fifo.d [2019-10-21T22:21:12.593Z] #42 82.83 DEP criu/fdstore.d [2019-10-21T22:21:13.090Z] #42 83.01 DEP criu/fault-injection.d [2019-10-21T22:21:13.090Z] #42 83.12 DEP criu/external.d [2019-10-21T22:21:13.090Z] #42 83.39 DEP criu/eventpoll.d [2019-10-21T22:21:13.566Z] #42 83.64 DEP criu/eventfd.d [2019-10-21T22:21:13.566Z] #42 83.87 DEP criu/crtools.d [2019-10-21T22:21:14.005Z] #42 84.20 DEP criu/cr-service.d [2019-10-21T22:21:14.005Z] #42 84.33 DEP criu/cr-restore.d [2019-10-21T22:21:14.184Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-10-21T22:21:14.401Z] #42 84.68 DEP criu/cr-errno.d [2019-10-21T22:21:14.401Z] #42 84.69 DEP criu/cr-dump.d [2019-10-21T22:21:14.831Z] #42 84.96 DEP criu/cr-dedup.d [2019-10-21T22:21:14.831Z] #42 85.09 DEP criu/cr-check.d [2019-10-21T22:21:15.237Z] #42 ... [2019-10-21T22:21:15.237Z] [2019-10-21T22:21:15.237Z] #48 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:21:15.237Z] #48 DONE 134.6s [2019-10-21T22:21:15.237Z] [2019-10-21T22:21:15.237Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:21:15.237Z] #42 85.41 DEP criu/config.d [2019-10-21T22:21:15.676Z] #42 85.88 DEP criu/clone-noasan.d [2019-10-21T22:21:16.115Z] #42 86.17 DEP criu/cgroup.d [2019-10-21T22:21:16.115Z] #42 86.42 DEP criu/cgroup-props.d [2019-10-21T22:21:16.505Z] #45 16.06 crypto/internal/subtle [2019-10-21T22:21:16.530Z] #42 86.62 DEP criu/bitmap.d [2019-10-21T22:21:16.530Z] #42 86.66 DEP criu/bfd.d [2019-10-21T22:21:16.530Z] #42 86.81 DEP criu/autofs.d [2019-10-21T22:21:16.952Z] #42 87.03 DEP criu/aio.d [2019-10-21T22:21:16.952Z] #42 87.29 DEP criu/action-scripts.d [2019-10-21T22:21:17.133Z] #45 16.58 crypto/subtle [2019-10-21T22:21:17.408Z] #42 87.62 CC criu/action-scripts.o [2019-10-21T22:21:17.762Z] #45 17.39 vendor/golang.org/x/crypto/cryptobyte/asn1 [2019-10-21T22:21:17.829Z] #42 88.18 CC criu/aio.o [2019-10-21T22:21:18.050Z] #45 17.80 internal/nettrace [2019-10-21T22:21:18.372Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-10-21T22:21:18.813Z] #42 88.79 CC criu/autofs.o [2019-10-21T22:21:19.079Z] #45 18.71 runtime/cgo [2019-10-21T22:21:20.412Z] #42 90.51 CC criu/bfd.o [2019-10-21T22:21:20.585Z] #45 ... [2019-10-21T22:21:20.585Z] [2019-10-21T22:21:20.585Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T22:21:20.585Z] #32 9.928 encoding [2019-10-21T22:21:20.585Z] #32 10.39 runtime [2019-10-21T22:21:20.585Z] #32 10.88 runtime/cgo [2019-10-21T22:21:20.843Z] #42 91.00 CC criu/bitmap.o [2019-10-21T22:21:20.843Z] #42 91.11 CC criu/cgroup-props.o [2019-10-21T22:21:21.284Z] #42 ... [2019-10-21T22:21:21.284Z] [2019-10-21T22:21:21.284Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T22:21:21.284Z] #18 97.00 Selecting previously unselected package mingw-w64-x86-64-dev. [2019-10-21T22:21:21.284Z] #18 97.02 Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-10-21T22:21:21.284Z] #18 97.02 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-10-21T22:21:21.284Z] #18 103.3 Selecting previously unselected package gcc-mingw-w64-base. [2019-10-21T22:21:21.284Z] #18 103.3 Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_s390x.deb ... [2019-10-21T22:21:21.284Z] #18 103.3 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-10-21T22:21:21.284Z] #18 103.4 Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-10-21T22:21:21.284Z] #18 103.4 Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_s390x.deb ... [2019-10-21T22:21:21.284Z] #18 103.4 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-21T22:21:21.650Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-10-21T22:21:21.684Z] #18 ... [2019-10-21T22:21:21.684Z] [2019-10-21T22:21:21.684Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:21:21.684Z] #42 91.98 CC criu/cgroup.o [2019-10-21T22:21:22.648Z] #32 ... [2019-10-21T22:21:22.648Z] [2019-10-21T22:21:22.648Z] #57 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-21T22:21:22.648Z] #57 22.41 Fetched 7720 kB in 21s (352 kB/s) [2019-10-21T22:21:23.585Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-10-21T22:21:24.360Z] #42 ... [2019-10-21T22:21:24.360Z] [2019-10-21T22:21:24.360Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:21:24.360Z] #45 133.6 crypto/tls [2019-10-21T22:21:24.360Z] #45 141.1 net/http [2019-10-21T22:21:24.360Z] #45 ... [2019-10-21T22:21:24.360Z] [2019-10-21T22:21:24.360Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:21:24.360Z] #42 94.75 CC criu/clone-noasan.o [2019-10-21T22:21:24.762Z] #42 94.94 CC criu/config.o [2019-10-21T22:21:24.962Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-10-21T22:21:25.610Z] #59 197.9 + bin/containerd-stress [2019-10-21T22:21:26.341Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-10-21T22:21:26.341Z] #42 96.32 CC criu/cr-check.o [2019-10-21T22:21:26.911Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-10-21T22:21:26.980Z] #59 199.7 + bin/containerd-shim [2019-10-21T22:21:27.721Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-10-21T22:21:27.980Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-10-21T22:21:28.212Z] #57 22.41 Reading package lists... [2019-10-21T22:21:28.212Z] #57 ... [2019-10-21T22:21:28.212Z] [2019-10-21T22:21:28.212Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-21T22:21:28.212Z] #39 25.28 + cd /tmp/tmp.G3Mnw2hhID/src/github.com/docker/distribution [2019-10-21T22:21:28.212Z] #39 25.29 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-10-21T22:21:28.212Z] #39 27.86 + GOPATH=/tmp/tmp.G3Mnw2hhID/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.G3Mnw2hhID go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-10-21T22:21:28.340Z] #42 98.38 CC criu/cr-dedup.o [2019-10-21T22:21:28.340Z] #42 98.77 CC criu/cr-dump.o [2019-10-21T22:21:30.191Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-10-21T22:21:30.515Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-10-21T22:21:31.009Z] #42 101.3 CC criu/cr-errno.o [2019-10-21T22:21:31.009Z] #42 101.3 CC criu/cr-restore.o [2019-10-21T22:21:31.452Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-10-21T22:21:31.720Z] #39 ... [2019-10-21T22:21:31.720Z] [2019-10-21T22:21:31.720Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:21:31.720Z] #51 30.85 + cd /tmp/tmp.pv3J5xT39N/src/github.com/golangci/golangci-lint/ [2019-10-21T22:21:31.720Z] #51 30.85 + git checkout -q v1.20.0 [2019-10-21T22:21:32.757Z] #51 32.19 ++ git describe --tags [2019-10-21T22:21:32.757Z] #51 32.21 + version=v1.20.0 [2019-10-21T22:21:32.757Z] #51 32.21 ++ git rev-parse --short HEAD [2019-10-21T22:21:32.757Z] #51 32.22 + commit=cc98739 [2019-10-21T22:21:32.757Z] #51 32.22 ++ git show -s --format=%cd [2019-10-21T22:21:32.757Z] #51 32.23 + commitDate='Tue Oct 8 14:38:32 2019 +0300' [2019-10-21T22:21:32.757Z] #51 32.23 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.20.0" -X "main.commit=cc98739" -X "main.date=Tue Oct 8 14:38:32 2019 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2019-10-21T22:21:33.357Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-10-21T22:21:33.472Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-10-21T22:21:33.531Z] #59 206.4 + bin/containerd-shim-runc-v1 [2019-10-21T22:21:33.724Z] #42 ... [2019-10-21T22:21:33.724Z] [2019-10-21T22:21:33.724Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:21:33.724Z] #45 153.1 github.com/LK4D4/vndr/godl [2019-10-21T22:21:34.288Z] #51 ... [2019-10-21T22:21:34.288Z] [2019-10-21T22:21:34.288Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-21T22:21:34.288Z] #11 24.02 Fetched 7720 kB in 23s (333 kB/s) [2019-10-21T22:21:34.288Z] #11 24.02 Reading package lists... [2019-10-21T22:21:34.288Z] #11 34.18 Reading package lists... [2019-10-21T22:21:34.288Z] #11 ... [2019-10-21T22:21:34.288Z] [2019-10-21T22:21:34.288Z] #57 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-21T22:21:34.288Z] #57 22.41 Reading package lists... [2019-10-21T22:21:34.575Z] #57 32.63 Reading package lists... [2019-10-21T22:21:34.575Z] #57 ... [2019-10-21T22:21:34.575Z] [2019-10-21T22:21:34.575Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T22:21:34.575Z] #41 24.26 Fetched 7720 kB in 23s (335 kB/s) [2019-10-21T22:21:34.575Z] #41 24.26 Reading package lists... [2019-10-21T22:21:34.575Z] #41 33.91 Reading package lists... [2019-10-21T22:21:34.575Z] #41 ... [2019-10-21T22:21:34.575Z] [2019-10-21T22:21:34.575Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-21T22:21:34.575Z] #34 24.44 Fetched 7720 kB in 23s (326 kB/s) [2019-10-21T22:21:34.575Z] #34 24.44 Reading package lists... [2019-10-21T22:21:34.792Z] #45 154.3 github.com/LK4D4/vndr [2019-10-21T22:21:34.862Z] #34 ... [2019-10-21T22:21:34.862Z] [2019-10-21T22:21:34.862Z] #69 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T22:21:34.862Z] #69 26.18 + cd /tmp/tmp.UOB6Uw6aan/src/github.com/docker/libnetwork [2019-10-21T22:21:34.862Z] #69 26.18 + git checkout -q 0025177e3dabbe0de151be0957dcaff149d43536 [2019-10-21T22:21:34.862Z] #69 27.00 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-10-21T22:21:35.149Z] #69 ... [2019-10-21T22:21:35.149Z] [2019-10-21T22:21:35.149Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-21T22:21:35.149Z] #34 34.91 Reading package lists... [2019-10-21T22:21:35.149Z] #34 ... [2019-10-21T22:21:35.149Z] [2019-10-21T22:21:35.149Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-21T22:21:35.149Z] #25 24.95 Fetched 7720 kB in 23s (326 kB/s) [2019-10-21T22:21:35.149Z] #25 24.95 Reading package lists... [2019-10-21T22:21:35.435Z] #25 ... [2019-10-21T22:21:35.435Z] [2019-10-21T22:21:35.435Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:21:35.435Z] #45 24.94 vendor/golang.org/x/crypto/internal/subtle [2019-10-21T22:21:35.722Z] #45 ... [2019-10-21T22:21:35.722Z] [2019-10-21T22:21:35.722Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-21T22:21:35.891Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-10-21T22:21:35.999Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-21T22:21:35.999Z] Using test binary docker [2019-10-21T22:21:35.999Z] +++ /etc/init.d/apparmor start [2019-10-21T22:21:35.999Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-21T22:21:36.258Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-21T22:21:36.258Z] Warning failed to create cache: (null) [2019-10-21T22:21:36.258Z] . [2019-10-21T22:21:36.258Z] Starting dockerd [2019-10-21T22:21:36.258Z] +++ 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-21T22:21:36.258Z] INFO: Waiting for daemon to start... [2019-10-21T22:21:36.809Z] #59 209.6 + bin/containerd-shim-runc-v2 [2019-10-21T22:21:37.741Z] #59 210.5 + binaries [2019-10-21T22:21:37.741Z] #59 210.5 + mkdir -p /build [2019-10-21T22:21:37.741Z] #59 210.5 + cp bin/containerd /build/containerd [2019-10-21T22:21:37.741Z] #59 210.5 + cp bin/containerd-shim /build/containerd-shim [2019-10-21T22:21:37.741Z] #59 210.5 + cp bin/ctr /build/ctr [2019-10-21T22:21:37.997Z] #59 DONE 211.0s [2019-10-21T22:21:38.425Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-10-21T22:21:38.785Z] . [2019-10-21T22:21:38.785Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-21T22:21:38.785Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-21T22:21:38.785Z] Error: No such image: emptyfs [2019-10-21T22:21:38.785Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-21T22:21:38.785Z] ++++ docker load [2019-10-21T22:21:38.785Z] Running integration-test (iteration 1) [2019-10-21T22:21:38.785Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2019-10-21T22:21:38.785Z] ++ 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-21T22:21:38.785Z] ++ set -e [2019-10-21T22:21:38.785Z] ++ '[' -n 0 ']' [2019-10-21T22:21:38.785Z] ++ set -x [2019-10-21T22:21:38.785Z] ++ env -i DEST=/go/src/github.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-21T22:21:38.929Z] [2019-10-21T22:21:38.929Z] #60 [dev 20/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-10-21T22:21:39.185Z] #60 DONE 0.3s [2019-10-21T22:21:39.185Z] [2019-10-21T22:21:39.185Z] #64 [dev 21/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-10-21T22:21:39.185Z] #64 DONE 0.1s [2019-10-21T22:21:39.363Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-10-21T22:21:39.442Z] [2019-10-21T22:21:39.442Z] #66 [dev 22/24] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2019-10-21T22:21:39.698Z] #66 DONE 0.2s [2019-10-21T22:21:39.698Z] [2019-10-21T22:21:39.698Z] #69 [dev 23/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-10-21T22:21:39.698Z] #69 DONE 0.2s [2019-10-21T22:21:39.698Z] [2019-10-21T22:21:39.698Z] #70 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-10-21T22:21:39.698Z] #70 DONE 0.0s [2019-10-21T22:21:39.955Z] [2019-10-21T22:21:39.955Z] #71 [src 1/1] COPY . /go/src/github.com/docker/docker [2019-10-21T22:21:40.170Z] #45 ... [2019-10-21T22:21:40.170Z] [2019-10-21T22:21:40.170Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:21:40.170Z] #42 105.8 CC criu/cr-service.o [2019-10-21T22:21:40.170Z] #42 107.2 CC criu/crtools.o [2019-10-21T22:21:40.170Z] #42 107.6 CC criu/eventfd.o [2019-10-21T22:21:40.170Z] #42 107.9 CC criu/eventpoll.o [2019-10-21T22:21:40.170Z] #42 108.8 CC criu/external.o [2019-10-21T22:21:40.170Z] #42 109.1 CC criu/fault-injection.o [2019-10-21T22:21:40.170Z] #42 109.2 CC criu/fdstore.o [2019-10-21T22:21:40.170Z] #42 109.6 CC criu/fifo.o [2019-10-21T22:21:40.170Z] #42 110.0 CC criu/file-ids.o [2019-10-21T22:21:40.170Z] #42 110.2 CC criu/file-lock.o [2019-10-21T22:21:40.518Z] #71 DONE 0.9s [2019-10-21T22:21:40.774Z] [2019-10-21T22:21:40.774Z] #72 exporting to image [2019-10-21T22:21:40.774Z] #72 exporting layers [2019-10-21T22:21:41.016Z] #42 111.2 CC criu/files-ext.o [2019-10-21T22:21:41.444Z] #42 111.6 CC criu/files-reg.o [2019-10-21T22:21:41.899Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-10-21T22:21:42.582Z] #25 35.53 Reading package lists... [2019-10-21T22:21:42.582Z] #25 ... [2019-10-21T22:21:42.582Z] [2019-10-21T22:21:42.582Z] #57 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-21T22:21:42.582Z] #57 32.63 Reading package lists... [2019-10-21T22:21:43.275Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-10-21T22:21:44.109Z] #57 41.89 Building dependency tree... [2019-10-21T22:21:44.163Z] #42 114.0 CC criu/files.o [2019-10-21T22:21:44.219Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-10-21T22:21:45.013Z] #42 ... [2019-10-21T22:21:45.013Z] [2019-10-21T22:21:45.013Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:21:45.013Z] #45 DONE 164.2s [2019-10-21T22:21:45.013Z] [2019-10-21T22:21:45.013Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T22:21:45.013Z] #18 120.8 Selecting previously unselected package g++-mingw-w64-x86-64. [2019-10-21T22:21:45.013Z] #18 120.8 Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_s390x.deb ... [2019-10-21T22:21:45.013Z] #18 120.8 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-21T22:21:45.155Z] #57 44.94 The following additional packages will be installed: [2019-10-21T22:21:45.155Z] #57 44.94 btrfs-progs liblzo2-2 [2019-10-21T22:21:45.573Z] Running on azwin-2-9645f0 in d:\jenkins\workspace\moby_PR-40115 [Pipeline] { [Pipeline] ws [2019-10-21T22:21:45.590Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [2019-10-21T22:21:45.597Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-21T22:21:45.597Z] Using test binary docker [Pipeline] checkout [2019-10-21T22:21:45.785Z] #57 45.45 The following NEW packages will be installed: [2019-10-21T22:21:45.785Z] #57 45.47 btrfs-progs btrfs-tools liblzo2-2 [2019-10-21T22:21:45.856Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-10-21T22:21:45.856Z] +++ /etc/init.d/apparmor start [2019-10-21T22:21:45.856Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-21T22:21:45.856Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-21T22:21:45.856Z] Warning failed to create cache: (null) [2019-10-21T22:21:45.856Z] . [2019-10-21T22:21:45.856Z] Starting dockerd [2019-10-21T22:21:45.856Z] INFO: Waiting for daemon to start... [2019-10-21T22:21:45.856Z] +++ 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-21T22:21:45.904Z] using credential docker-jenkins-github-credentials [2019-10-21T22:21:45.981Z] Cloning the remote Git repository [2019-10-21T22:21:45.981Z] Cloning with configured refspecs honoured and without tags [2019-10-21T22:21:46.090Z] #57 45.68 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2019-10-21T22:21:46.090Z] #57 45.68 Need to get 588 kB of archives. [2019-10-21T22:21:46.090Z] #57 45.68 After this operation, 5005 kB of additional disk space will be used. [2019-10-21T22:21:46.090Z] #57 45.68 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-21T22:21:46.090Z] #57 45.72 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-progs ppc64el 4.7.3-1 [520 kB] [2019-10-21T22:21:46.090Z] #57 45.85 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-tools ppc64el 4.7.3-1 [16.9 kB] [2019-10-21T22:21:46.371Z] #18 ... [2019-10-21T22:21:46.371Z] [2019-10-21T22:21:46.371Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:21:46.371Z] #42 116.4 CC criu/filesystems.o [2019-10-21T22:21:46.011Z] Cloning repository https://github.com/moby/moby.git [2019-10-21T22:21:46.012Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2019-10-21T22:21:46.086Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-21T22:21:46.087Z] > git --version # timeout=10 [2019-10-21T22:21:46.141Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-21T22:21:46.143Z] > git fetch --no-tags --force --progress https://github.com/moby/moby.git +refs/pull/40115/head:refs/remotes/origin/PR-40115 +refs/heads/master:refs/remotes/origin/master [2019-10-21T22:21:46.780Z] #42 117.0 CC criu/fsnotify.o [2019-10-21T22:21:47.320Z] #72 exporting layers 6.4s done [2019-10-21T22:21:47.320Z] #72 writing image sha256:c2c9f458c9e8aa5a9882503f05cd7982e1f36b16ff7bbc77054bdcf756aece75 done [2019-10-21T22:21:47.320Z] #72 naming to docker.io/library/docker:3ddb4100a052aa556e78fefdf955cf0b7c374d43 done [2019-10-21T22:21:47.320Z] #72 DONE 6.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2019-10-21T22:21:47.594Z] #57 47.37 debconf: delaying package configuration, since apt-utils is not installed [2019-10-21T22:21:47.647Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40115/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40115/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3ddb4100a052aa556e78fefdf955cf0b7c374d43 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3ddb4100a052aa556e78fefdf955cf0b7c374d43 hack/validate/default [2019-10-21T22:21:47.671Z] #42 118.1 CC criu/image-desc.o [2019-10-21T22:21:47.884Z] #57 47.59 Fetched 588 kB in 0s (2209 kB/s) [2019-10-21T22:21:47.884Z] #57 47.82 Selecting previously unselected package liblzo2-2:ppc64el. [2019-10-21T22:21:48.092Z] #42 118.4 CC criu/image.o [2019-10-21T22:21:48.174Z] #57 47.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 ... 14950 files and directories currently installed.) [2019-10-21T22:21:48.174Z] #57 47.98 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-10-21T22:21:48.174Z] #57 48.00 Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-21T22:21:48.385Z] . [2019-10-21T22:21:48.385Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-21T22:21:48.385Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-21T22:21:48.385Z] Error: No such image: emptyfs [2019-10-21T22:21:48.385Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-21T22:21:48.385Z] ++++ docker load [2019-10-21T22:21:48.385Z] Running integration-test (iteration 1) [2019-10-21T22:21:48.385Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2019-10-21T22:21:48.385Z] ++ 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-21T22:21:48.385Z] ++ set -e [2019-10-21T22:21:48.385Z] ++ '[' -n 0 ']' [2019-10-21T22:21:48.385Z] ++ set -x [2019-10-21T22:21:48.385Z] ++ env -i DEST=/go/src/github.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-21T22:21:48.468Z] #57 48.33 Selecting previously unselected package btrfs-progs. [2019-10-21T22:21:48.468Z] #57 48.34 Preparing to unpack .../btrfs-progs_4.7.3-1_ppc64el.deb ... [2019-10-21T22:21:48.468Z] #57 48.35 Unpacking btrfs-progs (4.7.3-1) ... [2019-10-21T22:21:48.579Z] Congratulations! All commits are properly signed with the DCO! [2019-10-21T22:21:48.579Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2019-10-21T22:21:48.579Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2019-10-21T22:21:49.588Z] #42 119.8 CC criu/ipc_ns.o [2019-10-21T22:21:49.987Z] #57 49.71 Selecting previously unselected package btrfs-tools. [2019-10-21T22:21:49.987Z] #57 49.74 Preparing to unpack .../btrfs-tools_4.7.3-1_ppc64el.deb ... [2019-10-21T22:21:49.987Z] #57 49.75 Unpacking btrfs-tools (4.7.3-1) ... [2019-10-21T22:21:50.289Z] #57 49.95 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T22:21:50.444Z] #42 120.9 CC criu/irmap.o [2019-10-21T22:21:50.581Z] #57 50.16 Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-21T22:21:50.581Z] #57 50.17 Setting up btrfs-progs (4.7.3-1) ... [2019-10-21T22:21:50.581Z] #57 50.18 Setting up btrfs-tools (4.7.3-1) ... [2019-10-21T22:21:50.581Z] #57 50.19 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T22:21:50.581Z] #57 DONE 50.4s [2019-10-21T22:21:50.581Z] [2019-10-21T22:21:50.581Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-21T22:21:50.581Z] #11 34.18 Reading package lists... [2019-10-21T22:21:50.581Z] #11 45.24 Building dependency tree... [2019-10-21T22:21:50.581Z] #11 48.29 The following additional packages will be installed: [2019-10-21T22:21:50.581Z] #11 48.30 libapparmor1 libseccomp2 [2019-10-21T22:21:50.581Z] #11 48.31 Suggested packages: [2019-10-21T22:21:50.581Z] #11 48.32 seccomp [2019-10-21T22:21:50.581Z] #11 48.91 The following NEW packages will be installed: [2019-10-21T22:21:50.581Z] #11 48.93 libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-10-21T22:21:50.581Z] #11 49.11 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded. [2019-10-21T22:21:50.581Z] #11 49.11 Need to get 296 kB of archives. [2019-10-21T22:21:50.581Z] #11 49.11 After this operation, 1346 kB of additional disk space will be used. [2019-10-21T22:21:50.581Z] #11 49.11 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-21T22:21:50.581Z] #11 49.14 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-21T22:21:50.581Z] #11 49.17 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor1 ppc64el 2.11.0-3+deb9u2 [77.1 kB] [2019-10-21T22:21:50.581Z] #11 49.17 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor-dev ppc64el 2.11.0-3+deb9u2 [118 kB] [2019-10-21T22:21:50.581Z] #11 ... [2019-10-21T22:21:50.581Z] [2019-10-21T22:21:50.581Z] #58 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-21T22:21:50.581Z] #58 DONE 0.1s [2019-10-21T22:21:50.581Z] [2019-10-21T22:21:50.581Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-21T22:21:50.581Z] #34 34.91 Reading package lists... [2019-10-21T22:21:50.581Z] #34 45.54 Building dependency tree... [2019-10-21T22:21:50.581Z] #34 48.80 The following additional packages will be installed: [2019-10-21T22:21:50.581Z] #34 48.81 cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-10-21T22:21:50.581Z] #34 48.83 Suggested packages: [2019-10-21T22:21:50.581Z] #34 48.83 codeblocks eclipse ninja-build lrzip [2019-10-21T22:21:50.581Z] #34 48.83 Recommended packages: [2019-10-21T22:21:50.581Z] #34 48.83 xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-10-21T22:21:50.581Z] #34 50.38 The following NEW packages will be installed: [2019-10-21T22:21:50.581Z] #34 50.40 cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-10-21T22:21:50.581Z] #34 50.40 vim-common xxd [2019-10-21T22:21:50.891Z] #34 ... [2019-10-21T22:21:50.891Z] [2019-10-21T22:21:50.891Z] #59 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-10-21T22:21:50.891Z] #59 DONE 0.1s [2019-10-21T22:21:50.891Z] [2019-10-21T22:21:50.891Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:21:51.181Z] #60 0.352 + RM_GOPATH=0 [2019-10-21T22:21:51.181Z] #60 0.353 + TMP_GOPATH= [2019-10-21T22:21:51.181Z] #60 0.354 + : /build [2019-10-21T22:21:51.181Z] #60 0.355 + '[' -z '' ']' [2019-10-21T22:21:51.181Z] #60 0.363 ++ mktemp -d [2019-10-21T22:21:51.181Z] #60 0.372 + export GOPATH=/tmp/tmp.sY89zm0fdS [2019-10-21T22:21:51.181Z] #60 0.377 + GOPATH=/tmp/tmp.sY89zm0fdS [2019-10-21T22:21:51.181Z] #60 0.379 + RM_GOPATH=1 [2019-10-21T22:21:51.181Z] #60 0.382 ++ dirname ./install.sh [2019-10-21T22:21:51.181Z] #60 0.394 + dir=. [2019-10-21T22:21:51.181Z] #60 0.394 + bin=containerd [2019-10-21T22:21:51.181Z] #60 0.394 + shift [2019-10-21T22:21:51.181Z] #60 0.395 + '[' '!' -f ./containerd.installer ']' [2019-10-21T22:21:51.181Z] #60 0.396 + . ./containerd.installer [2019-10-21T22:21:51.181Z] #60 0.398 ++ : 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-21T22:21:51.181Z] #60 0.399 + install_containerd [2019-10-21T22:21:51.181Z] #60 0.400 + echo 'Install containerd version 36cf5b690dcc00ff0f34ff7799209050c3d0c59a' [2019-10-21T22:21:51.181Z] #60 0.400 Install containerd version 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-21T22:21:51.181Z] #60 0.400 + git clone https://github.com/containerd/containerd.git /tmp/tmp.sY89zm0fdS/src/github.com/containerd/containerd [2019-10-21T22:21:51.181Z] #60 0.415 Cloning into '/tmp/tmp.sY89zm0fdS/src/github.com/containerd/containerd'... [2019-10-21T22:21:51.334Z] #42 121.4 CC criu/kcmp-ids.o [2019-10-21T22:21:51.772Z] #42 121.9 CC criu/kerndat.o [2019-10-21T22:21:51.772Z] #42 ... [2019-10-21T22:21:51.772Z] [2019-10-21T22:21:51.772Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T22:21:51.772Z] #18 132.7 Setting up aufs-tools (1:4.1+20161219-1) ... [2019-10-21T22:21:51.772Z] #18 132.7 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-10-21T22:21:51.772Z] #18 132.8 Setting up libsepol1-dev:s390x (2.6-2) ... [2019-10-21T22:21:51.772Z] #18 132.8 Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-10-21T22:21:51.772Z] #18 132.8 Setting up libnet1:s390x (1.1.6+dfsg-3) ... [2019-10-21T22:21:51.772Z] #18 132.8 Setting up libip4tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-10-21T22:21:51.772Z] #18 132.8 Processing triggers for mime-support (3.60) ... [2019-10-21T22:21:51.772Z] #18 132.8 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-10-21T22:21:51.772Z] #18 132.8 Setting up libgpm2:s390x (1.20.4-6.2+b1) ... [2019-10-21T22:21:51.772Z] #18 132.8 Setting up libcap2-bin (1:2.25-1) ... [2019-10-21T22:21:51.772Z] #18 132.9 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-10-21T22:21:51.772Z] #18 132.9 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-10-21T22:21:51.772Z] #18 132.9 Setting up bash-completion (1:2.1-4.3) ... [2019-10-21T22:21:51.772Z] #18 135.7 Setting up libonig4:s390x (6.1.3-2) ... [2019-10-21T22:21:51.772Z] #18 135.7 Setting up libprotobuf-c1:s390x (1.2.1-2) ... [2019-10-21T22:21:51.772Z] #18 135.7 Setting up zip (3.0-11+b1) ... [2019-10-21T22:21:51.772Z] #18 135.7 Setting up bzip2 (1.0.6-8.1) ... [2019-10-21T22:21:51.772Z] #18 135.7 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-10-21T22:21:51.772Z] #18 135.7 Setting up libjq1:s390x (1.5+dfsg-1.3) ... [2019-10-21T22:21:51.772Z] #18 135.7 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T22:21:51.772Z] #18 135.7 Setting up libaio1:s390x (0.3.110-3) ... [2019-10-21T22:21:51.772Z] #18 135.8 Setting up libxtables12:s390x (1.6.0+snapshot20161117-6) ... [2019-10-21T22:21:51.772Z] #18 135.8 Setting up xz-utils (5.2.2-1.2+b1) ... [2019-10-21T22:21:51.772Z] #18 135.8 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-10-21T22:21:51.772Z] #18 135.8 Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-10-21T22:21:51.772Z] #18 135.8 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-21T22:21:51.772Z] #18 135.8 Setting up libpcrecpp0v5:s390x (2:8.39-3) ... [2019-10-21T22:21:51.772Z] #18 135.9 Setting up libpcre32-3:s390x (2:8.39-3) ... [2019-10-21T22:21:51.772Z] #18 135.9 Setting up libnfnetlink0:s390x (1.0.1-3) ... [2019-10-21T22:21:51.772Z] #18 135.9 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-10-21T22:21:51.772Z] #18 136.1 Setting up libsystemd-dev:s390x (232-25+deb9u12) ... [2019-10-21T22:21:51.772Z] #18 136.1 Setting up libpcre16-3:s390x (2:8.39-3) ... [2019-10-21T22:21:51.772Z] #18 136.1 Setting up libreadline5:s390x (5.2+dfsg-3+b1) ... [2019-10-21T22:21:51.772Z] #18 136.2 Setting up libnl-3-200:s390x (3.2.27-2) ... [2019-10-21T22:21:51.772Z] #18 136.2 Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-10-21T22:21:51.772Z] #18 136.2 Setting up libudev-dev:s390x (232-25+deb9u12) ... [2019-10-21T22:21:51.772Z] #18 136.2 Setting up pigz (2.3.4-1) ... [2019-10-21T22:21:51.772Z] #18 136.2 Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-10-21T22:21:51.772Z] #18 136.2 Setting up libmpdec2:s390x (2.4.2-1) ... [2019-10-21T22:21:51.772Z] #18 136.2 Setting up libip6tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-10-21T22:21:51.772Z] #18 136.2 Setting up mingw-w64-common (5.0.1-1) ... [2019-10-21T22:21:51.772Z] #18 136.3 Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-10-21T22:21:51.772Z] #18 136.3 Setting up jq (1.5+dfsg-1.3) ... [2019-10-21T22:21:51.772Z] #18 136.3 Setting up libpcre3-dev:s390x (2:8.39-3) ... [2019-10-21T22:21:51.772Z] #18 136.3 Setting up libnetfilter-conntrack3:s390x (1.0.6-2) ... [2019-10-21T22:21:51.772Z] #18 136.3 Setting up xfsprogs (4.9.0+nmu1) ... [2019-10-21T22:21:51.772Z] #18 136.3 Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-10-21T22:21:51.772Z] #18 136.3 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-10-21T22:21:51.772Z] #18 136.3 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-10-21T22:21:51.772Z] #18 136.3 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-10-21T22:21:51.772Z] #18 136.3 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-10-21T22:21:51.772Z] #18 136.3 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-10-21T22:21:51.772Z] #18 136.3 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-10-21T22:21:51.772Z] #18 136.3 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-10-21T22:21:51.772Z] #18 136.4 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-10-21T22:21:51.772Z] #18 136.4 Setting up libpython3.5-stdlib:s390x (3.5.3-1+deb9u1) ... [2019-10-21T22:21:51.772Z] #18 136.4 Setting up libiptc0:s390x (1.6.0+snapshot20161117-6) ... [2019-10-21T22:21:51.772Z] #18 136.4 Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-10-21T22:21:51.772Z] #18 136.4 Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-10-21T22:21:51.772Z] #18 136.4 Setting up btrfs-progs (4.7.3-1) ... [2019-10-21T22:21:51.772Z] #18 136.4 Setting up libselinux1-dev:s390x (2.6-3+b3) ... [2019-10-21T22:21:51.772Z] #18 136.4 Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-10-21T22:21:52.640Z] #18 ... [2019-10-21T22:21:52.640Z] [2019-10-21T22:21:52.640Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:21:52.640Z] #42 123.1 CC criu/libnetlink.o [2019-10-21T22:21:53.244Z] #60 ... [2019-10-21T22:21:53.244Z] [2019-10-21T22:21:53.244Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-21T22:21:53.244Z] #11 50.83 debconf: delaying package configuration, since apt-utils is not installed [2019-10-21T22:21:53.244Z] #11 51.21 Fetched 296 kB in 0s (1849 kB/s) [2019-10-21T22:21:53.244Z] #11 51.40 Selecting previously unselected package libseccomp2:ppc64el. [2019-10-21T22:21:53.244Z] #11 51.40 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14950 files and directories currently installed.) [2019-10-21T22:21:53.244Z] #11 51.50 Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_ppc64el.deb ... [2019-10-21T22:21:53.244Z] #11 51.51 Unpacking libseccomp2:ppc64el (2.3.1-2.1+deb9u1) ... [2019-10-21T22:21:53.244Z] #11 51.64 Selecting previously unselected package libseccomp-dev:ppc64el. [2019-10-21T22:21:53.244Z] #11 51.64 Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_ppc64el.deb ... [2019-10-21T22:21:53.244Z] #11 51.65 Unpacking libseccomp-dev:ppc64el (2.3.1-2.1+deb9u1) ... [2019-10-21T22:21:53.244Z] #11 51.91 Selecting previously unselected package libapparmor1:ppc64el. [2019-10-21T22:21:53.244Z] #11 51.92 Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_ppc64el.deb ... [2019-10-21T22:21:53.244Z] #11 51.93 Unpacking libapparmor1:ppc64el (2.11.0-3+deb9u2) ... [2019-10-21T22:21:53.244Z] #11 52.17 Selecting previously unselected package libapparmor-dev:ppc64el. [2019-10-21T22:21:53.244Z] #11 52.20 Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_ppc64el.deb ... [2019-10-21T22:21:53.244Z] #11 52.23 Unpacking libapparmor-dev:ppc64el (2.11.0-3+deb9u2) ... [2019-10-21T22:21:53.244Z] #11 52.60 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T22:21:53.244Z] #11 52.76 Setting up libseccomp2:ppc64el (2.3.1-2.1+deb9u1) ... [2019-10-21T22:21:53.244Z] #11 52.77 Setting up libapparmor1:ppc64el (2.11.0-3+deb9u2) ... [2019-10-21T22:21:53.244Z] #11 52.77 Setting up libseccomp-dev:ppc64el (2.3.1-2.1+deb9u1) ... [2019-10-21T22:21:53.244Z] #11 52.79 Setting up libapparmor-dev:ppc64el (2.11.0-3+deb9u2) ... [2019-10-21T22:21:53.244Z] #11 52.81 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T22:21:53.244Z] #11 DONE 53.1s [2019-10-21T22:21:53.244Z] [2019-10-21T22:21:53.244Z] #53 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-21T22:21:53.244Z] #53 DONE 0.1s [2019-10-21T22:21:53.507Z] #42 123.6 CC criu/log.o [2019-10-21T22:21:53.533Z] [2019-10-21T22:21:53.533Z] #54 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-10-21T22:21:53.533Z] #54 DONE 0.1s [2019-10-21T22:21:53.533Z] [2019-10-21T22:21:53.533Z] #55 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:21:53.956Z] #55 0.415 + RM_GOPATH=0 [2019-10-21T22:21:53.956Z] #55 0.415 + TMP_GOPATH= [2019-10-21T22:21:53.956Z] #55 0.415 + : /build [2019-10-21T22:21:53.956Z] #55 0.415 + '[' -z '' ']' [2019-10-21T22:21:53.956Z] #55 0.418 ++ mktemp -d [2019-10-21T22:21:53.956Z] #55 0.430 + export GOPATH=/tmp/tmp.aKw8C0tovZ [2019-10-21T22:21:53.956Z] #55 0.431 + GOPATH=/tmp/tmp.aKw8C0tovZ [2019-10-21T22:21:53.956Z] #55 0.431 + RM_GOPATH=1 [2019-10-21T22:21:53.956Z] #55 0.434 ++ dirname ./install.sh [2019-10-21T22:21:53.956Z] #55 0.439 + dir=. [2019-10-21T22:21:53.956Z] #55 0.439 + bin=runc [2019-10-21T22:21:53.956Z] #55 0.440 + shift [2019-10-21T22:21:53.956Z] #55 0.440 + '[' '!' -f ./runc.installer ']' [2019-10-21T22:21:53.956Z] #55 0.440 + . ./runc.installer [2019-10-21T22:21:53.956Z] #55 0.440 ++ : 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-10-21T22:21:53.956Z] #55 0.441 + install_runc [2019-10-21T22:21:53.956Z] #55 0.442 + grep -q '^3\.10\.0.*\.el7\.' [2019-10-21T22:21:53.956Z] #55 0.442 + uname -r [2019-10-21T22:21:53.956Z] #55 0.474 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-10-21T22:21:53.956Z] #55 0.474 + echo 'Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux )' [2019-10-21T22:21:53.956Z] #55 0.475 Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux ) [2019-10-21T22:21:53.956Z] #55 0.475 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.aKw8C0tovZ/src/github.com/opencontainers/runc [2019-10-21T22:21:53.956Z] #55 0.504 Cloning into '/tmp/tmp.aKw8C0tovZ/src/github.com/opencontainers/runc'... [2019-10-21T22:21:54.030Z] #42 124.1 CC criu/lsm.o [2019-10-21T22:21:54.250Z] #55 ... [2019-10-21T22:21:54.250Z] [2019-10-21T22:21:54.250Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T22:21:54.250Z] #41 33.91 Reading package lists... [2019-10-21T22:21:54.250Z] #41 44.37 Building dependency tree... [2019-10-21T22:21:54.250Z] #41 47.90 The following additional packages will be installed: [2019-10-21T22:21:54.250Z] #41 47.90 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-10-21T22:21:54.250Z] #41 47.92 libprotoc10 python-pkg-resources zlib1g-dev [2019-10-21T22:21:54.250Z] #41 47.93 Suggested packages: [2019-10-21T22:21:54.250Z] #41 47.94 manpages-dev python-setuptools [2019-10-21T22:21:54.250Z] #41 51.03 The following NEW packages will be installed: [2019-10-21T22:21:54.250Z] #41 51.03 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-10-21T22:21:54.250Z] #41 51.04 libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-10-21T22:21:54.250Z] #41 51.04 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-10-21T22:21:54.250Z] #41 51.04 zlib1g-dev [2019-10-21T22:21:54.250Z] #41 51.27 0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded. [2019-10-21T22:21:54.250Z] #41 51.27 Need to get 3548 kB of archives. [2019-10-21T22:21:54.250Z] #41 51.27 After this operation, 21.2 MB of additional disk space will be used. [2019-10-21T22:21:54.250Z] #41 51.27 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3 [57.6 kB] [2019-10-21T22:21:54.250Z] #41 51.31 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libcap-dev ppc64el 1:2.25-1 [29.7 kB] [2019-10-21T22:21:54.250Z] #41 51.32 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3 [117 kB] [2019-10-21T22:21:54.250Z] #41 51.36 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-21T22:21:54.250Z] #41 51.37 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-21T22:21:54.250Z] #41 51.40 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c1 ppc64el 1.2.1-2 [24.6 kB] [2019-10-21T22:21:54.250Z] #41 51.42 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-21T22:21:54.250Z] #41 51.43 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-21T22:21:54.250Z] #41 51.49 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf10 ppc64el 3.0.0-9 [658 kB] [2019-10-21T22:21:54.250Z] #41 51.66 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-lite10 ppc64el 3.0.0-9 [124 kB] [2019-10-21T22:21:54.250Z] #41 51.69 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-dev ppc64el 3.0.0-9 [974 kB] [2019-10-21T22:21:54.250Z] #41 51.90 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotoc10 ppc64el 3.0.0-9 [589 kB] [2019-10-21T22:21:54.250Z] #41 52.02 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-21T22:21:54.250Z] #41 52.04 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el protobuf-compiler ppc64el 3.0.0-9 [53.0 kB] [2019-10-21T22:21:54.250Z] #41 52.06 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-pkg-resources all 33.1.1-1 [166 kB] [2019-10-21T22:21:54.250Z] #41 52.08 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-protobuf ppc64el 3.0.0-9 [291 kB] [2019-10-21T22:21:54.250Z] #41 53.99 debconf: delaying package configuration, since apt-utils is not installed [2019-10-21T22:21:54.429Z] #42 124.5 CC criu/mem.o [2019-10-21T22:21:54.538Z] #41 ... [2019-10-21T22:21:54.538Z] [2019-10-21T22:21:54.538Z] #12 [dev 1/24] RUN groupadd -r docker [2019-10-21T22:21:54.538Z] #12 DONE 1.0s [2019-10-21T22:21:54.538Z] [2019-10-21T22:21:54.538Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T22:21:54.538Z] #41 54.16 Fetched 3548 kB in 0s (3835 kB/s) [2019-10-21T22:21:54.538Z] #41 ... [2019-10-21T22:21:54.538Z] [2019-10-21T22:21:54.538Z] #13 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-10-21T22:21:54.828Z] #13 DONE 0.5s [2019-10-21T22:21:54.828Z] [2019-10-21T22:21:54.828Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T22:21:54.828Z] #41 54.37 Selecting previously unselected package libnet1:ppc64el. [2019-10-21T22:21:54.828Z] #41 54.37 (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-21T22:21:54.828Z] #41 54.49 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_ppc64el.deb ... [2019-10-21T22:21:54.828Z] #41 54.49 Unpacking libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-10-21T22:21:54.828Z] #41 54.82 Selecting previously unselected package libcap-dev:ppc64el. [2019-10-21T22:21:55.122Z] #41 54.85 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_ppc64el.deb ... [2019-10-21T22:21:55.122Z] #41 54.85 Unpacking libcap-dev:ppc64el (1:2.25-1) ... [2019-10-21T22:21:55.122Z] #41 55.06 Selecting previously unselected package libnet1-dev. [2019-10-21T22:21:55.122Z] #41 55.08 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_ppc64el.deb ... [2019-10-21T22:21:55.416Z] #41 55.08 Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-10-21T22:21:55.416Z] #41 ... [2019-10-21T22:21:55.416Z] [2019-10-21T22:21:55.416Z] #14 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-10-21T22:21:55.416Z] #14 0.453 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-10-21T22:21:55.416Z] #14 DONE 0.6s [2019-10-21T22:21:55.707Z] [2019-10-21T22:21:55.707Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T22:21:55.707Z] #41 55.41 Selecting previously unselected package libnl-3-200:ppc64el. [2019-10-21T22:21:55.707Z] #41 55.43 Preparing to unpack .../03-libnl-3-200_3.2.27-2_ppc64el.deb ... [2019-10-21T22:21:55.707Z] #41 55.44 Unpacking libnl-3-200:ppc64el (3.2.27-2) ... [2019-10-21T22:21:55.707Z] #41 55.67 Selecting previously unselected package libnl-3-dev:ppc64el. [2019-10-21T22:21:55.707Z] #41 55.67 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_ppc64el.deb ... [2019-10-21T22:21:55.707Z] #41 55.68 Unpacking libnl-3-dev:ppc64el (3.2.27-2) ... [2019-10-21T22:21:55.997Z] #41 ... [2019-10-21T22:21:55.997Z] [2019-10-21T22:21:55.997Z] #15 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-10-21T22:21:55.997Z] #15 DONE 0.5s [2019-10-21T22:21:55.997Z] [2019-10-21T22:21:55.997Z] #16 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-10-21T22:21:56.294Z] #16 DONE 0.5s [2019-10-21T22:21:56.294Z] [2019-10-21T22:21:56.294Z] #17 [dev 6/24] RUN ldconfig [2019-10-21T22:21:56.496Z] #42 126.6 CC criu/mount.o [2019-10-21T22:21:56.924Z] #17 DONE 0.7s [2019-10-21T22:21:56.924Z] [2019-10-21T22:21:56.924Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T22:21:57.366Z] #42 ... [2019-10-21T22:21:57.366Z] [2019-10-21T22:21:57.366Z] #29 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-21T22:21:57.366Z] #29 176.6 + rm -rf /tmp/tmp.PxXc0FnYbI [2019-10-21T22:21:57.366Z] #29 DONE 177.0s [2019-10-21T22:21:57.366Z] [2019-10-21T22:21:57.366Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T22:21:57.366Z] #18 140.6 Setting up libpython3-stdlib:s390x (3.5.3-1) ... [2019-10-21T22:21:57.366Z] #18 140.6 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-21T22:21:57.366Z] #18 140.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-10-21T22:21:57.366Z] #18 140.6 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-posix (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-10-21T22:21:57.366Z] #18 140.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-10-21T22:21:57.366Z] #18 140.7 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-21T22:21:57.366Z] #18 140.7 Setting up btrfs-tools (4.7.3-1) ... [2019-10-21T22:21:57.366Z] #18 140.7 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-21T22:21:57.366Z] #18 140.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-10-21T22:21:57.366Z] #18 140.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-10-21T22:21:57.366Z] #18 140.7 Setting up python3 (3.5.3-1) ... [2019-10-21T22:21:57.366Z] #18 142.5 Setting up apparmor (2.11.0-3+deb9u2) ... [2019-10-21T22:21:57.987Z] #18 0.744 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-21T22:21:57.987Z] #18 0.757 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-21T22:21:57.987Z] #18 ... [2019-10-21T22:21:57.987Z] [2019-10-21T22:21:57.987Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-21T22:21:57.987Z] #25 35.53 Reading package lists... [2019-10-21T22:21:57.987Z] #25 48.39 Building dependency tree... [2019-10-21T22:21:57.987Z] #25 52.31 ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-10-21T22:21:57.987Z] #25 52.31 The following additional packages will be installed: [2019-10-21T22:21:57.987Z] #25 52.32 libjq1 libonig4 [2019-10-21T22:21:57.987Z] #25 52.71 The following NEW packages will be installed: [2019-10-21T22:21:57.987Z] #25 52.72 jq libjq1 libonig4 [2019-10-21T22:21:57.987Z] #25 52.92 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2019-10-21T22:21:57.987Z] #25 52.92 Need to get 310 kB of archives. [2019-10-21T22:21:57.987Z] #25 52.92 After this operation, 1267 kB of additional disk space will be used. [2019-10-21T22:21:57.987Z] #25 52.92 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libonig4 ppc64el 6.1.3-2 [140 kB] [2019-10-21T22:21:57.987Z] #25 52.98 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjq1 ppc64el 1.5+dfsg-1.3 [111 kB] [2019-10-21T22:21:57.987Z] #25 53.01 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el jq ppc64el 1.5+dfsg-1.3 [58.9 kB] [2019-10-21T22:21:57.987Z] #25 55.24 debconf: delaying package configuration, since apt-utils is not installed [2019-10-21T22:21:57.987Z] #25 55.49 Fetched 310 kB in 0s (1833 kB/s) [2019-10-21T22:21:57.987Z] #25 55.61 Selecting previously unselected package libonig4:ppc64el. [2019-10-21T22:21:57.987Z] #25 55.61 (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-21T22:21:57.987Z] #25 55.76 Preparing to unpack .../libonig4_6.1.3-2_ppc64el.deb ... [2019-10-21T22:21:57.987Z] #25 55.77 Unpacking libonig4:ppc64el (6.1.3-2) ... [2019-10-21T22:21:57.987Z] #25 56.14 Selecting previously unselected package libjq1:ppc64el. [2019-10-21T22:21:57.987Z] #25 56.16 Preparing to unpack .../libjq1_1.5+dfsg-1.3_ppc64el.deb ... [2019-10-21T22:21:57.987Z] #25 56.20 Unpacking libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-10-21T22:21:57.987Z] #25 56.73 Selecting previously unselected package jq. [2019-10-21T22:21:57.987Z] #25 56.74 Preparing to unpack .../jq_1.5+dfsg-1.3_ppc64el.deb ... [2019-10-21T22:21:57.987Z] #25 56.77 Unpacking jq (1.5+dfsg-1.3) ... [2019-10-21T22:21:57.987Z] #25 57.23 Setting up libonig4:ppc64el (6.1.3-2) ... [2019-10-21T22:21:57.987Z] #25 57.25 Setting up libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-10-21T22:21:57.987Z] #25 57.29 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T22:21:57.987Z] #25 57.45 Setting up jq (1.5+dfsg-1.3) ... [2019-10-21T22:21:57.987Z] #25 DONE 57.7s [2019-10-21T22:21:57.987Z] [2019-10-21T22:21:57.987Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-10-21T22:21:57.987Z] #26 DONE 0.1s [2019-10-21T22:21:58.205Z] #18 143.9 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-10-21T22:21:58.277Z] [2019-10-21T22:21:58.277Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T22:21:58.277Z] #18 1.027 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-21T22:21:58.277Z] #18 1.041 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-21T22:21:58.277Z] #18 1.217 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-21T22:21:58.364Z] Loaded image: buildpack-deps:jessie [2019-10-21T22:21:58.364Z] Loaded image: busybox:latest [2019-10-21T22:21:58.364Z] Loaded image: busybox:glibc [2019-10-21T22:21:58.364Z] Loaded image: debian:jessie [2019-10-21T22:21:58.364Z] Loaded image: hello-world:latest [2019-10-21T22:21:58.364Z] INFO: Testing against a local daemon [2019-10-21T22:21:58.364Z] === RUN TestCgroupNamespacesBuild [2019-10-21T22:21:58.614Z] #18 144.0 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-10-21T22:21:58.614Z] #18 144.0 Setting up libdevmapper1.02.1:s390x (2:1.02.137-2) ... [2019-10-21T22:21:58.614Z] #18 144.1 Setting up python3-wheel (0.29.0-2) ... [2019-10-21T22:21:59.428Z] #18 144.9 Setting up python3-pkg-resources (33.1.1-1) ... [2019-10-21T22:21:59.813Z] #18 145.6 Setting up libdevmapper-event1.02.1:s390x (2:1.02.137-2) ... [2019-10-21T22:22:00.242Z] #18 145.6 Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-10-21T22:22:01.025Z] #18 3.415 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [481 kB] [2019-10-21T22:22:01.025Z] #18 ... [2019-10-21T22:22:01.025Z] [2019-10-21T22:22:01.025Z] #69 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T22:22:01.025Z] #69 DONE 60.6s [2019-10-21T22:22:01.025Z] [2019-10-21T22:22:01.025Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-21T22:22:01.025Z] #34 50.71 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2019-10-21T22:22:01.026Z] #34 50.71 Need to get 13.4 MB of archives. [2019-10-21T22:22:01.026Z] #34 50.71 After this operation, 60.4 MB of additional disk space will be used. [2019-10-21T22:22:01.026Z] #34 50.71 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el cmake-data all 3.7.2-1 [1216 kB] [2019-10-21T22:22:01.026Z] #34 51.00 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-21T22:22:01.026Z] #34 51.02 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libicu57 ppc64el 57.1-6+deb9u3 [7669 kB] [2019-10-21T22:22:01.026Z] #34 52.77 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-21T22:22:01.026Z] #34 52.89 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libarchive13 ppc64el 3.2.2-2+deb9u1 [272 kB] [2019-10-21T22:22:01.026Z] #34 52.93 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2019-10-21T22:22:01.026Z] #34 52.94 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libuv1 ppc64el 1.9.1-3 [78.3 kB] [2019-10-21T22:22:01.026Z] #34 52.95 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el cmake ppc64el 3.7.2-1 [2872 kB] [2019-10-21T22:22:01.026Z] #34 53.33 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xxd ppc64el 2:8.0.0197-4+deb9u3 [132 kB] [2019-10-21T22:22:01.026Z] #34 53.34 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-21T22:22:01.026Z] #34 55.60 debconf: delaying package configuration, since apt-utils is not installed [2019-10-21T22:22:01.026Z] #34 55.92 Fetched 13.4 MB in 2s (4914 kB/s) [2019-10-21T22:22:01.026Z] #34 56.11 Selecting previously unselected package cmake-data. [2019-10-21T22:22:01.026Z] #34 56.11 (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-21T22:22:01.026Z] #34 56.31 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-10-21T22:22:01.026Z] #34 56.32 Unpacking cmake-data (3.7.2-1) ... [2019-10-21T22:22:01.026Z] #34 ... [2019-10-21T22:22:01.026Z] [2019-10-21T22:22:01.026Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T22:22:01.026Z] #41 56.35 Selecting previously unselected package libprotobuf-c1:ppc64el. [2019-10-21T22:22:01.026Z] #41 56.35 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_ppc64el.deb ... [2019-10-21T22:22:01.026Z] #41 56.36 Unpacking libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-10-21T22:22:01.026Z] #41 56.52 Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2019-10-21T22:22:01.026Z] #41 56.56 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_ppc64el.deb ... [2019-10-21T22:22:01.026Z] #41 56.57 Unpacking libprotobuf-c-dev:ppc64el (1.2.1-2) ... [2019-10-21T22:22:01.026Z] #41 56.84 Selecting previously unselected package zlib1g-dev:ppc64el. [2019-10-21T22:22:01.026Z] #41 56.88 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_ppc64el.deb ... [2019-10-21T22:22:01.026Z] #41 56.89 Unpacking zlib1g-dev:ppc64el (1:1.2.8.dfsg-5) ... [2019-10-21T22:22:01.026Z] #41 57.54 Selecting previously unselected package libprotobuf10:ppc64el. [2019-10-21T22:22:01.026Z] #41 57.59 Preparing to unpack .../08-libprotobuf10_3.0.0-9_ppc64el.deb ... [2019-10-21T22:22:01.026Z] #41 57.60 Unpacking libprotobuf10:ppc64el (3.0.0-9) ... [2019-10-21T22:22:01.026Z] #41 58.71 Selecting previously unselected package libprotobuf-lite10:ppc64el. [2019-10-21T22:22:01.026Z] #41 58.72 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_ppc64el.deb ... [2019-10-21T22:22:01.026Z] #41 58.73 Unpacking libprotobuf-lite10:ppc64el (3.0.0-9) ... [2019-10-21T22:22:01.026Z] #41 59.06 Selecting previously unselected package libprotobuf-dev:ppc64el. [2019-10-21T22:22:01.026Z] #41 59.06 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_ppc64el.deb ... [2019-10-21T22:22:01.026Z] #41 59.06 Unpacking libprotobuf-dev:ppc64el (3.0.0-9) ... [2019-10-21T22:22:01.977Z] #18 147.1 Setting up dmsetup (2:1.02.137-2) ... [2019-10-21T22:22:01.977Z] #18 147.2 Setting up python3-setuptools (33.1.1-1) ... [2019-10-21T22:22:02.539Z] #41 62.05 Selecting previously unselected package libprotoc10:ppc64el. [2019-10-21T22:22:02.539Z] #41 62.09 Preparing to unpack .../11-libprotoc10_3.0.0-9_ppc64el.deb ... [2019-10-21T22:22:02.539Z] #41 62.14 Unpacking libprotoc10:ppc64el (3.0.0-9) ... [2019-10-21T22:22:02.876Z] #18 148.5 Setting up dh-python (2.20170125) ... [2019-10-21T22:22:03.570Z] #41 63.31 Selecting previously unselected package protobuf-c-compiler. [2019-10-21T22:22:03.570Z] #41 63.33 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_ppc64el.deb ... [2019-10-21T22:22:03.570Z] #41 63.34 Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-10-21T22:22:03.633Z] --- PASS: TestCgroupNamespacesBuild (4.94s) [2019-10-21T22:22:03.633Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild" [2019-10-21T22:22:03.633Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-10-21T22:22:03.860Z] #41 63.60 Selecting previously unselected package protobuf-compiler. [2019-10-21T22:22:03.860Z] #41 63.61 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_ppc64el.deb ... [2019-10-21T22:22:03.860Z] #41 63.61 Unpacking protobuf-compiler (3.0.0-9) ... [2019-10-21T22:22:03.971Z] #18 149.2 Setting up libdevmapper-dev:s390x (2:1.02.137-2) ... [2019-10-21T22:22:03.971Z] #18 149.2 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T22:22:03.971Z] #18 DONE 149.6s [2019-10-21T22:22:03.971Z] [2019-10-21T22:22:03.971Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:22:03.971Z] #42 129.9 CC criu/namespaces.o [2019-10-21T22:22:03.971Z] #42 131.3 CC criu/net.o [2019-10-21T22:22:03.971Z] #42 133.8 CC criu/netfilter.o [2019-10-21T22:22:03.971Z] #42 134.3 CC criu/page-pipe.o [2019-10-21T22:22:04.155Z] #41 63.91 Selecting previously unselected package python-pkg-resources. [2019-10-21T22:22:04.155Z] #41 63.91 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-10-21T22:22:04.155Z] #41 63.91 Unpacking python-pkg-resources (33.1.1-1) ... [2019-10-21T22:22:04.155Z] #41 ... [2019-10-21T22:22:04.155Z] [2019-10-21T22:22:04.155Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T22:22:04.155Z] #18 7.073 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-10-21T22:22:04.462Z] Fetching without tags [2019-10-21T22:22:04.815Z] #42 134.8 CC criu/page-xfer.o [2019-10-21T22:22:05.011Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.76s) [2019-10-21T22:22:05.011Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode" [2019-10-21T22:22:05.011Z] === RUN TestBuildWithSession [2019-10-21T22:22:05.011Z] --- SKIP: TestBuildWithSession (0.00s) [2019-10-21T22:22:05.011Z] build_session_test.go:25: TODO: BuildKit [2019-10-21T22:22:05.011Z] === RUN TestBuildSquashParent [2019-10-21T22:22:05.324Z] Merging remotes/origin/master commit bebd8206285b3d1aeb5d462683db71e7ac625903 into PR head commit 3ddb4100a052aa556e78fefdf955cf0b7c374d43 [2019-10-21T22:22:04.108Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-21T22:22:04.169Z] > git config --add remote.origin.fetch +refs/pull/40115/head:refs/remotes/origin/PR-40115 # timeout=10 [2019-10-21T22:22:04.231Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-21T22:22:04.360Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-21T22:22:04.492Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-21T22:22:04.492Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-21T22:22:04.494Z] > git fetch --no-tags --force --progress https://github.com/moby/moby.git +refs/pull/40115/head:refs/remotes/origin/PR-40115 +refs/heads/master:refs/remotes/origin/master [2019-10-21T22:22:05.693Z] #42 136.0 CC criu/pagemap-cache.o [2019-10-21T22:22:05.704Z] #18 8.745 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-10-21T22:22:06.272Z] #42 136.4 CC criu/pagemap.o [2019-10-21T22:22:06.684Z] #42 137.1 CC criu/parasite-syscall.o [2019-10-21T22:22:05.353Z] > git config core.sparsecheckout # timeout=10 [2019-10-21T22:22:05.410Z] > git checkout -f 3ddb4100a052aa556e78fefdf955cf0b7c374d43 [2019-10-21T22:22:07.778Z] #42 138.0 CC criu/path.o [2019-10-21T22:22:08.054Z] #18 ... [2019-10-21T22:22:08.054Z] [2019-10-21T22:22:08.054Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T22:22:08.054Z] #27 5.347 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-10-21T22:22:08.054Z] #27 6.970 [2019-10-21T22:22:08.054Z] #27 7.590 ## 4.0% ########## 14.6% ################## 25.3% ########################### 38.0% ################################# 46.6% ####################################### 55.1% ######################################### 57.2% ############################################ 61.5% ############################################### 65.7% ##################################################### 74.3% ############################################################# 85.2% #################################################################### 95.5% ######################################################################## 100.0% [2019-10-21T22:22:08.194Z] #42 138.4 CC criu/pie-util-vdso-elf32.o [2019-10-21T22:22:08.342Z] #27 10.21 [2019-10-21T22:22:08.598Z] #42 138.9 CC criu/pie-util-vdso.o [2019-10-21T22:22:08.991Z] Merge succeeded, producing 3ddb4100a052aa556e78fefdf955cf0b7c374d43 [2019-10-21T22:22:08.992Z] Checking out Revision 3ddb4100a052aa556e78fefdf955cf0b7c374d43 (PR-40115) [2019-10-21T22:22:09.010Z] #42 139.3 CC criu/pie-util.o [2019-10-21T22:22:08.713Z] > git merge bebd8206285b3d1aeb5d462683db71e7ac625903 # timeout=10 [2019-10-21T22:22:08.881Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2019-10-21T22:22:09.022Z] > git config core.sparsecheckout # timeout=10 [2019-10-21T22:22:09.086Z] > git checkout -f 3ddb4100a052aa556e78fefdf955cf0b7c374d43 [2019-10-21T22:22:09.439Z] #42 139.6 CC criu/pipes.o [2019-10-21T22:22:09.561Z] #27 10.87 ####### 10.6% ######################## 33.7% ################################ 45.2% ############################################### 66.0% ####################################################### 77.4% ############################################################### 88.9% ######################################################################## 100.0% [2019-10-21T22:22:09.569Z] Commit message: "integration-cli: remove redundant logs from cp utils" [2019-10-21T22:22:09.852Z] #27 ... [2019-10-21T22:22:09.852Z] [2019-10-21T22:22:09.852Z] #48 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:22:09.852Z] #48 59.46 + cd /tmp/tmp.Yf0bfxG5yh/src/gotest.tools/gotestsum [2019-10-21T22:22:09.852Z] #48 59.46 + git checkout -q v0.3.5 [2019-10-21T22:22:09.852Z] #48 59.62 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-10-21T22:22:09.855Z] #42 140.2 CC criu/plugin.o [2019-10-21T22:22:10.143Z] #48 ... [2019-10-21T22:22:10.143Z] [2019-10-21T22:22:10.143Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T22:22:10.143Z] #41 64.31 Selecting previously unselected package python-protobuf. [2019-10-21T22:22:10.143Z] #41 64.31 Preparing to unpack .../15-python-protobuf_3.0.0-9_ppc64el.deb ... [2019-10-21T22:22:10.143Z] #41 64.31 Unpacking python-protobuf (3.0.0-9) ... [2019-10-21T22:22:10.143Z] #41 65.12 Setting up libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-10-21T22:22:10.143Z] #41 65.27 Setting up libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-10-21T22:22:10.143Z] #41 65.28 Setting up python-pkg-resources (33.1.1-1) ... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-10-21T22:22:10.432Z] #41 ... [2019-10-21T22:22:10.432Z] [2019-10-21T22:22:10.432Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T22:22:10.432Z] #27 12.47 [2019-10-21T22:22:10.743Z] #42 140.7 CC criu/proc_parse.o [2019-10-21T22:22:11.018Z] Loaded image: buildpack-deps:jessie [2019-10-21T22:22:11.018Z] Loaded image: busybox:latest [2019-10-21T22:22:11.018Z] Loaded image: busybox:glibc [2019-10-21T22:22:11.018Z] Loaded image: debian:jessie [2019-10-21T22:22:11.018Z] Loaded image: hello-world:latest [2019-10-21T22:22:11.018Z] INFO: Testing against a local daemon [2019-10-21T22:22:11.018Z] === RUN TestCgroupNamespacesBuild [2019-10-21T22:22:11.210Z] + docker version [2019-10-21T22:22:11.210Z] Client: Docker Engine - Enterprise [2019-10-21T22:22:11.210Z] Version: 19.03.2 [2019-10-21T22:22:11.210Z] API version: 1.40 [2019-10-21T22:22:11.210Z] Go version: go1.12.8 [2019-10-21T22:22:11.210Z] Git commit: c92ab06ed9 [2019-10-21T22:22:11.210Z] Built: 09/03/2019 16:38:11 [2019-10-21T22:22:11.210Z] OS/Arch: windows/amd64 [2019-10-21T22:22:11.210Z] Experimental: false [2019-10-21T22:22:11.210Z] [2019-10-21T22:22:11.210Z] Server: Docker Engine - Enterprise [2019-10-21T22:22:11.210Z] Engine: [2019-10-21T22:22:11.210Z] Version: 19.03.2 [2019-10-21T22:22:11.210Z] API version: 1.40 (minimum version 1.24) [2019-10-21T22:22:11.210Z] Go version: go1.12.8 [2019-10-21T22:22:11.210Z] Git commit: c92ab06ed9 [2019-10-21T22:22:11.210Z] Built: 09/03/2019 16:35:47 [2019-10-21T22:22:11.210Z] OS/Arch: windows/amd64 [2019-10-21T22:22:11.210Z] Experimental: true [Pipeline] sh [2019-10-21T22:22:11.704Z] #27 13.13 #### 6.0% ######### 13.8% ############# 18.9% [2019-10-21T22:22:11.704Z] #27 ... [2019-10-21T22:22:11.704Z] [2019-10-21T22:22:11.704Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-21T22:22:11.704Z] #34 61.26 Selecting previously unselected package liblzo2-2:ppc64el. [2019-10-21T22:22:11.704Z] #34 61.33 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-10-21T22:22:11.704Z] #34 61.37 Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-21T22:22:11.704Z] #34 61.71 Selecting previously unselected package libicu57:ppc64el. [2019-10-21T22:22:11.704Z] #34 61.73 Preparing to unpack .../2-libicu57_57.1-6+deb9u3_ppc64el.deb ... [2019-10-21T22:22:11.704Z] #34 61.74 Unpacking libicu57:ppc64el (57.1-6+deb9u3) ... [2019-10-21T22:22:11.704Z] #34 ... [2019-10-21T22:22:11.704Z] [2019-10-21T22:22:11.704Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T22:22:12.251Z] + docker info [2019-10-21T22:22:12.691Z] #42 143.0 CC criu/protobuf-desc.o [2019-10-21T22:22:12.897Z] #27 13.13 #### 6.0% ######### 13.8% ############# 18.9% ################### 26.6% ######################## 33.9% ############################### 44.1% ######################################### 57.1% ############################################## 64.8% #################################################### 72.6% ####################################################### 77.7% ########################################################## 81.8% ################################################################ 89.5% ################################################################## 92.1% ###################################################################### 97.3% ######################################################################## 100.0% [2019-10-21T22:22:13.111Z] #42 ... [2019-10-21T22:22:13.111Z] [2019-10-21T22:22:13.111Z] #19 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-21T22:22:13.111Z] #19 4.472 Collecting yamllint==1.16.0 [2019-10-21T22:22:13.111Z] #19 5.110 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-10-21T22:22:13.111Z] #19 5.339 Collecting pyyaml (from yamllint==1.16.0) [2019-10-21T22:22:13.111Z] #19 5.460 Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-10-21T22:22:13.111Z] #19 7.261 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-10-21T22:22:13.111Z] #19 7.318 Downloading https://files.pythonhosted.org/packages/7a/68/5902e8cd7f7b17c5879982a3a3ee2ad0c3b92b80c79989a2d3e1ca8d29e1/pathspec-0.6.0.tar.gz [2019-10-21T22:22:13.111Z] #19 7.926 Building wheels for collected packages: pyyaml, pathspec [2019-10-21T22:22:13.111Z] #19 7.930 Running setup.py bdist_wheel for pyyaml: started [2019-10-21T22:22:13.111Z] #19 8.790 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-10-21T22:22:13.111Z] #19 8.792 Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-10-21T22:22:13.111Z] #19 8.841 Running setup.py bdist_wheel for pathspec: started [2019-10-21T22:22:13.125Z] --- PASS: TestBuildSquashParent (6.75s) [2019-10-21T22:22:13.125Z] === RUN TestBuildWithRemoveAndForceRemove [2019-10-21T22:22:13.125Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-21T22:22:13.125Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-21T22:22:13.125Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-21T22:22:13.125Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-21T22:22:13.125Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-21T22:22:13.125Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-21T22:22:13.125Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-21T22:22:13.125Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-21T22:22:13.125Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-21T22:22:13.125Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-21T22:22:13.125Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-21T22:22:13.125Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-21T22:22:13.125Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-21T22:22:13.125Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-21T22:22:13.125Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-21T22:22:13.125Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-21T22:22:13.512Z] #19 9.607 Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-10-21T22:22:14.186Z] #19 9.608 Stored in directory: /root/.cache/pip/wheels/62/b8/e1/e2719465b5947c40cd85d613d6cb33449b86a1ca5a6c574269 [2019-10-21T22:22:14.186Z] #19 9.625 Successfully built pyyaml pathspec [2019-10-21T22:22:14.186Z] #19 9.626 Installing collected packages: pyyaml, pathspec, yamllint [2019-10-21T22:22:14.186Z] #19 10.11 Successfully installed pathspec-0.6.0 pyyaml-5.1.2 yamllint-1.16.0 [2019-10-21T22:22:14.300Z] --- PASS: TestCgroupNamespacesBuild (3.48s) [2019-10-21T22:22:14.300Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild" [2019-10-21T22:22:14.300Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-10-21T22:22:14.393Z] #27 16.33 [2019-10-21T22:22:14.442Z] Client: [2019-10-21T22:22:14.442Z] Debug Mode: false [2019-10-21T22:22:14.442Z] Plugins: [2019-10-21T22:22:14.442Z] cluster: Manage Docker clusters (Docker Inc., v1.1.0-8c33de7) [2019-10-21T22:22:14.442Z] [2019-10-21T22:22:14.442Z] Server: [2019-10-21T22:22:14.442Z] Containers: 0 [2019-10-21T22:22:14.442Z] Running: 0 [2019-10-21T22:22:14.442Z] Paused: 0 [2019-10-21T22:22:14.442Z] Stopped: 0 [2019-10-21T22:22:14.442Z] Images: 8 [2019-10-21T22:22:14.442Z] Server Version: 19.03.2 [2019-10-21T22:22:14.442Z] Storage Driver: windowsfilter (windows) lcow (linux) [2019-10-21T22:22:14.442Z] Windows: [2019-10-21T22:22:14.442Z] LCOW: [2019-10-21T22:22:14.442Z] Logging Driver: json-file [2019-10-21T22:22:14.442Z] Plugins: [2019-10-21T22:22:14.442Z] Volume: local [2019-10-21T22:22:14.442Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2019-10-21T22:22:14.442Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-10-21T22:22:14.442Z] Swarm: inactive [2019-10-21T22:22:14.442Z] Default Isolation: process [2019-10-21T22:22:14.442Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-10-21T22:22:14.442Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-10-21T22:22:14.442Z] OSType: windows [2019-10-21T22:22:14.442Z] Architecture: x86_64 [2019-10-21T22:22:14.442Z] CPUs: 4 [2019-10-21T22:22:14.442Z] Total Memory: 32GiB [2019-10-21T22:22:14.442Z] Name: azwin-2-9645f0 [2019-10-21T22:22:14.442Z] ID: 4XOH:KI43:3UYQ:TBC4:5RJP:O6MZ:RR7U:K7TM:PNVP:XMQC:BCRI:ONC3 [2019-10-21T22:22:14.442Z] Docker Root Dir: D:\docker [2019-10-21T22:22:14.442Z] Debug Mode: false [2019-10-21T22:22:14.442Z] Registry: https://index.docker.io/v1/ [2019-10-21T22:22:14.442Z] Labels: [2019-10-21T22:22:14.442Z] Experimental: true [2019-10-21T22:22:14.442Z] Insecure Registries: [2019-10-21T22:22:14.442Z] 10.0.0.4:5000 [2019-10-21T22:22:14.442Z] 127.0.0.0/8 [2019-10-21T22:22:14.442Z] Registry Mirrors: [2019-10-21T22:22:14.442Z] http://10.0.0.4:5000/ [2019-10-21T22:22:14.442Z] Live Restore Enabled: false [2019-10-21T22:22:14.442Z] [2019-10-21T22:22:14.504Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-21T22:22:14.504Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2019-10-21T22:22:14.721Z] #19 DONE 10.4s [2019-10-21T22:22:14.721Z] [2019-10-21T22:22:14.721Z] #24 [dev 9/24] COPY --from=dockercli /build/ /usr/local/cli [2019-10-21T22:22:14.721Z] #24 DONE 0.2s [2019-10-21T22:22:14.721Z] [2019-10-21T22:22:14.721Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:22:14.721Z] #42 144.7 CC criu/protobuf.o [2019-10-21T22:22:15.191Z] #42 ... [2019-10-21T22:22:15.191Z] [2019-10-21T22:22:15.191Z] #28 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-21T22:22:15.191Z] #28 DONE 0.5s [2019-10-21T22:22:15.191Z] [2019-10-21T22:22:15.191Z] #30 [dev 11/24] COPY --from=swagger /build/ /usr/local/bin/ [2019-10-21T22:22:15.191Z] #30 DONE 0.1s [2019-10-21T22:22:15.191Z] [2019-10-21T22:22:15.191Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:22:15.191Z] #42 145.4 CC criu/pstree.o [2019-10-21T22:22:15.191Z] #42 ... [2019-10-21T22:22:15.191Z] [2019-10-21T22:22:15.191Z] #33 [dev 12/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-10-21T22:22:15.191Z] #33 DONE 0.1s [2019-10-21T22:22:15.596Z] [2019-10-21T22:22:15.596Z] #38 [dev 13/24] COPY --from=tini /build/ /usr/local/bin/ [2019-10-21T22:22:15.596Z] #38 DONE 0.1s [2019-10-21T22:22:15.596Z] [2019-10-21T22:22:15.596Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-21T22:22:16.011Z] #39 ... [2019-10-21T22:22:16.011Z] [2019-10-21T22:22:16.011Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:22:16.011Z] #42 146.3 CC criu/rbtree.o [2019-10-21T22:22:16.409Z] #42 146.7 CC criu/rst-malloc.o [2019-10-21T22:22:16.830Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.31s) [2019-10-21T22:22:16.830Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode" [2019-10-21T22:22:16.830Z] === RUN TestBuildWithSession [2019-10-21T22:22:16.830Z] --- SKIP: TestBuildWithSession (0.00s) [2019-10-21T22:22:16.830Z] build_session_test.go:25: TODO: BuildKit [2019-10-21T22:22:16.830Z] === RUN TestBuildSquashParent [2019-10-21T22:22:16.839Z] #42 146.9 CC criu/seccomp.o [2019-10-21T22:22:16.839Z] #42 147.3 CC criu/seize.o [2019-10-21T22:22:17.034Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2019-10-21T22:22:17.034Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.68s) [2019-10-21T22:22:17.034Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.77s) [2019-10-21T22:22:17.034Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.86s) [2019-10-21T22:22:17.034Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.93s) [2019-10-21T22:22:17.034Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.28s) [2019-10-21T22:22:17.034Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.42s) [2019-10-21T22:22:17.034Z] === RUN TestBuildMultiStageCopy [2019-10-21T22:22:17.034Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-10-21T22:22:17.702Z] #42 147.9 CC criu/servicefd.o [2019-10-21T22:22:18.025Z] #27 17.04 1.1% ## 2.9% ### 4.6% ##### 7.3% ###### 9.1% ######## 11.8% ########## 14.5% ########### 16.3% ############ 18.0% ############## 19.8% ############### 21.6% ################## 25.2% #################### 28.8% ####################### 32.6% ########################## 36.2% ############################ 39.2% ############################ 39.8% ############################## 41.9% ############################### 43.7% ################################## 47.3% #################################### 50.9% ####################################### 54.4% ######################################### 58.0% ############################################ 61.6% [2019-10-21T22:22:18.025Z] #27 ... [2019-10-21T22:22:18.025Z] [2019-10-21T22:22:18.025Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T22:22:18.025Z] #32 67.56 sync [2019-10-21T22:22:18.025Z] #32 67.58 internal/reflectlite [2019-10-21T22:22:18.025Z] #32 74.06 errors [2019-10-21T22:22:18.025Z] #32 74.08 sort [2019-10-21T22:22:18.025Z] #32 75.48 strconv [2019-10-21T22:22:18.025Z] #32 75.51 io [2019-10-21T22:22:18.025Z] #32 75.51 internal/oserror [2019-10-21T22:22:18.025Z] #32 76.39 syscall [2019-10-21T22:22:18.025Z] #32 ... [2019-10-21T22:22:18.025Z] [2019-10-21T22:22:18.025Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T22:22:18.120Z] #42 148.3 CC criu/shmem.o [2019-10-21T22:22:18.529Z] #42 ... [2019-10-21T22:22:18.529Z] [2019-10-21T22:22:18.529Z] #55 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:22:18.529Z] #55 164.3 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-21T22:22:18.529Z] #55 166.3 + mkdir -p /build [2019-10-21T22:22:18.529Z] #55 166.3 + cp runc /build/runc [2019-10-21T22:22:18.529Z] #55 DONE 166.5s [2019-10-21T22:22:18.529Z] [2019-10-21T22:22:18.529Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:22:18.529Z] #42 148.9 CC criu/sigframe.o [2019-10-21T22:22:18.529Z] #42 148.9 CC criu/signalfd.o [2019-10-21T22:22:18.923Z] #42 149.3 CC criu/sk-inet.o [2019-10-21T22:22:19.565Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-10-21T22:22:19.565Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-10-21T22:22:19.889Z] #27 17.04 1.1% ## 2.9% ### 4.6% ##### 7.3% ###### 9.1% ######## 11.8% ########## 14.5% ########### 16.3% ############ 18.0% ############## 19.8% ############### 21.6% ################## 25.2% #################### 28.8% ####################### 32.6% ########################## 36.2% ############################ 39.2% ############################ 39.8% ############################## 41.9% ############################### 43.7% ################################## 47.3% #################################### 50.9% ####################################### 54.4% ######################################### 58.0% ############################################ 61.6% ############################################## 64.2% ################################################ 66.9% ################################################## 70.1% ################################################### 71.5% ##################################################### 74.2% ####################################################### 77.8% ######################################################### 79.6% ########################################################### 82.4% ############################################################ 84.2% ############################################################## 86.8% ################################################################# 90.5% ################################################################### 93.6% ##################################################################### 97.1% ######################################################################## 100.0% [2019-10-21T22:22:19.967Z] #42 150.2 CC criu/sk-netlink.o [2019-10-21T22:22:20.132Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-10-21T22:22:20.182Z] #27 22.03 [2019-10-21T22:22:20.474Z] #27 ... [2019-10-21T22:22:20.474Z] [2019-10-21T22:22:20.474Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:22:20.474Z] #45 70.18 internal/reflectlite [2019-10-21T22:22:20.474Z] #45 70.19 sync [2019-10-21T22:22:20.474Z] #45 74.54 github.com/LK4D4/vndr/godl/singleflight [2019-10-21T22:22:20.474Z] #45 74.55 math/rand [2019-10-21T22:22:20.474Z] #45 74.55 internal/singleflight [2019-10-21T22:22:20.560Z] #42 150.5 CC criu/sk-packet.o [2019-10-21T22:22:20.699Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-10-21T22:22:20.764Z] #45 ... [2019-10-21T22:22:20.764Z] [2019-10-21T22:22:20.764Z] #29 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-21T22:22:20.764Z] #29 80.04 + cd /tmp/tmp.qOGqm4k7EQ/src/github.com/go-swagger/go-swagger [2019-10-21T22:22:20.764Z] #29 80.04 + git checkout -q 5793aa66d4b4112c2602c716516e24710e4adbb5 [2019-10-21T22:22:20.956Z] #42 151.1 CC criu/sk-queue.o [2019-10-21T22:22:21.266Z] --- PASS: TestBuildMultiStageCopy (4.40s) [2019-10-21T22:22:21.266Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.27s) [2019-10-21T22:22:21.266Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.47s) [2019-10-21T22:22:21.266Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.49s) [2019-10-21T22:22:21.266Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.60s) [2019-10-21T22:22:21.266Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.57s) [2019-10-21T22:22:21.266Z] === RUN TestBuildMultiStageParentConfig [2019-10-21T22:22:21.364Z] #42 151.4 CC criu/sk-tcp.o [2019-10-21T22:22:21.364Z] #42 151.7 CC criu/sk-unix.o [2019-10-21T22:22:22.277Z] #29 ... [2019-10-21T22:22:22.277Z] [2019-10-21T22:22:22.277Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-21T22:22:22.277Z] #34 71.87 Selecting previously unselected package libxml2:ppc64el. [2019-10-21T22:22:22.277Z] #34 71.87 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_ppc64el.deb ... [2019-10-21T22:22:22.277Z] #34 71.88 Unpacking libxml2:ppc64el (2.9.4+dfsg1-2.2+deb9u2) ... [2019-10-21T22:22:22.277Z] #34 73.02 Selecting previously unselected package libarchive13:ppc64el. [2019-10-21T22:22:22.277Z] #34 73.03 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_ppc64el.deb ... [2019-10-21T22:22:22.277Z] #34 73.05 Unpacking libarchive13:ppc64el (3.2.2-2+deb9u1) ... [2019-10-21T22:22:22.277Z] #34 73.50 Selecting previously unselected package libjsoncpp1:ppc64el. [2019-10-21T22:22:22.277Z] #34 73.55 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2019-10-21T22:22:22.277Z] #34 73.56 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2019-10-21T22:22:22.277Z] #34 73.89 Selecting previously unselected package libuv1:ppc64el. [2019-10-21T22:22:22.277Z] #34 73.92 Preparing to unpack .../6-libuv1_1.9.1-3_ppc64el.deb ... [2019-10-21T22:22:22.277Z] #34 73.92 Unpacking libuv1:ppc64el (1.9.1-3) ... [2019-10-21T22:22:22.277Z] #34 74.13 Selecting previously unselected package cmake. [2019-10-21T22:22:22.277Z] #34 74.14 Preparing to unpack .../7-cmake_3.7.2-1_ppc64el.deb ... [2019-10-21T22:22:22.277Z] #34 74.42 Unpacking cmake (3.7.2-1) ... [2019-10-21T22:22:22.277Z] #34 80.08 Selecting previously unselected package xxd. [2019-10-21T22:22:22.277Z] #34 80.09 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-10-21T22:22:22.277Z] #34 80.11 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-10-21T22:22:22.277Z] #34 80.52 Selecting previously unselected package vim-common. [2019-10-21T22:22:22.277Z] #34 80.53 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-21T22:22:22.277Z] #34 80.55 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-21T22:22:22.277Z] #34 80.96 Processing triggers for mime-support (3.60) ... [2019-10-21T22:22:22.277Z] #34 81.07 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-10-21T22:22:22.277Z] #34 81.09 Setting up libuv1:ppc64el (1.9.1-3) ... [2019-10-21T22:22:22.277Z] #34 81.12 Setting up cmake-data (3.7.2-1) ... [2019-10-21T22:22:22.277Z] #34 81.14 Setting up libicu57:ppc64el (57.1-6+deb9u3) ... [2019-10-21T22:22:22.277Z] #34 81.15 Setting up libxml2:ppc64el (2.9.4+dfsg1-2.2+deb9u2) ... [2019-10-21T22:22:22.277Z] #34 81.17 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T22:22:22.277Z] #34 81.34 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-21T22:22:22.277Z] #34 81.36 Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-21T22:22:22.277Z] #34 81.39 Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2019-10-21T22:22:22.277Z] #34 81.42 Setting up libarchive13:ppc64el (3.2.2-2+deb9u1) ... [2019-10-21T22:22:22.277Z] #34 81.43 Setting up cmake (3.7.2-1) ... [2019-10-21T22:22:22.277Z] #34 81.65 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T22:22:22.277Z] #34 DONE 81.9s [2019-10-21T22:22:22.277Z] [2019-10-21T22:22:22.277Z] #35 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-21T22:22:22.277Z] #35 DONE 0.1s [2019-10-21T22:22:22.277Z] [2019-10-21T22:22:22.277Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:22:22.277Z] #45 80.34 io [2019-10-21T22:22:22.277Z] #45 80.40 sort [2019-10-21T22:22:22.277Z] #45 80.42 strconv [2019-10-21T22:22:22.277Z] #45 80.48 syscall [2019-10-21T22:22:22.277Z] #45 ... [2019-10-21T22:22:22.277Z] [2019-10-21T22:22:22.277Z] #36 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-10-21T22:22:22.277Z] #36 DONE 0.1s [2019-10-21T22:22:22.570Z] [2019-10-21T22:22:22.570Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T22:22:22.570Z] #18 25.26 Fetched 7720 kB in 24s (314 kB/s) [2019-10-21T22:22:22.641Z] --- PASS: TestBuildMultiStageParentConfig (1.47s) [2019-10-21T22:22:22.641Z] === RUN TestBuildLabelWithTargets [2019-10-21T22:22:22.750Z] #42 153.2 CC criu/sockets.o [2019-10-21T22:22:23.149Z] #42 153.7 CC criu/stats.o [2019-10-21T22:22:23.202Z] #18 25.26 Reading package lists... [2019-10-21T22:22:23.202Z] #18 ... [2019-10-21T22:22:23.202Z] [2019-10-21T22:22:23.202Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T22:22:23.202Z] #41 72.82 Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-10-21T22:22:23.202Z] #41 72.83 Setting up libprotobuf10:ppc64el (3.0.0-9) ... [2019-10-21T22:22:23.202Z] #41 72.83 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T22:22:23.202Z] #41 72.94 Setting up python-protobuf (3.0.0-9) ... [2019-10-21T22:22:23.202Z] #41 ... [2019-10-21T22:22:23.202Z] [2019-10-21T22:22:23.202Z] #37 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:22:23.202Z] #37 0.396 + RM_GOPATH=0 [2019-10-21T22:22:23.202Z] #37 0.398 + TMP_GOPATH= [2019-10-21T22:22:23.202Z] #37 0.398 + : /build [2019-10-21T22:22:23.202Z] #37 0.398 + '[' -z '' ']' [2019-10-21T22:22:23.202Z] #37 0.398 ++ mktemp -d [2019-10-21T22:22:23.202Z] #37 0.403 + export GOPATH=/tmp/tmp.bNmi2Ef5zV [2019-10-21T22:22:23.202Z] #37 0.403 + GOPATH=/tmp/tmp.bNmi2Ef5zV [2019-10-21T22:22:23.202Z] #37 0.403 + RM_GOPATH=1 [2019-10-21T22:22:23.202Z] #37 0.405 ++ dirname ./install.sh [2019-10-21T22:22:23.202Z] #37 0.410 + dir=. [2019-10-21T22:22:23.202Z] #37 0.411 + bin=tini [2019-10-21T22:22:23.202Z] #37 0.411 + shift [2019-10-21T22:22:23.202Z] #37 0.411 + '[' '!' -f ./tini.installer ']' [2019-10-21T22:22:23.202Z] #37 0.411 + . ./tini.installer [2019-10-21T22:22:23.202Z] #37 0.411 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-21T22:22:23.202Z] #37 0.411 + install_tini [2019-10-21T22:22:23.202Z] #37 0.411 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-21T22:22:23.202Z] #37 0.411 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-10-21T22:22:23.202Z] #37 0.411 + git clone https://github.com/krallin/tini.git /tmp/tmp.bNmi2Ef5zV/tini [2019-10-21T22:22:23.202Z] #37 0.420 Cloning into '/tmp/tmp.bNmi2Ef5zV/tini'... [2019-10-21T22:22:23.557Z] #42 153.8 CC criu/string.o [2019-10-21T22:22:23.557Z] #42 153.9 CC criu/sysctl.o [2019-10-21T22:22:23.967Z] #42 154.3 CC criu/sysfs_parse.o [2019-10-21T22:22:24.407Z] #42 154.5 CC criu/timerfd.o [2019-10-21T22:22:24.719Z] #37 2.586 + cd /tmp/tmp.bNmi2Ef5zV/tini [2019-10-21T22:22:24.820Z] #42 154.9 CC criu/tty.o [2019-10-21T22:22:25.012Z] #37 2.588 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-21T22:22:25.012Z] #37 2.641 + cmake . [2019-10-21T22:22:25.012Z] #37 ... [2019-10-21T22:22:25.012Z] [2019-10-21T22:22:25.012Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-21T22:22:25.012Z] #41 84.43 Setting up libcap-dev:ppc64el (1:2.25-1) ... [2019-10-21T22:22:25.012Z] #41 84.44 Setting up libprotobuf-c-dev:ppc64el (1.2.1-2) ... [2019-10-21T22:22:25.012Z] #41 84.45 Setting up libnl-3-200:ppc64el (3.2.27-2) ... [2019-10-21T22:22:25.012Z] #41 84.49 Setting up libprotobuf-lite10:ppc64el (3.0.0-9) ... [2019-10-21T22:22:25.012Z] #41 84.51 Setting up libprotoc10:ppc64el (3.0.0-9) ... [2019-10-21T22:22:25.012Z] #41 84.52 Setting up protobuf-c-compiler (1.2.1-2) ... [2019-10-21T22:22:25.012Z] #41 84.55 Setting up zlib1g-dev:ppc64el (1:1.2.8.dfsg-5) ... [2019-10-21T22:22:25.012Z] #41 84.57 Setting up protobuf-compiler (3.0.0-9) ... [2019-10-21T22:22:25.012Z] #41 84.58 Setting up libprotobuf-dev:ppc64el (3.0.0-9) ... [2019-10-21T22:22:25.012Z] #41 84.59 Setting up libnl-3-dev:ppc64el (3.2.27-2) ... [2019-10-21T22:22:25.012Z] #41 84.61 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T22:22:25.012Z] #41 DONE 84.9s [2019-10-21T22:22:25.173Z] --- PASS: TestBuildLabelWithTargets (2.35s) [2019-10-21T22:22:25.173Z] === RUN TestBuildWithEmptyLayers [2019-10-21T22:22:25.302Z] [2019-10-21T22:22:25.302Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:22:25.604Z] #42 ... [2019-10-21T22:22:25.604Z] [2019-10-21T22:22:25.604Z] #55 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:22:25.604Z] #55 22.08 + cd /tmp/tmp.aKw8C0tovZ/src/github.com/opencontainers/runc [2019-10-21T22:22:25.604Z] #55 22.08 + git checkout -q 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-10-21T22:22:25.604Z] #55 22.61 + '[' -z '' ']' [2019-10-21T22:22:25.604Z] #55 22.62 + target=static [2019-10-21T22:22:25.604Z] #55 22.62 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-10-21T22:22:25.604Z] #55 27.40 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-21T22:22:25.604Z] #55 ... [2019-10-21T22:22:25.604Z] [2019-10-21T22:22:25.604Z] #29 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-21T22:22:25.604Z] #29 83.60 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-10-21T22:22:25.720Z] #42 156.1 CC criu/tun.o [2019-10-21T22:22:26.108Z] --- PASS: TestBuildWithEmptyLayers (0.96s) [2019-10-21T22:22:26.108Z] === RUN TestBuildMultiStageOnBuild [2019-10-21T22:22:26.167Z] #42 156.5 CC criu/uffd.o [2019-10-21T22:22:26.723Z] #42 ... [2019-10-21T22:22:26.723Z] [2019-10-21T22:22:26.723Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-21T22:22:26.723Z] #39 206.1 + dpkg --print-architecture [2019-10-21T22:22:26.723Z] #39 206.1 + cd /tmp/tmp.qTn7hPu24m/src/github.com/docker/distribution [2019-10-21T22:22:26.723Z] #39 206.1 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-10-21T22:22:26.723Z] #39 206.5 + GOPATH=/tmp/tmp.qTn7hPu24m/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.qTn7hPu24m [2019-10-21T22:22:26.723Z] #39 206.5 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-10-21T22:22:29.046Z] --- PASS: TestBuildSquashParent (10.70s) [2019-10-21T22:22:29.046Z] build_squash_test.go:29: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestBuildSquashParent" [2019-10-21T22:22:29.046Z] === RUN TestBuildWithRemoveAndForceRemove [2019-10-21T22:22:29.046Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-21T22:22:29.046Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-21T22:22:29.046Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-21T22:22:29.046Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-21T22:22:29.046Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-21T22:22:29.046Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-21T22:22:29.046Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-21T22:22:29.046Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-21T22:22:29.046Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-21T22:22:29.046Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-21T22:22:29.046Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-21T22:22:29.046Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-21T22:22:29.046Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-21T22:22:29.046Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-21T22:22:29.113Z] #29 ... [2019-10-21T22:22:29.113Z] [2019-10-21T22:22:29.113Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T22:22:29.113Z] #27 25.74 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-10-21T22:22:29.113Z] #27 27.07 [2019-10-21T22:22:29.113Z] #27 27.75 ######################################################################## 100.0% [2019-10-21T22:22:29.113Z] #27 28.16 [2019-10-21T22:22:29.393Z] --- PASS: TestBuildMultiStageOnBuild (2.89s) [2019-10-21T22:22:29.393Z] === RUN TestBuildUncleanTarFilenames [2019-10-21T22:22:29.744Z] #27 31.72 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-10-21T22:22:30.335Z] --- PASS: TestBuildUncleanTarFilenames (1.29s) [2019-10-21T22:22:30.335Z] === RUN TestBuildMultiStageLayerLeak [2019-10-21T22:22:30.419Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-21T22:22:30.677Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-21T22:22:30.780Z] #27 32.66 [2019-10-21T22:22:31.072Z] #27 33.17 ######################################################################## 100.0% [2019-10-21T22:22:31.360Z] #27 33.52 [2019-10-21T22:22:31.997Z] #27 ... [2019-10-21T22:22:31.997Z] [2019-10-21T22:22:31.997Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T22:22:31.997Z] #18 25.26 Reading package lists... [2019-10-21T22:22:32.344Z] #39 ... [2019-10-21T22:22:32.344Z] [2019-10-21T22:22:32.344Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:22:32.344Z] #42 157.8 CC criu/util.o [2019-10-21T22:22:32.344Z] #42 158.8 CC criu/uts_ns.o [2019-10-21T22:22:32.344Z] #42 159.0 CC criu/vdso.o [2019-10-21T22:22:32.344Z] #42 159.4 LINK criu/built-in.o [2019-10-21T22:22:32.344Z] #42 159.6 LINK criu/criu [2019-10-21T22:22:32.344Z] #42 159.9 DEP lib/c/criu.d [2019-10-21T22:22:32.344Z] #42 160.0 CC images/rpc.pb-c.o [2019-10-21T22:22:32.344Z] #42 160.3 CC lib/c/criu.o [2019-10-21T22:22:32.344Z] #42 161.0 LINK lib/c/built-in.o [2019-10-21T22:22:32.344Z] #42 161.0 LINK lib/c/libcriu.so [2019-10-21T22:22:32.344Z] #42 161.1 GEN magic.py [2019-10-21T22:22:32.344Z] #42 161.1 Note: Building without setproctitle() and strlcpy() support. [2019-10-21T22:22:32.344Z] #42 161.1 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-10-21T22:22:32.344Z] #42 161.3 fatal: Not a git repository (or any of the parent directories): .git [2019-10-21T22:22:32.344Z] #42 161.7 make[1]: Nothing to be done for 'all'. [2019-10-21T22:22:32.344Z] #42 162.1 make[1]: 'images/built-in.o' is up to date. [2019-10-21T22:22:32.344Z] #42 162.1 make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-10-21T22:22:32.344Z] #42 162.1 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-10-21T22:22:32.344Z] #42 162.2 make[1]: 'compel/libcompel.a' is up to date. [2019-10-21T22:22:32.344Z] #42 162.2 make[1]: 'compel/compel-host-bin' is up to date. [2019-10-21T22:22:32.344Z] #42 162.2 make[1]: Nothing to be done for 'all'. [2019-10-21T22:22:32.344Z] #42 162.2 make[1]: 'soccr/libsoccr.a' is up to date. [2019-10-21T22:22:32.344Z] #42 162.3 make[2]: Nothing to be done for 'all'. [2019-10-21T22:22:32.344Z] #42 162.3 make[2]: Nothing to be done for 'all'. [2019-10-21T22:22:32.344Z] #42 162.3 make[2]: Nothing to be done for 'all'. [2019-10-21T22:22:32.344Z] #42 162.3 make[2]: Nothing to be done for 'all'. [2019-10-21T22:22:32.344Z] #42 162.4 make[2]: Nothing to be done for 'all'. [2019-10-21T22:22:32.344Z] #42 162.4 make[2]: Nothing to be done for 'all'. [2019-10-21T22:22:32.344Z] #42 162.4 make[2]: Nothing to be done for 'all'. [2019-10-21T22:22:32.344Z] #42 162.5 make[2]: Nothing to be done for 'all'. [2019-10-21T22:22:32.344Z] #42 162.5 INSTALL criu/criu [2019-10-21T22:22:32.344Z] #42 DONE 162.6s [2019-10-21T22:22:32.767Z] [2019-10-21T22:22:32.767Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:22:32.915Z] #18 35.66 Reading package lists... [2019-10-21T22:22:32.915Z] #18 ... [2019-10-21T22:22:32.915Z] [2019-10-21T22:22:32.915Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T22:22:32.915Z] #32 82.45 strings [2019-10-21T22:22:32.915Z] #32 82.46 bytes [2019-10-21T22:22:32.915Z] #32 ... [2019-10-21T22:22:32.915Z] [2019-10-21T22:22:32.915Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:22:32.915Z] #42 2.852 Note: Building without setproctitle() and strlcpy() support. [2019-10-21T22:22:32.915Z] #42 2.852 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-10-21T22:22:32.915Z] #42 4.949 fatal: Not a git repository (or any of the parent directories): .git [2019-10-21T22:22:32.915Z] #42 5.035 GEN .gitid [2019-10-21T22:22:32.915Z] #42 5.051 GEN criu/include/version.h [2019-10-21T22:22:32.915Z] #42 5.106 GEN include/common/asm [2019-10-21T22:22:33.002Z] DEBUG: print all environment variables to check how Jenkins runs this script [2019-10-21T22:22:33.002Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-1f774e5e\powershellScript.ps1'; exit $LASTEXITCODE; [2019-10-21T22:22:33.002Z] ---------------------------------------------------------------------------- [2019-10-21T22:22:33.002Z] [2019-10-21T22:22:33.002Z] INFO: executeCI.ps1 starting at Mon Oct 21 22:22:31 CUT 2019 [2019-10-21T22:22:33.002Z] [2019-10-21T22:22:33.002Z] INFO: Script version 05-Feb-2019 09:03 PDT [2019-10-21T22:22:33.002Z] INFO: Running git version 2.23.0.windows.1 [2019-10-21T22:22:33.002Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2019-10-21T22:22:33.002Z] INFO: Environment variables: [2019-10-21T22:22:33.002Z] [2019-10-21T22:22:33.002Z] Name Value [2019-10-21T22:22:33.002Z] ---- ----- [2019-10-21T22:22:33.002Z] ALLUSERSPROFILE C:\ProgramData [2019-10-21T22:22:33.002Z] amd64 true [2019-10-21T22:22:33.002Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2019-10-21T22:22:33.002Z] APT_MIRROR cdn-fastly.deb.debian.org [2019-10-21T22:22:33.002Z] arm64 true [2019-10-21T22:22:33.002Z] BRANCH_NAME PR-40115 [2019-10-21T22:22:33.002Z] BUILD_DISPLAY_NAME #4 [2019-10-21T22:22:33.002Z] BUILD_ID 4 [2019-10-21T22:22:33.002Z] BUILD_NUMBER 4 [2019-10-21T22:22:33.002Z] BUILD_TAG jenkins-moby-PR-40115-4 [2019-10-21T22:22:33.002Z] BUILD_URL https://ci.docker.com/public/job/moby/job/PR-40115/4/ [2019-10-21T22:22:33.002Z] CHANGE_AUTHOR thaJeztah [2019-10-21T22:22:33.002Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2019-10-21T22:22:33.002Z] CHANGE_BRANCH integration_cli_denoise [2019-10-21T22:22:33.002Z] CHANGE_FORK thaJeztah [2019-10-21T22:22:33.002Z] CHANGE_ID 40115 [2019-10-21T22:22:33.002Z] CHANGE_TARGET master [2019-10-21T22:22:33.002Z] CHANGE_TITLE integration-cli: make some tests less noisy and easier debuggable [2019-10-21T22:22:33.002Z] CHANGE_URL https://github.com/moby/moby/pull/40115 [2019-10-21T22:22:33.002Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-21T22:22:33.002Z] CommonProgramFiles C:\Program Files\Common Files [2019-10-21T22:22:33.002Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2019-10-21T22:22:33.002Z] CommonProgramW6432 C:\Program Files\Common Files [2019-10-21T22:22:33.002Z] COMPUTERNAME azwin-2-9645f0 [2019-10-21T22:22:33.002Z] ComSpec C:\windows\system32\cmd.exe [2019-10-21T22:22:33.002Z] ConfigSequenceNumber 0 [2019-10-21T22:22:33.002Z] DOCKER_BUILDKIT 0 [2019-10-21T22:22:33.002Z] DOCKER_DUT_DEBUG 1 [2019-10-21T22:22:33.002Z] DOCKER_EXPERIMENTAL 1 [2019-10-21T22:22:33.002Z] DOCKER_GRAPHDRIVER overlay2 [2019-10-21T22:22:33.002Z] DriverData C:\Windows\System32\Drivers\DriverData [2019-10-21T22:22:33.002Z] EXECUTOR_NUMBER 0 [2019-10-21T22:22:33.002Z] FQDN azwin-2-9645f0.westus.cloudapp.azure.com [2019-10-21T22:22:33.002Z] GIT_BRANCH PR-40115 [2019-10-21T22:22:33.002Z] GIT_COMMIT 3ddb4100a052aa556e78fefdf955cf0b7c374d43 [2019-10-21T22:22:33.002Z] GIT_PREVIOUS_COMMIT 1aff66ace491c1f8365a1b44d3f347bcd8f127e4 [2019-10-21T22:22:33.002Z] GIT_URL https://github.com/moby/moby.git [2019-10-21T22:22:33.002Z] HUDSON_COOKIE 212af19f-516f-4d92-8bd7-afb358dd2b45 [2019-10-21T22:22:33.002Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2019-10-21T22:22:33.002Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2019-10-21T22:22:33.002Z] HUDSON_URL https://ci.docker.com/public/ [2019-10-21T22:22:33.002Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.222-2.b10.ojdkbuild.windows.x86_64 [2019-10-21T22:22:33.002Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2019-10-21T22:22:33.002Z] JENKINS_NODE_COOKIE c758cb31-114a-462a-a8fc-e3fa2e2a0506 [2019-10-21T22:22:33.002Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2019-10-21T22:22:33.002Z] JENKINS_URL https://ci.docker.com/public/ [2019-10-21T22:22:33.002Z] JOB_BASE_NAME PR-40115 [2019-10-21T22:22:33.002Z] JOB_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-40115/display/redirect [2019-10-21T22:22:33.002Z] JOB_NAME moby/PR-40115 [2019-10-21T22:22:33.002Z] JOB_URL https://ci.docker.com/public/job/moby/job/PR-40115/ [2019-10-21T22:22:33.002Z] library.jps.version master [2019-10-21T22:22:33.002Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2019-10-21T22:22:33.002Z] NODE_LABELS amd64 azure azwin-2-9645f0 azwin-2019 docker west-us windows windows-2019 x86_64 [2019-10-21T22:22:33.002Z] NODE_NAME azwin-2-9645f0 [2019-10-21T22:22:33.002Z] NUMBER_OF_PROCESSORS 4 [2019-10-21T22:22:33.002Z] OS Windows_NT [2019-10-21T22:22:33.002Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2019-10-21T22:22:33.002Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2019-10-21T22:22:33.002Z] ppc64le true [2019-10-21T22:22:33.002Z] PROCESSOR_ARCHITECTURE AMD64 [2019-10-21T22:22:33.004Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2019-10-21T22:22:33.004Z] PROCESSOR_LEVEL 6 [2019-10-21T22:22:33.004Z] PROCESSOR_REVISION 4f01 [2019-10-21T22:22:33.004Z] ProgramData C:\ProgramData [2019-10-21T22:22:33.004Z] ProgramFiles C:\Program Files [2019-10-21T22:22:33.004Z] ProgramFiles(x86) C:\Program Files (x86) [2019-10-21T22:22:33.004Z] ProgramW6432 C:\Program Files [2019-10-21T22:22:33.004Z] PROMPT $P$G [2019-10-21T22:22:33.004Z] PSExecutionPolicyPreference Bypass [2019-10-21T22:22:33.004Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2019-10-21T22:22:33.004Z] PUBLIC C:\Users\Public [2019-10-21T22:22:33.004Z] RUN_CHANGES_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-40115/4/display/redirect?page=changes [2019-10-21T22:22:33.004Z] RUN_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-40115/4/display/redirect [2019-10-21T22:22:33.004Z] s390x true [2019-10-21T22:22:33.004Z] skip_dco false [2019-10-21T22:22:33.004Z] SKIP_VALIDATION_TESTS 1 [2019-10-21T22:22:33.004Z] SOURCES_DRIVE d [2019-10-21T22:22:33.004Z] SOURCES_SUBDIR gopath [2019-10-21T22:22:33.004Z] STAGE_NAME Run tests [2019-10-21T22:22:33.004Z] SystemDrive C: [2019-10-21T22:22:33.004Z] SystemRoot C:\windows [2019-10-21T22:22:33.004Z] TEMP C:\windows\TEMP [2019-10-21T22:22:33.004Z] TESTDEBUG 0 [2019-10-21T22:22:33.004Z] TESTRUN_DRIVE d [2019-10-21T22:22:33.004Z] TESTRUN_SUBDIR CI [2019-10-21T22:22:33.004Z] TIMEOUT 120m [2019-10-21T22:22:33.004Z] TMP C:\windows\TEMP [2019-10-21T22:22:33.004Z] unit_validate true [2019-10-21T22:22:33.004Z] USERDOMAIN WORKGROUP [2019-10-21T22:22:33.004Z] USERNAME azwin-2-9645f0$ [2019-10-21T22:22:33.004Z] USERPROFILE C:\windows\system32\config\systemprofile [2019-10-21T22:22:33.004Z] windir C:\windows [2019-10-21T22:22:33.004Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2019-10-21T22:22:33.004Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2019-10-21T22:22:33.004Z] windowsRS1 false [2019-10-21T22:22:33.004Z] windowsRS5 true [2019-10-21T22:22:33.004Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2019-10-21T22:22:33.004Z] [2019-10-21T22:22:33.004Z] [2019-10-21T22:22:33.004Z] [2019-10-21T22:22:33.004Z] INFO: Sources under d:\gopath\... [2019-10-21T22:22:33.004Z] INFO: Test run under d:\CI\... [2019-10-21T22:22:33.004Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2019-10-21T22:22:33.004Z] INFO: docker/docker repository was found [2019-10-21T22:22:33.467Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2019-10-21T22:22:33.467Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.805' [2019-10-21T22:22:33.467Z] INFO: Docker version of control daemon [2019-10-21T22:22:33.467Z] [2019-10-21T22:22:33.550Z] #42 8.335 PBCC images/google/protobuf/descriptor.pb-c.c [2019-10-21T22:22:33.622Z] --- PASS: TestBuildMultiStageLayerLeak (2.96s) [2019-10-21T22:22:33.622Z] === RUN TestBuildWithHugeFile [2019-10-21T22:22:33.840Z] #42 8.605 PBCC images/opts.pb-c.c [2019-10-21T22:22:33.840Z] #42 8.721 PBCC images/sit.pb-c.c [2019-10-21T22:22:33.934Z] Client: Docker Engine - Enterprise [2019-10-21T22:22:33.935Z] Version: 19.03.2 [2019-10-21T22:22:33.935Z] API version: 1.40 [2019-10-21T22:22:33.935Z] Go version: go1.12.8 [2019-10-21T22:22:33.935Z] Git commit: c92ab06ed9 [2019-10-21T22:22:33.935Z] Built: 09/03/2019 16:38:11 [2019-10-21T22:22:33.935Z] OS/Arch: windows/amd64 [2019-10-21T22:22:33.935Z] Experimental: false [2019-10-21T22:22:33.935Z] [2019-10-21T22:22:33.935Z] Server: Docker Engine - Enterprise [2019-10-21T22:22:33.935Z] Engine: [2019-10-21T22:22:33.935Z] Version: 19.03.2 [2019-10-21T22:22:33.935Z] API version: 1.40 (minimum version 1.24) [2019-10-21T22:22:33.935Z] Go version: go1.12.8 [2019-10-21T22:22:33.935Z] Git commit: c92ab06ed9 [2019-10-21T22:22:33.935Z] Built: 09/03/2019 16:35:47 [2019-10-21T22:22:33.935Z] OS/Arch: windows/amd64 [2019-10-21T22:22:33.935Z] Experimental: true [2019-10-21T22:22:33.935Z] [2019-10-21T22:22:33.935Z] INFO: Docker info of control daemon [2019-10-21T22:22:33.935Z] [2019-10-21T22:22:33.959Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-21T22:22:34.138Z] #42 8.901 DEP images/google/protobuf/descriptor.pb-c.d [2019-10-21T22:22:34.138Z] #42 9.092 DEP images/opts.pb-c.d [2019-10-21T22:22:34.217Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-21T22:22:34.426Z] #42 9.186 DEP images/sit.pb-c.d [2019-10-21T22:22:34.426Z] #42 9.311 PBCC images/macvlan.pb-c.c [2019-10-21T22:22:34.426Z] #42 9.412 DEP images/macvlan.pb-c.d [2019-10-21T22:22:34.714Z] #42 9.520 PBCC images/autofs.pb-c.c [2019-10-21T22:22:34.714Z] #42 9.566 DEP images/autofs.pb-c.d [2019-10-21T22:22:34.714Z] #42 ... [2019-10-21T22:22:34.714Z] [2019-10-21T22:22:34.714Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T22:22:34.714Z] #27 36.79 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-10-21T22:22:35.003Z] #27 36.97 skipping existing c8c2d4a6b2e3 [2019-10-21T22:22:35.293Z] #27 37.20 [2019-10-21T22:22:35.479Z] Client: [2019-10-21T22:22:35.480Z] Debug Mode: false [2019-10-21T22:22:35.480Z] Plugins: [2019-10-21T22:22:35.480Z] cluster: Manage Docker clusters (Docker Inc., v1.1.0-8c33de7) [2019-10-21T22:22:35.480Z] [2019-10-21T22:22:35.480Z] Server: [2019-10-21T22:22:35.480Z] Containers: 0 [2019-10-21T22:22:35.480Z] Running: 0 [2019-10-21T22:22:35.480Z] Paused: 0 [2019-10-21T22:22:35.480Z] Stopped: 0 [2019-10-21T22:22:35.480Z] Images: 8 [2019-10-21T22:22:35.480Z] Server Version: 19.03.2 [2019-10-21T22:22:35.480Z] Storage Driver: windowsfilter (windows) lcow (linux) [2019-10-21T22:22:35.480Z] Windows: [2019-10-21T22:22:35.480Z] LCOW: [2019-10-21T22:22:35.480Z] Logging Driver: json-file [2019-10-21T22:22:35.480Z] Plugins: [2019-10-21T22:22:35.480Z] Volume: local [2019-10-21T22:22:35.480Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2019-10-21T22:22:35.480Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-10-21T22:22:35.480Z] Swarm: inactive [2019-10-21T22:22:35.480Z] Default Isolation: process [2019-10-21T22:22:35.480Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-10-21T22:22:35.480Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-10-21T22:22:35.480Z] OSType: windows [2019-10-21T22:22:35.480Z] Architecture: x86_64 [2019-10-21T22:22:35.480Z] CPUs: 4 [2019-10-21T22:22:35.480Z] Total Memory: 32GiB [2019-10-21T22:22:35.480Z] Name: azwin-2-9645f0 [2019-10-21T22:22:35.480Z] ID: 4XOH:KI43:3UYQ:TBC4:5RJP:O6MZ:RR7U:K7TM:PNVP:XMQC:BCRI:ONC3 [2019-10-21T22:22:35.480Z] Docker Root Dir: D:\docker [2019-10-21T22:22:35.480Z] Debug Mode: false [2019-10-21T22:22:35.480Z] Registry: https://index.docker.io/v1/ [2019-10-21T22:22:35.480Z] Labels: [2019-10-21T22:22:35.480Z] Experimental: true [2019-10-21T22:22:35.480Z] Insecure Registries: [2019-10-21T22:22:35.480Z] 10.0.0.4:5000 [2019-10-21T22:22:35.480Z] 127.0.0.0/8 [2019-10-21T22:22:35.480Z] Registry Mirrors: [2019-10-21T22:22:35.480Z] http://10.0.0.4:5000/ [2019-10-21T22:22:35.480Z] Live Restore Enabled: false [2019-10-21T22:22:35.480Z] [2019-10-21T22:22:35.480Z] [2019-10-21T22:22:35.922Z] #27 ... [2019-10-21T22:22:35.922Z] [2019-10-21T22:22:35.922Z] #37 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:22:35.922Z] #37 3.719 -- The C compiler identification is GNU 6.3.0 [2019-10-21T22:22:35.922Z] #37 3.832 -- Check for working C compiler: /usr/bin/cc [2019-10-21T22:22:35.922Z] #37 4.856 -- Check for working C compiler: /usr/bin/cc -- works [2019-10-21T22:22:35.922Z] #37 4.862 -- Detecting C compiler ABI info [2019-10-21T22:22:35.922Z] #37 5.690 -- Detecting C compiler ABI info - done [2019-10-21T22:22:35.922Z] #37 5.873 -- Detecting C compile features [2019-10-21T22:22:35.922Z] #37 9.626 -- Detecting C compile features - done [2019-10-21T22:22:35.922Z] #37 9.716 -- Performing Test HAS_BUILTIN_FORTIFY [2019-10-21T22:22:35.922Z] #37 10.36 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-10-21T22:22:35.922Z] #37 10.64 -- Configuring done [2019-10-21T22:22:35.922Z] #37 10.69 -- Generating done [2019-10-21T22:22:35.922Z] #37 10.70 -- Build files have been written to: /tmp/tmp.bNmi2Ef5zV/tini [2019-10-21T22:22:35.922Z] #37 10.72 + make tini-static [2019-10-21T22:22:35.922Z] #37 11.40 Scanning dependencies of target tini-static [2019-10-21T22:22:35.922Z] #37 11.55 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-10-21T22:22:35.942Z] INFO: Commit hash is 3ddb4100a [2019-10-21T22:22:35.942Z] INFO: Nuke-Everything... [2019-10-21T22:22:35.942Z] INFO: Container count on control daemon to delete is 0 [2019-10-21T22:22:36.212Z] #37 ... [2019-10-21T22:22:36.212Z] [2019-10-21T22:22:36.212Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:22:36.212Z] #42 9.705 PBCC images/sysctl.pb-c.c [2019-10-21T22:22:36.212Z] #42 9.751 DEP images/sysctl.pb-c.d [2019-10-21T22:22:36.212Z] #42 9.888 PBCC images/time.pb-c.c [2019-10-21T22:22:36.212Z] #42 10.03 DEP images/time.pb-c.d [2019-10-21T22:22:36.212Z] #42 10.15 PBCC images/binfmt-misc.pb-c.c [2019-10-21T22:22:36.212Z] #42 10.22 DEP images/binfmt-misc.pb-c.d [2019-10-21T22:22:36.212Z] #42 10.32 PBCC images/seccomp.pb-c.c [2019-10-21T22:22:36.212Z] #42 10.35 DEP images/seccomp.pb-c.d [2019-10-21T22:22:36.212Z] #42 10.48 PBCC images/userns.pb-c.c [2019-10-21T22:22:36.212Z] #42 10.51 DEP images/userns.pb-c.d [2019-10-21T22:22:36.212Z] #42 10.68 PBCC images/cgroup.pb-c.c [2019-10-21T22:22:36.212Z] #42 10.81 DEP images/cgroup.pb-c.d [2019-10-21T22:22:36.212Z] #42 11.03 PBCC images/fown.pb-c.c [2019-10-21T22:22:36.212Z] #42 11.06 PBCC images/ext-file.pb-c.c [2019-10-21T22:22:36.212Z] #42 11.17 DEP images/fown.pb-c.d [2019-10-21T22:22:36.404Z] INFO: Nuking d:\CI [2019-10-21T22:22:36.501Z] #42 11.35 DEP images/ext-file.pb-c.d [2019-10-21T22:22:36.791Z] #42 11.48 PBCC images/rpc.pb-c.c [2019-10-21T22:22:36.791Z] #42 11.69 DEP images/rpc.pb-c.d [2019-10-21T22:22:36.867Z] INFO: Zapped successfully [2019-10-21T22:22:36.867Z] INFO: Location for testing is d:\CI\PR-40115\4 [2019-10-21T22:22:36.867Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2019-10-21T22:22:36.867Z] [2019-10-21T22:22:36.867Z] [2019-10-21T22:22:36.867Z] INFO: Building the image from Dockerfile.windows at 10/21/2019 22:22:36... [2019-10-21T22:22:36.867Z] [2019-10-21T22:22:37.080Z] #42 11.90 PBCC images/siginfo.pb-c.c [2019-10-21T22:22:37.080Z] #42 12.04 DEP images/siginfo.pb-c.d [2019-10-21T22:22:37.371Z] #42 12.17 PBCC images/pagemap.pb-c.c [2019-10-21T22:22:37.371Z] #42 12.31 DEP images/pagemap.pb-c.d [2019-10-21T22:22:37.371Z] #42 12.43 PBCC images/rlimit.pb-c.c [2019-10-21T22:22:37.496Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2019-10-21T22:22:37.496Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.41s) [2019-10-21T22:22:37.496Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.54s) [2019-10-21T22:22:37.496Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.38s) [2019-10-21T22:22:37.496Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.46s) [2019-10-21T22:22:37.496Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.49s) [2019-10-21T22:22:37.496Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.31s) [2019-10-21T22:22:37.496Z] === RUN TestBuildMultiStageCopy [2019-10-21T22:22:37.496Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-10-21T22:22:37.660Z] #42 12.47 DEP images/rlimit.pb-c.d [2019-10-21T22:22:37.660Z] #42 12.59 PBCC images/file-lock.pb-c.c [2019-10-21T22:22:37.660Z] #42 12.63 DEP images/file-lock.pb-c.d [2019-10-21T22:22:37.949Z] #42 12.75 PBCC images/tty.pb-c.c [2019-10-21T22:22:37.949Z] #42 12.91 DEP images/tty.pb-c.d [2019-10-21T22:22:37.949Z] #42 ... [2019-10-21T22:22:37.949Z] [2019-10-21T22:22:37.949Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:22:37.949Z] #45 87.75 bytes [2019-10-21T22:22:37.949Z] #45 87.99 strings [2019-10-21T22:22:38.238Z] #45 ... [2019-10-21T22:22:38.238Z] [2019-10-21T22:22:38.238Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:22:38.238Z] #42 13.12 PBCC images/tun.pb-c.c [2019-10-21T22:22:38.238Z] #42 13.21 PBCC images/netdev.pb-c.c [2019-10-21T22:22:38.527Z] #42 13.35 DEP images/tun.pb-c.d [2019-10-21T22:22:38.527Z] #42 13.43 DEP images/netdev.pb-c.d [2019-10-21T22:22:38.819Z] #42 13.62 PBCC images/vma.pb-c.c [2019-10-21T22:22:38.819Z] #42 ... [2019-10-21T22:22:38.819Z] [2019-10-21T22:22:38.819Z] #37 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:22:38.819Z] #37 15.40 [100%] Linking C executable tini-static [2019-10-21T22:22:38.819Z] #37 16.44 [100%] Built target tini-static [2019-10-21T22:22:38.819Z] #37 16.51 + mkdir -p /build [2019-10-21T22:22:38.819Z] #37 16.52 + cp tini-static /build/docker-init [2019-10-21T22:22:38.819Z] #37 DONE 16.6s [2019-10-21T22:22:38.819Z] [2019-10-21T22:22:38.819Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:22:38.819Z] #42 13.77 DEP images/vma.pb-c.d [2019-10-21T22:22:39.109Z] #42 13.92 PBCC images/creds.pb-c.c [2019-10-21T22:22:39.408Z] #42 14.13 DEP images/creds.pb-c.d [2019-10-21T22:22:39.408Z] #42 14.31 PBCC images/utsns.pb-c.c [2019-10-21T22:22:39.706Z] #42 14.39 DEP images/utsns.pb-c.d [2019-10-21T22:22:39.706Z] #42 14.49 PBCC images/ipc-desc.pb-c.c [2019-10-21T22:22:39.706Z] #42 14.54 PBCC images/ipc-sem.pb-c.c [2019-10-21T22:22:39.706Z] #42 14.64 DEP images/ipc-desc.pb-c.d [2019-10-21T22:22:39.706Z] #42 14.76 DEP images/ipc-sem.pb-c.d [2019-10-21T22:22:39.993Z] #42 14.87 PBCC images/ipc-msg.pb-c.c [2019-10-21T22:22:39.993Z] #42 14.97 DEP images/ipc-msg.pb-c.d [2019-10-21T22:22:40.284Z] #42 15.03 PBCC images/ipc-shm.pb-c.c [2019-10-21T22:22:40.284Z] #42 15.07 DEP images/ipc-shm.pb-c.d [2019-10-21T22:22:40.284Z] #42 15.13 PBCC images/ipc-var.pb-c.c [2019-10-21T22:22:40.284Z] #42 15.17 DEP images/ipc-var.pb-c.d [2019-10-21T22:22:40.573Z] #42 15.26 PBCC images/sk-opts.pb-c.c [2019-10-21T22:22:40.573Z] #42 15.30 PBCC images/packet-sock.pb-c.c [2019-10-21T22:22:40.573Z] #42 15.47 DEP images/sk-opts.pb-c.d [2019-10-21T22:22:40.774Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-10-21T22:22:40.863Z] #42 15.61 DEP images/packet-sock.pb-c.d [2019-10-21T22:22:40.863Z] #42 15.82 PBCC images/sk-netlink.pb-c.c [2019-10-21T22:22:41.164Z] #42 15.98 DEP images/sk-netlink.pb-c.d [2019-10-21T22:22:41.164Z] #42 16.05 PBCC images/sk-inet.pb-c.c [2019-10-21T22:22:41.164Z] #42 16.16 DEP images/sk-inet.pb-c.d [2019-10-21T22:22:41.340Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-10-21T22:22:41.451Z] #42 16.30 PBCC images/sk-unix.pb-c.c [2019-10-21T22:22:41.451Z] #42 16.39 DEP images/sk-unix.pb-c.d [2019-10-21T22:22:41.451Z] #42 16.51 PBCC images/mm.pb-c.c [2019-10-21T22:22:41.738Z] #42 ... [2019-10-21T22:22:41.738Z] [2019-10-21T22:22:41.738Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-21T22:22:41.738Z] #27 40.71 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-10-21T22:22:41.738Z] #27 42.37 [2019-10-21T22:22:41.738Z] #27 43.05 ######################################################################## 100.0% [2019-10-21T22:22:41.738Z] #27 43.39 [2019-10-21T22:22:41.738Z] #27 43.57 Download of images into '/build' complete. [2019-10-21T22:22:41.738Z] #27 43.57 Use something like the following to load the result into a Docker daemon: [2019-10-21T22:22:41.738Z] #27 43.57 tar -cC '/build' . | docker load [2019-10-21T22:22:41.738Z] #27 DONE 43.6s [2019-10-21T22:22:41.738Z] [2019-10-21T22:22:41.738Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:22:41.738Z] #42 16.72 DEP images/mm.pb-c.d [2019-10-21T22:22:41.907Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-10-21T22:22:42.031Z] #42 16.88 PBCC images/timerfd.pb-c.c [2019-10-21T22:22:42.031Z] #42 17.02 DEP images/timerfd.pb-c.d [2019-10-21T22:22:42.325Z] #42 17.19 PBCC images/timer.pb-c.c [2019-10-21T22:22:42.325Z] #42 17.27 DEP images/timer.pb-c.d [2019-10-21T22:22:42.616Z] #42 17.44 PBCC images/sa.pb-c.c [2019-10-21T22:22:42.616Z] #42 17.56 DEP images/sa.pb-c.d [2019-10-21T22:22:42.656Z] #60 ... [2019-10-21T22:22:42.656Z] [2019-10-21T22:22:42.656Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-21T22:22:42.656Z] #39 222.3 + rm -rf /tmp/tmp.qTn7hPu24m/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.qTn7hPu24m [2019-10-21T22:22:42.656Z] #39 DONE 222.5s [2019-10-21T22:22:42.656Z] [2019-10-21T22:22:42.656Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:22:42.840Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-10-21T22:22:42.910Z] #42 17.81 PBCC images/pipe-data.pb-c.c [2019-10-21T22:22:42.910Z] #42 17.85 DEP images/pipe-data.pb-c.d [2019-10-21T22:22:42.910Z] #42 17.96 PBCC images/mnt.pb-c.c [2019-10-21T22:22:43.199Z] #42 18.10 DEP images/mnt.pb-c.d [2019-10-21T22:22:43.406Z] --- PASS: TestBuildMultiStageCopy (5.92s) [2019-10-21T22:22:43.406Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.31s) [2019-10-21T22:22:43.406Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.62s) [2019-10-21T22:22:43.406Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.59s) [2019-10-21T22:22:43.407Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.68s) [2019-10-21T22:22:43.407Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.72s) [2019-10-21T22:22:43.407Z] === RUN TestBuildMultiStageParentConfig [2019-10-21T22:22:43.486Z] #42 18.36 PBCC images/sk-packet.pb-c.c [2019-10-21T22:22:43.487Z] #42 18.47 DEP images/sk-packet.pb-c.d [2019-10-21T22:22:43.564Z] #60 ... [2019-10-21T22:22:43.564Z] [2019-10-21T22:22:43.564Z] #40 [dev 14/24] COPY --from=registry /build/ /usr/local/bin/ [2019-10-21T22:22:43.775Z] #42 18.70 PBCC images/tcp-stream.pb-c.c [2019-10-21T22:22:43.963Z] Sending build context to Docker daemon 50.1MB [2019-10-21T22:22:43.963Z] [2019-10-21T22:22:43.963Z] Step 1/8 : FROM microsoft/windowsservercore [2019-10-21T22:22:43.963Z] ---> 739b21bd02e7 [2019-10-21T22:22:43.963Z] Step 2/8 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2019-10-21T22:22:43.963Z] ---> Using cache [2019-10-21T22:22:43.963Z] ---> bfd502ea61eb [2019-10-21T22:22:43.963Z] Step 3/8 : ARG GO_VERSION=1.13.3 [2019-10-21T22:22:43.963Z] ---> Using cache [2019-10-21T22:22:43.963Z] ---> ec8ab274e42b [2019-10-21T22:22:43.963Z] Step 4/8 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 [2019-10-21T22:22:43.963Z] ---> Using cache [2019-10-21T22:22:43.963Z] ---> 19f250aff4f8 [2019-10-21T22:22:43.963Z] 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-21T22:22:43.963Z] ---> Using cache [2019-10-21T22:22:43.963Z] ---> 0f235c9c5700 [2019-10-21T22:22:43.963Z] Step 6/8 : ENTRYPOINT ["powershell.exe"] [2019-10-21T22:22:43.963Z] ---> Using cache [2019-10-21T22:22:43.963Z] ---> b4af1f087408 [2019-10-21T22:22:43.963Z] Step 7/8 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2019-10-21T22:22:43.963Z] ---> Using cache [2019-10-21T22:22:43.963Z] ---> b5b62a44f5da [2019-10-21T22:22:43.963Z] Step 8/8 : COPY . . [2019-10-21T22:22:43.975Z] #40 DONE 0.2s [2019-10-21T22:22:43.975Z] [2019-10-21T22:22:43.975Z] #43 [dev 15/24] COPY --from=criu /build/ /usr/local/ [2019-10-21T22:22:43.975Z] #43 DONE 0.1s [2019-10-21T22:22:43.975Z] [2019-10-21T22:22:43.975Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:22:43.975Z] #51 ... [2019-10-21T22:22:43.975Z] [2019-10-21T22:22:43.975Z] #46 [dev 16/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-10-21T22:22:43.975Z] #46 DONE 0.1s [2019-10-21T22:22:44.064Z] #42 18.81 DEP images/tcp-stream.pb-c.d [2019-10-21T22:22:44.064Z] #42 18.95 PBCC images/pipe.pb-c.c [2019-10-21T22:22:44.064Z] #42 19.07 DEP images/pipe.pb-c.d [2019-10-21T22:22:44.352Z] #42 19.27 PBCC images/pstree.pb-c.c [2019-10-21T22:22:44.352Z] #42 19.31 DEP images/pstree.pb-c.d [2019-10-21T22:22:44.382Z] [2019-10-21T22:22:44.382Z] #49 [dev 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-10-21T22:22:44.382Z] #49 DONE 0.1s [2019-10-21T22:22:44.382Z] [2019-10-21T22:22:44.382Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:22:44.642Z] #42 19.42 PBCC images/fs.pb-c.c [2019-10-21T22:22:44.642Z] #42 19.46 DEP images/fs.pb-c.d [2019-10-21T22:22:44.642Z] #42 19.56 PBCC images/signalfd.pb-c.c [2019-10-21T22:22:44.930Z] #42 19.77 DEP images/signalfd.pb-c.d [2019-10-21T22:22:45.225Z] #42 19.92 PBCC images/fh.pb-c.c [2019-10-21T22:22:45.225Z] #42 20.03 PBCC images/fsnotify.pb-c.c [2019-10-21T22:22:45.307Z] --- PASS: TestBuildMultiStageParentConfig (1.65s) [2019-10-21T22:22:45.307Z] === RUN TestBuildLabelWithTargets [2019-10-21T22:22:45.513Z] #42 20.31 DEP images/fh.pb-c.d [2019-10-21T22:22:45.513Z] #42 20.41 DEP images/fsnotify.pb-c.d [2019-10-21T22:22:45.513Z] #42 20.57 PBCC images/eventpoll.pb-c.c [2019-10-21T22:22:45.799Z] #42 20.62 DEP images/eventpoll.pb-c.d [2019-10-21T22:22:46.087Z] #42 20.74 PBCC images/eventfd.pb-c.c [2019-10-21T22:22:46.087Z] #42 20.78 DEP images/eventfd.pb-c.d [2019-10-21T22:22:46.087Z] #42 20.94 PBCC images/remap-file-path.pb-c.c [2019-10-21T22:22:46.087Z] #42 21.01 DEP images/remap-file-path.pb-c.d [2019-10-21T22:22:46.377Z] #42 21.15 PBCC images/fifo.pb-c.c [2019-10-21T22:22:46.377Z] #42 21.26 DEP images/fifo.pb-c.d [2019-10-21T22:22:46.665Z] #42 21.47 PBCC images/ghost-file.pb-c.c [2019-10-21T22:22:46.665Z] #42 21.54 DEP images/ghost-file.pb-c.d [2019-10-21T22:22:46.665Z] #42 21.60 PBCC images/regfile.pb-c.c [2019-10-21T22:22:46.665Z] #42 21.66 DEP images/regfile.pb-c.d [2019-10-21T22:22:46.665Z] #42 ... [2019-10-21T22:22:46.665Z] [2019-10-21T22:22:46.665Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T22:22:46.665Z] #32 96.31 bufio [2019-10-21T22:22:46.665Z] #32 97.25 path [2019-10-21T22:22:46.665Z] #32 98.58 reflect [2019-10-21T22:22:46.665Z] #32 101.4 text/tabwriter [2019-10-21T22:22:46.953Z] #32 ... [2019-10-21T22:22:46.953Z] [2019-10-21T22:22:46.953Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:22:46.953Z] #42 21.74 PBCC images/ns.pb-c.c [2019-10-21T22:22:46.953Z] #42 21.78 DEP images/ns.pb-c.d [2019-10-21T22:22:46.953Z] #42 21.86 PBCC images/fdinfo.pb-c.c [2019-10-21T22:22:47.241Z] #42 21.96 DEP images/fdinfo.pb-c.d [2019-10-21T22:22:47.241Z] #42 22.08 PBCC images/core-aarch64.pb-c.c [2019-10-21T22:22:47.241Z] #42 22.16 PBCC images/core-arm.pb-c.c [2019-10-21T22:22:47.529Z] #42 22.28 PBCC images/core-ppc64.pb-c.c [2019-10-21T22:22:47.529Z] #42 22.50 PBCC images/core-s390.pb-c.c [2019-10-21T22:22:47.823Z] #42 22.69 PBCC images/core-x86.pb-c.c [2019-10-21T22:22:47.836Z] --- PASS: TestBuildLabelWithTargets (2.39s) [2019-10-21T22:22:47.836Z] === RUN TestBuildWithEmptyLayers [2019-10-21T22:22:48.112Z] #42 22.81 PBCC images/core.pb-c.c [2019-10-21T22:22:48.113Z] #42 22.96 PBCC images/inventory.pb-c.c [2019-10-21T22:22:48.402Z] #42 23.16 DEP images/core-aarch64.pb-c.d [2019-10-21T22:22:48.402Z] #42 23.26 DEP images/core-arm.pb-c.d [2019-10-21T22:22:48.402Z] #42 23.36 DEP images/core-ppc64.pb-c.d [2019-10-21T22:22:48.691Z] #42 23.57 DEP images/core-s390.pb-c.d [2019-10-21T22:22:48.770Z] --- PASS: TestBuildWithEmptyLayers (1.34s) [2019-10-21T22:22:48.770Z] === RUN TestBuildMultiStageOnBuild [2019-10-21T22:22:48.978Z] #42 23.69 DEP images/core-x86.pb-c.d [2019-10-21T22:22:48.978Z] #42 23.80 DEP images/core.pb-c.d [2019-10-21T22:22:48.978Z] #42 23.92 DEP images/inventory.pb-c.d [2019-10-21T22:22:49.267Z] #42 24.05 PBCC images/cpuinfo.pb-c.c [2019-10-21T22:22:49.267Z] #42 24.13 DEP images/cpuinfo.pb-c.d [2019-10-21T22:22:49.557Z] #42 24.24 PBCC images/stats.pb-c.c [2019-10-21T22:22:49.557Z] #42 24.28 DEP images/stats.pb-c.d [2019-10-21T22:22:49.557Z] #42 ... [2019-10-21T22:22:49.557Z] [2019-10-21T22:22:49.557Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:22:49.557Z] #45 99.24 bufio [2019-10-21T22:22:49.557Z] #45 104.1 reflect [2019-10-21T22:22:49.557Z] #45 107.1 regexp/syntax [2019-10-21T22:22:49.846Z] #45 ... [2019-10-21T22:22:49.846Z] [2019-10-21T22:22:49.846Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T22:22:49.846Z] #18 35.66 Reading package lists... [2019-10-21T22:22:49.846Z] #18 45.00 Building dependency tree... [2019-10-21T22:22:49.846Z] #18 48.99 The following additional packages will be installed: [2019-10-21T22:22:49.846Z] #18 49.00 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-10-21T22:22:49.846Z] #18 49.00 dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-10-21T22:22:49.846Z] #18 49.00 libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-10-21T22:22:49.846Z] #18 49.00 libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-10-21T22:22:49.846Z] #18 49.00 libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-10-21T22:22:49.846Z] #18 49.00 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-10-21T22:22:49.846Z] #18 49.00 libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common [2019-10-21T22:22:49.846Z] #18 49.00 mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-10-21T22:22:49.846Z] #18 49.01 python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-10-21T22:22:49.846Z] #18 49.02 Suggested packages: [2019-10-21T22:22:49.846Z] #18 49.02 apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-10-21T22:22:49.846Z] #18 49.02 gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-10-21T22:22:49.846Z] #18 49.02 python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-10-21T22:22:49.846Z] #18 49.02 vim-doc vim-scripts xfsdump acl attr quota [2019-10-21T22:22:49.846Z] #18 49.02 Recommended packages: [2019-10-21T22:22:49.846Z] #18 49.02 aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-10-21T22:22:49.846Z] #18 49.03 python3-keyrings.alt python3-xdg unzip [2019-10-21T22:22:51.907Z] #18 ... [2019-10-21T22:22:51.907Z] [2019-10-21T22:22:51.907Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:22:51.907Z] #45 111.1 crypto/hmac [2019-10-21T22:22:52.399Z] #60 199.4 + bin/containerd [2019-10-21T22:22:52.936Z] #45 112.3 crypto/rc4 [2019-10-21T22:22:52.954Z] --- PASS: TestBuildMultiStageOnBuild (3.62s) [2019-10-21T22:22:52.954Z] === RUN TestBuildUncleanTarFilenames [2019-10-21T22:22:53.562Z] #45 113.2 vendor/golang.org/x/crypto/hkdf [2019-10-21T22:22:54.329Z] --- PASS: TestBuildUncleanTarFilenames (1.84s) [2019-10-21T22:22:54.329Z] === RUN TestBuildMultiStageLayerLeak [2019-10-21T22:22:54.595Z] #45 114.0 vendor/golang.org/x/text/transform [2019-10-21T22:22:55.006Z] #60 ... [2019-10-21T22:22:55.006Z] [2019-10-21T22:22:55.006Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:22:55.006Z] #51 DONE 234.2s [2019-10-21T22:22:55.006Z] [2019-10-21T22:22:55.006Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:22:55.869Z] #60 ... [2019-10-21T22:22:55.869Z] [2019-10-21T22:22:55.869Z] #52 [dev 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-10-21T22:22:55.869Z] #52 DONE 0.2s [2019-10-21T22:22:55.870Z] [2019-10-21T22:22:55.870Z] #56 [dev 19/24] COPY --from=runc /build/ /usr/local/bin/ [2019-10-21T22:22:55.870Z] #56 DONE 0.1s [2019-10-21T22:22:56.334Z] [2019-10-21T22:22:56.334Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:22:56.654Z] #45 ... [2019-10-21T22:22:56.654Z] [2019-10-21T22:22:56.654Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:22:56.655Z] #60 63.64 Checking out files: 40% (1179/2925) Checking out files: 41% (1200/2925) Checking out files: 42% (1229/2925) Checking out files: 43% (1258/2925) Checking out files: 44% (1287/2925) Checking out files: 45% (1317/2925) Checking out files: 46% (1346/2925) Checking out files: 47% (1375/2925) Checking out files: 48% (1404/2925) Checking out files: 49% (1434/2925) Checking out files: 50% (1463/2925) Checking out files: 51% (1492/2925) Checking out files: 52% (1521/2925) Checking out files: 53% (1551/2925) Checking out files: 54% (1580/2925) Checking out files: 55% (1609/2925) Checking out files: 56% (1638/2925) Checking out files: 57% (1668/2925) Checking out files: 58% (1697/2925) Checking out files: 59% (1726/2925) Checking out files: 60% (1755/2925) Checking out files: 61% (1785/2925) Checking out files: 62% (1814/2925) Checking out files: 63% (1843/2925) Checking out files: 64% (1872/2925) Checking out files: 65% (1902/2925) Checking out files: 66% (1931/2925) Checking out files: 67% (1960/2925) Checking out files: 68% (1989/2925) Checking out files: 69% (2019/2925) Checking out files: 70% (2048/2925) Checking out files: 71% (2077/2925) Checking out files: 72% (2106/2925) Checking out files: 73% (2136/2925) Checking out files: 74% (2165/2925) Checking out files: 75% (2194/2925) Checking out files: 76% (2223/2925) Checking out files: 77% (2253/2925) Checking out files: 78% (2282/2925) Checking out files: 78% (2301/2925) Checking out files: 79% (2311/2925) Checking out files: 80% (2340/2925) Checking out files: 81% (2370/2925) Checking out files: 82% (2399/2925) Checking out files: 83% (2428/2925) Checking out files: 84% (2457/2925) Checking out files: 85% (2487/2925) Checking out files: 86% (2516/2925) Checking out files: 87% (2545/2925) Checking out files: 88% (2574/2925) Checking out files: 89% (2604/2925) Checking out files: 90% (2633/2925) Checking out files: 91% (2662/2925) Checking out files: 92% (2691/2925) Checking out files: 93% (2721/2925) Checking out files: 94% (2750/2925) Checking out files: 95% (2779/2925) Checking out files: 96% (2808/2925) Checking out files: 97% (2838/2925) Checking out files: 98% (2867/2925) Checking out files: 99% (2896/2925) Checking out files: 100% (2925/2925) Checking out files: 100% (2925/2925), done. [2019-10-21T22:22:56.655Z] #60 65.69 + cd /tmp/tmp.sY89zm0fdS/src/github.com/containerd/containerd [2019-10-21T22:22:56.655Z] #60 65.69 + git checkout -q 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-21T22:22:57.286Z] #60 66.42 + export 'BUILDTAGS=netgo osusergo static_build' [2019-10-21T22:22:57.286Z] #60 66.42 + BUILDTAGS='netgo osusergo static_build' [2019-10-21T22:22:57.286Z] #60 66.42 + export EXTRA_FLAGS=-buildmode=pie [2019-10-21T22:22:57.286Z] #60 66.42 + EXTRA_FLAGS=-buildmode=pie [2019-10-21T22:22:57.286Z] #60 66.42 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-10-21T22:22:57.286Z] #60 66.43 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-10-21T22:22:57.286Z] #60 66.43 + '[' '' = dynamic ']' [2019-10-21T22:22:57.286Z] #60 66.43 + make [2019-10-21T22:22:58.512Z] --- PASS: TestBuildMultiStageLayerLeak (4.02s) [2019-10-21T22:22:58.512Z] === RUN TestBuildWithHugeFile [2019-10-21T22:22:59.348Z] #60 68.10 + bin/ctr [2019-10-21T22:23:02.153Z] #60 ... [2019-10-21T22:23:02.153Z] [2019-10-21T22:23:02.153Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:23:02.153Z] #42 27.06 make[1]: Nothing to be done for 'all'. [2019-10-21T22:23:02.153Z] #42 30.32 CC images/stats.o [2019-10-21T22:23:02.153Z] #42 31.25 CC images/core.o [2019-10-21T22:23:02.153Z] #42 33.05 CC images/core-x86.o [2019-10-21T22:23:02.153Z] #42 34.24 CC images/core-arm.o [2019-10-21T22:23:02.153Z] #42 35.22 CC images/core-aarch64.o [2019-10-21T22:23:02.153Z] #42 36.09 CC images/core-ppc64.o [2019-10-21T22:23:02.442Z] #42 ... [2019-10-21T22:23:02.442Z] [2019-10-21T22:23:02.442Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T22:23:02.442Z] #32 112.0 time [2019-10-21T22:23:02.442Z] #32 112.0 internal/syscall/unix [2019-10-21T22:23:02.442Z] #32 ... [2019-10-21T22:23:02.442Z] [2019-10-21T22:23:02.442Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T22:23:02.442Z] #18 56.39 The following NEW packages will be installed: [2019-10-21T22:23:02.442Z] #18 56.40 apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-10-21T22:23:02.442Z] #18 56.40 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-10-21T22:23:02.442Z] #18 56.40 bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-10-21T22:23:02.442Z] #18 56.40 gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-10-21T22:23:02.442Z] #18 56.40 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-10-21T22:23:02.442Z] #18 56.40 libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-10-21T22:23:02.442Z] #18 56.41 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-10-21T22:23:02.442Z] #18 56.41 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-10-21T22:23:02.442Z] #18 56.41 libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-10-21T22:23:02.442Z] #18 56.41 libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-10-21T22:23:02.442Z] #18 56.41 mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-10-21T22:23:02.442Z] #18 56.41 python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-10-21T22:23:02.442Z] #18 56.41 python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-10-21T22:23:02.442Z] #18 56.41 xfsprogs xxd xz-utils zip [2019-10-21T22:23:02.442Z] #18 56.56 0 upgraded, 69 newly installed, 0 to remove and 0 not upgraded. [2019-10-21T22:23:02.442Z] #18 56.56 Need to get 87.3 MB of archives. [2019-10-21T22:23:02.442Z] #18 56.56 After this operation, 585 MB of additional disk space will be used. [2019-10-21T22:23:02.442Z] #18 56.56 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el bash-completion all 1:2.1-4.3 [178 kB] [2019-10-21T22:23:02.442Z] #18 56.62 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3 [57.6 kB] [2019-10-21T22:23:02.442Z] #18 56.63 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnfnetlink0 ppc64el 1.0.1-3 [12.8 kB] [2019-10-21T22:23:02.442Z] #18 56.64 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-3 [152 kB] [2019-10-21T22:23:02.442Z] #18 56.68 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libudev-dev ppc64el 232-25+deb9u12 [92.5 kB] [2019-10-21T22:23:02.442Z] #18 56.69 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-21T22:23:02.442Z] #18 56.80 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-21T22:23:02.442Z] #18 57.04 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-minimal ppc64el 3.5.3-1 [35.3 kB] [2019-10-21T22:23:02.442Z] #18 57.05 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libmpdec2 ppc64el 2.4.2-1 [81.9 kB] [2019-10-21T22:23:02.442Z] #18 57.07 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-21T22:23:02.442Z] #18 57.38 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3.5 ppc64el 3.5.3-1+deb9u1 [229 kB] [2019-10-21T22:23:02.442Z] #18 57.40 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3-stdlib ppc64el 3.5.3-1 [18.6 kB] [2019-10-21T22:23:02.442Z] #18 57.42 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el dh-python all 2.20170125 [86.8 kB] [2019-10-21T22:23:02.442Z] #18 57.44 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3 ppc64el 3.5.3-1 [21.6 kB] [2019-10-21T22:23:02.442Z] #18 57.45 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el pigz ppc64el 2.3.4-1 [49.4 kB] [2019-10-21T22:23:02.442Z] #18 57.47 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libip4tc0 ppc64el 1.6.0+snapshot20161117-6 [67.6 kB] [2019-10-21T22:23:02.442Z] #18 57.48 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libip6tc0 ppc64el 1.6.0+snapshot20161117-6 [67.9 kB] [2019-10-21T22:23:02.442Z] #18 57.49 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libiptc0 ppc64el 1.6.0+snapshot20161117-6 [57.8 kB] [2019-10-21T22:23:02.442Z] #18 57.51 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libxtables12 ppc64el 1.6.0+snapshot20161117-6 [74.7 kB] [2019-10-21T22:23:02.442Z] #18 57.52 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.6-2 [34.7 kB] [2019-10-21T22:23:02.442Z] #18 57.52 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el iptables ppc64el 1.6.0+snapshot20161117-6 [278 kB] [2019-10-21T22:23:02.442Z] #18 57.57 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xxd ppc64el 2:8.0.0197-4+deb9u3 [132 kB] [2019-10-21T22:23:02.442Z] #18 57.60 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-21T22:23:02.442Z] #18 57.63 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el bzip2 ppc64el 1.0.6-8.1 [46.3 kB] [2019-10-21T22:23:02.442Z] #18 57.64 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-21T22:23:02.442Z] #18 57.64 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-21T22:23:02.442Z] #18 57.68 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el aufs-tools ppc64el 1:4.1+20161219-1 [102 kB] [2019-10-21T22:23:02.442Z] #18 57.70 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-21T22:23:02.442Z] #18 57.71 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-progs ppc64el 4.7.3-1 [520 kB] [2019-10-21T22:23:02.442Z] #18 57.78 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-tools ppc64el 4.7.3-1 [16.9 kB] [2019-10-21T22:23:02.442Z] #18 57.79 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-21T22:23:02.442Z] #18 57.82 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el dmsetup ppc64el 2:1.02.137-2 [102 kB] [2019-10-21T22:23:02.442Z] #18 57.83 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libonig4 ppc64el 6.1.3-2 [140 kB] [2019-10-21T22:23:02.442Z] #18 57.86 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjq1 ppc64el 1.5+dfsg-1.3 [111 kB] [2019-10-21T22:23:02.442Z] #18 57.88 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el jq ppc64el 1.5+dfsg-1.3 [58.9 kB] [2019-10-21T22:23:02.442Z] #18 57.88 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libaio1 ppc64el 0.3.110-3 [9514 B] [2019-10-21T22:23:02.442Z] #18 57.90 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libcap2-bin ppc64el 1:2.25-1 [27.2 kB] [2019-10-21T22:23:02.442Z] #18 57.90 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-21T22:23:02.442Z] #18 57.91 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libsepol1-dev ppc64el 2.6-2 [294 kB] [2019-10-21T22:23:02.442Z] #18 57.96 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre16-3 ppc64el 2:8.39-3 [239 kB] [2019-10-21T22:23:02.442Z] #18 58.00 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre32-3 ppc64el 2:8.39-3 [232 kB] [2019-10-21T22:23:02.442Z] #18 58.04 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre3-dev ppc64el 2:8.39-3 [586 kB] [2019-10-21T22:23:02.442Z] #18 58.16 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libselinux1-dev ppc64el 2.6-3+b3 [183 kB] [2019-10-21T22:23:02.442Z] #18 58.19 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-21T22:23:02.442Z] #18 58.21 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-21T22:23:02.442Z] #18 58.23 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c1 ppc64el 1.2.1-2 [24.6 kB] [2019-10-21T22:23:02.442Z] #18 58.24 Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b1 [111 kB] [2019-10-21T22:23:02.442Z] #18 58.25 Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libsystemd-dev ppc64el 232-25+deb9u12 [1717 kB] [2019-10-21T22:23:02.442Z] #18 58.51 Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el net-tools ppc64el 1.60+git20161116.90da8a0-1 [235 kB] [2019-10-21T22:23:02.442Z] #18 58.56 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-21T22:23:02.442Z] #18 58.79 Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-10-21T22:23:02.442Z] #18 58.83 Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-pkg-resources all 33.1.1-1 [137 kB] [2019-10-21T22:23:02.442Z] #18 58.85 Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-setuptools all 33.1.1-1 [215 kB] [2019-10-21T22:23:02.442Z] #18 58.88 Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-wheel all 0.29.0-2 [51.8 kB] [2019-10-21T22:23:02.442Z] #18 58.89 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-21T22:23:02.442Z] #18 58.95 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-21T22:23:02.442Z] #18 59.71 Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim ppc64el 2:8.0.0197-4+deb9u3 [914 kB] [2019-10-21T22:23:02.442Z] #18 59.83 Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xfsprogs ppc64el 4.9.0+nmu1 [729 kB] [2019-10-21T22:23:02.442Z] #18 59.92 Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2019-10-21T22:23:02.442Z] #18 59.95 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-21T22:23:02.442Z] #18 59.96 Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el apparmor ppc64el 2.11.0-3+deb9u2 [527 kB] [2019-10-21T22:23:02.442Z] #18 60.02 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-21T22:23:02.442Z] #18 60.28 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-21T22:23:02.442Z] #18 60.64 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-21T22:23:02.442Z] #18 60.67 Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el mingw-w64-common all 5.0.1-1 [4764 kB] [2019-10-21T22:23:02.442Z] #18 61.33 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-21T22:23:02.442Z] #18 61.76 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-21T22:23:02.442Z] #18 61.79 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-21T22:23:02.800Z] #18 ... [2019-10-21T22:23:02.800Z] [2019-10-21T22:23:02.800Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:23:02.800Z] #42 37.51 CC images/core-s390.o [2019-10-21T22:23:04.304Z] #42 39.21 CC images/cpuinfo.o [2019-10-21T22:23:05.347Z] #42 40.22 CC images/inventory.o [2019-10-21T22:23:05.974Z] #42 40.67 CC images/fdinfo.o [2019-10-21T22:23:06.603Z] #42 41.33 CC images/fown.o [2019-10-21T22:23:06.891Z] #42 41.65 CC images/ns.o [2019-10-21T22:23:07.196Z] #42 42.00 CC images/regfile.o [2019-10-21T22:23:07.827Z] #42 42.63 CC images/ghost-file.o [2019-10-21T22:23:08.452Z] #42 43.35 CC images/fifo.o [2019-10-21T22:23:08.826Z] #42 43.73 CC images/remap-file-path.o [2019-10-21T22:23:09.460Z] #42 44.18 CC images/eventfd.o [2019-10-21T22:23:09.758Z] #42 44.61 CC images/eventpoll.o [2019-10-21T22:23:10.387Z] #42 45.10 CC images/fh.o [2019-10-21T22:23:10.707Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-21T22:23:10.707Z] Using test binary docker [2019-10-21T22:23:10.707Z] +++ /etc/init.d/apparmor start [2019-10-21T22:23:10.707Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-21T22:23:10.707Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-21T22:23:10.707Z] Warning failed to create cache: (null) [2019-10-21T22:23:10.707Z] . [2019-10-21T22:23:10.707Z] INFO: Waiting for daemon to start... [2019-10-21T22:23:10.707Z] Starting dockerd [2019-10-21T22:23:10.707Z] +++ 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-21T22:23:10.707Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-21T22:23:10.707Z] Using test binary docker [2019-10-21T22:23:10.707Z] +++ /etc/init.d/apparmor start [2019-10-21T22:23:10.707Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-21T22:23:10.707Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-21T22:23:10.707Z] Warning failed to create cache: (null) [2019-10-21T22:23:10.707Z] . [2019-10-21T22:23:10.707Z] Starting dockerd [2019-10-21T22:23:10.707Z] INFO: Waiting for daemon to start... [2019-10-21T22:23:10.707Z] +++ 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-21T22:23:11.024Z] #42 45.69 CC images/fsnotify.o [2019-10-21T22:23:11.024Z] #42 ... [2019-10-21T22:23:11.024Z] [2019-10-21T22:23:11.024Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T22:23:11.024Z] #18 65.89 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-21T22:23:11.024Z] #18 69.92 debconf: delaying package configuration, since apt-utils is not installed [2019-10-21T22:23:11.024Z] #18 70.10 Fetched 87.3 MB in 11s (7303 kB/s) [2019-10-21T22:23:11.024Z] #18 70.26 Selecting previously unselected package bash-completion. [2019-10-21T22:23:11.025Z] #18 70.27 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15020 files and directories currently installed.) [2019-10-21T22:23:11.025Z] #18 70.34 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-10-21T22:23:12.049Z] #18 ... [2019-10-21T22:23:12.049Z] [2019-10-21T22:23:12.049Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:23:12.049Z] #42 46.98 CC images/signalfd.o [2019-10-21T22:23:12.339Z] #42 ... [2019-10-21T22:23:12.339Z] [2019-10-21T22:23:12.339Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:23:12.339Z] #45 122.0 time [2019-10-21T22:23:12.339Z] #45 128.9 regexp [2019-10-21T22:23:12.629Z] #45 ... [2019-10-21T22:23:12.629Z] [2019-10-21T22:23:12.629Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:23:12.629Z] #42 47.41 CC images/fs.o [2019-10-21T22:23:13.261Z] #42 47.89 CC images/pstree.o [2019-10-21T22:23:13.549Z] #42 48.38 CC images/pipe.o [2019-10-21T22:23:13.999Z] . [2019-10-21T22:23:13.999Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-21T22:23:13.999Z] [2019-10-21T22:23:13.999Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-21T22:23:13.999Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-21T22:23:13.999Z] Error: No such image: emptyfs [2019-10-21T22:23:13.999Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-21T22:23:13.999Z] ++++ docker load [2019-10-21T22:23:13.999Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-21T22:23:13.999Z] Error: No such image: emptyfs [2019-10-21T22:23:13.999Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-21T22:23:13.999Z] ++++ docker load [2019-10-21T22:23:13.999Z] Running integration-test (iteration 1) [2019-10-21T22:23:13.999Z] 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-21T22:23:13.999Z] ++ 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-21T22:23:13.999Z] ++ set -e [2019-10-21T22:23:13.999Z] ++ '[' -n 0 ']' [2019-10-21T22:23:13.999Z] ++ set -x [2019-10-21T22:23:13.999Z] ++ env -i DEST=/go/src/github.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-21T22:23:13.999Z] Running integration-test (iteration 1) [2019-10-21T22:23:13.999Z] 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-21T22:23:13.999Z] ++ 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-21T22:23:13.999Z] ++ set -e [2019-10-21T22:23:13.999Z] ++ '[' -n 0 ']' [2019-10-21T22:23:13.999Z] ++ set -x [2019-10-21T22:23:13.999Z] ++ env -i DEST=/go/src/github.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-21T22:23:14.058Z] ---> 6298b7c8701c [2019-10-21T22:23:14.203Z] #42 48.90 CC images/tcp-stream.o [2019-10-21T22:23:14.494Z] #42 49.33 CC images/sk-packet.o [2019-10-21T22:23:14.781Z] #42 ... [2019-10-21T22:23:14.781Z] [2019-10-21T22:23:14.781Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T22:23:14.781Z] #32 124.3 internal/poll [2019-10-21T22:23:14.781Z] #32 127.8 os [2019-10-21T22:23:14.781Z] #32 130.4 internal/fmtsort [2019-10-21T22:23:14.781Z] #32 132.9 path/filepath [2019-10-21T22:23:14.781Z] #32 132.9 fmt [2019-10-21T22:23:14.781Z] #32 ... [2019-10-21T22:23:14.781Z] [2019-10-21T22:23:14.781Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T22:23:14.781Z] #18 77.83 Unpacking bash-completion (1:2.1-4.3) ... [2019-10-21T22:23:15.040Z] Successfully built 6298b7c8701c [2019-10-21T22:23:15.040Z] Successfully tagged docker:latest [2019-10-21T22:23:15.040Z] INFO: Image build ended at 10/21/2019 22:23:14. Duration:00:00:38.0916251 [2019-10-21T22:23:15.040Z] [2019-10-21T22:23:15.040Z] [2019-10-21T22:23:15.040Z] INFO: Building the test binaries at 10/21/2019 22:23:14... [2019-10-21T22:23:15.809Z] #18 78.78 Selecting previously unselected package libnet1:ppc64el. [2019-10-21T22:23:15.809Z] #18 78.79 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_ppc64el.deb ... [2019-10-21T22:23:15.809Z] #18 78.80 Unpacking libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-10-21T22:23:16.099Z] #18 79.04 Selecting previously unselected package libnfnetlink0:ppc64el. [2019-10-21T22:23:16.099Z] #18 79.08 Preparing to unpack .../02-libnfnetlink0_1.0.1-3_ppc64el.deb ... [2019-10-21T22:23:16.099Z] #18 79.08 Unpacking libnfnetlink0:ppc64el (1.0.1-3) ... [2019-10-21T22:23:16.395Z] #18 79.24 Selecting previously unselected package libpcrecpp0v5:ppc64el. [2019-10-21T22:23:16.395Z] #18 79.25 Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_ppc64el.deb ... [2019-10-21T22:23:16.395Z] #18 79.27 Unpacking libpcrecpp0v5:ppc64el (2:8.39-3) ... [2019-10-21T22:23:16.395Z] #18 79.46 Selecting previously unselected package libudev-dev:ppc64el. [2019-10-21T22:23:16.691Z] #18 79.46 Preparing to unpack .../04-libudev-dev_232-25+deb9u12_ppc64el.deb ... [2019-10-21T22:23:16.691Z] #18 79.50 Unpacking libudev-dev:ppc64el (232-25+deb9u12) ... [2019-10-21T22:23:16.691Z] #18 79.71 Selecting previously unselected package libpython3.5-minimal:ppc64el. [2019-10-21T22:23:16.981Z] #18 79.71 Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_ppc64el.deb ... [2019-10-21T22:23:16.981Z] #18 79.73 Unpacking libpython3.5-minimal:ppc64el (3.5.3-1+deb9u1) ... [2019-10-21T22:23:17.621Z] #18 80.70 Selecting previously unselected package python3.5-minimal. [2019-10-21T22:23:17.907Z] #18 80.70 Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_ppc64el.deb ... [2019-10-21T22:23:17.907Z] #18 80.75 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-10-21T22:23:19.412Z] #18 82.42 Selecting previously unselected package python3-minimal. [2019-10-21T22:23:19.412Z] #18 82.44 Preparing to unpack .../07-python3-minimal_3.5.3-1_ppc64el.deb ... [2019-10-21T22:23:19.412Z] #18 82.44 Unpacking python3-minimal (3.5.3-1) ... [2019-10-21T22:23:19.701Z] #18 82.71 Selecting previously unselected package libmpdec2:ppc64el. [2019-10-21T22:23:19.701Z] #18 82.72 Preparing to unpack .../08-libmpdec2_2.4.2-1_ppc64el.deb ... [2019-10-21T22:23:19.701Z] #18 82.72 Unpacking libmpdec2:ppc64el (2.4.2-1) ... [2019-10-21T22:23:19.990Z] #18 82.93 Selecting previously unselected package libpython3.5-stdlib:ppc64el. [2019-10-21T22:23:19.990Z] #18 82.93 Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_ppc64el.deb ... [2019-10-21T22:23:19.990Z] #18 82.93 Unpacking libpython3.5-stdlib:ppc64el (3.5.3-1+deb9u1) ... [2019-10-21T22:23:20.298Z] --- PASS: TestBuildWithHugeFile (46.04s) [2019-10-21T22:23:20.298Z] === RUN TestBuildWithEmptyDockerfile [2019-10-21T22:23:20.298Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-21T22:23:20.298Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-21T22:23:20.298Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-21T22:23:20.298Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-21T22:23:20.298Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-21T22:23:20.298Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-21T22:23:20.298Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-21T22:23:20.298Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-21T22:23:20.298Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-21T22:23:20.298Z] --- PASS: TestBuildWithEmptyDockerfile (0.25s) [2019-10-21T22:23:20.298Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.29s) [2019-10-21T22:23:20.298Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.30s) [2019-10-21T22:23:20.298Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.30s) [2019-10-21T22:23:20.298Z] === RUN TestBuildPreserveOwnership [2019-10-21T22:23:20.298Z] === RUN TestBuildPreserveOwnership/copy_from [2019-10-21T22:23:20.633Z] #18 ... [2019-10-21T22:23:20.633Z] [2019-10-21T22:23:20.633Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:23:20.634Z] #45 140.1 os/exec [2019-10-21T22:23:20.634Z] #45 140.2 net [2019-10-21T22:23:20.816Z] #60 226.1 + bin/containerd-stress [2019-10-21T22:23:20.816Z] #60 228.1 + bin/containerd-shim [2019-10-21T22:23:20.846Z] INFO: make.ps1 starting at 10/21/2019 22:23:19 [2019-10-21T22:23:20.846Z] INFO: Git commit (3ddb4100a) assumed from DOCKER_GITCOMMIT environment variable [2019-10-21T22:23:20.846Z] INFO: Invoking autogen... [2019-10-21T22:23:20.846Z] INFO: Building daemon... [2019-10-21T22:23:22.690Z] #45 142.3 internal/lazyregexp [2019-10-21T22:23:24.483Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-10-21T22:23:25.409Z] #45 ... [2019-10-21T22:23:25.409Z] [2019-10-21T22:23:25.409Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:23:25.409Z] #42 49.94 CC images/mnt.o [2019-10-21T22:23:25.409Z] #42 50.49 CC images/pipe-data.o [2019-10-21T22:23:25.409Z] #42 50.99 CC images/sa.o [2019-10-21T22:23:25.409Z] #42 51.50 CC images/timer.o [2019-10-21T22:23:25.409Z] #42 52.36 CC images/timerfd.o [2019-10-21T22:23:25.409Z] #42 52.83 CC images/mm.o [2019-10-21T22:23:25.409Z] #42 53.46 CC images/sk-opts.o [2019-10-21T22:23:25.409Z] #42 53.89 CC images/sk-unix.o [2019-10-21T22:23:25.409Z] #42 54.51 CC images/sk-inet.o [2019-10-21T22:23:25.409Z] #42 55.47 CC images/tun.o [2019-10-21T22:23:25.409Z] #42 56.11 CC images/sk-netlink.o [2019-10-21T22:23:25.409Z] #42 56.52 CC images/packet-sock.o [2019-10-21T22:23:25.409Z] #42 57.39 CC images/ipc-var.o [2019-10-21T22:23:25.409Z] #42 57.82 CC images/ipc-desc.o [2019-10-21T22:23:25.409Z] #42 58.28 CC images/ipc-shm.o [2019-10-21T22:23:25.409Z] #42 58.66 CC images/ipc-msg.o [2019-10-21T22:23:25.409Z] #42 59.24 CC images/ipc-sem.o [2019-10-21T22:23:25.409Z] #42 59.62 CC images/utsns.o [2019-10-21T22:23:25.409Z] #42 59.92 CC images/creds.o [2019-10-21T22:23:25.409Z] #42 ... [2019-10-21T22:23:25.409Z] [2019-10-21T22:23:25.409Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T22:23:25.409Z] #18 85.54 Selecting previously unselected package python3.5. [2019-10-21T22:23:25.409Z] #18 85.54 Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_ppc64el.deb ... [2019-10-21T22:23:25.409Z] #18 85.57 Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-10-21T22:23:25.409Z] #18 85.84 Selecting previously unselected package libpython3-stdlib:ppc64el. [2019-10-21T22:23:25.409Z] #18 85.86 Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_ppc64el.deb ... [2019-10-21T22:23:25.409Z] #18 85.86 Unpacking libpython3-stdlib:ppc64el (3.5.3-1) ... [2019-10-21T22:23:25.409Z] #18 85.98 Selecting previously unselected package dh-python. [2019-10-21T22:23:25.409Z] #18 85.98 Preparing to unpack .../12-dh-python_2.20170125_all.deb ... [2019-10-21T22:23:25.409Z] #18 85.99 Unpacking dh-python (2.20170125) ... [2019-10-21T22:23:25.409Z] #18 86.38 Setting up libpython3.5-minimal:ppc64el (3.5.3-1+deb9u1) ... [2019-10-21T22:23:25.409Z] #18 86.42 Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-10-21T22:23:26.383Z] --- PASS: TestBuildPreserveOwnership (6.22s) [2019-10-21T22:23:26.383Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.15s) [2019-10-21T22:23:26.383Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.06s) [2019-10-21T22:23:26.383Z] === RUN TestBuildPlatformInvalid [2019-10-21T22:23:26.383Z] --- PASS: TestBuildPlatformInvalid (0.16s) [2019-10-21T22:23:26.383Z] PASS [2019-10-21T22:23:26.383Z] [2019-10-21T22:23:26.383Z] === Skipped [2019-10-21T22:23:26.383Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2019-10-21T22:23:26.383Z] build_session_test.go:25: TODO: BuildKit [2019-10-21T22:23:26.383Z] [2019-10-21T22:23:26.383Z] [2019-10-21T22:23:26.383Z] DONE 32 tests, 1 skipped in 97.758s [2019-10-21T22:23:26.383Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2019-10-21T22:23:26.383Z] ++ 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-21T22:23:26.383Z] ++ set -e [2019-10-21T22:23:26.383Z] ++ '[' -n 0 ']' [2019-10-21T22:23:26.383Z] ++ set -x [2019-10-21T22:23:26.383Z] ++ env -i DEST=/go/src/github.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-21T22:23:26.383Z] INFO: Testing against a local daemon [2019-10-21T22:23:26.383Z] === RUN TestConfigList [2019-10-21T22:23:26.903Z] #18 ... [2019-10-21T22:23:26.903Z] [2019-10-21T22:23:26.903Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T22:23:26.903Z] #32 136.3 io/ioutil [2019-10-21T22:23:26.903Z] #32 139.8 flag [2019-10-21T22:23:26.903Z] #32 139.8 github.com/BurntSushi/toml [2019-10-21T22:23:26.903Z] #32 140.0 log [2019-10-21T22:23:26.903Z] #32 ... [2019-10-21T22:23:26.903Z] [2019-10-21T22:23:26.903Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:23:26.903Z] #42 60.33 CC images/vma.o [2019-10-21T22:23:26.903Z] #42 60.75 CC images/netdev.o [2019-10-21T22:23:26.903Z] #42 61.58 CC images/tty.o [2019-10-21T22:23:27.328Z] #60 234.3 + bin/containerd-shim-runc-v1 [2019-10-21T22:23:28.409Z] #42 63.03 CC images/file-lock.o [2019-10-21T22:23:28.697Z] #42 63.49 CC images/rlimit.o [2019-10-21T22:23:28.994Z] #42 63.94 CC images/pagemap.o [2019-10-21T22:23:29.665Z] --- PASS: TestConfigList (3.25s) [2019-10-21T22:23:29.665Z] config_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigList" [2019-10-21T22:23:29.665Z] === RUN TestConfigsCreateAndDelete [2019-10-21T22:23:30.101Z] #42 64.79 CC images/siginfo.o [2019-10-21T22:23:30.166Z] #60 237.7 + bin/containerd-shim-runc-v2 [2019-10-21T22:23:30.729Z] #42 65.44 CC images/rpc.o [2019-10-21T22:23:31.000Z] #60 238.7 + binaries [2019-10-21T22:23:31.000Z] #60 238.7 + mkdir -p /build [2019-10-21T22:23:31.000Z] #60 238.7 + cp bin/containerd /build/containerd [2019-10-21T22:23:31.000Z] #60 238.7 + cp bin/containerd-shim /build/containerd-shim [2019-10-21T22:23:31.000Z] #60 238.7 + cp bin/ctr /build/ctr [2019-10-21T22:23:31.000Z] #60 DONE 238.9s [2019-10-21T22:23:31.849Z] [2019-10-21T22:23:31.849Z] #61 [dev 20/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-10-21T22:23:31.849Z] #61 DONE 0.1s [2019-10-21T22:23:31.849Z] [2019-10-21T22:23:31.849Z] #65 [dev 21/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-10-21T22:23:31.849Z] #65 DONE 0.1s [2019-10-21T22:23:32.254Z] [2019-10-21T22:23:32.254Z] #67 [dev 22/24] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2019-10-21T22:23:32.254Z] #67 DONE 0.1s [2019-10-21T22:23:32.254Z] [2019-10-21T22:23:32.254Z] #70 [dev 23/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-10-21T22:23:32.254Z] #70 DONE 0.1s [2019-10-21T22:23:32.254Z] [2019-10-21T22:23:32.254Z] #71 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-10-21T22:23:32.254Z] #71 DONE 0.0s [2019-10-21T22:23:32.254Z] [2019-10-21T22:23:32.254Z] #72 [src 1/1] COPY . /go/src/github.com/docker/docker [2019-10-21T22:23:32.667Z] #72 DONE 0.6s [2019-10-21T22:23:32.783Z] #42 ... [2019-10-21T22:23:32.783Z] [2019-10-21T22:23:32.783Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T22:23:32.783Z] #18 93.04 Setting up python3-minimal (3.5.3-1) ... [2019-10-21T22:23:32.783Z] #18 95.66 Selecting previously unselected package python3. [2019-10-21T22:23:32.783Z] #18 95.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 ... 16606 files and directories currently installed.) [2019-10-21T22:23:32.783Z] #18 95.76 Preparing to unpack .../00-python3_3.5.3-1_ppc64el.deb ... [2019-10-21T22:23:32.783Z] #18 95.78 Unpacking python3 (3.5.3-1) ... [2019-10-21T22:23:32.951Z] --- PASS: TestConfigsCreateAndDelete (3.14s) [2019-10-21T22:23:32.951Z] config_test.go:112: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete" [2019-10-21T22:23:32.951Z] === RUN TestConfigsUpdate [2019-10-21T22:23:33.066Z] [2019-10-21T22:23:33.066Z] #73 exporting to oci image format [2019-10-21T22:23:33.066Z] #73 exporting layers [2019-10-21T22:23:33.072Z] #18 96.01 Selecting previously unselected package pigz. [2019-10-21T22:23:33.072Z] #18 96.02 Preparing to unpack .../01-pigz_2.3.4-1_ppc64el.deb ... [2019-10-21T22:23:33.072Z] #18 96.03 Unpacking pigz (2.3.4-1) ... [2019-10-21T22:23:33.072Z] #18 96.14 Selecting previously unselected package libip4tc0:ppc64el. [2019-10-21T22:23:33.364Z] #18 96.14 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-10-21T22:23:33.364Z] #18 96.15 Unpacking libip4tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-21T22:23:33.364Z] #18 96.32 Selecting previously unselected package libip6tc0:ppc64el. [2019-10-21T22:23:33.364Z] #18 96.33 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-10-21T22:23:33.364Z] #18 96.34 Unpacking libip6tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-21T22:23:33.652Z] #18 96.51 Selecting previously unselected package libiptc0:ppc64el. [2019-10-21T22:23:33.652Z] #18 96.52 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-10-21T22:23:33.652Z] #18 96.52 Unpacking libiptc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-21T22:23:33.940Z] #18 96.71 Selecting previously unselected package libxtables12:ppc64el. [2019-10-21T22:23:33.940Z] #18 96.71 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-10-21T22:23:33.940Z] #18 96.74 Unpacking libxtables12:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-21T22:23:33.940Z] #18 96.93 Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2019-10-21T22:23:33.940Z] #18 96.96 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_ppc64el.deb ... [2019-10-21T22:23:33.940Z] #18 96.96 Unpacking libnetfilter-conntrack3:ppc64el (1.0.6-2) ... [2019-10-21T22:23:34.229Z] #18 97.12 Selecting previously unselected package iptables. [2019-10-21T22:23:34.229Z] #18 97.13 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-10-21T22:23:34.229Z] #18 97.14 Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-10-21T22:23:34.860Z] #18 97.96 Selecting previously unselected package xxd. [2019-10-21T22:23:35.148Z] #18 ... [2019-10-21T22:23:35.148Z] [2019-10-21T22:23:35.148Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-21T22:23:35.148Z] #32 147.5 github.com/BurntSushi/toml/cmd/tomlv [2019-10-21T22:23:35.148Z] #32 DONE 154.7s [2019-10-21T22:23:35.148Z] [2019-10-21T22:23:35.148Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T22:23:35.148Z] #18 97.96 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-10-21T22:23:35.148Z] #18 97.97 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-10-21T22:23:35.148Z] #18 ... [2019-10-21T22:23:35.148Z] [2019-10-21T22:23:35.148Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:23:35.148Z] #42 68.90 CC images/ext-file.o [2019-10-21T22:23:35.148Z] #42 69.17 CC images/cgroup.o [2019-10-21T22:23:36.190Z] #42 70.88 CC images/userns.o [2019-10-21T22:23:36.235Z] --- PASS: TestConfigsUpdate (3.15s) [2019-10-21T22:23:36.235Z] config_test.go:140: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate" [2019-10-21T22:23:36.235Z] === RUN TestTemplatedConfig [2019-10-21T22:23:37.221Z] #42 71.92 CC images/google/protobuf/descriptor.o [2019-10-21T22:23:39.299Z] #42 ... [2019-10-21T22:23:39.299Z] [2019-10-21T22:23:39.300Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:23:39.300Z] #45 148.7 encoding/binary [2019-10-21T22:23:39.300Z] #45 148.7 go/token [2019-10-21T22:23:39.300Z] #45 148.8 net/url [2019-10-21T22:23:39.300Z] #45 153.1 go/scanner [2019-10-21T22:23:39.300Z] #45 157.7 text/template/parse [2019-10-21T22:23:39.300Z] #45 158.3 encoding/base64 [2019-10-21T22:23:39.300Z] #45 ... [2019-10-21T22:23:39.300Z] [2019-10-21T22:23:39.300Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T22:23:39.300Z] #18 98.19 Selecting previously unselected package vim-common. [2019-10-21T22:23:39.300Z] #18 98.21 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-21T22:23:39.300Z] #18 98.23 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-21T22:23:39.300Z] #18 98.61 Selecting previously unselected package bzip2. [2019-10-21T22:23:39.300Z] #18 98.61 Preparing to unpack .../10-bzip2_1.0.6-8.1_ppc64el.deb ... [2019-10-21T22:23:39.300Z] #18 98.62 Unpacking bzip2 (1.0.6-8.1) ... [2019-10-21T22:23:39.300Z] #18 99.06 Selecting previously unselected package libgpm2:ppc64el. [2019-10-21T22:23:39.300Z] #18 99.08 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_ppc64el.deb ... [2019-10-21T22:23:39.300Z] #18 99.09 Unpacking libgpm2:ppc64el (1.20.4-6.2+b1) ... [2019-10-21T22:23:39.300Z] #18 99.27 Selecting previously unselected package xz-utils. [2019-10-21T22:23:39.300Z] #18 99.30 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_ppc64el.deb ... [2019-10-21T22:23:39.300Z] #18 99.30 Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-10-21T22:23:39.300Z] #18 99.62 Selecting previously unselected package aufs-tools. [2019-10-21T22:23:39.300Z] #18 99.63 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_ppc64el.deb ... [2019-10-21T22:23:39.300Z] #18 99.64 Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-10-21T22:23:39.300Z] #18 100.0 Selecting previously unselected package liblzo2-2:ppc64el. [2019-10-21T22:23:39.300Z] #18 100.0 Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-10-21T22:23:39.300Z] #18 100.0 Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-21T22:23:39.300Z] #18 100.2 Selecting previously unselected package btrfs-progs. [2019-10-21T22:23:39.300Z] #18 100.2 Preparing to unpack .../15-btrfs-progs_4.7.3-1_ppc64el.deb ... [2019-10-21T22:23:39.300Z] #18 100.2 Unpacking btrfs-progs (4.7.3-1) ... [2019-10-21T22:23:39.300Z] #18 101.0 Selecting previously unselected package btrfs-tools. [2019-10-21T22:23:39.300Z] #18 101.0 Preparing to unpack .../16-btrfs-tools_4.7.3-1_ppc64el.deb ... [2019-10-21T22:23:39.300Z] #18 101.0 Unpacking btrfs-tools (4.7.3-1) ... [2019-10-21T22:23:39.300Z] #18 101.2 Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2019-10-21T22:23:39.300Z] #18 101.2 Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_ppc64el.deb ... [2019-10-21T22:23:39.300Z] #18 101.2 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.137-2) ... [2019-10-21T22:23:39.300Z] #18 101.4 Selecting previously unselected package dmsetup. [2019-10-21T22:23:39.300Z] #18 101.5 Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_ppc64el.deb ... [2019-10-21T22:23:39.300Z] #18 101.5 Unpacking dmsetup (2:1.02.137-2) ... [2019-10-21T22:23:39.300Z] #18 101.6 Selecting previously unselected package libonig4:ppc64el. [2019-10-21T22:23:39.300Z] #18 101.7 Preparing to unpack .../19-libonig4_6.1.3-2_ppc64el.deb ... [2019-10-21T22:23:39.300Z] #18 101.7 Unpacking libonig4:ppc64el (6.1.3-2) ... [2019-10-21T22:23:39.300Z] #18 101.9 Selecting previously unselected package libjq1:ppc64el. [2019-10-21T22:23:39.300Z] #18 101.9 Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_ppc64el.deb ... [2019-10-21T22:23:39.300Z] #18 102.0 Unpacking libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-10-21T22:23:39.300Z] #18 102.2 Selecting previously unselected package jq. [2019-10-21T22:23:39.300Z] #18 102.2 Preparing to unpack .../21-jq_1.5+dfsg-1.3_ppc64el.deb ... [2019-10-21T22:23:39.300Z] #18 102.2 Unpacking jq (1.5+dfsg-1.3) ... [2019-10-21T22:23:39.300Z] #18 102.3 Selecting previously unselected package libaio1:ppc64el. [2019-10-21T22:23:39.300Z] #18 102.3 Preparing to unpack .../22-libaio1_0.3.110-3_ppc64el.deb ... [2019-10-21T22:23:39.518Z] --- PASS: TestTemplatedConfig (3.41s) [2019-10-21T22:23:39.518Z] config_test.go:192: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig" [2019-10-21T22:23:39.518Z] === RUN TestConfigInspect [2019-10-21T22:23:39.588Z] #18 102.3 Unpacking libaio1:ppc64el (0.3.110-3) ... [2019-10-21T22:23:39.588Z] #18 102.4 Selecting previously unselected package libcap2-bin. [2019-10-21T22:23:39.588Z] #18 102.5 Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_ppc64el.deb ... [2019-10-21T22:23:39.588Z] #18 102.5 Unpacking libcap2-bin (1:2.25-1) ... [2019-10-21T22:23:39.883Z] #18 102.6 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2019-10-21T22:23:39.883Z] #18 102.6 Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_ppc64el.deb ... [2019-10-21T22:23:39.883Z] #18 102.6 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.137-2) ... [2019-10-21T22:23:39.883Z] #18 102.8 Selecting previously unselected package libsepol1-dev:ppc64el. [2019-10-21T22:23:39.883Z] #18 102.8 Preparing to unpack .../25-libsepol1-dev_2.6-2_ppc64el.deb ... [2019-10-21T22:23:39.883Z] #18 102.8 Unpacking libsepol1-dev:ppc64el (2.6-2) ... [2019-10-21T22:23:40.107Z] INFO [loader] Go packages loading at mode 575 (deps|exports_file|files|types_sizes|compiled_files|imports|name) took 1m50.638139173s [2019-10-21T22:23:40.107Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 455.982268ms [2019-10-21T22:23:40.516Z] #18 103.3 Selecting previously unselected package libpcre16-3:ppc64el. [2019-10-21T22:23:40.516Z] #18 103.3 Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_ppc64el.deb ... [2019-10-21T22:23:40.516Z] #18 103.3 Unpacking libpcre16-3:ppc64el (2:8.39-3) ... [2019-10-21T22:23:40.807Z] #18 103.6 Selecting previously unselected package libpcre32-3:ppc64el. [2019-10-21T22:23:40.807Z] #18 103.6 Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_ppc64el.deb ... [2019-10-21T22:23:40.807Z] #18 103.7 Unpacking libpcre32-3:ppc64el (2:8.39-3) ... [2019-10-21T22:23:40.807Z] #18 ... [2019-10-21T22:23:40.807Z] [2019-10-21T22:23:40.807Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:23:40.807Z] #42 75.79 CC images/opts.o [2019-10-21T22:23:41.435Z] #42 76.30 CC images/seccomp.o [2019-10-21T22:23:42.065Z] #42 76.92 CC images/binfmt-misc.o [2019-10-21T22:23:42.355Z] #42 77.30 CC images/time.o [2019-10-21T22:23:42.644Z] #42 77.64 CC images/sysctl.o [2019-10-21T22:23:42.801Z] --- PASS: TestConfigInspect (3.16s) [2019-10-21T22:23:42.801Z] config_test.go:326: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect" [2019-10-21T22:23:42.801Z] === RUN TestConfigCreateWithLabels [2019-10-21T22:23:43.290Z] #42 78.10 CC images/autofs.o [2019-10-21T22:23:43.923Z] #42 78.63 CC images/macvlan.o [2019-10-21T22:23:44.211Z] #42 79.08 CC images/sit.o [2019-10-21T22:23:44.837Z] #42 79.49 LINK images/built-in.o [2019-10-21T22:23:44.837Z] #42 79.74 GEN compel/include/asm [2019-10-21T22:23:44.837Z] #42 79.75 GEN compel/include/version.h [2019-10-21T22:23:44.837Z] #42 79.78 touch .config [2019-10-21T22:23:44.837Z] #42 79.81 GEN include/common/config.h [2019-10-21T22:23:45.127Z] #42 80.07 GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-10-21T22:23:45.127Z] #42 80.11 GEN compel/plugins/include/uapi/std/syscall.h [2019-10-21T22:23:45.127Z] #42 80.18 GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2019-10-21T22:23:45.418Z] #42 80.22 DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2019-10-21T22:23:45.418Z] #42 80.28 DEP compel/arch/ppc64/plugins/std/memcmp.d [2019-10-21T22:23:45.418Z] #42 80.32 DEP compel/arch/ppc64/plugins/std/memcpy.d [2019-10-21T22:23:45.418Z] #42 80.40 DEP compel/arch/ppc64/plugins/std/parasite-head.d [2019-10-21T22:23:45.418Z] #42 80.45 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-10-21T22:23:45.711Z] #42 80.46 DEP compel/plugins/std/infect.d [2019-10-21T22:23:46.001Z] #42 80.84 DEP compel/plugins/std/string.d [2019-10-21T22:23:46.083Z] --- PASS: TestConfigCreateWithLabels (3.08s) [2019-10-21T22:23:46.083Z] config_test.go:350: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels" [2019-10-21T22:23:46.083Z] === RUN TestConfigCreateResolve [2019-10-21T22:23:46.293Z] #42 81.06 DEP compel/plugins/std/log.d [2019-10-21T22:23:46.293Z] #42 81.35 DEP compel/plugins/std/fds.d [2019-10-21T22:23:46.921Z] #42 81.57 DEP compel/plugins/std/std.d [2019-10-21T22:23:46.921Z] #42 81.78 DEP compel/plugins/shmem/shmem.d [2019-10-21T22:23:47.211Z] #42 81.94 DEP compel/plugins/fds/fds.d [2019-10-21T22:23:47.499Z] #42 82.24 CC compel/plugins/std/std.o [2019-10-21T22:23:48.125Z] #42 82.86 CC compel/plugins/std/fds.o [2019-10-21T22:23:48.417Z] #42 ... [2019-10-21T22:23:48.417Z] [2019-10-21T22:23:48.417Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T22:23:48.417Z] #18 103.9 Selecting previously unselected package libpcre3-dev:ppc64el. [2019-10-21T22:23:48.417Z] #18 103.9 Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_ppc64el.deb ... [2019-10-21T22:23:48.417Z] #18 104.0 Unpacking libpcre3-dev:ppc64el (2:8.39-3) ... [2019-10-21T22:23:48.417Z] #18 104.7 Selecting previously unselected package libselinux1-dev:ppc64el. [2019-10-21T22:23:48.417Z] #18 104.7 Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_ppc64el.deb ... [2019-10-21T22:23:48.417Z] #18 104.7 Unpacking libselinux1-dev:ppc64el (2.6-3+b3) ... [2019-10-21T22:23:48.417Z] #18 105.2 Selecting previously unselected package libdevmapper-dev:ppc64el. [2019-10-21T22:23:48.417Z] #18 105.2 Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_ppc64el.deb ... [2019-10-21T22:23:48.417Z] #18 105.3 Unpacking libdevmapper-dev:ppc64el (2:1.02.137-2) ... [2019-10-21T22:23:48.417Z] #18 105.5 Selecting previously unselected package libnl-3-200:ppc64el. [2019-10-21T22:23:48.417Z] #18 105.5 Preparing to unpack .../31-libnl-3-200_3.2.27-2_ppc64el.deb ... [2019-10-21T22:23:48.417Z] #18 105.5 Unpacking libnl-3-200:ppc64el (3.2.27-2) ... [2019-10-21T22:23:48.417Z] #18 105.6 Selecting previously unselected package libprotobuf-c1:ppc64el. [2019-10-21T22:23:48.417Z] #18 105.7 Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_ppc64el.deb ... [2019-10-21T22:23:48.417Z] #18 105.7 Unpacking libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-10-21T22:23:48.417Z] #18 105.8 Selecting previously unselected package libreadline5:ppc64el. [2019-10-21T22:23:48.417Z] #18 105.9 Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_ppc64el.deb ... [2019-10-21T22:23:48.417Z] #18 105.9 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b1) ... [2019-10-21T22:23:48.417Z] #18 106.1 Selecting previously unselected package libsystemd-dev:ppc64el. [2019-10-21T22:23:48.417Z] #18 106.1 Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_ppc64el.deb ... [2019-10-21T22:23:48.417Z] #18 106.1 Unpacking libsystemd-dev:ppc64el (232-25+deb9u12) ... [2019-10-21T22:23:48.417Z] #18 109.1 Selecting previously unselected package net-tools. [2019-10-21T22:23:48.417Z] #18 109.2 Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_ppc64el.deb ... [2019-10-21T22:23:48.417Z] #18 109.2 Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-10-21T22:23:48.417Z] #18 109.6 Selecting previously unselected package python-pip-whl. [2019-10-21T22:23:48.417Z] #18 109.6 Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-10-21T22:23:48.417Z] #18 109.6 Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-10-21T22:23:48.417Z] #18 110.4 Selecting previously unselected package python3-pip. [2019-10-21T22:23:48.417Z] #18 110.4 Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-10-21T22:23:48.417Z] #18 110.4 Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-10-21T22:23:48.417Z] #18 110.7 Selecting previously unselected package python3-pkg-resources. [2019-10-21T22:23:48.417Z] #18 110.7 Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-10-21T22:23:48.417Z] #18 110.7 Unpacking python3-pkg-resources (33.1.1-1) ... [2019-10-21T22:23:48.417Z] #18 111.0 Selecting previously unselected package python3-setuptools. [2019-10-21T22:23:48.417Z] #18 111.1 Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-10-21T22:23:48.417Z] #18 111.1 Unpacking python3-setuptools (33.1.1-1) ... [2019-10-21T22:23:48.613Z] --- PASS: TestConfigCreateResolve (3.15s) [2019-10-21T22:23:48.614Z] config_test.go:377: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve" [2019-10-21T22:23:48.614Z] === RUN TestConfigDaemonLibtrustID [2019-10-21T22:23:48.706Z] #18 111.5 Selecting previously unselected package python3-wheel. [2019-10-21T22:23:48.706Z] #18 111.5 Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-10-21T22:23:48.706Z] #18 111.5 Unpacking python3-wheel (0.29.0-2) ... [2019-10-21T22:23:48.706Z] #18 ... [2019-10-21T22:23:48.706Z] [2019-10-21T22:23:48.706Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:23:48.706Z] #42 83.55 CC compel/plugins/std/log.o [2019-10-21T22:23:49.180Z] --- PASS: TestConfigDaemonLibtrustID (0.57s) [2019-10-21T22:23:49.180Z] config_test.go:427: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID" [2019-10-21T22:23:49.180Z] PASS [2019-10-21T22:23:49.439Z] [2019-10-21T22:23:49.439Z] DONE 8 tests in 23.081s [2019-10-21T22:23:49.439Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2019-10-21T22:23:49.439Z] ++ 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-21T22:23:49.439Z] ++ set -e [2019-10-21T22:23:49.439Z] ++ '[' -n 0 ']' [2019-10-21T22:23:49.439Z] ++ set -x [2019-10-21T22:23:49.439Z] ++ env -i DEST=/go/src/github.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-21T22:23:49.439Z] INFO: Testing against a local daemon [2019-10-21T22:23:49.439Z] === RUN TestCheckpoint [2019-10-21T22:23:49.439Z] --- SKIP: TestCheckpoint (0.00s) [2019-10-21T22:23:49.439Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-21T22:23:49.439Z] === RUN TestContainerInvalidJSON [2019-10-21T22:23:49.439Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-10-21T22:23:49.439Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-10-21T22:23:49.439Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-10-21T22:23:49.439Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-10-21T22:23:49.439Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-10-21T22:23:49.439Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-10-21T22:23:49.439Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-10-21T22:23:49.439Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-10-21T22:23:49.439Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-10-21T22:23:49.439Z] --- PASS: TestContainerInvalidJSON (0.02s) [2019-10-21T22:23:49.439Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-10-21T22:23:49.439Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-10-21T22:23:49.439Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2019-10-21T22:23:49.439Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-10-21T22:23:49.697Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s) [2019-10-21T22:23:49.697Z] === RUN TestCopyFromContainerPathIsNotDir [2019-10-21T22:23:49.697Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s) [2019-10-21T22:23:49.697Z] === RUN TestCopyToContainerPathDoesNotExist [2019-10-21T22:23:49.955Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.13s) [2019-10-21T22:23:49.955Z] === RUN TestCopyToContainerPathIsNotDir [2019-10-21T22:23:49.955Z] --- PASS: TestCopyToContainerPathIsNotDir (0.14s) [2019-10-21T22:23:49.955Z] === RUN TestCopyFromContainer [2019-10-21T22:23:50.231Z] #42 ... [2019-10-21T22:23:50.231Z] [2019-10-21T22:23:50.231Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:23:50.231Z] #45 159.7 go/ast [2019-10-21T22:23:50.231Z] #45 160.5 encoding/json [2019-10-21T22:23:50.231Z] #45 ... [2019-10-21T22:23:50.231Z] [2019-10-21T22:23:50.231Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T22:23:50.231Z] #18 111.8 Selecting previously unselected package thin-provisioning-tools. [2019-10-21T22:23:50.231Z] #18 111.8 Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_ppc64el.deb ... [2019-10-21T22:23:50.231Z] #18 111.8 Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-10-21T22:23:50.231Z] #18 112.3 Selecting previously unselected package vim-runtime. [2019-10-21T22:23:50.232Z] #18 112.3 Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-21T22:23:50.232Z] #18 112.4 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-21T22:23:50.232Z] #18 112.5 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-10-21T22:23:50.232Z] #18 112.5 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-10-21T22:23:52.485Z] === RUN TestCopyFromContainer// [2019-10-21T22:23:52.485Z] === RUN TestCopyFromContainer//bar/root [2019-10-21T22:23:52.485Z] === RUN TestCopyFromContainer//bar/root/ [2019-10-21T22:23:52.485Z] === RUN TestCopyFromContainer/bar/quux [2019-10-21T22:23:52.485Z] === RUN TestCopyFromContainer/bar/quux/ [2019-10-21T22:23:52.692Z] Loaded image: buildpack-deps:jessie [2019-10-21T22:23:52.692Z] Loaded image: busybox:latest [2019-10-21T22:23:52.692Z] Loaded image: busybox:glibc [2019-10-21T22:23:52.692Z] Loaded image: debian:jessie [2019-10-21T22:23:52.692Z] Loaded image: hello-world:latest [2019-10-21T22:23:52.692Z] Loaded image: buildpack-deps:jessie [2019-10-21T22:23:52.692Z] INFO: Testing against a local daemon [2019-10-21T22:23:52.692Z] === RUN TestDockerSuite [2019-10-21T22:23:52.692Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2019-10-21T22:23:52.692Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2019-10-21T22:23:52.692Z] === RUN TestDockerSuite/TestAPIErrorJSON [2019-10-21T22:23:52.692Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2019-10-21T22:23:52.692Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2019-10-21T22:23:52.692Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2019-10-21T22:23:52.692Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2019-10-21T22:23:52.692Z] === RUN TestDockerSuite/TestAPIImagesDelete [2019-10-21T22:23:52.692Z] Loaded image: busybox:latest [2019-10-21T22:23:52.692Z] Loaded image: busybox:glibc [2019-10-21T22:23:52.692Z] Loaded image: debian:jessie [2019-10-21T22:23:52.692Z] Loaded image: hello-world:latest [2019-10-21T22:23:52.692Z] INFO: Testing against a local daemon [2019-10-21T22:23:52.692Z] === RUN TestDockerDaemonSuite [2019-10-21T22:23:52.692Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2019-10-21T22:23:52.692Z] === RUN TestDockerSuite/TestAPIImagesFilter [2019-10-21T22:23:52.692Z] === RUN TestDockerSuite/TestAPIImagesHistory [2019-10-21T22:23:52.692Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2019-10-21T22:23:52.692Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2019-10-21T22:23:52.744Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-10-21T22:23:52.744Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-10-21T22:23:52.744Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-10-21T22:23:52.949Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2019-10-21T22:23:53.006Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-10-21T22:23:53.006Z] === RUN TestCopyFromContainer/bar/notarget [2019-10-21T22:23:53.207Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2019-10-21T22:23:53.207Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2019-10-21T22:23:53.265Z] --- PASS: TestCopyFromContainer (3.21s) [2019-10-21T22:23:53.265Z] --- PASS: TestCopyFromContainer// (0.11s) [2019-10-21T22:23:53.265Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2019-10-21T22:23:53.265Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2019-10-21T22:23:53.265Z] --- PASS: TestCopyFromContainer/bar/quux (0.14s) [2019-10-21T22:23:53.265Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2019-10-21T22:23:53.265Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2019-10-21T22:23:53.265Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s) [2019-10-21T22:23:53.265Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.12s) [2019-10-21T22:23:53.265Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2019-10-21T22:23:53.265Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2019-10-21T22:23:53.265Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-10-21T22:23:53.265Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-21T22:23:53.265Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-21T22:23:53.265Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-21T22:23:53.265Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-21T22:23:53.265Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-21T22:23:53.265Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-21T22:23:53.265Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-21T22:23:53.265Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-21T22:23:53.265Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-21T22:23:53.265Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2019-10-21T22:23:53.265Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-10-21T22:23:53.265Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2019-10-21T22:23:53.265Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2019-10-21T22:23:53.265Z] === RUN TestCreateLinkToNonExistingContainer [2019-10-21T22:23:53.265Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s) [2019-10-21T22:23:53.265Z] === RUN TestCreateWithInvalidEnv [2019-10-21T22:23:53.265Z] === RUN TestCreateWithInvalidEnv/0 [2019-10-21T22:23:53.265Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-10-21T22:23:53.265Z] === RUN TestCreateWithInvalidEnv/1 [2019-10-21T22:23:53.265Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-10-21T22:23:53.265Z] === RUN TestCreateWithInvalidEnv/2 [2019-10-21T22:23:53.265Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-10-21T22:23:53.265Z] === CONT TestCreateWithInvalidEnv/0 [2019-10-21T22:23:53.265Z] === CONT TestCreateWithInvalidEnv/1 [2019-10-21T22:23:53.265Z] === CONT TestCreateWithInvalidEnv/2 [2019-10-21T22:23:53.265Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2019-10-21T22:23:53.265Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-10-21T22:23:53.265Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-10-21T22:23:53.265Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-10-21T22:23:53.265Z] === RUN TestCreateTmpfsMountsTarget [2019-10-21T22:23:53.523Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2019-10-21T22:23:53.523Z] === RUN TestCreateWithCustomMaskedPaths [2019-10-21T22:23:55.775Z] #18 118.6 Selecting previously unselected package vim. [2019-10-21T22:23:55.775Z] #18 118.6 Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-10-21T22:23:55.775Z] #18 118.6 Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-10-21T22:23:55.775Z] #18 ... [2019-10-21T22:23:55.775Z] [2019-10-21T22:23:55.775Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:23:55.775Z] #45 175.5 text/template [2019-10-21T22:23:56.052Z] --- PASS: TestCreateWithCustomMaskedPaths (2.31s) [2019-10-21T22:23:56.053Z] === RUN TestCreateWithCapabilities [2019-10-21T22:23:56.053Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-10-21T22:23:56.053Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-10-21T22:23:56.053Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-10-21T22:23:56.053Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-10-21T22:23:56.053Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-10-21T22:23:56.053Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-10-21T22:23:56.053Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-10-21T22:23:56.053Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-10-21T22:23:56.053Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-10-21T22:23:56.053Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-10-21T22:23:56.053Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-21T22:23:56.053Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-21T22:23:56.053Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-10-21T22:23:56.053Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-10-21T22:23:56.053Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-10-21T22:23:56.053Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-10-21T22:23:56.053Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-10-21T22:23:56.053Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-10-21T22:23:56.053Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-10-21T22:23:56.053Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-10-21T22:23:56.053Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-10-21T22:23:56.053Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-10-21T22:23:56.053Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-10-21T22:23:56.053Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-10-21T22:23:56.053Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-10-21T22:23:56.053Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-10-21T22:23:56.053Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-10-21T22:23:56.053Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-21T22:23:56.053Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-10-21T22:23:56.053Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-10-21T22:23:56.053Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-10-21T22:23:56.053Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-10-21T22:23:56.053Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-10-21T22:23:56.053Z] --- PASS: TestCreateWithCapabilities (0.04s) [2019-10-21T22:23:56.053Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s) [2019-10-21T22:23:56.053Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.01s) [2019-10-21T22:23:56.053Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.08s) [2019-10-21T22:23:56.053Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.08s) [2019-10-21T22:23:56.053Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.09s) [2019-10-21T22:23:56.053Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.09s) [2019-10-21T22:23:56.053Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-10-21T22:23:56.053Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.09s) [2019-10-21T22:23:56.053Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.08s) [2019-10-21T22:23:56.053Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.08s) [2019-10-21T22:23:56.053Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.08s) [2019-10-21T22:23:56.053Z] === RUN TestCreateWithCustomReadonlyPaths [2019-10-21T22:23:56.484Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2019-10-21T22:23:56.741Z] === RUN TestDockerSuite/TestAPINetworkFilter [2019-10-21T22:23:56.741Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2019-10-21T22:23:56.741Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2019-10-21T22:23:57.674Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2019-10-21T22:23:58.241Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2019-10-21T22:23:58.582Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.32s) [2019-10-21T22:23:58.582Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-10-21T22:23:58.582Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-21T22:23:58.582Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-21T22:23:58.582Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-21T22:23:58.582Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-21T22:23:58.582Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-21T22:23:58.582Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-21T22:23:58.582Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-21T22:23:58.582Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-21T22:23:58.582Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-21T22:23:58.582Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-21T22:23:58.582Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-21T22:23:58.582Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-21T22:23:58.582Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-21T22:23:58.582Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-21T22:23:58.582Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-21T22:23:58.582Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2019-10-21T22:23:58.582Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2019-10-21T22:23:58.582Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s) [2019-10-21T22:23:58.582Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2019-10-21T22:23:58.582Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2019-10-21T22:23:58.582Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s) [2019-10-21T22:23:58.582Z] === RUN TestContainerStartOnDaemonRestart [2019-10-21T22:23:58.582Z] === PAUSE TestContainerStartOnDaemonRestart [2019-10-21T22:23:58.582Z] === RUN TestDaemonRestartIpcMode [2019-10-21T22:23:58.582Z] === PAUSE TestDaemonRestartIpcMode [2019-10-21T22:23:58.582Z] === RUN TestDiff [2019-10-21T22:23:59.148Z] --- PASS: TestDiff (0.80s) [2019-10-21T22:23:59.148Z] === RUN TestExecWithCloseStdin [2019-10-21T22:24:00.083Z] --- PASS: TestExecWithCloseStdin (1.04s) [2019-10-21T22:24:00.083Z] === RUN TestExec [2019-10-21T22:24:00.137Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2019-10-21T22:24:00.137Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2019-10-21T22:24:00.137Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2019-10-21T22:24:00.137Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2019-10-21T22:24:00.137Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2019-10-21T22:24:01.070Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2019-10-21T22:24:01.311Z] #45 ... [2019-10-21T22:24:01.311Z] [2019-10-21T22:24:01.311Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:24:01.311Z] #42 85.15 CC compel/plugins/std/string.o [2019-10-21T22:24:01.311Z] #42 86.46 CC compel/plugins/std/infect.o [2019-10-21T22:24:01.311Z] #42 87.42 CC compel/arch/ppc64/plugins/std/parasite-head.o [2019-10-21T22:24:01.311Z] #42 87.49 CC compel/arch/ppc64/plugins/std/memcpy.o [2019-10-21T22:24:01.311Z] #42 87.60 CC compel/arch/ppc64/plugins/std/memcmp.o [2019-10-21T22:24:01.311Z] #42 87.70 CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2019-10-21T22:24:01.311Z] #42 87.79 AR compel/plugins/std.lib.a [2019-10-21T22:24:01.311Z] #42 87.92 CC compel/plugins/fds/fds.o [2019-10-21T22:24:01.311Z] #42 88.49 AR compel/plugins/fds.lib.a [2019-10-21T22:24:01.311Z] #42 88.60 HOSTDEP compel/src/lib/log-host.d [2019-10-21T22:24:01.311Z] #42 88.91 HOSTDEP compel/src/lib/handle-elf-host.d [2019-10-21T22:24:01.311Z] #42 89.15 HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2019-10-21T22:24:01.311Z] #42 89.43 HOSTDEP compel/src/main-host.d [2019-10-21T22:24:01.311Z] #42 89.71 DEP compel/src/lib/ptrace.d [2019-10-21T22:24:01.311Z] #42 90.10 DEP compel/src/lib/infect.d [2019-10-21T22:24:01.311Z] #42 90.44 DEP compel/src/lib/infect-util.d [2019-10-21T22:24:01.311Z] #42 90.65 DEP compel/src/lib/infect-rpc.d [2019-10-21T22:24:01.311Z] #42 90.94 DEP compel/arch/ppc64/src/lib/infect.d [2019-10-21T22:24:01.311Z] #42 91.16 DEP compel/arch/ppc64/src/lib/cpu.d [2019-10-21T22:24:01.311Z] #42 91.36 DEP compel/src/lib/log.d [2019-10-21T22:24:01.311Z] #42 91.60 DEP compel/src/main.d [2019-10-21T22:24:01.311Z] #42 91.83 DEP compel/src/lib/handle-elf.d [2019-10-21T22:24:01.311Z] #42 92.12 DEP compel/arch/ppc64/src/lib/handle-elf.d [2019-10-21T22:24:01.311Z] #42 92.53 CC compel/src/lib/log.o [2019-10-21T22:24:01.311Z] #42 93.02 CC compel/arch/ppc64/src/lib/cpu.o [2019-10-21T22:24:01.311Z] #42 93.69 CC compel/arch/ppc64/src/lib/infect.o [2019-10-21T22:24:01.311Z] #42 95.14 CC compel/src/lib/infect-rpc.o [2019-10-21T22:24:01.311Z] #42 ... [2019-10-21T22:24:01.311Z] [2019-10-21T22:24:01.311Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T22:24:01.311Z] #18 119.3 Selecting previously unselected package xfsprogs. [2019-10-21T22:24:01.311Z] #18 119.3 Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_ppc64el.deb ... [2019-10-21T22:24:01.311Z] #18 119.3 Unpacking xfsprogs (4.9.0+nmu1) ... [2019-10-21T22:24:01.311Z] #18 120.1 Selecting previously unselected package zip. [2019-10-21T22:24:01.311Z] #18 120.1 Preparing to unpack .../45-zip_3.0-11+b1_ppc64el.deb ... [2019-10-21T22:24:01.311Z] #18 120.2 Unpacking zip (3.0-11+b1) ... [2019-10-21T22:24:01.311Z] #18 120.4 Selecting previously unselected package libapparmor-perl. [2019-10-21T22:24:01.311Z] #18 120.4 Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_ppc64el.deb ... [2019-10-21T22:24:01.311Z] #18 120.4 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-10-21T22:24:01.311Z] #18 120.6 Selecting previously unselected package apparmor. [2019-10-21T22:24:01.311Z] #18 120.6 Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_ppc64el.deb ... [2019-10-21T22:24:01.311Z] #18 120.7 Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-10-21T22:24:01.311Z] #18 121.4 Selecting previously unselected package binutils-mingw-w64-i686. [2019-10-21T22:24:01.311Z] #18 121.4 Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_ppc64el.deb ... [2019-10-21T22:24:01.311Z] #18 121.4 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-10-21T22:24:01.311Z] #18 123.7 Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-10-21T22:24:01.311Z] #18 123.7 Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_ppc64el.deb ... [2019-10-21T22:24:01.311Z] #18 123.7 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-10-21T22:24:01.459Z] --- PASS: TestExec (1.00s) [2019-10-21T22:24:01.459Z] === RUN TestExecUser [2019-10-21T22:24:02.395Z] --- PASS: TestExecUser (1.09s) [2019-10-21T22:24:02.395Z] === RUN TestExportContainerAndImportImage [2019-10-21T22:24:03.330Z] --- PASS: TestExportContainerAndImportImage (1.09s) [2019-10-21T22:24:03.330Z] === RUN TestExportContainerAfterDaemonRestart [2019-10-21T22:24:04.032Z] #18 126.8 Selecting previously unselected package binutils-mingw-w64. [2019-10-21T22:24:04.032Z] #18 126.8 Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-10-21T22:24:04.032Z] #18 126.8 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-10-21T22:24:04.032Z] #18 127.0 Selecting previously unselected package mingw-w64-common. [2019-10-21T22:24:04.032Z] #18 127.0 Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-10-21T22:24:04.032Z] #18 127.0 Unpacking mingw-w64-common (5.0.1-1) ... [2019-10-21T22:24:05.231Z] --- PASS: TestExportContainerAfterDaemonRestart (1.86s) [2019-10-21T22:24:05.232Z] export_test.go:63: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart" [2019-10-21T22:24:05.232Z] === RUN TestHealthCheckWorkdir [2019-10-21T22:24:06.607Z] --- PASS: TestHealthCheckWorkdir (1.19s) [2019-10-21T22:24:06.607Z] === RUN TestHealthKillContainer [2019-10-21T22:24:07.628Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2019-10-21T22:24:09.276Z] --- PASS: TestHealthKillContainer (2.94s) [2019-10-21T22:24:09.276Z] === RUN TestInspectCpusetInConfigPre120 [2019-10-21T22:24:10.154Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2019-10-21T22:24:10.221Z] --- PASS: TestInspectCpusetInConfigPre120 (0.82s) [2019-10-21T22:24:10.221Z] === RUN TestIpcModeNone [2019-10-21T22:24:10.719Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2019-10-21T22:24:11.157Z] --- PASS: TestIpcModeNone (1.05s) [2019-10-21T22:24:11.157Z] === RUN TestIpcModePrivate [2019-10-21T22:24:12.479Z] #18 133.9 Selecting previously unselected package mingw-w64-x86-64-dev. [2019-10-21T22:24:12.479Z] #18 133.9 Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-10-21T22:24:12.479Z] #18 134.0 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-10-21T22:24:12.479Z] #18 ... [2019-10-21T22:24:12.479Z] [2019-10-21T22:24:12.479Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:24:12.479Z] #42 95.89 CC compel/src/lib/infect-util.o [2019-10-21T22:24:12.479Z] #42 96.38 CC compel/src/lib/infect.o [2019-10-21T22:24:12.479Z] #42 101.7 CC compel/src/lib/ptrace.o [2019-10-21T22:24:12.479Z] #42 102.6 AR compel/libcompel.a [2019-10-21T22:24:12.479Z] #42 102.7 HOSTCC compel/src/main-host.o [2019-10-21T22:24:12.479Z] #42 103.4 HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2019-10-21T22:24:12.479Z] #42 103.9 HOSTCC compel/src/lib/handle-elf-host.o [2019-10-21T22:24:12.479Z] #42 104.8 HOSTCC compel/src/lib/log-host.o [2019-10-21T22:24:12.479Z] #42 105.3 HOSTLINK compel/compel-host-bin [2019-10-21T22:24:12.479Z] #42 105.6 DEP soccr/soccr.d [2019-10-21T22:24:12.479Z] #42 105.9 CC soccr/soccr.o [2019-10-21T22:24:12.479Z] #42 ... [2019-10-21T22:24:12.479Z] [2019-10-21T22:24:12.479Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:24:12.479Z] #45 181.2 go/parser [2019-10-21T22:24:12.479Z] #45 186.0 encoding/xml [2019-10-21T22:24:12.479Z] #45 ... [2019-10-21T22:24:12.479Z] [2019-10-21T22:24:12.479Z] #63 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:24:12.479Z] #63 191.1 + for f in rootlesskit rootlesskit-docker-proxy [2019-10-21T22:24:12.479Z] #63 191.1 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-10-21T22:24:12.532Z] --- PASS: TestIpcModePrivate (0.99s) [2019-10-21T22:24:12.532Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:101, shared: false, mustBeShared: false [2019-10-21T22:24:12.532Z] === RUN TestIpcModeShareable [2019-10-21T22:24:13.099Z] --- PASS: TestIpcModeShareable (0.97s) [2019-10-21T22:24:13.099Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:95, shared: true, mustBeShared: true [2019-10-21T22:24:13.099Z] === RUN TestAPIIpcModeShareableAndContainer [2019-10-21T22:24:13.998Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2019-10-21T22:24:14.563Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2019-10-21T22:24:16.385Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.04s) [2019-10-21T22:24:16.385Z] === RUN TestAPIIpcModeHost [2019-10-21T22:24:16.952Z] --- PASS: TestAPIIpcModeHost (0.77s) [2019-10-21T22:24:16.952Z] === RUN TestDaemonIpcModeShareable [2019-10-21T22:24:17.116Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2019-10-21T22:24:18.072Z] #63 ... [2019-10-21T22:24:18.072Z] [2019-10-21T22:24:18.072Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:24:18.072Z] #42 108.5 AR soccr/libsoccr.a [2019-10-21T22:24:18.072Z] #42 108.6 make[1]: 'soccr/libsoccr.a' is up to date. [2019-10-21T22:24:18.072Z] #42 109.0 DEP criu/arch/ppc64/sigframe.d [2019-10-21T22:24:18.072Z] #42 109.3 DEP criu/arch/ppc64/crtools.d [2019-10-21T22:24:18.072Z] #42 109.7 DEP criu/arch/ppc64/cpu.d [2019-10-21T22:24:18.072Z] #42 110.2 CC criu/arch/ppc64/cpu.o [2019-10-21T22:24:18.072Z] #42 111.4 CC criu/arch/ppc64/crtools.o [2019-10-21T22:24:18.489Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2019-10-21T22:24:19.094Z] #42 113.9 CC criu/arch/ppc64/sigframe.o [2019-10-21T22:24:19.483Z] --- PASS: TestDaemonIpcModeShareable (1.98s) [2019-10-21T22:24:19.483Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable" [2019-10-21T22:24:19.483Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:106, shared: true, mustBeShared: true [2019-10-21T22:24:19.483Z] === RUN TestDaemonIpcModePrivate [2019-10-21T22:24:19.720Z] #42 114.5 LINK criu/arch/ppc64/crtools.built-in.o [2019-10-21T22:24:19.720Z] #42 114.6 DEP criu/arch/ppc64/misc.d [2019-10-21T22:24:19.720Z] #42 114.6 DEP criu/arch/ppc64/vdso-trampoline.d [2019-10-21T22:24:19.720Z] #42 114.7 DEP criu/arch/ppc64/vdso-pie.d [2019-10-21T22:24:19.861Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2019-10-21T22:24:19.861Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2019-10-21T22:24:20.008Z] #42 114.9 DEP criu/pie/parasite-vdso.d [2019-10-21T22:24:20.295Z] #42 ... [2019-10-21T22:24:20.295Z] [2019-10-21T22:24:20.295Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:24:20.295Z] #45 199.8 math/big [2019-10-21T22:24:20.581Z] #45 200.1 go/doc [2019-10-21T22:24:20.862Z] --- PASS: TestDaemonIpcModePrivate (1.95s) [2019-10-21T22:24:20.862Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate" [2019-10-21T22:24:20.862Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:112, shared: false, mustBeShared: false [2019-10-21T22:24:20.862Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-10-21T22:24:21.245Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2019-10-21T22:24:22.763Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.85s) [2019-10-21T22:24:22.763Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig" [2019-10-21T22:24:22.763Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:112, shared: false, mustBeShared: false [2019-10-21T22:24:22.763Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-10-21T22:24:23.770Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2019-10-21T22:24:23.770Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2019-10-21T22:24:24.703Z] === RUN TestDockerSuite/TestAttachAfterDetach [2019-10-21T22:24:25.294Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.24s) [2019-10-21T22:24:25.294Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig" [2019-10-21T22:24:25.294Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:106, shared: true, mustBeShared: true [2019-10-21T22:24:25.294Z] === RUN TestIpcModeOlderClient [2019-10-21T22:24:25.294Z] === PAUSE TestIpcModeOlderClient [2019-10-21T22:24:25.294Z] === RUN TestKillContainerInvalidSignal [2019-10-21T22:24:25.860Z] --- PASS: TestKillContainerInvalidSignal (0.86s) [2019-10-21T22:24:25.860Z] === RUN TestKillContainer [2019-10-21T22:24:25.860Z] === RUN TestKillContainer/no_signal [2019-10-21T22:24:26.124Z] #45 ... [2019-10-21T22:24:26.124Z] [2019-10-21T22:24:26.124Z] #63 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:24:26.124Z] #63 DONE 204.8s [2019-10-21T22:24:26.124Z] [2019-10-21T22:24:26.124Z] #64 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-10-21T22:24:26.124Z] #64 DONE 0.1s [2019-10-21T22:24:26.124Z] [2019-10-21T22:24:26.124Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:24:26.124Z] #42 115.3 DEP criu/pie/util-vdso.d [2019-10-21T22:24:26.124Z] #42 115.7 DEP criu/pie/util.d [2019-10-21T22:24:26.124Z] #42 116.1 CC criu/pie/util.o [2019-10-21T22:24:26.124Z] #42 116.7 CC criu/pie/util-vdso.o [2019-10-21T22:24:26.124Z] #42 118.1 CC criu/pie/parasite-vdso.o [2019-10-21T22:24:26.124Z] #42 119.6 CC criu/arch/ppc64/vdso-pie.o [2019-10-21T22:24:26.124Z] #42 120.7 CC criu/arch/ppc64/vdso-trampoline.o [2019-10-21T22:24:26.124Z] #42 120.7 CC criu/arch/ppc64/misc.o [2019-10-21T22:24:26.124Z] #42 120.8 AR criu/pie/pie.lib.a [2019-10-21T22:24:26.124Z] #42 120.9 DEP criu/pie/restorer.d [2019-10-21T22:24:26.776Z] #42 121.6 DEP criu/arch/ppc64/restorer.d [2019-10-21T22:24:26.795Z] === RUN TestKillContainer/non_killing_signal [2019-10-21T22:24:27.066Z] #42 121.9 DEP criu/pie/parasite.d [2019-10-21T22:24:27.230Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2019-10-21T22:24:27.230Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2019-10-21T22:24:27.361Z] === RUN TestKillContainer/killing_signal [2019-10-21T22:24:27.701Z] #42 122.6 CC criu/pie/parasite.o [2019-10-21T22:24:28.032Z] #42 ... [2019-10-21T22:24:28.032Z] [2019-10-21T22:24:28.032Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T22:24:28.032Z] #18 140.9 Selecting previously unselected package gcc-mingw-w64-base. [2019-10-21T22:24:28.032Z] #18 140.9 Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-10-21T22:24:28.032Z] #18 140.9 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-10-21T22:24:28.032Z] #18 141.1 Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-10-21T22:24:28.032Z] #18 141.1 Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-10-21T22:24:28.032Z] #18 141.1 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-21T22:24:28.740Z] --- PASS: TestKillContainer (2.68s) [2019-10-21T22:24:28.740Z] --- PASS: TestKillContainer/no_signal (0.93s) [2019-10-21T22:24:28.740Z] --- PASS: TestKillContainer/non_killing_signal (0.56s) [2019-10-21T22:24:28.740Z] --- PASS: TestKillContainer/killing_signal (0.81s) [2019-10-21T22:24:28.740Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-10-21T22:24:28.740Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-10-21T22:24:29.126Z] === RUN TestDockerSuite/TestAttachDetach [2019-10-21T22:24:29.675Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-10-21T22:24:30.100Z] #18 ... [2019-10-21T22:24:30.100Z] [2019-10-21T22:24:30.100Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:24:30.100Z] #42 124.7 LINK criu/pie/parasite.built-in.o [2019-10-21T22:24:30.100Z] #42 124.7 GEN criu/pie/parasite-blob.h [2019-10-21T22:24:30.100Z] #42 124.8 CC criu/arch/ppc64/restorer.o [2019-10-21T22:24:30.241Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.73s) [2019-10-21T22:24:30.241Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.88s) [2019-10-21T22:24:30.241Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.55s) [2019-10-21T22:24:30.241Z] === RUN TestKillStoppedContainer [2019-10-21T22:24:30.499Z] --- PASS: TestKillStoppedContainer (0.12s) [2019-10-21T22:24:30.499Z] === RUN TestKillStoppedContainerAPIPre120 [2019-10-21T22:24:30.499Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.11s) [2019-10-21T22:24:30.499Z] === RUN TestKillDifferentUserContainer [2019-10-21T22:24:31.027Z] === RUN TestDockerSuite/TestAttachDisconnect [2019-10-21T22:24:31.121Z] #42 125.7 CC criu/pie/restorer.o [2019-10-21T22:24:31.433Z] --- PASS: TestKillDifferentUserContainer (0.86s) [2019-10-21T22:24:31.434Z] === RUN TestInspectOomKilledTrue [2019-10-21T22:24:31.434Z] --- SKIP: TestInspectOomKilledTrue (0.01s) [2019-10-21T22:24:31.434Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-21T22:24:31.434Z] === RUN TestInspectOomKilledFalse [2019-10-21T22:24:31.434Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-10-21T22:24:31.434Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-21T22:24:31.434Z] === RUN TestLinksEtcHostsContentMatch [2019-10-21T22:24:32.369Z] --- PASS: TestLinksEtcHostsContentMatch (0.75s) [2019-10-21T22:24:32.369Z] === RUN TestLinksContainerNames [2019-10-21T22:24:32.927Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2019-10-21T22:24:33.185Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2019-10-21T22:24:34.270Z] --- PASS: TestLinksContainerNames (2.08s) [2019-10-21T22:24:34.270Z] === RUN TestLogsFollowTailEmpty [2019-10-21T22:24:34.557Z] --- PASS: TestBuildWithHugeFile (96.07s) [2019-10-21T22:24:34.557Z] === RUN TestBuildWithEmptyDockerfile [2019-10-21T22:24:34.557Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-21T22:24:34.557Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-21T22:24:34.557Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-21T22:24:34.557Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-21T22:24:34.557Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-21T22:24:34.557Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-21T22:24:34.557Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-21T22:24:34.557Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-21T22:24:34.557Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-21T22:24:34.557Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2019-10-21T22:24:34.557Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s) [2019-10-21T22:24:34.558Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s) [2019-10-21T22:24:34.558Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.08s) [2019-10-21T22:24:34.558Z] === RUN TestBuildPreserveOwnership [2019-10-21T22:24:34.558Z] === RUN TestBuildPreserveOwnership/copy_from [2019-10-21T22:24:35.124Z] === RUN TestDockerSuite/TestAttachPausedContainer [2019-10-21T22:24:35.204Z] --- PASS: TestLogsFollowTailEmpty (0.89s) [2019-10-21T22:24:35.204Z] === RUN TestContainerNetworkMountsNoChown [2019-10-21T22:24:36.138Z] --- PASS: TestContainerNetworkMountsNoChown (0.83s) [2019-10-21T22:24:36.138Z] === RUN TestMountDaemonRoot [2019-10-21T22:24:36.138Z] === RUN TestMountDaemonRoot/default [2019-10-21T22:24:36.138Z] === PAUSE TestMountDaemonRoot/default [2019-10-21T22:24:36.138Z] === RUN TestMountDaemonRoot/private [2019-10-21T22:24:36.138Z] === PAUSE TestMountDaemonRoot/private [2019-10-21T22:24:36.138Z] === RUN TestMountDaemonRoot/rprivate [2019-10-21T22:24:36.138Z] === PAUSE TestMountDaemonRoot/rprivate [2019-10-21T22:24:36.138Z] === RUN TestMountDaemonRoot/slave [2019-10-21T22:24:36.138Z] === PAUSE TestMountDaemonRoot/slave [2019-10-21T22:24:36.138Z] === RUN TestMountDaemonRoot/rslave [2019-10-21T22:24:36.138Z] === PAUSE TestMountDaemonRoot/rslave [2019-10-21T22:24:36.138Z] === RUN TestMountDaemonRoot/shared [2019-10-21T22:24:36.138Z] === PAUSE TestMountDaemonRoot/shared [2019-10-21T22:24:36.138Z] === RUN TestMountDaemonRoot/rshared [2019-10-21T22:24:36.138Z] === PAUSE TestMountDaemonRoot/rshared [2019-10-21T22:24:36.138Z] === CONT TestMountDaemonRoot/default [2019-10-21T22:24:36.138Z] === CONT TestMountDaemonRoot/rslave [2019-10-21T22:24:36.138Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-10-21T22:24:36.138Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-10-21T22:24:36.138Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-10-21T22:24:36.138Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-10-21T22:24:36.138Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-10-21T22:24:36.138Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-10-21T22:24:36.138Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-10-21T22:24:36.138Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-10-21T22:24:36.138Z] === CONT TestMountDaemonRoot/rshared [2019-10-21T22:24:36.138Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-10-21T22:24:36.139Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-10-21T22:24:36.139Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-10-21T22:24:36.139Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-10-21T22:24:36.139Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-10-21T22:24:36.139Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-10-21T22:24:36.139Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-10-21T22:24:36.139Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-10-21T22:24:36.139Z] === CONT TestMountDaemonRoot/private [2019-10-21T22:24:36.139Z] === RUN TestMountDaemonRoot/private/bind_root [2019-10-21T22:24:36.139Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-10-21T22:24:36.139Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-10-21T22:24:36.139Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-10-21T22:24:36.139Z] === RUN TestMountDaemonRoot/private/mount_root [2019-10-21T22:24:36.139Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-10-21T22:24:36.139Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-10-21T22:24:36.139Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-10-21T22:24:36.139Z] === CONT TestMountDaemonRoot/shared [2019-10-21T22:24:36.139Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-10-21T22:24:36.139Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-10-21T22:24:36.139Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-10-21T22:24:36.139Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-10-21T22:24:36.139Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-10-21T22:24:36.139Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-10-21T22:24:36.139Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-10-21T22:24:36.139Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-10-21T22:24:36.139Z] === CONT TestMountDaemonRoot/rprivate [2019-10-21T22:24:36.139Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-10-21T22:24:36.139Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-10-21T22:24:36.139Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-10-21T22:24:36.139Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-10-21T22:24:36.139Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-10-21T22:24:36.139Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-10-21T22:24:36.139Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-10-21T22:24:36.139Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-10-21T22:24:36.139Z] === CONT TestMountDaemonRoot/slave [2019-10-21T22:24:36.139Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-10-21T22:24:36.139Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-10-21T22:24:36.139Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-10-21T22:24:36.139Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-10-21T22:24:36.139Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-10-21T22:24:36.139Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-10-21T22:24:36.139Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-10-21T22:24:36.139Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-10-21T22:24:36.139Z] === RUN TestMountDaemonRoot/default/bind_root [2019-10-21T22:24:36.139Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-10-21T22:24:36.139Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-10-21T22:24:36.139Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-10-21T22:24:36.139Z] === RUN TestMountDaemonRoot/default/mount_root [2019-10-21T22:24:36.139Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-10-21T22:24:36.139Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-10-21T22:24:36.139Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-10-21T22:24:36.139Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-10-21T22:24:36.139Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-10-21T22:24:36.139Z] === CONT TestMountDaemonRoot/private/bind_root [2019-10-21T22:24:36.139Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-10-21T22:24:36.139Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-10-21T22:24:36.139Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-10-21T22:24:36.139Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-10-21T22:24:36.139Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-10-21T22:24:36.139Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-10-21T22:24:36.139Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-10-21T22:24:36.139Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-10-21T22:24:36.139Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-10-21T22:24:36.139Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-10-21T22:24:36.397Z] === CONT TestMountDaemonRoot/private/mount_root [2019-10-21T22:24:36.397Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-10-21T22:24:36.397Z] === CONT TestMountDaemonRoot/default/bind_root [2019-10-21T22:24:36.397Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-10-21T22:24:36.397Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-10-21T22:24:36.397Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-10-21T22:24:36.397Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-10-21T22:24:36.397Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-10-21T22:24:36.397Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-10-21T22:24:36.397Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-10-21T22:24:36.397Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-10-21T22:24:36.397Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-10-21T22:24:36.397Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-10-21T22:24:36.397Z] === CONT TestMountDaemonRoot/default/mount_root [2019-10-21T22:24:36.397Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-10-21T22:24:36.496Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2019-10-21T22:24:36.496Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2019-10-21T22:24:36.656Z] --- PASS: TestMountDaemonRoot (0.05s) [2019-10-21T22:24:36.656Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-10-21T22:24:36.656Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.10s) [2019-10-21T22:24:36.656Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.10s) [2019-10-21T22:24:36.656Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.10s) [2019-10-21T22:24:36.656Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.10s) [2019-10-21T22:24:36.656Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-10-21T22:24:36.656Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.12s) [2019-10-21T22:24:36.656Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.10s) [2019-10-21T22:24:36.656Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s) [2019-10-21T22:24:36.656Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.11s) [2019-10-21T22:24:36.656Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-10-21T22:24:36.656Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2019-10-21T22:24:36.656Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2019-10-21T22:24:36.656Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2019-10-21T22:24:36.656Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2019-10-21T22:24:36.656Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-10-21T22:24:36.656Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2019-10-21T22:24:36.656Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.06s) [2019-10-21T22:24:36.656Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2019-10-21T22:24:36.656Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2019-10-21T22:24:36.656Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-10-21T22:24:36.656Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2019-10-21T22:24:36.656Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2019-10-21T22:24:36.656Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2019-10-21T22:24:36.656Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.06s) [2019-10-21T22:24:36.656Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-10-21T22:24:36.656Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2019-10-21T22:24:36.656Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2019-10-21T22:24:36.656Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2019-10-21T22:24:36.656Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.06s) [2019-10-21T22:24:36.656Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-10-21T22:24:36.656Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.11s) [2019-10-21T22:24:36.656Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.12s) [2019-10-21T22:24:36.656Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.12s) [2019-10-21T22:24:36.656Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2019-10-21T22:24:36.656Z] === RUN TestContainerBindMountNonRecursive [2019-10-21T22:24:36.674Z] #42 131.6 LINK criu/pie/restorer.built-in.o [2019-10-21T22:24:36.674Z] #42 131.6 GEN criu/pie/restorer-blob.h [2019-10-21T22:24:36.964Z] #42 ... [2019-10-21T22:24:36.964Z] [2019-10-21T22:24:36.964Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:24:36.964Z] #45 216.6 github.com/LK4D4/vndr/build [2019-10-21T22:24:36.964Z] #45 216.6 vendor/golang.org/x/text/unicode/norm [2019-10-21T22:24:37.061Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2019-10-21T22:24:38.433Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2019-10-21T22:24:38.560Z] --- PASS: TestContainerBindMountNonRecursive (1.98s) [2019-10-21T22:24:38.560Z] === RUN TestNetworkNat [2019-10-21T22:24:38.997Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-10-21T22:24:39.254Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2019-10-21T22:24:39.935Z] --- PASS: TestNetworkNat (1.09s) [2019-10-21T22:24:39.935Z] === RUN TestNetworkLocalhostTCPNat [2019-10-21T22:24:40.625Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2019-10-21T22:24:40.869Z] --- PASS: TestNetworkLocalhostTCPNat (1.13s) [2019-10-21T22:24:40.869Z] === RUN TestNetworkLoopbackNat [2019-10-21T22:24:40.882Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2019-10-21T22:24:40.883Z] --- PASS: TestBuildPreserveOwnership (6.43s) [2019-10-21T22:24:40.883Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.30s) [2019-10-21T22:24:40.883Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.12s) [2019-10-21T22:24:40.883Z] === RUN TestBuildPlatformInvalid [2019-10-21T22:24:41.139Z] --- PASS: TestBuildPlatformInvalid (0.14s) [2019-10-21T22:24:41.139Z] PASS [2019-10-21T22:24:41.139Z] [2019-10-21T22:24:41.139Z] === Skipped [2019-10-21T22:24:41.139Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2019-10-21T22:24:41.139Z] build_session_test.go:25: TODO: BuildKit [2019-10-21T22:24:41.139Z] [2019-10-21T22:24:41.139Z] [2019-10-21T22:24:41.139Z] DONE 32 tests, 1 skipped in 182.283s [2019-10-21T22:24:41.139Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2019-10-21T22:24:41.140Z] ++ 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-21T22:24:41.140Z] ++ set -e [2019-10-21T22:24:41.140Z] ++ '[' -n 0 ']' [2019-10-21T22:24:41.140Z] ++ set -x [2019-10-21T22:24:41.140Z] ++ env -i DEST=/go/src/github.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-21T22:24:41.397Z] INFO: Testing against a local daemon [2019-10-21T22:24:41.397Z] === RUN TestConfigList [2019-10-21T22:24:42.112Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2019-10-21T22:24:42.244Z] --- PASS: TestNetworkLoopbackNat (1.23s) [2019-10-21T22:24:42.244Z] === RUN TestPause [2019-10-21T22:24:42.811Z] --- PASS: TestPause (0.92s) [2019-10-21T22:24:42.811Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-10-21T22:24:42.811Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-21T22:24:42.811Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-21T22:24:42.811Z] === RUN TestPauseStopPausedContainer [2019-10-21T22:24:43.044Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2019-10-21T22:24:43.044Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2019-10-21T22:24:43.044Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2019-10-21T22:24:43.609Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2019-10-21T22:24:43.746Z] --- PASS: TestPauseStopPausedContainer (0.92s) [2019-10-21T22:24:43.746Z] === RUN TestPsFilter [2019-10-21T22:24:43.833Z] #45 ... [2019-10-21T22:24:43.833Z] [2019-10-21T22:24:43.833Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:24:43.833Z] #42 131.9 DEP criu/vdso.d [2019-10-21T22:24:43.833Z] #42 132.4 DEP criu/uts_ns.d [2019-10-21T22:24:43.833Z] #42 132.7 DEP criu/util.d [2019-10-21T22:24:43.833Z] #42 133.2 DEP criu/uffd.d [2019-10-21T22:24:43.833Z] #42 133.5 DEP criu/tun.d [2019-10-21T22:24:43.833Z] #42 133.9 DEP criu/tty.d [2019-10-21T22:24:43.833Z] #42 134.4 DEP criu/timerfd.d [2019-10-21T22:24:43.833Z] #42 134.8 DEP criu/sysfs_parse.d [2019-10-21T22:24:43.833Z] #42 135.2 DEP criu/sysctl.d [2019-10-21T22:24:43.833Z] #42 135.5 DEP criu/string.d [2019-10-21T22:24:43.833Z] #42 135.6 DEP criu/stats.d [2019-10-21T22:24:43.833Z] #42 135.9 DEP criu/sockets.d [2019-10-21T22:24:43.833Z] #42 136.3 DEP criu/sk-unix.d [2019-10-21T22:24:43.833Z] #42 136.8 DEP criu/sk-tcp.d [2019-10-21T22:24:43.833Z] #42 137.3 DEP criu/sk-queue.d [2019-10-21T22:24:43.833Z] #42 137.6 DEP criu/sk-packet.d [2019-10-21T22:24:43.833Z] #42 ... [2019-10-21T22:24:43.833Z] [2019-10-21T22:24:43.833Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T22:24:43.833Z] #18 165.7 Selecting previously unselected package g++-mingw-w64-x86-64. [2019-10-21T22:24:43.833Z] #18 165.7 Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-10-21T22:24:43.833Z] #18 165.8 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-21T22:24:44.007Z] --- PASS: TestPsFilter (0.29s) [2019-10-21T22:24:44.007Z] === RUN TestRemoveContainerWithRemovedVolume [2019-10-21T22:24:44.175Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2019-10-21T22:24:44.388Z] #73 exporting layers 65.6s done [2019-10-21T22:24:44.388Z] #73 exporting manifest sha256:ed97c902c8f20d3c34833d1060eb4feb45693c30d93347ba011287afd9621786 0.0s done [2019-10-21T22:24:44.388Z] #73 exporting config sha256:3ef44242b8e8471214a4d9ef73a2571ae59e908d6016108605e12fdca7186127 [2019-10-21T22:24:44.388Z] #73 exporting config sha256:3ef44242b8e8471214a4d9ef73a2571ae59e908d6016108605e12fdca7186127 done [2019-10-21T22:24:44.388Z] #73 sending tarball [2019-10-21T22:24:44.432Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2019-10-21T22:24:44.690Z] --- PASS: TestConfigList (3.36s) [2019-10-21T22:24:44.690Z] config_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigList" [2019-10-21T22:24:44.690Z] === RUN TestConfigsCreateAndDelete [2019-10-21T22:24:44.942Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.83s) [2019-10-21T22:24:44.942Z] === RUN TestRemoveContainerWithVolume [2019-10-21T22:24:45.256Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2019-10-21T22:24:45.513Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2019-10-21T22:24:45.877Z] --- PASS: TestRemoveContainerWithVolume (0.89s) [2019-10-21T22:24:45.877Z] === RUN TestRemoveContainerRunning [2019-10-21T22:24:46.078Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2019-10-21T22:24:46.812Z] --- PASS: TestRemoveContainerRunning (0.82s) [2019-10-21T22:24:46.812Z] === RUN TestRemoveContainerForceRemoveRunning [2019-10-21T22:24:46.931Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2019-10-21T22:24:46.931Z] [2019-10-21T22:24:46.931Z] ________ ____ __. [2019-10-21T22:24:46.931Z] \_____ \ | |/ _| [2019-10-21T22:24:46.931Z] / | \| < [2019-10-21T22:24:46.931Z] / | \ | \ [2019-10-21T22:24:46.931Z] \_______ /____|__ \ [2019-10-21T22:24:46.931Z] \/ \/ [2019-10-21T22:24:46.931Z] [2019-10-21T22:24:46.931Z] INFO: make.ps1 ended at 10/21/2019 22:24:35 [2019-10-21T22:24:46.931Z] INFO: Binaries build ended at 10/21/2019 22:24:39. Duration:00:01:24.4121222 [2019-10-21T22:24:46.931Z] INFO: Copying the built daemon binary to d:\CI\PR-40115\4\binary\dockerd-3ddb4100a.exe... [2019-10-21T22:24:46.931Z] INFO: Copying the built client binary to d:\CI\PR-40115\4\binary\docker-3ddb4100a.exe... [2019-10-21T22:24:46.931Z] INFO: Copying dockerversion from the container... [2019-10-21T22:24:46.931Z] INFO: Copying the golang package from the container to d:\CI\PR-40115\4\installer\go.zip... [2019-10-21T22:24:46.931Z] INFO: Extracting go.zip to d:\CI\PR-40115\4\go [2019-10-21T22:24:47.747Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.89s) [2019-10-21T22:24:47.747Z] === RUN TestRemoveInvalidContainer [2019-10-21T22:24:47.747Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2019-10-21T22:24:47.747Z] === RUN TestRenameLinkedContainer [2019-10-21T22:24:47.976Z] --- PASS: TestConfigsCreateAndDelete (3.34s) [2019-10-21T22:24:47.976Z] config_test.go:112: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete" [2019-10-21T22:24:47.976Z] === RUN TestConfigsUpdate [2019-10-21T22:24:48.389Z] #73 sending tarball 9.4s done [2019-10-21T22:24:48.389Z] #73 DONE 75.0s [2019-10-21T22:24:48.389Z] [2019-10-21T22:24:48.389Z] #74 importing to docker [2019-10-21T22:24:48.540Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2019-10-21T22:24:49.406Z] #18 ... [2019-10-21T22:24:49.406Z] [2019-10-21T22:24:49.406Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:24:49.406Z] #42 138.0 DEP criu/sk-netlink.d [2019-10-21T22:24:49.406Z] #42 138.4 DEP criu/sk-inet.d [2019-10-21T22:24:49.406Z] #42 138.8 DEP criu/signalfd.d [2019-10-21T22:24:49.406Z] #42 139.1 DEP criu/sigframe.d [2019-10-21T22:24:49.406Z] #42 139.3 DEP criu/shmem.d [2019-10-21T22:24:49.406Z] #42 139.6 DEP criu/servicefd.d [2019-10-21T22:24:49.406Z] #42 140.0 DEP criu/seize.d [2019-10-21T22:24:49.406Z] #42 140.4 DEP criu/seccomp.d [2019-10-21T22:24:49.406Z] #42 140.8 DEP criu/rst-malloc.d [2019-10-21T22:24:49.406Z] #42 141.0 DEP criu/rbtree.d [2019-10-21T22:24:49.406Z] #42 141.1 DEP criu/pstree.d [2019-10-21T22:24:49.406Z] #42 141.5 DEP criu/protobuf.d [2019-10-21T22:24:49.406Z] #42 141.9 GEN criu/protobuf-desc-gen.h [2019-10-21T22:24:49.910Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2019-10-21T22:24:50.030Z] #42 144.8 DEP criu/protobuf-desc.d [2019-10-21T22:24:50.317Z] #42 145.2 DEP criu/proc_parse.d [2019-10-21T22:24:50.948Z] #42 145.7 DEP criu/plugin.d [2019-10-21T22:24:50.948Z] #42 146.0 DEP criu/pipes.d [2019-10-21T22:24:51.031Z] --- PASS: TestRenameLinkedContainer (3.44s) [2019-10-21T22:24:51.031Z] === RUN TestRenameStoppedContainer [2019-10-21T22:24:51.282Z] --- PASS: TestConfigsUpdate (3.10s) [2019-10-21T22:24:51.282Z] config_test.go:140: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate" [2019-10-21T22:24:51.282Z] === RUN TestTemplatedConfig [2019-10-21T22:24:51.578Z] #42 146.4 DEP criu/pie-util.d [2019-10-21T22:24:51.868Z] #42 146.7 DEP criu/pie-util-vdso.d [2019-10-21T22:24:51.965Z] --- PASS: TestRenameStoppedContainer (0.83s) [2019-10-21T22:24:51.965Z] === RUN TestRenameRunningContainerAndReuse [2019-10-21T22:24:52.156Z] #42 147.0 DEP criu/pie-util-vdso-elf32.d [2019-10-21T22:24:52.443Z] #42 147.2 DEP criu/path.d [2019-10-21T22:24:52.661Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2019-10-21T22:24:52.731Z] #42 147.5 DEP criu/parasite-syscall.d [2019-10-21T22:24:53.357Z] #42 148.0 DEP criu/pagemap.d [2019-10-21T22:24:53.596Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2019-10-21T22:24:53.645Z] #42 148.5 DEP criu/pagemap-cache.d [2019-10-21T22:24:53.867Z] --- PASS: TestRenameRunningContainerAndReuse (1.80s) [2019-10-21T22:24:53.867Z] === RUN TestRenameInvalidName [2019-10-21T22:24:53.933Z] #42 148.9 DEP criu/page-xfer.d [2019-10-21T22:24:54.163Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2019-10-21T22:24:54.434Z] --- PASS: TestRenameInvalidName (0.82s) [2019-10-21T22:24:54.434Z] === RUN TestRenameAnonymousContainer [2019-10-21T22:24:54.559Z] #42 149.2 DEP criu/page-pipe.d [2019-10-21T22:24:54.559Z] #42 149.5 DEP criu/netfilter.d [2019-10-21T22:24:54.849Z] #42 149.9 DEP criu/net.d [2019-10-21T22:24:55.532Z] --- PASS: TestTemplatedConfig (4.23s) [2019-10-21T22:24:55.532Z] config_test.go:192: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig" [2019-10-21T22:24:55.532Z] === RUN TestConfigInspect [2019-10-21T22:24:55.885Z] #42 150.5 DEP criu/namespaces.d [2019-10-21T22:24:55.885Z] #42 150.9 DEP criu/mount.d [2019-10-21T22:24:56.174Z] #42 ... [2019-10-21T22:24:56.174Z] [2019-10-21T22:24:56.174Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:24:58.056Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2019-10-21T22:24:58.056Z] --- PASS: TestConfigInspect (2.49s) [2019-10-21T22:24:58.056Z] config_test.go:326: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect" [2019-10-21T22:24:58.056Z] === RUN TestConfigCreateWithLabels [2019-10-21T22:24:58.623Z] --- PASS: TestRenameAnonymousContainer (4.10s) [2019-10-21T22:24:58.623Z] === RUN TestRenameContainerWithSameName [2019-10-21T22:24:59.558Z] --- PASS: TestRenameContainerWithSameName (0.84s) [2019-10-21T22:24:59.558Z] === RUN TestRenameContainerWithLinkedContainer [2019-10-21T22:25:00.846Z] #23 235.9 Checking out files: 15% (1608/10643) Checking out files: 16% (1703/10643) Checking out files: 17% (1810/10643) Checking out files: 18% (1916/10643) Checking out files: 19% (2023/10643) Checking out files: 20% (2129/10643) Checking out files: 21% (2236/10643) Checking out files: 22% (2342/10643) Checking out files: 23% (2448/10643) Checking out files: 24% (2555/10643) Checking out files: 25% (2661/10643) Checking out files: 26% (2768/10643) Checking out files: 27% (2874/10643) Checking out files: 28% (2981/10643) Checking out files: 29% (3087/10643) Checking out files: 30% (3193/10643) Checking out files: 31% (3300/10643) Checking out files: 31% (3339/10643) Checking out files: 32% (3406/10643) Checking out files: 33% (3513/10643) Checking out files: 34% (3619/10643) Checking out files: 35% (3726/10643) Checking out files: 36% (3832/10643) Checking out files: 37% (3938/10643) Checking out files: 38% (4045/10643) Checking out files: 39% (4151/10643) Checking out files: 40% (4258/10643) Checking out files: 41% (4364/10643) Checking out files: 42% (4471/10643) Checking out files: 43% (4577/10643) Checking out files: 44% (4683/10643) Checking out files: 45% (4790/10643) Checking out files: 46% (4896/10643) Checking out files: 46% (4956/10643) Checking out files: 47% (5003/10643) Checking out files: 48% (5109/10643) Checking out files: 49% (5216/10643) Checking out files: 50% (5322/10643) Checking out files: 51% (5428/10643) Checking out files: 52% (5535/10643) Checking out files: 53% (5641/10643) Checking out files: 54% (5748/10643) Checking out files: 55% (5854/10643) Checking out files: 56% (5961/10643) Checking out files: 57% (6067/10643) Checking out files: 58% (6173/10643) Checking out files: 59% (6280/10643) Checking out files: 60% (6386/10643) Checking out files: 61% (6493/10643) Checking out files: 62% (6599/10643) Checking out files: 63% (6706/10643) Checking out files: 64% (6812/10643) Checking out files: 65% (6918/10643) Checking out files: 66% (7025/10643) Checking out files: 67% (7131/10643) Checking out files: 68% (7238/10643) Checking out files: 68% (7321/10643) Checking out files: 69% (7344/10643) Checking out files: 70% (7451/10643) Checking out files: 71% (7557/10643) Checking out files: 72% (7663/10643) Checking out files: 73% (7770/10643) Checking out files: 74% (7876/10643) Checking out files: 75% (7983/10643) Checking out files: 76% (8089/10643) Checking out files: 77% (8196/10643) Checking out files: 78% (8302/10643) Checking out files: 79% (8408/10643) Checking out files: 80% (8515/10643) Checking out files: 81% (8621/10643) Checking out files: 82% (8728/10643) Checking out files: 83% (8834/10643) Checking out files: 84% (8941/10643) Checking out files: 84% (9038/10643) Checking out files: 85% (9047/10643) Checking out files: 86% (9153/10643) Checking out files: 87% (9260/10643) Checking out files: 88% (9366/10643) Checking out files: 89% (9473/10643) Checking out files: 90% (9579/10643) Checking out files: 91% (9686/10643) Checking out files: 92% (9792/10643) Checking out files: 93% (9898/10643) Checking out files: 94% (10005/10643) Checking out files: 95% (10111/10643) Checking out files: 96% (10218/10643) Checking out files: 97% (10324/10643) Checking out files: 98% (10431/10643) Checking out files: 99% (10537/10643) Checking out files: 100% (10643/10643) Checking out files: 100% (10643/10643), done. [2019-10-21T22:25:01.145Z] #23 240.5 + cd /tmp/tmp.HSe3URSp8n/tmp/docker-ce [2019-10-21T22:25:01.145Z] #23 240.5 + git checkout -q v17.06.2-ce [2019-10-21T22:25:01.334Z] --- PASS: TestConfigCreateWithLabels (3.01s) [2019-10-21T22:25:01.334Z] config_test.go:350: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels" [2019-10-21T22:25:01.334Z] === RUN TestConfigCreateResolve [2019-10-21T22:25:01.334Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2019-10-21T22:25:01.461Z] --- PASS: TestRenameContainerWithLinkedContainer (1.70s) [2019-10-21T22:25:01.461Z] === RUN TestResize [2019-10-21T22:25:01.898Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2019-10-21T22:25:02.030Z] --- PASS: TestResize (0.89s) [2019-10-21T22:25:02.030Z] === RUN TestResizeWithInvalidSize [2019-10-21T22:25:02.462Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2019-10-21T22:25:02.964Z] --- PASS: TestResizeWithInvalidSize (0.87s) [2019-10-21T22:25:02.964Z] === RUN TestResizeWhenContainerNotStarted [2019-10-21T22:25:03.026Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2019-10-21T22:25:03.533Z] --- PASS: TestResizeWhenContainerNotStarted (0.76s) [2019-10-21T22:25:03.533Z] === RUN TestDaemonRestartKillContainers [2019-10-21T22:25:03.533Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-21T22:25:03.533Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-21T22:25:03.533Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-21T22:25:03.533Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-21T22:25:03.533Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-21T22:25:03.533Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-21T22:25:03.533Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-21T22:25:03.533Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-21T22:25:03.533Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-21T22:25:03.533Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-21T22:25:03.533Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-21T22:25:03.533Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-21T22:25:03.533Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-21T22:25:03.533Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-21T22:25:03.533Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-21T22:25:03.533Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-21T22:25:03.533Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-21T22:25:03.533Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-21T22:25:03.533Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-21T22:25:03.533Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-21T22:25:03.533Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-21T22:25:03.533Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-21T22:25:03.533Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-21T22:25:03.533Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-21T22:25:03.533Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-21T22:25:03.533Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-21T22:25:03.533Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-21T22:25:03.533Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-21T22:25:03.592Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2019-10-21T22:25:04.158Z] --- PASS: TestConfigCreateResolve (3.21s) [2019-10-21T22:25:04.158Z] config_test.go:377: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve" [2019-10-21T22:25:04.158Z] === RUN TestConfigDaemonLibtrustID [2019-10-21T22:25:04.539Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2019-10-21T22:25:04.539Z] config_test.go:427: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID" [2019-10-21T22:25:04.539Z] PASS [2019-10-21T22:25:04.539Z] [2019-10-21T22:25:04.539Z] DONE 8 tests in 23.432s [2019-10-21T22:25:04.539Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2019-10-21T22:25:04.539Z] ++ 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-21T22:25:04.539Z] ++ set -e [2019-10-21T22:25:04.539Z] ++ '[' -n 0 ']' [2019-10-21T22:25:04.539Z] ++ set -x [2019-10-21T22:25:04.540Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-21T22:25:04.798Z] INFO: Testing against a local daemon [2019-10-21T22:25:04.798Z] === RUN TestCheckpoint [2019-10-21T22:25:04.798Z] --- SKIP: TestCheckpoint (0.00s) [2019-10-21T22:25:04.798Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-21T22:25:04.798Z] === RUN TestContainerInvalidJSON [2019-10-21T22:25:04.798Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-10-21T22:25:04.798Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-10-21T22:25:04.798Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-10-21T22:25:04.798Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-10-21T22:25:04.798Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-10-21T22:25:04.798Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-10-21T22:25:04.798Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-10-21T22:25:04.798Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-10-21T22:25:04.798Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-10-21T22:25:04.798Z] --- PASS: TestContainerInvalidJSON (0.02s) [2019-10-21T22:25:04.798Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-10-21T22:25:04.798Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-10-21T22:25:04.798Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-10-21T22:25:04.798Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-10-21T22:25:05.056Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s) [2019-10-21T22:25:05.056Z] === RUN TestCopyFromContainerPathIsNotDir [2019-10-21T22:25:05.056Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s) [2019-10-21T22:25:05.056Z] === RUN TestCopyToContainerPathDoesNotExist [2019-10-21T22:25:05.056Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.11s) [2019-10-21T22:25:05.056Z] === RUN TestCopyToContainerPathIsNotDir [2019-10-21T22:25:05.367Z] --- PASS: TestCopyToContainerPathIsNotDir (0.10s) [2019-10-21T22:25:05.367Z] === RUN TestCopyFromContainer [2019-10-21T22:25:05.933Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2019-10-21T22:25:06.119Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-21T22:25:06.687Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-21T22:25:06.687Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-21T22:25:06.699Z] #23 245.9 + mkdir -p /tmp/tmp.HSe3URSp8n/src/github.com/docker [2019-10-21T22:25:06.699Z] #23 245.9 + mv components/cli /tmp/tmp.HSe3URSp8n/src/github.com/docker/cli [2019-10-21T22:25:06.699Z] #23 245.9 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2019-10-21T22:25:06.699Z] #23 ... [2019-10-21T22:25:06.699Z] [2019-10-21T22:25:06.699Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:25:06.699Z] #42 151.5 DEP criu/mem.d [2019-10-21T22:25:06.699Z] #42 151.9 DEP criu/lsm.d [2019-10-21T22:25:06.699Z] #42 152.3 DEP criu/log.d [2019-10-21T22:25:06.699Z] #42 152.6 DEP criu/libnetlink.d [2019-10-21T22:25:06.699Z] #42 153.0 DEP criu/kerndat.d [2019-10-21T22:25:06.699Z] #42 153.4 DEP criu/kcmp-ids.d [2019-10-21T22:25:06.699Z] #42 153.7 DEP criu/irmap.d [2019-10-21T22:25:06.699Z] #42 154.0 DEP criu/ipc_ns.d [2019-10-21T22:25:06.699Z] #42 154.8 DEP criu/image.d [2019-10-21T22:25:06.699Z] #42 155.1 DEP criu/image-desc.d [2019-10-21T22:25:06.699Z] #42 155.4 DEP criu/fsnotify.d [2019-10-21T22:25:06.699Z] #42 155.9 DEP criu/filesystems.d [2019-10-21T22:25:06.699Z] #42 156.3 DEP criu/files.d [2019-10-21T22:25:06.699Z] #42 156.8 DEP criu/files-reg.d [2019-10-21T22:25:06.699Z] #42 157.1 DEP criu/files-ext.d [2019-10-21T22:25:06.699Z] #42 157.5 DEP criu/file-lock.d [2019-10-21T22:25:06.699Z] #42 157.9 DEP criu/file-ids.d [2019-10-21T22:25:06.699Z] #42 158.2 DEP criu/fifo.d [2019-10-21T22:25:06.699Z] #42 158.5 DEP criu/fdstore.d [2019-10-21T22:25:06.699Z] #42 158.8 DEP criu/fault-injection.d [2019-10-21T22:25:06.699Z] #42 158.9 DEP criu/external.d [2019-10-21T22:25:06.699Z] #42 159.1 DEP criu/eventpoll.d [2019-10-21T22:25:06.699Z] #42 159.6 DEP criu/eventfd.d [2019-10-21T22:25:06.699Z] #42 159.9 DEP criu/crtools.d [2019-10-21T22:25:06.699Z] #42 160.2 DEP criu/cr-service.d [2019-10-21T22:25:06.699Z] #42 160.6 DEP criu/cr-restore.d [2019-10-21T22:25:06.699Z] #42 161.1 DEP criu/cr-errno.d [2019-10-21T22:25:06.699Z] #42 161.1 DEP criu/cr-dump.d [2019-10-21T22:25:06.699Z] #42 161.5 DEP criu/cr-dedup.d [2019-10-21T22:25:06.866Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2019-10-21T22:25:06.866Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2019-10-21T22:25:06.866Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2019-10-21T22:25:07.257Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-21T22:25:07.330Z] #42 162.1 DEP criu/cr-check.d [2019-10-21T22:25:07.618Z] #42 162.6 DEP criu/config.d [2019-10-21T22:25:07.798Z] === RUN TestCopyFromContainer// [2019-10-21T22:25:07.824Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-21T22:25:08.057Z] === RUN TestCopyFromContainer//bar/root [2019-10-21T22:25:08.057Z] === RUN TestCopyFromContainer//bar/root/ [2019-10-21T22:25:08.245Z] #42 162.9 DEP criu/clone-noasan.d [2019-10-21T22:25:08.246Z] #42 163.1 DEP criu/cgroup.d [2019-10-21T22:25:08.314Z] === RUN TestCopyFromContainer/bar/quux [2019-10-21T22:25:08.314Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2019-10-21T22:25:08.314Z] === RUN TestCopyFromContainer/bar/quux/ [2019-10-21T22:25:08.393Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-21T22:25:08.393Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-21T22:25:08.535Z] #42 163.5 DEP criu/cgroup-props.d [2019-10-21T22:25:08.535Z] #42 ... [2019-10-21T22:25:08.535Z] [2019-10-21T22:25:08.535Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T22:25:08.535Z] #18 184.5 Setting up aufs-tools (1:4.1+20161219-1) ... [2019-10-21T22:25:08.535Z] #18 184.5 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-10-21T22:25:08.535Z] #18 184.5 Setting up libsepol1-dev:ppc64el (2.6-2) ... [2019-10-21T22:25:08.535Z] #18 184.5 Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-10-21T22:25:08.535Z] #18 184.5 Setting up libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-10-21T22:25:08.535Z] #18 184.6 Setting up libip4tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-21T22:25:08.535Z] #18 184.6 Processing triggers for mime-support (3.60) ... [2019-10-21T22:25:08.535Z] #18 184.8 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-10-21T22:25:08.535Z] #18 184.8 Setting up libgpm2:ppc64el (1.20.4-6.2+b1) ... [2019-10-21T22:25:08.535Z] #18 184.8 Setting up libcap2-bin (1:2.25-1) ... [2019-10-21T22:25:08.535Z] #18 184.8 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-10-21T22:25:08.535Z] #18 184.8 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-10-21T22:25:08.535Z] #18 184.9 Setting up bash-completion (1:2.1-4.3) ... [2019-10-21T22:25:08.535Z] #18 191.5 Setting up libonig4:ppc64el (6.1.3-2) ... [2019-10-21T22:25:08.535Z] #18 191.5 Setting up libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-10-21T22:25:08.535Z] #18 191.5 Setting up zip (3.0-11+b1) ... [2019-10-21T22:25:08.535Z] #18 191.5 Setting up bzip2 (1.0.6-8.1) ... [2019-10-21T22:25:08.535Z] #18 191.6 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-10-21T22:25:08.535Z] #18 191.6 Setting up libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-10-21T22:25:08.535Z] #18 191.6 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T22:25:08.535Z] #18 191.7 Setting up libaio1:ppc64el (0.3.110-3) ... [2019-10-21T22:25:08.572Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-10-21T22:25:08.572Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-10-21T22:25:08.712Z] #74 DONE 18.3s [Pipeline] } [Pipeline] // stage [2019-10-21T22:25:08.826Z] #18 191.7 Setting up libxtables12:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-21T22:25:08.826Z] #18 191.7 Setting up xz-utils (5.2.2-1.2+b1) ... [2019-10-21T22:25:08.826Z] #18 191.7 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-10-21T22:25:08.826Z] #18 191.8 Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-10-21T22:25:08.826Z] #18 191.8 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-21T22:25:08.826Z] #18 191.8 Setting up libpcrecpp0v5:ppc64el (2:8.39-3) ... [2019-10-21T22:25:08.826Z] #18 191.8 Setting up libpcre32-3:ppc64el (2:8.39-3) ... [2019-10-21T22:25:08.826Z] #18 191.8 Setting up libnfnetlink0:ppc64el (1.0.1-3) ... [2019-10-21T22:25:08.826Z] #18 191.9 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-10-21T22:25:08.826Z] #18 ... [2019-10-21T22:25:08.826Z] [2019-10-21T22:25:08.826Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:25:08.826Z] #42 163.8 DEP criu/bitmap.d [2019-10-21T22:25:08.831Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2019-10-21T22:25:08.831Z] === RUN TestCopyFromContainer/bar/dirsymlink [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-10-21T22:25:08.962Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-21T22:25:09.089Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-10-21T22:25:09.089Z] === RUN TestCopyFromContainer/bar/notarget [2019-10-21T22:25:09.089Z] --- PASS: TestCopyFromContainer (3.96s) [2019-10-21T22:25:09.089Z] --- PASS: TestCopyFromContainer// (0.09s) [2019-10-21T22:25:09.089Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2019-10-21T22:25:09.117Z] #42 163.9 DEP criu/bfd.d [2019-10-21T22:25:09.347Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2019-10-21T22:25:09.347Z] --- PASS: TestCopyFromContainer/bar/quux (0.24s) [2019-10-21T22:25:09.347Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.14s) [2019-10-21T22:25:09.347Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s) [2019-10-21T22:25:09.347Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.15s) [2019-10-21T22:25:09.347Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.14s) [2019-10-21T22:25:09.347Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.13s) [2019-10-21T22:25:09.347Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2019-10-21T22:25:09.347Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-10-21T22:25:09.347Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-21T22:25:09.347Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-21T22:25:09.347Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-21T22:25:09.347Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-21T22:25:09.347Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-21T22:25:09.347Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-21T22:25:09.347Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-21T22:25:09.347Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-21T22:25:09.347Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-21T22:25:09.347Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.04s) [2019-10-21T22:25:09.347Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2019-10-21T22:25:09.347Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-10-21T22:25:09.347Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-10-21T22:25:09.347Z] === RUN TestCreateLinkToNonExistingContainer [2019-10-21T22:25:09.347Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2019-10-21T22:25:09.347Z] === RUN TestCreateWithInvalidEnv [2019-10-21T22:25:09.347Z] === RUN TestCreateWithInvalidEnv/0 [2019-10-21T22:25:09.347Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-10-21T22:25:09.347Z] === RUN TestCreateWithInvalidEnv/1 [2019-10-21T22:25:09.347Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-10-21T22:25:09.347Z] === RUN TestCreateWithInvalidEnv/2 [2019-10-21T22:25:09.347Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-10-21T22:25:09.347Z] === CONT TestCreateWithInvalidEnv/0 [2019-10-21T22:25:09.347Z] === CONT TestCreateWithInvalidEnv/2 [2019-10-21T22:25:09.347Z] === CONT TestCreateWithInvalidEnv/1 [2019-10-21T22:25:09.347Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2019-10-21T22:25:09.347Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-10-21T22:25:09.347Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-10-21T22:25:09.347Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2019-10-21T22:25:09.347Z] === RUN TestCreateTmpfsMountsTarget [2019-10-21T22:25:09.347Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2019-10-21T22:25:09.347Z] === RUN TestCreateWithCustomMaskedPaths [2019-10-21T22:25:09.408Z] #42 164.2 DEP criu/autofs.d [2019-10-21T22:25:09.408Z] #42 ... [2019-10-21T22:25:09.408Z] [2019-10-21T22:25:09.408Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:25:09.408Z] #45 238.9 vendor/golang.org/x/crypto/cryptobyte [2019-10-21T22:25:09.408Z] #45 239.0 crypto/rsa [2019-10-21T22:25:09.408Z] #45 242.2 vendor/golang.org/x/net/http/httpproxy [2019-10-21T22:25:09.408Z] #45 242.2 net/textproto [2019-10-21T22:25:09.408Z] #45 245.7 mime/multipart [2019-10-21T22:25:09.408Z] #45 245.7 vendor/golang.org/x/net/http/httpguts [2019-10-21T22:25:09.408Z] #45 246.5 crypto/x509 [2019-10-21T22:25:09.604Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2019-10-21T22:25:09.604Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2019-10-21T22:25:09.604Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2019-10-21T22:25:09.696Z] #45 ... [2019-10-21T22:25:09.696Z] [2019-10-21T22:25:09.696Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:25:09.696Z] #42 164.6 DEP criu/aio.d [2019-10-21T22:25:09.834Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-40115/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3ddb4100a052aa556e78fefdf955cf0b7c374d43 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3ddb4100a052aa556e78fefdf955cf0b7c374d43 hack/test/unit [2019-10-21T22:25:10.350Z] #42 165.2 DEP criu/action-scripts.d [2019-10-21T22:25:10.974Z] #42 165.9 CC criu/action-scripts.o [2019-10-21T22:25:12.130Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2019-10-21T22:25:12.130Z] --- PASS: TestCreateWithCustomMaskedPaths (2.71s) [2019-10-21T22:25:12.130Z] === RUN TestCreateWithCapabilities [2019-10-21T22:25:12.130Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-10-21T22:25:12.130Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-10-21T22:25:12.130Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-10-21T22:25:12.130Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-10-21T22:25:12.130Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-10-21T22:25:12.130Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-10-21T22:25:12.130Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-10-21T22:25:12.130Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-10-21T22:25:12.130Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-10-21T22:25:12.130Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-10-21T22:25:12.130Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-21T22:25:12.130Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-21T22:25:12.130Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-10-21T22:25:12.130Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-10-21T22:25:12.130Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-10-21T22:25:12.130Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-10-21T22:25:12.130Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-10-21T22:25:12.130Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-10-21T22:25:12.130Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-10-21T22:25:12.130Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-10-21T22:25:12.130Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-10-21T22:25:12.130Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-10-21T22:25:12.130Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-10-21T22:25:12.130Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-21T22:25:12.130Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-10-21T22:25:12.130Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-10-21T22:25:12.130Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-10-21T22:25:12.130Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-10-21T22:25:12.130Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-10-21T22:25:12.130Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-10-21T22:25:12.252Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-10-21T22:25:12.252Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.59s) [2019-10-21T22:25:12.252Z] 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-21T22:25:12.253Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.03s) [2019-10-21T22:25:12.253Z] 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-21T22:25:12.253Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.03s) [2019-10-21T22:25:12.253Z] 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-21T22:25:12.253Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.73s) [2019-10-21T22:25:12.253Z] 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-21T22:25:12.253Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.64s) [2019-10-21T22:25:12.253Z] 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-21T22:25:12.253Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.78s) [2019-10-21T22:25:12.253Z] 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-21T22:25:12.253Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.79s) [2019-10-21T22:25:12.253Z] 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-21T22:25:12.253Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.56s) [2019-10-21T22:25:12.253Z] 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-21T22:25:12.253Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.91s) [2019-10-21T22:25:12.253Z] 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-21T22:25:12.253Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.81s) [2019-10-21T22:25:12.253Z] 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-21T22:25:12.253Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.51s) [2019-10-21T22:25:12.253Z] 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-21T22:25:12.253Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.42s) [2019-10-21T22:25:12.253Z] 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-21T22:25:12.253Z] === RUN TestCgroupNamespacesRun [2019-10-21T22:25:12.388Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2019-10-21T22:25:12.388Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-10-21T22:25:12.388Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-10-21T22:25:12.388Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-10-21T22:25:12.388Z] --- PASS: TestCreateWithCapabilities (0.04s) [2019-10-21T22:25:12.388Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.06s) [2019-10-21T22:25:12.388Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.06s) [2019-10-21T22:25:12.388Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2019-10-21T22:25:12.388Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.01s) [2019-10-21T22:25:12.388Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.07s) [2019-10-21T22:25:12.388Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.07s) [2019-10-21T22:25:12.388Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.07s) [2019-10-21T22:25:12.388Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.08s) [2019-10-21T22:25:12.388Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-10-21T22:25:12.388Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.06s) [2019-10-21T22:25:12.388Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.06s) [2019-10-21T22:25:12.388Z] === RUN TestCreateWithCustomReadonlyPaths [2019-10-21T22:25:12.468Z] #42 167.0 CC criu/aio.o [2019-10-21T22:25:12.468Z] #42 ... [2019-10-21T22:25:12.468Z] [2019-10-21T22:25:12.468Z] #48 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:25:12.468Z] #48 DONE 252.0s [2019-10-21T22:25:12.468Z] [2019-10-21T22:25:12.468Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T22:25:12.468Z] #18 193.0 Setting up libsystemd-dev:ppc64el (232-25+deb9u12) ... [2019-10-21T22:25:12.468Z] #18 193.0 Setting up libpcre16-3:ppc64el (2:8.39-3) ... [2019-10-21T22:25:12.468Z] #18 193.0 Setting up libreadline5:ppc64el (5.2+dfsg-3+b1) ... [2019-10-21T22:25:12.468Z] #18 193.0 Setting up libnl-3-200:ppc64el (3.2.27-2) ... [2019-10-21T22:25:12.468Z] #18 193.0 Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-10-21T22:25:12.468Z] #18 193.0 Setting up libudev-dev:ppc64el (232-25+deb9u12) ... [2019-10-21T22:25:12.468Z] #18 193.1 Setting up pigz (2.3.4-1) ... [2019-10-21T22:25:12.468Z] #18 193.1 Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-10-21T22:25:12.468Z] #18 193.1 Setting up libmpdec2:ppc64el (2.4.2-1) ... [2019-10-21T22:25:12.468Z] #18 193.1 Setting up libip6tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-21T22:25:12.468Z] #18 193.1 Setting up mingw-w64-common (5.0.1-1) ... [2019-10-21T22:25:12.468Z] #18 193.1 Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-21T22:25:12.468Z] #18 193.1 Setting up jq (1.5+dfsg-1.3) ... [2019-10-21T22:25:12.468Z] #18 193.2 Setting up libpcre3-dev:ppc64el (2:8.39-3) ... [2019-10-21T22:25:12.469Z] #18 193.2 Setting up libnetfilter-conntrack3:ppc64el (1.0.6-2) ... [2019-10-21T22:25:12.469Z] #18 193.2 Setting up xfsprogs (4.9.0+nmu1) ... [2019-10-21T22:25:12.469Z] #18 193.2 Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-10-21T22:25:12.469Z] #18 193.2 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-10-21T22:25:12.469Z] #18 193.2 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-10-21T22:25:12.469Z] #18 193.3 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-10-21T22:25:12.469Z] #18 193.3 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-10-21T22:25:12.469Z] #18 193.3 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-10-21T22:25:12.469Z] #18 193.3 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-10-21T22:25:12.469Z] #18 193.4 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-10-21T22:25:12.469Z] #18 193.4 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-10-21T22:25:12.469Z] #18 193.4 Setting up libpython3.5-stdlib:ppc64el (3.5.3-1+deb9u1) ... [2019-10-21T22:25:12.469Z] #18 193.4 Setting up libiptc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-21T22:25:12.469Z] #18 193.4 Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-10-21T22:25:12.469Z] #18 193.4 Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-10-21T22:25:12.469Z] #18 193.4 Setting up btrfs-progs (4.7.3-1) ... [2019-10-21T22:25:12.469Z] #18 193.4 Setting up libselinux1-dev:ppc64el (2.6-3+b3) ... [2019-10-21T22:25:12.469Z] #18 193.4 Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-10-21T22:25:13.627Z] --- PASS: TestCgroupNamespacesRun (1.84s) [2019-10-21T22:25:13.627Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun" [2019-10-21T22:25:13.627Z] === RUN TestCgroupNamespacesRunPrivileged [2019-10-21T22:25:14.030Z] ? github.com/docker/docker/api [no test files] [2019-10-21T22:25:14.284Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2019-10-21T22:25:14.848Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2019-10-21T22:25:15.106Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.67s) [2019-10-21T22:25:15.106Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-10-21T22:25:15.106Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-21T22:25:15.106Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-21T22:25:15.106Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-21T22:25:15.106Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-21T22:25:15.106Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-21T22:25:15.106Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-21T22:25:15.106Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-21T22:25:15.106Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-21T22:25:15.106Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-21T22:25:15.106Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-21T22:25:15.106Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-21T22:25:15.106Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-21T22:25:15.106Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-21T22:25:15.106Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-21T22:25:15.106Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-21T22:25:15.106Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2019-10-21T22:25:15.106Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2019-10-21T22:25:15.106Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2019-10-21T22:25:15.106Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2019-10-21T22:25:15.106Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-10-21T22:25:15.106Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2019-10-21T22:25:15.106Z] === RUN TestContainerStartOnDaemonRestart [2019-10-21T22:25:15.106Z] === PAUSE TestContainerStartOnDaemonRestart [2019-10-21T22:25:15.106Z] === RUN TestDaemonRestartIpcMode [2019-10-21T22:25:15.106Z] === PAUSE TestDaemonRestartIpcMode [2019-10-21T22:25:15.106Z] === RUN TestDiff [2019-10-21T22:25:15.529Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.80s) [2019-10-21T22:25:15.529Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged" [2019-10-21T22:25:15.529Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-10-21T22:25:15.673Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2019-10-21T22:25:15.931Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2019-10-21T22:25:16.189Z] --- PASS: TestDiff (1.01s) [2019-10-21T22:25:16.189Z] === RUN TestExecWithCloseStdin [2019-10-21T22:25:16.526Z] INFO [runner] Issues before processing: 2319, after processing: 0 [2019-10-21T22:25:16.526Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 1714/1714, identifier_marker: 1617/1617, skip_dirs: 1714/1714, nolint: 0/63, skip_files: 1714/1714, autogenerated_exclude: 1617/1714, exclude: 1617/1617, exclude-rules: 63/1617, cgo: 1714/2319, filename_unadjuster: 1714/1714 [2019-10-21T22:25:16.526Z] INFO [runner] processing took 169.757784ms with stages: nolint: 71.996921ms, identifier_marker: 60.678357ms, path_prettifier: 13.316184ms, exclude-rules: 8.834703ms, autogenerated_exclude: 7.079293ms, skip_dirs: 4.264022ms, cgo: 2.013103ms, filename_unadjuster: 1.568971ms, max_same_issues: 1.663µs, exclude: 735ns, source_code: 717ns, diff: 686ns, uniq_by_line: 640ns, max_from_linter: 570ns, skip_files: 505ns, path_shortener: 419ns, max_per_file_from_linter: 295ns [2019-10-21T22:25:16.526Z] INFO [runner] linters took 1m35.511260436s with stages: goanalysis_metalinter: 1m18.212465182s, unused: 17.128467816s [2019-10-21T22:25:16.526Z] INFO File cache stats: 1442 entries of total size 6.8MiB [2019-10-21T22:25:16.526Z] INFO Memory: 1559 samples, avg is 254.5MB, max is 2831.8MB [2019-10-21T22:25:16.526Z] INFO Execution took 3m28.121871233s [2019-10-21T22:25:16.783Z] Congratulations! "./pkg/..." is safely isolated from internal code. [2019-10-21T22:25:16.783Z] No api/types/ or api/swagger.yaml changes in diff. [2019-10-21T22:25:16.783Z] Congratulations! All toml source files changed here have valid syntax. [2019-10-21T22:25:16.783Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2019-10-21T22:25:16.783Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2019-10-21T22:25:16.928Z] INFO: Extraction ended at 10/21/2019 22:25:14. Duration:00:00:28.9055528 [2019-10-21T22:25:16.928Z] INFO: Updating the golang and path environment variables [2019-10-21T22:25:16.928Z] INFO: GOPATH=d:\gopath [2019-10-21T22:25:16.928Z] INFO: go version go1.13.3 windows/amd64 [2019-10-21T22:25:16.928Z] INFO: Running the daemon under test in debug mode [2019-10-21T22:25:16.928Z] INFO: Starting a daemon under test... [2019-10-21T22:25:16.928Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-40115\4\daemon --pidfile d:\CI\PR-40115\4\docker.pid -D [2019-10-21T22:25:16.928Z] INFO: Process started successfully. [2019-10-21T22:25:16.928Z] INFO: Start tailing logs of the daemon under tests [2019-10-21T22:25:16.928Z] INFO: Waiting for the daemon under test to start... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2019-10-21T22:25:17.431Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.02s) [2019-10-21T22:25:17.431Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode" [2019-10-21T22:25:17.431Z] === RUN TestCgroupNamespacesRunHostMode [2019-10-21T22:25:17.562Z] --- PASS: TestExecWithCloseStdin (1.27s) [2019-10-21T22:25:17.562Z] === RUN TestExec [2019-10-21T22:25:17.562Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2019-10-21T22:25:17.707Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40115/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3ddb4100a052aa556e78fefdf955cf0b7c374d43 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3ddb4100a052aa556e78fefdf955cf0b7c374d43 hack/make.sh dynbinary-daemon test-docker-py [2019-10-21T22:25:18.273Z] [2019-10-21T22:25:18.273Z] Removing bundles/ [2019-10-21T22:25:18.273Z] [2019-10-21T22:25:18.273Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2019-10-21T22:25:18.273Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-10-21T22:25:18.273Z] GOOS="" GOARCH="" GOARM="" [2019-10-21T22:25:18.470Z] INFO: Daemon under test started and replied! [2019-10-21T22:25:18.470Z] INFO: Docker version of the daemon under test [2019-10-21T22:25:18.470Z] [2019-10-21T22:25:18.470Z] Client: [2019-10-21T22:25:18.470Z] Version: 17.06.2-ce [2019-10-21T22:25:18.470Z] API version: 1.30 [2019-10-21T22:25:18.470Z] Go version: go1.8.3 [2019-10-21T22:25:18.470Z] Git commit: cec0b72 [2019-10-21T22:25:18.470Z] Built: Tue Sep 5 19:57:19 2017 [2019-10-21T22:25:18.470Z] OS/Arch: windows/amd64 [2019-10-21T22:25:18.470Z] [2019-10-21T22:25:18.470Z] Server: [2019-10-21T22:25:18.470Z] Version: 0.0.0-dev [2019-10-21T22:25:18.470Z] API version: 1.41 (minimum version 1.24) [2019-10-21T22:25:18.470Z] Go version: go1.13.3 [2019-10-21T22:25:18.470Z] Git commit: 3ddb4100a [2019-10-21T22:25:18.470Z] Built: 10/21/2019 22:23:20 [2019-10-21T22:25:18.470Z] OS/Arch: windows/amd64 [2019-10-21T22:25:18.470Z] Experimental: false [2019-10-21T22:25:18.470Z] [2019-10-21T22:25:18.470Z] INFO: Docker info of the daemon under test [2019-10-21T22:25:18.470Z] [2019-10-21T22:25:18.495Z] --- PASS: TestExec (1.06s) [2019-10-21T22:25:18.495Z] === RUN TestExecUser [2019-10-21T22:25:18.930Z] Containers: 0 [2019-10-21T22:25:18.930Z] Running: 0 [2019-10-21T22:25:18.930Z] Paused: 0 [2019-10-21T22:25:18.930Z] Stopped: 0 [2019-10-21T22:25:18.930Z] Images: 0 [2019-10-21T22:25:18.930Z] Server Version: 0.0.0-dev [2019-10-21T22:25:18.930Z] Storage Driver: windowsfilter [2019-10-21T22:25:18.930Z] Windows: [2019-10-21T22:25:18.930Z] Logging Driver: json-file [2019-10-21T22:25:18.930Z] Plugins: [2019-10-21T22:25:18.930Z] Volume: local [2019-10-21T22:25:18.930Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2019-10-21T22:25:18.930Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-10-21T22:25:18.930Z] Swarm: inactive [2019-10-21T22:25:18.930Z] Default Isolation: process [2019-10-21T22:25:18.930Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-10-21T22:25:18.930Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-10-21T22:25:18.930Z] OSType: windows [2019-10-21T22:25:18.930Z] Architecture: x86_64 [2019-10-21T22:25:18.930Z] CPUs: 4 [2019-10-21T22:25:18.930Z] Total Memory: 32GiB [2019-10-21T22:25:18.930Z] Name: azwin-2-9645f0 [2019-10-21T22:25:18.930Z] ID: RQS4:3B7L:JSQH:LXBO:IXUC:GIGZ:HLXI:IXHN:G5NE:SV2G:EVSO:5OE5 [2019-10-21T22:25:18.930Z] Docker Root Dir: D:\CI\PR-40115\4\daemon [2019-10-21T22:25:18.930Z] Debug Mode (client): false [2019-10-21T22:25:18.930Z] Debug Mode (server): true [2019-10-21T22:25:18.930Z] File Descriptors: -1 [2019-10-21T22:25:18.930Z] Goroutines: 17 [2019-10-21T22:25:18.930Z] System Time: 2019-10-21T22:25:18.4672948Z [2019-10-21T22:25:18.930Z] EventsListeners: 0 [2019-10-21T22:25:18.930Z] Registry: https://index.docker.io/v1/ [2019-10-21T22:25:18.930Z] Labels: [2019-10-21T22:25:18.930Z] Experimental: false [2019-10-21T22:25:18.930Z] Insecure Registries: [2019-10-21T22:25:18.930Z] 127.0.0.0/8 [2019-10-21T22:25:18.930Z] Live Restore Enabled: false [2019-10-21T22:25:18.930Z] [2019-10-21T22:25:18.930Z] [2019-10-21T22:25:18.930Z] INFO: Docker images of the daemon under test [2019-10-21T22:25:18.930Z] [2019-10-21T22:25:18.930Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2019-10-21T22:25:18.930Z] [2019-10-21T22:25:18.930Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2019-10-21T22:25:18.930Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2019-10-21T22:25:19.334Z] --- PASS: TestCgroupNamespacesRunHostMode (1.83s) [2019-10-21T22:25:19.334Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode" [2019-10-21T22:25:19.334Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-10-21T22:25:19.390Z] ltsc2019: Pulling from windows/servercore [2019-10-21T22:25:19.866Z] --- PASS: TestExecUser (1.12s) [2019-10-21T22:25:19.866Z] === RUN TestExportContainerAndImportImage [2019-10-21T22:25:20.800Z] --- PASS: TestExportContainerAndImportImage (1.16s) [2019-10-21T22:25:20.800Z] === RUN TestExportContainerAfterDaemonRestart [2019-10-21T22:25:21.058Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2019-10-21T22:25:21.238Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.97s) [2019-10-21T22:25:21.238Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode" [2019-10-21T22:25:21.238Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-10-21T22:25:21.623Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2019-10-21T22:25:22.172Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.90s) [2019-10-21T22:25:22.172Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate" [2019-10-21T22:25:22.172Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-10-21T22:25:22.559Z] --- PASS: TestExportContainerAfterDaemonRestart (1.58s) [2019-10-21T22:25:22.559Z] export_test.go:63: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart" [2019-10-21T22:25:22.559Z] === RUN TestHealthCheckWorkdir [2019-10-21T22:25:22.811Z] #18 204.7 Setting up libpython3-stdlib:ppc64el (3.5.3-1) ... [2019-10-21T22:25:22.811Z] #18 204.7 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-21T22:25:22.811Z] #18 204.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-10-21T22:25:22.811Z] #18 204.7 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-21T22:25:22.811Z] #18 204.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-10-21T22:25:22.811Z] #18 204.7 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-21T22:25:22.811Z] #18 204.7 Setting up btrfs-tools (4.7.3-1) ... [2019-10-21T22:25:22.811Z] #18 204.7 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-21T22:25:22.811Z] #18 204.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-10-21T22:25:22.811Z] #18 204.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-10-21T22:25:22.811Z] #18 204.8 Setting up python3 (3.5.3-1) ... [2019-10-21T22:25:23.107Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.89s) [2019-10-21T22:25:23.107Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode" [2019-10-21T22:25:23.107Z] === RUN TestCgroupNamespacesRunOlderClient [2019-10-21T22:25:23.929Z] --- PASS: TestHealthCheckWorkdir (1.29s) [2019-10-21T22:25:23.929Z] === RUN TestHealthKillContainer [2019-10-21T22:25:24.331Z] #18 ... [2019-10-21T22:25:24.331Z] [2019-10-21T22:25:24.331Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:25:24.331Z] #45 253.6 crypto/tls [2019-10-21T22:25:24.331Z] #45 ... [2019-10-21T22:25:24.331Z] [2019-10-21T22:25:24.331Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:25:24.331Z] #42 169.1 CC criu/autofs.o [2019-10-21T22:25:24.331Z] #42 171.9 CC criu/bfd.o [2019-10-21T22:25:24.331Z] #42 173.3 CC criu/bitmap.o [2019-10-21T22:25:24.331Z] #42 173.7 CC criu/cgroup-props.o [2019-10-21T22:25:24.331Z] #42 175.4 CC criu/cgroup.o [2019-10-21T22:25:24.331Z] #42 ... [2019-10-21T22:25:24.331Z] [2019-10-21T22:25:24.331Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:25:24.331Z] #45 264.0 net/http/httptrace [2019-10-21T22:25:24.863Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2019-10-21T22:25:24.863Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2019-10-21T22:25:24.958Z] #45 264.5 net/http [2019-10-21T22:25:25.010Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.82s) [2019-10-21T22:25:25.010Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient" [2019-10-21T22:25:25.010Z] === RUN TestKernelTCPMemory [2019-10-21T22:25:25.945Z] --- PASS: TestKernelTCPMemory (1.00s) [2019-10-21T22:25:25.945Z] === RUN TestNISDomainname [2019-10-21T22:25:25.995Z] ok github.com/docker/docker/api/server 0.010s coverage: 9.0% of statements [2019-10-21T22:25:26.476Z] 65014b3c3121: Pulling fs layer [2019-10-21T22:25:26.476Z] 12c8dbabfd62: Pulling fs layer [2019-10-21T22:25:26.760Z] --- PASS: TestHealthKillContainer (3.21s) [2019-10-21T22:25:26.760Z] === RUN TestInspectCpusetInConfigPre120 [2019-10-21T22:25:27.321Z] --- PASS: TestNISDomainname (1.21s) [2019-10-21T22:25:27.321Z] === RUN TestHostnameDnsResolution [2019-10-21T22:25:27.691Z] --- PASS: TestInspectCpusetInConfigPre120 (0.91s) [2019-10-21T22:25:27.691Z] === RUN TestIpcModeNone [2019-10-21T22:25:28.623Z] --- PASS: TestIpcModeNone (0.93s) [2019-10-21T22:25:28.623Z] === RUN TestIpcModePrivate [2019-10-21T22:25:28.881Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2019-10-21T22:25:29.220Z] --- PASS: TestHostnameDnsResolution (1.83s) [2019-10-21T22:25:29.221Z] === RUN TestStats [2019-10-21T22:25:29.446Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2019-10-21T22:25:29.446Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2019-10-21T22:25:29.703Z] --- PASS: TestIpcModePrivate (1.10s) [2019-10-21T22:25:29.703Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:195, shared: false, mustBeShared: false [2019-10-21T22:25:29.703Z] === RUN TestIpcModeShareable [2019-10-21T22:25:30.505Z] #45 ... [2019-10-21T22:25:30.505Z] [2019-10-21T22:25:30.505Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T22:25:30.505Z] #18 208.0 Setting up apparmor (2.11.0-3+deb9u2) ... [2019-10-21T22:25:30.505Z] #18 210.2 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-10-21T22:25:30.505Z] #18 210.5 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-10-21T22:25:30.505Z] #18 210.6 Setting up libdevmapper1.02.1:ppc64el (2:1.02.137-2) ... [2019-10-21T22:25:30.505Z] #18 210.6 Setting up python3-wheel (0.29.0-2) ... [2019-10-21T22:25:30.505Z] #18 212.3 Setting up python3-pkg-resources (33.1.1-1) ... [2019-10-21T22:25:31.137Z] --- PASS: TestIpcModeShareable (1.23s) [2019-10-21T22:25:31.137Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:192, shared: true, mustBeShared: true [2019-10-21T22:25:31.137Z] === RUN TestAPIIpcModeShareableAndContainer [2019-10-21T22:25:31.704Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2019-10-21T22:25:31.753Z] --- PASS: TestStats (2.59s) [2019-10-21T22:25:31.753Z] === RUN TestStopContainerWithTimeout [2019-10-21T22:25:31.753Z] === RUN TestStopContainerWithTimeout/0 [2019-10-21T22:25:31.753Z] === PAUSE TestStopContainerWithTimeout/0 [2019-10-21T22:25:31.753Z] === RUN TestStopContainerWithTimeout/1 [2019-10-21T22:25:31.753Z] === PAUSE TestStopContainerWithTimeout/1 [2019-10-21T22:25:31.753Z] === RUN TestStopContainerWithTimeout/3 [2019-10-21T22:25:31.753Z] === PAUSE TestStopContainerWithTimeout/3 [2019-10-21T22:25:31.753Z] === RUN TestStopContainerWithTimeout/-1 [2019-10-21T22:25:31.753Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-10-21T22:25:31.753Z] === CONT TestStopContainerWithTimeout/0 [2019-10-21T22:25:31.753Z] === CONT TestStopContainerWithTimeout/-1 [2019-10-21T22:25:31.753Z] === CONT TestStopContainerWithTimeout/3 [2019-10-21T22:25:31.753Z] === CONT TestStopContainerWithTimeout/1 [2019-10-21T22:25:32.003Z] #18 214.6 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.137-2) ... [2019-10-21T22:25:32.003Z] #18 214.6 Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-10-21T22:25:33.076Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2019-10-21T22:25:33.334Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2019-10-21T22:25:33.899Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2019-10-21T22:25:34.084Z] #18 216.7 Setting up dmsetup (2:1.02.137-2) ... [2019-10-21T22:25:34.084Z] #18 216.7 Setting up python3-setuptools (33.1.1-1) ... [2019-10-21T22:25:34.463Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2019-10-21T22:25:34.720Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.81s) [2019-10-21T22:25:34.720Z] === RUN TestAPIIpcModeHost [2019-10-21T22:25:35.038Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2019-10-21T22:25:35.038Z] --- PASS: TestStopContainerWithTimeout/0 (1.37s) [2019-10-21T22:25:35.038Z] --- PASS: TestStopContainerWithTimeout/1 (2.50s) [2019-10-21T22:25:35.038Z] --- PASS: TestStopContainerWithTimeout/-1 (3.27s) [2019-10-21T22:25:35.038Z] --- PASS: TestStopContainerWithTimeout/3 (3.40s) [2019-10-21T22:25:35.038Z] === RUN TestDeleteDevicemapper [2019-10-21T22:25:35.038Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-10-21T22:25:35.038Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-21T22:25:35.038Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-10-21T22:25:35.652Z] --- PASS: TestAPIIpcModeHost (0.93s) [2019-10-21T22:25:35.652Z] === RUN TestDaemonIpcModeShareable [2019-10-21T22:25:36.217Z] === RUN TestDockerSuite/TestBuildAddNonTar [2019-10-21T22:25:36.217Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2019-10-21T22:25:36.790Z] #18 219.3 Setting up dh-python (2.20170125) ... [2019-10-21T22:25:36.791Z] #18 ... [2019-10-21T22:25:36.791Z] [2019-10-21T22:25:36.791Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:25:36.791Z] #42 181.6 CC criu/clone-noasan.o [2019-10-21T22:25:36.791Z] #42 181.9 CC criu/config.o [2019-10-21T22:25:36.791Z] #42 185.3 CC criu/cr-check.o [2019-10-21T22:25:36.791Z] #42 189.4 CC criu/cr-dedup.o [2019-10-21T22:25:36.791Z] #42 190.4 CC criu/cr-dump.o [2019-10-21T22:25:36.815Z] 12c8dbabfd62: Verifying Checksum [2019-10-21T22:25:36.815Z] 12c8dbabfd62: Download complete [2019-10-21T22:25:38.115Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2019-10-21T22:25:38.115Z] --- PASS: TestDaemonIpcModeShareable (2.34s) [2019-10-21T22:25:38.115Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable" [2019-10-21T22:25:38.115Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:202, shared: true, mustBeShared: true [2019-10-21T22:25:38.115Z] === RUN TestDaemonIpcModePrivate [2019-10-21T22:25:38.115Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2019-10-21T22:25:38.288Z] #42 ... [2019-10-21T22:25:38.288Z] [2019-10-21T22:25:38.288Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-21T22:25:38.288Z] #18 220.9 Setting up libdevmapper-dev:ppc64el (2:1.02.137-2) ... [2019-10-21T22:25:38.288Z] #18 220.9 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-21T22:25:38.288Z] #18 DONE 221.3s [2019-10-21T22:25:38.288Z] [2019-10-21T22:25:38.288Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-21T22:25:38.288Z] #39 ... [2019-10-21T22:25:38.288Z] [2019-10-21T22:25:38.288Z] #19 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-21T22:25:38.681Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2019-10-21T22:25:39.226Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.69s) [2019-10-21T22:25:39.226Z] === RUN TestUpdateMemory [2019-10-21T22:25:39.226Z] --- SKIP: TestUpdateMemory (0.00s) [2019-10-21T22:25:39.226Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-10-21T22:25:39.226Z] === RUN TestUpdateCPUQuota [2019-10-21T22:25:40.054Z] --- PASS: TestDaemonIpcModePrivate (2.04s) [2019-10-21T22:25:40.054Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate" [2019-10-21T22:25:40.054Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:222, shared: false, mustBeShared: false [2019-10-21T22:25:40.054Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-10-21T22:25:40.311Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2019-10-21T22:25:40.602Z] --- PASS: TestUpdateCPUQuota (1.80s) [2019-10-21T22:25:40.602Z] === RUN TestUpdatePidsLimit [2019-10-21T22:25:40.602Z] === RUN TestUpdatePidsLimit/update_from_none [2019-10-21T22:25:40.860Z] === RUN TestUpdatePidsLimit/no_change [2019-10-21T22:25:41.427Z] === RUN TestUpdatePidsLimit/update_lower [2019-10-21T22:25:41.992Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-10-21T22:25:42.226Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.94s) [2019-10-21T22:25:42.226Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig" [2019-10-21T22:25:42.226Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:216, shared: false, mustBeShared: false [2019-10-21T22:25:42.226Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-10-21T22:25:42.226Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2019-10-21T22:25:42.250Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-10-21T22:25:42.484Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2019-10-21T22:25:42.817Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-10-21T22:25:43.385Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-10-21T22:25:44.383Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.89s) [2019-10-21T22:25:44.383Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig" [2019-10-21T22:25:44.383Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:192, shared: true, mustBeShared: true [2019-10-21T22:25:44.383Z] === RUN TestIpcModeOlderClient [2019-10-21T22:25:44.383Z] === PAUSE TestIpcModeOlderClient [2019-10-21T22:25:44.383Z] === RUN TestKillContainerInvalidSignal [2019-10-21T22:25:44.383Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2019-10-21T22:25:44.948Z] --- PASS: TestKillContainerInvalidSignal (0.84s) [2019-10-21T22:25:44.948Z] === RUN TestKillContainer [2019-10-21T22:25:44.948Z] === RUN TestKillContainer/no_signal [2019-10-21T22:25:45.154Z] #19 ... [2019-10-21T22:25:45.154Z] [2019-10-21T22:25:45.154Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:25:45.154Z] #45 283.7 github.com/LK4D4/vndr/godl [2019-10-21T22:25:45.206Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2019-10-21T22:25:45.286Z] --- PASS: TestUpdatePidsLimit (4.93s) [2019-10-21T22:25:45.286Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.47s) [2019-10-21T22:25:45.286Z] --- PASS: TestUpdatePidsLimit/no_change (0.45s) [2019-10-21T22:25:45.286Z] --- PASS: TestUpdatePidsLimit/update_lower (0.46s) [2019-10-21T22:25:45.286Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.46s) [2019-10-21T22:25:45.286Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.46s) [2019-10-21T22:25:45.286Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.44s) [2019-10-21T22:25:45.286Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.58s) [2019-10-21T22:25:45.286Z] === RUN TestUpdateRestartPolicy [2019-10-21T22:25:45.408Z] 65014b3c3121: Verifying Checksum [2019-10-21T22:25:45.408Z] 65014b3c3121: Download complete [2019-10-21T22:25:45.457Z] #45 285.0 github.com/LK4D4/vndr [2019-10-21T22:25:45.770Z] === RUN TestKillContainer/non_killing_signal [2019-10-21T22:25:46.028Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2019-10-21T22:25:46.286Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2019-10-21T22:25:46.544Z] === RUN TestKillContainer/killing_signal [2019-10-21T22:25:47.918Z] --- PASS: TestKillContainer (2.85s) [2019-10-21T22:25:47.918Z] --- PASS: TestKillContainer/no_signal (0.89s) [2019-10-21T22:25:47.918Z] --- PASS: TestKillContainer/non_killing_signal (0.75s) [2019-10-21T22:25:47.918Z] --- PASS: TestKillContainer/killing_signal (0.93s) [2019-10-21T22:25:47.918Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-10-21T22:25:47.918Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-10-21T22:25:47.918Z] === RUN TestDockerSuite/TestBuildAddScript [2019-10-21T22:25:47.918Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2019-10-21T22:25:48.485Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2019-10-21T22:25:48.742Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-10-21T22:25:49.676Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.94s) [2019-10-21T22:25:49.676Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (1.02s) [2019-10-21T22:25:49.676Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.69s) [2019-10-21T22:25:49.676Z] === RUN TestKillStoppedContainer [2019-10-21T22:25:49.676Z] --- PASS: TestKillStoppedContainer (0.10s) [2019-10-21T22:25:49.676Z] === RUN TestKillStoppedContainerAPIPre120 [2019-10-21T22:25:49.676Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s) [2019-10-21T22:25:49.676Z] === RUN TestKillDifferentUserContainer [2019-10-21T22:25:50.982Z] #45 ... [2019-10-21T22:25:50.983Z] [2019-10-21T22:25:50.983Z] #19 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-21T22:25:50.983Z] #19 10.37 Collecting yamllint==1.16.0 [2019-10-21T22:25:50.983Z] #19 12.20 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-10-21T22:25:50.983Z] #19 ... [2019-10-21T22:25:50.983Z] [2019-10-21T22:25:50.983Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:25:50.983Z] #42 195.8 CC criu/cr-errno.o [2019-10-21T22:25:50.983Z] #42 196.0 CC criu/cr-restore.o [2019-10-21T22:25:51.225Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2019-10-21T22:25:51.225Z] --- PASS: TestKillDifferentUserContainer (1.02s) [2019-10-21T22:25:51.225Z] === RUN TestInspectOomKilledTrue [2019-10-21T22:25:51.225Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-10-21T22:25:51.225Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-21T22:25:51.225Z] === RUN TestInspectOomKilledFalse [2019-10-21T22:25:51.225Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-10-21T22:25:51.225Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-21T22:25:51.225Z] === RUN TestLinksEtcHostsContentMatch [2019-10-21T22:25:51.519Z] --- PASS: TestLinksEtcHostsContentMatch (0.63s) [2019-10-21T22:25:51.519Z] === RUN TestLinksContainerNames [2019-10-21T22:25:51.611Z] #42 ... [2019-10-21T22:25:51.611Z] [2019-10-21T22:25:51.611Z] #19 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-21T22:25:51.611Z] #19 13.26 Collecting pyyaml (from yamllint==1.16.0) [2019-10-21T22:25:52.086Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2019-10-21T22:25:52.240Z] #19 13.73 Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-10-21T22:25:53.456Z] --- PASS: TestLinksContainerNames (1.89s) [2019-10-21T22:25:53.456Z] === RUN TestLogsFollowTailEmpty [2019-10-21T22:25:54.387Z] --- PASS: TestLogsFollowTailEmpty (0.88s) [2019-10-21T22:25:54.387Z] === RUN TestContainerNetworkMountsNoChown [2019-10-21T22:25:55.318Z] --- PASS: TestContainerNetworkMountsNoChown (0.91s) [2019-10-21T22:25:55.318Z] === RUN TestMountDaemonRoot [2019-10-21T22:25:55.318Z] === RUN TestMountDaemonRoot/default [2019-10-21T22:25:55.318Z] === PAUSE TestMountDaemonRoot/default [2019-10-21T22:25:55.318Z] === RUN TestMountDaemonRoot/private [2019-10-21T22:25:55.318Z] === PAUSE TestMountDaemonRoot/private [2019-10-21T22:25:55.318Z] === RUN TestMountDaemonRoot/rprivate [2019-10-21T22:25:55.318Z] === PAUSE TestMountDaemonRoot/rprivate [2019-10-21T22:25:55.318Z] === RUN TestMountDaemonRoot/slave [2019-10-21T22:25:55.318Z] === PAUSE TestMountDaemonRoot/slave [2019-10-21T22:25:55.318Z] === RUN TestMountDaemonRoot/rslave [2019-10-21T22:25:55.318Z] === PAUSE TestMountDaemonRoot/rslave [2019-10-21T22:25:55.318Z] === RUN TestMountDaemonRoot/shared [2019-10-21T22:25:55.318Z] === PAUSE TestMountDaemonRoot/shared [2019-10-21T22:25:55.318Z] === RUN TestMountDaemonRoot/rshared [2019-10-21T22:25:55.318Z] === PAUSE TestMountDaemonRoot/rshared [2019-10-21T22:25:55.318Z] === CONT TestMountDaemonRoot/default [2019-10-21T22:25:55.318Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-10-21T22:25:55.318Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-10-21T22:25:55.318Z] === RUN TestMountDaemonRoot/default/mount_root [2019-10-21T22:25:55.318Z] === CONT TestMountDaemonRoot/rslave [2019-10-21T22:25:55.318Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-10-21T22:25:55.318Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-10-21T22:25:55.318Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-10-21T22:25:55.318Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-10-21T22:25:55.318Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-10-21T22:25:55.318Z] === RUN TestMountDaemonRoot/default/bind_root [2019-10-21T22:25:55.318Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-10-21T22:25:55.318Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-10-21T22:25:55.318Z] === CONT TestMountDaemonRoot/rshared [2019-10-21T22:25:55.318Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-10-21T22:25:55.318Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-10-21T22:25:55.318Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-10-21T22:25:55.318Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-10-21T22:25:55.318Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-10-21T22:25:55.318Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-10-21T22:25:55.318Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-10-21T22:25:55.318Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-10-21T22:25:55.318Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-10-21T22:25:55.318Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-10-21T22:25:55.318Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-10-21T22:25:55.318Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-10-21T22:25:55.318Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-10-21T22:25:55.318Z] === CONT TestMountDaemonRoot/shared [2019-10-21T22:25:55.318Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-10-21T22:25:55.318Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-10-21T22:25:55.318Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-10-21T22:25:55.318Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-10-21T22:25:55.318Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-10-21T22:25:55.318Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-10-21T22:25:55.318Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-10-21T22:25:55.318Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-10-21T22:25:55.318Z] === CONT TestMountDaemonRoot/rprivate [2019-10-21T22:25:55.318Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-10-21T22:25:55.318Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-10-21T22:25:55.318Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-10-21T22:25:55.318Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-10-21T22:25:55.318Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-10-21T22:25:55.318Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-10-21T22:25:55.318Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-10-21T22:25:55.318Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-10-21T22:25:55.318Z] === CONT TestMountDaemonRoot/slave [2019-10-21T22:25:55.318Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-10-21T22:25:55.318Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-10-21T22:25:55.318Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-10-21T22:25:55.318Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-10-21T22:25:55.318Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-10-21T22:25:55.318Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-10-21T22:25:55.318Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-10-21T22:25:55.318Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-10-21T22:25:55.318Z] === CONT TestMountDaemonRoot/private [2019-10-21T22:25:55.318Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-10-21T22:25:55.318Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-10-21T22:25:55.318Z] === RUN TestMountDaemonRoot/private/bind_root [2019-10-21T22:25:55.318Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-10-21T22:25:55.318Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-10-21T22:25:55.318Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-10-21T22:25:55.318Z] === RUN TestMountDaemonRoot/private/mount_root [2019-10-21T22:25:55.318Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-10-21T22:25:55.318Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-10-21T22:25:55.318Z] === CONT TestMountDaemonRoot/default/bind_root [2019-10-21T22:25:55.318Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-10-21T22:25:55.318Z] === CONT TestMountDaemonRoot/default/mount_root [2019-10-21T22:25:55.318Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-10-21T22:25:55.318Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-10-21T22:25:55.318Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-10-21T22:25:55.318Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-10-21T22:25:55.318Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-10-21T22:25:55.627Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-10-21T22:25:55.627Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-10-21T22:25:55.627Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-10-21T22:25:55.885Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-10-21T22:25:55.885Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-10-21T22:25:55.885Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-10-21T22:25:55.885Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-10-21T22:25:55.885Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-10-21T22:25:55.885Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-10-21T22:25:55.885Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-10-21T22:25:55.885Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-10-21T22:25:55.885Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-10-21T22:25:55.885Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-10-21T22:25:55.885Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-10-21T22:25:55.885Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-10-21T22:25:56.143Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-10-21T22:25:56.143Z] === CONT TestMountDaemonRoot/private/mount_root [2019-10-21T22:25:56.143Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-10-21T22:25:56.143Z] === CONT TestMountDaemonRoot/private/bind_root [2019-10-21T22:25:56.143Z] --- PASS: TestMountDaemonRoot (0.02s) [2019-10-21T22:25:56.143Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-10-21T22:25:56.143Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2019-10-21T22:25:56.143Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2019-10-21T22:25:56.143Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2019-10-21T22:25:56.143Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2019-10-21T22:25:56.143Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-10-21T22:25:56.143Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s) [2019-10-21T22:25:56.143Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2019-10-21T22:25:56.143Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.18s) [2019-10-21T22:25:56.143Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.32s) [2019-10-21T22:25:56.143Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-10-21T22:25:56.143Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2019-10-21T22:25:56.143Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.21s) [2019-10-21T22:25:56.143Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2019-10-21T22:25:56.143Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2019-10-21T22:25:56.143Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-10-21T22:25:56.143Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2019-10-21T22:25:56.143Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2019-10-21T22:25:56.143Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2019-10-21T22:25:56.143Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2019-10-21T22:25:56.143Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-10-21T22:25:56.143Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2019-10-21T22:25:56.143Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2019-10-21T22:25:56.143Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2019-10-21T22:25:56.143Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2019-10-21T22:25:56.143Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-10-21T22:25:56.143Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2019-10-21T22:25:56.143Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2019-10-21T22:25:56.143Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2019-10-21T22:25:56.143Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2019-10-21T22:25:56.143Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-10-21T22:25:56.143Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2019-10-21T22:25:56.143Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2019-10-21T22:25:56.143Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2019-10-21T22:25:56.143Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2019-10-21T22:25:56.143Z] === RUN TestContainerBindMountNonRecursive [2019-10-21T22:25:57.804Z] #19 18.84 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-10-21T22:25:57.804Z] #19 19.28 Downloading https://files.pythonhosted.org/packages/7a/68/5902e8cd7f7b17c5879982a3a3ee2ad0c3b92b80c79989a2d3e1ca8d29e1/pathspec-0.6.0.tar.gz [2019-10-21T22:25:58.039Z] --- PASS: TestContainerBindMountNonRecursive (1.86s) [2019-10-21T22:25:58.039Z] === RUN TestNetworkNat [2019-10-21T22:25:58.603Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2019-10-21T22:25:58.603Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2019-10-21T22:25:58.860Z] --- PASS: TestNetworkNat (0.79s) [2019-10-21T22:25:58.860Z] === RUN TestNetworkLocalhostTCPNat [2019-10-21T22:25:59.792Z] --- PASS: TestNetworkLocalhostTCPNat (1.12s) [2019-10-21T22:25:59.792Z] === RUN TestNetworkLoopbackNat [2019-10-21T22:25:59.868Z] #19 ... [2019-10-21T22:25:59.868Z] [2019-10-21T22:25:59.868Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:25:59.868Z] #45 DONE 299.5s [2019-10-21T22:25:59.868Z] [2019-10-21T22:25:59.868Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:25:59.868Z] #42 207.0 CC criu/cr-service.o [2019-10-21T22:25:59.868Z] #42 210.8 CC criu/crtools.o [2019-10-21T22:25:59.868Z] #42 212.7 CC criu/eventfd.o [2019-10-21T22:25:59.868Z] #42 213.7 CC criu/eventpoll.o [2019-10-21T22:26:00.155Z] --- PASS: TestUpdateRestartPolicy (12.77s) [2019-10-21T22:26:00.155Z] === RUN TestUpdateRestartWithAutoRemove [2019-10-21T22:26:00.155Z] --- PASS: TestUpdateRestartWithAutoRemove (0.92s) [2019-10-21T22:26:00.155Z] === RUN TestWaitNonBlocked [2019-10-21T22:26:00.155Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-21T22:26:00.155Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-21T22:26:00.155Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-21T22:26:00.155Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-21T22:26:00.155Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-21T22:26:00.155Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-21T22:26:00.155Z] --- PASS: TestWaitNonBlocked (0.03s) [2019-10-21T22:26:00.155Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.03s) [2019-10-21T22:26:00.155Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.06s) [2019-10-21T22:26:00.155Z] === RUN TestWaitBlocked [2019-10-21T22:26:00.155Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-21T22:26:00.155Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-21T22:26:00.155Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-10-21T22:26:00.155Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-10-21T22:26:00.155Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-21T22:26:00.155Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-10-21T22:26:01.377Z] #42 ... [2019-10-21T22:26:01.377Z] [2019-10-21T22:26:01.377Z] #19 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-21T22:26:01.377Z] #19 22.96 Building wheels for collected packages: pyyaml, pathspec [2019-10-21T22:26:01.377Z] #19 22.99 Running setup.py bdist_wheel for pyyaml: started [2019-10-21T22:26:01.531Z] --- PASS: TestWaitBlocked (0.03s) [2019-10-21T22:26:01.531Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.14s) [2019-10-21T22:26:01.531Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.18s) [2019-10-21T22:26:01.531Z] === CONT TestContainerStartOnDaemonRestart [2019-10-21T22:26:01.531Z] === CONT TestIpcModeOlderClient [2019-10-21T22:26:01.531Z] === CONT TestDaemonRestartIpcMode [2019-10-21T22:26:01.531Z] --- PASS: TestIpcModeOlderClient (0.21s) [2019-10-21T22:26:01.689Z] --- PASS: TestNetworkLoopbackNat (1.44s) [2019-10-21T22:26:01.689Z] === RUN TestPause [2019-10-21T22:26:02.255Z] --- PASS: TestPause (1.00s) [2019-10-21T22:26:02.255Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-10-21T22:26:02.255Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-21T22:26:02.255Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-21T22:26:02.255Z] === RUN TestPauseStopPausedContainer [2019-10-21T22:26:03.628Z] --- PASS: TestPauseStopPausedContainer (1.01s) [2019-10-21T22:26:03.628Z] === RUN TestPsFilter [2019-10-21T22:26:03.628Z] --- PASS: TestPsFilter (0.20s) [2019-10-21T22:26:03.628Z] === RUN TestRemoveContainerWithRemovedVolume [2019-10-21T22:26:04.118Z] #19 25.66 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-10-21T22:26:04.118Z] #19 25.66 Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-10-21T22:26:04.118Z] #19 25.76 Running setup.py bdist_wheel for pathspec: started [2019-10-21T22:26:04.559Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.87s) [2019-10-21T22:26:04.559Z] === RUN TestRemoveContainerWithVolume [2019-10-21T22:26:04.559Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2019-10-21T22:26:04.816Z] --- PASS: TestContainerStartOnDaemonRestart (3.28s) [2019-10-21T22:26:04.816Z] daemon_linux_test.go:35: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart" [2019-10-21T22:26:05.124Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2019-10-21T22:26:05.381Z] --- PASS: TestRemoveContainerWithVolume (1.04s) [2019-10-21T22:26:05.381Z] === RUN TestRemoveContainerRunning [2019-10-21T22:26:05.750Z] --- PASS: TestDaemonRestartIpcMode (4.41s) [2019-10-21T22:26:05.750Z] daemon_linux_test.go:89: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode" [2019-10-21T22:26:05.750Z] PASS [2019-10-21T22:26:05.750Z] [2019-10-21T22:26:05.750Z] === Skipped [2019-10-21T22:26:05.751Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2019-10-21T22:26:05.751Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-21T22:26:05.751Z] [2019-10-21T22:26:05.751Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.01s) [2019-10-21T22:26:05.751Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-21T22:26:05.751Z] [2019-10-21T22:26:05.751Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2019-10-21T22:26:05.751Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-21T22:26:05.751Z] [2019-10-21T22:26:05.751Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-21T22:26:05.751Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-21T22:26:05.751Z] [2019-10-21T22:26:05.751Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2019-10-21T22:26:05.751Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-21T22:26:05.751Z] [2019-10-21T22:26:05.751Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2019-10-21T22:26:05.751Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-10-21T22:26:05.751Z] [2019-10-21T22:26:05.751Z] [2019-10-21T22:26:05.751Z] DONE 197 tests, 6 skipped in 136.471s [2019-10-21T22:26:05.751Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2019-10-21T22:26:05.751Z] ++ 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-21T22:26:05.751Z] ++ set -e [2019-10-21T22:26:05.751Z] ++ '[' -n 0 ']' [2019-10-21T22:26:05.751Z] ++ set -x [2019-10-21T22:26:05.751Z] ++ env -i DEST=/go/src/github.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-21T22:26:06.313Z] --- PASS: TestRemoveContainerRunning (0.99s) [2019-10-21T22:26:06.313Z] === RUN TestRemoveContainerForceRemoveRunning [2019-10-21T22:26:06.321Z] INFO: Testing against a local daemon [2019-10-21T22:26:06.321Z] === RUN TestCommitInheritsEnv [2019-10-21T22:26:06.843Z] #19 28.63 Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-10-21T22:26:06.843Z] #19 28.64 Stored in directory: /root/.cache/pip/wheels/62/b8/e1/e2719465b5947c40cd85d613d6cb33449b86a1ca5a6c574269 [2019-10-21T22:26:06.843Z] #19 28.69 Successfully built pyyaml pathspec [2019-10-21T22:26:06.843Z] #19 28.69 Installing collected packages: pyyaml, pathspec, yamllint [2019-10-21T22:26:06.888Z] --- PASS: TestCommitInheritsEnv (0.64s) [2019-10-21T22:26:06.888Z] === RUN TestImportExtremelyLargeImageWorks [2019-10-21T22:26:06.888Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.01s) [2019-10-21T22:26:06.888Z] import_test.go:21: runtime.GOARCH == "arm64": effective test will be time out [2019-10-21T22:26:06.888Z] === RUN TestImagesFilterMultiReference [2019-10-21T22:26:06.888Z] --- PASS: TestImagesFilterMultiReference (0.11s) [2019-10-21T22:26:06.888Z] === RUN TestImagePullPlatformInvalid [2019-10-21T22:26:06.888Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2019-10-21T22:26:06.888Z] === RUN TestRemoveImageOrphaning [2019-10-21T22:26:07.455Z] --- PASS: TestRemoveImageOrphaning (0.57s) [2019-10-21T22:26:07.455Z] === RUN TestRemoveImageGarbageCollector [2019-10-21T22:26:07.455Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2019-10-21T22:26:07.455Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T22:26:07.455Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-10-21T22:26:07.686Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.99s) [2019-10-21T22:26:07.686Z] === RUN TestRemoveInvalidContainer [2019-10-21T22:26:07.686Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2019-10-21T22:26:07.686Z] === RUN TestRenameLinkedContainer [2019-10-21T22:26:07.686Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2019-10-21T22:26:07.713Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2019-10-21T22:26:07.713Z] === RUN TestTagInvalidReference [2019-10-21T22:26:07.713Z] --- PASS: TestTagInvalidReference (0.03s) [2019-10-21T22:26:07.713Z] === RUN TestTagValidPrefixedRepo [2019-10-21T22:26:07.713Z] --- PASS: TestTagValidPrefixedRepo (0.09s) [2019-10-21T22:26:07.713Z] === RUN TestTagExistedNameWithoutForce [2019-10-21T22:26:07.713Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2019-10-21T22:26:07.713Z] === RUN TestTagOfficialNames [2019-10-21T22:26:07.713Z] --- PASS: TestTagOfficialNames (0.08s) [2019-10-21T22:26:07.713Z] === RUN TestTagMatchesDigest [2019-10-21T22:26:07.873Z] #19 29.58 Successfully installed pathspec-0.6.0 pyyaml-5.1.2 yamllint-1.16.0 [2019-10-21T22:26:07.972Z] --- PASS: TestTagMatchesDigest (0.03s) [2019-10-21T22:26:07.972Z] PASS [2019-10-21T22:26:07.972Z] [2019-10-21T22:26:07.972Z] === Skipped [2019-10-21T22:26:07.972Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.01s) [2019-10-21T22:26:07.972Z] import_test.go:21: runtime.GOARCH == "arm64": effective test will be time out [2019-10-21T22:26:07.972Z] [2019-10-21T22:26:07.972Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2019-10-21T22:26:07.972Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T22:26:07.972Z] [2019-10-21T22:26:07.972Z] [2019-10-21T22:26:07.972Z] DONE 12 tests, 2 skipped in 2.042s [2019-10-21T22:26:07.972Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2019-10-21T22:26:07.972Z] ++ 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-21T22:26:07.972Z] ++ set -e [2019-10-21T22:26:07.972Z] ++ '[' -n 0 ']' [2019-10-21T22:26:07.972Z] ++ set -x [2019-10-21T22:26:07.972Z] ++ env -i DEST=/go/src/github.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-21T22:26:07.972Z] INFO: Testing against a local daemon [2019-10-21T22:26:07.972Z] === RUN TestNetworkCreateDelete [2019-10-21T22:26:08.250Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2019-10-21T22:26:08.501Z] #19 DONE 30.2s [2019-10-21T22:26:08.502Z] [2019-10-21T22:26:08.502Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:26:08.502Z] #42 217.0 CC criu/external.o [2019-10-21T22:26:08.502Z] #42 218.1 CC criu/fault-injection.o [2019-10-21T22:26:08.502Z] #42 218.4 CC criu/fdstore.o [2019-10-21T22:26:08.502Z] #42 219.3 CC criu/fifo.o [2019-10-21T22:26:08.502Z] #42 220.3 CC criu/file-ids.o [2019-10-21T22:26:08.502Z] #42 220.9 CC criu/file-lock.o [2019-10-21T22:26:08.502Z] #42 223.0 CC criu/files-ext.o [2019-10-21T22:26:08.507Z] === RUN TestDockerSuite/TestBuildAddTar [2019-10-21T22:26:08.539Z] --- PASS: TestNetworkCreateDelete (0.38s) [2019-10-21T22:26:08.539Z] === RUN TestDockerNetworkDeletePreferID [2019-10-21T22:26:09.131Z] #42 223.8 CC criu/files-reg.o [2019-10-21T22:26:09.474Z] --- PASS: TestDockerNetworkDeletePreferID (1.02s) [2019-10-21T22:26:09.474Z] === RUN TestInspectNetwork [2019-10-21T22:26:12.629Z] #42 227.5 CC criu/files.o [2019-10-21T22:26:12.687Z] --- PASS: TestRenameLinkedContainer (4.48s) [2019-10-21T22:26:12.687Z] === RUN TestRenameStoppedContainer [2019-10-21T22:26:12.944Z] --- PASS: TestRenameStoppedContainer (0.92s) [2019-10-21T22:26:12.944Z] === RUN TestRenameRunningContainerAndReuse [2019-10-21T22:26:15.468Z] --- PASS: TestRenameRunningContainerAndReuse (2.35s) [2019-10-21T22:26:15.468Z] === RUN TestRenameInvalidName [2019-10-21T22:26:16.034Z] === RUN TestInspectNetwork/full_network_id [2019-10-21T22:26:16.034Z] === RUN TestInspectNetwork/partial_network_id [2019-10-21T22:26:16.034Z] === RUN TestInspectNetwork/network_name [2019-10-21T22:26:16.034Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-10-21T22:26:16.400Z] --- PASS: TestRenameInvalidName (1.11s) [2019-10-21T22:26:16.400Z] === RUN TestRenameAnonymousContainer [2019-10-21T22:26:17.092Z] #42 231.5 CC criu/filesystems.o [2019-10-21T22:26:17.092Z] #42 ... [2019-10-21T22:26:17.092Z] [2019-10-21T22:26:17.092Z] #29 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-21T22:26:17.092Z] #29 316.6 + rm -rf /tmp/tmp.qOGqm4k7EQ [2019-10-21T22:26:17.384Z] #29 DONE 317.0s [2019-10-21T22:26:17.384Z] [2019-10-21T22:26:17.384Z] #55 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:26:19.452Z] #55 ... [2019-10-21T22:26:19.452Z] [2019-10-21T22:26:19.452Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:26:19.452Z] #42 234.2 CC criu/fsnotify.o [2019-10-21T22:26:20.218Z] --- PASS: TestInspectNetwork (10.76s) [2019-10-21T22:26:20.218Z] inspect_test.go:18: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork" [2019-10-21T22:26:20.218Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-10-21T22:26:20.218Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-10-21T22:26:20.218Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-10-21T22:26:20.218Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-10-21T22:26:20.218Z] === RUN TestRunContainerWithBridgeNone [2019-10-21T22:26:20.585Z] === RUN TestDockerSuite/TestBuildAddTarXz [2019-10-21T22:26:20.951Z] #42 235.9 CC criu/image-desc.o [2019-10-21T22:26:21.239Z] #42 236.2 CC criu/image.o [2019-10-21T22:26:21.519Z] --- PASS: TestRenameAnonymousContainer (5.11s) [2019-10-21T22:26:21.519Z] === RUN TestRenameContainerWithSameName [2019-10-21T22:26:21.776Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2019-10-21T22:26:22.033Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2019-10-21T22:26:22.598Z] --- PASS: TestRenameContainerWithSameName (1.17s) [2019-10-21T22:26:22.598Z] === RUN TestRenameContainerWithLinkedContainer [2019-10-21T22:26:23.287Z] #42 237.9 CC criu/ipc_ns.o [2019-10-21T22:26:23.501Z] --- PASS: TestRunContainerWithBridgeNone (2.93s) [2019-10-21T22:26:23.501Z] network_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone" [2019-10-21T22:26:23.501Z] === RUN TestNetworkInvalidJSON [2019-10-21T22:26:23.501Z] === RUN TestNetworkInvalidJSON//networks/create [2019-10-21T22:26:23.501Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-10-21T22:26:23.501Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-10-21T22:26:23.501Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-10-21T22:26:23.501Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-21T22:26:23.501Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-21T22:26:23.501Z] === CONT TestNetworkInvalidJSON//networks/create [2019-10-21T22:26:23.501Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-21T22:26:23.501Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-10-21T22:26:23.501Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2019-10-21T22:26:23.501Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-10-21T22:26:23.501Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-10-21T22:26:23.501Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-10-21T22:26:23.501Z] === RUN TestDaemonRestartWithLiveRestore [2019-10-21T22:26:23.534Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2019-10-21T22:26:24.436Z] --- PASS: TestDaemonRestartWithLiveRestore (1.34s) [2019-10-21T22:26:24.436Z] service_test.go:32: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore" [2019-10-21T22:26:24.436Z] === RUN TestDaemonDefaultNetworkPools [2019-10-21T22:26:24.491Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2019-10-21T22:26:24.491Z] --- PASS: TestRenameContainerWithLinkedContainer (1.98s) [2019-10-21T22:26:24.491Z] === RUN TestResize [2019-10-21T22:26:25.199Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-10-21T22:26:25.375Z] #42 240.1 CC criu/irmap.o [2019-10-21T22:26:25.422Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2019-10-21T22:26:25.680Z] --- PASS: TestResize (1.01s) [2019-10-21T22:26:25.680Z] === RUN TestResizeWithInvalidSize [2019-10-21T22:26:25.681Z] ok github.com/docker/docker/api/server/httputils 0.007s coverage: 14.7% of statements [2019-10-21T22:26:25.815Z] --- PASS: TestDaemonDefaultNetworkPools (1.09s) [2019-10-21T22:26:25.815Z] service_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools" [2019-10-21T22:26:25.815Z] === RUN TestDaemonRestartWithExistingNetwork [2019-10-21T22:26:26.397Z] #42 241.1 CC criu/kcmp-ids.o [2019-10-21T22:26:26.612Z] --- PASS: TestResizeWithInvalidSize (0.96s) [2019-10-21T22:26:26.612Z] === RUN TestResizeWhenContainerNotStarted [2019-10-21T22:26:26.684Z] #42 241.4 CC criu/kerndat.o [2019-10-21T22:26:27.191Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.68s) [2019-10-21T22:26:27.191Z] service_test.go:98: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork" [2019-10-21T22:26:27.191Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-10-21T22:26:27.546Z] --- PASS: TestResizeWhenContainerNotStarted (0.97s) [2019-10-21T22:26:27.546Z] === RUN TestDaemonRestartKillContainers [2019-10-21T22:26:27.546Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-21T22:26:27.546Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-21T22:26:27.546Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-21T22:26:27.546Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-21T22:26:27.546Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-21T22:26:27.546Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-21T22:26:27.546Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-21T22:26:27.546Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-21T22:26:27.546Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-21T22:26:27.546Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-21T22:26:27.546Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-21T22:26:27.546Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-21T22:26:27.546Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-21T22:26:27.546Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-21T22:26:27.546Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-21T22:26:27.546Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-21T22:26:27.546Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-21T22:26:27.546Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-21T22:26:27.546Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-21T22:26:27.546Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-21T22:26:27.546Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-21T22:26:27.546Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-21T22:26:27.546Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-21T22:26:27.546Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-21T22:26:27.546Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-21T22:26:27.546Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-21T22:26:27.710Z] ok github.com/docker/docker/api/server/middleware 0.003s coverage: 37.7% of statements [2019-10-21T22:26:27.710Z] ? github.com/docker/docker/api/server/router [no test files] [2019-10-21T22:26:27.710Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-10-21T22:26:27.710Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-10-21T22:26:28.188Z] #42 243.1 CC criu/libnetlink.o [2019-10-21T22:26:28.480Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2019-10-21T22:26:28.540Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-10-21T22:26:28.540Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-10-21T22:26:28.540Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-10-21T22:26:28.540Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-10-21T22:26:28.540Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-10-21T22:26:28.540Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-10-21T22:26:29.214Z] #42 243.8 CC criu/log.o [2019-10-21T22:26:29.725Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.22s) [2019-10-21T22:26:29.725Z] service_test.go:131: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange" [2019-10-21T22:26:29.725Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-10-21T22:26:29.847Z] #42 244.6 CC criu/lsm.o [2019-10-21T22:26:29.951Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-10-21T22:26:29.951Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-10-21T22:26:30.293Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.69s) [2019-10-21T22:26:30.293Z] service_test.go:181: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool" [2019-10-21T22:26:30.293Z] === RUN TestServiceWithPredefinedNetwork [2019-10-21T22:26:30.361Z] ok github.com/docker/docker/api/server/router/swarm 0.008s coverage: 4.0% of statements [2019-10-21T22:26:30.361Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-10-21T22:26:30.361Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-10-21T22:26:30.361Z] ? github.com/docker/docker/api/types [no test files] [2019-10-21T22:26:30.361Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-10-21T22:26:30.361Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-10-21T22:26:30.361Z] ? github.com/docker/docker/api/types/container [no test files] [2019-10-21T22:26:30.361Z] ? github.com/docker/docker/api/types/events [no test files] [2019-10-21T22:26:30.378Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-21T22:26:30.473Z] #42 245.2 CC criu/mem.o [2019-10-21T22:26:30.635Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-21T22:26:30.795Z] ok github.com/docker/docker/api/types/strslice 0.009s coverage: 90.0% of statements [2019-10-21T22:26:31.200Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2019-10-21T22:26:31.221Z] ok github.com/docker/docker/api/types/filters 0.027s coverage: 92.2% of statements [2019-10-21T22:26:31.221Z] ? github.com/docker/docker/api/types/image [no test files] [2019-10-21T22:26:31.221Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-10-21T22:26:31.221Z] ? github.com/docker/docker/api/types/network [no test files] [2019-10-21T22:26:31.221Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-10-21T22:26:31.221Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-10-21T22:26:31.221Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-10-21T22:26:31.221Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-10-21T22:26:31.661Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2019-10-21T22:26:31.661Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 75.0% of statements [2019-10-21T22:26:31.661Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-10-21T22:26:31.661Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-10-21T22:26:31.661Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-10-21T22:26:31.661Z] ? github.com/docker/docker/builder [no test files] [2019-10-21T22:26:31.661Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-10-21T22:26:31.661Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-10-21T22:26:31.661Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-10-21T22:26:31.661Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-10-21T22:26:31.661Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-10-21T22:26:31.661Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-10-21T22:26:31.661Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-10-21T22:26:32.680Z] ok github.com/docker/docker/builder/dockerignore 0.017s coverage: 96.8% of statements [2019-10-21T22:26:33.201Z] #42 248.2 CC criu/mount.o [2019-10-21T22:26:33.576Z] --- PASS: TestServiceWithPredefinedNetwork (3.25s) [2019-10-21T22:26:33.576Z] service_test.go:203: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork" [2019-10-21T22:26:33.576Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-10-21T22:26:33.576Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-21T22:26:33.576Z] service_test.go:230: FLAKY_TEST [2019-10-21T22:26:33.576Z] === RUN TestServiceWithDataPathPortInit [2019-10-21T22:26:34.479Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-21T22:26:34.479Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2019-10-21T22:26:34.479Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-21T22:26:37.004Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-21T22:26:37.192Z] ok github.com/docker/docker/builder/remotecontext 0.383s coverage: 13.6% of statements [2019-10-21T22:26:37.261Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-21T22:26:37.518Z] === RUN TestDockerSuite/TestBuildBlankName [2019-10-21T22:26:37.589Z] ok github.com/docker/docker/builder/dockerfile 0.885s coverage: 48.2% of statements [2019-10-21T22:26:37.677Z] #42 ... [2019-10-21T22:26:37.677Z] [2019-10-21T22:26:37.677Z] #55 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-21T22:26:37.677Z] #55 284.3 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-21T22:26:38.084Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2019-10-21T22:26:38.437Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2019-10-21T22:26:39.016Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-21T22:26:39.395Z] ok github.com/docker/docker/builder/remotecontext/git 1.363s coverage: 85.1% of statements [2019-10-21T22:26:39.395Z] ? github.com/docker/docker/cli [no test files] [2019-10-21T22:26:39.395Z] ? github.com/docker/docker/cli/config [no test files] [2019-10-21T22:26:39.675Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-10-21T22:26:39.675Z] [2019-10-21T22:26:39.675Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2019-10-21T22:26:39.675Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2019-10-21T22:26:39.675Z] Using test binary docker [2019-10-21T22:26:39.675Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-10-21T22:26:39.675Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-21T22:26:39.675Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-21T22:26:39.675Z] Warning failed to create cache: (null) [2019-10-21T22:26:39.675Z] . [2019-10-21T22:26:39.675Z] INFO: Waiting for daemon to start... [2019-10-21T22:26:39.675Z] Starting dockerd [2019-10-21T22:26:39.675Z] . [2019-10-21T22:26:39.675Z] INFO: Building docker-sdk-python3:4.1.0... [2019-10-21T22:26:39.948Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-21T22:26:40.514Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-21T22:26:40.514Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2019-10-21T22:26:40.778Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2019-10-21T22:26:41.711Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-21T22:26:42.132Z] #55 287.9 + mkdir -p /build [2019-10-21T22:26:42.132Z] #55 287.9 + cp runc /build/runc [2019-10-21T22:26:42.132Z] #55 DONE 288.1s [2019-10-21T22:26:42.132Z] [2019-10-21T22:26:42.132Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:26:42.132Z] #42 254.7 CC criu/namespaces.o [2019-10-21T22:26:42.275Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2019-10-21T22:26:43.207Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2019-10-21T22:26:43.650Z] #42 258.2 CC criu/net.o [2019-10-21T22:26:43.713Z] ok github.com/docker/docker/client 0.212s coverage: 75.8% of statements [2019-10-21T22:26:43.772Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-10-21T22:26:43.772Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.88s) [2019-10-21T22:26:43.772Z] 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-21T22:26:43.772Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.14s) [2019-10-21T22:26:43.772Z] 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-21T22:26:43.772Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.84s) [2019-10-21T22:26:43.772Z] 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-21T22:26:43.772Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.94s) [2019-10-21T22:26:43.772Z] 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-21T22:26:43.773Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.78s) [2019-10-21T22:26:43.773Z] 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-21T22:26:43.773Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.76s) [2019-10-21T22:26:43.773Z] 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-21T22:26:43.773Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.68s) [2019-10-21T22:26:43.773Z] 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-21T22:26:43.773Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.82s) [2019-10-21T22:26:43.773Z] 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-21T22:26:43.773Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.50s) [2019-10-21T22:26:43.773Z] 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-21T22:26:43.773Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.67s) [2019-10-21T22:26:43.773Z] 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-21T22:26:43.773Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.52s) [2019-10-21T22:26:43.773Z] 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-21T22:26:43.773Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.31s) [2019-10-21T22:26:43.773Z] 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-21T22:26:43.773Z] === RUN TestCgroupNamespacesRun [2019-10-21T22:26:44.707Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2019-10-21T22:26:44.966Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2019-10-21T22:26:45.898Z] --- PASS: TestCgroupNamespacesRun (1.95s) [2019-10-21T22:26:45.899Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun" [2019-10-21T22:26:45.899Z] === RUN TestCgroupNamespacesRunPrivileged [2019-10-21T22:26:47.797Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2019-10-21T22:26:47.797Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.85s) [2019-10-21T22:26:47.797Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged" [2019-10-21T22:26:47.797Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-10-21T22:26:48.111Z] #42 263.0 CC criu/netfilter.o [2019-10-21T22:26:48.746Z] #42 263.6 CC criu/page-pipe.o [2019-10-21T22:26:49.693Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.89s) [2019-10-21T22:26:49.693Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode" [2019-10-21T22:26:49.693Z] === RUN TestCgroupNamespacesRunHostMode [2019-10-21T22:26:49.778Z] #42 264.8 CC criu/page-xfer.o [2019-10-21T22:26:49.951Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2019-10-21T22:26:51.325Z] --- PASS: TestCgroupNamespacesRunHostMode (1.87s) [2019-10-21T22:26:51.325Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode" [2019-10-21T22:26:51.325Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-10-21T22:26:51.836Z] #42 266.7 CC criu/pagemap-cache.o [2019-10-21T22:26:52.481Z] #42 267.3 CC criu/pagemap.o [2019-10-21T22:26:52.697Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2019-10-21T22:26:53.263Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.93s) [2019-10-21T22:26:53.263Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode" [2019-10-21T22:26:53.263Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-10-21T22:26:54.195Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.98s) [2019-10-21T22:26:54.195Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate" [2019-10-21T22:26:54.195Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-10-21T22:26:54.468Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2019-10-21T22:26:54.554Z] #42 269.0 CC criu/parasite-syscall.o [2019-10-21T22:26:55.407Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.00s) [2019-10-21T22:26:55.407Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode" [2019-10-21T22:26:55.407Z] === RUN TestCgroupNamespacesRunOlderClient [2019-10-21T22:26:55.590Z] #42 270.5 CC criu/path.o [2019-10-21T22:26:55.605Z] --- PASS: TestServiceWithDataPathPortInit (19.75s) [2019-10-21T22:26:55.605Z] service_test.go:323: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-21T22:26:55.605Z] service_test.go:355: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-21T22:26:55.605Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-10-21T22:26:55.664Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2019-10-21T22:26:56.217Z] #42 270.9 CC criu/pie-util-vdso-elf32.o [2019-10-21T22:26:56.843Z] #42 271.8 CC criu/pie-util-vdso.o [2019-10-21T22:26:57.469Z] #42 272.4 CC criu/pie-util.o [2019-10-21T22:26:57.560Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.08s) [2019-10-21T22:26:57.560Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient" [2019-10-21T22:26:57.560Z] === RUN TestKernelTCPMemory [2019-10-21T22:26:57.758Z] #42 272.8 CC criu/pipes.o [2019-10-21T22:26:58.495Z] --- PASS: TestKernelTCPMemory (1.21s) [2019-10-21T22:26:58.495Z] === RUN TestNISDomainname [2019-10-21T22:26:58.753Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2019-10-21T22:26:59.010Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2019-10-21T22:26:59.267Z] #42 274.0 CC criu/plugin.o [2019-10-21T22:26:59.986Z] --- PASS: TestNISDomainname (1.47s) [2019-10-21T22:26:59.986Z] === RUN TestHostnameDnsResolution [2019-10-21T22:27:00.300Z] #42 275.0 CC criu/proc_parse.o [2019-10-21T22:27:00.918Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2019-10-21T22:27:01.851Z] --- PASS: TestHostnameDnsResolution (1.67s) [2019-10-21T22:27:01.851Z] === RUN TestStats [2019-10-21T22:27:03.714Z] --- PASS: TestServiceWithDefaultAddressPoolInit (10.25s) [2019-10-21T22:27:03.714Z] service_test.go:388: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit" [2019-10-21T22:27:03.714Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:0g1wqngzh457xfpzwt93sxftp Created:2019-10-21 22:26:54.958858046 +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[3422a324edccd8a6ef83bd9034605ca04004cc5731f52ae7637e7f07758f1704:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.s0s84pnnso5wspiuu1z6bnr2b EndpointID:5af4f96f302ee55147459085d952138ea5499422180ecb58557f912f75dd6138 MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:b53e76b9f8288b1d467b06c22a2d90e3130cb7c16e28f59df7cd82953bc715d5 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:c6d745679506 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.s0s84pnnso5wspiuu1z6bnr2b EndpointID:5af4f96f302ee55147459085d952138ea5499422180ecb58557f912f75dd6138 EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-10-21T22:27:03.714Z] PASS [2019-10-21T22:27:03.714Z] [2019-10-21T22:27:03.714Z] === Skipped [2019-10-21T22:27:03.714Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-21T22:27:03.714Z] service_test.go:230: FLAKY_TEST [2019-10-21T22:27:03.714Z] [2019-10-21T22:27:03.714Z] [2019-10-21T22:27:03.714Z] DONE 21 tests, 1 skipped in 55.568s [2019-10-21T22:27:03.714Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-10-21T22:27:03.714Z] ++ 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-21T22:27:03.714Z] ++ set -e [2019-10-21T22:27:03.714Z] ++ '[' -n 0 ']' [2019-10-21T22:27:03.714Z] ++ set -x [2019-10-21T22:27:03.714Z] ++ env -i DEST=/go/src/github.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-21T22:27:03.714Z] INFO: Testing against a local daemon [2019-10-21T22:27:03.714Z] === RUN TestDockerNetworkIpvlanPersistance [2019-10-21T22:27:03.714Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2019-10-21T22:27:03.714Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-21T22:27:03.714Z] === RUN TestDockerNetworkIpvlan [2019-10-21T22:27:03.714Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-10-21T22:27:03.714Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-21T22:27:03.714Z] PASS [2019-10-21T22:27:03.714Z] [2019-10-21T22:27:03.714Z] === Skipped [2019-10-21T22:27:03.714Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2019-10-21T22:27:03.714Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-21T22:27:03.714Z] [2019-10-21T22:27:03.714Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-10-21T22:27:03.714Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-21T22:27:03.714Z] [2019-10-21T22:27:03.714Z] [2019-10-21T22:27:03.714Z] DONE 2 tests, 2 skipped in 0.187s [2019-10-21T22:27:03.714Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-10-21T22:27:03.714Z] ++ 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-21T22:27:03.714Z] ++ set -e [2019-10-21T22:27:03.714Z] ++ '[' -n 0 ']' [2019-10-21T22:27:03.714Z] ++ set -x [2019-10-21T22:27:03.714Z] ++ env -i DEST=/go/src/github.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-21T22:27:03.749Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2019-10-21T22:27:03.972Z] INFO: Testing against a local daemon [2019-10-21T22:27:03.972Z] === RUN TestDockerNetworkMacvlanPersistance [2019-10-21T22:27:04.314Z] --- PASS: TestStats (2.48s) [2019-10-21T22:27:04.314Z] === RUN TestStopContainerWithTimeout [2019-10-21T22:27:04.314Z] === RUN TestStopContainerWithTimeout/0 [2019-10-21T22:27:04.314Z] === PAUSE TestStopContainerWithTimeout/0 [2019-10-21T22:27:04.314Z] === RUN TestStopContainerWithTimeout/1 [2019-10-21T22:27:04.314Z] === PAUSE TestStopContainerWithTimeout/1 [2019-10-21T22:27:04.314Z] === RUN TestStopContainerWithTimeout/3 [2019-10-21T22:27:04.314Z] === PAUSE TestStopContainerWithTimeout/3 [2019-10-21T22:27:04.314Z] === RUN TestStopContainerWithTimeout/-1 [2019-10-21T22:27:04.314Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-10-21T22:27:04.314Z] === CONT TestStopContainerWithTimeout/0 [2019-10-21T22:27:04.314Z] === CONT TestStopContainerWithTimeout/-1 [2019-10-21T22:27:04.753Z] #42 279.6 CC criu/protobuf-desc.o [2019-10-21T22:27:05.248Z] === CONT TestStopContainerWithTimeout/3 [2019-10-21T22:27:05.877Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.89s) [2019-10-21T22:27:05.877Z] macvlan_test.go:24: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance" [2019-10-21T22:27:05.877Z] === RUN TestDockerNetworkMacvlan [2019-10-21T22:27:06.620Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2019-10-21T22:27:06.620Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2019-10-21T22:27:06.620Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2019-10-21T22:27:06.802Z] #42 281.3 CC criu/protobuf.o [2019-10-21T22:27:06.813Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-10-21T22:27:07.090Z] #42 282.0 CC criu/pstree.o [2019-10-21T22:27:07.551Z] === CONT TestStopContainerWithTimeout/1 [2019-10-21T22:27:07.746Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-10-21T22:27:09.124Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-10-21T22:27:09.147Z] #42 284.0 CC criu/rbtree.o [2019-10-21T22:27:09.775Z] #42 284.6 CC criu/rst-malloc.o [2019-10-21T22:27:10.076Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2019-10-21T22:27:10.076Z] --- PASS: TestStopContainerWithTimeout/0 (1.16s) [2019-10-21T22:27:10.076Z] --- PASS: TestStopContainerWithTimeout/-1 (3.22s) [2019-10-21T22:27:10.076Z] --- PASS: TestStopContainerWithTimeout/3 (3.00s) [2019-10-21T22:27:10.076Z] --- PASS: TestStopContainerWithTimeout/1 (2.19s) [2019-10-21T22:27:10.076Z] === RUN TestDeleteDevicemapper [2019-10-21T22:27:10.076Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-10-21T22:27:10.076Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-21T22:27:10.076Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-10-21T22:27:10.076Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2019-10-21T22:27:10.402Z] #42 285.2 CC criu/seccomp.o [2019-10-21T22:27:10.692Z] #42 ... [2019-10-21T22:27:10.692Z] [2019-10-21T22:27:10.692Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-21T22:27:10.692Z] #39 370.5 + dpkg --print-architecture [2019-10-21T22:27:10.692Z] #39 370.5 + cd /tmp/tmp.G3Mnw2hhID/src/github.com/docker/distribution [2019-10-21T22:27:10.692Z] #39 370.5 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-10-21T22:27:11.717Z] #39 371.5 + GOPATH=/tmp/tmp.G3Mnw2hhID/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.G3Mnw2hhID [2019-10-21T22:27:11.717Z] #39 371.5 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-10-21T22:27:11.973Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2019-10-21T22:27:12.408Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-10-21T22:27:12.537Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.89s) [2019-10-21T22:27:12.537Z] === RUN TestUpdateMemory [2019-10-21T22:27:12.537Z] --- SKIP: TestUpdateMemory (0.00s) [2019-10-21T22:27:12.537Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-10-21T22:27:12.537Z] === RUN TestUpdateCPUQuota [2019-10-21T22:27:14.435Z] --- PASS: TestUpdateCPUQuota (2.04s) [2019-10-21T22:27:14.435Z] === RUN TestUpdatePidsLimit [2019-10-21T22:27:14.435Z] === RUN TestUpdatePidsLimit/update_from_none [2019-10-21T22:27:15.002Z] === RUN TestUpdatePidsLimit/no_change [2019-10-21T22:27:15.260Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2019-10-21T22:27:15.517Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2019-10-21T22:27:15.517Z] === RUN TestUpdatePidsLimit/update_lower [2019-10-21T22:27:16.083Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-10-21T22:27:16.593Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-10-21T22:27:16.648Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-10-21T22:27:17.212Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-10-21T22:27:17.470Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-10-21T22:27:18.328Z] ok github.com/docker/docker/cmd/dockerd 0.121s coverage: 30.3% of statements [2019-10-21T22:27:18.328Z] ok github.com/docker/docker/container 0.117s coverage: 35.3% of statements [2019-10-21T22:27:18.328Z] ? github.com/docker/docker/container/stream [no test files] [2019-10-21T22:27:18.328Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-10-21T22:27:18.328Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-10-21T22:27:18.328Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-10-21T22:27:18.403Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2019-10-21T22:27:18.968Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2019-10-21T22:27:18.968Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2019-10-21T22:27:19.533Z] --- PASS: TestUpdatePidsLimit (4.89s) [2019-10-21T22:27:19.533Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.47s) [2019-10-21T22:27:19.533Z] --- PASS: TestUpdatePidsLimit/no_change (0.60s) [2019-10-21T22:27:19.533Z] --- PASS: TestUpdatePidsLimit/update_lower (0.47s) [2019-10-21T22:27:19.533Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.47s) [2019-10-21T22:27:19.533Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.51s) [2019-10-21T22:27:19.533Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.47s) [2019-10-21T22:27:19.533Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.52s) [2019-10-21T22:27:19.533Z] === RUN TestUpdateRestartPolicy [2019-10-21T22:27:20.212Z] #39 ... [2019-10-21T22:27:20.212Z] [2019-10-21T22:27:20.212Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:27:20.212Z] #42 286.7 CC criu/seize.o [2019-10-21T22:27:20.212Z] #42 288.1 CC criu/servicefd.o [2019-10-21T22:27:20.212Z] #42 289.0 CC criu/shmem.o [2019-10-21T22:27:20.212Z] #42 290.5 CC criu/sigframe.o [2019-10-21T22:27:20.212Z] #42 290.8 CC criu/signalfd.o [2019-10-21T22:27:20.212Z] #42 291.4 CC criu/sk-inet.o [2019-10-21T22:27:20.212Z] #42 293.3 CC criu/sk-netlink.o [2019-10-21T22:27:20.212Z] #42 294.1 CC criu/sk-packet.o [2019-10-21T22:27:20.509Z] #42 295.3 CC criu/sk-queue.o [2019-10-21T22:27:21.435Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2019-10-21T22:27:21.533Z] #42 296.2 CC criu/sk-tcp.o [2019-10-21T22:27:22.369Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2019-10-21T22:27:22.560Z] #42 297.2 CC criu/sk-unix.o [2019-10-21T22:27:23.155Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-10-21T22:27:24.264Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2019-10-21T22:27:24.521Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2019-10-21T22:27:25.057Z] --- PASS: TestDockerNetworkMacvlan (19.23s) [2019-10-21T22:27:25.057Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T22:27:25.057Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.13s) [2019-10-21T22:27:25.057Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T22:27:25.057Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.13s) [2019-10-21T22:27:25.057Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T22:27:25.057Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.04s) [2019-10-21T22:27:25.057Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T22:27:25.057Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (3.01s) [2019-10-21T22:27:25.057Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T22:27:25.057Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.83s) [2019-10-21T22:27:25.057Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T22:27:25.057Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.41s) [2019-10-21T22:27:25.057Z] PASS [2019-10-21T22:27:25.057Z] [2019-10-21T22:27:25.057Z] DONE 8 tests in 21.299s [2019-10-21T22:27:25.057Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2019-10-21T22:27:25.057Z] ++ 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-21T22:27:25.057Z] ++ set -e [2019-10-21T22:27:25.057Z] ++ '[' -n 0 ']' [2019-10-21T22:27:25.057Z] ++ set -x [2019-10-21T22:27:25.057Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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-21T22:27:25.057Z] testing: warning: no tests to run [2019-10-21T22:27:25.057Z] PASS [2019-10-21T22:27:25.057Z] [2019-10-21T22:27:25.057Z] DONE 0 tests in 0.056s [2019-10-21T22:27:25.057Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-10-21T22:27:25.057Z] ++ 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-21T22:27:25.057Z] ++ set -e [2019-10-21T22:27:25.057Z] ++ '[' -n 0 ']' [2019-10-21T22:27:25.057Z] ++ set -x [2019-10-21T22:27:25.057Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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-21T22:27:25.315Z] INFO: Testing against a local daemon [2019-10-21T22:27:25.315Z] === RUN TestAuthZPluginAllowRequest [2019-10-21T22:27:26.044Z] #42 300.7 CC criu/sockets.o [2019-10-21T22:27:26.360Z] sha256:151603798d538f25d3cc765e1c40c80ecb63f44970ffad159db960bbe2e82277 [2019-10-21T22:27:26.360Z] INFO: Starting docker-py tests... [2019-10-21T22:27:27.218Z] --- PASS: TestAuthZPluginAllowRequest (1.82s) [2019-10-21T22:27:27.218Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest" [2019-10-21T22:27:27.218Z] === RUN TestAuthZPluginTLS [2019-10-21T22:27:27.289Z] ============================= test session starts ============================== [2019-10-21T22:27:27.290Z] platform linux -- Python 3.7.5, pytest-4.3.1, py-1.8.0, pluggy-0.13.0 [2019-10-21T22:27:27.290Z] rootdir: /src, inifile: pytest.ini [2019-10-21T22:27:27.290Z] plugins: timeout-1.3.3, cov-2.6.1 [2019-10-21T22:27:27.534Z] #42 302.3 CC criu/stats.o [2019-10-21T22:27:27.786Z] --- PASS: TestAuthZPluginTLS (0.61s) [2019-10-21T22:27:27.786Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS" [2019-10-21T22:27:27.786Z] === RUN TestAuthZPluginDenyRequest [2019-10-21T22:27:28.134Z] ok github.com/docker/docker/daemon/cluster 0.049s coverage: 0.5% of statements [2019-10-21T22:27:28.163Z] #42 303.0 CC criu/string.o [2019-10-21T22:27:28.220Z] collected 385 items / 5 deselected / 380 selected [2019-10-21T22:27:28.220Z] [2019-10-21T22:27:28.353Z] --- PASS: TestAuthZPluginDenyRequest (0.57s) [2019-10-21T22:27:28.353Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest" [2019-10-21T22:27:28.353Z] === RUN TestAuthZPluginAPIDenyResponse [2019-10-21T22:27:28.462Z] #42 303.2 CC criu/sysctl.o [2019-10-21T22:27:28.710Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2019-10-21T22:27:28.920Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.70s) [2019-10-21T22:27:28.920Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse" [2019-10-21T22:27:28.920Z] === RUN TestAuthZPluginDenyResponse [2019-10-21T22:27:28.936Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.020s coverage: 65.3% of statements [2019-10-21T22:27:29.533Z] --- PASS: TestAuthZPluginDenyResponse (0.59s) [2019-10-21T22:27:29.533Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse" [2019-10-21T22:27:29.533Z] === RUN TestAuthZPluginAllowEventStream [2019-10-21T22:27:29.552Z] #42 304.4 CC criu/sysfs_parse.o [2019-10-21T22:27:30.082Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2019-10-21T22:27:30.179Z] #42 305.0 CC criu/timerfd.o [2019-10-21T22:27:30.810Z] #42 305.6 CC criu/tty.o [2019-10-21T22:27:31.099Z] ok github.com/docker/docker/daemon/cluster/convert 0.011s coverage: 35.8% of statements [2019-10-21T22:27:31.434Z] --- PASS: TestAuthZPluginAllowEventStream (1.78s) [2019-10-21T22:27:31.434Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream" [2019-10-21T22:27:31.434Z] === RUN TestAuthZPluginErrorResponse [2019-10-21T22:27:31.453Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2019-10-21T22:27:32.000Z] --- PASS: TestAuthZPluginErrorResponse (0.59s) [2019-10-21T22:27:32.001Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse" [2019-10-21T22:27:32.001Z] === RUN TestAuthZPluginErrorRequest [2019-10-21T22:27:32.385Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2019-10-21T22:27:32.567Z] --- PASS: TestAuthZPluginErrorRequest (0.56s) [2019-10-21T22:27:32.567Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest" [2019-10-21T22:27:32.567Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-10-21T22:27:32.642Z] --- PASS: TestUpdateRestartPolicy (13.26s) [2019-10-21T22:27:32.642Z] === RUN TestUpdateRestartWithAutoRemove [2019-10-21T22:27:32.642Z] === RUN TestDockerSuite/TestBuildCacheAdd [2019-10-21T22:27:33.134Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.59s) [2019-10-21T22:27:33.134Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration" [2019-10-21T22:27:33.134Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-10-21T22:27:33.573Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2019-10-21T22:27:33.830Z] --- PASS: TestUpdateRestartWithAutoRemove (1.05s) [2019-10-21T22:27:33.830Z] === RUN TestWaitNonBlocked [2019-10-21T22:27:33.830Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-21T22:27:33.830Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-21T22:27:33.830Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-21T22:27:33.830Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-21T22:27:33.830Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-21T22:27:33.830Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-21T22:27:34.303Z] #42 309.3 CC criu/tun.o [2019-10-21T22:27:34.394Z] === RUN TestDockerSuite/TestBuildCacheFrom [2019-10-21T22:27:35.327Z] --- PASS: TestWaitNonBlocked (0.01s) [2019-10-21T22:27:35.327Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.36s) [2019-10-21T22:27:35.327Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.57s) [2019-10-21T22:27:35.327Z] === RUN TestWaitBlocked [2019-10-21T22:27:35.327Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-21T22:27:35.327Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-21T22:27:35.327Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-10-21T22:27:35.327Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-10-21T22:27:35.327Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-21T22:27:35.327Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-10-21T22:27:35.330Z] #42 310.2 CC criu/uffd.o [2019-10-21T22:27:35.663Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.25s) [2019-10-21T22:27:35.663Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking" [2019-10-21T22:27:35.663Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-10-21T22:27:36.698Z] --- PASS: TestWaitBlocked (0.03s) [2019-10-21T22:27:36.698Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.24s) [2019-10-21T22:27:36.698Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.27s) [2019-10-21T22:27:36.698Z] === CONT TestContainerStartOnDaemonRestart [2019-10-21T22:27:36.698Z] === CONT TestIpcModeOlderClient [2019-10-21T22:27:36.698Z] --- PASS: TestIpcModeOlderClient (0.17s) [2019-10-21T22:27:36.698Z] === CONT TestDaemonRestartIpcMode [2019-10-21T22:27:37.566Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.32s) [2019-10-21T22:27:37.566Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom" [2019-10-21T22:27:37.566Z] === RUN TestAuthZPluginHeader [2019-10-21T22:27:37.629Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2019-10-21T22:27:38.052Z] #42 312.5 CC criu/util.o [2019-10-21T22:27:38.501Z] --- PASS: TestAuthZPluginHeader (0.91s) [2019-10-21T22:27:38.501Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader" [2019-10-21T22:27:38.501Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-10-21T22:27:38.501Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-10-21T22:27:38.501Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T22:27:38.501Z] === RUN TestAuthZPluginV2Disable [2019-10-21T22:27:38.501Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-10-21T22:27:38.501Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T22:27:38.501Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-10-21T22:27:38.501Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-10-21T22:27:38.501Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T22:27:38.501Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-10-21T22:27:38.501Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-10-21T22:27:38.501Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T22:27:38.501Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-10-21T22:27:40.771Z] #42 315.2 CC criu/uts_ns.o [2019-10-21T22:27:40.771Z] #42 315.7 CC criu/vdso.o [2019-10-21T22:27:40.807Z] ok github.com/docker/docker/daemon 12.310s coverage: 17.6% of statements [2019-10-21T22:27:40.807Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-10-21T22:27:40.807Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.443s coverage: 13.7% of statements [2019-10-21T22:27:40.807Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-10-21T22:27:40.911Z] --- PASS: TestContainerStartOnDaemonRestart (3.92s) [2019-10-21T22:27:40.911Z] daemon_linux_test.go:35: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart" [2019-10-21T22:27:40.911Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2019-10-21T22:27:41.168Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2019-10-21T22:27:41.683Z] ok github.com/docker/docker/daemon/discovery 0.018s coverage: 30.0% of statements [2019-10-21T22:27:41.733Z] --- PASS: TestDaemonRestartIpcMode (4.78s) [2019-10-21T22:27:41.733Z] daemon_linux_test.go:89: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode" [2019-10-21T22:27:41.733Z] PASS [2019-10-21T22:27:41.733Z] [2019-10-21T22:27:41.733Z] === Skipped [2019-10-21T22:27:41.733Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2019-10-21T22:27:41.733Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-21T22:27:41.733Z] [2019-10-21T22:27:41.733Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2019-10-21T22:27:41.733Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-21T22:27:41.733Z] [2019-10-21T22:27:41.733Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2019-10-21T22:27:41.733Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-21T22:27:41.733Z] [2019-10-21T22:27:41.733Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-21T22:27:41.733Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-21T22:27:41.733Z] [2019-10-21T22:27:41.733Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2019-10-21T22:27:41.733Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-21T22:27:41.733Z] [2019-10-21T22:27:41.733Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2019-10-21T22:27:41.733Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-10-21T22:27:41.733Z] [2019-10-21T22:27:41.733Z] [2019-10-21T22:27:41.733Z] DONE 197 tests, 6 skipped in 156.949s [2019-10-21T22:27:41.733Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2019-10-21T22:27:41.733Z] ++ 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-21T22:27:41.733Z] ++ set -e [2019-10-21T22:27:41.733Z] ++ '[' -n 0 ']' [2019-10-21T22:27:41.733Z] ++ set -x [2019-10-21T22:27:41.733Z] ++ env -i DEST=/go/src/github.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-21T22:27:41.733Z] INFO: Testing against a local daemon [2019-10-21T22:27:41.733Z] === RUN TestCommitInheritsEnv [2019-10-21T22:27:41.823Z] #42 316.7 LINK criu/built-in.o [2019-10-21T22:27:42.110Z] #42 316.9 LINK criu/criu [2019-10-21T22:27:42.298Z] --- PASS: TestCommitInheritsEnv (0.53s) [2019-10-21T22:27:42.298Z] === RUN TestImportExtremelyLargeImageWorks [2019-10-21T22:27:42.298Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-10-21T22:27:42.298Z] === RUN TestImagesFilterMultiReference [2019-10-21T22:27:42.298Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2019-10-21T22:27:42.298Z] === RUN TestImagePullPlatformInvalid [2019-10-21T22:27:42.556Z] --- PASS: TestImagePullPlatformInvalid (0.07s) [2019-10-21T22:27:42.556Z] === RUN TestRemoveImageOrphaning [2019-10-21T22:27:42.738Z] #42 317.8 DEP lib/c/criu.d [2019-10-21T22:27:43.121Z] --- PASS: TestRemoveImageOrphaning (0.52s) [2019-10-21T22:27:43.121Z] === RUN TestRemoveImageGarbageCollector [2019-10-21T22:27:43.121Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2019-10-21T22:27:43.356Z] ok github.com/docker/docker/daemon/config 0.027s coverage: 82.1% of statements [2019-10-21T22:27:43.356Z] ok github.com/docker/docker/daemon/events 0.059s coverage: 50.0% of statements [2019-10-21T22:27:43.356Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-10-21T22:27:43.356Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-10-21T22:27:43.369Z] #42 318.0 CC images/rpc.pb-c.o [2019-10-21T22:27:44.054Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2019-10-21T22:27:44.312Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2019-10-21T22:27:44.876Z] #42 319.5 CC lib/c/criu.o [2019-10-21T22:27:44.881Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2019-10-21T22:27:45.139Z] --- PASS: TestRemoveImageGarbageCollector (2.21s) [2019-10-21T22:27:45.139Z] remove_unix_test.go:40: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRemoveImageGarbageCollector" [2019-10-21T22:27:45.139Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-10-21T22:27:45.139Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2019-10-21T22:27:45.139Z] === RUN TestTagInvalidReference [2019-10-21T22:27:45.139Z] --- PASS: TestTagInvalidReference (0.01s) [2019-10-21T22:27:45.139Z] === RUN TestTagValidPrefixedRepo [2019-10-21T22:27:45.315Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2019-10-21T22:27:45.397Z] --- PASS: TestTagValidPrefixedRepo (0.10s) [2019-10-21T22:27:45.397Z] === RUN TestTagExistedNameWithoutForce [2019-10-21T22:27:45.397Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2019-10-21T22:27:45.397Z] === RUN TestTagOfficialNames [2019-10-21T22:27:45.397Z] --- PASS: TestTagOfficialNames (0.06s) [2019-10-21T22:27:45.397Z] === RUN TestTagMatchesDigest [2019-10-21T22:27:45.397Z] --- PASS: TestTagMatchesDigest (0.03s) [2019-10-21T22:27:45.397Z] === CONT TestImportExtremelyLargeImageWorks [2019-10-21T22:27:46.939Z] #42 321.8 LINK lib/c/built-in.o [2019-10-21T22:27:46.939Z] #42 321.9 LINK lib/c/libcriu.so [2019-10-21T22:27:47.576Z] #42 322.3 GEN magic.py [2019-10-21T22:27:47.576Z] #42 322.6 Note: Building without setproctitle() and strlcpy() support. [2019-10-21T22:27:47.868Z] #42 322.6 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-10-21T22:27:47.887Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 2.9% of statements [2019-10-21T22:27:48.676Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2019-10-21T22:27:48.895Z] #42 323.6 fatal: Not a git repository (or any of the parent directories): .git [2019-10-21T22:27:49.243Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.250s coverage: 57.9% of statements [2019-10-21T22:27:50.284Z] tests/integration/api_build_test.py ......................X [ 6%] [2019-10-21T22:27:50.396Z] #42 325.0 make[1]: Nothing to be done for 'all'. [2019-10-21T22:27:50.572Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2019-10-21T22:27:50.847Z] tests/integration/api_client_test.py ..... [ 7%] [2019-10-21T22:27:51.444Z] #42 ... [2019-10-21T22:27:51.444Z] [2019-10-21T22:27:51.444Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-21T22:27:51.444Z] #39 411.2 + rm -rf /tmp/tmp.G3Mnw2hhID/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.G3Mnw2hhID [2019-10-21T22:27:51.444Z] #39 DONE 411.3s [2019-10-21T22:27:51.444Z] [2019-10-21T22:27:51.444Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:27:52.076Z] #60 ... [2019-10-21T22:27:52.076Z] [2019-10-21T22:27:52.077Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-21T22:27:52.077Z] #42 326.8 make[1]: 'images/built-in.o' is up to date. [2019-10-21T22:27:52.077Z] #42 326.9 make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-10-21T22:27:52.373Z] #42 327.2 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-10-21T22:27:52.373Z] #42 327.3 make[1]: 'compel/libcompel.a' is up to date. [2019-10-21T22:27:52.373Z] #42 327.4 make[1]: 'compel/compel-host-bin' is up to date. [2019-10-21T22:27:52.468Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2019-10-21T22:27:52.665Z] #42 327.4 make[1]: Nothing to be done for 'all'. [2019-10-21T22:27:52.665Z] #42 327.5 make[1]: 'soccr/libsoccr.a' is up to date. [2019-10-21T22:27:52.777Z] tests/integration/api_config_test.py ..... [ 8%] [2019-10-21T22:27:52.953Z] #42 327.8 make[2]: Nothing to be done for 'all'. [2019-10-21T22:27:52.953Z] #42 327.8 make[2]: Nothing to be done for 'all'. [2019-10-21T22:27:52.953Z] #42 327.9 make[2]: Nothing to be done for 'all'. [2019-10-21T22:27:53.242Z] #42 328.2 make[2]: Nothing to be done for 'all'. [2019-10-21T22:27:53.530Z] #42 328.4 make[2]: Nothing to be done for 'all'. [2019-10-21T22:27:53.530Z] #42 328.4 make[2]: Nothing to be done for 'all'. [2019-10-21T22:27:53.819Z] #42 328.6 make[2]: Nothing to be done for 'all'. [2019-10-21T22:27:54.118Z] #42 328.8 make[2]: Nothing to be done for 'all'. [2019-10-21T22:27:54.118Z] #42 328.9 INSTALL criu/criu [2019-10-21T22:27:54.118Z] #42 DONE 329.1s [2019-10-21T22:27:54.118Z] [2019-10-21T22:27:54.118Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:27:54.363Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2019-10-21T22:27:54.927Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2019-10-21T22:27:56.298Z] === RUN TestDockerSuite/TestBuildClearCmd [2019-10-21T22:27:56.577Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.88s) [2019-10-21T22:27:56.577Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart" [2019-10-21T22:27:56.577Z] PASS [2019-10-21T22:27:56.577Z] [2019-10-21T22:27:56.577Z] === Skipped [2019-10-21T22:27:56.577Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-10-21T22:27:56.577Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T22:27:56.577Z] [2019-10-21T22:27:56.577Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2019-10-21T22:27:56.577Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T22:27:56.577Z] [2019-10-21T22:27:56.577Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-10-21T22:27:56.577Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T22:27:56.577Z] [2019-10-21T22:27:56.577Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-10-21T22:27:56.577Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T22:27:56.577Z] [2019-10-21T22:27:56.577Z] [2019-10-21T22:27:56.577Z] DONE 17 tests, 4 skipped in 31.353s [2019-10-21T22:27:56.577Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-10-21T22:27:56.577Z] ++ 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-21T22:27:56.577Z] ++ set -e [2019-10-21T22:27:56.577Z] ++ '[' -n 0 ']' [2019-10-21T22:27:56.577Z] ++ set -x [2019-10-21T22:27:56.577Z] ++ env -i DEST=/go/src/github.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-21T22:27:56.577Z] INFO: Testing against a local daemon [2019-10-21T22:27:56.577Z] === RUN TestPluginInvalidJSON [2019-10-21T22:27:56.577Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-10-21T22:27:56.577Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-10-21T22:27:56.577Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-10-21T22:27:56.577Z] --- PASS: TestPluginInvalidJSON (0.04s) [2019-10-21T22:27:56.577Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-10-21T22:27:56.577Z] PASS [2019-10-21T22:27:56.577Z] [2019-10-21T22:27:56.577Z] DONE 2 tests in 0.218s [2019-10-21T22:27:56.577Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-10-21T22:27:56.577Z] ++ 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-21T22:27:56.577Z] ++ set -e [2019-10-21T22:27:56.577Z] ++ '[' -n 0 ']' [2019-10-21T22:27:56.577Z] ++ set -x [2019-10-21T22:27:56.577Z] ++ env -i DEST=/go/src/github.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-21T22:27:56.838Z] INFO: Testing against a local daemon [2019-10-21T22:27:56.838Z] === RUN TestExternalGraphDriver [2019-10-21T22:27:56.863Z] === RUN TestDockerSuite/TestBuildCmd [2019-10-21T22:27:57.096Z] === RUN TestExternalGraphDriver/json [2019-10-21T22:27:57.222Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.863s coverage: 46.2% of statements [2019-10-21T22:27:57.222Z] ok github.com/docker/docker/daemon/graphdriver/aufs 11.658s coverage: 72.5% of statements [2019-10-21T22:27:57.222Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-10-21T22:27:57.428Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2019-10-21T22:27:58.000Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2019-10-21T22:27:58.582Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2019-10-21T22:27:58.582Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2019-10-21T22:27:59.633Z] === RUN TestExternalGraphDriver/spec [2019-10-21T22:27:59.937Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.167s coverage: 51.0% of statements [2019-10-21T22:28:00.476Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2019-10-21T22:28:00.477Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2019-10-21T22:28:01.826Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.560s coverage: 76.1% of statements [2019-10-21T22:28:01.851Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2019-10-21T22:28:02.164Z] === RUN TestExternalGraphDriver/pull [2019-10-21T22:28:02.416Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2019-10-21T22:28:02.981Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2019-10-21T22:28:03.208Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.006s coverage: 58.0% of statements [2019-10-21T22:28:04.580Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.004s coverage: 3.0% of statements [2019-10-21T22:28:04.695Z] --- PASS: TestExternalGraphDriver (7.64s) [2019-10-21T22:28:04.695Z] external_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver" [2019-10-21T22:28:04.695Z] --- PASS: TestExternalGraphDriver/json (2.44s) [2019-10-21T22:28:04.695Z] --- PASS: TestExternalGraphDriver/spec (2.69s) [2019-10-21T22:28:04.695Z] --- PASS: TestExternalGraphDriver/pull (2.31s) [2019-10-21T22:28:04.695Z] === RUN TestGraphdriverPluginV2 [2019-10-21T22:28:04.695Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2019-10-21T22:28:04.695Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T22:28:04.695Z] PASS [2019-10-21T22:28:04.695Z] [2019-10-21T22:28:04.695Z] === Skipped [2019-10-21T22:28:04.695Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2019-10-21T22:28:04.695Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T22:28:04.695Z] [2019-10-21T22:28:04.695Z] [2019-10-21T22:28:04.695Z] DONE 5 tests, 1 skipped in 7.848s [2019-10-21T22:28:04.695Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-10-21T22:28:04.695Z] ++ 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-21T22:28:04.695Z] ++ set -e [2019-10-21T22:28:04.695Z] ++ '[' -n 0 ']' [2019-10-21T22:28:04.695Z] ++ set -x [2019-10-21T22:28:04.695Z] ++ env -i DEST=/go/src/github.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-21T22:28:04.695Z] INFO: Testing against a local daemon [2019-10-21T22:28:04.695Z] === RUN TestContinueAfterPluginCrash [2019-10-21T22:28:04.695Z] === PAUSE TestContinueAfterPluginCrash [2019-10-21T22:28:04.695Z] === RUN TestDaemonStartWithLogOpt [2019-10-21T22:28:04.695Z] === PAUSE TestDaemonStartWithLogOpt [2019-10-21T22:28:04.695Z] === CONT TestContinueAfterPluginCrash [2019-10-21T22:28:04.695Z] === CONT TestDaemonStartWithLogOpt [2019-10-21T22:28:05.461Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.523s coverage: 57.0% of statements [2019-10-21T22:28:05.868Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-10-21T22:28:05.868Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-10-21T22:28:06.906Z] ok github.com/docker/docker/daemon/links 0.013s coverage: 93.0% of statements [2019-10-21T22:28:07.968Z] ok github.com/docker/docker/daemon/images 0.008s coverage: 4.9% of statements [2019-10-21T22:28:07.968Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-10-21T22:28:07.968Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-10-21T22:28:08.241Z] === RUN TestDockerSuite/TestBuildConditionalCache [2019-10-21T22:28:08.241Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2019-10-21T22:28:08.808Z] === RUN TestDockerSuite/TestBuildContChar [2019-10-21T22:28:09.066Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2019-10-21T22:28:09.337Z] ok github.com/docker/docker/daemon/logger 0.251s coverage: 42.7% of statements [2019-10-21T22:28:09.632Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2019-10-21T22:28:09.740Z] ok github.com/docker/docker/daemon/logger/awslogs 0.151s coverage: 77.8% of statements [2019-10-21T22:28:09.740Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-10-21T22:28:09.740Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-10-21T22:28:10.197Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2019-10-21T22:28:10.582Z] ok github.com/docker/docker/daemon/logger/gelf 0.005s coverage: 68.2% of statements [2019-10-21T22:28:11.410Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 26.2% of statements [2019-10-21T22:28:12.263Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.011s coverage: 88.3% of statements [2019-10-21T22:28:12.263Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.022s coverage: 62.1% of statements [2019-10-21T22:28:13.479Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2019-10-21T22:28:13.479Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2019-10-21T22:28:13.956Z] ok github.com/docker/docker/daemon/logger/local 0.029s coverage: 74.7% of statements [2019-10-21T22:28:13.956Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-10-21T22:28:14.045Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2019-10-21T22:28:14.344Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.030s coverage: 19.9% of statements [2019-10-21T22:28:14.611Z] === RUN TestDockerSuite/TestBuildContextCleanup [2019-10-21T22:28:15.176Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2019-10-21T22:28:15.433Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2019-10-21T22:28:16.272Z] ok github.com/docker/docker/daemon/logger/syslog 0.005s coverage: 47.8% of statements [2019-10-21T22:28:16.364Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2019-10-21T22:28:16.622Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2019-10-21T22:28:16.658Z] ok github.com/docker/docker/daemon/logger/templates 0.009s coverage: 8.3% of statements [2019-10-21T22:28:16.902Z] --- PASS: TestDaemonStartWithLogOpt (10.37s) [2019-10-21T22:28:16.902Z] validation_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt" [2019-10-21T22:28:17.503Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2019-10-21T22:28:17.503Z] ok github.com/docker/docker/daemon/logger/splunk 1.705s coverage: 82.5% of statements [2019-10-21T22:28:17.503Z] ? github.com/docker/docker/daemon/names [no test files] [2019-10-21T22:28:17.503Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-10-21T22:28:17.995Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2019-10-21T22:28:19.891Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2019-10-21T22:28:20.184Z] --- PASS: TestContinueAfterPluginCrash (15.25s) [2019-10-21T22:28:20.184Z] logging_linux_test.go:22: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash" [2019-10-21T22:28:20.184Z] PASS [2019-10-21T22:28:20.184Z] [2019-10-21T22:28:20.184Z] DONE 2 tests in 15.462s [2019-10-21T22:28:20.184Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-10-21T22:28:20.184Z] ++ 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-21T22:28:20.184Z] ++ set -e [2019-10-21T22:28:20.184Z] ++ '[' -n 0 ']' [2019-10-21T22:28:20.184Z] ++ set -x [2019-10-21T22:28:20.184Z] ++ env -i DEST=/go/src/github.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-21T22:28:20.184Z] INFO: Testing against a local daemon [2019-10-21T22:28:20.184Z] === RUN TestPluginWithDevMounts [2019-10-21T22:28:20.184Z] === PAUSE TestPluginWithDevMounts [2019-10-21T22:28:20.184Z] === CONT TestPluginWithDevMounts [2019-10-21T22:28:20.232Z] ok github.com/docker/docker/distribution/metadata 0.035s coverage: 48.2% of statements [2019-10-21T22:28:20.658Z] ok github.com/docker/docker/distribution 0.433s coverage: 22.1% of statements [2019-10-21T22:28:20.658Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-10-21T22:28:21.989Z] ok github.com/docker/docker/errdefs 0.012s coverage: 49.4% of statements [2019-10-21T22:28:22.714Z] --- PASS: TestPluginWithDevMounts (2.23s) [2019-10-21T22:28:22.714Z] mounts_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts" [2019-10-21T22:28:22.714Z] PASS [2019-10-21T22:28:22.714Z] [2019-10-21T22:28:22.714Z] DONE 1 tests in 2.407s [2019-10-21T22:28:22.714Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2019-10-21T22:28:22.714Z] ++ 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-21T22:28:22.714Z] ++ set -e [2019-10-21T22:28:22.714Z] ++ '[' -n 0 ']' [2019-10-21T22:28:22.714Z] ++ set -x [2019-10-21T22:28:22.714Z] ++ env -i DEST=/go/src/github.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-21T22:28:22.714Z] INFO: Testing against a local daemon [2019-10-21T22:28:22.714Z] === RUN TestSecretInspect [2019-10-21T22:28:23.896Z] ok github.com/docker/docker/image 0.017s coverage: 86.4% of statements [2019-10-21T22:28:24.296Z] ok github.com/docker/docker/distribution/xfer 2.015s coverage: 85.1% of statements [2019-10-21T22:28:24.296Z] ? github.com/docker/docker/dockerversion [no test files] [2019-10-21T22:28:24.671Z] ok github.com/docker/docker/image/cache 0.023s coverage: 19.2% of statements [2019-10-21T22:28:24.671Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-10-21T22:28:25.153Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2019-10-21T22:28:25.411Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2019-10-21T22:28:25.496Z] ok github.com/docker/docker/image/v1 0.025s coverage: 25.0% of statements [2019-10-21T22:28:25.496Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-10-21T22:28:26.000Z] --- PASS: TestSecretInspect (3.24s) [2019-10-21T22:28:26.000Z] secret_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect" [2019-10-21T22:28:26.000Z] === RUN TestSecretList [2019-10-21T22:28:26.958Z] ok github.com/docker/docker/libcontainerd/queue 0.028s coverage: 100.0% of statements [2019-10-21T22:28:27.157Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2019-10-21T22:28:27.861Z] 65014b3c3121: Pull complete [2019-10-21T22:28:28.291Z] ok github.com/docker/docker/opts 0.020s coverage: 66.9% of statements [2019-10-21T22:28:28.291Z] ok github.com/docker/docker/pkg/aaparser 0.008s coverage: 50.0% of statements [2019-10-21T22:28:29.283Z] --- PASS: TestSecretList (3.22s) [2019-10-21T22:28:29.283Z] secret_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretList" [2019-10-21T22:28:29.283Z] === RUN TestSecretsCreateAndDelete [2019-10-21T22:28:30.825Z] ok github.com/docker/docker/pkg/archive 0.615s coverage: 76.8% of statements [2019-10-21T22:28:31.966Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2019-10-21T22:28:31.966Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2019-10-21T22:28:32.565Z] --- PASS: TestSecretsCreateAndDelete (3.17s) [2019-10-21T22:28:32.565Z] secret_test.go:125: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete" [2019-10-21T22:28:32.565Z] === RUN TestSecretsUpdate [2019-10-21T22:28:32.678Z] ok github.com/docker/docker/pkg/authorization 0.631s coverage: 68.3% of statements [2019-10-21T22:28:32.678Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2019-10-21T22:28:33.117Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2019-10-21T22:28:33.341Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2019-10-21T22:28:33.402Z] #60 398.4 + bin/containerd [2019-10-21T22:28:33.402Z] #60 ... [2019-10-21T22:28:33.402Z] [2019-10-21T22:28:33.402Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:28:33.402Z] #51 DONE 453.1s [2019-10-21T22:28:33.402Z] [2019-10-21T22:28:33.402Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:28:33.907Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2019-10-21T22:28:35.052Z] ok github.com/docker/docker/layer 7.719s coverage: 68.8% of statements [2019-10-21T22:28:35.052Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-10-21T22:28:35.052Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-10-21T22:28:35.052Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-10-21T22:28:35.052Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-10-21T22:28:35.052Z] ? github.com/docker/docker/oci [no test files] [2019-10-21T22:28:35.052Z] ? github.com/docker/docker/oci/caps [no test files] [2019-10-21T22:28:35.434Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2019-10-21T22:28:35.805Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2019-10-21T22:28:35.847Z] --- PASS: TestSecretsUpdate (3.22s) [2019-10-21T22:28:35.848Z] secret_test.go:172: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate" [2019-10-21T22:28:35.848Z] === RUN TestTemplatedSecret [2019-10-21T22:28:36.266Z] ok github.com/docker/docker/pkg/discovery 0.004s coverage: 58.3% of statements [2019-10-21T22:28:36.670Z] ok github.com/docker/docker/pkg/discovery/file 0.004s coverage: 97.6% of statements [2019-10-21T22:28:37.510Z] ok github.com/docker/docker/pkg/chrootarchive 3.526s coverage: 43.2% of statements [2019-10-21T22:28:37.510Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-10-21T22:28:37.510Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-10-21T22:28:38.335Z] ok github.com/docker/docker/pkg/discovery/memory 0.014s coverage: 92.3% of statements [2019-10-21T22:28:38.345Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2019-10-21T22:28:38.910Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2019-10-21T22:28:39.132Z] --- PASS: TestTemplatedSecret (3.48s) [2019-10-21T22:28:39.132Z] secret_test.go:221: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret" [2019-10-21T22:28:39.132Z] === RUN TestSecretCreateResolve [2019-10-21T22:28:39.868Z] ok github.com/docker/docker/pkg/discovery/nodes 0.005s coverage: 93.8% of statements [2019-10-21T22:28:40.720Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2019-10-21T22:28:41.101Z] ok github.com/docker/docker/pkg/discovery/kv 3.140s coverage: 84.1% of statements [2019-10-21T22:28:41.446Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2019-10-21T22:28:41.822Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2019-10-21T22:28:41.947Z] ok github.com/docker/docker/pkg/fileutils 0.009s coverage: 89.5% of statements [2019-10-21T22:28:41.947Z] ok github.com/docker/docker/pkg/filenotify 0.615s coverage: 67.0% of statements [2019-10-21T22:28:42.349Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2019-10-21T22:28:42.349Z] ok github.com/docker/docker/pkg/fsutils 0.404s coverage: 85.1% of statements [2019-10-21T22:28:42.387Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2019-10-21T22:28:42.572Z] --- PASS: TestSecretCreateResolve (3.23s) [2019-10-21T22:28:42.572Z] secret_test.go:342: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve" [2019-10-21T22:28:42.572Z] PASS [2019-10-21T22:28:42.572Z] [2019-10-21T22:28:42.572Z] DONE 6 tests in 19.765s [2019-10-21T22:28:42.572Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2019-10-21T22:28:42.572Z] ++ 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-21T22:28:42.572Z] ++ set -e [2019-10-21T22:28:42.572Z] ++ '[' -n 0 ']' [2019-10-21T22:28:42.572Z] ++ set -x [2019-10-21T22:28:42.572Z] ++ env -i DEST=/go/src/github.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-21T22:28:42.572Z] INFO: Testing against a local daemon [2019-10-21T22:28:42.572Z] === RUN TestServiceCreateInit [2019-10-21T22:28:42.572Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-10-21T22:28:42.953Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2019-10-21T22:28:43.518Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2019-10-21T22:28:43.697Z] ok github.com/docker/docker/pkg/idtools 0.531s coverage: 70.1% of statements [2019-10-21T22:28:43.744Z] #60 ... [2019-10-21T22:28:43.744Z] [2019-10-21T22:28:43.744Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:28:43.744Z] #23 463.2 + return [2019-10-21T22:28:43.744Z] #23 DONE 463.3s [2019-10-21T22:28:43.744Z] [2019-10-21T22:28:43.744Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:28:44.101Z] ok github.com/docker/docker/pkg/ioutils 0.430s coverage: 70.6% of statements [2019-10-21T22:28:44.101Z] ok github.com/docker/docker/pkg/jsonmessage 0.003s coverage: 91.7% of statements [2019-10-21T22:28:44.498Z] ok github.com/docker/docker/pkg/locker 0.029s coverage: 88.9% of statements [2019-10-21T22:28:44.498Z] ok github.com/docker/docker/pkg/longpath 0.012s coverage: 100.0% of statements [2019-10-21T22:28:44.498Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-10-21T22:28:44.891Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2019-10-21T22:28:44.891Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2019-10-21T22:28:45.459Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2019-10-21T22:28:45.459Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2019-10-21T22:28:45.459Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2019-10-21T22:28:45.459Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2019-10-21T22:28:45.459Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2019-10-21T22:28:45.520Z] ok github.com/docker/docker/pkg/namesgenerator 0.027s coverage: 85.7% of statements [2019-10-21T22:28:45.823Z] #60 ... [2019-10-21T22:28:45.823Z] [2019-10-21T22:28:45.823Z] #24 [dev 9/24] COPY --from=dockercli /build/ /usr/local/cli [2019-10-21T22:28:45.989Z] ok github.com/docker/docker/pkg/parsers 0.001s coverage: 97.0% of statements [2019-10-21T22:28:46.110Z] #24 DONE 0.1s [2019-10-21T22:28:46.110Z] [2019-10-21T22:28:46.110Z] #28 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-21T22:28:46.382Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2019-10-21T22:28:46.382Z] ok github.com/docker/docker/pkg/mount 1.270s coverage: 70.0% of statements [2019-10-21T22:28:46.382Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-10-21T22:28:46.396Z] #28 DONE 0.4s [2019-10-21T22:28:46.397Z] [2019-10-21T22:28:46.397Z] #30 [dev 11/24] COPY --from=swagger /build/ /usr/local/bin/ [2019-10-21T22:28:46.397Z] #30 DONE 0.1s [2019-10-21T22:28:46.397Z] [2019-10-21T22:28:46.397Z] #33 [dev 12/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-10-21T22:28:46.684Z] #33 DONE 0.1s [2019-10-21T22:28:46.684Z] [2019-10-21T22:28:46.684Z] #38 [dev 13/24] COPY --from=tini /build/ /usr/local/bin/ [2019-10-21T22:28:46.684Z] #38 DONE 0.1s [2019-10-21T22:28:46.684Z] [2019-10-21T22:28:46.684Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:28:46.684Z] #60 ... [2019-10-21T22:28:46.684Z] [2019-10-21T22:28:46.684Z] #40 [dev 14/24] COPY --from=registry /build/ /usr/local/bin/ [2019-10-21T22:28:46.684Z] #40 DONE 0.1s [2019-10-21T22:28:46.779Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.003s coverage: 91.4% of statements [2019-10-21T22:28:46.980Z] [2019-10-21T22:28:46.980Z] #43 [dev 15/24] COPY --from=criu /build/ /usr/local/ [2019-10-21T22:28:46.980Z] #43 DONE 0.1s [2019-10-21T22:28:46.980Z] [2019-10-21T22:28:46.980Z] #46 [dev 16/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-10-21T22:28:46.980Z] #46 DONE 0.1s [2019-10-21T22:28:46.980Z] [2019-10-21T22:28:46.980Z] #49 [dev 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-10-21T22:28:46.980Z] #49 DONE 0.1s [2019-10-21T22:28:46.980Z] [2019-10-21T22:28:46.980Z] #52 [dev 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-10-21T22:28:47.180Z] ok github.com/docker/docker/pkg/pidfile 0.004s coverage: 82.4% of statements [2019-10-21T22:28:47.180Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-10-21T22:28:47.180Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-10-21T22:28:47.268Z] #52 DONE 0.1s [2019-10-21T22:28:47.268Z] [2019-10-21T22:28:47.268Z] #56 [dev 19/24] COPY --from=runc /build/ /usr/local/bin/ [2019-10-21T22:28:47.268Z] #56 DONE 0.1s [2019-10-21T22:28:47.268Z] [2019-10-21T22:28:47.268Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-21T22:28:47.356Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2019-10-21T22:28:47.842Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-10-21T22:28:48.025Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.005s coverage: 56.8% of statements [2019-10-21T22:28:48.882Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2019-10-21T22:28:49.253Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2019-10-21T22:28:49.308Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2019-10-21T22:28:49.698Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2019-10-21T22:28:51.018Z] ok github.com/docker/docker/pkg/pubsub 1.043s coverage: 73.9% of statements [2019-10-21T22:28:51.149Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2019-10-21T22:28:52.064Z] ok github.com/docker/docker/pkg/reexec 0.005s coverage: 82.4% of statements [2019-10-21T22:28:53.110Z] --- PASS: TestServiceCreateInit (10.64s) [2019-10-21T22:28:53.110Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.27s) [2019-10-21T22:28:53.110Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled" [2019-10-21T22:28:53.110Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.33s) [2019-10-21T22:28:53.110Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled" [2019-10-21T22:28:53.110Z] === RUN TestCreateServiceMultipleTimes [2019-10-21T22:28:53.673Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2019-10-21T22:28:55.045Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2019-10-21T22:28:55.331Z] ok github.com/docker/docker/pkg/signal 2.633s coverage: 61.0% of statements [2019-10-21T22:28:55.331Z] ok github.com/docker/docker/pkg/stdcopy 0.005s coverage: 100.0% of statements [2019-10-21T22:28:56.173Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2019-10-21T22:28:56.583Z] ok github.com/docker/docker/pkg/stringid 0.003s coverage: 70.6% of statements [2019-10-21T22:28:56.941Z] === RUN TestDockerDaemonSuite/TestRegistryMirrors [2019-10-21T22:28:56.986Z] ok github.com/docker/docker/pkg/symlink 0.012s coverage: 87.7% of statements [2019-10-21T22:28:57.418Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 80.6% of statements [2019-10-21T22:28:57.506Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2019-10-21T22:28:57.763Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2019-10-21T22:28:58.311Z] ok github.com/docker/docker/pkg/system 0.036s coverage: 36.9% of statements [2019-10-21T22:28:58.770Z] ok github.com/docker/docker/pkg/tailfile 0.072s coverage: 88.6% of statements [2019-10-21T22:28:59.745Z] ok github.com/docker/docker/pkg/tarsum 0.051s coverage: 89.3% of statements [2019-10-21T22:29:00.175Z] ok github.com/docker/docker/pkg/term 0.004s coverage: 84.8% of statements [2019-10-21T22:29:00.575Z] testing: warning: no tests to run [2019-10-21T22:29:00.575Z] coverage: [no statements] [2019-10-21T22:29:00.575Z] ok github.com/docker/docker/pkg/term/windows 0.002s coverage: [no statements] [no tests to run] [2019-10-21T22:29:00.975Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2019-10-21T22:29:01.496Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2019-10-21T22:29:01.496Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2019-10-21T22:29:01.943Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2019-10-21T22:29:01.943Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2019-10-21T22:29:02.508Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2019-10-21T22:29:04.891Z] ok github.com/docker/docker/plugin 0.544s coverage: 27.1% of statements [2019-10-21T22:29:05.304Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2019-10-21T22:29:05.788Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2019-10-21T22:29:06.638Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 76.2% of statements [2019-10-21T22:29:07.057Z] ok github.com/docker/docker/reference 0.009s coverage: 84.4% of statements [2019-10-21T22:29:08.990Z] ok github.com/docker/docker/registry 0.171s coverage: 56.3% of statements [2019-10-21T22:29:09.929Z] ok github.com/docker/docker/registry/resumable 0.019s coverage: 100.0% of statements [2019-10-21T22:29:10.366Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2019-10-21T22:29:11.045Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2019-10-21T22:29:11.045Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2019-10-21T22:29:11.810Z] ok github.com/docker/docker/runconfig 0.020s coverage: 68.2% of statements [2019-10-21T22:29:11.810Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2019-10-21T22:29:12.943Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2019-10-21T22:29:13.876Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2019-10-21T22:29:15.261Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2019-10-21T22:29:16.158Z] ok github.com/docker/docker/volume/drivers 0.005s coverage: 36.1% of statements [2019-10-21T22:29:16.545Z] ok github.com/docker/docker/volume/local 0.038s coverage: 73.0% of statements [2019-10-21T22:29:17.406Z] ok github.com/docker/docker/volume/mounts 0.034s coverage: 67.0% of statements [2019-10-21T22:29:18.538Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2019-10-21T22:29:18.768Z] ok github.com/docker/docker/volume/service 0.024s coverage: 73.0% of statements [2019-10-21T22:29:19.105Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2019-10-21T22:29:19.105Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2019-10-21T22:29:19.844Z] --- PASS: TestCreateServiceMultipleTimes (24.54s) [2019-10-21T22:29:19.844Z] create_test.go:80: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes" [2019-10-21T22:29:19.844Z] === RUN TestCreateServiceConflict [2019-10-21T22:29:20.779Z] --- PASS: TestCreateServiceConflict (3.18s) [2019-10-21T22:29:20.779Z] create_test.go:129: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict" [2019-10-21T22:29:20.779Z] === RUN TestCreateServiceMaxReplicas [2019-10-21T22:29:21.005Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2019-10-21T22:29:22.218Z] ok github.com/docker/docker/pkg/plugins 33.622s coverage: 76.6% of statements [2019-10-21T22:29:22.218Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-10-21T22:29:22.218Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-10-21T22:29:22.218Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-10-21T22:29:22.219Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-10-21T22:29:22.219Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-10-21T22:29:22.219Z] ? github.com/docker/docker/rootless [no test files] [2019-10-21T22:29:22.219Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-10-21T22:29:22.219Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-10-21T22:29:22.219Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-10-21T22:29:22.219Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-10-21T22:29:22.219Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-10-21T22:29:22.219Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-10-21T22:29:22.219Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-10-21T22:29:22.219Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-10-21T22:29:22.219Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-10-21T22:29:22.219Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-10-21T22:29:22.219Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-10-21T22:29:22.219Z] ? github.com/docker/docker/testutil/request [no test files] [2019-10-21T22:29:22.219Z] ? github.com/docker/docker/volume [no test files] [2019-10-21T22:29:22.219Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-10-21T22:29:22.219Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-10-21T22:29:22.219Z] [2019-10-21T22:29:22.219Z] === Skipped [2019-10-21T22:29:22.219Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-10-21T22:29:22.219Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-10-21T22:29:22.219Z] [2019-10-21T22:29:22.219Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-10-21T22:29:22.219Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-10-21T22:29:22.219Z] [2019-10-21T22:29:22.219Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-10-21T22:29:22.219Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T22:29:22.219Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-21T22:29:22.219Z] [2019-10-21T22:29:22.219Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-10-21T22:29:22.219Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T22:29:22.219Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-21T22:29:22.219Z] [2019-10-21T22:29:22.219Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-10-21T22:29:22.219Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T22:29:22.219Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-21T22:29:22.219Z] [2019-10-21T22:29:22.219Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-10-21T22:29:22.219Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T22:29:22.219Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-21T22:29:22.219Z] [2019-10-21T22:29:22.219Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-10-21T22:29:22.219Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T22:29:22.219Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-21T22:29:22.219Z] [2019-10-21T22:29:22.219Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-10-21T22:29:22.219Z] graphtest_unix.go:73: No driver to put! [2019-10-21T22:29:22.219Z] [2019-10-21T22:29:22.219Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-10-21T22:29:22.219Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-10-21T22:29:22.219Z] [2019-10-21T22:29:22.219Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-10-21T22:29:22.219Z] overlay_test.go:49: Fails to compute changes intermittently [2019-10-21T22:29:22.219Z] [2019-10-21T22:29:22.219Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-10-21T22:29:22.219Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-10-21T22:29:22.219Z] [2019-10-21T22:29:22.219Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-10-21T22:29:22.219Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-10-21T22:29:22.219Z] [2019-10-21T22:29:22.219Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-10-21T22:29:22.219Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T22:29:22.219Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-21T22:29:22.219Z] [2019-10-21T22:29:22.219Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-10-21T22:29:22.219Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T22:29:22.219Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-21T22:29:22.219Z] [2019-10-21T22:29:22.219Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-10-21T22:29:22.219Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T22:29:22.219Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-21T22:29:22.219Z] [2019-10-21T22:29:22.219Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-10-21T22:29:22.219Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T22:29:22.219Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-21T22:29:22.219Z] [2019-10-21T22:29:22.219Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-10-21T22:29:22.219Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T22:29:22.219Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-21T22:29:22.219Z] [2019-10-21T22:29:22.219Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-10-21T22:29:22.219Z] graphtest_unix.go:73: No driver to put! [2019-10-21T22:29:22.219Z] [2019-10-21T22:29:22.219Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-10-21T22:29:22.219Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-10-21T22:29:22.219Z] [2019-10-21T22:29:22.219Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-10-21T22:29:22.219Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-10-21T22:29:22.219Z] [2019-10-21T22:29:22.219Z] [2019-10-21T22:29:22.219Z] DONE 2115 tests, 20 skipped in 249.603s Post stage [Pipeline] junit [2019-10-21T22:29:22.776Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-10-21T22:29:24.963Z] --- PASS: TestCreateServiceMaxReplicas (3.70s) [2019-10-21T22:29:24.963Z] create_test.go:150: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas" [2019-10-21T22:29:24.963Z] === RUN TestCreateWithDuplicateNetworkNames [2019-10-21T22:29:25.616Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-40115/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3ddb4100a052aa556e78fefdf955cf0b7c374d43 -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:3ddb4100a052aa556e78fefdf955cf0b7c374d43 hack/make.sh dynbinary test-integration [2019-10-21T22:29:25.996Z] [2019-10-21T22:29:25.996Z] Removing bundles/ [2019-10-21T22:29:25.996Z] [2019-10-21T22:29:25.996Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-10-21T22:29:25.996Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-10-21T22:29:25.996Z] GOOS="" GOARCH="" GOARM="" [2019-10-21T22:29:26.264Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2019-10-21T22:29:26.522Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2019-10-21T22:29:26.522Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2019-10-21T22:29:26.528Z] #60 449.7 + bin/containerd-stress [2019-10-21T22:29:26.528Z] #60 453.5 + bin/containerd-shim [2019-10-21T22:29:28.419Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2019-10-21T22:29:28.419Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2019-10-21T22:29:29.796Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2019-10-21T22:29:30.116Z] ................................................ [ 29%] [2019-10-21T22:29:31.692Z] === RUN TestDockerSuite/TestBuildDockerignore [2019-10-21T22:29:34.977Z] #60 463.8 + bin/containerd-shim-runc-v1 [2019-10-21T22:29:39.795Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2019-10-21T22:29:40.527Z] #60 468.9 + bin/containerd-shim-runc-v2 [2019-10-21T22:29:41.541Z] #60 470.4 + binaries [2019-10-21T22:29:41.541Z] #60 470.4 + mkdir -p /build [2019-10-21T22:29:41.541Z] #60 470.4 + cp bin/containerd /build/containerd [2019-10-21T22:29:41.541Z] #60 470.4 + cp bin/containerd-shim /build/containerd-shim [2019-10-21T22:29:41.541Z] #60 470.5 + cp bin/ctr /build/ctr [2019-10-21T22:29:41.541Z] #60 DONE 470.5s [2019-10-21T22:29:41.693Z] === RUN TestDockerDaemonSuite/TestShmSize [2019-10-21T22:29:43.020Z] [2019-10-21T22:29:43.020Z] #61 [dev 20/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-10-21T22:29:43.020Z] #61 DONE 0.1s [2019-10-21T22:29:43.020Z] [2019-10-21T22:29:43.020Z] #65 [dev 21/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-10-21T22:29:43.020Z] #65 DONE 0.1s [2019-10-21T22:29:43.058Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.74s) [2019-10-21T22:29:43.058Z] create_test.go:171: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames" [2019-10-21T22:29:43.058Z] === RUN TestCreateServiceSecretFileMode [2019-10-21T22:29:43.307Z] [2019-10-21T22:29:43.307Z] #67 [dev 22/24] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2019-10-21T22:29:43.307Z] #67 DONE 0.1s [2019-10-21T22:29:43.307Z] [2019-10-21T22:29:43.307Z] #70 [dev 23/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-10-21T22:29:43.307Z] #70 DONE 0.1s [2019-10-21T22:29:43.307Z] [2019-10-21T22:29:43.307Z] #71 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-10-21T22:29:43.307Z] #71 DONE 0.0s [2019-10-21T22:29:43.307Z] [2019-10-21T22:29:43.307Z] #72 [src 1/1] COPY . /go/src/github.com/docker/docker [2019-10-21T22:29:43.624Z] --- PASS: TestCreateServiceSecretFileMode (3.30s) [2019-10-21T22:29:43.624Z] create_test.go:224: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode" [2019-10-21T22:29:43.624Z] === RUN TestCreateServiceConfigFileMode [2019-10-21T22:29:44.220Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2019-10-21T22:29:45.154Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2019-10-21T22:29:45.990Z] #72 DONE 2.4s [2019-10-21T22:29:45.990Z] [2019-10-21T22:29:45.990Z] #73 exporting to oci image format [2019-10-21T22:29:45.990Z] #73 exporting layers [2019-10-21T22:29:46.909Z] --- PASS: TestCreateServiceConfigFileMode (3.26s) [2019-10-21T22:29:46.909Z] create_test.go:288: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode" [2019-10-21T22:29:46.909Z] === RUN TestCreateServiceSysctls [2019-10-21T22:29:47.053Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2019-10-21T22:29:47.053Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2019-10-21T22:29:47.310Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2019-10-21T22:29:49.306Z] tests/integration/api_exec_test.py .................... [ 35%] [2019-10-21T22:29:51.488Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2019-10-21T22:29:52.175Z] --- PASS: TestCreateServiceSysctls (4.38s) [2019-10-21T22:29:52.175Z] create_test.go:378: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls" [2019-10-21T22:29:52.175Z] === RUN TestCreateServiceCapabilities [2019-10-21T22:29:53.386Z] --- PASS: TestDockerDaemonSuite (362.29s) [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (6.93s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (2.12s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.98s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCLIProxyProxyTCPSock" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (9.34s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill" [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill" [2019-10-21T22:29:53.387Z] docker_cli_daemon_test.go:1449: [d8fd4ee221779] daemon is not started [2019-10-21T22:29:53.387Z] check_test.go:309: [d593d6fe010af] daemon is not started [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (3.78s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (2.92s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown" [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown" [2019-10-21T22:29:53.387Z] check_test.go:309: [d1a2eb01f7bc7] daemon is not started [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (2.82s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonAllocatesListeningPort" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (4.14s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeExternal" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (3.13s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (5.82s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeFixedCidr" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.75s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.67s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeIP" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.32s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeNone" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.53s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCgroupParent" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress" [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress" [2019-10-21T22:29:53.387Z] check_test.go:309: [d8e8d179c0bbd] daemon is not started [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress" [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress" [2019-10-21T22:29:53.387Z] check_test.go:309: [d7724eb5a262a] daemon is not started [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.42s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.53s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDebugLog" [2019-10-21T22:29:53.387Z] check_test.go:309: [d729a21de3dc5] daemon is not started [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.50s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.40s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.52s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.13s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.58s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.61s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonEvents" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.58s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonEventsWithFilters" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.50s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonExitOnFailure" [2019-10-21T22:29:53.387Z] check_test.go:309: [dfd44e2f86dbb] daemon is not started [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.52s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonFlagD" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonFlagDebug" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.52s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.30s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonICCLinkExpose" [2019-10-21T22:29:53.387Z] --- SKIP: TestDockerDaemonSuite/TestDaemonICCPing (0.01s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonICCPing" [2019-10-21T22:29:53.387Z] docker_cli_daemon_test.go:866: unmatched requirement bridgeNfIptables [2019-10-21T22:29:53.387Z] check_test.go:309: [dfe5b909e2c67] daemon is not started [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.81s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIP" [2019-10-21T22:29:53.387Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6Enabled" [2019-10-21T22:29:53.387Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2019-10-21T22:29:53.387Z] check_test.go:309: [d050ce32ffdc8] daemon is not started [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.21s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.20s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.71s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6HostMode" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.81s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIptablesClean" [2019-10-21T22:29:53.387Z] check_test.go:309: [df9217e347e5c] daemon is not started [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.46s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIptablesCreate" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.54s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonKeyGeneration" [2019-10-21T22:29:53.387Z] check_test.go:309: [d8ecde9fa29ec] daemon is not started [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.47s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins" [2019-10-21T22:29:53.387Z] docker_cli_daemon_plugins_test.go:79: [d1800e1bb0449] daemon is not started [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.99s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonKillWithPlugins" [2019-10-21T22:29:53.387Z] docker_cli_daemon_plugins_test.go:169: [daf4f5dbb87f7] daemon is not started [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.92s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.55s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogLevelDebug" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.52s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogLevelFatal" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogLevelWrong" [2019-10-21T22:29:53.387Z] check_test.go:309: [dda0b0aa274be] daemon is not started [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.76s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogOptions" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.94s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverDefault" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (2.11s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (2.25s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverNone" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.55s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.91s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.07s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.52s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonMaxConcurrency" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.52s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (6.50s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError" [2019-10-21T22:29:53.387Z] check_test.go:309: [d933159cfce09] daemon is not started [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.56s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartCleanupNetns" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.09s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.52s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartKillWait" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.06s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartLocalVolumes" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (5.73s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartOnFailure" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.40s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartRenameContainer" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (6.41s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork" [2019-10-21T22:29:53.387Z] check_test.go:309: [d40700730a198] daemon is not started [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.53s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.56s) [2019-10-21T22:29:53.387Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode" [2019-10-21T22:29:53.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (10.73s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartUnlessStopped" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.31s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.81s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.55s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.13s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways" [2019-10-21T22:29:53.388Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize" [2019-10-21T22:29:53.388Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2019-10-21T22:29:53.388Z] check_test.go:309: [dd867c37b22ce] daemon is not started [2019-10-21T22:29:53.388Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize" [2019-10-21T22:29:53.388Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2019-10-21T22:29:53.388Z] check_test.go:309: [d569493319fb2] daemon is not started [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.65s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer" [2019-10-21T22:29:53.388Z] check_test.go:309: [d4deb35904f64] daemon is not started [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (5.28s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithLinks" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.52s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithNames" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.33s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.19s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.00s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.77s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (5.47s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.99s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer" [2019-10-21T22:29:53.388Z] check_test.go:309: [d19e905d9f128] daemon is not started [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.64s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.97s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (2.17s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownTimeout" [2019-10-21T22:29:53.388Z] check_test.go:309: [dcca99003dfa7] daemon is not started [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (6.58s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownWithPlugins" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.11s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.55s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartIptablesFalse" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.59s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.14s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-21T22:29:53.388Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from config [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-21T22:29:53.388Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from config [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-21T22:29:53.388Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from config [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-21T22:29:53.388Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from config [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-21T22:29:53.388Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from config [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-21T22:29:53.388Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from cli [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-21T22:29:53.388Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from cli [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-21T22:29:53.388Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from cli [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-21T22:29:53.388Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from cli [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-21T22:29:53.388Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from cli [2019-10-21T22:29:53.388Z] check_test.go:309: [d686d564b98c9] daemon is not started [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.13s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithoutColors" [2019-10-21T22:29:53.388Z] check_test.go:309: [de310388fb41c] daemon is not started [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.53s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithoutHost" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (0.55s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.39s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonUlimitDefaults" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.53s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp" [2019-10-21T22:29:53.388Z] check_test.go:309: [df837096551ee] daemon is not started [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.70s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.16s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonWideLogConfig" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.53s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.03s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonWithWrongkey" [2019-10-21T22:29:53.388Z] check_test.go:309: [d2537d27eb61a] daemon is not started [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (5.67s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (4.28s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestExecAfterDaemonRestart" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (3.44s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.30s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove" [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove" [2019-10-21T22:29:53.388Z] check_test.go:309: [d89f365b0a7e3] daemon is not started [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.57s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSInfo" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.56s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSInfoRogueCert" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.55s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (2.08s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSRun" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestLegacyDaemonCommand" [2019-10-21T22:29:53.388Z] check_test.go:309: [d48f69ccd8e46] daemon is not started [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.08s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPluginListFilterCapability" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.87s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPluginListFilterEnabled" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.32s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.57s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPruneImageDangling" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.93s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPruneImageLabel" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestRegistryMirrors (0.58s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRegistryMirrors" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (4.28s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.79s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (5.38s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunLinksChanged" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.99s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunSeccompJSONNewFormat" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.21s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.25s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.91s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (9.27s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine" [2019-10-21T22:29:53.388Z] docker_cli_daemon_test.go:2542: [d1925bba45f3e] daemon is not started [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (10.10s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (3.22s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestShmSize (2.13s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestShmSize" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (3.28s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestShmSizeReload" [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.10s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestTLSVerify" [2019-10-21T22:29:53.388Z] check_test.go:309: [d10308583b8ed] daemon is not started [2019-10-21T22:29:53.388Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.90s) [2019-10-21T22:29:53.388Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestVolumePlugin" [2019-10-21T22:29:53.388Z] === RUN TestDockerSwarmSuite [2019-10-21T22:29:53.388Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2019-10-21T22:29:54.708Z] --- PASS: TestCreateServiceCapabilities (3.55s) [2019-10-21T22:29:54.708Z] create_test.go:462: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities" [2019-10-21T22:29:54.708Z] === RUN TestInspect [2019-10-21T22:29:57.263Z] tests/integration/api_healthcheck_test.py .... [ 36%] [2019-10-21T22:29:58.644Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2019-10-21T22:29:58.894Z] --- PASS: TestInspect (3.67s) [2019-10-21T22:29:58.894Z] inspect_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspect" [2019-10-21T22:29:58.894Z] === RUN TestServiceListWithStatuses [2019-10-21T22:29:58.894Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2019-10-21T22:29:58.894Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-10-21T22:29:58.894Z] === RUN TestDockerNetworkConnectAlias [2019-10-21T22:30:01.183Z] tests/integration/api_image_test.py ...........s..... [ 40%] [2019-10-21T22:30:01.975Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2019-10-21T22:30:05.256Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2019-10-21T22:30:05.454Z] --- PASS: TestDockerNetworkConnectAlias (6.31s) [2019-10-21T22:30:05.454Z] network_test.go:20: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias" [2019-10-21T22:30:05.454Z] === RUN TestDockerNetworkReConnect [2019-10-21T22:30:06.627Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2019-10-21T22:30:06.628Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2019-10-21T22:30:06.885Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2019-10-21T22:30:10.734Z] --- PASS: TestDockerNetworkReConnect (5.99s) [2019-10-21T22:30:10.734Z] network_test.go:82: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect" [2019-10-21T22:30:10.734Z] === RUN TestServicePlugin [2019-10-21T22:30:10.734Z] --- SKIP: TestServicePlugin (0.00s) [2019-10-21T22:30:10.734Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T22:30:10.734Z] === RUN TestServiceUpdateLabel [2019-10-21T22:30:13.435Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2019-10-21T22:30:14.017Z] --- PASS: TestServiceUpdateLabel (3.12s) [2019-10-21T22:30:14.017Z] update_test.go:21: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel" [2019-10-21T22:30:14.017Z] === RUN TestServiceUpdateSecrets [2019-10-21T22:30:15.331Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2019-10-21T22:30:17.856Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2019-10-21T22:30:20.379Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2019-10-21T22:30:21.310Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2019-10-21T22:30:22.334Z] tests/integration/api_network_test.py ........................... [ 47%] [2019-10-21T22:30:26.566Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2019-10-21T22:30:29.091Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2019-10-21T22:30:30.772Z] tests/integration/api_plugin_test.py ........... [ 50%] [2019-10-21T22:30:32.093Z] --- PASS: TestServiceUpdateSecrets (15.60s) [2019-10-21T22:30:32.093Z] update_test.go:77: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets" [2019-10-21T22:30:32.093Z] === RUN TestServiceUpdateConfigs [2019-10-21T22:30:32.367Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2019-10-21T22:30:32.717Z] tests/integration/api_secret_test.py ..... [ 51%] [2019-10-21T22:30:36.581Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-10-21T22:30:36.581Z] [2019-10-21T22:30:36.581Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-21T22:30:36.581Z] PKG_CONFIG=pkg-config [2019-10-21T22:30:36.581Z] GOLANG_VERSION=1.13.3 [2019-10-21T22:30:36.581Z] HOSTNAME=66663b6964f8 [2019-10-21T22:30:36.581Z] DOCKER_EXPERIMENTAL=1 [2019-10-21T22:30:36.581Z] container=docker [2019-10-21T22:30:36.581Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-10-21T22:30:36.581Z] GO111MODULE=off [2019-10-21T22:30:36.581Z] GOPATH=/go [2019-10-21T22:30:36.581Z] PWD=/go/src/github.com/docker/docker [2019-10-21T22:30:36.581Z] HOME=/root [2019-10-21T22:30:36.581Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-10-21T22:30:36.581Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-21T22:30:36.581Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-21T22:30:36.581Z] DOCKER_GITCOMMIT=3ddb4100a052aa556e78fefdf955cf0b7c374d43 [2019-10-21T22:30:36.581Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-21T22:30:36.581Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-21T22:30:36.581Z] TERM=xterm [2019-10-21T22:30:36.581Z] VALIDATE_BRANCH=master [2019-10-21T22:30:36.581Z] DEST=bundles/test-integration [2019-10-21T22:30:36.581Z] SHLVL=1 [2019-10-21T22:30:36.581Z] TIMEOUT=120m [2019-10-21T22:30:36.581Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-21T22:30:36.581Z] DOCKER_PKG=github.com/docker/docker [2019-10-21T22:30:36.581Z] TESTDEBUG=0 [2019-10-21T22:30:36.581Z] _=/usr/bin/env [2019-10-21T22:30:36.581Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-10-21T22:30:37.667Z] tests/integration/api_service_test.py ................s................. [ 60%] [2019-10-21T22:30:46.966Z] --- PASS: TestServiceUpdateConfigs (15.59s) [2019-10-21T22:30:46.966Z] update_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs" [2019-10-21T22:30:46.966Z] === RUN TestServiceUpdateNetwork [2019-10-21T22:30:52.475Z] ......................... [ 67%] [2019-10-21T22:30:54.277Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2019-10-21T22:30:54.277Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2019-10-21T22:30:54.277Z] === RUN TestDockerSuite/TestBuildDotDotFile [2019-10-21T22:30:54.277Z] === RUN TestDockerSuite/TestBuildEOLInLine [2019-10-21T22:30:54.277Z] --- PASS: TestImportExtremelyLargeImageWorks (186.35s) [2019-10-21T22:30:54.277Z] import_test.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks" [2019-10-21T22:30:54.277Z] PASS [2019-10-21T22:30:54.277Z] [2019-10-21T22:30:54.277Z] DONE 12 tests in 190.185s [2019-10-21T22:30:54.277Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2019-10-21T22:30:54.277Z] ++ 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-21T22:30:54.277Z] ++ set -e [2019-10-21T22:30:54.277Z] ++ '[' -n 0 ']' [2019-10-21T22:30:54.277Z] ++ set -x [2019-10-21T22:30:54.277Z] ++ env -i DEST=/go/src/github.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-21T22:30:54.277Z] INFO: Testing against a local daemon [2019-10-21T22:30:54.277Z] === RUN TestNetworkCreateDelete [2019-10-21T22:30:54.277Z] --- PASS: TestNetworkCreateDelete (0.14s) [2019-10-21T22:30:54.277Z] === RUN TestDockerNetworkDeletePreferID [2019-10-21T22:30:54.277Z] --- PASS: TestDockerNetworkDeletePreferID (0.49s) [2019-10-21T22:30:54.277Z] === RUN TestInspectNetwork [2019-10-21T22:30:54.669Z] 12c8dbabfd62: Pull complete [2019-10-21T22:30:54.669Z] Digest: sha256:404e0ee336a063619d1e93a2446061cf19cb3068bacb1775f5613e3b54e527e1 [2019-10-21T22:30:54.669Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-21T22:30:54.669Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2019-10-21T22:30:54.669Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2019-10-21T22:30:54.669Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.805' [2019-10-21T22:30:54.669Z] WARN: Skipping validation tests [2019-10-21T22:30:54.669Z] INFO: Running unit tests at 10/21/2019 22:30:42... [2019-10-21T22:30:54.669Z] INFO: make.ps1 starting at 10/21/2019 22:30:47 [2019-10-21T22:30:54.669Z] INFO: Git commit (3ddb4100a) assumed from DOCKER_GITCOMMIT environment variable [2019-10-21T22:30:54.669Z] INFO: Invoking autogen... [2019-10-21T22:30:54.669Z] INFO: Running unit tests... [2019-10-21T22:30:56.801Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2019-10-21T22:30:57.064Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2019-10-21T22:30:57.629Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2019-10-21T22:30:58.560Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2019-10-21T22:30:58.560Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2019-10-21T22:30:58.818Z] === RUN TestDockerSuite/TestBuildEntrypoint [2019-10-21T22:30:59.075Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2019-10-21T22:30:59.640Z] === RUN TestInspectNetwork/full_network_id [2019-10-21T22:30:59.640Z] === RUN TestInspectNetwork/partial_network_id [2019-10-21T22:30:59.640Z] === RUN TestInspectNetwork/network_name [2019-10-21T22:30:59.640Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-10-21T22:31:01.536Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2019-10-21T22:31:01.839Z] --- PASS: TestServiceUpdateNetwork (15.70s) [2019-10-21T22:31:01.839Z] update_test.go:201: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork" [2019-10-21T22:31:01.839Z] PASS [2019-10-21T22:31:01.839Z] [2019-10-21T22:31:01.839Z] === Skipped [2019-10-21T22:31:01.839Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2019-10-21T22:31:01.839Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-10-21T22:31:01.839Z] [2019-10-21T22:31:01.839Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2019-10-21T22:31:01.839Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T22:31:01.839Z] [2019-10-21T22:31:01.839Z] [2019-10-21T22:31:01.839Z] DONE 20 tests, 2 skipped in 138.469s [2019-10-21T22:31:01.839Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2019-10-21T22:31:01.839Z] ++ 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-21T22:31:01.839Z] ++ set -e [2019-10-21T22:31:01.839Z] ++ '[' -n 0 ']' [2019-10-21T22:31:01.839Z] ++ set -x [2019-10-21T22:31:01.839Z] ++ env -i DEST=/go/src/github.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-21T22:31:01.839Z] INFO: Testing against a local daemon [2019-10-21T22:31:01.839Z] === RUN TestSessionCreate [2019-10-21T22:31:01.839Z] --- PASS: TestSessionCreate (0.05s) [2019-10-21T22:31:01.839Z] === RUN TestSessionCreateWithBadUpgrade [2019-10-21T22:31:01.839Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2019-10-21T22:31:01.839Z] PASS [2019-10-21T22:31:01.839Z] [2019-10-21T22:31:01.839Z] DONE 2 tests in 0.364s [2019-10-21T22:31:01.839Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2019-10-21T22:31:01.839Z] ++ 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-21T22:31:01.839Z] ++ set -e [2019-10-21T22:31:01.839Z] ++ '[' -n 0 ']' [2019-10-21T22:31:01.839Z] ++ set -x [2019-10-21T22:31:01.839Z] ++ env -i DEST=/go/src/github.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-21T22:31:01.839Z] INFO: Testing against a local daemon [2019-10-21T22:31:01.839Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-10-21T22:31:01.839Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-21T22:31:01.839Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-21T22:31:01.839Z] === RUN TestEventsExecDie [2019-10-21T22:31:02.407Z] --- PASS: TestEventsExecDie (1.09s) [2019-10-21T22:31:02.407Z] === RUN TestEventsBackwardsCompatible [2019-10-21T22:31:02.471Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2019-10-21T22:31:02.728Z] --- PASS: TestEventsBackwardsCompatible (0.12s) [2019-10-21T22:31:02.728Z] === RUN TestInfoBinaryCommits [2019-10-21T22:31:02.728Z] --- PASS: TestInfoBinaryCommits (0.05s) [2019-10-21T22:31:02.728Z] === RUN TestInfoAPIVersioned [2019-10-21T22:31:02.728Z] --- PASS: TestInfoAPIVersioned (0.02s) [2019-10-21T22:31:02.728Z] === RUN TestInfoAPI [2019-10-21T22:31:02.728Z] --- PASS: TestInfoAPI (0.05s) [2019-10-21T22:31:02.728Z] === RUN TestInfoAPIWarnings [2019-10-21T22:31:03.670Z] --- PASS: TestInfoAPIWarnings (0.98s) [2019-10-21T22:31:03.670Z] info_test.go:49: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings" [2019-10-21T22:31:03.670Z] === RUN TestLoginFailsWithBadCredentials [2019-10-21T22:31:03.890Z] --- PASS: TestInspectNetwork (11.33s) [2019-10-21T22:31:03.890Z] inspect_test.go:18: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork" [2019-10-21T22:31:03.890Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-10-21T22:31:03.890Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-10-21T22:31:03.890Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-10-21T22:31:03.890Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-10-21T22:31:03.890Z] === RUN TestRunContainerWithBridgeNone [2019-10-21T22:31:03.929Z] --- PASS: TestLoginFailsWithBadCredentials (0.34s) [2019-10-21T22:31:03.929Z] === RUN TestPingCacheHeaders [2019-10-21T22:31:04.187Z] --- PASS: TestPingCacheHeaders (0.05s) [2019-10-21T22:31:04.187Z] === RUN TestPingGet [2019-10-21T22:31:04.187Z] --- PASS: TestPingGet (0.03s) [2019-10-21T22:31:04.187Z] === RUN TestPingHead [2019-10-21T22:31:04.187Z] --- PASS: TestPingHead (0.05s) [2019-10-21T22:31:04.187Z] === RUN TestVersion [2019-10-21T22:31:04.187Z] --- PASS: TestVersion (0.05s) [2019-10-21T22:31:04.187Z] PASS [2019-10-21T22:31:04.187Z] [2019-10-21T22:31:04.187Z] === Skipped [2019-10-21T22:31:04.187Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-21T22:31:04.187Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-21T22:31:04.187Z] [2019-10-21T22:31:04.187Z] [2019-10-21T22:31:04.187Z] DONE 12 tests, 1 skipped in 3.017s [2019-10-21T22:31:04.187Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2019-10-21T22:31:04.187Z] ++ 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-21T22:31:04.187Z] ++ set -e [2019-10-21T22:31:04.187Z] ++ '[' -n 0 ']' [2019-10-21T22:31:04.187Z] ++ set -x [2019-10-21T22:31:04.187Z] ++ env -i DEST=/go/src/github.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-21T22:31:04.445Z] INFO: Testing against a local daemon [2019-10-21T22:31:04.445Z] === RUN TestVolumesCreateAndList [2019-10-21T22:31:04.445Z] --- PASS: TestVolumesCreateAndList (0.04s) [2019-10-21T22:31:04.445Z] === RUN TestVolumesRemove [2019-10-21T22:31:04.455Z] === RUN TestDockerSuite/TestBuildEnv [2019-10-21T22:31:04.704Z] --- PASS: TestVolumesRemove (0.16s) [2019-10-21T22:31:04.704Z] === RUN TestVolumesInspect [2019-10-21T22:31:04.704Z] --- PASS: TestVolumesInspect (0.04s) [2019-10-21T22:31:04.704Z] === RUN TestVolumesInvalidJSON [2019-10-21T22:31:04.704Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-10-21T22:31:04.704Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-10-21T22:31:04.704Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-10-21T22:31:04.704Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2019-10-21T22:31:04.704Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-10-21T22:31:04.704Z] PASS [2019-10-21T22:31:04.704Z] [2019-10-21T22:31:04.704Z] DONE 5 tests in 0.485s [2019-10-21T22:31:04.704Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-21T22:31:04.962Z] ++++ cat bundles/test-integration/docker.pid [2019-10-21T22:31:04.962Z] +++ kill 12996 [2019-10-21T22:31:05.875Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-10-21T22:31:05.875Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-10-21T22:31:05.875Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-10-21T22:31:06.352Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2019-10-21T22:31:06.863Z] +++ /etc/init.d/apparmor stop [2019-10-21T22:31:06.863Z] Clearing AppArmor profiles cache:. [2019-10-21T22:31:06.863Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-21T22:31:06.863Z] Unloading profiles will leave already running processes permanently [2019-10-21T22:31:06.863Z] unconfined, which can lead to unexpected situations. [2019-10-21T22:31:06.863Z] [2019-10-21T22:31:06.863Z] To set a process to complain mode, use the command line tool [2019-10-21T22:31:06.863Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-21T22:31:06.863Z] with the 'teardown' option." [2019-10-21T22:31:06.863Z] [2019-10-21T22:31:06.920Z] --- PASS: TestRunContainerWithBridgeNone (3.05s) [2019-10-21T22:31:06.920Z] network_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone" [2019-10-21T22:31:06.920Z] === RUN TestNetworkInvalidJSON [2019-10-21T22:31:06.920Z] === RUN TestNetworkInvalidJSON//networks/create [2019-10-21T22:31:06.920Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-10-21T22:31:06.920Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-10-21T22:31:06.920Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-10-21T22:31:06.920Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-21T22:31:06.920Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-21T22:31:06.920Z] === CONT TestNetworkInvalidJSON//networks/create [2019-10-21T22:31:06.920Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-21T22:31:06.920Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-10-21T22:31:06.920Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2019-10-21T22:31:06.920Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-10-21T22:31:06.920Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-10-21T22:31:06.920Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-10-21T22:31:06.920Z] === RUN TestDaemonRestartWithLiveRestore [2019-10-21T22:31:07.489Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2019-10-21T22:31:08.054Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2019-10-21T22:31:08.054Z] service_test.go:32: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore" [2019-10-21T22:31:08.054Z] === RUN TestDaemonDefaultNetworkPools [2019-10-21T22:31:08.620Z] === RUN TestDockerSuite/TestBuildEnvUsage [2019-10-21T22:31:08.877Z] --- PASS: TestDaemonDefaultNetworkPools (0.70s) [2019-10-21T22:31:08.877Z] service_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools" [2019-10-21T22:31:08.877Z] === RUN TestDaemonRestartWithExistingNetwork Post stage [Pipeline] junit [2019-10-21T22:31:09.444Z] Recording test results [2019-10-21T22:31:09.654Z] ? github.com/docker/docker/api [no test files] [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [2019-10-21T22:31:09.808Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s) [2019-10-21T22:31:09.808Z] service_test.go:98: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork" [2019-10-21T22:31:09.808Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange Post stage [Pipeline] sh [2019-10-21T22:31:10.122Z] + echo Ensuring container killed. [2019-10-21T22:31:10.122Z] Ensuring container killed. [2019-10-21T22:31:10.122Z] + docker rm -vf docker-pr4 [2019-10-21T22:31:10.122Z] Error: No such container: docker-pr4 [2019-10-21T22:31:10.122Z] + true [Pipeline] sh [2019-10-21T22:31:10.412Z] + echo Chowning /workspace to jenkins user [2019-10-21T22:31:10.412Z] Chowning /workspace to jenkins user [2019-10-21T22:31:10.412Z] + id -u [2019-10-21T22:31:10.412Z] + id -g [2019-10-21T22:31:10.412Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40115:/workspace busybox chown -R 1000:1000 /workspace [2019-10-21T22:31:11.180Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.24s) [2019-10-21T22:31:11.180Z] service_test.go:131: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange" [2019-10-21T22:31:11.180Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-10-21T22:31:11.180Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2019-10-21T22:31:11.744Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.61s) [2019-10-21T22:31:11.744Z] service_test.go:181: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool" [2019-10-21T22:31:11.744Z] === RUN TestServiceWithPredefinedNetwork [2019-10-21T22:31:12.002Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-10-21T22:31:14.913Z] + bundleName=arm64-integration [2019-10-21T22:31:14.913Z] + echo Creating arm64-integration-bundles.tar.gz [2019-10-21T22:31:14.913Z] Creating arm64-integration-bundles.tar.gz [2019-10-21T22:31:14.913Z] + xargs tar -czf arm64-integration-bundles.tar.gz [2019-10-21T22:31:14.913Z] + 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-21T22:31:15.183Z] Archiving artifacts [2019-10-21T22:31:15.280Z] --- PASS: TestServiceWithPredefinedNetwork (3.57s) [2019-10-21T22:31:15.280Z] service_test.go:203: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork" [2019-10-21T22:31:15.280Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-10-21T22:31:15.280Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-21T22:31:15.280Z] service_test.go:230: FLAKY_TEST [2019-10-21T22:31:15.280Z] === RUN TestServiceWithDataPathPortInit [2019-10-21T22:31:15.416Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40115/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-10-21T22:31:15.876Z] + make clean [2019-10-21T22:31:16.445Z] docker volume rm -f docker-dev-cache [2019-10-21T22:31:16.445Z] docker-dev-cache [Pipeline] deleteDir [2019-10-21T22:31:16.649Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-10-21T22:31:27.315Z] ok github.com/docker/docker/api/server 0.158s coverage: 9.0% of statements [2019-10-21T22:31:29.204Z] tests/integration/api_swarm_test.py .ssss.s...x....... [ 72%] [2019-10-21T22:31:30.005Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-10-21T22:31:30.005Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-10-21T22:31:30.005Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-10-21T22:31:30.882Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-10-21T22:31:30.882Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-10-21T22:31:33.638Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-10-21T22:31:34.496Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-10-21T22:31:34.715Z] --- PASS: TestServiceWithDataPathPortInit (19.16s) [2019-10-21T22:31:34.715Z] service_test.go:323: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-21T22:31:34.715Z] service_test.go:355: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-21T22:31:34.715Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-10-21T22:31:36.435Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-10-21T22:31:39.070Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-10-21T22:31:39.973Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2019-10-21T22:31:40.904Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2019-10-21T22:31:41.021Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-10-21T22:31:43.068Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-10-21T22:31:45.090Z] --- PASS: TestServiceWithDefaultAddressPoolInit (10.23s) [2019-10-21T22:31:45.090Z] service_test.go:388: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit" [2019-10-21T22:31:45.090Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:y1ns7w3313yyjavitvcqbx82f Created:2019-10-21 22:31:36.023535007 +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[0a56374e5437d0e97a127e697b72fe3cea3c9dbbc0a27041f632b8095372531a:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.k2b5rbg897a9ku7weo92181ph EndpointID:72182a166a25ebf58b7ed41ce40d254b32bbba16509d36ffcf2f6eb0a8c23892 MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:b78536308a7c4853dd40aea442d71951f1477840ca44f8b012a1813179020de3 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:b2e2c28870bd IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.k2b5rbg897a9ku7weo92181ph EndpointID:72182a166a25ebf58b7ed41ce40d254b32bbba16509d36ffcf2f6eb0a8c23892 EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-10-21T22:31:45.090Z] PASS [2019-10-21T22:31:45.090Z] [2019-10-21T22:31:45.090Z] === Skipped [2019-10-21T22:31:45.090Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-21T22:31:45.090Z] service_test.go:230: FLAKY_TEST [2019-10-21T22:31:45.090Z] [2019-10-21T22:31:45.090Z] [2019-10-21T22:31:45.090Z] DONE 21 tests, 1 skipped in 52.930s [2019-10-21T22:31:45.090Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-10-21T22:31:45.090Z] ++ 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-21T22:31:45.090Z] ++ set -e [2019-10-21T22:31:45.090Z] ++ '[' -n 0 ']' [2019-10-21T22:31:45.090Z] ++ set -x [2019-10-21T22:31:45.090Z] ++ env -i DEST=/go/src/github.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-21T22:31:45.090Z] INFO: Testing against a local daemon [2019-10-21T22:31:45.090Z] === RUN TestDockerNetworkIpvlanPersistance [2019-10-21T22:31:45.090Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2019-10-21T22:31:45.090Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-21T22:31:45.090Z] === RUN TestDockerNetworkIpvlan [2019-10-21T22:31:45.091Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-10-21T22:31:45.091Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-21T22:31:45.091Z] PASS [2019-10-21T22:31:45.091Z] [2019-10-21T22:31:45.091Z] === Skipped [2019-10-21T22:31:45.091Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2019-10-21T22:31:45.091Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-21T22:31:45.091Z] [2019-10-21T22:31:45.091Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-10-21T22:31:45.091Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-21T22:31:45.091Z] [2019-10-21T22:31:45.091Z] [2019-10-21T22:31:45.091Z] DONE 2 tests, 2 skipped in 0.116s [2019-10-21T22:31:45.091Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-10-21T22:31:45.091Z] ++ 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-21T22:31:45.091Z] ++ set -e [2019-10-21T22:31:45.091Z] ++ '[' -n 0 ']' [2019-10-21T22:31:45.091Z] ++ set -x [2019-10-21T22:31:45.091Z] ++ env -i DEST=/go/src/github.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-21T22:31:45.091Z] INFO: Testing against a local daemon [2019-10-21T22:31:45.091Z] === RUN TestDockerNetworkMacvlanPersistance [2019-10-21T22:31:45.818Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-10-21T22:31:46.460Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.32s) [2019-10-21T22:31:46.460Z] macvlan_test.go:24: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance" [2019-10-21T22:31:46.460Z] === RUN TestDockerNetworkMacvlan [2019-10-21T22:31:47.025Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-10-21T22:31:47.255Z] tests/integration/api_volume_test.py ......... [ 74%] [2019-10-21T22:31:47.255Z] tests/integration/client_test.py ..... [ 75%] [2019-10-21T22:31:47.255Z] tests/integration/errors_test.py . [ 76%] [2019-10-21T22:31:47.321Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-10-21T22:31:47.956Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-10-21T22:31:48.856Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-10-21T22:31:48.887Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-10-21T22:31:50.166Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-21T22:31:50.166Z] Using test binary docker [2019-10-21T22:31:50.166Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-10-21T22:31:50.166Z] +++ /etc/init.d/apparmor start [2019-10-21T22:31:50.166Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-21T22:31:50.719Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-21T22:31:50.719Z] Warning failed to create cache: (null) [2019-10-21T22:31:50.719Z] . [2019-10-21T22:31:50.719Z] INFO: Waiting for daemon to start... [2019-10-21T22:31:50.719Z] Starting dockerd [2019-10-21T22:31:50.719Z] +++ 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-21T22:31:51.410Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2019-10-21T22:31:51.974Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-10-21T22:31:51.974Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2019-10-21T22:31:52.538Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2019-10-21T22:31:52.556Z] . [2019-10-21T22:31:52.556Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-21T22:31:52.556Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-21T22:31:52.556Z] Error: No such image: emptyfs [2019-10-21T22:31:52.556Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-21T22:31:52.556Z] ++++ docker load [2019-10-21T22:31:52.987Z] Running integration-test (iteration 1) [2019-10-21T22:31:52.987Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2019-10-21T22:31:52.987Z] ++ 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-21T22:31:52.987Z] ++ set -e [2019-10-21T22:31:52.987Z] ++ '[' -n 0 ']' [2019-10-21T22:31:52.987Z] ++ set -x [2019-10-21T22:31:52.987Z] ++ env -i DEST=/go/src/github.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-21T22:31:53.103Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2019-10-21T22:31:53.237Z] #73 exporting layers 112.9s done [2019-10-21T22:31:53.237Z] #73 exporting manifest sha256:82c008e1d3501552c597646735ad0f555fc002c44e7388f9db308f9268df9fd9 0.0s done [2019-10-21T22:31:53.237Z] #73 exporting config sha256:1f2dac28012eaca8bc0063d8b3ca01c92a80d66451a27c0a9f14693eb91cc2a3 done [2019-10-21T22:31:53.237Z] #73 sending tarball [2019-10-21T22:31:54.472Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2019-10-21T22:31:54.472Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2019-10-21T22:31:54.729Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2019-10-21T22:31:55.972Z] #73 sending tarball 17.1s done [2019-10-21T22:31:55.972Z] #73 DONE 130.0s [2019-10-21T22:31:55.972Z] [2019-10-21T22:31:55.972Z] #74 importing to docker [2019-10-21T22:31:56.627Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-10-21T22:32:00.803Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2019-10-21T22:32:02.701Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-10-21T22:32:04.603Z] --- PASS: TestDockerNetworkMacvlan (18.07s) [2019-10-21T22:32:04.603Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T22:32:04.603Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2019-10-21T22:32:04.603Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T22:32:04.603Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2019-10-21T22:32:04.603Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T22:32:04.603Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.92s) [2019-10-21T22:32:04.603Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T22:32:04.603Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (3.06s) [2019-10-21T22:32:04.603Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T22:32:04.603Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.54s) [2019-10-21T22:32:04.603Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T22:32:04.603Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.60s) [2019-10-21T22:32:04.603Z] PASS [2019-10-21T22:32:04.603Z] [2019-10-21T22:32:04.603Z] DONE 8 tests in 19.494s [2019-10-21T22:32:04.603Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2019-10-21T22:32:04.603Z] ++ 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-21T22:32:04.603Z] ++ set -e [2019-10-21T22:32:04.603Z] ++ '[' -n 0 ']' [2019-10-21T22:32:04.603Z] ++ set -x [2019-10-21T22:32:04.603Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-21T22:32:04.603Z] testing: warning: no tests to run [2019-10-21T22:32:04.603Z] PASS [2019-10-21T22:32:04.603Z] [2019-10-21T22:32:04.603Z] DONE 0 tests in 0.025s [2019-10-21T22:32:04.603Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-10-21T22:32:04.603Z] ++ 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-21T22:32:04.603Z] ++ set -e [2019-10-21T22:32:04.603Z] ++ '[' -n 0 ']' [2019-10-21T22:32:04.603Z] ++ set -x [2019-10-21T22:32:04.603Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-21T22:32:04.603Z] INFO: Testing against a local daemon [2019-10-21T22:32:04.603Z] === RUN TestAuthZPluginAllowRequest [2019-10-21T22:32:04.871Z] Loaded image: buildpack-deps:jessie [2019-10-21T22:32:04.871Z] Loaded image: busybox:latest [2019-10-21T22:32:04.871Z] Loaded image: busybox:glibc [2019-10-21T22:32:04.871Z] Loaded image: debian:jessie [2019-10-21T22:32:04.871Z] Loaded image: hello-world:latest [2019-10-21T22:32:04.871Z] INFO: Testing against a local daemon [2019-10-21T22:32:04.871Z] === RUN TestCgroupNamespacesBuild [2019-10-21T22:32:06.249Z] --- PASS: TestCgroupNamespacesBuild (1.84s) [2019-10-21T22:32:06.249Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild" [2019-10-21T22:32:06.249Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-10-21T22:32:06.499Z] --- PASS: TestAuthZPluginAllowRequest (1.66s) [2019-10-21T22:32:06.499Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest" [2019-10-21T22:32:06.499Z] === RUN TestAuthZPluginTLS [2019-10-21T22:32:06.756Z] === RUN TestDockerSuite/TestBuildExpose [2019-10-21T22:32:06.757Z] --- PASS: TestAuthZPluginTLS (0.57s) [2019-10-21T22:32:06.757Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS" [2019-10-21T22:32:06.757Z] === RUN TestAuthZPluginDenyRequest [2019-10-21T22:32:07.321Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2019-10-21T22:32:07.321Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2019-10-21T22:32:07.321Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest" [2019-10-21T22:32:07.321Z] === RUN TestAuthZPluginAPIDenyResponse [2019-10-21T22:32:07.579Z] === RUN TestDockerSuite/TestBuildExposeOrder [2019-10-21T22:32:07.836Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2019-10-21T22:32:07.836Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse" [2019-10-21T22:32:07.836Z] === RUN TestAuthZPluginDenyResponse [2019-10-21T22:32:08.334Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.00s) [2019-10-21T22:32:08.334Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode" [2019-10-21T22:32:08.334Z] === RUN TestBuildWithSession [2019-10-21T22:32:08.334Z] --- SKIP: TestBuildWithSession (0.00s) [2019-10-21T22:32:08.334Z] build_session_test.go:25: TODO: BuildKit [2019-10-21T22:32:08.334Z] === RUN TestBuildSquashParent [2019-10-21T22:32:08.401Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2019-10-21T22:32:08.401Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2019-10-21T22:32:08.401Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse" [2019-10-21T22:32:08.401Z] === RUN TestAuthZPluginAllowEventStream [2019-10-21T22:32:08.659Z] === RUN TestDockerSuite/TestBuildFails [2019-10-21T22:32:09.591Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2019-10-21T22:32:09.591Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2019-10-21T22:32:10.156Z] --- PASS: TestAuthZPluginAllowEventStream (1.79s) [2019-10-21T22:32:10.156Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream" [2019-10-21T22:32:10.156Z] === RUN TestAuthZPluginErrorResponse [2019-10-21T22:32:10.720Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2019-10-21T22:32:10.720Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse" [2019-10-21T22:32:10.720Z] === RUN TestAuthZPluginErrorRequest [2019-10-21T22:32:11.284Z] --- PASS: TestAuthZPluginErrorRequest (0.56s) [2019-10-21T22:32:11.284Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest" [2019-10-21T22:32:11.284Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-10-21T22:32:11.848Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2019-10-21T22:32:11.848Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.57s) [2019-10-21T22:32:11.848Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration" [2019-10-21T22:32:11.848Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-10-21T22:32:14.373Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.02s) [2019-10-21T22:32:14.373Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking" [2019-10-21T22:32:14.373Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-10-21T22:32:14.373Z] === RUN TestDockerSuite/TestBuildForceRm [2019-10-21T22:32:14.864Z] --- PASS: TestBuildSquashParent (6.79s) [2019-10-21T22:32:14.864Z] === RUN TestBuildWithRemoveAndForceRemove [2019-10-21T22:32:14.864Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-21T22:32:14.864Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-21T22:32:14.864Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-21T22:32:14.864Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-21T22:32:14.864Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-21T22:32:14.864Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-21T22:32:14.864Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-21T22:32:14.864Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-21T22:32:14.864Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-21T22:32:14.864Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-21T22:32:14.864Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-21T22:32:14.864Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-21T22:32:14.864Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-21T22:32:14.864Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-21T22:32:16.272Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.05s) [2019-10-21T22:32:16.272Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom" [2019-10-21T22:32:16.272Z] === RUN TestAuthZPluginHeader [2019-10-21T22:32:16.272Z] === RUN TestDockerSuite/TestBuildFromGit [2019-10-21T22:32:16.837Z] --- PASS: TestAuthZPluginHeader (0.82s) [2019-10-21T22:32:16.837Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader" [2019-10-21T22:32:16.837Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-10-21T22:32:18.216Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2019-10-21T22:32:18.254Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-21T22:32:18.254Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-21T22:32:18.473Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2019-10-21T22:32:19.845Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2019-10-21T22:32:21.116Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-21T22:32:21.116Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-21T22:32:21.739Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.72s) [2019-10-21T22:32:21.740Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2AllowNonVolumeRequest" [2019-10-21T22:32:21.740Z] === RUN TestAuthZPluginV2Disable [2019-10-21T22:32:21.740Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2019-10-21T22:32:22.304Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2019-10-21T22:32:22.795Z] tests/integration/models_containers_test.py ............................ [ 83%] [2019-10-21T22:32:22.869Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2019-10-21T22:32:22.978Z] #74 DONE 25.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-10-21T22:32:23.428Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-40115/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3ddb4100a052aa556e78fefdf955cf0b7c374d43 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3ddb4100a052aa556e78fefdf955cf0b7c374d43 hack/test/unit [2019-10-21T22:32:23.681Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2019-10-21T22:32:23.681Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.91s) [2019-10-21T22:32:23.681Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.92s) [2019-10-21T22:32:23.681Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.89s) [2019-10-21T22:32:23.681Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.00s) [2019-10-21T22:32:23.681Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.77s) [2019-10-21T22:32:23.681Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.94s) [2019-10-21T22:32:23.681Z] === RUN TestBuildMultiStageCopy [2019-10-21T22:32:23.681Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-10-21T22:32:25.394Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2019-10-21T22:32:25.651Z] --- PASS: TestAuthZPluginV2Disable (4.02s) [2019-10-21T22:32:25.651Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2Disable" [2019-10-21T22:32:25.651Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-10-21T22:32:27.053Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-10-21T22:32:27.053Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-10-21T22:32:27.448Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-10-21T22:32:27.547Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2019-10-21T22:32:27.849Z] ? github.com/docker/docker/api [no test files] [2019-10-21T22:32:27.852Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-10-21T22:32:27.871Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-10-21T22:32:27.871Z] ok github.com/docker/docker/api/server/httputils 0.119s coverage: 14.7% of statements [2019-10-21T22:32:27.871Z] ok github.com/docker/docker/api/server/middleware 0.201s coverage: 37.7% of statements [2019-10-21T22:32:27.871Z] ? github.com/docker/docker/api/server/router [no test files] [2019-10-21T22:32:27.871Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-10-21T22:32:27.871Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-10-21T22:32:27.871Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-10-21T22:32:27.871Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-10-21T22:32:27.871Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-10-21T22:32:27.871Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-10-21T22:32:27.871Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-10-21T22:32:27.871Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-10-21T22:32:27.871Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-10-21T22:32:27.871Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-10-21T22:32:27.871Z] ok github.com/docker/docker/api/server/router/swarm 0.200s coverage: 4.0% of statements [2019-10-21T22:32:27.871Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-10-21T22:32:27.871Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-10-21T22:32:27.871Z] ? github.com/docker/docker/api/types [no test files] [2019-10-21T22:32:27.871Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-10-21T22:32:27.871Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-10-21T22:32:27.871Z] ? github.com/docker/docker/api/types/container [no test files] [2019-10-21T22:32:27.871Z] ? github.com/docker/docker/api/types/events [no test files] [2019-10-21T22:32:27.871Z] ok github.com/docker/docker/api/types/filters 0.134s coverage: 92.2% of statements [2019-10-21T22:32:27.871Z] ? github.com/docker/docker/api/types/image [no test files] [2019-10-21T22:32:27.871Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-10-21T22:32:27.871Z] ? github.com/docker/docker/api/types/network [no test files] [2019-10-21T22:32:27.871Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-10-21T22:32:27.871Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-10-21T22:32:27.871Z] ok github.com/docker/docker/api/types/strslice 0.068s coverage: 90.0% of statements [2019-10-21T22:32:27.871Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-10-21T22:32:27.871Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-10-21T22:32:27.871Z] ok github.com/docker/docker/api/types/time 0.509s coverage: 100.0% of statements [2019-10-21T22:32:27.871Z] ok github.com/docker/docker/api/types/versions 0.078s coverage: 75.0% of statements [2019-10-21T22:32:27.871Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-10-21T22:32:27.871Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-10-21T22:32:27.871Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-10-21T22:32:27.871Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2019-10-21T22:32:27.871Z] ? github.com/docker/docker/builder [no test files] [2019-10-21T22:32:27.871Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-10-21T22:32:27.871Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-10-21T22:32:27.871Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-10-21T22:32:27.871Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-10-21T22:32:27.871Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-10-21T22:32:27.871Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-10-21T22:32:27.871Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-10-21T22:32:28.724Z] --- PASS: TestBuildMultiStageCopy (4.89s) [2019-10-21T22:32:28.724Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.79s) [2019-10-21T22:32:28.724Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.42s) [2019-10-21T22:32:28.724Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.50s) [2019-10-21T22:32:28.724Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.59s) [2019-10-21T22:32:28.724Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.59s) [2019-10-21T22:32:28.724Z] === RUN TestBuildMultiStageParentConfig [2019-10-21T22:32:28.920Z] === RUN TestDockerSuite/TestBuildHistory [2019-10-21T22:32:28.920Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.38s) [2019-10-21T22:32:28.920Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2RejectVolumeRequests" [2019-10-21T22:32:28.920Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-10-21T22:32:30.047Z] --- PASS: TestBuildMultiStageParentConfig (1.46s) [2019-10-21T22:32:30.047Z] === RUN TestBuildLabelWithTargets [2019-10-21T22:32:31.591Z] ok github.com/docker/docker/builder/dockerfile 0.621s coverage: 46.1% of statements [2019-10-21T22:32:31.591Z] ok github.com/docker/docker/builder/dockerignore 0.085s coverage: 96.8% of statements [2019-10-21T22:32:31.591Z] ok github.com/docker/docker/builder/remotecontext 0.659s coverage: 9.2% of statements [2019-10-21T22:32:32.645Z] --- PASS: TestBuildLabelWithTargets (2.45s) [2019-10-21T22:32:32.645Z] === RUN TestBuildWithEmptyLayers [2019-10-21T22:32:33.624Z] --- PASS: TestBuildWithEmptyLayers (1.20s) [2019-10-21T22:32:33.624Z] === RUN TestBuildMultiStageOnBuild [2019-10-21T22:32:35.472Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2019-10-21T22:32:36.037Z] === RUN TestDockerSuite/TestBuildIidFile [2019-10-21T22:32:36.970Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2019-10-21T22:32:37.214Z] --- PASS: TestBuildMultiStageOnBuild (3.36s) [2019-10-21T22:32:37.214Z] === RUN TestBuildUncleanTarFilenames [2019-10-21T22:32:37.227Z] === RUN TestDockerSuite/TestBuildInheritance [2019-10-21T22:32:38.161Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2019-10-21T22:32:38.569Z] --- PASS: TestBuildUncleanTarFilenames (1.44s) [2019-10-21T22:32:38.569Z] === RUN TestBuildMultiStageLayerLeak [2019-10-21T22:32:38.726Z] === RUN TestDockerSuite/TestBuildInvalidTag [2019-10-21T22:32:38.726Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2019-10-21T22:32:40.097Z] === RUN TestDockerSuite/TestBuildLabel [2019-10-21T22:32:40.354Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2019-10-21T22:32:40.919Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2019-10-21T22:32:41.177Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2019-10-21T22:32:41.435Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (12.43s) [2019-10-21T22:32:41.435Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2BadManifestFailsDaemonStart" [2019-10-21T22:32:41.435Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-10-21T22:32:41.692Z] === RUN TestDockerSuite/TestBuildLabels [2019-10-21T22:32:41.738Z] ......... [ 85%] [2019-10-21T22:32:42.256Z] === RUN TestDockerSuite/TestBuildLabelsCache [2019-10-21T22:32:42.286Z] --- PASS: TestBuildMultiStageLayerLeak (3.55s) [2019-10-21T22:32:42.286Z] === RUN TestBuildWithHugeFile [2019-10-21T22:32:43.187Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2019-10-21T22:32:46.467Z] === RUN TestDockerSuite/TestBuildLastModified [2019-10-21T22:32:47.242Z] tests/integration/models_images_test.py ............... [ 89%] [2019-10-21T22:32:48.866Z] tests/integration/models_networks_test.py .... [ 90%] [2019-10-21T22:32:51.723Z] === RUN TestDockerSuite/TestBuildLineBreak [2019-10-21T22:32:54.117Z] tests/integration/models_nodes_test.py . [ 91%] [2019-10-21T22:32:54.930Z] ok github.com/docker/docker/api/server 0.014s coverage: 9.0% of statements [2019-10-21T22:32:54.998Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2019-10-21T22:32:54.998Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2019-10-21T22:32:54.998Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2019-10-21T22:32:55.255Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2019-10-21T22:32:55.255Z] === RUN TestDockerSuite/TestBuildMaintainer [2019-10-21T22:32:55.484Z] tests/integration/models_resources_test.py . [ 91%] [2019-10-21T22:32:55.512Z] === RUN TestDockerSuite/TestBuildMissingArgs [2019-10-21T22:32:57.449Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2019-10-21T22:32:57.449Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2019-10-21T22:32:58.019Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.59s) [2019-10-21T22:32:58.019Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart" [2019-10-21T22:32:58.019Z] PASS [2019-10-21T22:32:58.019Z] [2019-10-21T22:32:58.019Z] DONE 17 tests in 53.507s [2019-10-21T22:32:58.019Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-10-21T22:32:58.019Z] ++ 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-21T22:32:58.019Z] ++ set -e [2019-10-21T22:32:58.019Z] ++ '[' -n 0 ']' [2019-10-21T22:32:58.019Z] ++ set -x [2019-10-21T22:32:58.019Z] ++ env -i DEST=/go/src/github.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-21T22:32:58.019Z] INFO: Testing against a local daemon [2019-10-21T22:32:58.019Z] === RUN TestPluginInvalidJSON [2019-10-21T22:32:58.276Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-10-21T22:32:58.276Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-10-21T22:32:58.276Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-10-21T22:32:58.276Z] --- PASS: TestPluginInvalidJSON (0.06s) [2019-10-21T22:32:58.276Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-10-21T22:32:58.276Z] PASS [2019-10-21T22:32:58.276Z] [2019-10-21T22:32:58.276Z] DONE 2 tests in 0.215s [2019-10-21T22:32:58.276Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-10-21T22:32:58.276Z] ++ 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-21T22:32:58.276Z] ++ set -e [2019-10-21T22:32:58.276Z] ++ '[' -n 0 ']' [2019-10-21T22:32:58.276Z] ++ set -x [2019-10-21T22:32:58.276Z] ++ env -i DEST=/go/src/github.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-21T22:32:58.276Z] INFO: Testing against a local daemon [2019-10-21T22:32:58.276Z] === RUN TestExternalGraphDriver [2019-10-21T22:32:58.533Z] === RUN TestExternalGraphDriver/json [2019-10-21T22:32:59.097Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2019-10-21T22:33:00.996Z] === RUN TestExternalGraphDriver/spec [2019-10-21T22:33:01.295Z] tests/integration/models_services_test.py ..............X. [ 95%] [2019-10-21T22:33:03.546Z] === RUN TestExternalGraphDriver/pull [2019-10-21T22:33:03.546Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2019-10-21T22:33:04.111Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2019-10-21T22:33:04.647Z] tests/integration/models_swarm_test.py .. [ 96%] [2019-10-21T22:33:04.647Z] tests/integration/models_volumes_test.py .. [ 96%] [2019-10-21T22:33:04.676Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2019-10-21T22:33:04.935Z] --- PASS: TestExternalGraphDriver (6.61s) [2019-10-21T22:33:04.935Z] external_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver" [2019-10-21T22:33:04.935Z] --- PASS: TestExternalGraphDriver/json (2.39s) [2019-10-21T22:33:04.935Z] --- PASS: TestExternalGraphDriver/spec (2.06s) [2019-10-21T22:33:04.935Z] --- PASS: TestExternalGraphDriver/pull (1.94s) [2019-10-21T22:33:04.935Z] === RUN TestGraphdriverPluginV2 [2019-10-21T22:33:07.251Z] ok github.com/docker/docker/builder/remotecontext/git 35.913s coverage: 85.1% of statements [2019-10-21T22:33:07.251Z] ? github.com/docker/docker/cli [no test files] [2019-10-21T22:33:07.251Z] ? github.com/docker/docker/cli/config [no test files] [2019-10-21T22:33:07.251Z] ok github.com/docker/docker/cli/debug 0.363s coverage: 100.0% of statements [2019-10-21T22:33:07.251Z] ok github.com/docker/docker/client 0.513s coverage: 75.3% of statements [2019-10-21T22:33:09.482Z] tests/integration/regression_test.py ...... [ 98%] [2019-10-21T22:33:09.995Z] tests/integration/credentials/store_test.py ...... [ 99%] [2019-10-21T22:33:09.995Z] tests/integration/credentials/utils_test.py . [100%] [2019-10-21T22:33:09.995Z] [2019-10-21T22:33:09.995Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2019-10-21T22:33:09.995Z] =========================== short test summary info ============================ [2019-10-21T22:33:09.995Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2019-10-21T22:33:09.995Z] CONFIG_RT_GROUP_SCHED isn't enabled [2019-10-21T22:33:09.995Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2019-10-21T22:33:09.995Z] Not supported on most drivers [2019-10-21T22:33:09.995Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2019-10-21T22:33:09.995Z] This doesn't seem to be taken into account by the engine [2019-10-21T22:33:09.995Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2019-10-21T22:33:09.995Z] SKIPPED [1] tests/integration/api_service_test.py:882: API version is too low (< 1.38) [2019-10-21T22:33:09.995Z] SKIPPED [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39) [2019-10-21T22:33:09.995Z] SKIPPED [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39) [2019-10-21T22:33:09.995Z] SKIPPED [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39) [2019-10-21T22:33:09.995Z] SKIPPED [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39) [2019-10-21T22:33:09.995Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2019-10-21T22:33:09.995Z] = 368 passed, 7 skipped, 5 deselected, 3 xfailed, 2 xpassed in 342.77 seconds == [2019-10-21T22:33:10.196Z] --- PASS: TestGraphdriverPluginV2 (4.82s) [2019-10-21T22:33:10.196Z] external_test.go:413: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestGraphdriverPluginV2" [2019-10-21T22:33:10.196Z] PASS [2019-10-21T22:33:10.196Z] [2019-10-21T22:33:10.196Z] DONE 5 tests in 11.618s [2019-10-21T22:33:10.196Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-10-21T22:33:10.196Z] ++ 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-21T22:33:10.196Z] ++ set -e [2019-10-21T22:33:10.196Z] ++ '[' -n 0 ']' [2019-10-21T22:33:10.196Z] ++ set -x [2019-10-21T22:33:10.196Z] ++ env -i DEST=/go/src/github.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-21T22:33:10.196Z] INFO: Testing against a local daemon [2019-10-21T22:33:10.196Z] === RUN TestContinueAfterPluginCrash [2019-10-21T22:33:10.196Z] === PAUSE TestContinueAfterPluginCrash [2019-10-21T22:33:10.196Z] === RUN TestDaemonStartWithLogOpt [2019-10-21T22:33:10.196Z] === PAUSE TestDaemonStartWithLogOpt [2019-10-21T22:33:10.196Z] === CONT TestContinueAfterPluginCrash [2019-10-21T22:33:10.196Z] === CONT TestDaemonStartWithLogOpt [2019-10-21T22:33:10.252Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2019-10-21T22:33:10.974Z] ok github.com/docker/docker/cmd/dockerd 0.749s coverage: 19.0% of statements [2019-10-21T22:33:13.867Z] ok github.com/docker/docker/container 0.661s coverage: 42.2% of statements [2019-10-21T22:33:13.867Z] ? github.com/docker/docker/container/stream [no test files] [2019-10-21T22:33:13.867Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-10-21T22:33:13.867Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-10-21T22:33:13.867Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-10-21T22:33:17.408Z] --- PASS: TestBuildWithHugeFile (35.15s) [2019-10-21T22:33:17.408Z] === RUN TestBuildWithEmptyDockerfile [2019-10-21T22:33:17.408Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-21T22:33:17.408Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-21T22:33:17.408Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-21T22:33:17.408Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-21T22:33:17.408Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-21T22:33:17.408Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-21T22:33:17.408Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-21T22:33:17.408Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-21T22:33:17.777Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-21T22:33:18.160Z] --- PASS: TestBuildWithEmptyDockerfile (0.24s) [2019-10-21T22:33:18.160Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.40s) [2019-10-21T22:33:18.160Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.40s) [2019-10-21T22:33:18.160Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.12s) [2019-10-21T22:33:18.160Z] === RUN TestBuildPreserveOwnership [2019-10-21T22:33:18.160Z] === RUN TestBuildPreserveOwnership/copy_from [2019-10-21T22:33:18.301Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2019-10-21T22:33:20.830Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2019-10-21T22:33:22.425Z] Clearing AppArmor profiles cache:. [2019-10-21T22:33:22.425Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-21T22:33:22.425Z] Unloading profiles will leave already running processes permanently [2019-10-21T22:33:22.425Z] unconfined, which can lead to unexpected situations. [2019-10-21T22:33:22.425Z] [2019-10-21T22:33:22.425Z] To set a process to complain mode, use the command line tool [2019-10-21T22:33:22.425Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-21T22:33:22.425Z] with the 'teardown' option." [2019-10-21T22:33:22.425Z] [2019-10-21T22:33:22.430Z] === RUN TestBuildPreserveOwnership/copy_from_chowned Post stage [Pipeline] junit [2019-10-21T22:33:22.999Z] Recording test results [2019-10-21T22:33:23.357Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [Pipeline] sh [2019-10-21T22:33:24.630Z] + echo Ensuring container killed. [2019-10-21T22:33:24.630Z] Ensuring container killed. [2019-10-21T22:33:24.630Z] + docker rm -vf docker-pr4 [2019-10-21T22:33:24.630Z] Error: No such container: docker-pr4 [2019-10-21T22:33:24.630Z] + true [Pipeline] sh [2019-10-21T22:33:24.908Z] --- PASS: TestBuildPreserveOwnership (6.77s) [2019-10-21T22:33:24.909Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.56s) [2019-10-21T22:33:24.909Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.20s) [2019-10-21T22:33:24.909Z] === RUN TestBuildPlatformInvalid [2019-10-21T22:33:24.909Z] --- PASS: TestBuildPlatformInvalid (0.13s) [2019-10-21T22:33:24.909Z] PASS [2019-10-21T22:33:24.909Z] [2019-10-21T22:33:24.909Z] === Skipped [2019-10-21T22:33:24.909Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s) [2019-10-21T22:33:24.909Z] build_session_test.go:25: TODO: BuildKit [2019-10-21T22:33:24.909Z] [2019-10-21T22:33:24.909Z] [2019-10-21T22:33:24.909Z] DONE 32 tests, 1 skipped in 92.112s [2019-10-21T22:33:24.909Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2019-10-21T22:33:24.909Z] ++ 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-21T22:33:24.909Z] ++ set -e [2019-10-21T22:33:24.909Z] ++ '[' -n 0 ']' [2019-10-21T22:33:24.909Z] ++ set -x [2019-10-21T22:33:24.909Z] ++ env -i DEST=/go/src/github.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-21T22:33:24.913Z] + echo Chowning /workspace to jenkins user [2019-10-21T22:33:24.913Z] Chowning /workspace to jenkins user [2019-10-21T22:33:24.913Z] + id -u [2019-10-21T22:33:24.913Z] + id -g [2019-10-21T22:33:24.913Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40115:/workspace busybox chown -R 1000:1000 /workspace [2019-10-21T22:33:24.913Z] Unable to find image 'busybox:latest' locally [2019-10-21T22:33:24.913Z] latest: Pulling from library/busybox [2019-10-21T22:33:24.913Z] 7c9d20b9b6cd: Pulling fs layer [2019-10-21T22:33:25.171Z] 7c9d20b9b6cd: Verifying Checksum [2019-10-21T22:33:25.171Z] 7c9d20b9b6cd: Download complete [2019-10-21T22:33:25.171Z] 7c9d20b9b6cd: Pull complete [2019-10-21T22:33:25.171Z] Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e [2019-10-21T22:33:25.171Z] Status: Downloaded newer image for busybox:latest [2019-10-21T22:33:25.254Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2019-10-21T22:33:25.712Z] INFO: Testing against a local daemon [2019-10-21T22:33:25.712Z] === RUN TestConfigList [2019-10-21T22:33:25.821Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2019-10-21T22:33:26.079Z] --- PASS: TestDaemonStartWithLogOpt (16.19s) [2019-10-21T22:33:26.079Z] validation_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt" [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-10-21T22:33:26.835Z] + bundleName=docker-py [2019-10-21T22:33:26.835Z] + echo Creating docker-py-bundles.tar.gz [2019-10-21T22:33:26.835Z] Creating docker-py-bundles.tar.gz [2019-10-21T22:33:26.836Z] + tar -czf docker-py-bundles.tar.gz bundles/test-docker-py/junit-report.xml bundles/test-docker-py/docker.log bundles/test-docker-py/test.log [Pipeline] archiveArtifacts [2019-10-21T22:33:26.847Z] Archiving artifacts [2019-10-21T22:33:27.975Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2019-10-21T22:33:27.976Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2019-10-21T22:33:28.521Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40115/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2019-10-21T22:33:28.878Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40115/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=3ddb4100a052aa556e78fefdf955cf0b7c374d43 -e DOCKER_GRAPHDRIVER docker:3ddb4100a052aa556e78fefdf955cf0b7c374d43 hack/make.sh binary-daemon [2019-10-21T22:33:28.979Z] --- PASS: TestConfigList (3.08s) [2019-10-21T22:33:28.979Z] config_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigList" [2019-10-21T22:33:28.979Z] === RUN TestConfigsCreateAndDelete [2019-10-21T22:33:29.443Z] [2019-10-21T22:33:29.443Z] Removing bundles/ [2019-10-21T22:33:29.443Z] [2019-10-21T22:33:29.443Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2019-10-21T22:33:29.443Z] Building: bundles/binary-daemon/dockerd-dev [2019-10-21T22:33:29.443Z] GOOS="" GOARCH="" GOARM="" [2019-10-21T22:33:31.264Z] --- PASS: TestContinueAfterPluginCrash (21.04s) [2019-10-21T22:33:31.264Z] logging_linux_test.go:22: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash" [2019-10-21T22:33:31.264Z] PASS [2019-10-21T22:33:31.264Z] [2019-10-21T22:33:31.264Z] DONE 2 tests in 21.181s [2019-10-21T22:33:31.264Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-10-21T22:33:31.264Z] ++ 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-21T22:33:31.264Z] ++ set -e [2019-10-21T22:33:31.264Z] ++ '[' -n 0 ']' [2019-10-21T22:33:31.264Z] ++ set -x [2019-10-21T22:33:31.264Z] ++ env -i DEST=/go/src/github.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-21T22:33:31.264Z] INFO: Testing against a local daemon [2019-10-21T22:33:31.264Z] === RUN TestPluginWithDevMounts [2019-10-21T22:33:31.264Z] === PAUSE TestPluginWithDevMounts [2019-10-21T22:33:31.264Z] === CONT TestPluginWithDevMounts [2019-10-21T22:33:31.616Z] --- PASS: TestConfigsCreateAndDelete (3.05s) [2019-10-21T22:33:31.616Z] config_test.go:112: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete" [2019-10-21T22:33:31.616Z] === RUN TestConfigsUpdate [2019-10-21T22:33:33.161Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2019-10-21T22:33:33.161Z] --- PASS: TestPluginWithDevMounts (2.02s) [2019-10-21T22:33:33.161Z] mounts_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts" [2019-10-21T22:33:33.161Z] PASS [2019-10-21T22:33:33.161Z] [2019-10-21T22:33:33.161Z] DONE 1 tests in 2.175s [2019-10-21T22:33:33.161Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2019-10-21T22:33:33.161Z] ++ 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-21T22:33:33.161Z] ++ set -e [2019-10-21T22:33:33.161Z] ++ '[' -n 0 ']' [2019-10-21T22:33:33.161Z] ++ set -x [2019-10-21T22:33:33.161Z] ++ env -i DEST=/go/src/github.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-21T22:33:33.418Z] INFO: Testing against a local daemon [2019-10-21T22:33:33.418Z] === RUN TestSecretInspect [2019-10-21T22:33:33.676Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2019-10-21T22:33:34.838Z] --- PASS: TestConfigsUpdate (2.83s) [2019-10-21T22:33:34.838Z] config_test.go:140: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate" [2019-10-21T22:33:34.838Z] === RUN TestTemplatedConfig [2019-10-21T22:33:36.199Z] === RUN TestDockerSuite/TestBuildMultipleTags [2019-10-21T22:33:36.199Z] === RUN TestDockerSuite/TestBuildNetContainer [2019-10-21T22:33:36.456Z] --- PASS: TestSecretInspect (3.17s) [2019-10-21T22:33:36.456Z] secret_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect" [2019-10-21T22:33:36.456Z] === RUN TestSecretList [2019-10-21T22:33:38.136Z] --- PASS: TestTemplatedConfig (3.70s) [2019-10-21T22:33:38.136Z] config_test.go:192: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig" [2019-10-21T22:33:38.136Z] === RUN TestConfigInspect [2019-10-21T22:33:38.351Z] === RUN TestDockerSuite/TestBuildNetNone [2019-10-21T22:33:38.985Z] ok github.com/docker/docker/daemon 3.380s coverage: 9.2% of statements [2019-10-21T22:33:38.985Z] ok github.com/docker/docker/daemon/cluster 1.506s coverage: 0.5% of statements [2019-10-21T22:33:38.985Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.419s coverage: 65.3% of statements [2019-10-21T22:33:38.985Z] ok github.com/docker/docker/daemon/cluster/convert 0.523s coverage: 35.8% of statements [2019-10-21T22:33:38.985Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-10-21T22:33:38.985Z] ok github.com/docker/docker/daemon/cluster/executor/container 2.052s coverage: 10.9% of statements [2019-10-21T22:33:38.985Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-10-21T22:33:38.985Z] ok github.com/docker/docker/daemon/config 1.356s coverage: 80.1% of statements [2019-10-21T22:33:38.985Z] ok github.com/docker/docker/daemon/discovery 0.781s coverage: 30.0% of statements [2019-10-21T22:33:38.985Z] ok github.com/docker/docker/daemon/events 0.459s coverage: 50.0% of statements [2019-10-21T22:33:38.985Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-10-21T22:33:38.985Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-10-21T22:33:38.985Z] ok github.com/docker/docker/daemon/graphdriver 0.230s coverage: 2.3% of statements [2019-10-21T22:33:38.985Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2019-10-21T22:33:38.985Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2019-10-21T22:33:38.985Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-10-21T22:33:38.985Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2019-10-21T22:33:38.985Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2019-10-21T22:33:38.985Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2019-10-21T22:33:38.985Z] ? github.com/docker/docker/daemon/graphdriver/quota [no test files] [2019-10-21T22:33:38.985Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-10-21T22:33:38.985Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2019-10-21T22:33:38.985Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2019-10-21T22:33:38.985Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2019-10-21T22:33:38.985Z] ok github.com/docker/docker/daemon/images 0.535s coverage: 4.9% of statements [2019-10-21T22:33:38.985Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-10-21T22:33:38.985Z] ok github.com/docker/docker/daemon/links 0.038s coverage: 93.0% of statements [2019-10-21T22:33:38.985Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-10-21T22:33:38.985Z] ok github.com/docker/docker/daemon/logger 0.561s coverage: 43.0% of statements [2019-10-21T22:33:39.291Z] === RUN TestDockerSuite/TestBuildNoContext [2019-10-21T22:33:39.291Z] --- PASS: TestSecretList (2.86s) [2019-10-21T22:33:39.291Z] secret_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretList" [2019-10-21T22:33:39.291Z] === RUN TestSecretsCreateAndDelete [2019-10-21T22:33:39.855Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2019-10-21T22:33:39.948Z] ok github.com/docker/docker/daemon/logger/awslogs 0.776s coverage: 77.8% of statements [2019-10-21T22:33:39.948Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2019-10-21T22:33:39.948Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-10-21T22:33:39.948Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-10-21T22:33:39.948Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2019-10-21T22:33:39.948Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2019-10-21T22:33:39.948Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.453s coverage: 62.1% of statements [2019-10-21T22:33:40.787Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2019-10-21T22:33:41.397Z] --- PASS: TestConfigInspect (3.01s) [2019-10-21T22:33:41.397Z] config_test.go:326: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect" [2019-10-21T22:33:41.397Z] === RUN TestConfigCreateWithLabels [2019-10-21T22:33:41.479Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.276s coverage: 88.3% of statements [2019-10-21T22:33:41.717Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2019-10-21T22:33:41.974Z] --- PASS: TestSecretsCreateAndDelete (2.54s) [2019-10-21T22:33:41.974Z] secret_test.go:125: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete" [2019-10-21T22:33:41.974Z] === RUN TestSecretsUpdate [2019-10-21T22:33:42.442Z] ok github.com/docker/docker/daemon/logger/local 0.478s coverage: 74.7% of statements [2019-10-21T22:33:42.442Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-10-21T22:33:43.405Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.215s coverage: 21.4% of statements [2019-10-21T22:33:43.869Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2019-10-21T22:33:44.126Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2019-10-21T22:33:44.383Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2019-10-21T22:33:44.617Z] --- PASS: TestConfigCreateWithLabels (2.91s) [2019-10-21T22:33:44.617Z] config_test.go:350: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels" [2019-10-21T22:33:44.617Z] === RUN TestConfigCreateResolve [2019-10-21T22:33:44.947Z] --- PASS: TestSecretsUpdate (2.92s) [2019-10-21T22:33:44.947Z] secret_test.go:172: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate" [2019-10-21T22:33:44.947Z] === RUN TestTemplatedSecret [2019-10-21T22:33:44.947Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2019-10-21T22:33:45.513Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2019-10-21T22:33:46.299Z] ok github.com/docker/docker/daemon/logger/splunk 2.289s coverage: 82.5% of statements [2019-10-21T22:33:46.299Z] ok github.com/docker/docker/daemon/logger/syslog 0.304s coverage: 47.8% of statements [2019-10-21T22:33:46.299Z] ok github.com/docker/docker/daemon/logger/templates 0.121s coverage: 8.3% of statements [2019-10-21T22:33:46.299Z] ? github.com/docker/docker/daemon/names [no test files] [2019-10-21T22:33:46.299Z] ? github.com/docker/docker/daemon/network [no test files] [2019-10-21T22:33:46.299Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-10-21T22:33:46.444Z] === RUN TestDockerSuite/TestBuildOnBuild [2019-10-21T22:33:47.173Z] --- PASS: TestConfigCreateResolve (3.01s) [2019-10-21T22:33:47.173Z] config_test.go:377: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve" [2019-10-21T22:33:47.173Z] === RUN TestConfigDaemonLibtrustID [2019-10-21T22:33:47.536Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2019-10-21T22:33:47.536Z] config_test.go:427: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID" [2019-10-21T22:33:47.536Z] PASS [2019-10-21T22:33:47.536Z] [2019-10-21T22:33:47.536Z] DONE 8 tests in 22.586s [2019-10-21T22:33:47.536Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2019-10-21T22:33:47.536Z] ++ 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-21T22:33:47.536Z] ++ set -e [2019-10-21T22:33:47.536Z] ++ '[' -n 0 ']' [2019-10-21T22:33:47.536Z] ++ set -x [2019-10-21T22:33:47.536Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-21T22:33:47.912Z] INFO: Testing against a local daemon [2019-10-21T22:33:47.912Z] === RUN TestCheckpoint [2019-10-21T22:33:47.912Z] --- SKIP: TestCheckpoint (0.00s) [2019-10-21T22:33:47.912Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-21T22:33:47.912Z] === RUN TestContainerInvalidJSON [2019-10-21T22:33:47.912Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-10-21T22:33:47.912Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-10-21T22:33:47.912Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-10-21T22:33:47.912Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-10-21T22:33:47.912Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-10-21T22:33:47.912Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-10-21T22:33:47.912Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-10-21T22:33:47.912Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-10-21T22:33:47.912Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-10-21T22:33:47.912Z] --- PASS: TestContainerInvalidJSON (0.01s) [2019-10-21T22:33:47.912Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-10-21T22:33:47.912Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-10-21T22:33:47.912Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-10-21T22:33:47.912Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-10-21T22:33:47.912Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.11s) [2019-10-21T22:33:47.912Z] === RUN TestCopyFromContainerPathIsNotDir [2019-10-21T22:33:48.299Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.14s) [2019-10-21T22:33:48.299Z] === RUN TestCopyToContainerPathDoesNotExist [2019-10-21T22:33:48.299Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.13s) [2019-10-21T22:33:48.299Z] === RUN TestCopyToContainerPathIsNotDir [2019-10-21T22:33:48.299Z] --- PASS: TestCopyToContainerPathIsNotDir (0.13s) [2019-10-21T22:33:48.299Z] === RUN TestCopyFromContainer [2019-10-21T22:33:48.341Z] --- PASS: TestTemplatedSecret (3.59s) [2019-10-21T22:33:48.341Z] secret_test.go:221: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret" [2019-10-21T22:33:48.341Z] === RUN TestSecretCreateResolve [2019-10-21T22:33:48.599Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2019-10-21T22:33:49.206Z] ok github.com/docker/docker/distribution 2.025s coverage: 20.3% of statements [2019-10-21T22:33:49.206Z] ok github.com/docker/docker/distribution/metadata 1.548s coverage: 48.2% of statements [2019-10-21T22:33:49.206Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-10-21T22:33:49.531Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2019-10-21T22:33:50.169Z] ok github.com/docker/docker/distribution/xfer 2.350s coverage: 76.8% of statements [2019-10-21T22:33:50.169Z] ? github.com/docker/docker/dockerversion [no test files] [2019-10-21T22:33:50.169Z] ok github.com/docker/docker/errdefs 0.095s coverage: 49.4% of statements [2019-10-21T22:33:50.760Z] === RUN TestCopyFromContainer// [2019-10-21T22:33:50.760Z] === RUN TestCopyFromContainer//bar/root [2019-10-21T22:33:50.760Z] === RUN TestCopyFromContainer//bar/root/ [2019-10-21T22:33:50.760Z] === RUN TestCopyFromContainer/bar/quux [2019-10-21T22:33:50.760Z] === RUN TestCopyFromContainer/bar/quux/ [2019-10-21T22:33:50.760Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-10-21T22:33:50.760Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-10-21T22:33:50.760Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-10-21T22:33:51.365Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-10-21T22:33:51.365Z] === RUN TestCopyFromContainer/bar/notarget [2019-10-21T22:33:51.365Z] --- PASS: TestCopyFromContainer (2.87s) [2019-10-21T22:33:51.365Z] --- PASS: TestCopyFromContainer// (0.07s) [2019-10-21T22:33:51.365Z] --- PASS: TestCopyFromContainer//bar/root (0.10s) [2019-10-21T22:33:51.365Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2019-10-21T22:33:51.365Z] --- PASS: TestCopyFromContainer/bar/quux (0.12s) [2019-10-21T22:33:51.365Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2019-10-21T22:33:51.365Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s) [2019-10-21T22:33:51.365Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2019-10-21T22:33:51.365Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.12s) [2019-10-21T22:33:51.365Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s) [2019-10-21T22:33:51.365Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2019-10-21T22:33:51.365Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-10-21T22:33:51.365Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-21T22:33:51.365Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-21T22:33:51.365Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-21T22:33:51.365Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-21T22:33:51.365Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-21T22:33:51.365Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-21T22:33:51.365Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-21T22:33:51.365Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-21T22:33:51.365Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-21T22:33:51.365Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2019-10-21T22:33:51.365Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2019-10-21T22:33:51.365Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-10-21T22:33:51.365Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-10-21T22:33:51.365Z] === RUN TestCreateLinkToNonExistingContainer [2019-10-21T22:33:51.365Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2019-10-21T22:33:51.365Z] === RUN TestCreateWithInvalidEnv [2019-10-21T22:33:51.365Z] === RUN TestCreateWithInvalidEnv/0 [2019-10-21T22:33:51.365Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-10-21T22:33:51.365Z] === RUN TestCreateWithInvalidEnv/1 [2019-10-21T22:33:51.365Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-10-21T22:33:51.365Z] === RUN TestCreateWithInvalidEnv/2 [2019-10-21T22:33:51.365Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-10-21T22:33:51.365Z] === CONT TestCreateWithInvalidEnv/0 [2019-10-21T22:33:51.365Z] === CONT TestCreateWithInvalidEnv/2 [2019-10-21T22:33:51.365Z] === CONT TestCreateWithInvalidEnv/1 [2019-10-21T22:33:51.365Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2019-10-21T22:33:51.365Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-10-21T22:33:51.365Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-10-21T22:33:51.365Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-10-21T22:33:51.365Z] === RUN TestCreateTmpfsMountsTarget [2019-10-21T22:33:51.365Z] --- PASS: TestCreateTmpfsMountsTarget (0.04s) [2019-10-21T22:33:51.365Z] === RUN TestCreateWithCustomMaskedPaths [2019-10-21T22:33:51.426Z] --- PASS: TestSecretCreateResolve (3.01s) [2019-10-21T22:33:51.427Z] secret_test.go:342: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve" [2019-10-21T22:33:51.427Z] PASS [2019-10-21T22:33:51.427Z] [2019-10-21T22:33:51.427Z] DONE 6 tests in 18.213s [2019-10-21T22:33:51.427Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2019-10-21T22:33:51.427Z] ++ 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-21T22:33:51.427Z] ++ set -e [2019-10-21T22:33:51.427Z] ++ '[' -n 0 ']' [2019-10-21T22:33:51.427Z] ++ set -x [2019-10-21T22:33:51.427Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-21T22:33:51.685Z] INFO: Testing against a local daemon [2019-10-21T22:33:51.685Z] === RUN TestServiceCreateInit [2019-10-21T22:33:51.685Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-10-21T22:33:52.249Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2019-10-21T22:33:53.890Z] ok github.com/docker/docker/image 1.285s coverage: 86.4% of statements [2019-10-21T22:33:53.890Z] ok github.com/docker/docker/image/cache 0.203s coverage: 19.2% of statements [2019-10-21T22:33:53.890Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-10-21T22:33:53.890Z] ok github.com/docker/docker/image/v1 0.280s coverage: 25.0% of statements [2019-10-21T22:33:53.890Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-10-21T22:33:53.906Z] --- PASS: TestCreateWithCustomMaskedPaths (2.67s) [2019-10-21T22:33:53.906Z] === RUN TestCreateWithCapabilities [2019-10-21T22:33:53.906Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-10-21T22:33:53.906Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-10-21T22:33:53.906Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-10-21T22:33:53.906Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-10-21T22:33:53.906Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-10-21T22:33:53.906Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-10-21T22:33:53.906Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-10-21T22:33:53.906Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-10-21T22:33:53.906Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-10-21T22:33:53.906Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-10-21T22:33:53.906Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-21T22:33:53.906Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-21T22:33:53.906Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-10-21T22:33:53.906Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-10-21T22:33:53.906Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-10-21T22:33:53.906Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-10-21T22:33:53.906Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-10-21T22:33:53.906Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-10-21T22:33:53.906Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-10-21T22:33:53.906Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-10-21T22:33:53.906Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-10-21T22:33:53.906Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-10-21T22:33:53.906Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-10-21T22:33:53.906Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-10-21T22:33:53.906Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-10-21T22:33:53.906Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-10-21T22:33:54.145Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2019-10-21T22:33:54.299Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-10-21T22:33:54.299Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-10-21T22:33:54.299Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-21T22:33:54.299Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-10-21T22:33:54.299Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-10-21T22:33:54.299Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-10-21T22:33:54.299Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-10-21T22:33:54.299Z] --- PASS: TestCreateWithCapabilities (0.01s) [2019-10-21T22:33:54.299Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2019-10-21T22:33:54.299Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-10-21T22:33:54.299Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.08s) [2019-10-21T22:33:54.299Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.09s) [2019-10-21T22:33:54.299Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.07s) [2019-10-21T22:33:54.299Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.08s) [2019-10-21T22:33:54.299Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.07s) [2019-10-21T22:33:54.299Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-10-21T22:33:54.299Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.09s) [2019-10-21T22:33:54.299Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.07s) [2019-10-21T22:33:54.299Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.08s) [2019-10-21T22:33:54.299Z] === RUN TestCreateWithCustomReadonlyPaths [2019-10-21T22:33:56.057Z] ok github.com/docker/docker/layer 0.497s coverage: 30.0% of statements [2019-10-21T22:33:56.057Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-10-21T22:33:56.669Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2019-10-21T22:33:56.927Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-10-21T22:33:57.574Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.69s) [2019-10-21T22:33:57.574Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-10-21T22:33:57.574Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-21T22:33:57.574Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-21T22:33:57.574Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-21T22:33:57.574Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-21T22:33:57.574Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-21T22:33:57.574Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-21T22:33:57.574Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-21T22:33:57.574Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-21T22:33:57.574Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-21T22:33:57.574Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-21T22:33:57.574Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-21T22:33:57.574Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-21T22:33:57.574Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-21T22:33:57.574Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-21T22:33:57.574Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-21T22:33:57.574Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2019-10-21T22:33:57.574Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2019-10-21T22:33:57.574Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2019-10-21T22:33:57.574Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2019-10-21T22:33:57.574Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2019-10-21T22:33:57.574Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2019-10-21T22:33:57.574Z] === RUN TestContainerStartOnDaemonRestart [2019-10-21T22:33:57.574Z] === PAUSE TestContainerStartOnDaemonRestart [2019-10-21T22:33:57.574Z] === RUN TestDaemonRestartIpcMode [2019-10-21T22:33:57.574Z] === PAUSE TestDaemonRestartIpcMode [2019-10-21T22:33:57.574Z] === RUN TestDiff [2019-10-21T22:33:57.591Z] ok github.com/docker/docker/libcontainerd/local 0.481s coverage: 1.0% of statements [2019-10-21T22:33:57.591Z] ok github.com/docker/docker/libcontainerd/queue 0.219s coverage: 100.0% of statements [2019-10-21T22:33:57.591Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-10-21T22:33:57.591Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-10-21T22:33:57.591Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-10-21T22:33:57.591Z] ? github.com/docker/docker/oci [no test files] [2019-10-21T22:33:57.591Z] ? github.com/docker/docker/oci/caps [no test files] [2019-10-21T22:33:57.591Z] ok github.com/docker/docker/opts 0.310s coverage: 67.3% of statements [2019-10-21T22:33:57.591Z] ok github.com/docker/docker/pkg/aaparser 0.149s coverage: 50.0% of statements [2019-10-21T22:33:57.949Z] --- PASS: TestDiff (0.88s) [2019-10-21T22:33:57.949Z] === RUN TestExecWithCloseStdin [2019-10-21T22:33:58.299Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2019-10-21T22:33:59.435Z] --- PASS: TestExecWithCloseStdin (1.23s) [2019-10-21T22:33:59.435Z] === RUN TestExec [2019-10-21T22:33:59.672Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2019-10-21T22:33:59.930Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2019-10-21T22:34:00.254Z] --- PASS: TestExec (1.15s) [2019-10-21T22:34:00.254Z] === RUN TestExecUser [2019-10-21T22:34:01.533Z] --- PASS: TestExecUser (1.03s) [2019-10-21T22:34:01.533Z] === RUN TestExportContainerAndImportImage [2019-10-21T22:34:01.825Z] --- PASS: TestServiceCreateInit (10.24s) [2019-10-21T22:34:01.825Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.29s) [2019-10-21T22:34:01.825Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled" [2019-10-21T22:34:01.825Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.93s) [2019-10-21T22:34:01.825Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled" [2019-10-21T22:34:01.825Z] === RUN TestCreateServiceMultipleTimes [2019-10-21T22:34:02.835Z] --- PASS: TestExportContainerAndImportImage (1.14s) [2019-10-21T22:34:02.835Z] === RUN TestExportContainerAfterDaemonRestart [2019-10-21T22:34:03.720Z] === RUN TestDockerSuite/TestBuildPATH [2019-10-21T22:34:04.158Z] --- PASS: TestExportContainerAfterDaemonRestart (1.53s) [2019-10-21T22:34:04.158Z] export_test.go:63: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart" [2019-10-21T22:34:04.158Z] === RUN TestHealthCheckWorkdir [2019-10-21T22:34:05.610Z] --- PASS: TestHealthCheckWorkdir (1.34s) [2019-10-21T22:34:05.610Z] === RUN TestHealthKillContainer [2019-10-21T22:34:06.244Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2019-10-21T22:34:07.615Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2019-10-21T22:34:08.547Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2019-10-21T22:34:08.787Z] --- PASS: TestHealthKillContainer (3.26s) [2019-10-21T22:34:08.788Z] === RUN TestInspectCpusetInConfigPre120 [2019-10-21T22:34:09.607Z] --- PASS: TestInspectCpusetInConfigPre120 (0.93s) [2019-10-21T22:34:09.607Z] === RUN TestIpcModeNone [2019-10-21T22:34:10.917Z] --- PASS: TestIpcModeNone (1.04s) [2019-10-21T22:34:10.918Z] === RUN TestIpcModePrivate [2019-10-21T22:34:12.384Z] --- PASS: TestIpcModePrivate (1.44s) [2019-10-21T22:34:12.384Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:64, shared: false, mustBeShared: false [2019-10-21T22:34:12.384Z] === RUN TestIpcModeShareable [2019-10-21T22:34:13.185Z] --- PASS: TestIpcModeShareable (1.13s) [2019-10-21T22:34:13.185Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:58, shared: true, mustBeShared: true [2019-10-21T22:34:13.185Z] === RUN TestAPIIpcModeShareableAndContainer [2019-10-21T22:34:17.272Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.57s) [2019-10-21T22:34:17.272Z] === RUN TestAPIIpcModeHost [2019-10-21T22:34:17.654Z] --- PASS: TestAPIIpcModeHost (0.86s) [2019-10-21T22:34:17.654Z] === RUN TestDaemonIpcModeShareable [2019-10-21T22:34:19.741Z] --- PASS: TestDaemonIpcModeShareable (2.04s) [2019-10-21T22:34:19.741Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable" [2019-10-21T22:34:19.741Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:66, shared: true, mustBeShared: true [2019-10-21T22:34:19.741Z] === RUN TestDaemonIpcModePrivate [2019-10-21T22:34:20.773Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2019-10-21T22:34:21.593Z] --- PASS: TestDaemonIpcModePrivate (2.08s) [2019-10-21T22:34:21.593Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate" [2019-10-21T22:34:21.593Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:72, shared: false, mustBeShared: false [2019-10-21T22:34:21.593Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-10-21T22:34:23.296Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2019-10-21T22:34:23.617Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.86s) [2019-10-21T22:34:23.617Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig" [2019-10-21T22:34:23.617Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:72, shared: false, mustBeShared: false [2019-10-21T22:34:23.617Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-10-21T22:34:24.227Z] --- PASS: TestCreateServiceMultipleTimes (22.16s) [2019-10-21T22:34:24.227Z] create_test.go:80: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes" [2019-10-21T22:34:24.227Z] === RUN TestCreateServiceConflict [2019-10-21T22:34:25.157Z] === RUN TestDockerSuite/TestBuildRm [2019-10-21T22:34:25.476Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.82s) [2019-10-21T22:34:25.476Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig" [2019-10-21T22:34:25.476Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:66, shared: true, mustBeShared: true [2019-10-21T22:34:25.476Z] === RUN TestIpcModeOlderClient [2019-10-21T22:34:25.476Z] === PAUSE TestIpcModeOlderClient [2019-10-21T22:34:25.476Z] === RUN TestKillContainerInvalidSignal [2019-10-21T22:34:26.389Z] --- PASS: TestKillContainerInvalidSignal (0.85s) [2019-10-21T22:34:26.389Z] === RUN TestKillContainer [2019-10-21T22:34:26.389Z] === RUN TestKillContainer/no_signal [2019-10-21T22:34:27.052Z] --- PASS: TestCreateServiceConflict (3.02s) [2019-10-21T22:34:27.052Z] create_test.go:129: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict" [2019-10-21T22:34:27.052Z] === RUN TestCreateServiceMaxReplicas [2019-10-21T22:34:27.244Z] === RUN TestKillContainer/non_killing_signal [2019-10-21T22:34:28.030Z] === RUN TestKillContainer/killing_signal [2019-10-21T22:34:28.423Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2019-10-21T22:34:29.289Z] --- PASS: TestKillContainer (2.78s) [2019-10-21T22:34:29.289Z] --- PASS: TestKillContainer/no_signal (0.99s) [2019-10-21T22:34:29.289Z] --- PASS: TestKillContainer/non_killing_signal (0.58s) [2019-10-21T22:34:29.289Z] --- PASS: TestKillContainer/killing_signal (0.83s) [2019-10-21T22:34:29.289Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-10-21T22:34:29.289Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-10-21T22:34:29.795Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2019-10-21T22:34:30.092Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-10-21T22:34:30.359Z] --- PASS: TestCreateServiceMaxReplicas (3.44s) [2019-10-21T22:34:30.359Z] create_test.go:150: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas" [2019-10-21T22:34:30.359Z] === RUN TestCreateWithDuplicateNetworkNames [2019-10-21T22:34:30.923Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.86s) [2019-10-21T22:34:30.923Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.88s) [2019-10-21T22:34:30.923Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.60s) [2019-10-21T22:34:30.923Z] === RUN TestKillStoppedContainer [2019-10-21T22:34:30.923Z] --- PASS: TestKillStoppedContainer (0.08s) [2019-10-21T22:34:30.923Z] === RUN TestKillStoppedContainerAPIPre120 [2019-10-21T22:34:31.291Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2019-10-21T22:34:31.291Z] === RUN TestDockerSuite/TestBuildScratchCopy [2019-10-21T22:34:31.298Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.12s) [2019-10-21T22:34:31.298Z] === RUN TestKillDifferentUserContainer [2019-10-21T22:34:31.857Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2019-10-21T22:34:32.197Z] --- PASS: TestKillDifferentUserContainer (0.90s) [2019-10-21T22:34:32.197Z] === RUN TestInspectOomKilledTrue [2019-10-21T22:34:32.197Z] --- SKIP: TestInspectOomKilledTrue (0.01s) [2019-10-21T22:34:32.197Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-21T22:34:32.197Z] === RUN TestInspectOomKilledFalse [2019-10-21T22:34:32.197Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-10-21T22:34:32.197Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-21T22:34:32.197Z] === RUN TestLinksEtcHostsContentMatch [2019-10-21T22:34:32.294Z] ok github.com/docker/docker/api/server/httputils 0.008s coverage: 14.7% of statements [2019-10-21T22:34:32.295Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-10-21T22:34:32.295Z] ok github.com/docker/docker/api/server/middleware 0.029s coverage: 37.7% of statements [2019-10-21T22:34:32.295Z] ? github.com/docker/docker/api/server/router [no test files] [2019-10-21T22:34:32.295Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-10-21T22:34:32.295Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-10-21T22:34:32.295Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-10-21T22:34:32.295Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-10-21T22:34:32.295Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-10-21T22:34:32.295Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-10-21T22:34:32.295Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-10-21T22:34:32.569Z] --- PASS: TestLinksEtcHostsContentMatch (0.66s) [2019-10-21T22:34:32.569Z] === RUN TestLinksContainerNames [2019-10-21T22:34:32.788Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2019-10-21T22:34:32.925Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-10-21T22:34:34.159Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2019-10-21T22:34:34.421Z] --- PASS: TestLinksContainerNames (1.62s) [2019-10-21T22:34:34.421Z] === RUN TestLogsFollowTailEmpty [2019-10-21T22:34:35.007Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-10-21T22:34:35.007Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-10-21T22:34:35.219Z] --- PASS: TestLogsFollowTailEmpty (0.94s) [2019-10-21T22:34:35.219Z] === RUN TestContainerNetworkMountsNoChown [2019-10-21T22:34:35.529Z] === RUN TestDockerSuite/TestBuildShellInherited [2019-10-21T22:34:35.638Z] ok github.com/docker/docker/api/types/strslice 0.022s coverage: 90.0% of statements [2019-10-21T22:34:35.925Z] ok github.com/docker/docker/api/types/filters 0.036s coverage: 92.2% of statements [2019-10-21T22:34:36.029Z] --- PASS: TestContainerNetworkMountsNoChown (0.81s) [2019-10-21T22:34:36.029Z] === RUN TestMountDaemonRoot [2019-10-21T22:34:36.029Z] === RUN TestMountDaemonRoot/default [2019-10-21T22:34:36.029Z] === PAUSE TestMountDaemonRoot/default [2019-10-21T22:34:36.029Z] === RUN TestMountDaemonRoot/private [2019-10-21T22:34:36.029Z] === PAUSE TestMountDaemonRoot/private [2019-10-21T22:34:36.029Z] === RUN TestMountDaemonRoot/rprivate [2019-10-21T22:34:36.029Z] === PAUSE TestMountDaemonRoot/rprivate [2019-10-21T22:34:36.029Z] === RUN TestMountDaemonRoot/slave [2019-10-21T22:34:36.029Z] === PAUSE TestMountDaemonRoot/slave [2019-10-21T22:34:36.029Z] === RUN TestMountDaemonRoot/rslave [2019-10-21T22:34:36.029Z] === PAUSE TestMountDaemonRoot/rslave [2019-10-21T22:34:36.029Z] === RUN TestMountDaemonRoot/shared [2019-10-21T22:34:36.029Z] === PAUSE TestMountDaemonRoot/shared [2019-10-21T22:34:36.029Z] === RUN TestMountDaemonRoot/rshared [2019-10-21T22:34:36.029Z] === PAUSE TestMountDaemonRoot/rshared [2019-10-21T22:34:36.029Z] === CONT TestMountDaemonRoot/default [2019-10-21T22:34:36.029Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-10-21T22:34:36.029Z] === CONT TestMountDaemonRoot/rslave [2019-10-21T22:34:36.029Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-10-21T22:34:36.029Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-10-21T22:34:36.029Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-10-21T22:34:36.029Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-10-21T22:34:36.029Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-10-21T22:34:36.029Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-10-21T22:34:36.029Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-10-21T22:34:36.029Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-10-21T22:34:36.029Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-10-21T22:34:36.029Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-10-21T22:34:36.029Z] === RUN TestMountDaemonRoot/default/mount_root [2019-10-21T22:34:36.029Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-10-21T22:34:36.029Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-10-21T22:34:36.029Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-10-21T22:34:36.029Z] === RUN TestMountDaemonRoot/default/bind_root [2019-10-21T22:34:36.029Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-10-21T22:34:36.029Z] === CONT TestMountDaemonRoot/rshared [2019-10-21T22:34:36.029Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-10-21T22:34:36.029Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-10-21T22:34:36.029Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-10-21T22:34:36.029Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-10-21T22:34:36.029Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-10-21T22:34:36.029Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-10-21T22:34:36.029Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-10-21T22:34:36.029Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-10-21T22:34:36.029Z] === CONT TestMountDaemonRoot/shared [2019-10-21T22:34:36.029Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-10-21T22:34:36.029Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-10-21T22:34:36.029Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-10-21T22:34:36.029Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-10-21T22:34:36.029Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-10-21T22:34:36.029Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-10-21T22:34:36.029Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-10-21T22:34:36.029Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-10-21T22:34:36.029Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-10-21T22:34:36.029Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-10-21T22:34:36.029Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-10-21T22:34:36.220Z] ok github.com/docker/docker/api/server/router/swarm 0.018s coverage: 4.0% of statements [2019-10-21T22:34:36.220Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-10-21T22:34:36.220Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-10-21T22:34:36.220Z] ? github.com/docker/docker/api/types [no test files] [2019-10-21T22:34:36.220Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-10-21T22:34:36.220Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-10-21T22:34:36.220Z] ? github.com/docker/docker/api/types/container [no test files] [2019-10-21T22:34:36.220Z] ? github.com/docker/docker/api/types/events [no test files] [2019-10-21T22:34:36.220Z] ? github.com/docker/docker/api/types/image [no test files] [2019-10-21T22:34:36.220Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-10-21T22:34:36.220Z] ? github.com/docker/docker/api/types/network [no test files] [2019-10-21T22:34:36.220Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-10-21T22:34:36.220Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-10-21T22:34:36.220Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-10-21T22:34:36.220Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-10-21T22:34:36.418Z] === CONT TestMountDaemonRoot/rprivate [2019-10-21T22:34:36.418Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-10-21T22:34:36.418Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-10-21T22:34:36.418Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-10-21T22:34:36.418Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-10-21T22:34:36.418Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-10-21T22:34:36.418Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-10-21T22:34:36.418Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-10-21T22:34:36.418Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-10-21T22:34:36.418Z] === CONT TestMountDaemonRoot/slave [2019-10-21T22:34:36.418Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-10-21T22:34:36.418Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-10-21T22:34:36.418Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-10-21T22:34:36.418Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-10-21T22:34:36.418Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-10-21T22:34:36.418Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-10-21T22:34:36.418Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-10-21T22:34:36.418Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-10-21T22:34:36.418Z] === CONT TestMountDaemonRoot/private [2019-10-21T22:34:36.418Z] === RUN TestMountDaemonRoot/private/mount_root [2019-10-21T22:34:36.418Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-10-21T22:34:36.418Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-10-21T22:34:36.418Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-10-21T22:34:36.418Z] === RUN TestMountDaemonRoot/private/bind_root [2019-10-21T22:34:36.418Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-10-21T22:34:36.418Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-10-21T22:34:36.418Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-10-21T22:34:36.418Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-10-21T22:34:36.418Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-10-21T22:34:36.418Z] === CONT TestMountDaemonRoot/default/bind_root [2019-10-21T22:34:36.418Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-10-21T22:34:36.418Z] === CONT TestMountDaemonRoot/default/mount_root [2019-10-21T22:34:36.418Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-10-21T22:34:36.418Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-10-21T22:34:36.418Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-10-21T22:34:36.418Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-10-21T22:34:36.418Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-10-21T22:34:36.418Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-10-21T22:34:36.418Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-10-21T22:34:36.509Z] ok github.com/docker/docker/api/types/time 0.017s coverage: 100.0% of statements [2019-10-21T22:34:36.810Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-10-21T22:34:36.810Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-10-21T22:34:36.810Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-10-21T22:34:36.810Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-10-21T22:34:36.810Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-10-21T22:34:36.810Z] === CONT TestMountDaemonRoot/private/mount_root [2019-10-21T22:34:36.810Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-10-21T22:34:36.810Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-10-21T22:34:36.810Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-10-21T22:34:36.810Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-10-21T22:34:36.810Z] === CONT TestMountDaemonRoot/private/bind_root [2019-10-21T22:34:36.810Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-10-21T22:34:36.810Z] --- PASS: TestMountDaemonRoot (0.02s) [2019-10-21T22:34:36.810Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-10-21T22:34:36.810Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2019-10-21T22:34:36.810Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.10s) [2019-10-21T22:34:36.810Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2019-10-21T22:34:36.810Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2019-10-21T22:34:36.810Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-10-21T22:34:36.810Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2019-10-21T22:34:36.810Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2019-10-21T22:34:36.810Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2019-10-21T22:34:36.810Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.10s) [2019-10-21T22:34:36.810Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-10-21T22:34:36.810Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2019-10-21T22:34:36.810Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2019-10-21T22:34:36.810Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2019-10-21T22:34:36.810Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2019-10-21T22:34:36.810Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-10-21T22:34:36.810Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2019-10-21T22:34:36.810Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2019-10-21T22:34:36.810Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2019-10-21T22:34:36.810Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2019-10-21T22:34:36.810Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-10-21T22:34:36.810Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2019-10-21T22:34:36.810Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.06s) [2019-10-21T22:34:36.810Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2019-10-21T22:34:36.810Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2019-10-21T22:34:36.810Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-10-21T22:34:36.810Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2019-10-21T22:34:36.810Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2019-10-21T22:34:36.810Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2019-10-21T22:34:36.810Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2019-10-21T22:34:36.810Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-10-21T22:34:36.810Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2019-10-21T22:34:36.810Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2019-10-21T22:34:36.810Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2019-10-21T22:34:36.810Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2019-10-21T22:34:36.810Z] === RUN TestContainerBindMountNonRecursive [2019-10-21T22:34:36.899Z] === RUN TestDockerSuite/TestBuildShellMultiple [2019-10-21T22:34:37.136Z] ok github.com/docker/docker/api/types/versions 0.035s coverage: 75.0% of statements [2019-10-21T22:34:37.136Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-10-21T22:34:37.136Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-10-21T22:34:37.136Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-10-21T22:34:37.136Z] ? github.com/docker/docker/builder [no test files] [2019-10-21T22:34:37.136Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-10-21T22:34:37.136Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-10-21T22:34:37.136Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-10-21T22:34:37.136Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-10-21T22:34:37.136Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-10-21T22:34:37.136Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-10-21T22:34:37.136Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-10-21T22:34:37.763Z] ok github.com/docker/docker/builder/dockerignore 0.078s coverage: 96.8% of statements [2019-10-21T22:34:38.917Z] --- PASS: TestContainerBindMountNonRecursive (2.01s) [2019-10-21T22:34:38.917Z] === RUN TestNetworkNat [2019-10-21T22:34:39.734Z] --- PASS: TestNetworkNat (0.92s) [2019-10-21T22:34:39.734Z] === RUN TestNetworkLocalhostTCPNat [2019-10-21T22:34:40.990Z] --- PASS: TestNetworkLocalhostTCPNat (0.99s) [2019-10-21T22:34:40.990Z] === RUN TestNetworkLoopbackNat [2019-10-21T22:34:41.775Z] --- PASS: TestNetworkLoopbackNat (1.17s) [2019-10-21T22:34:41.775Z] === RUN TestPause [2019-10-21T22:34:42.155Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2019-10-21T22:34:42.155Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2019-10-21T22:34:42.155Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2019-10-21T22:34:42.155Z] === RUN TestDockerSuite/TestBuildSpaces [2019-10-21T22:34:42.155Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2019-10-21T22:34:43.049Z] --- PASS: TestPause (0.95s) [2019-10-21T22:34:43.049Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-10-21T22:34:43.049Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-21T22:34:43.049Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-21T22:34:43.049Z] === RUN TestPauseStopPausedContainer [2019-10-21T22:34:43.088Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2019-10-21T22:34:43.305Z] ok github.com/docker/docker/cli/debug 0.008s coverage: 100.0% of statements [2019-10-21T22:34:43.345Z] === RUN TestDockerSuite/TestBuildStderr [2019-10-21T22:34:43.862Z] --- PASS: TestPauseStopPausedContainer (0.97s) [2019-10-21T22:34:43.862Z] === RUN TestPsFilter [2019-10-21T22:34:44.281Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2019-10-21T22:34:44.470Z] --- PASS: TestPsFilter (0.23s) [2019-10-21T22:34:44.470Z] === RUN TestRemoveContainerWithRemovedVolume [2019-10-21T22:34:44.904Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.88s) [2019-10-21T22:34:44.904Z] === RUN TestRemoveContainerWithVolume [2019-10-21T22:34:45.394Z] ok github.com/docker/docker/builder/remotecontext/git 4.847s coverage: 85.1% of statements [2019-10-21T22:34:45.686Z] --- PASS: TestRemoveContainerWithVolume (0.88s) [2019-10-21T22:34:45.686Z] === RUN TestRemoveContainerRunning [2019-10-21T22:34:46.957Z] --- PASS: TestRemoveContainerRunning (0.97s) [2019-10-21T22:34:46.957Z] === RUN TestRemoveContainerForceRemoveRunning [2019-10-21T22:34:47.454Z] ok github.com/docker/docker/builder/remotecontext 0.591s coverage: 13.6% of statements [2019-10-21T22:34:47.556Z] --- PASS: TestCreateWithDuplicateNetworkNames (16.94s) [2019-10-21T22:34:47.556Z] create_test.go:171: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames" [2019-10-21T22:34:47.556Z] === RUN TestCreateServiceSecretFileMode [2019-10-21T22:34:47.744Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.90s) [2019-10-21T22:34:47.744Z] === RUN TestRemoveInvalidContainer [2019-10-21T22:34:47.744Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2019-10-21T22:34:47.744Z] === RUN TestRenameLinkedContainer [2019-10-21T22:34:48.464Z] ok github.com/docker/docker/pkg/archive 12.573s coverage: 62.0% of statements [2019-10-21T22:34:48.465Z] ok github.com/docker/docker/pkg/authorization 0.581s coverage: 26.8% of statements [2019-10-21T22:34:48.465Z] ok github.com/docker/docker/pkg/broadcaster 0.109s coverage: 100.0% of statements [2019-10-21T22:34:48.465Z] ok github.com/docker/docker/pkg/capabilities 0.088s coverage: 87.5% of statements [2019-10-21T22:34:48.465Z] ok github.com/docker/docker/pkg/chrootarchive 0.177s coverage: 15.4% of statements [2019-10-21T22:34:48.465Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-10-21T22:34:48.465Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-10-21T22:34:48.465Z] ok github.com/docker/docker/pkg/directory 0.075s coverage: 80.0% of statements [2019-10-21T22:34:48.465Z] ok github.com/docker/docker/pkg/discovery 0.119s coverage: 58.3% of statements [2019-10-21T22:34:48.465Z] ok github.com/docker/docker/pkg/discovery/file 0.142s coverage: 92.9% of statements [2019-10-21T22:34:48.465Z] ok github.com/docker/docker/pkg/discovery/kv 3.506s coverage: 84.1% of statements [2019-10-21T22:34:48.465Z] ok github.com/docker/docker/pkg/discovery/memory 0.346s coverage: 92.3% of statements [2019-10-21T22:34:48.465Z] ok github.com/docker/docker/pkg/discovery/nodes 0.350s coverage: 93.8% of statements [2019-10-21T22:34:48.465Z] ok github.com/docker/docker/pkg/filenotify 0.062s coverage: 39.4% of statements [2019-10-21T22:34:48.465Z] ok github.com/docker/docker/pkg/fileutils 0.190s coverage: 87.7% of statements [2019-10-21T22:34:48.465Z] ok github.com/docker/docker/pkg/homedir 0.074s coverage: 42.9% of statements [2019-10-21T22:34:48.465Z] ok github.com/docker/docker/pkg/idtools 0.203s coverage: 6.3% of statements [2019-10-21T22:34:48.465Z] ok github.com/docker/docker/pkg/ioutils 0.748s coverage: 68.8% of statements [2019-10-21T22:34:48.465Z] ok github.com/docker/docker/pkg/jsonmessage 0.265s coverage: 91.7% of statements [2019-10-21T22:34:48.465Z] ok github.com/docker/docker/pkg/locker 0.071s coverage: 88.9% of statements [2019-10-21T22:34:48.465Z] ok github.com/docker/docker/pkg/longpath 0.100s coverage: 100.0% of statements [2019-10-21T22:34:48.465Z] ? github.com/docker/docker/pkg/mount [no test files] [2019-10-21T22:34:48.465Z] ok github.com/docker/docker/pkg/namesgenerator 0.104s coverage: 85.7% of statements [2019-10-21T22:34:48.465Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-10-21T22:34:48.465Z] ok github.com/docker/docker/pkg/parsers 0.225s coverage: 97.0% of statements [2019-10-21T22:34:48.465Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2019-10-21T22:34:48.465Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2019-10-21T22:34:48.465Z] ok github.com/docker/docker/pkg/pidfile 0.069s coverage: 82.6% of statements [2019-10-21T22:34:48.465Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-10-21T22:34:48.465Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-10-21T22:34:48.490Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2019-10-21T22:34:48.747Z] === RUN TestDockerSuite/TestBuildStopSignal [2019-10-21T22:34:50.170Z] ok github.com/docker/docker/builder/dockerfile 1.675s coverage: 48.2% of statements [2019-10-21T22:34:50.171Z] ? github.com/docker/docker/cli [no test files] [2019-10-21T22:34:50.171Z] ? github.com/docker/docker/cli/config [no test files] [2019-10-21T22:34:50.643Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2019-10-21T22:34:50.847Z] Created binary: bundles/binary-daemon/dockerd-dev [2019-10-21T22:34:50.847Z] Copying nested executables into bundles/binary-daemon [2019-10-21T22:34:50.847Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [2019-10-21T22:34:50.900Z] --- PASS: TestCreateServiceSecretFileMode (3.44s) [2019-10-21T22:34:50.900Z] create_test.go:224: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode" [2019-10-21T22:34:50.900Z] === RUN TestCreateServiceConfigFileMode [Pipeline] sh [2019-10-21T22:34:51.178Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40115/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=3ddb4100a052aa556e78fefdf955cf0b7c374d43 -e DOCKER_GRAPHDRIVER docker:3ddb4100a052aa556e78fefdf955cf0b7c374d43 hack/make.sh cross [2019-10-21T22:34:51.742Z] [2019-10-21T22:34:51.742Z] Removing bundles/ [2019-10-21T22:34:51.742Z] [2019-10-21T22:34:51.742Z] ---> Making bundle: cross (in bundles/cross) [2019-10-21T22:34:51.742Z] Cross building: bundles/cross/linux/amd64 [2019-10-21T22:34:51.742Z] Building: bundles/cross/linux/amd64/dockerd-dev [2019-10-21T22:34:51.742Z] GOOS="linux" GOARCH="amd64" GOARM="" [2019-10-21T22:34:51.824Z] --- PASS: TestRenameLinkedContainer (3.54s) [2019-10-21T22:34:51.824Z] === RUN TestRenameStoppedContainer [2019-10-21T22:34:51.832Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2019-10-21T22:34:52.191Z] --- PASS: TestRenameStoppedContainer (1.00s) [2019-10-21T22:34:52.191Z] === RUN TestRenameRunningContainerAndReuse [2019-10-21T22:34:52.398Z] === RUN TestDockerSuite/TestBuildTagEvent [2019-10-21T22:34:53.154Z] ok github.com/docker/docker/pkg/plugins 35.975s coverage: 73.4% of statements [2019-10-21T22:34:53.154Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.115s coverage: 56.8% of statements [2019-10-21T22:34:53.154Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-10-21T22:34:53.154Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-10-21T22:34:53.154Z] ok github.com/docker/docker/pkg/plugins/transport 0.256s coverage: 85.7% of statements [2019-10-21T22:34:53.154Z] ok github.com/docker/docker/pkg/pools 0.058s coverage: 88.2% of statements [2019-10-21T22:34:53.154Z] ok github.com/docker/docker/pkg/progress 0.037s coverage: 75.9% of statements [2019-10-21T22:34:53.154Z] ok github.com/docker/docker/pkg/pubsub 1.312s coverage: 73.9% of statements [2019-10-21T22:34:53.154Z] ok github.com/docker/docker/pkg/reexec 0.256s coverage: 82.4% of statements [2019-10-21T22:34:53.154Z] ok github.com/docker/docker/pkg/signal 0.053s coverage: 20.3% of statements [2019-10-21T22:34:53.154Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-10-21T22:34:53.154Z] ok github.com/docker/docker/pkg/stdcopy 0.086s coverage: 100.0% of statements [2019-10-21T22:34:53.154Z] ok github.com/docker/docker/pkg/streamformatter 0.103s coverage: 66.2% of statements [2019-10-21T22:34:53.154Z] ok github.com/docker/docker/pkg/stringid 0.046s coverage: 70.6% of statements [2019-10-21T22:34:53.154Z] ? github.com/docker/docker/pkg/symlink [no test files] [2019-10-21T22:34:53.154Z] ok github.com/docker/docker/pkg/sysinfo 0.163s coverage: 38.2% of statements [2019-10-21T22:34:53.154Z] ok github.com/docker/docker/pkg/system 0.223s coverage: 12.7% of statements [2019-10-21T22:34:53.154Z] ok github.com/docker/docker/pkg/tailfile 0.103s coverage: 88.6% of statements [2019-10-21T22:34:53.154Z] ok github.com/docker/docker/pkg/tarsum 0.318s coverage: 89.3% of statements [2019-10-21T22:34:53.154Z] ok github.com/docker/docker/pkg/term 0.136s coverage: 30.8% of statements [2019-10-21T22:34:53.154Z] ok github.com/docker/docker/pkg/term/windows 0.088s coverage: 0.0% of statements [no tests to run] [2019-10-21T22:34:53.154Z] ok github.com/docker/docker/pkg/truncindex 0.208s coverage: 91.5% of statements [2019-10-21T22:34:53.154Z] ok github.com/docker/docker/pkg/urlutil 0.069s coverage: 100.0% of statements [2019-10-21T22:34:53.154Z] ok github.com/docker/docker/pkg/useragent 0.129s coverage: 88.9% of statements [2019-10-21T22:34:53.154Z] ok github.com/docker/docker/plugin 0.288s coverage: 11.6% of statements [2019-10-21T22:34:53.154Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-10-21T22:34:53.154Z] ok github.com/docker/docker/plugin/v2 0.144s coverage: 20.1% of statements [2019-10-21T22:34:53.154Z] ok github.com/docker/docker/reference 0.143s coverage: 83.7% of statements [2019-10-21T22:34:53.154Z] ok github.com/docker/docker/registry 0.450s coverage: 52.2% of statements [2019-10-21T22:34:53.154Z] ok github.com/docker/docker/registry/resumable 0.351s coverage: 100.0% of statements [2019-10-21T22:34:53.154Z] ok github.com/docker/docker/restartmanager 0.045s coverage: 50.9% of statements [2019-10-21T22:34:53.154Z] ? github.com/docker/docker/rootless [no test files] [2019-10-21T22:34:53.154Z] ok github.com/docker/docker/runconfig 0.167s coverage: 54.5% of statements [2019-10-21T22:34:53.154Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-10-21T22:34:53.154Z] ok github.com/docker/docker/testutil 0.110s coverage: 62.5% of statements [2019-10-21T22:34:53.154Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-10-21T22:34:53.154Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-10-21T22:34:53.154Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-10-21T22:34:53.154Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-10-21T22:34:53.154Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-10-21T22:34:53.154Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-10-21T22:34:53.154Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-10-21T22:34:53.154Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-10-21T22:34:53.154Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-10-21T22:34:53.154Z] ? github.com/docker/docker/testutil/request [no test files] [2019-10-21T22:34:53.154Z] ? github.com/docker/docker/volume [no test files] [2019-10-21T22:34:53.768Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2019-10-21T22:34:53.999Z] --- PASS: TestRenameRunningContainerAndReuse (1.77s) [2019-10-21T22:34:53.999Z] === RUN TestRenameInvalidName [2019-10-21T22:34:54.025Z] --- PASS: TestCreateServiceConfigFileMode (3.20s) [2019-10-21T22:34:54.025Z] create_test.go:288: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode" [2019-10-21T22:34:54.025Z] === RUN TestCreateServiceSysctls [2019-10-21T22:34:55.322Z] ok github.com/docker/docker/volume/drivers 0.351s coverage: 36.1% of statements [2019-10-21T22:34:55.322Z] ok github.com/docker/docker/volume/local 0.254s coverage: 37.7% of statements [2019-10-21T22:34:55.425Z] --- PASS: TestRenameInvalidName (0.97s) [2019-10-21T22:34:55.426Z] === RUN TestRenameAnonymousContainer [2019-10-21T22:34:55.435Z] === RUN TestDockerSuite/TestBuildUser [2019-10-21T22:34:56.285Z] ok github.com/docker/docker/volume/mounts 0.162s coverage: 66.2% of statements [2019-10-21T22:34:57.818Z] ok github.com/docker/docker/volume/service 0.521s coverage: 70.3% of statements [2019-10-21T22:34:57.818Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-10-21T22:34:57.818Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-10-21T22:34:57.963Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2019-10-21T22:34:58.000Z] --- PASS: TestRenameAnonymousContainer (2.88s) [2019-10-21T22:34:58.000Z] === RUN TestRenameContainerWithSameName [2019-10-21T22:34:58.220Z] --- PASS: TestCreateServiceSysctls (4.21s) [2019-10-21T22:34:58.220Z] create_test.go:378: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls" [2019-10-21T22:34:58.220Z] === RUN TestCreateServiceCapabilities [2019-10-21T22:34:58.633Z] ok github.com/docker/docker/client 1.120s coverage: 75.8% of statements [2019-10-21T22:34:58.908Z] --- PASS: TestRenameContainerWithSameName (0.85s) [2019-10-21T22:34:58.908Z] === RUN TestRenameContainerWithLinkedContainer [2019-10-21T22:35:00.710Z] INFO: make.ps1 ended at 10/21/2019 22:35:00 [2019-10-21T22:35:00.782Z] --- PASS: TestRenameContainerWithLinkedContainer (1.86s) [2019-10-21T22:35:00.782Z] === RUN TestResize [2019-10-21T22:35:01.496Z] --- PASS: TestCreateServiceCapabilities (3.02s) [2019-10-21T22:35:01.496Z] create_test.go:462: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities" [2019-10-21T22:35:01.496Z] === RUN TestInspect [2019-10-21T22:35:01.496Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2019-10-21T22:35:01.594Z] --- PASS: TestResize (1.06s) [2019-10-21T22:35:01.594Z] === RUN TestResizeWithInvalidSize [2019-10-21T22:35:02.240Z] INFO: Unit tests ended at 10/21/2019 22:35:02. Duration:00:04:19.0523671 [2019-10-21T22:35:02.241Z] INFO: Building busybox [2019-10-21T22:35:02.241Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2019-10-21T22:35:02.241Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2019-10-21T22:35:02.241Z] [2019-10-21T22:35:02.241Z] Sending build context to Docker daemon 2.56kB [2019-10-21T22:35:02.241Z] [2019-10-21T22:35:02.241Z] Step 1/6 : FROM microsoft/windowsservercore [2019-10-21T22:35:02.241Z] ---> 739b21bd02e7 [2019-10-21T22:35:02.241Z] Step 2/6 : RUN mkdir C:\tmp && mkdir C:\bin [2019-10-21T22:35:02.411Z] --- PASS: TestResizeWithInvalidSize (0.91s) [2019-10-21T22:35:02.411Z] === RUN TestResizeWhenContainerNotStarted [2019-10-21T22:35:02.697Z] ---> Running in 80e7d1f105c7 [2019-10-21T22:35:03.696Z] --- PASS: TestResizeWhenContainerNotStarted (0.90s) [2019-10-21T22:35:03.696Z] === RUN TestDaemonRestartKillContainers [2019-10-21T22:35:03.696Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-21T22:35:03.696Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-21T22:35:03.696Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-21T22:35:03.696Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-21T22:35:03.696Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-21T22:35:03.696Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-21T22:35:03.696Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-21T22:35:03.696Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-21T22:35:03.696Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-21T22:35:03.696Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-21T22:35:03.696Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-21T22:35:03.696Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-21T22:35:03.696Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-21T22:35:03.696Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-21T22:35:03.696Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-21T22:35:03.696Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-21T22:35:03.696Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-21T22:35:03.696Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-21T22:35:03.696Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-21T22:35:03.696Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-21T22:35:03.696Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-21T22:35:03.696Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-21T22:35:03.696Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-21T22:35:03.696Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-21T22:35:03.696Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-21T22:35:03.696Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-21T22:35:06.335Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-21T22:35:06.335Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-21T22:35:06.753Z] --- PASS: TestInspect (4.66s) [2019-10-21T22:35:06.753Z] inspect_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspect" [2019-10-21T22:35:06.753Z] === RUN TestServiceListWithStatuses [2019-10-21T22:35:06.753Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2019-10-21T22:35:06.753Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-10-21T22:35:06.753Z] === RUN TestDockerNetworkConnectAlias [2019-10-21T22:35:07.624Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-21T22:35:07.624Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-21T22:35:08.476Z] Removing intermediate container 80e7d1f105c7 [2019-10-21T22:35:08.476Z] ---> 43903eedfaca [2019-10-21T22:35:08.476Z] Step 3/6 : ADD http://frippery.org/files/busybox/busybox.exe /bin/ [2019-10-21T22:35:09.004Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-21T22:35:09.004Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-21T22:35:10.005Z] [2019-10-21T22:35:10.005Z] ---> 922477754774 [2019-10-21T22:35:10.005Z] Step 4/6 : RUN setx /M PATH "C:\bin;%PATH%" [2019-10-21T22:35:10.005Z] ---> Running in edfee4ed1ad3 [2019-10-21T22:35:11.534Z] [2019-10-21T22:35:11.534Z] SUCCESS: Specified value was saved. [2019-10-21T22:35:11.688Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-21T22:35:11.688Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-21T22:35:13.300Z] --- PASS: TestDockerNetworkConnectAlias (7.06s) [2019-10-21T22:35:13.300Z] network_test.go:20: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias" [2019-10-21T22:35:13.300Z] === RUN TestDockerNetworkReConnect [2019-10-21T22:35:14.998Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-21T22:35:14.998Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-21T22:35:15.270Z] Removing intermediate container edfee4ed1ad3 [2019-10-21T22:35:15.270Z] ---> 62fed588c66a [2019-10-21T22:35:15.270Z] Step 5/6 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2019-10-21T22:35:15.270Z] ---> Running in 5d3e337b6e0a [2019-10-21T22:35:16.910Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-10-21T22:35:16.910Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.63s) [2019-10-21T22:35:16.910Z] 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-21T22:35:16.910Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.73s) [2019-10-21T22:35:16.910Z] 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-21T22:35:16.910Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.48s) [2019-10-21T22:35:16.910Z] 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-21T22:35:16.910Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.43s) [2019-10-21T22:35:16.910Z] 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-21T22:35:16.910Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.48s) [2019-10-21T22:35:16.910Z] 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-21T22:35:16.910Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.55s) [2019-10-21T22:35:16.910Z] 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-21T22:35:16.910Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.44s) [2019-10-21T22:35:16.910Z] 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-21T22:35:16.910Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.45s) [2019-10-21T22:35:16.910Z] 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-21T22:35:16.910Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.21s) [2019-10-21T22:35:16.910Z] 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-21T22:35:16.910Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.17s) [2019-10-21T22:35:16.910Z] 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-21T22:35:16.910Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.03s) [2019-10-21T22:35:16.910Z] 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-21T22:35:16.910Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.32s) [2019-10-21T22:35:16.910Z] 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-21T22:35:16.910Z] === RUN TestCgroupNamespacesRun [2019-10-21T22:35:18.843Z] --- PASS: TestCgroupNamespacesRun (1.75s) [2019-10-21T22:35:18.843Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun" [2019-10-21T22:35:18.843Z] === RUN TestCgroupNamespacesRunPrivileged [2019-10-21T22:35:19.849Z] --- PASS: TestDockerNetworkReConnect (5.99s) [2019-10-21T22:35:19.849Z] network_test.go:82: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect" [2019-10-21T22:35:19.849Z] === RUN TestServicePlugin [2019-10-21T22:35:19.849Z] === RUN TestDockerSuite/TestBuildVerboseOut [2019-10-21T22:35:20.714Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.68s) [2019-10-21T22:35:20.714Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged" [2019-10-21T22:35:20.714Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-10-21T22:35:21.220Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2019-10-21T22:35:21.477Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2019-10-21T22:35:22.346Z] Cannot create a file when that file already exists. [2019-10-21T22:35:22.558Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.83s) [2019-10-21T22:35:22.558Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode" [2019-10-21T22:35:22.558Z] === RUN TestCgroupNamespacesRunHostMode [2019-10-21T22:35:22.851Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2019-10-21T22:35:24.222Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2019-10-21T22:35:24.222Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2019-10-21T22:35:24.360Z] --- PASS: TestCgroupNamespacesRunHostMode (1.80s) [2019-10-21T22:35:24.360Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode" [2019-10-21T22:35:24.360Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-10-21T22:35:25.803Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.80s) [2019-10-21T22:35:25.803Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode" [2019-10-21T22:35:25.803Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-10-21T22:35:26.119Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2019-10-21T22:35:26.119Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2019-10-21T22:35:26.119Z] === RUN TestDockerSuite/TestBuildWindowsUser [2019-10-21T22:35:26.119Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2019-10-21T22:35:26.119Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2019-10-21T22:35:26.658Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.84s) [2019-10-21T22:35:26.658Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate" [2019-10-21T22:35:26.658Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-10-21T22:35:27.472Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.89s) [2019-10-21T22:35:27.472Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode" [2019-10-21T22:35:27.472Z] === RUN TestCgroupNamespacesRunOlderClient [2019-10-21T22:35:28.645Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2019-10-21T22:35:28.645Z] === RUN TestDockerSuite/TestBuildWithFailure [2019-10-21T22:35:29.331Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.82s) [2019-10-21T22:35:29.331Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient" [2019-10-21T22:35:29.331Z] === RUN TestKernelTCPMemory [2019-10-21T22:35:29.398Z] Removing intermediate container 5d3e337b6e0a [2019-10-21T22:35:29.398Z] ---> 34e06b000465 [2019-10-21T22:35:29.398Z] Step 6/6 : CMD ["sh"] [2019-10-21T22:35:29.398Z] ---> Running in 7865113974ef [2019-10-21T22:35:29.398Z] Removing intermediate container 7865113974ef [2019-10-21T22:35:29.398Z] ---> fe399dee6d30 [2019-10-21T22:35:29.398Z] Successfully built fe399dee6d30 [2019-10-21T22:35:29.398Z] Successfully tagged busybox:latest [2019-10-21T22:35:29.398Z] INFO: Docker images of the daemon under test [2019-10-21T22:35:29.398Z] [2019-10-21T22:35:29.398Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2019-10-21T22:35:29.398Z] busybox latest fe399dee6d30 Less than a second ago 4.83GB [2019-10-21T22:35:29.398Z] microsoft/windowsservercore latest 739b21bd02e7 13 days ago 4.79GB [2019-10-21T22:35:29.398Z] mcr.microsoft.com/windows/servercore ltsc2019 739b21bd02e7 13 days ago 4.79GB [2019-10-21T22:35:29.398Z] [2019-10-21T22:35:29.398Z] INFO: Running integration tests at 10/21/2019 22:35:29... [2019-10-21T22:35:29.398Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2019-10-21T22:35:29.398Z] INFO: Integration API tests being run from the host: [2019-10-21T22:35:29.577Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2019-10-21T22:35:29.856Z] INFO: make.ps1 starting at 10/21/2019 22:35:29 [2019-10-21T22:35:30.141Z] === RUN TestDockerSuite/TestBuildWithTabs [2019-10-21T22:35:30.628Z] --- PASS: TestKernelTCPMemory (1.05s) [2019-10-21T22:35:30.628Z] === RUN TestNISDomainname [2019-10-21T22:35:30.822Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\build [2019-10-21T22:35:31.072Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2019-10-21T22:35:31.330Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2019-10-21T22:35:31.588Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2019-10-21T22:35:32.029Z] --- PASS: TestNISDomainname (1.30s) [2019-10-21T22:35:32.029Z] === RUN TestHostnameDnsResolution [2019-10-21T22:35:33.359Z] --- PASS: TestHostnameDnsResolution (1.37s) [2019-10-21T22:35:33.359Z] === RUN TestStats [2019-10-21T22:35:35.227Z] --- PASS: TestStats (1.92s) [2019-10-21T22:35:35.227Z] === RUN TestStopContainerWithTimeout [2019-10-21T22:35:35.227Z] === RUN TestStopContainerWithTimeout/0 [2019-10-21T22:35:35.227Z] === PAUSE TestStopContainerWithTimeout/0 [2019-10-21T22:35:35.227Z] === RUN TestStopContainerWithTimeout/1 [2019-10-21T22:35:35.227Z] === PAUSE TestStopContainerWithTimeout/1 [2019-10-21T22:35:35.227Z] === RUN TestStopContainerWithTimeout/3 [2019-10-21T22:35:35.227Z] === PAUSE TestStopContainerWithTimeout/3 [2019-10-21T22:35:35.227Z] === RUN TestStopContainerWithTimeout/-1 [2019-10-21T22:35:35.227Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-10-21T22:35:35.227Z] === CONT TestStopContainerWithTimeout/0 [2019-10-21T22:35:35.227Z] === CONT TestStopContainerWithTimeout/3 [2019-10-21T22:35:35.764Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2019-10-21T22:35:36.041Z] === CONT TestStopContainerWithTimeout/-1 [2019-10-21T22:35:37.133Z] === RUN TestDockerSuite/TestBuildWithVolumes [2019-10-21T22:35:38.504Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2019-10-21T22:35:38.506Z] === CONT TestStopContainerWithTimeout/1 [2019-10-21T22:35:39.084Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2019-10-21T22:35:39.648Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2019-10-21T22:35:39.648Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2019-10-21T22:35:39.907Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2019-10-21T22:35:39.907Z] --- PASS: TestStopContainerWithTimeout/0 (0.97s) [2019-10-21T22:35:39.907Z] --- PASS: TestStopContainerWithTimeout/3 (3.01s) [2019-10-21T22:35:39.907Z] --- PASS: TestStopContainerWithTimeout/-1 (2.98s) [2019-10-21T22:35:39.907Z] --- PASS: TestStopContainerWithTimeout/1 (1.91s) [2019-10-21T22:35:39.907Z] === RUN TestDeleteDevicemapper [2019-10-21T22:35:39.907Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-10-21T22:35:39.907Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-21T22:35:39.907Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-10-21T22:35:40.579Z] === RUN TestDockerSuite/TestBuildXZHost [2019-10-21T22:35:43.105Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2019-10-21T22:35:43.105Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2019-10-21T22:35:43.105Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2019-10-21T22:35:43.235Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.40s) [2019-10-21T22:35:43.235Z] === RUN TestUpdateMemory [2019-10-21T22:35:43.601Z] --- SKIP: TestUpdateMemory (0.00s) [2019-10-21T22:35:43.601Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-10-21T22:35:43.601Z] === RUN TestUpdateCPUQuota [2019-10-21T22:35:44.036Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2019-10-21T22:35:44.967Z] === RUN TestDockerSuite/TestCommitChange [2019-10-21T22:35:45.494Z] --- PASS: TestUpdateCPUQuota (1.76s) [2019-10-21T22:35:45.494Z] === RUN TestUpdatePidsLimit [2019-10-21T22:35:45.494Z] === RUN TestUpdatePidsLimit/update_from_none [2019-10-21T22:35:45.494Z] === RUN TestUpdatePidsLimit/no_change [2019-10-21T22:35:45.943Z] === RUN TestUpdatePidsLimit/update_lower [2019-10-21T22:35:46.325Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-10-21T22:35:46.340Z] === RUN TestDockerSuite/TestCommitChangeLabels [2019-10-21T22:35:46.703Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-10-21T22:35:47.272Z] === RUN TestDockerSuite/TestCommitHardlink [2019-10-21T22:35:47.510Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-10-21T22:35:47.510Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-10-21T22:35:49.168Z] === RUN TestDockerSuite/TestCommitNewFile [2019-10-21T22:35:49.514Z] --- PASS: TestUpdatePidsLimit (4.24s) [2019-10-21T22:35:49.514Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.36s) [2019-10-21T22:35:49.514Z] --- PASS: TestUpdatePidsLimit/no_change (0.45s) [2019-10-21T22:35:49.514Z] --- PASS: TestUpdatePidsLimit/update_lower (0.43s) [2019-10-21T22:35:49.514Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.44s) [2019-10-21T22:35:49.514Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.41s) [2019-10-21T22:35:49.514Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.40s) [2019-10-21T22:35:49.514Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.46s) [2019-10-21T22:35:49.514Z] === RUN TestUpdateRestartPolicy [2019-10-21T22:35:50.636Z] === RUN TestDockerSuite/TestCommitPausedContainer [2019-10-21T22:35:51.567Z] === RUN TestDockerSuite/TestCommitTTY [2019-10-21T22:35:53.463Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2019-10-21T22:35:54.394Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2019-10-21T22:35:55.325Z] --- PASS: TestServicePlugin (36.39s) [2019-10-21T22:35:55.325Z] plugin_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin" [2019-10-21T22:35:55.325Z] plugin_test.go:59: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin" [2019-10-21T22:35:55.325Z] plugin_test.go:61: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin" [2019-10-21T22:35:55.325Z] plugin_test.go:62: [da9dd701dd047] joining swarm manager [d1f54136d11dd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T22:35:55.325Z] plugin_test.go:64: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin" [2019-10-21T22:35:55.325Z] plugin_test.go:65: [da54605678fe0] joining swarm manager [d1f54136d11dd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T22:35:55.325Z] === RUN TestServiceUpdateLabel [2019-10-21T22:35:55.526Z] ok github.com/docker/docker/cmd/dockerd 0.252s coverage: 30.3% of statements [2019-10-21T22:35:55.526Z] ok github.com/docker/docker/container 0.171s coverage: 35.3% of statements [2019-10-21T22:35:55.526Z] ? github.com/docker/docker/container/stream [no test files] [2019-10-21T22:35:55.526Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-10-21T22:35:55.526Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-10-21T22:35:55.526Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-10-21T22:35:55.889Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2019-10-21T22:35:56.820Z] === RUN TestDockerSuite/TestCommitWithoutPause [2019-10-21T22:35:57.754Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2019-10-21T22:35:57.754Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2019-10-21T22:35:57.754Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2019-10-21T22:35:58.013Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2019-10-21T22:35:58.013Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2019-10-21T22:35:58.013Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2019-10-21T22:35:58.271Z] === RUN TestDockerSuite/TestContainerAPICommit [2019-10-21T22:35:58.836Z] --- PASS: TestServiceUpdateLabel (3.30s) [2019-10-21T22:35:58.836Z] update_test.go:21: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel" [2019-10-21T22:35:58.836Z] === RUN TestServiceUpdateSecrets [2019-10-21T22:36:00.207Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2019-10-21T22:36:00.772Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\config [2019-10-21T22:36:01.061Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.057s coverage: 65.3% of statements [2019-10-21T22:36:01.229Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\container [2019-10-21T22:36:02.838Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2019-10-21T22:36:02.839Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2019-10-21T22:36:03.095Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2019-10-21T22:36:03.216Z] --- PASS: TestUpdateRestartPolicy (12.96s) [2019-10-21T22:36:03.216Z] === RUN TestUpdateRestartWithAutoRemove [2019-10-21T22:36:03.216Z] --- PASS: TestUpdateRestartWithAutoRemove (0.99s) [2019-10-21T22:36:03.216Z] === RUN TestWaitNonBlocked [2019-10-21T22:36:03.216Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-21T22:36:03.216Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-21T22:36:03.216Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-21T22:36:03.216Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-21T22:36:03.216Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-21T22:36:03.216Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-21T22:36:04.026Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2019-10-21T22:36:04.538Z] --- PASS: TestWaitNonBlocked (0.01s) [2019-10-21T22:36:04.539Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.19s) [2019-10-21T22:36:04.539Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.28s) [2019-10-21T22:36:04.539Z] === RUN TestWaitBlocked [2019-10-21T22:36:04.539Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-21T22:36:04.539Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-21T22:36:04.539Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-10-21T22:36:04.539Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-10-21T22:36:04.539Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-21T22:36:04.539Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-10-21T22:36:04.950Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\image [2019-10-21T22:36:04.958Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2019-10-21T22:36:05.888Z] === RUN TestDockerSuite/TestContainerAPICreate [2019-10-21T22:36:06.429Z] --- PASS: TestWaitBlocked (0.03s) [2019-10-21T22:36:06.429Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.26s) [2019-10-21T22:36:06.429Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.33s) [2019-10-21T22:36:06.429Z] === CONT TestContainerStartOnDaemonRestart [2019-10-21T22:36:06.429Z] === CONT TestIpcModeOlderClient [2019-10-21T22:36:06.429Z] --- PASS: TestIpcModeOlderClient (0.16s) [2019-10-21T22:36:06.429Z] === CONT TestDaemonRestartIpcMode [2019-10-21T22:36:06.451Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2019-10-21T22:36:06.708Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2019-10-21T22:36:06.708Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2019-10-21T22:36:07.639Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2019-10-21T22:36:07.639Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2019-10-21T22:36:07.639Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2019-10-21T22:36:07.639Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2019-10-21T22:36:07.639Z] === RUN TestDockerSuite/TestContainerAPIDelete [2019-10-21T22:36:08.571Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2019-10-21T22:36:08.672Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network [2019-10-21T22:36:09.137Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2019-10-21T22:36:09.509Z] ok github.com/docker/docker/daemon/cluster/convert 0.055s coverage: 35.8% of statements [2019-10-21T22:36:09.717Z] --- PASS: TestContainerStartOnDaemonRestart (3.41s) [2019-10-21T22:36:09.717Z] daemon_linux_test.go:35: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart" [2019-10-21T22:36:10.075Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2019-10-21T22:36:10.075Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2019-10-21T22:36:10.095Z] --- PASS: TestDaemonRestartIpcMode (3.91s) [2019-10-21T22:36:10.095Z] daemon_linux_test.go:89: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode" [2019-10-21T22:36:10.095Z] PASS [2019-10-21T22:36:10.095Z] [2019-10-21T22:36:10.095Z] === Skipped [2019-10-21T22:36:10.095Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2019-10-21T22:36:10.095Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-21T22:36:10.095Z] [2019-10-21T22:36:10.095Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.01s) [2019-10-21T22:36:10.095Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-21T22:36:10.095Z] [2019-10-21T22:36:10.095Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2019-10-21T22:36:10.095Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-21T22:36:10.095Z] [2019-10-21T22:36:10.095Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-21T22:36:10.095Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-21T22:36:10.095Z] [2019-10-21T22:36:10.095Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2019-10-21T22:36:10.095Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-21T22:36:10.095Z] [2019-10-21T22:36:10.095Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2019-10-21T22:36:10.095Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-10-21T22:36:10.095Z] [2019-10-21T22:36:10.095Z] [2019-10-21T22:36:10.095Z] DONE 197 tests, 6 skipped in 142.446s [2019-10-21T22:36:10.095Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2019-10-21T22:36:10.095Z] ++ 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-21T22:36:10.095Z] ++ set -e [2019-10-21T22:36:10.095Z] ++ '[' -n 0 ']' [2019-10-21T22:36:10.095Z] ++ set -x [2019-10-21T22:36:10.095Z] ++ env -i DEST=/go/src/github.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-21T22:36:10.482Z] INFO: Testing against a local daemon [2019-10-21T22:36:10.482Z] === RUN TestCommitInheritsEnv [2019-10-21T22:36:10.851Z] --- PASS: TestCommitInheritsEnv (0.50s) [2019-10-21T22:36:10.851Z] === RUN TestImportExtremelyLargeImageWorks [2019-10-21T22:36:10.851Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-10-21T22:36:10.851Z] === RUN TestImagesFilterMultiReference [2019-10-21T22:36:10.851Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2019-10-21T22:36:10.851Z] === RUN TestImagePullPlatformInvalid [2019-10-21T22:36:10.851Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2019-10-21T22:36:10.851Z] === RUN TestRemoveImageOrphaning [2019-10-21T22:36:11.643Z] --- PASS: TestRemoveImageOrphaning (0.51s) [2019-10-21T22:36:11.643Z] === RUN TestRemoveImageGarbageCollector [2019-10-21T22:36:11.643Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2019-10-21T22:36:11.643Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T22:36:11.643Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-10-21T22:36:11.643Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2019-10-21T22:36:11.643Z] === RUN TestTagInvalidReference [2019-10-21T22:36:11.643Z] --- PASS: TestTagInvalidReference (0.01s) [2019-10-21T22:36:11.643Z] === RUN TestTagValidPrefixedRepo [2019-10-21T22:36:11.643Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2019-10-21T22:36:11.643Z] === RUN TestTagExistedNameWithoutForce [2019-10-21T22:36:11.643Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2019-10-21T22:36:11.643Z] === RUN TestTagOfficialNames [2019-10-21T22:36:11.643Z] --- PASS: TestTagOfficialNames (0.03s) [2019-10-21T22:36:11.643Z] === RUN TestTagMatchesDigest [2019-10-21T22:36:11.643Z] --- PASS: TestTagMatchesDigest (0.01s) [2019-10-21T22:36:11.643Z] === CONT TestImportExtremelyLargeImageWorks [2019-10-21T22:36:11.983Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2019-10-21T22:36:12.221Z] ok github.com/docker/docker/daemon/cluster 0.186s coverage: 0.5% of statements [2019-10-21T22:36:12.404Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2019-10-21T22:36:12.860Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\macvlan [2019-10-21T22:36:12.913Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2019-10-21T22:36:12.913Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2019-10-21T22:36:13.144Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2019-10-21T22:36:13.144Z] Copying nested executables into bundles/cross/linux/amd64 [2019-10-21T22:36:13.144Z] Cross building: bundles/cross/windows/amd64 [2019-10-21T22:36:13.144Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2019-10-21T22:36:13.144Z] GOOS="windows" GOARCH="amd64" GOARM="" [2019-10-21T22:36:13.477Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2019-10-21T22:36:13.827Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin [2019-10-21T22:36:14.407Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2019-10-21T22:36:14.664Z] --- PASS: TestServiceUpdateSecrets (15.97s) [2019-10-21T22:36:14.664Z] update_test.go:77: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets" [2019-10-21T22:36:14.664Z] === RUN TestServiceUpdateConfigs [2019-10-21T22:36:14.796Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\authz [2019-10-21T22:36:15.595Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2019-10-21T22:36:15.762Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\common [2019-10-21T22:36:16.526Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2019-10-21T22:36:16.526Z] === RUN TestDockerSuite/TestContainerAPIKill [2019-10-21T22:36:17.457Z] === RUN TestDockerSuite/TestContainerAPIPause [2019-10-21T22:36:17.783Z] ok github.com/docker/docker/daemon/discovery 0.026s coverage: 30.0% of statements [2019-10-21T22:36:18.389Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2019-10-21T22:36:18.653Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2019-10-21T22:36:19.319Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2019-10-21T22:36:19.319Z] === RUN TestDockerSuite/TestContainerAPIRename [2019-10-21T22:36:19.836Z] ok github.com/docker/docker/daemon/events 0.069s coverage: 50.0% of statements [2019-10-21T22:36:20.250Z] === RUN TestDockerSuite/TestContainerAPIRestart [2019-10-21T22:36:20.477Z] ok github.com/docker/docker/daemon/config 0.153s coverage: 82.1% of statements [2019-10-21T22:36:21.620Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2019-10-21T22:36:23.517Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2019-10-21T22:36:23.517Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2019-10-21T22:36:23.517Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2019-10-21T22:36:23.517Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2019-10-21T22:36:23.517Z] === RUN TestDockerSuite/TestContainerAPIStart [2019-10-21T22:36:23.959Z] ok github.com/docker/docker/daemon/graphdriver 0.011s coverage: 2.2% of statements [2019-10-21T22:36:24.080Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2019-10-21T22:36:24.437Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\logging [2019-10-21T22:36:25.445Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.499s coverage: 13.7% of statements [2019-10-21T22:36:28.943Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.034s coverage: 2.9% of statements [2019-10-21T22:36:28.943Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.756s coverage: 57.9% of statements [2019-10-21T22:36:29.334Z] === RUN TestDockerSuite/TestContainerAPIStop [2019-10-21T22:36:29.568Z] ok github.com/docker/docker/daemon 12.481s coverage: 17.6% of statements [2019-10-21T22:36:29.568Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-10-21T22:36:29.568Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-10-21T22:36:29.568Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-10-21T22:36:29.568Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-10-21T22:36:29.593Z] === RUN TestDockerSuite/TestContainerAPITop [2019-10-21T22:36:29.851Z] --- PASS: TestServiceUpdateConfigs (15.29s) [2019-10-21T22:36:29.851Z] update_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs" [2019-10-21T22:36:29.851Z] === RUN TestServiceUpdateNetwork [2019-10-21T22:36:30.414Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2019-10-21T22:36:30.414Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2019-10-21T22:36:30.414Z] === RUN TestDockerSuite/TestContainerAPIWait [2019-10-21T22:36:32.994Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2019-10-21T22:36:33.690Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2019-10-21T22:36:34.254Z] === RUN TestDockerSuite/TestContainerNetworkMode [2019-10-21T22:36:35.624Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2019-10-21T22:36:36.431Z] ok github.com/docker/docker/daemon/graphdriver/aufs 11.109s coverage: 68.6% of statements [2019-10-21T22:36:36.431Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.008s coverage: 51.0% of statements [2019-10-21T22:36:36.725Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\secret [2019-10-21T22:36:39.143Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.304s coverage: 45.9% of statements [2019-10-21T22:36:39.144Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-10-21T22:36:39.619Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\service [2019-10-21T22:36:40.163Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.017s coverage: 58.0% of statements [2019-10-21T22:36:40.450Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.565s coverage: 76.1% of statements [2019-10-21T22:36:40.738Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 4.545s coverage: 52.6% of statements [2019-10-21T22:36:40.738Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-10-21T22:36:40.738Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-10-21T22:36:40.882Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2019-10-21T22:36:40.883Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2019-10-21T22:36:42.239Z] ok github.com/docker/docker/daemon/links 0.048s coverage: 93.0% of statements [2019-10-21T22:36:42.779Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2019-10-21T22:36:43.340Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\session [2019-10-21T22:36:44.150Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2019-10-21T22:36:45.084Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2019-10-21T22:36:45.342Z] --- PASS: TestServiceUpdateNetwork (15.29s) [2019-10-21T22:36:45.342Z] update_test.go:201: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork" [2019-10-21T22:36:45.342Z] PASS [2019-10-21T22:36:45.342Z] [2019-10-21T22:36:45.342Z] === Skipped [2019-10-21T22:36:45.342Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2019-10-21T22:36:45.342Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-10-21T22:36:45.342Z] [2019-10-21T22:36:45.342Z] [2019-10-21T22:36:45.342Z] DONE 20 tests, 1 skipped in 173.760s [2019-10-21T22:36:45.342Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2019-10-21T22:36:45.342Z] ++ 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-21T22:36:45.342Z] ++ set -e [2019-10-21T22:36:45.342Z] ++ '[' -n 0 ']' [2019-10-21T22:36:45.342Z] ++ set -x [2019-10-21T22:36:45.342Z] ++ env -i DEST=/go/src/github.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-21T22:36:45.342Z] INFO: Testing against a local daemon [2019-10-21T22:36:45.342Z] === RUN TestSessionCreate [2019-10-21T22:36:45.342Z] --- PASS: TestSessionCreate (0.05s) [2019-10-21T22:36:45.342Z] === RUN TestSessionCreateWithBadUpgrade [2019-10-21T22:36:45.342Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s) [2019-10-21T22:36:45.342Z] PASS [2019-10-21T22:36:45.599Z] [2019-10-21T22:36:45.599Z] DONE 2 tests in 0.230s [2019-10-21T22:36:45.599Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2019-10-21T22:36:45.599Z] ++ 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-21T22:36:45.599Z] ++ set -e [2019-10-21T22:36:45.599Z] ++ '[' -n 0 ']' [2019-10-21T22:36:45.599Z] ++ set -x [2019-10-21T22:36:45.600Z] ++ env -i DEST=/go/src/github.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-21T22:36:45.600Z] INFO: Testing against a local daemon [2019-10-21T22:36:45.600Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-10-21T22:36:45.600Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-21T22:36:45.600Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-21T22:36:45.600Z] === RUN TestEventsExecDie [2019-10-21T22:36:45.735Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.018s coverage: 3.0% of statements [2019-10-21T22:36:46.531Z] --- PASS: TestEventsExecDie (0.98s) [2019-10-21T22:36:46.531Z] === RUN TestEventsBackwardsCompatible [2019-10-21T22:36:46.791Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2019-10-21T22:36:46.791Z] === RUN TestInfoBinaryCommits [2019-10-21T22:36:46.791Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2019-10-21T22:36:46.791Z] --- PASS: TestInfoBinaryCommits (0.03s) [2019-10-21T22:36:46.791Z] === RUN TestInfoAPIVersioned [2019-10-21T22:36:46.791Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-10-21T22:36:46.791Z] === RUN TestInfoAPI [2019-10-21T22:36:46.791Z] --- PASS: TestInfoAPI (0.02s) [2019-10-21T22:36:46.791Z] === RUN TestInfoAPIWarnings [2019-10-21T22:36:47.076Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\system [2019-10-21T22:36:47.738Z] --- PASS: TestInfoAPIWarnings (0.82s) [2019-10-21T22:36:47.738Z] info_test.go:49: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings" [2019-10-21T22:36:47.738Z] === RUN TestLoginFailsWithBadCredentials [2019-10-21T22:36:47.738Z] --- PASS: TestLoginFailsWithBadCredentials (0.26s) [2019-10-21T22:36:47.738Z] === RUN TestPingCacheHeaders [2019-10-21T22:36:47.738Z] --- PASS: TestPingCacheHeaders (0.02s) [2019-10-21T22:36:47.738Z] === RUN TestPingGet [2019-10-21T22:36:47.738Z] --- PASS: TestPingGet (0.01s) [2019-10-21T22:36:47.738Z] === RUN TestPingHead [2019-10-21T22:36:47.738Z] --- PASS: TestPingHead (0.02s) [2019-10-21T22:36:47.738Z] === RUN TestVersion [2019-10-21T22:36:47.787Z] ok github.com/docker/docker/daemon/logger 0.271s coverage: 42.7% of statements [2019-10-21T22:36:47.996Z] --- PASS: TestVersion (0.02s) [2019-10-21T22:36:47.996Z] PASS [2019-10-21T22:36:47.996Z] [2019-10-21T22:36:47.996Z] === Skipped [2019-10-21T22:36:47.996Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-21T22:36:47.996Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-21T22:36:47.996Z] [2019-10-21T22:36:47.996Z] [2019-10-21T22:36:47.996Z] DONE 12 tests, 1 skipped in 2.374s [2019-10-21T22:36:47.996Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2019-10-21T22:36:47.996Z] ++ 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-21T22:36:47.996Z] ++ set -e [2019-10-21T22:36:47.996Z] ++ '[' -n 0 ']' [2019-10-21T22:36:47.996Z] ++ set -x [2019-10-21T22:36:47.996Z] ++ env -i DEST=/go/src/github.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-21T22:36:47.996Z] INFO: Testing against a local daemon [2019-10-21T22:36:47.996Z] === RUN TestVolumesCreateAndList [2019-10-21T22:36:47.996Z] --- PASS: TestVolumesCreateAndList (0.02s) [2019-10-21T22:36:47.996Z] === RUN TestVolumesRemove [2019-10-21T22:36:47.996Z] --- PASS: TestVolumesRemove (0.08s) [2019-10-21T22:36:47.996Z] === RUN TestVolumesInspect [2019-10-21T22:36:48.253Z] --- PASS: TestVolumesInspect (0.02s) [2019-10-21T22:36:48.253Z] === RUN TestVolumesInvalidJSON [2019-10-21T22:36:48.253Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-10-21T22:36:48.253Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-10-21T22:36:48.253Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-10-21T22:36:48.253Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2019-10-21T22:36:48.253Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-10-21T22:36:48.253Z] PASS [2019-10-21T22:36:48.253Z] [2019-10-21T22:36:48.253Z] DONE 5 tests in 0.257s [2019-10-21T22:36:48.253Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-21T22:36:48.253Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2019-10-21T22:36:48.510Z] ++++ cat bundles/test-integration/docker.pid [2019-10-21T22:36:48.510Z] +++ kill 5339 [2019-10-21T22:36:49.841Z] ok github.com/docker/docker/daemon/logger/awslogs 0.700s coverage: 77.8% of statements [2019-10-21T22:36:49.879Z] +++ /etc/init.d/apparmor stop [2019-10-21T22:36:49.879Z] Clearing AppArmor profiles cache:. [2019-10-21T22:36:49.879Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-21T22:36:49.879Z] Unloading profiles will leave already running processes permanently [2019-10-21T22:36:49.879Z] unconfined, which can lead to unexpected situations. [2019-10-21T22:36:49.879Z] [2019-10-21T22:36:49.879Z] To set a process to complain mode, use the command line tool [2019-10-21T22:36:49.879Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-21T22:36:49.879Z] with the 'teardown' option." [2019-10-21T22:36:49.879Z] [2019-10-21T22:36:49.879Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2019-10-21T22:36:49.970Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\volume [2019-10-21T22:36:50.129Z] ok github.com/docker/docker/daemon/logger/gelf 0.022s coverage: 68.2% of statements [2019-10-21T22:36:51.619Z] ok github.com/docker/docker/daemon/logger/journald 0.027s coverage: 26.2% of statements [2019-10-21T22:36:51.778Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000910f80_} [2019-10-21T22:36:51.906Z] ok github.com/docker/docker/daemon/images 0.057s coverage: 4.9% of statements [2019-10-21T22:36:51.906Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-10-21T22:36:51.906Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-10-21T22:36:51.906Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-10-21T22:36:51.906Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-10-21T22:36:51.906Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.046s coverage: 88.3% of statements [2019-10-21T22:36:52.861Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2019-10-21T22:36:52.861Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-21T22:36:52.861Z] INFO: Testing against a local daemon [2019-10-21T22:36:52.861Z] === RUN TestBuildWithSession [2019-10-21T22:36:52.861Z] --- SKIP: TestBuildWithSession (0.00s) [2019-10-21T22:36:52.861Z] build_session_test.go:25: TODO: BuildKit [2019-10-21T22:36:52.861Z] === RUN TestBuildSquashParent [2019-10-21T22:36:52.861Z] --- SKIP: TestBuildSquashParent (0.00s) [2019-10-21T22:36:52.861Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T22:36:52.861Z] === RUN TestBuildWithRemoveAndForceRemove [2019-10-21T22:36:52.861Z] --- SKIP: TestBuildWithRemoveAndForceRemove (0.00s) [2019-10-21T22:36:52.861Z] build_test.go:25: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-21T22:36:52.861Z] === RUN TestBuildMultiStageCopy [2019-10-21T22:36:52.861Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-10-21T22:36:53.147Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1140381364_/foo_false____} [2019-10-21T22:36:54.628Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.015s coverage: 62.1% of statements [2019-10-21T22:36:55.042Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1140381364_/foo_true____} [2019-10-21T22:36:56.412Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3816611971_/foo_false____} [2019-10-21T22:36:56.667Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.055s coverage: 19.9% of statements [2019-10-21T22:36:56.667Z] ok github.com/docker/docker/daemon/logger/local 0.094s coverage: 74.7% of statements [2019-10-21T22:36:56.667Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-10-21T22:36:58.171Z] ok github.com/docker/docker/daemon/logger/templates 0.007s coverage: 8.3% of statements [2019-10-21T22:36:58.308Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3816611971_/foo_true____} [2019-10-21T22:36:58.795Z] ok github.com/docker/docker/daemon/logger/syslog 0.024s coverage: 47.8% of statements [2019-10-21T22:36:59.677Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3816611971_/foo_true__0xc000911400__} [2019-10-21T22:37:00.286Z] ok github.com/docker/docker/daemon/logger/splunk 2.940s coverage: 82.5% of statements [2019-10-21T22:37:00.286Z] ? github.com/docker/docker/daemon/names [no test files] [2019-10-21T22:37:00.573Z] ok github.com/docker/docker/daemon/network 0.044s coverage: 63.8% of statements [2019-10-21T22:37:00.573Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-10-21T22:37:01.046Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000911420_} [2019-10-21T22:37:02.940Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000911440_} [2019-10-21T22:37:03.152Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-10-21T22:37:03.612Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-10-21T22:37:04.310Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000911460_} [2019-10-21T22:37:04.990Z] ok github.com/docker/docker/distribution/metadata 0.109s coverage: 48.2% of statements [2019-10-21T22:37:05.143Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-10-21T22:37:06.015Z] ok github.com/docker/docker/errdefs 0.053s coverage: 49.4% of statements [2019-10-21T22:37:06.105Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-10-21T22:37:06.205Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000911480_} [2019-10-21T22:37:07.522Z] ok github.com/docker/docker/distribution 0.632s coverage: 22.1% of statements [2019-10-21T22:37:07.522Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-10-21T22:37:07.574Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2019-10-21T22:37:07.633Z] --- PASS: TestBuildMultiStageCopy (14.89s) [2019-10-21T22:37:07.633Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (10.28s) [2019-10-21T22:37:07.633Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.83s) [2019-10-21T22:37:07.633Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.06s) [2019-10-21T22:37:07.633Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.27s) [2019-10-21T22:37:07.633Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.45s) [2019-10-21T22:37:07.633Z] === RUN TestBuildMultiStageParentConfig [2019-10-21T22:37:07.633Z] --- SKIP: TestBuildMultiStageParentConfig (0.01s) [2019-10-21T22:37:07.633Z] build_test.go:192: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-21T22:37:07.633Z] === RUN TestBuildLabelWithTargets [2019-10-21T22:37:07.633Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2019-10-21T22:37:07.633Z] build_test.go:236: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-21T22:37:07.633Z] === RUN TestBuildWithEmptyLayers [2019-10-21T22:37:08.542Z] ok github.com/docker/docker/distribution/xfer 1.697s coverage: 85.1% of statements [2019-10-21T22:37:08.542Z] ? github.com/docker/docker/dockerversion [no test files] [2019-10-21T22:37:08.597Z] --- PASS: TestBuildWithEmptyLayers (1.20s) [2019-10-21T22:37:08.597Z] === RUN TestBuildMultiStageOnBuild [2019-10-21T22:37:08.597Z] --- SKIP: TestBuildMultiStageOnBuild (0.00s) [2019-10-21T22:37:08.597Z] build_test.go:343: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-21T22:37:08.597Z] === RUN TestBuildUncleanTarFilenames [2019-10-21T22:37:08.942Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2019-10-21T22:37:09.053Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s) [2019-10-21T22:37:09.053Z] build_test.go:390: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-21T22:37:09.053Z] === RUN TestBuildMultiStageLayerLeak [2019-10-21T22:37:09.053Z] --- SKIP: TestBuildMultiStageLayerLeak (0.01s) [2019-10-21T22:37:09.053Z] build_test.go:450: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-21T22:37:09.053Z] === RUN TestBuildWithHugeFile [2019-10-21T22:37:09.053Z] --- SKIP: TestBuildWithHugeFile (0.01s) [2019-10-21T22:37:09.053Z] build_test.go:491: testEnv.OSType == "windows" [2019-10-21T22:37:09.053Z] === RUN TestBuildWithEmptyDockerfile [2019-10-21T22:37:09.053Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-21T22:37:09.053Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-21T22:37:09.053Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-21T22:37:09.053Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-21T22:37:09.053Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-21T22:37:09.053Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-21T22:37:09.053Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-21T22:37:09.053Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-21T22:37:09.053Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-21T22:37:09.053Z] --- PASS: TestBuildWithEmptyDockerfile (0.44s) [2019-10-21T22:37:09.053Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2019-10-21T22:37:09.053Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2019-10-21T22:37:09.053Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2019-10-21T22:37:09.053Z] === RUN TestBuildPreserveOwnership [2019-10-21T22:37:09.200Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2019-10-21T22:37:09.200Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2019-10-21T22:37:09.200Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2019-10-21T22:37:09.200Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2019-10-21T22:37:09.200Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2019-10-21T22:37:09.200Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2019-10-21T22:37:09.200Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2019-10-21T22:37:09.200Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2019-10-21T22:37:09.457Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2019-10-21T22:37:09.457Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2019-10-21T22:37:09.457Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2019-10-21T22:37:09.457Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2019-10-21T22:37:09.509Z] --- SKIP: TestBuildPreserveOwnership (0.01s) [2019-10-21T22:37:09.509Z] build_test.go:579: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-21T22:37:09.509Z] === RUN TestBuildPlatformInvalid [2019-10-21T22:37:09.509Z] --- PASS: TestBuildPlatformInvalid (0.04s) [2019-10-21T22:37:09.509Z] PASS [2019-10-21T22:37:09.509Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2019-10-21T22:37:09.509Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-21T22:37:09.509Z] INFO: Testing against a local daemon [2019-10-21T22:37:09.509Z] === RUN TestConfigList [2019-10-21T22:37:09.509Z] --- SKIP: TestConfigList (0.00s) [2019-10-21T22:37:09.509Z] config_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T22:37:09.509Z] === RUN TestConfigsCreateAndDelete [2019-10-21T22:37:09.509Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2019-10-21T22:37:09.509Z] config_test.go:109: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T22:37:09.509Z] === RUN TestConfigsUpdate [2019-10-21T22:37:09.509Z] --- SKIP: TestConfigsUpdate (0.00s) [2019-10-21T22:37:09.509Z] config_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T22:37:09.509Z] === RUN TestTemplatedConfig [2019-10-21T22:37:09.509Z] --- SKIP: TestTemplatedConfig (0.00s) [2019-10-21T22:37:09.509Z] config_test.go:191: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T22:37:09.509Z] === RUN TestConfigInspect [2019-10-21T22:37:09.509Z] --- SKIP: TestConfigInspect (0.00s) [2019-10-21T22:37:09.509Z] config_test.go:323: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T22:37:09.509Z] === RUN TestConfigCreateWithLabels [2019-10-21T22:37:09.509Z] --- SKIP: TestConfigCreateWithLabels (0.00s) [2019-10-21T22:37:09.509Z] config_test.go:347: testEnv.DaemonInfo.OSType != "linux" [2019-10-21T22:37:09.509Z] === RUN TestConfigCreateResolve [2019-10-21T22:37:09.509Z] --- SKIP: TestConfigCreateResolve (0.00s) [2019-10-21T22:37:09.509Z] config_test.go:374: testEnv.DaemonInfo.OSType != "linux" [2019-10-21T22:37:09.509Z] === RUN TestConfigDaemonLibtrustID [2019-10-21T22:37:09.509Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2019-10-21T22:37:09.509Z] config_test.go:424: testEnv.DaemonInfo.OSType != "linux" [2019-10-21T22:37:09.509Z] PASS [2019-10-21T22:37:09.509Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2019-10-21T22:37:09.509Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-21T22:37:09.509Z] INFO: Testing against a local daemon [2019-10-21T22:37:09.509Z] === RUN TestCheckpoint [2019-10-21T22:37:09.509Z] --- SKIP: TestCheckpoint (0.00s) [2019-10-21T22:37:09.509Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-21T22:37:09.510Z] === RUN TestContainerInvalidJSON [2019-10-21T22:37:09.510Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-10-21T22:37:09.510Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-10-21T22:37:09.510Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-10-21T22:37:09.510Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-10-21T22:37:09.510Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-10-21T22:37:09.510Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-10-21T22:37:09.510Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-10-21T22:37:09.510Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-10-21T22:37:09.510Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-10-21T22:37:09.510Z] --- PASS: TestContainerInvalidJSON (0.04s) [2019-10-21T22:37:09.510Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-10-21T22:37:09.510Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-10-21T22:37:09.510Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2019-10-21T22:37:09.510Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-10-21T22:37:09.510Z] --- SKIP: TestCopyFromContainerPathDoesNotExist (0.02s) [2019-10-21T22:37:09.510Z] copy_test.go:25: testEnv.OSType == "windows" [2019-10-21T22:37:09.510Z] === RUN TestCopyFromContainerPathIsNotDir [2019-10-21T22:37:09.510Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.02s) [2019-10-21T22:37:09.510Z] copy_test.go:39: testEnv.OSType == "windows" [2019-10-21T22:37:09.510Z] === RUN TestCopyToContainerPathDoesNotExist [2019-10-21T22:37:09.510Z] --- SKIP: TestCopyToContainerPathDoesNotExist (0.03s) [2019-10-21T22:37:09.510Z] copy_test.go:51: testEnv.OSType == "windows" [2019-10-21T22:37:09.510Z] === RUN TestCopyToContainerPathIsNotDir [2019-10-21T22:37:09.510Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.02s) [2019-10-21T22:37:09.510Z] copy_test.go:65: testEnv.OSType == "windows" [2019-10-21T22:37:09.510Z] === RUN TestCopyFromContainer [2019-10-21T22:37:09.510Z] --- SKIP: TestCopyFromContainer (0.00s) [2019-10-21T22:37:09.510Z] copy_test.go:76: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T22:37:09.510Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-10-21T22:37:09.510Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-21T22:37:09.510Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-21T22:37:09.510Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-21T22:37:09.510Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-21T22:37:09.510Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-21T22:37:09.510Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-21T22:37:09.510Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-21T22:37:09.510Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-21T22:37:09.510Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-21T22:37:09.510Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2019-10-21T22:37:09.510Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-10-21T22:37:09.510Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2019-10-21T22:37:09.510Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2019-10-21T22:37:09.510Z] === RUN TestCreateLinkToNonExistingContainer [2019-10-21T22:37:09.510Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2019-10-21T22:37:09.510Z] create_test.go:72: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2019-10-21T22:37:09.510Z] === RUN TestCreateWithInvalidEnv [2019-10-21T22:37:09.510Z] === RUN TestCreateWithInvalidEnv/0 [2019-10-21T22:37:09.510Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-10-21T22:37:09.510Z] === RUN TestCreateWithInvalidEnv/1 [2019-10-21T22:37:09.510Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-10-21T22:37:09.510Z] === RUN TestCreateWithInvalidEnv/2 [2019-10-21T22:37:09.510Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-10-21T22:37:09.510Z] === CONT TestCreateWithInvalidEnv/0 [2019-10-21T22:37:09.510Z] === CONT TestCreateWithInvalidEnv/2 [2019-10-21T22:37:09.510Z] === CONT TestCreateWithInvalidEnv/1 [2019-10-21T22:37:09.510Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2019-10-21T22:37:09.510Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-10-21T22:37:09.510Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-10-21T22:37:09.510Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2019-10-21T22:37:09.510Z] === RUN TestCreateTmpfsMountsTarget [2019-10-21T22:37:09.510Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2019-10-21T22:37:09.510Z] create_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T22:37:09.510Z] === RUN TestCreateWithCustomMaskedPaths [2019-10-21T22:37:09.510Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2019-10-21T22:37:09.510Z] create_test.go:176: testEnv.DaemonInfo.OSType != "linux" [2019-10-21T22:37:09.510Z] === RUN TestCreateWithCapabilities [2019-10-21T22:37:09.510Z] --- SKIP: TestCreateWithCapabilities (0.00s) [2019-10-21T22:37:09.510Z] create_test.go:255: testEnv.DaemonInfo.OSType == "windows": FIXME: test should be able to run on LCOW [2019-10-21T22:37:09.510Z] === RUN TestCreateWithCustomReadonlyPaths [2019-10-21T22:37:09.510Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2019-10-21T22:37:09.510Z] create_test.go:381: testEnv.DaemonInfo.OSType != "linux" [2019-10-21T22:37:09.510Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-10-21T22:37:09.510Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-21T22:37:09.510Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-21T22:37:09.510Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-21T22:37:09.510Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-21T22:37:09.510Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-21T22:37:09.510Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-21T22:37:09.510Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-21T22:37:09.510Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-21T22:37:09.510Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-21T22:37:09.510Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-21T22:37:09.510Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-21T22:37:09.510Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-21T22:37:09.510Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-21T22:37:09.510Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-21T22:37:09.510Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-21T22:37:09.510Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2019-10-21T22:37:09.510Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2019-10-21T22:37:09.510Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2019-10-21T22:37:09.510Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-10-21T22:37:09.510Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2019-10-21T22:37:09.510Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2019-10-21T22:37:09.510Z] === RUN TestDiff [2019-10-21T22:37:09.510Z] --- SKIP: TestDiff (0.00s) [2019-10-21T22:37:09.510Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2019-10-21T22:37:09.510Z] === RUN TestExecWithCloseStdin [2019-10-21T22:37:09.715Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2019-10-21T22:37:09.715Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2019-10-21T22:37:09.715Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2019-10-21T22:37:09.715Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2019-10-21T22:37:09.715Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2019-10-21T22:37:09.715Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2019-10-21T22:37:11.250Z] ok github.com/docker/docker/image 0.117s coverage: 86.4% of statements [2019-10-21T22:37:11.872Z] ok github.com/docker/docker/image/cache 0.068s coverage: 19.2% of statements [2019-10-21T22:37:11.872Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-10-21T22:37:12.404Z] --- PASS: TestExecWithCloseStdin (2.32s) [2019-10-21T22:37:12.404Z] === RUN TestExec [2019-10-21T22:37:12.404Z] --- SKIP: TestExec (0.00s) [2019-10-21T22:37:12.404Z] exec_test.go:88: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2019-10-21T22:37:12.404Z] === RUN TestExecUser [2019-10-21T22:37:12.404Z] --- SKIP: TestExecUser (0.00s) [2019-10-21T22:37:12.404Z] exec_test.go:123: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2019-10-21T22:37:12.404Z] === RUN TestExportContainerAndImportImage [2019-10-21T22:37:12.404Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2019-10-21T22:37:12.404Z] export_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T22:37:12.404Z] === RUN TestExportContainerAfterDaemonRestart [2019-10-21T22:37:12.404Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2019-10-21T22:37:12.404Z] export_test.go:60: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T22:37:12.404Z] === RUN TestHealthCheckWorkdir [2019-10-21T22:37:12.404Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2019-10-21T22:37:12.404Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2019-10-21T22:37:12.404Z] === RUN TestHealthKillContainer [2019-10-21T22:37:12.404Z] --- SKIP: TestHealthKillContainer (0.00s) [2019-10-21T22:37:12.404Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2019-10-21T22:37:12.404Z] === RUN TestInspectCpusetInConfigPre120 [2019-10-21T22:37:12.404Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2019-10-21T22:37:12.404Z] inspect_test.go:19: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2019-10-21T22:37:12.404Z] === RUN TestKillContainerInvalidSignal [2019-10-21T22:37:12.494Z] ok github.com/docker/docker/libcontainerd/queue 0.043s coverage: 100.0% of statements [2019-10-21T22:37:12.796Z] ok github.com/docker/docker/image/v1 0.025s coverage: 25.0% of statements [2019-10-21T22:37:12.796Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-10-21T22:37:12.989Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2019-10-21T22:37:13.935Z] --- PASS: TestKillContainerInvalidSignal (1.89s) [2019-10-21T22:37:13.935Z] === RUN TestKillContainer [2019-10-21T22:37:13.935Z] --- SKIP: TestKillContainer (0.00s) [2019-10-21T22:37:13.935Z] kill_test.go:33: testEnv.OSType == "windows": TODO Windows: FIXME. No SIGWINCH [2019-10-21T22:37:13.935Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-10-21T22:37:13.935Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2019-10-21T22:37:13.935Z] kill_test.go:73: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-10-21T22:37:13.935Z] === RUN TestKillStoppedContainer [2019-10-21T22:37:13.935Z] --- SKIP: TestKillStoppedContainer (0.00s) [2019-10-21T22:37:13.935Z] kill_test.go:112: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-10-21T22:37:13.935Z] === RUN TestKillStoppedContainerAPIPre120 [2019-10-21T22:37:13.935Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2019-10-21T22:37:13.935Z] kill_test.go:123: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-10-21T22:37:13.935Z] === RUN TestKillDifferentUserContainer [2019-10-21T22:37:13.935Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2019-10-21T22:37:13.935Z] kill_test.go:134: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2019-10-21T22:37:13.935Z] === RUN TestInspectOomKilledTrue [2019-10-21T22:37:13.935Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-10-21T22:37:13.935Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-21T22:37:13.935Z] === RUN TestInspectOomKilledFalse [2019-10-21T22:37:13.935Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-10-21T22:37:13.935Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-21T22:37:13.935Z] === RUN TestLogsFollowTailEmpty [2019-10-21T22:37:14.297Z] ok github.com/docker/docker/pkg/aaparser 0.034s coverage: 50.0% of statements [2019-10-21T22:37:15.512Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2019-10-21T22:37:16.102Z] --- PASS: TestLogsFollowTailEmpty (1.91s) [2019-10-21T22:37:16.102Z] === RUN TestNetworkNat [2019-10-21T22:37:16.102Z] --- SKIP: TestNetworkNat (0.00s) [2019-10-21T22:37:16.102Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2019-10-21T22:37:16.102Z] === RUN TestNetworkLocalhostTCPNat [2019-10-21T22:37:16.102Z] --- SKIP: TestNetworkLocalhostTCPNat (0.00s) [2019-10-21T22:37:16.102Z] nat_test.go:43: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-21T22:37:16.102Z] === RUN TestNetworkLoopbackNat [2019-10-21T22:37:16.102Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2019-10-21T22:37:16.102Z] nat_test.go:61: testEnv.OSType == "windows": FIXME [2019-10-21T22:37:16.102Z] === RUN TestPause [2019-10-21T22:37:16.102Z] --- SKIP: TestPause (0.00s) [2019-10-21T22:37:16.102Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2019-10-21T22:37:16.102Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-10-21T22:37:17.632Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.76s) [2019-10-21T22:37:17.632Z] === RUN TestPauseStopPausedContainer [2019-10-21T22:37:17.632Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2019-10-21T22:37:17.632Z] pause_test.go:68: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T22:37:17.632Z] === RUN TestPsFilter [2019-10-21T22:37:17.632Z] --- PASS: TestPsFilter (0.14s) [2019-10-21T22:37:17.632Z] === RUN TestRemoveContainerWithRemovedVolume [2019-10-21T22:37:18.759Z] ok github.com/docker/docker/opts 0.087s coverage: 66.9% of statements [2019-10-21T22:37:18.788Z] === RUN TestDockerSuite/TestCopyAndRestart [2019-10-21T22:37:19.379Z] ok github.com/docker/docker/pkg/authorization 0.620s coverage: 68.3% of statements [2019-10-21T22:37:19.666Z] ok github.com/docker/docker/pkg/broadcaster 0.017s coverage: 100.0% of statements [2019-10-21T22:37:19.798Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.07s) [2019-10-21T22:37:19.798Z] === RUN TestRemoveContainerWithVolume [2019-10-21T22:37:20.162Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2019-10-21T22:37:20.162Z] === RUN TestDockerSuite/TestCpAbsolutePath [2019-10-21T22:37:20.291Z] ok github.com/docker/docker/pkg/archive 1.579s coverage: 76.8% of statements [2019-10-21T22:37:20.291Z] ok github.com/docker/docker/pkg/capabilities 0.014s coverage: 87.5% of statements [2019-10-21T22:37:20.907Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2019-10-21T22:37:20.907Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2019-10-21T22:37:20.907Z] remote: Enumerating objects: 19, done. [2019-10-21T22:37:20.907Z] remote: Total 19 (delta 0), reused 0 (delta 0), pack-reused 19 [2019-10-21T22:37:20.908Z] 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-21T22:37:20.908Z] Building: bundles/cross/windows/amd64/containerutility.exe [2019-10-21T22:37:21.093Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2019-10-21T22:37:21.309Z] ok github.com/docker/docker/pkg/directory 0.007s coverage: 80.0% of statements [2019-10-21T22:37:21.964Z] --- PASS: TestRemoveContainerWithVolume (2.26s) [2019-10-21T22:37:21.964Z] === RUN TestRemoveContainerRunning [2019-10-21T22:37:22.028Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2019-10-21T22:37:22.326Z] ok github.com/docker/docker/pkg/discovery 0.009s coverage: 58.3% of statements [2019-10-21T22:37:22.805Z] [2019-10-21T22:37:22.947Z] ok github.com/docker/docker/pkg/discovery/file 0.020s coverage: 92.9% of statements [2019-10-21T22:37:23.413Z] === RUN TestDockerSuite/TestCpFromCaseA [2019-10-21T22:37:24.131Z] --- PASS: TestRemoveContainerRunning (1.78s) [2019-10-21T22:37:24.131Z] === RUN TestRemoveContainerForceRemoveRunning [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-10-21T22:37:24.345Z] === RUN TestDockerSuite/TestCpFromCaseB [2019-10-21T22:37:24.454Z] ok github.com/docker/docker/layer 7.535s coverage: 68.8% of statements [2019-10-21T22:37:24.455Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-10-21T22:37:24.455Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-10-21T22:37:24.455Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-10-21T22:37:24.455Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-10-21T22:37:24.455Z] ? github.com/docker/docker/oci [no test files] [2019-10-21T22:37:24.455Z] ? github.com/docker/docker/oci/caps [no test files] [2019-10-21T22:37:24.516Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40115/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3ddb4100a052aa556e78fefdf955cf0b7c374d43 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3ddb4100a052aa556e78fefdf955cf0b7c374d43 hack/test/unit [2019-10-21T22:37:24.747Z] ok github.com/docker/docker/pkg/discovery/memory 0.022s coverage: 92.3% of statements [2019-10-21T22:37:25.275Z] === RUN TestDockerSuite/TestCpFromCaseC [2019-10-21T22:37:25.664Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.76s) [2019-10-21T22:37:25.664Z] === RUN TestRemoveInvalidContainer [2019-10-21T22:37:25.664Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2019-10-21T22:37:25.664Z] === RUN TestRenameLinkedContainer [2019-10-21T22:37:25.664Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2019-10-21T22:37:25.664Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2019-10-21T22:37:25.664Z] === RUN TestRenameStoppedContainer [2019-10-21T22:37:25.769Z] ok github.com/docker/docker/pkg/discovery/nodes 0.013s coverage: 93.8% of statements [2019-10-21T22:37:25.769Z] ok github.com/docker/docker/pkg/dmesg 0.008s coverage: 83.3% of statements [2019-10-21T22:37:26.207Z] === RUN TestDockerSuite/TestCpFromCaseD [2019-10-21T22:37:27.041Z] ? github.com/docker/docker/api [no test files] [2019-10-21T22:37:27.139Z] === RUN TestDockerSuite/TestCpFromCaseE [2019-10-21T22:37:27.257Z] ok github.com/docker/docker/pkg/filenotify 0.608s coverage: 67.0% of statements [2019-10-21T22:37:27.257Z] ok github.com/docker/docker/pkg/chrootarchive 4.885s coverage: 43.2% of statements [2019-10-21T22:37:27.257Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-10-21T22:37:27.257Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-10-21T22:37:27.257Z] ok github.com/docker/docker/pkg/fileutils 0.025s coverage: 89.5% of statements [2019-10-21T22:37:27.834Z] --- PASS: TestRenameStoppedContainer (2.16s) [2019-10-21T22:37:27.834Z] === RUN TestRenameRunningContainerAndReuse [2019-10-21T22:37:28.510Z] === RUN TestDockerSuite/TestCpFromCaseF [2019-10-21T22:37:28.753Z] ok github.com/docker/docker/pkg/fsutils 0.414s coverage: 85.1% of statements [2019-10-21T22:37:28.754Z] ok github.com/docker/docker/pkg/discovery/kv 3.285s coverage: 84.1% of statements [2019-10-21T22:37:29.074Z] === RUN TestDockerSuite/TestCpFromCaseG [2019-10-21T22:37:29.392Z] ok github.com/docker/docker/pkg/homedir 0.009s coverage: 11.4% of statements [2019-10-21T22:37:30.446Z] === RUN TestDockerSuite/TestCpFromCaseH [2019-10-21T22:37:31.377Z] === RUN TestDockerSuite/TestCpFromCaseI [2019-10-21T22:37:31.452Z] ok github.com/docker/docker/pkg/jsonmessage 0.010s coverage: 91.7% of statements [2019-10-21T22:37:31.452Z] ok github.com/docker/docker/pkg/locker 0.075s coverage: 88.9% of statements [2019-10-21T22:37:31.452Z] ok github.com/docker/docker/pkg/idtools 0.844s coverage: 70.1% of statements [2019-10-21T22:37:31.555Z] --- PASS: TestRenameRunningContainerAndReuse (3.54s) [2019-10-21T22:37:31.555Z] === RUN TestRenameInvalidName [2019-10-21T22:37:32.307Z] === RUN TestDockerSuite/TestCpFromCaseJ [2019-10-21T22:37:32.491Z] ok github.com/docker/docker/pkg/longpath 0.037s coverage: 100.0% of statements [2019-10-21T22:37:32.779Z] ok github.com/docker/docker/pkg/ioutils 1.826s coverage: 70.6% of statements [2019-10-21T22:37:32.779Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-10-21T22:37:32.779Z] ok github.com/docker/docker/pkg/namesgenerator 0.014s coverage: 85.7% of statements [2019-10-21T22:37:33.089Z] --- PASS: TestRenameInvalidName (1.80s) [2019-10-21T22:37:33.089Z] === RUN TestRenameAnonymousContainer [2019-10-21T22:37:33.089Z] --- SKIP: TestRenameAnonymousContainer (0.01s) [2019-10-21T22:37:33.089Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2019-10-21T22:37:33.089Z] === RUN TestRenameContainerWithSameName [2019-10-21T22:37:33.238Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2019-10-21T22:37:34.273Z] ok github.com/docker/docker/pkg/parsers 0.006s coverage: 97.0% of statements [2019-10-21T22:37:34.273Z] ok github.com/docker/docker/pkg/parsers/kernel 0.005s coverage: 60.0% of statements [2019-10-21T22:37:34.562Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.010s coverage: 91.4% of statements [2019-10-21T22:37:34.562Z] ok github.com/docker/docker/pkg/mount 0.947s coverage: 70.0% of statements [2019-10-21T22:37:34.562Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-10-21T22:37:34.610Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2019-10-21T22:37:35.188Z] ok github.com/docker/docker/pkg/pidfile 0.022s coverage: 82.4% of statements [2019-10-21T22:37:35.188Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-10-21T22:37:35.188Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-10-21T22:37:35.258Z] --- PASS: TestRenameContainerWithSameName (1.96s) [2019-10-21T22:37:35.258Z] === RUN TestRenameContainerWithLinkedContainer [2019-10-21T22:37:35.258Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2019-10-21T22:37:35.258Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2019-10-21T22:37:35.258Z] === RUN TestResize [2019-10-21T22:37:35.258Z] --- SKIP: TestResize (0.00s) [2019-10-21T22:37:35.258Z] resize_test.go:20: testEnv.OSType == "windows": FIXME [2019-10-21T22:37:35.258Z] === RUN TestResizeWithInvalidSize [2019-10-21T22:37:35.258Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2019-10-21T22:37:35.258Z] resize_test.go:38: testEnv.OSType == "windows": FIXME [2019-10-21T22:37:35.258Z] === RUN TestResizeWhenContainerNotStarted [2019-10-21T22:37:35.983Z] === RUN TestDockerSuite/TestCpGarbagePath [2019-10-21T22:37:36.690Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.040s coverage: 56.8% of statements [2019-10-21T22:37:36.915Z] === RUN TestDockerSuite/TestCpLocalOnly [2019-10-21T22:37:36.915Z] === RUN TestDockerSuite/TestCpNameHasColon [2019-10-21T22:37:37.448Z] --- PASS: TestResizeWhenContainerNotStarted (2.05s) [2019-10-21T22:37:37.448Z] === RUN TestDaemonRestartKillContainers [2019-10-21T22:37:37.448Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2019-10-21T22:37:37.448Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T22:37:37.448Z] === RUN TestStats [2019-10-21T22:37:37.448Z] --- SKIP: TestStats (0.00s) [2019-10-21T22:37:37.448Z] stats_test.go:19: !testEnv.DaemonInfo.MemoryLimit [2019-10-21T22:37:37.448Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-10-21T22:37:37.723Z] ok github.com/docker/docker/pkg/pools 0.007s coverage: 88.2% of statements [2019-10-21T22:37:37.844Z] === RUN TestDockerSuite/TestCpRelativePath [2019-10-21T22:37:38.012Z] ok github.com/docker/docker/pkg/progress 0.013s coverage: 75.9% of statements [2019-10-21T22:37:38.012Z] ok github.com/docker/docker/pkg/plugins/transport 0.016s coverage: 85.7% of statements [2019-10-21T22:37:38.776Z] === RUN TestDockerSuite/TestCpSpecialFiles [2019-10-21T22:37:39.515Z] ok github.com/docker/docker/pkg/reexec 0.011s coverage: 82.4% of statements [2019-10-21T22:37:39.707Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2019-10-21T22:37:40.140Z] ok github.com/docker/docker/pkg/pubsub 1.175s coverage: 73.9% of statements [2019-10-21T22:37:40.428Z] ok github.com/docker/docker/pkg/stdcopy 0.024s coverage: 100.0% of statements [2019-10-21T22:37:41.079Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2019-10-21T22:37:41.449Z] ok github.com/docker/docker/pkg/streamformatter 0.009s coverage: 66.2% of statements [2019-10-21T22:37:41.449Z] ok github.com/docker/docker/pkg/stringid 0.006s coverage: 70.6% of statements [2019-10-21T22:37:41.899Z] ok github.com/docker/docker/api/server 0.011s coverage: 9.0% of statements [2019-10-21T22:37:42.010Z] === RUN TestDockerSuite/TestCpToCaseA [2019-10-21T22:37:42.475Z] ok github.com/docker/docker/pkg/symlink 0.018s coverage: 87.7% of statements [2019-10-21T22:37:42.760Z] ok github.com/docker/docker/pkg/sysinfo 0.012s coverage: 80.0% of statements [2019-10-21T22:37:43.048Z] ok github.com/docker/docker/pkg/signal 3.573s coverage: 61.0% of statements [2019-10-21T22:37:43.251Z] --- PASS: TestStopContainerWithRestartPolicyAlways (5.87s) [2019-10-21T22:37:43.251Z] === RUN TestStopContainerWithTimeout [2019-10-21T22:37:43.251Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2019-10-21T22:37:43.251Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2019-10-21T22:37:43.251Z] === RUN TestUpdateRestartPolicy [2019-10-21T22:37:43.905Z] === RUN TestDockerSuite/TestCpToCaseB [2019-10-21T22:37:44.469Z] === RUN TestDockerSuite/TestCpToCaseC [2019-10-21T22:37:44.542Z] ok github.com/docker/docker/pkg/tailfile 0.249s coverage: 88.6% of statements [2019-10-21T22:37:44.542Z] ok github.com/docker/docker/pkg/system 0.044s coverage: 36.9% of statements [2019-10-21T22:37:45.566Z] testing: warning: no tests to run [2019-10-21T22:37:45.566Z] coverage: [no statements] [2019-10-21T22:37:45.566Z] ok github.com/docker/docker/pkg/term/windows 0.028s coverage: [no statements] [no tests to run] [2019-10-21T22:37:45.881Z] ok github.com/docker/docker/pkg/term 0.011s coverage: 84.8% of statements [2019-10-21T22:37:46.506Z] ok github.com/docker/docker/pkg/truncindex 0.105s coverage: 91.5% of statements [2019-10-21T22:37:46.506Z] ok github.com/docker/docker/pkg/tarsum 0.205s coverage: 89.3% of statements [2019-10-21T22:37:46.795Z] ok github.com/docker/docker/pkg/urlutil 0.011s coverage: 100.0% of statements [2019-10-21T22:37:46.991Z] === RUN TestDockerSuite/TestCpToCaseD [2019-10-21T22:37:47.420Z] ok github.com/docker/docker/pkg/useragent 0.007s coverage: 88.9% of statements [2019-10-21T22:37:50.130Z] ok github.com/docker/docker/plugin/v2 0.019s coverage: 14.5% of statements [2019-10-21T22:37:51.255Z] --- PASS: TestImportExtremelyLargeImageWorks (98.61s) [2019-10-21T22:37:51.255Z] import_test.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks" [2019-10-21T22:37:51.255Z] PASS [2019-10-21T22:37:51.255Z] [2019-10-21T22:37:51.255Z] === Skipped [2019-10-21T22:37:51.255Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s) [2019-10-21T22:37:51.255Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T22:37:51.255Z] [2019-10-21T22:37:51.255Z] [2019-10-21T22:37:51.255Z] DONE 12 tests, 1 skipped in 100.124s [2019-10-21T22:37:51.255Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2019-10-21T22:37:51.255Z] ++ 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-21T22:37:51.255Z] ++ set -e [2019-10-21T22:37:51.255Z] ++ '[' -n 0 ']' [2019-10-21T22:37:51.255Z] ++ set -x [2019-10-21T22:37:51.255Z] ++ env -i DEST=/go/src/github.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-21T22:37:51.255Z] INFO: Testing against a local daemon [2019-10-21T22:37:51.255Z] === RUN TestNetworkCreateDelete [2019-10-21T22:37:51.255Z] --- PASS: TestNetworkCreateDelete (0.16s) [2019-10-21T22:37:51.255Z] === RUN TestDockerNetworkDeletePreferID [2019-10-21T22:37:51.255Z] --- PASS: TestDockerNetworkDeletePreferID (0.38s) [2019-10-21T22:37:51.255Z] === RUN TestInspectNetwork [2019-10-21T22:37:51.621Z] ok github.com/docker/docker/reference 0.018s coverage: 84.4% of statements [2019-10-21T22:37:51.909Z] ok github.com/docker/docker/profiles/seccomp 0.012s coverage: 68.8% of statements [2019-10-21T22:37:52.245Z] === RUN TestDockerSuite/TestCpToCaseE [2019-10-21T22:37:53.404Z] ok github.com/docker/docker/plugin 0.595s coverage: 27.1% of statements [2019-10-21T22:37:54.425Z] ok github.com/docker/docker/registry/resumable 0.023s coverage: 100.0% of statements [2019-10-21T22:37:55.448Z] ok github.com/docker/docker/restartmanager 0.007s coverage: 45.3% of statements [2019-10-21T22:37:55.522Z] === RUN TestDockerSuite/TestCpToCaseF [2019-10-21T22:37:56.087Z] === RUN TestDockerSuite/TestCpToCaseG [2019-10-21T22:37:56.434Z] === RUN TestInspectNetwork/full_network_id [2019-10-21T22:37:56.434Z] === RUN TestInspectNetwork/partial_network_id [2019-10-21T22:37:56.434Z] === RUN TestInspectNetwork/network_name [2019-10-21T22:37:56.434Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-10-21T22:37:56.943Z] ok github.com/docker/docker/testutil 0.010s coverage: 62.5% of statements [2019-10-21T22:37:56.943Z] ok github.com/docker/docker/runconfig 0.025s coverage: 68.2% of statements [2019-10-21T22:37:57.569Z] ok github.com/docker/docker/registry 0.602s coverage: 56.3% of statements [2019-10-21T22:38:01.066Z] ok github.com/docker/docker/volume/drivers 0.012s coverage: 36.1% of statements [2019-10-21T22:38:01.397Z] === RUN TestDockerSuite/TestCpToCaseH [2019-10-21T22:38:01.484Z] --- PASS: TestInspectNetwork (9.74s) [2019-10-21T22:38:01.484Z] inspect_test.go:18: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork" [2019-10-21T22:38:01.484Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-10-21T22:38:01.484Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-10-21T22:38:01.485Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-10-21T22:38:01.485Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-10-21T22:38:01.485Z] === RUN TestRunContainerWithBridgeNone [2019-10-21T22:38:03.301Z] --- PASS: TestRunContainerWithBridgeNone (2.76s) [2019-10-21T22:38:03.301Z] network_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone" [2019-10-21T22:38:03.301Z] === RUN TestNetworkInvalidJSON [2019-10-21T22:38:03.301Z] === RUN TestNetworkInvalidJSON//networks/create [2019-10-21T22:38:03.301Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-10-21T22:38:03.301Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-10-21T22:38:03.301Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-10-21T22:38:03.301Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-21T22:38:03.301Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-21T22:38:03.680Z] === CONT TestNetworkInvalidJSON//networks/create [2019-10-21T22:38:03.680Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-21T22:38:03.680Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-10-21T22:38:03.680Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2019-10-21T22:38:03.680Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-10-21T22:38:03.680Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-10-21T22:38:03.680Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-10-21T22:38:03.680Z] === RUN TestDaemonRestartWithLiveRestore [2019-10-21T22:38:04.339Z] --- PASS: TestUpdateRestartPolicy (20.50s) [2019-10-21T22:38:04.339Z] === RUN TestUpdateRestartWithAutoRemove [2019-10-21T22:38:04.564Z] ok github.com/docker/docker/volume/mounts 0.074s coverage: 67.0% of statements [2019-10-21T22:38:04.564Z] ok github.com/docker/docker/volume/local 0.038s coverage: 73.0% of statements [2019-10-21T22:38:04.634Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2019-10-21T22:38:04.634Z] service_test.go:32: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore" [2019-10-21T22:38:04.634Z] === RUN TestDaemonDefaultNetworkPools [2019-10-21T22:38:04.672Z] === RUN TestDockerSuite/TestCpToCaseI [2019-10-21T22:38:05.309Z] --- PASS: TestUpdateRestartWithAutoRemove (1.88s) [2019-10-21T22:38:05.309Z] === RUN TestWaitNonBlocked [2019-10-21T22:38:05.309Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-21T22:38:05.309Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-21T22:38:05.309Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-21T22:38:05.309Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-21T22:38:05.309Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-21T22:38:05.309Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-21T22:38:05.423Z] --- PASS: TestDaemonDefaultNetworkPools (0.77s) [2019-10-21T22:38:05.423Z] service_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools" [2019-10-21T22:38:05.423Z] === RUN TestDaemonRestartWithExistingNetwork [2019-10-21T22:38:05.576Z] ok github.com/docker/docker/volume/service 0.033s coverage: 73.0% of statements [2019-10-21T22:38:05.602Z] === RUN TestDockerSuite/TestCpToCaseJ [2019-10-21T22:38:05.860Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2019-10-21T22:38:06.686Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s) [2019-10-21T22:38:06.686Z] service_test.go:98: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork" [2019-10-21T22:38:06.686Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-10-21T22:38:07.933Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s) [2019-10-21T22:38:07.933Z] service_test.go:131: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange" [2019-10-21T22:38:07.933Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-10-21T22:38:08.294Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2019-10-21T22:38:08.294Z] service_test.go:181: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool" [2019-10-21T22:38:08.294Z] === RUN TestServiceWithPredefinedNetwork [2019-10-21T22:38:11.114Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2019-10-21T22:38:11.114Z] === RUN TestDockerSuite/TestCpToDot [2019-10-21T22:38:11.593Z] --- PASS: TestServiceWithPredefinedNetwork (2.92s) [2019-10-21T22:38:11.593Z] service_test.go:203: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork" [2019-10-21T22:38:11.593Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-10-21T22:38:11.593Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-21T22:38:11.593Z] service_test.go:230: FLAKY_TEST [2019-10-21T22:38:11.593Z] === RUN TestServiceWithDataPathPortInit [2019-10-21T22:38:12.044Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2019-10-21T22:38:12.385Z] ok github.com/docker/docker/pkg/plugins 33.648s coverage: 76.6% of statements [2019-10-21T22:38:12.385Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-10-21T22:38:12.385Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-10-21T22:38:12.385Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-10-21T22:38:12.385Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-10-21T22:38:12.385Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-10-21T22:38:12.385Z] ? github.com/docker/docker/rootless [no test files] [2019-10-21T22:38:12.385Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-10-21T22:38:12.385Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-10-21T22:38:12.385Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-10-21T22:38:12.385Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-10-21T22:38:12.385Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-10-21T22:38:12.385Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-10-21T22:38:12.385Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-10-21T22:38:12.385Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-10-21T22:38:12.385Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-10-21T22:38:12.385Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-10-21T22:38:12.385Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-10-21T22:38:12.385Z] ? github.com/docker/docker/testutil/request [no test files] [2019-10-21T22:38:12.385Z] ? github.com/docker/docker/volume [no test files] [2019-10-21T22:38:12.385Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-10-21T22:38:12.385Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-10-21T22:38:12.385Z] [2019-10-21T22:38:12.385Z] === Skipped [2019-10-21T22:38:12.385Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-10-21T22:38:12.385Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-10-21T22:38:12.385Z] [2019-10-21T22:38:12.385Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-10-21T22:38:12.385Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-10-21T22:38:12.385Z] [2019-10-21T22:38:12.385Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-10-21T22:38:12.385Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T22:38:12.385Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-21T22:38:12.385Z] [2019-10-21T22:38:12.385Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-10-21T22:38:12.385Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T22:38:12.385Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-21T22:38:12.385Z] [2019-10-21T22:38:12.385Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-10-21T22:38:12.385Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T22:38:12.385Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-21T22:38:12.385Z] [2019-10-21T22:38:12.385Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-10-21T22:38:12.385Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T22:38:12.385Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-21T22:38:12.385Z] [2019-10-21T22:38:12.385Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-10-21T22:38:12.385Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T22:38:12.385Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-21T22:38:12.385Z] [2019-10-21T22:38:12.385Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-10-21T22:38:12.385Z] graphtest_unix.go:73: No driver to put! [2019-10-21T22:38:12.385Z] [2019-10-21T22:38:12.385Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-10-21T22:38:12.385Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-10-21T22:38:12.385Z] [2019-10-21T22:38:12.385Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-10-21T22:38:12.385Z] overlay_test.go:49: Fails to compute changes intermittently [2019-10-21T22:38:12.385Z] [2019-10-21T22:38:12.385Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-10-21T22:38:12.385Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-10-21T22:38:12.385Z] [2019-10-21T22:38:12.385Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-10-21T22:38:12.385Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-10-21T22:38:12.385Z] [2019-10-21T22:38:12.385Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-10-21T22:38:12.385Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T22:38:12.385Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-21T22:38:12.385Z] [2019-10-21T22:38:12.385Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-10-21T22:38:12.385Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T22:38:12.385Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-21T22:38:12.385Z] [2019-10-21T22:38:12.385Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-10-21T22:38:12.385Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T22:38:12.385Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-21T22:38:12.385Z] [2019-10-21T22:38:12.385Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-10-21T22:38:12.385Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T22:38:12.385Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-21T22:38:12.385Z] [2019-10-21T22:38:12.385Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-10-21T22:38:12.385Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T22:38:12.385Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-21T22:38:12.385Z] [2019-10-21T22:38:12.385Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-10-21T22:38:12.385Z] graphtest_unix.go:73: No driver to put! [2019-10-21T22:38:12.385Z] [2019-10-21T22:38:12.385Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-10-21T22:38:12.385Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-10-21T22:38:12.385Z] [2019-10-21T22:38:12.385Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-10-21T22:38:12.385Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-10-21T22:38:12.385Z] [2019-10-21T22:38:12.385Z] [2019-10-21T22:38:12.385Z] DONE 2115 tests, 20 skipped in 346.218s Post stage [Pipeline] junit [2019-10-21T22:38:12.421Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-10-21T22:38:13.305Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-40115/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3ddb4100a052aa556e78fefdf955cf0b7c374d43 -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:3ddb4100a052aa556e78fefdf955cf0b7c374d43 hack/make.sh dynbinary test-integration [2019-10-21T22:38:13.591Z] [2019-10-21T22:38:13.880Z] Removing bundles/ [2019-10-21T22:38:13.880Z] [2019-10-21T22:38:13.880Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-10-21T22:38:13.880Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-10-21T22:38:13.880Z] GOOS="" GOARCH="" GOARM="" [2019-10-21T22:38:13.890Z] --- PASS: TestWaitNonBlocked (0.02s) [2019-10-21T22:38:13.890Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.96s) [2019-10-21T22:38:13.890Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (7.23s) [2019-10-21T22:38:13.890Z] === RUN TestWaitBlocked [2019-10-21T22:38:13.890Z] --- SKIP: TestWaitBlocked (0.00s) [2019-10-21T22:38:13.890Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2019-10-21T22:38:13.890Z] PASS [2019-10-21T22:38:13.890Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2019-10-21T22:38:13.890Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-21T22:38:13.890Z] INFO: Testing against a local daemon [2019-10-21T22:38:13.890Z] === RUN TestCommitInheritsEnv [2019-10-21T22:38:13.890Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2019-10-21T22:38:13.890Z] commit_test.go:17: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-21T22:38:13.890Z] === RUN TestImportExtremelyLargeImageWorks [2019-10-21T22:38:13.890Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2019-10-21T22:38:13.890Z] import_test.go:22: testEnv.OSType == "windows": TODO enable on windows [2019-10-21T22:38:13.890Z] === RUN TestImagesFilterMultiReference [2019-10-21T22:38:13.890Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2019-10-21T22:38:13.890Z] === RUN TestImagePullPlatformInvalid [2019-10-21T22:38:13.890Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2019-10-21T22:38:13.890Z] === RUN TestRemoveImageOrphaning [2019-10-21T22:38:13.890Z] --- SKIP: TestRemoveImageOrphaning (0.00s) [2019-10-21T22:38:13.890Z] remove_test.go:15: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-21T22:38:13.890Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-10-21T22:38:13.890Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2019-10-21T22:38:13.890Z] === RUN TestTagInvalidReference [2019-10-21T22:38:13.890Z] --- PASS: TestTagInvalidReference (0.03s) [2019-10-21T22:38:13.890Z] === RUN TestTagValidPrefixedRepo [2019-10-21T22:38:13.890Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2019-10-21T22:38:13.890Z] === RUN TestTagExistedNameWithoutForce [2019-10-21T22:38:13.890Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2019-10-21T22:38:13.890Z] === RUN TestTagOfficialNames [2019-10-21T22:38:13.890Z] --- SKIP: TestTagOfficialNames (0.00s) [2019-10-21T22:38:13.890Z] tag_test.go:98: testEnv.OSType == "windows" [2019-10-21T22:38:13.890Z] === RUN TestTagMatchesDigest [2019-10-21T22:38:13.890Z] --- PASS: TestTagMatchesDigest (0.04s) [2019-10-21T22:38:13.890Z] PASS [2019-10-21T22:38:13.890Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2019-10-21T22:38:13.890Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-21T22:38:13.890Z] INFO: Testing against a local daemon [2019-10-21T22:38:13.890Z] === RUN TestNetworkCreateDelete [2019-10-21T22:38:13.890Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2019-10-21T22:38:13.890Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2019-10-21T22:38:13.891Z] === RUN TestDockerNetworkDeletePreferID [2019-10-21T22:38:13.891Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2019-10-21T22:38:13.891Z] 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-21T22:38:13.891Z] === RUN TestInspectNetwork [2019-10-21T22:38:13.891Z] --- SKIP: TestInspectNetwork (0.00s) [2019-10-21T22:38:13.891Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2019-10-21T22:38:13.891Z] === RUN TestRunContainerWithBridgeNone [2019-10-21T22:38:13.891Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2019-10-21T22:38:13.891Z] network_test.go:22: testEnv.DaemonInfo.OSType != "linux" [2019-10-21T22:38:13.891Z] === RUN TestNetworkInvalidJSON [2019-10-21T22:38:13.891Z] === RUN TestNetworkInvalidJSON//networks/create [2019-10-21T22:38:13.891Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-10-21T22:38:13.891Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-10-21T22:38:13.891Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-10-21T22:38:13.891Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-21T22:38:13.891Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-21T22:38:13.891Z] === CONT TestNetworkInvalidJSON//networks/create [2019-10-21T22:38:13.891Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-21T22:38:13.891Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-10-21T22:38:13.891Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2019-10-21T22:38:13.891Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-10-21T22:38:13.891Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2019-10-21T22:38:13.891Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2019-10-21T22:38:13.891Z] === RUN TestDaemonRestartWithLiveRestore [2019-10-21T22:38:13.891Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2019-10-21T22:38:13.891Z] service_test.go:29: testEnv.OSType == "windows" [2019-10-21T22:38:13.891Z] === RUN TestDaemonDefaultNetworkPools [2019-10-21T22:38:13.891Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2019-10-21T22:38:13.891Z] service_test.go:51: testEnv.OSType == "windows" [2019-10-21T22:38:13.891Z] === RUN TestDaemonRestartWithExistingNetwork [2019-10-21T22:38:13.891Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2019-10-21T22:38:13.891Z] service_test.go:94: testEnv.OSType == "windows" [2019-10-21T22:38:13.891Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-10-21T22:38:13.891Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2019-10-21T22:38:13.891Z] service_test.go:127: testEnv.OSType == "windows" [2019-10-21T22:38:13.891Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-10-21T22:38:13.891Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2019-10-21T22:38:13.891Z] service_test.go:177: testEnv.OSType == "windows" [2019-10-21T22:38:13.891Z] === RUN TestServiceWithPredefinedNetwork [2019-10-21T22:38:13.891Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2019-10-21T22:38:13.891Z] service_test.go:201: testEnv.OSType == "windows" [2019-10-21T22:38:13.891Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-10-21T22:38:13.891Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-21T22:38:13.891Z] service_test.go:230: FLAKY_TEST [2019-10-21T22:38:13.891Z] === RUN TestServiceWithDataPathPortInit [2019-10-21T22:38:13.891Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2019-10-21T22:38:13.891Z] service_test.go:319: testEnv.OSType == "windows" [2019-10-21T22:38:13.891Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-10-21T22:38:13.891Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2019-10-21T22:38:13.891Z] service_test.go:386: testEnv.OSType == "windows" [2019-10-21T22:38:13.891Z] PASS [2019-10-21T22:38:13.891Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2019-10-21T22:38:13.891Z] PASS [2019-10-21T22:38:13.891Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2019-10-21T22:38:13.891Z] PASS [2019-10-21T22:38:13.891Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2019-10-21T22:38:13.891Z] PASS [2019-10-21T22:38:13.891Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2019-10-21T22:38:13.891Z] PASS [2019-10-21T22:38:13.891Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2019-10-21T22:38:13.891Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-21T22:38:13.891Z] INFO: Testing against a local daemon [2019-10-21T22:38:13.891Z] === RUN TestPluginInvalidJSON [2019-10-21T22:38:13.891Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-10-21T22:38:13.891Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-10-21T22:38:13.891Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-10-21T22:38:13.891Z] --- PASS: TestPluginInvalidJSON (0.03s) [2019-10-21T22:38:13.891Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-10-21T22:38:13.891Z] PASS [2019-10-21T22:38:13.891Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2019-10-21T22:38:13.891Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-21T22:38:13.891Z] INFO: Testing against a local daemon [2019-10-21T22:38:13.891Z] === RUN TestExternalGraphDriver [2019-10-21T22:38:13.891Z] --- SKIP: TestExternalGraphDriver (0.00s) [2019-10-21T22:38:13.891Z] external_test.go:48: runtime.GOOS == "windows" [2019-10-21T22:38:13.891Z] === RUN TestGraphdriverPluginV2 [2019-10-21T22:38:13.891Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2019-10-21T22:38:13.891Z] external_test.go:407: runtime.GOOS == "windows" [2019-10-21T22:38:13.891Z] PASS [2019-10-21T22:38:13.891Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2019-10-21T22:38:13.891Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-21T22:38:13.891Z] INFO: Testing against a local daemon [2019-10-21T22:38:13.891Z] PASS [2019-10-21T22:38:13.891Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2019-10-21T22:38:13.891Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-21T22:38:13.891Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2019-10-21T22:38:13.891Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-21T22:38:13.891Z] INFO: Testing against a local daemon [2019-10-21T22:38:13.891Z] === RUN TestSecretInspect [2019-10-21T22:38:13.891Z] --- SKIP: TestSecretInspect (0.00s) [2019-10-21T22:38:13.891Z] secret_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T22:38:13.891Z] === RUN TestSecretList [2019-10-21T22:38:13.891Z] --- SKIP: TestSecretList (0.00s) [2019-10-21T22:38:13.891Z] secret_test.go:45: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T22:38:13.891Z] === RUN TestSecretsCreateAndDelete [2019-10-21T22:38:13.891Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2019-10-21T22:38:13.891Z] secret_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T22:38:13.891Z] === RUN TestSecretsUpdate [2019-10-21T22:38:13.891Z] --- SKIP: TestSecretsUpdate (0.00s) [2019-10-21T22:38:13.891Z] secret_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T22:38:13.891Z] === RUN TestTemplatedSecret [2019-10-21T22:38:13.891Z] --- SKIP: TestTemplatedSecret (0.00s) [2019-10-21T22:38:13.891Z] secret_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T22:38:13.891Z] === RUN TestSecretCreateResolve [2019-10-21T22:38:13.891Z] --- SKIP: TestSecretCreateResolve (0.00s) [2019-10-21T22:38:13.891Z] secret_test.go:339: testEnv.DaemonInfo.OSType != "linux" [2019-10-21T22:38:13.891Z] PASS [2019-10-21T22:38:13.891Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2019-10-21T22:38:13.891Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-21T22:38:13.891Z] INFO: Testing against a local daemon [2019-10-21T22:38:13.891Z] === RUN TestServiceCreateInit [2019-10-21T22:38:13.891Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-10-21T22:38:13.891Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-10-21T22:38:13.891Z] --- PASS: TestServiceCreateInit (0.04s) [2019-10-21T22:38:13.891Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.01s) [2019-10-21T22:38:13.891Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T22:38:13.891Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2019-10-21T22:38:13.891Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T22:38:13.891Z] === RUN TestCreateServiceMultipleTimes [2019-10-21T22:38:13.891Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2019-10-21T22:38:13.891Z] create_test.go:78: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T22:38:13.891Z] === RUN TestCreateServiceConflict [2019-10-21T22:38:13.891Z] --- SKIP: TestCreateServiceConflict (0.00s) [2019-10-21T22:38:13.891Z] create_test.go:127: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T22:38:13.891Z] === RUN TestCreateServiceMaxReplicas [2019-10-21T22:38:13.891Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s) [2019-10-21T22:38:13.891Z] create_test.go:150: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T22:38:13.891Z] === RUN TestCreateWithDuplicateNetworkNames [2019-10-21T22:38:13.891Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2019-10-21T22:38:13.891Z] create_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T22:38:13.891Z] === RUN TestCreateServiceSecretFileMode [2019-10-21T22:38:13.891Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2019-10-21T22:38:13.891Z] create_test.go:222: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T22:38:13.891Z] === RUN TestCreateServiceConfigFileMode [2019-10-21T22:38:13.891Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2019-10-21T22:38:13.891Z] create_test.go:286: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T22:38:13.891Z] === RUN TestCreateServiceSysctls [2019-10-21T22:38:13.891Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2019-10-21T22:38:13.891Z] create_test.go:378: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T22:38:13.891Z] === RUN TestCreateServiceCapabilities [2019-10-21T22:38:13.891Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2019-10-21T22:38:13.891Z] create_test.go:462: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T22:38:13.891Z] === RUN TestInspect [2019-10-21T22:38:13.891Z] --- SKIP: TestInspect (0.00s) [2019-10-21T22:38:13.891Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T22:38:13.891Z] === RUN TestServiceListWithStatuses [2019-10-21T22:38:13.891Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2019-10-21T22:38:13.891Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T22:38:13.891Z] === RUN TestDockerNetworkConnectAlias [2019-10-21T22:38:13.891Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2019-10-21T22:38:13.891Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T22:38:13.891Z] === RUN TestDockerNetworkReConnect [2019-10-21T22:38:13.891Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2019-10-21T22:38:13.891Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T22:38:13.891Z] === RUN TestServicePlugin [2019-10-21T22:38:13.891Z] --- SKIP: TestServicePlugin (0.00s) [2019-10-21T22:38:13.891Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T22:38:13.891Z] === RUN TestServiceUpdateLabel [2019-10-21T22:38:13.891Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2019-10-21T22:38:13.891Z] update_test.go:19: testEnv.DaemonInfo.OSType != "linux" [2019-10-21T22:38:13.891Z] === RUN TestServiceUpdateSecrets [2019-10-21T22:38:13.891Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2019-10-21T22:38:13.891Z] update_test.go:75: testEnv.DaemonInfo.OSType != "linux" [2019-10-21T22:38:13.891Z] === RUN TestServiceUpdateConfigs [2019-10-21T22:38:13.891Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2019-10-21T22:38:13.891Z] update_test.go:137: testEnv.DaemonInfo.OSType != "linux" [2019-10-21T22:38:13.891Z] === RUN TestServiceUpdateNetwork [2019-10-21T22:38:13.891Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2019-10-21T22:38:13.891Z] update_test.go:199: testEnv.DaemonInfo.OSType != "linux" [2019-10-21T22:38:13.891Z] PASS [2019-10-21T22:38:13.891Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2019-10-21T22:38:13.891Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-21T22:38:13.939Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2019-10-21T22:38:14.352Z] INFO: Testing against a local daemon [2019-10-21T22:38:14.352Z] === RUN TestSessionCreate [2019-10-21T22:38:14.352Z] --- SKIP: TestSessionCreate (0.00s) [2019-10-21T22:38:14.352Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2019-10-21T22:38:14.352Z] === RUN TestSessionCreateWithBadUpgrade [2019-10-21T22:38:14.352Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2019-10-21T22:38:14.352Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2019-10-21T22:38:14.352Z] PASS [2019-10-21T22:38:14.352Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2019-10-21T22:38:14.352Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-21T22:38:14.352Z] INFO: Testing against a local daemon [2019-10-21T22:38:14.352Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-10-21T22:38:14.352Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-21T22:38:14.352Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2019-10-21T22:38:14.352Z] === RUN TestEventsExecDie [2019-10-21T22:38:14.352Z] --- SKIP: TestEventsExecDie (0.00s) [2019-10-21T22:38:14.352Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2019-10-21T22:38:14.352Z] === RUN TestEventsBackwardsCompatible [2019-10-21T22:38:14.352Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2019-10-21T22:38:14.353Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2019-10-21T22:38:14.353Z] === RUN TestInfoAPI [2019-10-21T22:38:14.353Z] --- PASS: TestInfoAPI (0.06s) [2019-10-21T22:38:14.353Z] === RUN TestInfoAPIWarnings [2019-10-21T22:38:14.353Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2019-10-21T22:38:14.353Z] info_test.go:48: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-21T22:38:14.353Z] === RUN TestLoginFailsWithBadCredentials [2019-10-21T22:38:15.323Z] --- PASS: TestLoginFailsWithBadCredentials (1.11s) [2019-10-21T22:38:15.323Z] === RUN TestPingCacheHeaders [2019-10-21T22:38:15.323Z] --- PASS: TestPingCacheHeaders (0.06s) [2019-10-21T22:38:15.323Z] === RUN TestPingGet [2019-10-21T22:38:15.323Z] --- PASS: TestPingGet (0.03s) [2019-10-21T22:38:15.323Z] === RUN TestPingHead [2019-10-21T22:38:15.323Z] --- PASS: TestPingHead (0.03s) [2019-10-21T22:38:15.323Z] === RUN TestVersion [2019-10-21T22:38:15.323Z] --- PASS: TestVersion (0.02s) [2019-10-21T22:38:15.323Z] PASS [2019-10-21T22:38:15.323Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2019-10-21T22:38:15.784Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-21T22:38:15.784Z] INFO: Testing against a local daemon [2019-10-21T22:38:15.784Z] === RUN TestVolumesCreateAndList [2019-10-21T22:38:15.784Z] --- PASS: TestVolumesCreateAndList (0.04s) [2019-10-21T22:38:15.784Z] === RUN TestVolumesRemove [2019-10-21T22:38:15.784Z] --- SKIP: TestVolumesRemove (0.00s) [2019-10-21T22:38:15.784Z] volume_test.go:64: testEnv.OSType == "windows": FIXME [2019-10-21T22:38:15.784Z] === RUN TestVolumesInspect [2019-10-21T22:38:15.784Z] --- PASS: TestVolumesInspect (0.04s) [2019-10-21T22:38:15.784Z] === RUN TestVolumesInvalidJSON [2019-10-21T22:38:15.784Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-10-21T22:38:15.784Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-10-21T22:38:15.784Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-10-21T22:38:15.784Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2019-10-21T22:38:15.784Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-10-21T22:38:15.784Z] PASS [2019-10-21T22:38:15.784Z] INFO: make.ps1 ended at 10/21/2019 22:38:15 [2019-10-21T22:38:15.784Z] INFO: Integration CLI tests being run from the host: [2019-10-21T22:38:15.784Z] INFO: go test "-test.v" "-tags" "autogen" "-test.timeout" "200m" [2019-10-21T22:38:15.835Z] === RUN TestDockerSuite/TestCpToStdout [2019-10-21T22:38:16.399Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2019-10-21T22:38:20.577Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2019-10-21T22:38:20.577Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2019-10-21T22:38:21.141Z] === RUN TestDockerSuite/TestCpVolumePath [2019-10-21T22:38:23.037Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2019-10-21T22:38:23.037Z] === RUN TestDockerSuite/TestCreateArgs [2019-10-21T22:38:23.037Z] === RUN TestDockerSuite/TestCreateByImageID [2019-10-21T22:38:23.602Z] === RUN TestDockerSuite/TestCreateEchoStdout [2019-10-21T22:38:24.532Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2019-10-21T22:38:24.532Z] === RUN TestDockerSuite/TestCreateHostConfig [2019-10-21T22:38:24.789Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2019-10-21T22:38:25.353Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2019-10-21T22:38:25.918Z] === RUN TestDockerSuite/TestCreateLabels [2019-10-21T22:38:25.918Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2019-10-21T22:38:26.175Z] === RUN TestDockerSuite/TestCreateRM [2019-10-21T22:38:26.175Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2019-10-21T22:38:26.175Z] === RUN TestDockerSuite/TestCreateStopSignal [2019-10-21T22:38:26.432Z] === RUN TestDockerSuite/TestCreateStopTimeout [2019-10-21T22:38:26.432Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2019-10-21T22:38:27.364Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2019-10-21T22:38:28.377Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-21T22:38:28.377Z] INFO: Testing against a local daemon [2019-10-21T22:38:28.377Z] === RUN TestDockerSuite [2019-10-21T22:38:28.377Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2019-10-21T22:38:28.377Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2019-10-21T22:38:28.377Z] === RUN TestDockerSuite/TestAPIErrorJSON [2019-10-21T22:38:28.377Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2019-10-21T22:38:28.377Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2019-10-21T22:38:28.377Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2019-10-21T22:38:28.377Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2019-10-21T22:38:28.377Z] === RUN TestDockerSuite/TestAPIImagesDelete [2019-10-21T22:38:28.377Z] === RUN TestDockerSuite/TestAPIImagesFilter [2019-10-21T22:38:28.377Z] === RUN TestDockerSuite/TestAPIImagesHistory [2019-10-21T22:38:28.838Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2019-10-21T22:38:29.259Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2019-10-21T22:38:29.259Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2019-10-21T22:38:29.259Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2019-10-21T22:38:29.299Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2019-10-21T22:38:31.511Z] --- PASS: TestServiceWithDataPathPortInit (17.86s) [2019-10-21T22:38:31.511Z] service_test.go:323: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-21T22:38:31.512Z] service_test.go:355: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-21T22:38:31.512Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-10-21T22:38:33.439Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2019-10-21T22:38:34.371Z] === RUN TestDockerSuite/TestCreateWithPortRange [2019-10-21T22:38:34.371Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2019-10-21T22:38:34.371Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2019-10-21T22:38:34.371Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2019-10-21T22:38:34.628Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2019-10-21T22:38:34.628Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2019-10-21T22:38:35.560Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2019-10-21T22:38:37.469Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2019-10-21T22:38:37.764Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.33s) [2019-10-21T22:38:37.764Z] service_test.go:388: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit" [2019-10-21T22:38:37.765Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:lxqdomwp8k9y4l432jzc6xx2a Created:2019-10-21 22:38:30.475910903 +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[52a70f349daaf82aa7821c9bf5700a3207640539927d4e6ba448abba43481bcb:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.n82yqpwxa980k2hi9frwi5zbg EndpointID:873bcea99def59a784af494713da2334c117d8f44d592dfe8e6495eb6874c80d MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:6772db924f0f4fe09f8c0405c5da21d3f878ac76ab87d6ccc3b2ae1776b1e4f5 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:eedae6a7db58 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.n82yqpwxa980k2hi9frwi5zbg EndpointID:873bcea99def59a784af494713da2334c117d8f44d592dfe8e6495eb6874c80d EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-10-21T22:38:37.765Z] PASS [2019-10-21T22:38:37.765Z] [2019-10-21T22:38:37.765Z] === Skipped [2019-10-21T22:38:37.765Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-21T22:38:37.765Z] service_test.go:230: FLAKY_TEST [2019-10-21T22:38:37.765Z] [2019-10-21T22:38:37.765Z] [2019-10-21T22:38:37.765Z] DONE 21 tests, 1 skipped in 47.108s [2019-10-21T22:38:37.765Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-10-21T22:38:37.765Z] ++ 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-21T22:38:37.765Z] ++ set -e [2019-10-21T22:38:37.765Z] ++ '[' -n 0 ']' [2019-10-21T22:38:37.765Z] ++ set -x [2019-10-21T22:38:37.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=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-21T22:38:37.765Z] INFO: Testing against a local daemon [2019-10-21T22:38:37.765Z] === RUN TestDockerNetworkIpvlanPersistance [2019-10-21T22:38:37.765Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2019-10-21T22:38:37.765Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-21T22:38:37.765Z] === RUN TestDockerNetworkIpvlan [2019-10-21T22:38:37.765Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-10-21T22:38:37.765Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-21T22:38:37.765Z] PASS [2019-10-21T22:38:37.765Z] [2019-10-21T22:38:37.765Z] === Skipped [2019-10-21T22:38:37.765Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2019-10-21T22:38:37.765Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-21T22:38:37.765Z] [2019-10-21T22:38:37.765Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-10-21T22:38:37.765Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-21T22:38:37.765Z] [2019-10-21T22:38:37.765Z] [2019-10-21T22:38:37.765Z] DONE 2 tests, 2 skipped in 0.206s [2019-10-21T22:38:37.765Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-10-21T22:38:37.765Z] ++ 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-21T22:38:37.765Z] ++ set -e [2019-10-21T22:38:37.765Z] ++ '[' -n 0 ']' [2019-10-21T22:38:37.765Z] ++ set -x [2019-10-21T22:38:37.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=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-21T22:38:37.765Z] INFO: Testing against a local daemon [2019-10-21T22:38:37.765Z] === RUN TestDockerNetworkMacvlanPersistance [2019-10-21T22:38:38.403Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2019-10-21T22:38:39.071Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.46s) [2019-10-21T22:38:39.071Z] macvlan_test.go:24: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance" [2019-10-21T22:38:39.071Z] === RUN TestDockerNetworkMacvlan [2019-10-21T22:38:39.972Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-10-21T22:38:40.299Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2019-10-21T22:38:41.296Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-10-21T22:38:42.095Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-10-21T22:38:42.822Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2019-10-21T22:38:43.389Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2019-10-21T22:38:44.320Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2019-10-21T22:38:44.320Z] === RUN TestDockerSuite/TestDevicePermissions [2019-10-21T22:38:44.552Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-10-21T22:38:45.250Z] === RUN TestDockerSuite/TestDockerFails [2019-10-21T22:38:45.250Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2019-10-21T22:38:45.250Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2019-10-21T22:38:45.250Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2019-10-21T22:38:46.625Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2019-10-21T22:38:47.189Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2019-10-21T22:38:48.671Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-10-21T22:38:49.083Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2019-10-21T22:38:49.083Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2019-10-21T22:38:49.083Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2019-10-21T22:38:49.083Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2019-10-21T22:38:49.555Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-10-21T22:38:49.555Z] ok github.com/docker/docker/api/server/httputils 0.004s coverage: 14.7% of statements [2019-10-21T22:38:49.555Z] ok github.com/docker/docker/api/server/middleware 0.007s coverage: 37.7% of statements [2019-10-21T22:38:49.555Z] ? github.com/docker/docker/api/server/router [no test files] [2019-10-21T22:38:49.555Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-10-21T22:38:49.555Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-10-21T22:38:49.555Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-10-21T22:38:49.555Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-10-21T22:38:49.555Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-10-21T22:38:49.555Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-10-21T22:38:49.555Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-10-21T22:38:49.555Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-10-21T22:38:49.555Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-10-21T22:38:49.555Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-10-21T22:38:49.555Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 4.0% of statements [2019-10-21T22:38:49.555Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-10-21T22:38:49.555Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-10-21T22:38:49.555Z] ? github.com/docker/docker/api/types [no test files] [2019-10-21T22:38:49.555Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-10-21T22:38:49.555Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-10-21T22:38:49.555Z] ? github.com/docker/docker/api/types/container [no test files] [2019-10-21T22:38:49.555Z] ? github.com/docker/docker/api/types/events [no test files] [2019-10-21T22:38:50.119Z] ok github.com/docker/docker/api/types/strslice 0.008s coverage: 90.0% of statements [2019-10-21T22:38:50.119Z] ok github.com/docker/docker/api/types/filters 0.006s coverage: 92.2% of statements [2019-10-21T22:38:50.119Z] ? github.com/docker/docker/api/types/image [no test files] [2019-10-21T22:38:50.119Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-10-21T22:38:50.119Z] ? github.com/docker/docker/api/types/network [no test files] [2019-10-21T22:38:50.119Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-10-21T22:38:50.119Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-10-21T22:38:50.119Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-10-21T22:38:50.119Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-10-21T22:38:50.378Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2019-10-21T22:38:50.378Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 75.0% of statements [2019-10-21T22:38:50.635Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-10-21T22:38:50.635Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-10-21T22:38:50.635Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-10-21T22:38:50.635Z] ? github.com/docker/docker/builder [no test files] [2019-10-21T22:38:50.635Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-10-21T22:38:50.635Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-10-21T22:38:50.635Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-10-21T22:38:50.635Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-10-21T22:38:50.635Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-10-21T22:38:50.635Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-10-21T22:38:50.635Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-10-21T22:38:51.200Z] ok github.com/docker/docker/builder/dockerignore 0.007s coverage: 96.8% of statements [2019-10-21T22:38:52.428Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2019-10-21T22:38:53.776Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-10-21T22:38:54.660Z] --- PASS: TestDockerNetworkMacvlan (15.39s) [2019-10-21T22:38:54.660Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T22:38:54.660Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2019-10-21T22:38:54.660Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T22:38:54.660Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2019-10-21T22:38:54.660Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T22:38:54.660Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.26s) [2019-10-21T22:38:54.660Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T22:38:54.660Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.21s) [2019-10-21T22:38:54.660Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T22:38:54.660Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.27s) [2019-10-21T22:38:54.660Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T22:38:54.660Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.98s) [2019-10-21T22:38:54.660Z] PASS [2019-10-21T22:38:54.660Z] [2019-10-21T22:38:54.660Z] DONE 8 tests in 17.007s [2019-10-21T22:38:54.660Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2019-10-21T22:38:54.660Z] ++ 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-21T22:38:54.660Z] ++ set -e [2019-10-21T22:38:54.660Z] ++ '[' -n 0 ']' [2019-10-21T22:38:54.660Z] ++ set -x [2019-10-21T22:38:54.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=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-21T22:38:54.660Z] testing: warning: no tests to run [2019-10-21T22:38:54.660Z] PASS [2019-10-21T22:38:54.660Z] [2019-10-21T22:38:54.660Z] DONE 0 tests in 0.063s [2019-10-21T22:38:54.660Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-10-21T22:38:54.661Z] ++ 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-21T22:38:54.661Z] ++ set -e [2019-10-21T22:38:54.661Z] ++ '[' -n 0 ']' [2019-10-21T22:38:54.661Z] ++ set -x [2019-10-21T22:38:54.661Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-21T22:38:55.085Z] INFO: Testing against a local daemon [2019-10-21T22:38:55.085Z] === RUN TestAuthZPluginAllowRequest [2019-10-21T22:38:55.378Z] ok github.com/docker/docker/builder/remotecontext 0.180s coverage: 13.6% of statements [2019-10-21T22:38:55.378Z] ok github.com/docker/docker/builder/dockerfile 0.540s coverage: 48.2% of statements [2019-10-21T22:38:55.704Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2019-10-21T22:38:55.942Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2019-10-21T22:38:56.423Z] --- PASS: TestAuthZPluginAllowRequest (1.70s) [2019-10-21T22:38:56.424Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest" [2019-10-21T22:38:56.424Z] === RUN TestAuthZPluginTLS [2019-10-21T22:38:56.874Z] ok github.com/docker/docker/builder/remotecontext/git 1.036s coverage: 85.1% of statements [2019-10-21T22:38:56.874Z] ? github.com/docker/docker/cli [no test files] [2019-10-21T22:38:56.874Z] ? github.com/docker/docker/cli/config [no test files] [2019-10-21T22:38:57.214Z] --- PASS: TestAuthZPluginTLS (0.55s) [2019-10-21T22:38:57.214Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS" [2019-10-21T22:38:57.214Z] === RUN TestAuthZPluginDenyRequest [2019-10-21T22:38:57.583Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2019-10-21T22:38:57.583Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest" [2019-10-21T22:38:57.583Z] === RUN TestAuthZPluginAPIDenyResponse [2019-10-21T22:38:58.369Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2019-10-21T22:38:58.369Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse" [2019-10-21T22:38:58.369Z] === RUN TestAuthZPluginDenyResponse [2019-10-21T22:38:58.733Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2019-10-21T22:38:58.733Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse" [2019-10-21T22:38:58.733Z] === RUN TestAuthZPluginAllowEventStream [2019-10-21T22:38:58.980Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2019-10-21T22:39:00.596Z] --- PASS: TestAuthZPluginAllowEventStream (1.74s) [2019-10-21T22:39:00.596Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream" [2019-10-21T22:39:00.596Z] === RUN TestAuthZPluginErrorResponse [2019-10-21T22:39:00.977Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2019-10-21T22:39:00.977Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse" [2019-10-21T22:39:00.977Z] === RUN TestAuthZPluginErrorRequest [2019-10-21T22:39:01.109Z] ok github.com/docker/docker/client 0.232s coverage: 75.8% of statements [2019-10-21T22:39:01.770Z] --- PASS: TestAuthZPluginErrorRequest (0.56s) [2019-10-21T22:39:01.770Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest" [2019-10-21T22:39:01.770Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-10-21T22:39:02.140Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2019-10-21T22:39:02.140Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration" [2019-10-21T22:39:02.140Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-10-21T22:39:02.255Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2019-10-21T22:39:03.625Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2019-10-21T22:39:03.988Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.02s) [2019-10-21T22:39:03.988Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking" [2019-10-21T22:39:03.988Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-10-21T22:39:04.996Z] === RUN TestDockerSuite/TestEventsAttach [2019-10-21T22:39:05.926Z] === RUN TestDockerSuite/TestEventsCommit [2019-10-21T22:39:06.462Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.28s) [2019-10-21T22:39:06.462Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom" [2019-10-21T22:39:06.462Z] === RUN TestAuthZPluginHeader [2019-10-21T22:39:06.858Z] === RUN TestDockerSuite/TestEventsContainerEvents [2019-10-21T22:39:07.361Z] --- PASS: TestAuthZPluginHeader (0.91s) [2019-10-21T22:39:07.361Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader" [2019-10-21T22:39:07.361Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-10-21T22:39:07.361Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.01s) [2019-10-21T22:39:07.361Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T22:39:07.361Z] === RUN TestAuthZPluginV2Disable [2019-10-21T22:39:07.361Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-10-21T22:39:07.361Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T22:39:07.361Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-10-21T22:39:07.361Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-10-21T22:39:07.361Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T22:39:07.361Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-10-21T22:39:07.361Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-10-21T22:39:07.361Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T22:39:07.361Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-10-21T22:39:07.788Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2019-10-21T22:39:08.352Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2019-10-21T22:39:09.284Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2019-10-21T22:39:09.848Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2019-10-21T22:39:11.221Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2019-10-21T22:39:13.121Z] === RUN TestDockerSuite/TestEventsContainerRestart [2019-10-21T22:39:16.432Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2019-10-21T22:39:18.955Z] === RUN TestDockerSuite/TestEventsCopy [2019-10-21T22:39:20.325Z] === RUN TestDockerSuite/TestEventsFilterContainer [2019-10-21T22:39:22.221Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2019-10-21T22:39:22.785Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2019-10-21T22:39:23.350Z] === RUN TestDockerSuite/TestEventsFilterImageName [2019-10-21T22:39:24.719Z] === RUN TestDockerSuite/TestEventsFilterLabels [2019-10-21T22:39:25.283Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2019-10-21T22:39:25.283Z] === RUN TestDockerSuite/TestEventsFilterType [2019-10-21T22:39:25.541Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2019-10-21T22:39:25.798Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2019-10-21T22:39:25.798Z] === RUN TestDockerSuite/TestEventsFilters [2019-10-21T22:39:26.362Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2019-10-21T22:39:27.214Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.88s) [2019-10-21T22:39:27.214Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart" [2019-10-21T22:39:27.214Z] PASS [2019-10-21T22:39:27.214Z] [2019-10-21T22:39:27.214Z] === Skipped [2019-10-21T22:39:27.214Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.01s) [2019-10-21T22:39:27.214Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T22:39:27.214Z] [2019-10-21T22:39:27.214Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2019-10-21T22:39:27.214Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T22:39:27.214Z] [2019-10-21T22:39:27.214Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-10-21T22:39:27.214Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T22:39:27.214Z] [2019-10-21T22:39:27.214Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-10-21T22:39:27.214Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T22:39:27.214Z] [2019-10-21T22:39:27.214Z] [2019-10-21T22:39:27.214Z] DONE 17 tests, 4 skipped in 29.483s [2019-10-21T22:39:27.214Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-10-21T22:39:27.214Z] ++ 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-21T22:39:27.214Z] ++ set -e [2019-10-21T22:39:27.214Z] ++ '[' -n 0 ']' [2019-10-21T22:39:27.214Z] ++ set -x [2019-10-21T22:39:27.214Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-21T22:39:27.214Z] INFO: Testing against a local daemon [2019-10-21T22:39:27.214Z] === RUN TestPluginInvalidJSON [2019-10-21T22:39:27.214Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-10-21T22:39:27.214Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-10-21T22:39:27.214Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-10-21T22:39:27.214Z] --- PASS: TestPluginInvalidJSON (0.01s) [2019-10-21T22:39:27.214Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-10-21T22:39:27.214Z] PASS [2019-10-21T22:39:27.214Z] [2019-10-21T22:39:27.214Z] DONE 2 tests in 0.159s [2019-10-21T22:39:27.214Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-10-21T22:39:27.214Z] ++ 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-21T22:39:27.214Z] ++ set -e [2019-10-21T22:39:27.214Z] ++ '[' -n 0 ']' [2019-10-21T22:39:27.214Z] ++ set -x [2019-10-21T22:39:27.214Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-21T22:39:27.214Z] INFO: Testing against a local daemon [2019-10-21T22:39:27.214Z] === RUN TestExternalGraphDriver [2019-10-21T22:39:27.214Z] === RUN TestExternalGraphDriver/json [2019-10-21T22:39:27.214Z] === RUN TestExternalGraphDriver/spec [2019-10-21T22:39:27.732Z] === RUN TestDockerSuite/TestEventsFormat [2019-10-21T22:39:29.012Z] === RUN TestExternalGraphDriver/pull [2019-10-21T22:39:29.626Z] === RUN TestDockerSuite/TestEventsFormatBadField [2019-10-21T22:39:29.626Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2019-10-21T22:39:29.626Z] === RUN TestDockerSuite/TestEventsImageImport [2019-10-21T22:39:30.560Z] === RUN TestDockerSuite/TestEventsImageLoad [2019-10-21T22:39:30.560Z] === RUN TestDockerSuite/TestEventsImagePull [2019-10-21T22:39:30.823Z] --- PASS: TestExternalGraphDriver (6.46s) [2019-10-21T22:39:30.823Z] external_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver" [2019-10-21T22:39:30.823Z] --- PASS: TestExternalGraphDriver/json (2.02s) [2019-10-21T22:39:30.823Z] --- PASS: TestExternalGraphDriver/spec (2.11s) [2019-10-21T22:39:30.823Z] --- PASS: TestExternalGraphDriver/pull (2.16s) [2019-10-21T22:39:30.823Z] === RUN TestGraphdriverPluginV2 [2019-10-21T22:39:31.124Z] === RUN TestDockerSuite/TestEventsImageTag [2019-10-21T22:39:31.207Z] --- SKIP: TestGraphdriverPluginV2 (0.09s) [2019-10-21T22:39:31.207Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T22:39:31.207Z] PASS [2019-10-21T22:39:31.207Z] [2019-10-21T22:39:31.207Z] === Skipped [2019-10-21T22:39:31.207Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.09s) [2019-10-21T22:39:31.207Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T22:39:31.207Z] [2019-10-21T22:39:31.207Z] [2019-10-21T22:39:31.207Z] DONE 5 tests, 1 skipped in 6.681s [2019-10-21T22:39:31.207Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-10-21T22:39:31.207Z] ++ 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-21T22:39:31.207Z] ++ set -e [2019-10-21T22:39:31.207Z] ++ '[' -n 0 ']' [2019-10-21T22:39:31.207Z] ++ set -x [2019-10-21T22:39:31.207Z] ++ env -i DEST=/go/src/github.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-21T22:39:31.207Z] INFO: Testing against a local daemon [2019-10-21T22:39:31.207Z] === RUN TestContinueAfterPluginCrash [2019-10-21T22:39:31.207Z] === PAUSE TestContinueAfterPluginCrash [2019-10-21T22:39:31.207Z] === RUN TestDaemonStartWithLogOpt [2019-10-21T22:39:31.207Z] === PAUSE TestDaemonStartWithLogOpt [2019-10-21T22:39:31.207Z] === CONT TestContinueAfterPluginCrash [2019-10-21T22:39:31.207Z] === CONT TestDaemonStartWithLogOpt [2019-10-21T22:39:32.054Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2019-10-21T22:39:32.311Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2019-10-21T22:39:32.311Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2019-10-21T22:39:32.311Z] === RUN TestDockerSuite/TestEventsPluginOps [2019-10-21T22:39:32.569Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2019-10-21T22:39:34.470Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2019-10-21T22:39:35.516Z] === RUN TestDockerSuite/TestEventsRename [2019-10-21T22:39:36.451Z] === RUN TestDockerSuite/TestEventsResize [2019-10-21T22:39:37.822Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2019-10-21T22:39:38.388Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2019-10-21T22:39:39.761Z] === RUN TestDockerSuite/TestEventsStreaming [2019-10-21T22:39:39.791Z] ok github.com/docker/docker/cmd/dockerd 0.069s coverage: 30.3% of statements [2019-10-21T22:39:39.791Z] ok github.com/docker/docker/container 0.120s coverage: 35.3% of statements [2019-10-21T22:39:39.791Z] ? github.com/docker/docker/container/stream [no test files] [2019-10-21T22:39:39.791Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-10-21T22:39:39.791Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-10-21T22:39:39.791Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-10-21T22:39:40.326Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2019-10-21T22:39:42.962Z] --- PASS: TestDaemonStartWithLogOpt (11.63s) [2019-10-21T22:39:42.962Z] validation_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt" [2019-10-21T22:39:43.599Z] === RUN TestDockerSuite/TestEventsTop [2019-10-21T22:39:44.530Z] === RUN TestDockerSuite/TestEventsUntag [2019-10-21T22:39:47.051Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2019-10-21T22:39:47.894Z] ok github.com/docker/docker/daemon/cluster 0.056s coverage: 0.5% of statements [2019-10-21T22:39:48.116Z] --- PASS: TestContinueAfterPluginCrash (16.60s) [2019-10-21T22:39:48.116Z] logging_linux_test.go:22: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash" [2019-10-21T22:39:48.116Z] PASS [2019-10-21T22:39:48.116Z] [2019-10-21T22:39:48.116Z] DONE 2 tests in 16.779s [2019-10-21T22:39:48.116Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-10-21T22:39:48.116Z] ++ 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-21T22:39:48.116Z] ++ set -e [2019-10-21T22:39:48.116Z] ++ '[' -n 0 ']' [2019-10-21T22:39:48.116Z] ++ set -x [2019-10-21T22:39:48.116Z] ++ env -i DEST=/go/src/github.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-21T22:39:48.116Z] INFO: Testing against a local daemon [2019-10-21T22:39:48.116Z] === RUN TestPluginWithDevMounts [2019-10-21T22:39:48.116Z] === PAUSE TestPluginWithDevMounts [2019-10-21T22:39:48.116Z] === CONT TestPluginWithDevMounts [2019-10-21T22:39:48.423Z] === RUN TestDockerSuite/TestExec [2019-10-21T22:39:49.356Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2019-10-21T22:39:49.790Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2019-10-21T22:39:50.017Z] --- PASS: TestPluginWithDevMounts (2.06s) [2019-10-21T22:39:50.017Z] mounts_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts" [2019-10-21T22:39:50.017Z] PASS [2019-10-21T22:39:50.017Z] [2019-10-21T22:39:50.017Z] DONE 1 tests in 2.298s [2019-10-21T22:39:50.017Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2019-10-21T22:39:50.017Z] ++ 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-21T22:39:50.017Z] ++ set -e [2019-10-21T22:39:50.017Z] ++ '[' -n 0 ']' [2019-10-21T22:39:50.017Z] ++ set -x [2019-10-21T22:39:50.017Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-21T22:39:50.288Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2019-10-21T22:39:50.387Z] INFO: Testing against a local daemon [2019-10-21T22:39:50.387Z] === RUN TestSecretInspect [2019-10-21T22:39:51.161Z] ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.8% of statements [2019-10-21T22:39:51.218Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2019-10-21T22:39:52.151Z] === RUN TestDockerSuite/TestExecAPIStart [2019-10-21T22:39:53.618Z] --- PASS: TestSecretInspect (2.92s) [2019-10-21T22:39:53.618Z] secret_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect" [2019-10-21T22:39:53.618Z] === RUN TestSecretList [2019-10-21T22:39:54.047Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2019-10-21T22:39:54.610Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2019-10-21T22:39:55.542Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2019-10-21T22:39:56.204Z] --- PASS: TestSecretList (2.96s) [2019-10-21T22:39:56.204Z] secret_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretList" [2019-10-21T22:39:56.204Z] === RUN TestSecretsCreateAndDelete [2019-10-21T22:39:56.474Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2019-10-21T22:39:57.404Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2019-10-21T22:39:58.335Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2019-10-21T22:39:58.676Z] --- PASS: TestSecretsCreateAndDelete (2.41s) [2019-10-21T22:39:58.676Z] secret_test.go:125: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete" [2019-10-21T22:39:58.676Z] === RUN TestSecretsUpdate [2019-10-21T22:39:58.900Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2019-10-21T22:39:59.262Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.432s coverage: 13.7% of statements [2019-10-21T22:40:00.631Z] ok github.com/docker/docker/daemon 12.218s coverage: 17.6% of statements [2019-10-21T22:40:00.631Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-10-21T22:40:00.631Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-10-21T22:40:00.795Z] === RUN TestDockerSuite/TestExecCgroup [2019-10-21T22:40:00.888Z] ok github.com/docker/docker/daemon/config 0.049s coverage: 82.1% of statements [2019-10-21T22:40:01.985Z] --- PASS: TestSecretsUpdate (2.98s) [2019-10-21T22:40:01.985Z] secret_test.go:172: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate" [2019-10-21T22:40:01.985Z] === RUN TestTemplatedSecret [2019-10-21T22:40:02.165Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2019-10-21T22:40:02.165Z] === RUN TestDockerSuite/TestExecEnv [2019-10-21T22:40:02.257Z] ok github.com/docker/docker/daemon/discovery 0.004s coverage: 30.0% of statements [2019-10-21T22:40:02.257Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2019-10-21T22:40:02.257Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-10-21T22:40:02.257Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-10-21T22:40:03.536Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2019-10-21T22:40:04.154Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.2% of statements [2019-10-21T22:40:05.398Z] --- PASS: TestTemplatedSecret (3.60s) [2019-10-21T22:40:05.398Z] secret_test.go:221: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret" [2019-10-21T22:40:05.398Z] === RUN TestSecretCreateResolve [2019-10-21T22:40:05.433Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2019-10-21T22:40:05.433Z] === RUN TestDockerSuite/TestExecExitStatus [2019-10-21T22:40:06.052Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.005s coverage: 2.9% of statements [2019-10-21T22:40:06.374Z] === RUN TestDockerSuite/TestExecInspectID [2019-10-21T22:40:06.985Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.211s coverage: 57.0% of statements [2019-10-21T22:40:08.631Z] --- PASS: TestSecretCreateResolve (2.98s) [2019-10-21T22:40:08.631Z] secret_test.go:342: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve" [2019-10-21T22:40:08.631Z] PASS [2019-10-21T22:40:08.631Z] [2019-10-21T22:40:08.631Z] DONE 6 tests in 17.995s [2019-10-21T22:40:08.631Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2019-10-21T22:40:08.631Z] ++ 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-21T22:40:08.631Z] ++ set -e [2019-10-21T22:40:08.631Z] ++ '[' -n 0 ']' [2019-10-21T22:40:08.631Z] ++ set -x [2019-10-21T22:40:08.631Z] ++ env -i DEST=/go/src/github.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-21T22:40:08.631Z] INFO: Testing against a local daemon [2019-10-21T22:40:08.631Z] === RUN TestServiceCreateInit [2019-10-21T22:40:08.631Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-10-21T22:40:08.902Z] === RUN TestDockerSuite/TestExecInteractive [2019-10-21T22:40:09.833Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2019-10-21T22:40:10.263Z] ok github.com/docker/docker/daemon/graphdriver/aufs 5.506s coverage: 72.5% of statements [2019-10-21T22:40:10.263Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 1.610s coverage: 45.9% of statements [2019-10-21T22:40:10.263Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-10-21T22:40:10.764Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2019-10-21T22:40:11.695Z] === RUN TestDockerSuite/TestExecParseError [2019-10-21T22:40:12.626Z] === RUN TestDockerSuite/TestExecPausedContainer [2019-10-21T22:40:12.790Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.023s coverage: 51.0% of statements [2019-10-21T22:40:13.556Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2019-10-21T22:40:14.120Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2019-10-21T22:40:14.686Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.297s coverage: 76.1% of statements [2019-10-21T22:40:15.130Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-10-21T22:40:15.618Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 3.111s coverage: 57.2% of statements [2019-10-21T22:40:15.618Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-10-21T22:40:15.618Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-10-21T22:40:15.618Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.008s coverage: 58.0% of statements [2019-10-21T22:40:16.647Z] === RUN TestDockerSuite/TestExecSetEnv [2019-10-21T22:40:16.988Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.031s coverage: 3.0% of statements [2019-10-21T22:40:17.579Z] === RUN TestDockerSuite/TestExecStartFails [2019-10-21T22:40:17.920Z] ok github.com/docker/docker/daemon/links 0.003s coverage: 93.0% of statements [2019-10-21T22:40:18.510Z] === RUN TestDockerSuite/TestExecStateCleanup [2019-10-21T22:40:18.853Z] ok github.com/docker/docker/daemon/images 0.020s coverage: 4.9% of statements [2019-10-21T22:40:18.853Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-10-21T22:40:18.853Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-10-21T22:40:19.253Z] --- PASS: TestServiceCreateInit (10.82s) [2019-10-21T22:40:19.253Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.71s) [2019-10-21T22:40:19.253Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled" [2019-10-21T22:40:19.253Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.10s) [2019-10-21T22:40:19.253Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled" [2019-10-21T22:40:19.253Z] === RUN TestCreateServiceMultipleTimes [2019-10-21T22:40:20.225Z] ok github.com/docker/docker/daemon/logger 0.219s coverage: 42.7% of statements [2019-10-21T22:40:20.790Z] ok github.com/docker/docker/daemon/logger/awslogs 0.203s coverage: 77.8% of statements [2019-10-21T22:40:20.790Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-10-21T22:40:20.790Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-10-21T22:40:21.103Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-10-21T22:40:21.103Z] [2019-10-21T22:40:21.103Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-21T22:40:21.103Z] PKG_CONFIG=pkg-config [2019-10-21T22:40:21.103Z] GOLANG_VERSION=1.13.3 [2019-10-21T22:40:21.103Z] HOSTNAME=77cbd5e40f74 [2019-10-21T22:40:21.103Z] DOCKER_EXPERIMENTAL=1 [2019-10-21T22:40:21.103Z] container=docker [2019-10-21T22:40:21.103Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-10-21T22:40:21.103Z] GO111MODULE=off [2019-10-21T22:40:21.103Z] GOPATH=/go [2019-10-21T22:40:21.103Z] PWD=/go/src/github.com/docker/docker [2019-10-21T22:40:21.103Z] HOME=/root [2019-10-21T22:40:21.103Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-10-21T22:40:21.103Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-21T22:40:21.103Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-21T22:40:21.103Z] DOCKER_GITCOMMIT=3ddb4100a052aa556e78fefdf955cf0b7c374d43 [2019-10-21T22:40:21.103Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-21T22:40:21.103Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-21T22:40:21.103Z] TERM=xterm [2019-10-21T22:40:21.103Z] VALIDATE_BRANCH=master [2019-10-21T22:40:21.103Z] DEST=bundles/test-integration [2019-10-21T22:40:21.103Z] SHLVL=1 [2019-10-21T22:40:21.103Z] TIMEOUT=120m [2019-10-21T22:40:21.103Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-21T22:40:21.103Z] DOCKER_PKG=github.com/docker/docker [2019-10-21T22:40:21.103Z] TESTDEBUG=0 [2019-10-21T22:40:21.103Z] _=/usr/bin/env [2019-10-21T22:40:21.103Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-10-21T22:40:21.355Z] ok github.com/docker/docker/daemon/logger/gelf 0.009s coverage: 68.2% of statements [2019-10-21T22:40:22.287Z] ok github.com/docker/docker/daemon/logger/journald 0.014s coverage: 26.2% of statements [2019-10-21T22:40:22.853Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.003s coverage: 88.3% of statements [2019-10-21T22:40:22.853Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.007s coverage: 62.1% of statements [2019-10-21T22:40:24.265Z] ok github.com/docker/docker/daemon/logger/local 0.013s coverage: 74.7% of statements [2019-10-21T22:40:24.265Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-10-21T22:40:24.523Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.032s coverage: 19.9% of statements [2019-10-21T22:40:25.894Z] ok github.com/docker/docker/daemon/logger/syslog 0.008s coverage: 47.8% of statements [2019-10-21T22:40:26.459Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2019-10-21T22:40:27.023Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2019-10-21T22:40:27.588Z] ok github.com/docker/docker/daemon/logger/splunk 1.628s coverage: 82.5% of statements [2019-10-21T22:40:27.588Z] ? github.com/docker/docker/daemon/names [no test files] [2019-10-21T22:40:27.588Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-10-21T22:40:29.483Z] ok github.com/docker/docker/distribution 0.161s coverage: 22.1% of statements [2019-10-21T22:40:29.740Z] ok github.com/docker/docker/distribution/metadata 0.060s coverage: 48.2% of statements [2019-10-21T22:40:29.740Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-10-21T22:40:30.691Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2019-10-21T22:40:30.691Z] === RUN TestDockerSuite/TestExecStopNotHanging [2019-10-21T22:40:30.691Z] === RUN TestDockerSuite/TestExecTTY [2019-10-21T22:40:31.636Z] ok github.com/docker/docker/errdefs 0.008s coverage: 49.4% of statements [2019-10-21T22:40:32.062Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2019-10-21T22:40:32.568Z] ok github.com/docker/docker/image 0.016s coverage: 86.4% of statements [2019-10-21T22:40:32.995Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2019-10-21T22:40:33.501Z] ok github.com/docker/docker/distribution/xfer 1.881s coverage: 85.6% of statements [2019-10-21T22:40:33.501Z] ? github.com/docker/docker/dockerversion [no test files] [2019-10-21T22:40:33.501Z] ok github.com/docker/docker/image/cache 0.010s coverage: 19.2% of statements [2019-10-21T22:40:33.501Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-10-21T22:40:33.928Z] === RUN TestDockerSuite/TestExecUlimits [2019-10-21T22:40:34.873Z] ok github.com/docker/docker/image/v1 0.009s coverage: 25.0% of statements [2019-10-21T22:40:34.873Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-10-21T22:40:35.806Z] ok github.com/docker/docker/libcontainerd/queue 0.022s coverage: 100.0% of statements [2019-10-21T22:40:35.827Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2019-10-21T22:40:35.827Z] === RUN TestDockerSuite/TestExecWithImageUser [2019-10-21T22:40:36.737Z] ok github.com/docker/docker/opts 0.018s coverage: 66.9% of statements [2019-10-21T22:40:36.737Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2019-10-21T22:40:38.350Z] === RUN TestDockerSuite/TestExecWithNoTERM [2019-10-21T22:40:38.915Z] === RUN TestDockerSuite/TestExecWithPrivileged [2019-10-21T22:40:39.328Z] ok github.com/docker/docker/pkg/archive 0.406s coverage: 77.3% of statements [2019-10-21T22:40:39.358Z] --- PASS: TestCreateServiceMultipleTimes (18.79s) [2019-10-21T22:40:39.358Z] create_test.go:80: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes" [2019-10-21T22:40:39.358Z] === RUN TestCreateServiceConflict [2019-10-21T22:40:39.891Z] ok github.com/docker/docker/pkg/authorization 0.207s coverage: 68.3% of statements [2019-10-21T22:40:40.148Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2019-10-21T22:40:40.288Z] === RUN TestDockerSuite/TestExecWithTERM [2019-10-21T22:40:40.404Z] ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements [2019-10-21T22:40:41.238Z] === RUN TestDockerSuite/TestExecWithUser [2019-10-21T22:40:41.419Z] --- PASS: TestCreateServiceConflict (3.09s) [2019-10-21T22:40:41.419Z] create_test.go:129: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict" [2019-10-21T22:40:41.419Z] === RUN TestCreateServiceMaxReplicas [2019-10-21T22:40:42.170Z] === RUN TestDockerSuite/TestGetContainerStats [2019-10-21T22:40:43.676Z] ok github.com/docker/docker/layer 7.367s coverage: 68.8% of statements [2019-10-21T22:40:43.676Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-10-21T22:40:43.676Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-10-21T22:40:43.676Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-10-21T22:40:43.676Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-10-21T22:40:43.676Z] ? github.com/docker/docker/oci [no test files] [2019-10-21T22:40:43.676Z] ? github.com/docker/docker/oci/caps [no test files] [2019-10-21T22:40:43.676Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2019-10-21T22:40:43.676Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2019-10-21T22:40:43.933Z] ok github.com/docker/docker/pkg/chrootarchive 2.968s coverage: 43.2% of statements [2019-10-21T22:40:43.933Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-10-21T22:40:43.933Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-10-21T22:40:44.190Z] ok github.com/docker/docker/pkg/discovery/file 0.002s coverage: 92.9% of statements [2019-10-21T22:40:45.122Z] ok github.com/docker/docker/pkg/discovery/memory 0.003s coverage: 92.3% of statements [2019-10-21T22:40:45.380Z] ok github.com/docker/docker/pkg/discovery/nodes 0.003s coverage: 93.8% of statements [2019-10-21T22:40:45.522Z] --- PASS: TestCreateServiceMaxReplicas (4.16s) [2019-10-21T22:40:45.522Z] create_test.go:150: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas" [2019-10-21T22:40:45.522Z] === RUN TestCreateWithDuplicateNetworkNames [2019-10-21T22:40:45.945Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2019-10-21T22:40:47.314Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2019-10-21T22:40:47.426Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2019-10-21T22:40:47.878Z] ok github.com/docker/docker/pkg/fileutils 0.013s coverage: 89.5% of statements [2019-10-21T22:40:48.441Z] ok github.com/docker/docker/pkg/fsutils 0.193s coverage: 85.1% of statements [2019-10-21T22:40:48.441Z] ok github.com/docker/docker/pkg/discovery/kv 3.111s coverage: 84.1% of statements [2019-10-21T22:40:49.005Z] ok github.com/docker/docker/pkg/homedir 0.010s coverage: 11.4% of statements [2019-10-21T22:40:49.938Z] ok github.com/docker/docker/pkg/idtools 0.521s coverage: 70.1% of statements [2019-10-21T22:40:50.502Z] ok github.com/docker/docker/pkg/ioutils 0.604s coverage: 69.3% of statements [2019-10-21T22:40:50.502Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements [2019-10-21T22:40:50.760Z] ok github.com/docker/docker/pkg/locker 0.016s coverage: 88.9% of statements [2019-10-21T22:40:51.018Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2019-10-21T22:40:51.019Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-10-21T22:40:51.584Z] ok github.com/docker/docker/pkg/namesgenerator 0.009s coverage: 85.7% of statements [2019-10-21T22:40:51.844Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2019-10-21T22:40:52.102Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2019-10-21T22:40:52.359Z] ok github.com/docker/docker/pkg/mount 0.563s coverage: 70.0% of statements [2019-10-21T22:40:52.359Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-10-21T22:40:52.616Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.006s coverage: 91.4% of statements [2019-10-21T22:40:52.680Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2019-10-21T22:40:52.873Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2019-10-21T22:40:52.873Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-10-21T22:40:52.873Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-10-21T22:40:53.804Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.019s coverage: 56.8% of statements [2019-10-21T22:40:54.367Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2019-10-21T22:40:54.575Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2019-10-21T22:40:54.575Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2019-10-21T22:40:54.934Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2019-10-21T22:40:54.934Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2019-10-21T22:40:56.211Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2019-10-21T22:40:56.211Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2019-10-21T22:40:56.211Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2019-10-21T22:40:56.211Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2019-10-21T22:40:56.211Z] === RUN TestDockerSuite/TestAPINetworkFilter [2019-10-21T22:40:56.211Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2019-10-21T22:40:56.211Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2019-10-21T22:40:56.211Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2019-10-21T22:40:56.211Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2019-10-21T22:40:56.211Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2019-10-21T22:40:56.211Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2019-10-21T22:40:56.211Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2019-10-21T22:40:56.302Z] ok github.com/docker/docker/pkg/pubsub 1.027s coverage: 73.9% of statements [2019-10-21T22:40:56.559Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2019-10-21T22:40:59.831Z] ok github.com/docker/docker/pkg/signal 2.567s coverage: 61.0% of statements [2019-10-21T22:40:59.831Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2019-10-21T22:40:59.831Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2019-10-21T22:40:59.958Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2019-10-21T22:40:59.958Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2019-10-21T22:40:59.958Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2019-10-21T22:41:00.395Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2019-10-21T22:41:00.652Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2019-10-21T22:41:00.765Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2019-10-21T22:41:00.765Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2019-10-21T22:41:00.765Z] === RUN TestDockerSuite/TestHealth [2019-10-21T22:41:00.909Z] ok github.com/docker/docker/pkg/symlink 0.007s coverage: 87.7% of statements [2019-10-21T22:41:01.474Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 80.6% of statements [2019-10-21T22:41:02.039Z] ok github.com/docker/docker/pkg/system 0.021s coverage: 36.9% of statements [2019-10-21T22:41:02.117Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.41s) [2019-10-21T22:41:02.117Z] create_test.go:171: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames" [2019-10-21T22:41:02.117Z] === RUN TestCreateServiceSecretFileMode [2019-10-21T22:41:02.296Z] ok github.com/docker/docker/pkg/tailfile 0.053s coverage: 88.6% of statements [2019-10-21T22:41:02.501Z] --- PASS: TestCreateServiceSecretFileMode (2.82s) [2019-10-21T22:41:02.501Z] create_test.go:224: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode" [2019-10-21T22:41:02.501Z] === RUN TestCreateServiceConfigFileMode [2019-10-21T22:41:02.862Z] ok github.com/docker/docker/pkg/tarsum 0.042s coverage: 89.3% of statements [2019-10-21T22:41:03.426Z] ok github.com/docker/docker/pkg/term 0.004s coverage: 85.9% of statements [2019-10-21T22:41:03.426Z] testing: warning: no tests to run [2019-10-21T22:41:03.426Z] coverage: [no statements] [2019-10-21T22:41:03.426Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2019-10-21T22:41:03.703Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2019-10-21T22:41:03.989Z] ok github.com/docker/docker/pkg/truncindex 0.103s coverage: 91.5% of statements [2019-10-21T22:41:04.246Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2019-10-21T22:41:04.246Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2019-10-21T22:41:05.888Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2019-10-21T22:41:05.888Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2019-10-21T22:41:05.888Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2019-10-21T22:41:05.888Z] === RUN TestDockerSuite/TestAttachDisconnect [2019-10-21T22:41:05.888Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2019-10-21T22:41:06.703Z] --- PASS: TestCreateServiceConfigFileMode (3.43s) [2019-10-21T22:41:06.703Z] create_test.go:288: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode" [2019-10-21T22:41:06.703Z] === RUN TestCreateServiceSysctls [2019-10-21T22:41:06.769Z] ok github.com/docker/docker/plugin 0.532s coverage: 27.1% of statements [2019-10-21T22:41:07.334Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2019-10-21T22:41:07.898Z] ok github.com/docker/docker/profiles/seccomp 0.005s coverage: 73.8% of statements [2019-10-21T22:41:08.395Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-10-21T22:41:08.395Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-10-21T22:41:08.475Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2019-10-21T22:41:08.818Z] === RUN TestDockerSuite/TestAttachPausedContainer [2019-10-21T22:41:08.818Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2019-10-21T22:41:08.818Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2019-10-21T22:41:09.848Z] ok github.com/docker/docker/registry 0.093s coverage: 56.3% of statements [2019-10-21T22:41:09.876Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-10-21T22:41:10.412Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2019-10-21T22:41:10.669Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2019-10-21T22:41:10.947Z] --- PASS: TestCreateServiceSysctls (4.46s) [2019-10-21T22:41:10.947Z] create_test.go:378: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls" [2019-10-21T22:41:10.947Z] === RUN TestCreateServiceCapabilities [2019-10-21T22:41:11.600Z] ok github.com/docker/docker/runconfig 0.007s coverage: 68.2% of statements [2019-10-21T22:41:11.857Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2019-10-21T22:41:14.321Z] --- PASS: TestCreateServiceCapabilities (3.41s) [2019-10-21T22:41:14.321Z] create_test.go:462: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities" [2019-10-21T22:41:14.321Z] === RUN TestInspect [2019-10-21T22:41:14.379Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2019-10-21T22:41:14.942Z] ok github.com/docker/docker/volume/local 0.024s coverage: 73.0% of statements [2019-10-21T22:41:15.506Z] ok github.com/docker/docker/volume/mounts 0.018s coverage: 67.0% of statements [2019-10-21T22:41:16.875Z] ok github.com/docker/docker/volume/service 0.014s coverage: 73.0% of statements [2019-10-21T22:41:17.451Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2019-10-21T22:41:17.516Z] --- PASS: TestInspect (3.53s) [2019-10-21T22:41:17.516Z] inspect_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspect" [2019-10-21T22:41:17.516Z] === RUN TestServiceListWithStatuses [2019-10-21T22:41:17.516Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2019-10-21T22:41:17.516Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-10-21T22:41:17.516Z] === RUN TestDockerNetworkConnectAlias [2019-10-21T22:41:22.674Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2019-10-21T22:41:22.674Z] === RUN TestDockerSuite/TestHistoryExistentImage [2019-10-21T22:41:22.674Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2019-10-21T22:41:22.674Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2019-10-21T22:41:22.674Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2019-10-21T22:41:23.605Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2019-10-21T22:41:23.605Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2019-10-21T22:41:23.897Z] --- PASS: TestDockerNetworkConnectAlias (6.13s) [2019-10-21T22:41:23.897Z] network_test.go:20: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias" [2019-10-21T22:41:23.897Z] === RUN TestDockerNetworkReConnect [2019-10-21T22:41:24.537Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2019-10-21T22:41:24.794Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2019-10-21T22:41:24.794Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2019-10-21T22:41:24.794Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2019-10-21T22:41:25.052Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2019-10-21T22:41:25.617Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2019-10-21T22:41:26.183Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2019-10-21T22:41:26.183Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2019-10-21T22:41:27.555Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2019-10-21T22:41:27.555Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2019-10-21T22:41:28.486Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2019-10-21T22:41:29.042Z] --- PASS: TestDockerNetworkReConnect (5.47s) [2019-10-21T22:41:29.042Z] network_test.go:82: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect" [2019-10-21T22:41:29.042Z] === RUN TestServicePlugin [2019-10-21T22:41:29.042Z] --- SKIP: TestServicePlugin (0.01s) [2019-10-21T22:41:29.042Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T22:41:29.042Z] === RUN TestServiceUpdateLabel [2019-10-21T22:41:29.050Z] ok github.com/docker/docker/pkg/plugins 33.616s coverage: 76.6% of statements [2019-10-21T22:41:29.050Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-10-21T22:41:29.050Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-10-21T22:41:29.050Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-10-21T22:41:29.050Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-10-21T22:41:29.050Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-10-21T22:41:29.050Z] ? github.com/docker/docker/rootless [no test files] [2019-10-21T22:41:29.050Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-10-21T22:41:29.050Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-10-21T22:41:29.050Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-10-21T22:41:29.050Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-10-21T22:41:29.050Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-10-21T22:41:29.050Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-10-21T22:41:29.050Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-10-21T22:41:29.050Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-10-21T22:41:29.050Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-10-21T22:41:29.050Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-10-21T22:41:29.050Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-10-21T22:41:29.050Z] ? github.com/docker/docker/testutil/request [no test files] [2019-10-21T22:41:29.050Z] ? github.com/docker/docker/volume [no test files] [2019-10-21T22:41:29.050Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-10-21T22:41:29.050Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-10-21T22:41:29.050Z] [2019-10-21T22:41:29.050Z] === Skipped [2019-10-21T22:41:29.050Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-10-21T22:41:29.050Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-10-21T22:41:29.050Z] [2019-10-21T22:41:29.050Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-10-21T22:41:29.050Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-10-21T22:41:29.050Z] [2019-10-21T22:41:29.050Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-10-21T22:41:29.050Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T22:41:29.050Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-21T22:41:29.050Z] [2019-10-21T22:41:29.050Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-10-21T22:41:29.050Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T22:41:29.050Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-21T22:41:29.050Z] [2019-10-21T22:41:29.050Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-10-21T22:41:29.050Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T22:41:29.050Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-21T22:41:29.050Z] [2019-10-21T22:41:29.050Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-10-21T22:41:29.050Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T22:41:29.050Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-21T22:41:29.050Z] [2019-10-21T22:41:29.050Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-10-21T22:41:29.050Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T22:41:29.050Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-21T22:41:29.050Z] [2019-10-21T22:41:29.050Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-10-21T22:41:29.050Z] graphtest_unix.go:73: No driver to put! [2019-10-21T22:41:29.050Z] [2019-10-21T22:41:29.050Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-10-21T22:41:29.050Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-10-21T22:41:29.050Z] [2019-10-21T22:41:29.050Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-10-21T22:41:29.050Z] overlay_test.go:49: Fails to compute changes intermittently [2019-10-21T22:41:29.050Z] [2019-10-21T22:41:29.050Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-10-21T22:41:29.050Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-10-21T22:41:29.050Z] [2019-10-21T22:41:29.050Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-10-21T22:41:29.050Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-10-21T22:41:29.050Z] [2019-10-21T22:41:29.050Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-10-21T22:41:29.050Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T22:41:29.050Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-21T22:41:29.050Z] [2019-10-21T22:41:29.050Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-10-21T22:41:29.050Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T22:41:29.050Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-21T22:41:29.050Z] [2019-10-21T22:41:29.050Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-10-21T22:41:29.050Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T22:41:29.050Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-21T22:41:29.051Z] [2019-10-21T22:41:29.051Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-10-21T22:41:29.051Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T22:41:29.051Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-21T22:41:29.051Z] [2019-10-21T22:41:29.051Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-10-21T22:41:29.051Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-21T22:41:29.051Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-21T22:41:29.051Z] [2019-10-21T22:41:29.051Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-10-21T22:41:29.051Z] graphtest_unix.go:73: No driver to put! [2019-10-21T22:41:29.051Z] [2019-10-21T22:41:29.051Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-10-21T22:41:29.051Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-10-21T22:41:29.051Z] [2019-10-21T22:41:29.051Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-10-21T22:41:29.051Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-10-21T22:41:29.051Z] [2019-10-21T22:41:29.051Z] [2019-10-21T22:41:29.051Z] DONE 2115 tests, 20 skipped in 241.700s Post stage [Pipeline] junit [2019-10-21T22:41:29.081Z] Recording test results [2019-10-21T22:41:29.422Z] === RUN TestDockerSuite/TestImagesFormat [2019-10-21T22:41:29.422Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2019-10-21T22:41:30.084Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40115/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3ddb4100a052aa556e78fefdf955cf0b7c374d43 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3ddb4100a052aa556e78fefdf955cf0b7c374d43 hack/validate/vendor [2019-10-21T22:41:30.356Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2019-10-21T22:41:31.017Z] No vendor changes in diff. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build e2e image) [Pipeline] sh [2019-10-21T22:41:31.954Z] + echo Building e2e image [2019-10-21T22:41:31.954Z] Building e2e image [2019-10-21T22:41:31.954Z] + docker build --build-arg DOCKER_GITCOMMIT=3ddb4100a052aa556e78fefdf955cf0b7c374d43 -t moby-e2e-test -f Dockerfile.e2e . [2019-10-21T22:41:31.954Z] #2 [internal] load build definition from Dockerfile.e2e [2019-10-21T22:41:31.954Z] #2 transferring dockerfile: 3.21kB done [2019-10-21T22:41:31.954Z] #2 DONE 0.0s [2019-10-21T22:41:31.954Z] [2019-10-21T22:41:31.954Z] #1 [internal] load .dockerignore [2019-10-21T22:41:31.954Z] #1 transferring context: 34B done [2019-10-21T22:41:31.954Z] #1 DONE 0.0s [2019-10-21T22:41:31.954Z] [2019-10-21T22:41:31.954Z] #4 [internal] load metadata for docker.io/library/golang:1.13.3-alpine [2019-10-21T22:41:32.445Z] #4 DONE 0.3s [2019-10-21T22:41:32.445Z] [2019-10-21T22:41:32.445Z] #3 [internal] load metadata for docker.io/library/alpine:3.10 [2019-10-21T22:41:32.445Z] #3 DONE 0.3s [2019-10-21T22:41:32.445Z] [2019-10-21T22:41:32.445Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:c19173c5ada610a5... [2019-10-21T22:41:32.445Z] #5 resolve docker.io/library/alpine:3.10@sha256:c19173c5ada610a5989151111163d28a67368362762534d8a8121ce95cf2bd5a done [2019-10-21T22:41:32.445Z] #5 DONE 0.0s [2019-10-21T22:41:32.445Z] [2019-10-21T22:41:32.445Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... [2019-10-21T22:41:32.509Z] --- PASS: TestServiceUpdateLabel (3.22s) [2019-10-21T22:41:32.510Z] update_test.go:21: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel" [2019-10-21T22:41:32.510Z] === RUN TestServiceUpdateSecrets [2019-10-21T22:41:33.030Z] #6 ... [2019-10-21T22:41:33.030Z] [2019-10-21T22:41:33.030Z] #8 [internal] load build context [2019-10-21T22:41:33.030Z] #8 transferring context: 806.74kB 0.5s done [2019-10-21T22:41:33.030Z] #8 DONE 0.7s [2019-10-21T22:41:33.030Z] [2019-10-21T22:41:33.030Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.3-alpine@sha256:40278d43a2... [2019-10-21T22:41:33.030Z] #14 resolve docker.io/library/golang:1.13.3-alpine@sha256:40278d43a27b6e0563fcc4dd52c991a25741b1a775402aea342ab9a80158e69e done [2019-10-21T22:41:33.030Z] #14 extracting sha256:8ef94372a977c02d425f12c8cbda5416e372b7a869a6c2b20342c589dba3eae5 0.4s done [2019-10-21T22:41:33.030Z] #14 sha256:f23ef2e47d30da3d8e0f729ec70dc1db56a60ab4ddc12c2dd2313032182ea91b 3.81kB / 3.81kB done [2019-10-21T22:41:33.030Z] #14 sha256:8ef94372a977c02d425f12c8cbda5416e372b7a869a6c2b20342c589dba3eae5 301.72kB / 301.72kB 0.1s done [2019-10-21T22:41:33.030Z] #14 sha256:1ec62c064901392a6722bb47a377c01a381f4482b1ce094b6d28682b6b6279fd 155B / 155B 0.1s done [2019-10-21T22:41:33.030Z] #14 sha256:63f867ea31ce3e97bb3587a4f90f6e9831db072dacc5c364f7a3a6036d26ec66 33.96MB / 126.85MB 0.9s [2019-10-21T22:41:33.030Z] #14 sha256:cf024c481879a3ea7dfe07ce71ac2b7ef4c51191aee907f2d1e5995ff9dc323b 126B / 126B 0.2s done [2019-10-21T22:41:33.030Z] #14 sha256:40278d43a27b6e0563fcc4dd52c991a25741b1a775402aea342ab9a80158e69e 1.65kB / 1.65kB done [2019-10-21T22:41:33.030Z] #14 sha256:63f56a5797a1b5dcfedfdb8506c9ebddcc4953f285c208a0993aaede199c9251 1.36kB / 1.36kB done [2019-10-21T22:41:33.030Z] #14 extracting sha256:1ec62c064901392a6722bb47a377c01a381f4482b1ce094b6d28682b6b6279fd done [2019-10-21T22:41:33.061Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2019-10-21T22:41:33.061Z] === RUN TestDockerSuite/TestImportBadURL [2019-10-21T22:41:33.061Z] === RUN TestDockerSuite/TestImportDisplay [2019-10-21T22:41:33.288Z] #14 sha256:63f867ea31ce3e97bb3587a4f90f6e9831db072dacc5c364f7a3a6036d26ec66 45.87MB / 126.85MB 1.0s [2019-10-21T22:41:33.288Z] #14 sha256:63f867ea31ce3e97bb3587a4f90f6e9831db072dacc5c364f7a3a6036d26ec66 56.75MB / 126.85MB 1.1s [2019-10-21T22:41:33.545Z] #14 sha256:63f867ea31ce3e97bb3587a4f90f6e9831db072dacc5c364f7a3a6036d26ec66 66.57MB / 126.85MB 1.2s [2019-10-21T22:41:33.545Z] #14 sha256:63f867ea31ce3e97bb3587a4f90f6e9831db072dacc5c364f7a3a6036d26ec66 74.02MB / 126.85MB 1.3s [2019-10-21T22:41:33.804Z] #14 sha256:63f867ea31ce3e97bb3587a4f90f6e9831db072dacc5c364f7a3a6036d26ec66 93.20MB / 126.85MB 1.5s [2019-10-21T22:41:33.804Z] #14 sha256:63f867ea31ce3e97bb3587a4f90f6e9831db072dacc5c364f7a3a6036d26ec66 104.59MB / 126.85MB 1.6s [2019-10-21T22:41:34.066Z] #14 sha256:63f867ea31ce3e97bb3587a4f90f6e9831db072dacc5c364f7a3a6036d26ec66 126.85MB / 126.85MB 1.8s [2019-10-21T22:41:34.956Z] === RUN TestDockerSuite/TestImportFile [2019-10-21T22:41:34.995Z] #14 ... [2019-10-21T22:41:34.995Z] [2019-10-21T22:41:34.995Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... [2019-10-21T22:41:34.995Z] #6 DONE 2.7s [2019-10-21T22:41:34.995Z] [2019-10-21T22:41:34.995Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.3-alpine@sha256:40278d43a2... [2019-10-21T22:41:34.995Z] #14 sha256:63f867ea31ce3e97bb3587a4f90f6e9831db072dacc5c364f7a3a6036d26ec66 126.85MB / 126.85MB 2.6s done [2019-10-21T22:41:34.995Z] #14 extracting sha256:63f867ea31ce3e97bb3587a4f90f6e9831db072dacc5c364f7a3a6036d26ec66 [2019-10-21T22:41:36.855Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2019-10-21T22:41:36.855Z] === RUN TestDockerSuite/TestImportFileWithMessage [2019-10-21T22:41:38.748Z] === RUN TestDockerSuite/TestImportGzipped [2019-10-21T22:41:40.253Z] #14 extracting sha256:63f867ea31ce3e97bb3587a4f90f6e9831db072dacc5c364f7a3a6036d26ec66 5.2s [2019-10-21T22:41:40.642Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2019-10-21T22:41:41.622Z] #14 extracting sha256:63f867ea31ce3e97bb3587a4f90f6e9831db072dacc5c364f7a3a6036d26ec66 6.3s done [2019-10-21T22:41:41.622Z] #14 extracting sha256:cf024c481879a3ea7dfe07ce71ac2b7ef4c51191aee907f2d1e5995ff9dc323b done [2019-10-21T22:41:42.539Z] === RUN TestDockerSuite/TestInfoDebug [2019-10-21T22:41:42.551Z] #14 DONE 10.3s [2019-10-21T22:41:42.551Z] [2019-10-21T22:41:42.551Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2019-10-21T22:41:42.808Z] #15 ... [2019-10-21T22:41:42.808Z] [2019-10-21T22:41:42.808Z] #7 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... [2019-10-21T22:41:42.808Z] #7 1.152 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2019-10-21T22:41:42.808Z] #7 2.224 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2019-10-21T22:41:42.808Z] #7 2.338 (1/31) Installing ncurses-terminfo-base (6.1_p20190518-r0) [2019-10-21T22:41:42.808Z] #7 2.341 (2/31) Installing ncurses-terminfo (6.1_p20190518-r0) [2019-10-21T22:41:42.808Z] #7 2.557 (3/31) Installing ncurses-libs (6.1_p20190518-r0) [2019-10-21T22:41:42.808Z] #7 2.566 (4/31) Installing readline (8.0.0-r0) [2019-10-21T22:41:42.808Z] #7 2.572 (5/31) Installing bash (5.0.0-r0) [2019-10-21T22:41:42.808Z] #7 2.589 Executing bash-5.0.0-r0.post-install [2019-10-21T22:41:42.808Z] #7 2.594 (6/31) Installing ca-certificates (20190108-r0) [2019-10-21T22:41:42.808Z] #7 2.611 (7/31) Installing libgcc (8.3.0-r0) [2019-10-21T22:41:42.808Z] #7 2.615 (8/31) Installing libstdc++ (8.3.0-r0) [2019-10-21T22:41:42.808Z] #7 2.630 (9/31) Installing binutils (2.32-r0) [2019-10-21T22:41:42.808Z] #7 2.738 (10/31) Installing gmp (6.1.2-r1) [2019-10-21T22:41:42.808Z] #7 2.749 (11/31) Installing isl (0.18-r0) [2019-10-21T22:41:42.808Z] #7 2.770 (12/31) Installing libgomp (8.3.0-r0) [2019-10-21T22:41:42.808Z] #7 2.775 (13/31) Installing libatomic (8.3.0-r0) [2019-10-21T22:41:42.808Z] #7 2.777 (14/31) Installing mpfr3 (3.1.5-r1) [2019-10-21T22:41:42.808Z] #7 2.784 (15/31) Installing mpc1 (1.1.0-r0) [2019-10-21T22:41:42.808Z] #7 2.787 (16/31) Installing gcc (8.3.0-r0) [2019-10-21T22:41:42.808Z] #7 3.762 (17/31) Installing musl-dev (1.1.22-r3) [2019-10-21T22:41:42.808Z] #7 3.878 (18/31) Installing libc-dev (0.7.1-r0) [2019-10-21T22:41:42.808Z] #7 3.879 (19/31) Installing g++ (8.3.0-r0) [2019-10-21T22:41:42.808Z] #7 4.515 (20/31) Installing nghttp2-libs (1.39.2-r0) [2019-10-21T22:41:42.808Z] #7 4.521 (21/31) Installing libcurl (7.66.0-r0) [2019-10-21T22:41:42.808Z] #7 4.534 (22/31) Installing expat (2.2.8-r0) [2019-10-21T22:41:42.808Z] #7 4.542 (23/31) Installing pcre2 (10.33-r0) [2019-10-21T22:41:42.808Z] #7 4.552 (24/31) Installing git (2.22.0-r0) [2019-10-21T22:41:42.808Z] #7 4.785 (25/31) Installing libmnl (1.0.4-r0) [2019-10-21T22:41:42.808Z] #7 4.789 (26/31) Installing libnftnl-libs (1.1.3-r0) [2019-10-21T22:41:42.808Z] #7 4.792 (27/31) Installing iptables (1.8.3-r0) [2019-10-21T22:41:42.808Z] #7 4.819 (28/31) Installing pigz (2.4-r0) [2019-10-21T22:41:42.808Z] #7 4.823 (29/31) Installing tar (1.32-r0) [2019-10-21T22:41:42.808Z] #7 4.834 (30/31) Installing xz-libs (5.2.4-r0) [2019-10-21T22:41:42.808Z] #7 4.838 (31/31) Installing xz (5.2.4-r0) [2019-10-21T22:41:42.808Z] #7 4.843 Executing busybox-1.30.1-r2.trigger [2019-10-21T22:41:42.808Z] #7 4.853 Executing ca-certificates-20190108-r0.trigger [2019-10-21T22:41:42.808Z] #7 4.901 OK: 185 MiB in 45 packages [2019-10-21T22:41:42.808Z] #7 DONE 7.9s [2019-10-21T22:41:42.808Z] [2019-10-21T22:41:42.808Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh /scripts/run.sh [2019-10-21T22:41:42.808Z] #9 DONE 0.1s [2019-10-21T22:41:43.065Z] [2019-10-21T22:41:43.065Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh [2019-10-21T22:41:43.065Z] #10 DONE 0.1s [2019-10-21T22:41:43.065Z] [2019-10-21T22:41:43.065Z] #11 [runner 6/12] COPY integration/testdata /tests/integration/testdat... [2019-10-21T22:41:43.065Z] #11 DONE 0.1s [2019-10-21T22:41:43.065Z] [2019-10-21T22:41:43.065Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2019-10-21T22:41:43.065Z] #15 ... [2019-10-21T22:41:43.065Z] [2019-10-21T22:41:43.065Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t... [2019-10-21T22:41:43.065Z] #12 DONE 0.1s [2019-10-21T22:41:43.065Z] [2019-10-21T22:41:43.065Z] #13 [runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fix... [2019-10-21T22:41:43.065Z] #13 DONE 0.1s [2019-10-21T22:41:43.106Z] === RUN TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName [2019-10-21T22:41:43.322Z] [2019-10-21T22:41:43.322Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2019-10-21T22:41:43.578Z] #15 0.934 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2019-10-21T22:41:43.670Z] === RUN TestDockerSuite/TestInfoDiscoveryBackend [2019-10-21T22:41:44.234Z] === RUN TestDockerSuite/TestInfoDiscoveryInvalidAdvertise [2019-10-21T22:41:44.514Z] #15 2.001 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2019-10-21T22:41:44.514Z] #15 2.073 (1/43) Installing ncurses-terminfo-base (6.1_p20190518-r0) [2019-10-21T22:41:44.772Z] #15 2.080 (2/43) Installing ncurses-terminfo (6.1_p20190518-r0) [2019-10-21T22:41:44.772Z] #15 2.230 (3/43) Installing ncurses-libs (6.1_p20190518-r0) [2019-10-21T22:41:44.772Z] #15 2.238 (4/43) Installing readline (8.0.0-r0) [2019-10-21T22:41:44.772Z] #15 2.242 (5/43) Installing bash (5.0.0-r0) [2019-10-21T22:41:44.772Z] #15 2.256 Executing bash-5.0.0-r0.post-install [2019-10-21T22:41:44.772Z] #15 2.258 (6/43) Installing linux-headers (4.19.36-r0) [2019-10-21T22:41:44.772Z] #15 2.334 (7/43) Installing libuuid (2.33.2-r0) [2019-10-21T22:41:45.030Z] #15 2.336 (8/43) Installing btrfs-progs-libs (5.1.1-r0) [2019-10-21T22:41:45.030Z] #15 2.339 (9/43) Installing btrfs-progs-dev (5.1.1-r0) [2019-10-21T22:41:45.030Z] #15 2.343 (10/43) Installing binutils (2.32-r0) [2019-10-21T22:41:45.030Z] #15 2.425 (11/43) Installing libmagic (5.37-r0) [2019-10-21T22:41:45.030Z] #15 2.447 (12/43) Installing file (5.37-r0) [2019-10-21T22:41:45.030Z] #15 2.449 (13/43) Installing gmp (6.1.2-r1) [2019-10-21T22:41:45.030Z] #15 2.456 (14/43) Installing isl (0.18-r0) [2019-10-21T22:41:45.030Z] #15 2.472 (15/43) Installing libgomp (8.3.0-r0) [2019-10-21T22:41:45.030Z] #15 2.476 (16/43) Installing libatomic (8.3.0-r0) [2019-10-21T22:41:45.030Z] #15 2.478 (17/43) Installing libgcc (8.3.0-r0) [2019-10-21T22:41:45.030Z] #15 2.480 (18/43) Installing mpfr3 (3.1.5-r1) [2019-10-21T22:41:45.030Z] #15 2.485 (19/43) Installing mpc1 (1.1.0-r0) [2019-10-21T22:41:45.030Z] #15 2.488 (20/43) Installing libstdc++ (8.3.0-r0) [2019-10-21T22:41:45.030Z] #15 2.499 (21/43) Installing gcc (8.3.0-r0) [2019-10-21T22:41:45.165Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2019-10-21T22:41:45.595Z] #15 3.170 (22/43) Installing musl-dev (1.1.22-r3) [2019-10-21T22:41:45.852Z] #15 3.253 (23/43) Installing libc-dev (0.7.1-r0) [2019-10-21T22:41:45.852Z] #15 3.255 (24/43) Installing g++ (8.3.0-r0) [2019-10-21T22:41:46.098Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2019-10-21T22:41:46.416Z] #15 3.688 (25/43) Installing make (4.2.1-r2) [2019-10-21T22:41:46.416Z] #15 3.692 (26/43) Installing fortify-headers (1.1-r0) [2019-10-21T22:41:46.416Z] #15 3.695 (27/43) Installing build-base (0.5-r1) [2019-10-21T22:41:46.416Z] #15 3.696 (28/43) Installing nghttp2-libs (1.39.2-r0) [2019-10-21T22:41:46.416Z] #15 3.699 (29/43) Installing libcurl (7.66.0-r0) [2019-10-21T22:41:46.416Z] #15 3.706 (30/43) Installing curl (7.66.0-r0) [2019-10-21T22:41:46.416Z] #15 3.710 (31/43) Installing oniguruma (6.9.2-r0) [2019-10-21T22:41:46.416Z] #15 3.716 (32/43) Installing jq (1.6-r0) [2019-10-21T22:41:46.416Z] #15 3.723 (33/43) Installing device-mapper-libs (2.02.184-r0) [2019-10-21T22:41:46.416Z] #15 3.728 (34/43) Installing device-mapper-event-libs (2.02.184-r0) [2019-10-21T22:41:46.417Z] #15 3.730 (35/43) Installing libaio (0.3.111-r0) [2019-10-21T22:41:46.417Z] #15 3.732 (36/43) Installing libblkid (2.33.2-r0) [2019-10-21T22:41:46.417Z] #15 3.738 (37/43) Installing lvm2-libs (2.02.184-r0) [2019-10-21T22:41:46.417Z] #15 3.772 (38/43) Installing libfdisk (2.33.2-r0) [2019-10-21T22:41:46.417Z] #15 3.777 (39/43) Installing libmount (2.33.2-r0) [2019-10-21T22:41:46.417Z] #15 3.782 (40/43) Installing libsmartcols (2.33.2-r0) [2019-10-21T22:41:46.417Z] #15 3.786 (41/43) Installing pkgconf (1.6.1-r1) [2019-10-21T22:41:46.417Z] #15 3.789 (42/43) Installing util-linux-dev (2.33.2-r0) [2019-10-21T22:41:46.417Z] #15 3.811 (43/43) Installing lvm2-dev (2.02.184-r0) [2019-10-21T22:41:46.417Z] #15 3.816 Executing busybox-1.30.1-r2.trigger [2019-10-21T22:41:46.417Z] #15 3.822 OK: 189 MiB in 58 packages [2019-10-21T22:41:47.030Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2019-10-21T22:41:47.346Z] #15 DONE 4.7s [2019-10-21T22:41:47.346Z] [2019-10-21T22:41:47.346Z] #16 [base 3/5] RUN mkdir -p /build/ [2019-10-21T22:41:47.961Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2019-10-21T22:41:47.961Z] === RUN TestDockerSuite/TestInfoFormat [2019-10-21T22:41:47.961Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2019-10-21T22:41:47.961Z] === RUN TestDockerSuite/TestInsecureRegistries [2019-10-21T22:41:48.280Z] #16 DONE 0.8s [2019-10-21T22:41:48.280Z] [2019-10-21T22:41:48.280Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/ [2019-10-21T22:41:48.525Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2019-10-21T22:41:48.844Z] #17 DONE 0.8s [2019-10-21T22:41:48.844Z] [2019-10-21T22:41:48.844Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/ [2019-10-21T22:41:48.844Z] #18 DONE 0.0s [2019-10-21T22:41:48.844Z] [2019-10-21T22:41:48.844Z] #31 [builder 1/4] COPY . . [2019-10-21T22:41:48.844Z] #31 ... [2019-10-21T22:41:48.844Z] [2019-10-21T22:41:48.844Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh / [2019-10-21T22:41:48.844Z] #19 DONE 0.1s [2019-10-21T22:41:49.101Z] [2019-10-21T22:41:49.101Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-21T22:41:49.238Z] --- PASS: TestServiceUpdateSecrets (16.44s) [2019-10-21T22:41:49.238Z] update_test.go:77: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets" [2019-10-21T22:41:49.238Z] === RUN TestServiceUpdateConfigs [2019-10-21T22:41:49.319Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-10-21T22:41:49.320Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-10-21T22:41:49.320Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-10-21T22:41:49.456Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2019-10-21T22:41:50.033Z] #20 ... [2019-10-21T22:41:50.033Z] [2019-10-21T22:41:50.033Z] #31 [builder 1/4] COPY . . [2019-10-21T22:41:50.033Z] #31 DONE 1.0s [2019-10-21T22:41:50.033Z] [2019-10-21T22:41:50.033Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-... [2019-10-21T22:41:50.332Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-10-21T22:41:50.388Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2019-10-21T22:41:50.954Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-10-21T22:41:50.968Z] #32 DONE 1.0s [2019-10-21T22:41:50.968Z] [2019-10-21T22:41:50.968Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-21T22:41:50.968Z] #20 1.655 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-10-21T22:41:50.968Z] #20 1.944 [2019-10-21T22:41:51.318Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2019-10-21T22:41:51.482Z] #20 2.067 # 2.4% #################### 28.0% ################################# 47.2% ############################################## 64.1% ############################################################# 84.8% ######################################################################## 100.0% [2019-10-21T22:41:51.739Z] #20 2.776 [2019-10-21T22:41:51.884Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2019-10-21T22:41:51.997Z] #20 2.892 ######################### 35.5% ################################################################# 90.7% ######################################################################## 100.0% [2019-10-21T22:41:52.254Z] #20 3.324 [2019-10-21T22:41:52.816Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2019-10-21T22:41:53.380Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2019-10-21T22:41:53.637Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2019-10-21T22:41:53.800Z] #20 3.474 1.2% # 1.5% ############# 19.2% ############# 19.2% #################### 28.6% ################################# 46.4% ############################################## 65.1% ########################################################### 82.7% ####################################################################### 99.5% ####################################################################### 99.9% ######################################################################## 100.0% [2019-10-21T22:41:54.057Z] #20 5.105 [2019-10-21T22:41:54.613Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-10-21T22:41:55.009Z] === RUN TestDockerSuite/TestInspectAmpersand [2019-10-21T22:41:55.940Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2019-10-21T22:41:56.098Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-10-21T22:41:56.533Z] #20 5.226 0.4% ### 5.1% ####### 10.7% ############# 18.6% ################## 25.8% ######################## 33.9% ################################ 45.3% ######################################## 56.7% ############################################ 62.3% #################################################### 72.9% ######################################################### 80.5% ############################################################### 88.0% #################################################################### 95.3% ####################################################################### 99.5% ######################################################################## 100.0% [2019-10-21T22:41:56.790Z] #20 7.823 [2019-10-21T22:41:56.873Z] === RUN TestDockerSuite/TestInspectByPrefix [2019-10-21T22:41:56.873Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2019-10-21T22:41:57.722Z] #20 8.653 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-10-21T22:41:57.817Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2019-10-21T22:41:57.817Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2019-10-21T22:41:57.979Z] #20 8.983 [2019-10-21T22:41:57.979Z] #20 9.051 ######################################################################## 100.0% [2019-10-21T22:41:58.236Z] #20 9.301 [2019-10-21T22:41:58.781Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2019-10-21T22:41:59.167Z] #20 10.17 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-10-21T22:41:59.424Z] #20 10.57 [2019-10-21T22:41:59.562Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-10-21T22:41:59.681Z] #20 10.72 0.7% ######################################################################## 100.0% [2019-10-21T22:41:59.712Z] === RUN TestDockerSuite/TestInspectDefault [2019-10-21T22:41:59.938Z] #20 10.98 [2019-10-21T22:42:00.644Z] === RUN TestDockerSuite/TestInspectHistory [2019-10-21T22:42:00.870Z] #20 11.83 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-10-21T22:42:00.870Z] #20 11.95 skipping existing 1849cc453dee [2019-10-21T22:42:00.870Z] #20 ... [2019-10-21T22:42:00.870Z] [2019-10-21T22:42:00.870Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-10-21T22:42:00.870Z] #33 0.955 [2019-10-21T22:42:00.870Z] #33 1.027 Removing bundles/ [2019-10-21T22:42:00.870Z] #33 1.028 [2019-10-21T22:42:00.870Z] #33 1.034 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary) [2019-10-21T22:42:00.870Z] #33 1.644 Building test suite binary ./integration-cli/test.main [2019-10-21T22:42:01.127Z] #33 ... [2019-10-21T22:42:01.127Z] [2019-10-21T22:42:01.127Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-21T22:42:01.127Z] #20 12.23 [2019-10-21T22:42:01.577Z] === RUN TestDockerSuite/TestInspectImage [2019-10-21T22:42:01.577Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2019-10-21T22:42:01.577Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2019-10-21T22:42:01.577Z] === RUN TestDockerSuite/TestInspectInt64 [2019-10-21T22:42:02.058Z] #20 13.09 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-10-21T22:42:02.141Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2019-10-21T22:42:02.315Z] #20 13.41 [2019-10-21T22:42:02.398Z] === RUN TestDockerSuite/TestInspectJSONFields [2019-10-21T22:42:02.574Z] #20 13.50 ######################################################################## 100.0% [2019-10-21T22:42:02.574Z] #20 13.75 [2019-10-21T22:42:02.831Z] #20 13.83 Download of images into '/build' complete. [2019-10-21T22:42:02.831Z] #20 13.83 Use something like the following to load the result into a Docker daemon: [2019-10-21T22:42:02.831Z] #20 13.83 tar -cC '/build' . | docker load [2019-10-21T22:42:03.041Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-10-21T22:42:03.330Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2019-10-21T22:42:03.330Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2019-10-21T22:42:04.263Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2019-10-21T22:42:05.356Z] #20 DONE 16.1s [2019-10-21T22:42:05.356Z] [2019-10-21T22:42:05.356Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-21T22:42:05.356Z] #22 DONE 0.1s [2019-10-21T22:42:05.356Z] [2019-10-21T22:42:05.356Z] #26 [contrib 1/4] COPY contrib/syscall-test /build/syscall-test [2019-10-21T22:42:05.356Z] #26 DONE 0.1s [2019-10-21T22:42:05.356Z] [2019-10-21T22:42:05.356Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-10-21T22:42:05.356Z] #33 ... [2019-10-21T22:42:05.356Z] [2019-10-21T22:42:05.356Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-10-21T22:42:05.356Z] #23 DONE 0.1s [2019-10-21T22:42:05.356Z] [2019-10-21T22:42:05.356Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-10-21T22:42:05.356Z] #24 ... [2019-10-21T22:42:05.356Z] [2019-10-21T22:42:05.356Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... [2019-10-21T22:42:05.356Z] #27 DONE 0.2s [2019-10-21T22:42:05.356Z] [2019-10-21T22:42:05.356Z] #28 [contrib 3/4] COPY contrib/httpserver contrib/httpserver [2019-10-21T22:42:05.356Z] #28 DONE 0.1s [2019-10-21T22:42:05.356Z] [2019-10-21T22:42:05.356Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2019-10-21T22:42:05.635Z] === RUN TestDockerSuite/TestInspectPlugin [2019-10-21T22:42:05.789Z] --- PASS: TestServiceUpdateConfigs (16.07s) [2019-10-21T22:42:05.789Z] update_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs" [2019-10-21T22:42:05.789Z] === RUN TestServiceUpdateNetwork [2019-10-21T22:42:06.505Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-10-21T22:42:07.533Z] === RUN TestDockerSuite/TestInspectRootFS [2019-10-21T22:42:07.533Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2019-10-21T22:42:07.981Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-10-21T22:42:08.465Z] === RUN TestDockerSuite/TestInspectStatus [2019-10-21T22:42:09.397Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2019-10-21T22:42:10.614Z] #29 ... [2019-10-21T22:42:10.614Z] [2019-10-21T22:42:10.614Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-21T22:42:10.614Z] #21 DONE 1.5s [2019-10-21T22:42:10.614Z] [2019-10-21T22:42:10.614Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-10-21T22:42:10.614Z] #24 2.745 + RM_GOPATH=0 [2019-10-21T22:42:10.614Z] #24 2.745 + TMP_GOPATH= [2019-10-21T22:42:10.614Z] #24 2.745 + : /build [2019-10-21T22:42:10.614Z] #24 2.745 + '[' -z '' ']' [2019-10-21T22:42:10.614Z] #24 2.746 ++ mktemp -d [2019-10-21T22:42:10.614Z] #24 2.750 + export GOPATH=/tmp/tmp.AOcioP [2019-10-21T22:42:10.614Z] #24 2.750 + GOPATH=/tmp/tmp.AOcioP [2019-10-21T22:42:10.614Z] #24 2.750 + RM_GOPATH=1 [2019-10-21T22:42:10.614Z] #24 2.750 ++ dirname ./install.sh [2019-10-21T22:42:10.614Z] #24 2.751 + dir=. [2019-10-21T22:42:10.614Z] #24 2.751 + bin=dockercli [2019-10-21T22:42:10.614Z] #24 2.751 + shift [2019-10-21T22:42:10.614Z] #24 2.751 + '[' '!' -f ./dockercli.installer ']' [2019-10-21T22:42:10.614Z] #24 2.751 + . ./dockercli.installer [2019-10-21T22:42:10.614Z] #24 2.751 ++ : stable [2019-10-21T22:42:10.614Z] #24 2.751 ++ : 17.06.2-ce [2019-10-21T22:42:10.614Z] #24 2.751 + install_dockercli [2019-10-21T22:42:10.614Z] #24 2.752 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-10-21T22:42:10.614Z] #24 2.752 Install docker/cli version 17.06.2-ce from stable [2019-10-21T22:42:10.614Z] #24 2.752 ++ uname -m [2019-10-21T22:42:10.614Z] #24 2.753 + arch=x86_64 [2019-10-21T22:42:10.614Z] #24 2.753 + '[' x86_64 '!=' x86_64 ']' [2019-10-21T22:42:10.614Z] #24 2.753 + url=https://download.docker.com/linux/static [2019-10-21T22:42:10.614Z] #24 2.753 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2019-10-21T22:42:10.614Z] #24 2.753 + tar -xz docker/docker [2019-10-21T22:42:10.871Z] #24 5.571 + mkdir -p /build [2019-10-21T22:42:10.871Z] #24 5.571 + mv docker/docker /build/ [2019-10-21T22:42:10.871Z] #24 5.573 + rmdir docker [2019-10-21T22:42:10.871Z] #24 DONE 5.7s [2019-10-21T22:42:10.871Z] [2019-10-21T22:42:10.871Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2019-10-21T22:42:11.292Z] === RUN TestDockerSuite/TestInspectTemplateError [2019-10-21T22:42:11.458Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-10-21T22:42:11.805Z] #29 ... [2019-10-21T22:42:11.805Z] [2019-10-21T22:42:11.805Z] #25 [runner 10/12] COPY --from=dockercli /build/ /usr/bin/ [2019-10-21T22:42:11.805Z] #25 DONE 0.1s [2019-10-21T22:42:11.805Z] [2019-10-21T22:42:11.805Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-10-21T22:42:11.859Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2019-10-21T22:42:13.231Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2019-10-21T22:42:13.503Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-10-21T22:42:13.796Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2019-10-21T22:42:14.728Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2019-10-21T22:42:15.549Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-10-21T22:42:15.660Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2019-10-21T22:42:16.593Z] === RUN TestDockerSuite/TestInspectUnknownObject [2019-10-21T22:42:16.593Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2019-10-21T22:42:17.582Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-21T22:42:17.582Z] Using test binary docker [2019-10-21T22:42:17.582Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-10-21T22:42:17.582Z] +++ /etc/init.d/apparmor start [2019-10-21T22:42:17.582Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-21T22:42:17.582Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-21T22:42:17.582Z] Warning failed to create cache: (null) [2019-10-21T22:42:17.582Z] . [2019-10-21T22:42:17.582Z] INFO: Waiting for daemon to start... [2019-10-21T22:42:17.582Z] Starting dockerd [2019-10-21T22:42:17.582Z] +++ 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-21T22:42:19.541Z] --- PASS: TestServiceUpdateNetwork (14.41s) [2019-10-21T22:42:19.541Z] update_test.go:201: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork" [2019-10-21T22:42:19.541Z] PASS [2019-10-21T22:42:19.541Z] [2019-10-21T22:42:19.541Z] === Skipped [2019-10-21T22:42:19.541Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.00s) [2019-10-21T22:42:19.541Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-10-21T22:42:19.541Z] [2019-10-21T22:42:19.541Z] === SKIP: s390x.integration.service TestServicePlugin (0.01s) [2019-10-21T22:42:19.541Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T22:42:19.541Z] [2019-10-21T22:42:19.541Z] [2019-10-21T22:42:19.541Z] DONE 20 tests, 2 skipped in 130.989s [2019-10-21T22:42:19.541Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2019-10-21T22:42:19.541Z] ++ 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-21T22:42:19.541Z] ++ set -e [2019-10-21T22:42:19.541Z] ++ '[' -n 0 ']' [2019-10-21T22:42:19.541Z] ++ set -x [2019-10-21T22:42:19.541Z] ++ env -i DEST=/go/src/github.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-21T22:42:19.541Z] INFO: Testing against a local daemon [2019-10-21T22:42:19.541Z] === RUN TestSessionCreate [2019-10-21T22:42:19.541Z] --- PASS: TestSessionCreate (0.05s) [2019-10-21T22:42:19.541Z] === RUN TestSessionCreateWithBadUpgrade [2019-10-21T22:42:19.541Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s) [2019-10-21T22:42:19.541Z] PASS [2019-10-21T22:42:19.541Z] [2019-10-21T22:42:19.541Z] DONE 2 tests in 0.288s [2019-10-21T22:42:19.541Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2019-10-21T22:42:19.541Z] ++ 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-21T22:42:19.541Z] ++ set -e [2019-10-21T22:42:19.541Z] ++ '[' -n 0 ']' [2019-10-21T22:42:19.541Z] ++ set -x [2019-10-21T22:42:19.541Z] ++ env -i DEST=/go/src/github.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-21T22:42:19.541Z] INFO: Testing against a local daemon [2019-10-21T22:42:19.541Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-10-21T22:42:19.541Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-21T22:42:19.541Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-21T22:42:19.541Z] === RUN TestEventsExecDie [2019-10-21T22:42:19.600Z] . [2019-10-21T22:42:19.600Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-21T22:42:19.600Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-21T22:42:19.600Z] Error: No such image: emptyfs [2019-10-21T22:42:19.600Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-21T22:42:19.600Z] ++++ docker load [2019-10-21T22:42:19.869Z] === RUN TestDockerSuite/TestLinkShortDefinition [2019-10-21T22:42:19.885Z] Running integration-test (iteration 1) [2019-10-21T22:42:19.885Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2019-10-21T22:42:19.885Z] ++ 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-21T22:42:19.885Z] ++ set -e [2019-10-21T22:42:19.885Z] ++ '[' -n 0 ']' [2019-10-21T22:42:19.885Z] ++ set -x [2019-10-21T22:42:19.885Z] ++ env -i DEST=/go/src/github.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-21T22:42:20.864Z] --- PASS: TestEventsExecDie (1.12s) [2019-10-21T22:42:20.864Z] === RUN TestEventsBackwardsCompatible [2019-10-21T22:42:20.864Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2019-10-21T22:42:20.864Z] === RUN TestInfoBinaryCommits [2019-10-21T22:42:20.864Z] --- PASS: TestInfoBinaryCommits (0.03s) [2019-10-21T22:42:20.864Z] === RUN TestInfoAPIVersioned [2019-10-21T22:42:20.864Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-10-21T22:42:20.864Z] === RUN TestInfoAPI [2019-10-21T22:42:20.864Z] --- PASS: TestInfoAPI (0.05s) [2019-10-21T22:42:20.864Z] === RUN TestInfoAPIWarnings [2019-10-21T22:42:21.241Z] === RUN TestDockerSuite/TestLinksEnvs [2019-10-21T22:42:22.181Z] --- PASS: TestInfoAPIWarnings (0.93s) [2019-10-21T22:42:22.181Z] info_test.go:49: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings" [2019-10-21T22:42:22.181Z] === RUN TestLoginFailsWithBadCredentials [2019-10-21T22:42:22.181Z] --- PASS: TestLoginFailsWithBadCredentials (0.44s) [2019-10-21T22:42:22.181Z] === RUN TestPingCacheHeaders [2019-10-21T22:42:22.587Z] --- PASS: TestPingCacheHeaders (0.05s) [2019-10-21T22:42:22.587Z] === RUN TestPingGet [2019-10-21T22:42:22.587Z] --- PASS: TestPingGet (0.01s) [2019-10-21T22:42:22.587Z] === RUN TestPingHead [2019-10-21T22:42:22.587Z] --- PASS: TestPingHead (0.02s) [2019-10-21T22:42:22.587Z] === RUN TestVersion [2019-10-21T22:42:22.587Z] --- PASS: TestVersion (0.02s) [2019-10-21T22:42:22.587Z] PASS [2019-10-21T22:42:22.587Z] [2019-10-21T22:42:22.587Z] === Skipped [2019-10-21T22:42:22.587Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-21T22:42:22.587Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-21T22:42:22.587Z] [2019-10-21T22:42:22.587Z] [2019-10-21T22:42:22.587Z] DONE 12 tests, 1 skipped in 2.947s [2019-10-21T22:42:22.587Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2019-10-21T22:42:22.587Z] ++ 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-21T22:42:22.587Z] ++ set -e [2019-10-21T22:42:22.587Z] ++ '[' -n 0 ']' [2019-10-21T22:42:22.587Z] ++ set -x [2019-10-21T22:42:22.587Z] ++ env -i DEST=/go/src/github.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-21T22:42:22.587Z] INFO: Testing against a local daemon [2019-10-21T22:42:22.587Z] === RUN TestVolumesCreateAndList [2019-10-21T22:42:22.587Z] --- PASS: TestVolumesCreateAndList (0.02s) [2019-10-21T22:42:22.587Z] === RUN TestVolumesRemove [2019-10-21T22:42:22.986Z] --- PASS: TestVolumesRemove (0.13s) [2019-10-21T22:42:22.986Z] === RUN TestVolumesInspect [2019-10-21T22:42:22.986Z] --- PASS: TestVolumesInspect (0.02s) [2019-10-21T22:42:22.986Z] === RUN TestVolumesInvalidJSON [2019-10-21T22:42:22.986Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-10-21T22:42:22.986Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-10-21T22:42:22.986Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-10-21T22:42:22.986Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2019-10-21T22:42:22.986Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-10-21T22:42:22.986Z] PASS [2019-10-21T22:42:22.986Z] [2019-10-21T22:42:22.986Z] DONE 5 tests in 0.342s [2019-10-21T22:42:22.986Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-21T22:42:22.986Z] ++++ cat bundles/test-integration/docker.pid [2019-10-21T22:42:22.986Z] +++ kill 11481 [2019-10-21T22:42:23.138Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2019-10-21T22:42:23.395Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2019-10-21T22:42:24.978Z] +++ /etc/init.d/apparmor stop [2019-10-21T22:42:24.978Z] Clearing AppArmor profiles cache:. [2019-10-21T22:42:24.978Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-21T22:42:24.978Z] Unloading profiles will leave already running processes permanently [2019-10-21T22:42:24.978Z] unconfined, which can lead to unexpected situations. [2019-10-21T22:42:24.978Z] [2019-10-21T22:42:24.978Z] To set a process to complain mode, use the command line tool [2019-10-21T22:42:24.978Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-21T22:42:24.978Z] with the 'teardown' option." [2019-10-21T22:42:24.978Z] [2019-10-21T22:42:25.291Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted Post stage [Pipeline] junit [2019-10-21T22:42:26.985Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-10-21T22:42:28.583Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2019-10-21T22:42:28.583Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2019-10-21T22:42:28.988Z] + echo Ensuring container killed. [2019-10-21T22:42:28.988Z] Ensuring container killed. [2019-10-21T22:42:28.988Z] + docker rm -vf docker-pr4 [2019-10-21T22:42:28.988Z] Error: No such container: docker-pr4 [2019-10-21T22:42:28.988Z] + true [Pipeline] sh [2019-10-21T22:42:29.910Z] + echo Chowning /workspace to jenkins user [2019-10-21T22:42:29.910Z] Chowning /workspace to jenkins user [2019-10-21T22:42:29.910Z] + id -u [2019-10-21T22:42:29.910Z] + id -g [2019-10-21T22:42:29.910Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-40115:/workspace busybox chown -R 1001:1001 /workspace [2019-10-21T22:42:29.910Z] Unable to find image 'busybox:latest' locally [2019-10-21T22:42:29.910Z] latest: Pulling from library/busybox [2019-10-21T22:42:30.282Z] 6d4c3d9fc915: Pulling fs layer [2019-10-21T22:42:30.658Z] 6d4c3d9fc915: Verifying Checksum [2019-10-21T22:42:30.658Z] 6d4c3d9fc915: Download complete [2019-10-21T22:42:31.055Z] 6d4c3d9fc915: Pull complete [2019-10-21T22:42:31.055Z] Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e [2019-10-21T22:42:31.055Z] Status: Downloaded newer image for busybox:latest [2019-10-21T22:42:31.858Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2019-10-21T22:42:31.858Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-10-21T22:42:33.935Z] + bundleName=s390x-integration [2019-10-21T22:42:33.936Z] + echo Creating s390x-integration-bundles.tar.gz [2019-10-21T22:42:33.936Z] Creating s390x-integration-bundles.tar.gz [2019-10-21T22:42:33.936Z] + xargs tar -czf s390x-integration-bundles.tar.gz [2019-10-21T22:42:33.936Z] + 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-21T22:42:34.071Z] Archiving artifacts [2019-10-21T22:42:34.389Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2019-10-21T22:42:34.389Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2019-10-21T22:42:34.646Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2019-10-21T22:42:35.142Z] Loaded image: buildpack-deps:jessie [2019-10-21T22:42:35.142Z] Loaded image: busybox:latest [2019-10-21T22:42:35.142Z] Loaded image: busybox:glibc [2019-10-21T22:42:35.142Z] Loaded image: debian:jessie [2019-10-21T22:42:35.142Z] Loaded image: hello-world:latest [2019-10-21T22:42:35.142Z] INFO: Testing against a local daemon [2019-10-21T22:42:35.142Z] === RUN TestCgroupNamespacesBuild [2019-10-21T22:42:35.436Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40115/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-10-21T22:42:35.577Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2019-10-21T22:42:35.760Z] --- PASS: TestCgroupNamespacesBuild (1.68s) [2019-10-21T22:42:35.760Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild" [2019-10-21T22:42:35.760Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-10-21T22:42:36.299Z] + make clean [2019-10-21T22:42:36.509Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2019-10-21T22:42:36.670Z] docker volume rm -f docker-dev-cache [2019-10-21T22:42:36.670Z] docker-dev-cache [Pipeline] deleteDir [2019-10-21T22:42:37.236Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.63s) [2019-10-21T22:42:37.236Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode" [2019-10-21T22:42:37.236Z] === RUN TestBuildWithSession [2019-10-21T22:42:37.236Z] --- SKIP: TestBuildWithSession (0.00s) [2019-10-21T22:42:37.236Z] build_session_test.go:25: TODO: BuildKit [2019-10-21T22:42:37.236Z] === RUN TestBuildSquashParent [2019-10-21T22:42:38.329Z] #33 ... [2019-10-21T22:42:38.329Z] [2019-10-21T22:42:38.329Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2019-10-21T22:42:38.329Z] #29 29.63 # github.com/docker/docker/contrib/httpserver [2019-10-21T22:42:38.329Z] #29 29.63 loadinternal: cannot find runtime/cgo [2019-10-21T22:42:38.329Z] #29 DONE 30.6s [2019-10-21T22:42:38.329Z] [2019-10-21T22:42:38.329Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-10-21T22:42:38.329Z] #33 ... [2019-10-21T22:42:38.329Z] [2019-10-21T22:42:38.329Z] #30 [runner 11/12] COPY --from=contrib /build/ /tests/contrib/ [2019-10-21T22:42:38.329Z] #30 DONE 0.1s [2019-10-21T22:42:38.329Z] [2019-10-21T22:42:38.329Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-10-21T22:42:40.691Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2019-10-21T22:42:42.742Z] --- PASS: TestBuildSquashParent (5.16s) [2019-10-21T22:42:42.742Z] === RUN TestBuildWithRemoveAndForceRemove [2019-10-21T22:42:42.742Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-21T22:42:42.742Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-21T22:42:42.743Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-21T22:42:42.743Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-21T22:42:42.743Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-21T22:42:42.743Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-21T22:42:42.743Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-21T22:42:42.743Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-21T22:42:42.743Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-21T22:42:42.743Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-21T22:42:42.743Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-21T22:42:42.743Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-21T22:42:42.743Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-21T22:42:42.743Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-21T22:42:42.743Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-21T22:42:42.743Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-21T22:42:43.970Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2019-10-21T22:42:46.241Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-21T22:42:46.241Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-21T22:42:47.249Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2019-10-21T22:42:48.270Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2019-10-21T22:42:48.270Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.45s) [2019-10-21T22:42:48.270Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.56s) [2019-10-21T22:42:48.270Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.61s) [2019-10-21T22:42:48.270Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.67s) [2019-10-21T22:42:48.270Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.19s) [2019-10-21T22:42:48.270Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.15s) [2019-10-21T22:42:48.270Z] === RUN TestBuildMultiStageCopy [2019-10-21T22:42:48.270Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-10-21T22:42:49.144Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2019-10-21T22:42:50.075Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2019-10-21T22:42:50.297Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-10-21T22:42:50.581Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-10-21T22:42:50.865Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-10-21T22:42:51.483Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-10-21T22:42:51.767Z] --- PASS: TestBuildMultiStageCopy (3.53s) [2019-10-21T22:42:51.767Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.96s) [2019-10-21T22:42:51.767Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.35s) [2019-10-21T22:42:51.767Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.40s) [2019-10-21T22:42:51.767Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.40s) [2019-10-21T22:42:51.767Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.41s) [2019-10-21T22:42:51.767Z] === RUN TestBuildMultiStageParentConfig [2019-10-21T22:42:51.971Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2019-10-21T22:42:52.781Z] --- PASS: TestBuildMultiStageParentConfig (0.99s) [2019-10-21T22:42:52.781Z] === RUN TestBuildLabelWithTargets [2019-10-21T22:42:53.865Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2019-10-21T22:42:54.262Z] --- PASS: TestBuildLabelWithTargets (1.64s) [2019-10-21T22:42:54.262Z] === RUN TestBuildWithEmptyLayers [2019-10-21T22:42:54.430Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2019-10-21T22:42:55.273Z] --- PASS: TestBuildWithEmptyLayers (0.85s) [2019-10-21T22:42:55.273Z] === RUN TestBuildMultiStageOnBuild [2019-10-21T22:42:55.800Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-10-21T22:42:57.171Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2019-10-21T22:42:57.171Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2019-10-21T22:42:57.428Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2019-10-21T22:42:57.428Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2019-10-21T22:42:57.428Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2019-10-21T22:42:57.995Z] --- PASS: TestBuildMultiStageOnBuild (2.34s) [2019-10-21T22:42:57.995Z] === RUN TestBuildUncleanTarFilenames [2019-10-21T22:42:58.619Z] --- PASS: TestBuildUncleanTarFilenames (1.17s) [2019-10-21T22:42:58.619Z] === RUN TestBuildMultiStageLayerLeak [2019-10-21T22:42:58.826Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2019-10-21T22:42:59.395Z] === RUN TestDockerSuite/TestLogsAPIUntil [2019-10-21T22:43:01.289Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2019-10-21T22:43:01.303Z] --- PASS: TestBuildMultiStageLayerLeak (2.35s) [2019-10-21T22:43:01.303Z] === RUN TestBuildWithHugeFile [2019-10-21T22:43:03.184Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2019-10-21T22:43:04.117Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2019-10-21T22:43:09.372Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2019-10-21T22:43:09.936Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2019-10-21T22:43:09.936Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2019-10-21T22:43:11.309Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2019-10-21T22:43:12.249Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2019-10-21T22:43:13.620Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2019-10-21T22:43:14.991Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2019-10-21T22:43:15.922Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2019-10-21T22:43:18.445Z] === RUN TestDockerSuite/TestLogsFollowStopped [2019-10-21T22:43:19.008Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2019-10-21T22:43:19.939Z] === RUN TestDockerSuite/TestLogsSince [2019-10-21T22:43:26.484Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2019-10-21T22:43:26.484Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2019-10-21T22:43:29.307Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2019-10-21T22:43:29.307Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2019-10-21T22:43:29.307Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2019-10-21T22:43:29.307Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2019-10-21T22:43:29.307Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2019-10-21T22:43:29.307Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2019-10-21T22:43:29.307Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2019-10-21T22:43:29.307Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2019-10-21T22:43:29.307Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2019-10-21T22:43:29.307Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2019-10-21T22:43:29.307Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2019-10-21T22:43:32.230Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2019-10-21T22:43:33.034Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2019-10-21T22:43:33.202Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2019-10-21T22:43:33.202Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2019-10-21T22:43:33.202Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2019-10-21T22:43:33.202Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2019-10-21T22:43:33.293Z] === RUN TestDockerSuite/TestLogsTail [2019-10-21T22:43:34.225Z] === RUN TestDockerSuite/TestLogsTimestamps [2019-10-21T22:43:35.170Z] === RUN TestDockerSuite/TestLogsWithDetails [2019-10-21T22:43:36.101Z] === RUN TestDockerSuite/TestMountIntoProc [2019-10-21T22:43:36.116Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2019-10-21T22:43:36.357Z] === RUN TestDockerSuite/TestMountIntoSys [2019-10-21T22:43:36.614Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2019-10-21T22:43:37.548Z] === RUN TestDockerSuite/TestNetHostname [2019-10-21T22:43:40.071Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2019-10-21T22:43:40.328Z] === RUN TestDockerSuite/TestNetworkEvents [2019-10-21T22:43:40.586Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2019-10-21T22:43:41.956Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2019-10-21T22:43:44.479Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2019-10-21T22:43:45.409Z] === RUN TestDockerSuite/TestPluginActive [2019-10-21T22:43:47.304Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2019-10-21T22:43:48.549Z] === RUN TestDockerSuite/TestBuildAddNonTar [2019-10-21T22:43:53.882Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2019-10-21T22:43:53.882Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2019-10-21T22:43:53.882Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2019-10-21T22:43:53.882Z] === RUN TestDockerSuite/TestPluginLogDriver [2019-10-21T22:43:54.359Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2019-10-21T22:43:54.820Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2019-10-21T22:43:54.820Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2019-10-21T22:43:57.158Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2019-10-21T22:43:57.158Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2019-10-21T22:43:57.736Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2019-10-21T22:43:59.053Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2019-10-21T22:43:59.278Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2019-10-21T22:44:00.423Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2019-10-21T22:44:00.986Z] === RUN TestDockerSuite/TestPluginUpgrade [2019-10-21T22:44:03.509Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2019-10-21T22:44:05.089Z] === RUN TestDockerSuite/TestBuildAddScript [2019-10-21T22:44:05.089Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2019-10-21T22:44:05.089Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2019-10-21T22:44:05.089Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2019-10-21T22:44:05.089Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2019-10-21T22:44:05.089Z] === RUN TestDockerSuite/TestBuildAddTar [2019-10-21T22:44:06.785Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2019-10-21T22:44:07.043Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2019-10-21T22:44:08.432Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2019-10-21T22:44:10.328Z] === RUN TestDockerSuite/TestPortHostBinding [2019-10-21T22:44:11.698Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2019-10-21T22:44:11.955Z] === RUN TestDockerSuite/TestPortList [2019-10-21T22:44:14.749Z] #33 133.3 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-10-21T22:44:14.749Z] #33 135.8 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-10-21T22:44:14.749Z] #33 137.2 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-10-21T22:44:14.749Z] #33 139.1 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-10-21T22:44:14.749Z] #33 141.6 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-10-21T22:44:14.749Z] #33 143.0 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-10-21T22:44:15.006Z] #33 144.2 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-10-21T22:44:15.230Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2019-10-21T22:44:16.375Z] #33 145.3 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-10-21T22:44:16.631Z] #33 145.9 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-10-21T22:44:18.509Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2019-10-21T22:44:18.526Z] #33 147.4 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-10-21T22:44:19.476Z] #33 148.6 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-10-21T22:44:21.383Z] #33 150.3 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-10-21T22:44:22.685Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2019-10-21T22:44:23.249Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2019-10-21T22:44:23.276Z] #33 152.0 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-10-21T22:44:23.332Z] --- PASS: TestBuildWithHugeFile (81.87s) [2019-10-21T22:44:23.332Z] === RUN TestBuildWithEmptyDockerfile [2019-10-21T22:44:23.332Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-21T22:44:23.332Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-21T22:44:23.332Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-21T22:44:23.332Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-21T22:44:23.332Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-21T22:44:23.332Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-21T22:44:23.332Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-21T22:44:23.332Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-21T22:44:23.332Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-21T22:44:23.332Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2019-10-21T22:44:23.332Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.31s) [2019-10-21T22:44:23.332Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.31s) [2019-10-21T22:44:23.332Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.32s) [2019-10-21T22:44:23.332Z] === RUN TestBuildPreserveOwnership [2019-10-21T22:44:23.332Z] === RUN TestBuildPreserveOwnership/copy_from [2019-10-21T22:44:24.646Z] #33 153.7 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-10-21T22:44:25.145Z] === RUN TestDockerSuite/TestPostContainersAttach [2019-10-21T22:44:25.579Z] #33 154.8 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-10-21T22:44:26.824Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-10-21T22:44:27.474Z] #33 156.7 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-10-21T22:44:28.308Z] --- PASS: TestBuildPreserveOwnership (4.80s) [2019-10-21T22:44:28.308Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.13s) [2019-10-21T22:44:28.308Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.66s) [2019-10-21T22:44:28.308Z] === RUN TestBuildPlatformInvalid [2019-10-21T22:44:28.308Z] --- PASS: TestBuildPlatformInvalid (0.18s) [2019-10-21T22:44:28.308Z] PASS [2019-10-21T22:44:28.308Z] [2019-10-21T22:44:28.308Z] === Skipped [2019-10-21T22:44:28.308Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s) [2019-10-21T22:44:28.308Z] build_session_test.go:25: TODO: BuildKit [2019-10-21T22:44:28.308Z] [2019-10-21T22:44:28.308Z] [2019-10-21T22:44:28.308Z] DONE 32 tests, 1 skipped in 128.428s [2019-10-21T22:44:28.308Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2019-10-21T22:44:28.308Z] ++ 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-21T22:44:28.308Z] ++ set -e [2019-10-21T22:44:28.308Z] ++ '[' -n 0 ']' [2019-10-21T22:44:28.308Z] ++ set -x [2019-10-21T22:44:28.308Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-21T22:44:28.593Z] INFO: Testing against a local daemon [2019-10-21T22:44:28.593Z] === RUN TestConfigList [2019-10-21T22:44:28.843Z] #33 157.8 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-10-21T22:44:29.324Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2019-10-21T22:44:29.773Z] #33 158.9 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-10-21T22:44:31.142Z] #33 160.4 [2019-10-21T22:44:31.288Z] --- PASS: TestConfigList (2.75s) [2019-10-21T22:44:31.288Z] config_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigList" [2019-10-21T22:44:31.288Z] === RUN TestConfigsCreateAndDelete [2019-10-21T22:44:31.706Z] #33 DONE 160.8s [2019-10-21T22:44:31.706Z] [2019-10-21T22:44:31.706Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ... [2019-10-21T22:44:32.598Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2019-10-21T22:44:32.598Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2019-10-21T22:44:32.598Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2019-10-21T22:44:33.321Z] --- PASS: TestConfigsCreateAndDelete (2.22s) [2019-10-21T22:44:33.321Z] config_test.go:112: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete" [2019-10-21T22:44:33.321Z] === RUN TestConfigsUpdate [2019-10-21T22:44:33.531Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2019-10-21T22:44:33.531Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2019-10-21T22:44:34.467Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2019-10-21T22:44:34.467Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2019-10-21T22:44:34.724Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2019-10-21T22:44:34.979Z] #34 DONE 3.2s [2019-10-21T22:44:35.289Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2019-10-21T22:44:35.546Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2019-10-21T22:44:36.013Z] --- PASS: TestConfigsUpdate (2.20s) [2019-10-21T22:44:36.013Z] config_test.go:140: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate" [2019-10-21T22:44:36.013Z] === RUN TestTemplatedConfig [2019-10-21T22:44:36.350Z] [2019-10-21T22:44:36.350Z] #35 [runner 12/12] COPY --from=builder /build/ / [2019-10-21T22:44:37.443Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2019-10-21T22:44:37.443Z] === RUN TestDockerSuite/TestPruneContainerLabel [2019-10-21T22:44:38.241Z] #35 DONE 2.0s [2019-10-21T22:44:38.242Z] [2019-10-21T22:44:38.242Z] #36 exporting to image [2019-10-21T22:44:38.242Z] #36 exporting layers [2019-10-21T22:44:38.701Z] --- PASS: TestTemplatedConfig (2.85s) [2019-10-21T22:44:38.702Z] config_test.go:192: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig" [2019-10-21T22:44:38.702Z] === RUN TestConfigInspect [2019-10-21T22:44:40.717Z] === RUN TestDockerSuite/TestPruneContainerUntil [2019-10-21T22:44:40.731Z] --- PASS: TestConfigInspect (2.28s) [2019-10-21T22:44:40.731Z] config_test.go:326: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect" [2019-10-21T22:44:40.731Z] === RUN TestConfigCreateWithLabels [2019-10-21T22:44:41.517Z] #36 exporting layers 3.4s done [2019-10-21T22:44:41.773Z] #36 writing image sha256:6af2dd3d881c658df206389115a818e8c91eb0a52a3fabbff9f646253b9bbc40 done [2019-10-21T22:44:41.773Z] #36 naming to docker.io/library/moby-e2e-test 0.1s done [2019-10-21T22:44:41.773Z] #36 DONE 3.4s [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-10-21T22:44:42.101Z] + echo Ensuring container killed. [2019-10-21T22:44:42.101Z] Ensuring container killed. [2019-10-21T22:44:42.101Z] + docker rm -vf docker-pr4 [2019-10-21T22:44:42.101Z] Error: No such container: docker-pr4 [2019-10-21T22:44:42.101Z] + true [Pipeline] sh [2019-10-21T22:44:42.385Z] + echo Chowning /workspace to jenkins user [2019-10-21T22:44:42.385Z] Chowning /workspace to jenkins user [2019-10-21T22:44:42.385Z] + id -u [2019-10-21T22:44:42.385Z] + id -g [2019-10-21T22:44:42.385Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40115:/workspace busybox chown -R 1000:1000 /workspace [2019-10-21T22:44:42.627Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2019-10-21T22:44:42.627Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2019-10-21T22:44:42.895Z] === RUN TestDockerSuite/TestPsByOrder [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-10-21T22:44:43.416Z] --- PASS: TestConfigCreateWithLabels (2.20s) [2019-10-21T22:44:43.416Z] config_test.go:350: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels" [2019-10-21T22:44:43.416Z] === RUN TestConfigCreateResolve [2019-10-21T22:44:43.618Z] + bundleName=unit [2019-10-21T22:44:43.618Z] + echo Creating unit-bundles.tar.gz [2019-10-21T22:44:43.618Z] Creating unit-bundles.tar.gz [2019-10-21T22:44:43.618Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2019-10-21T22:44:43.618Z] bundles/junit-report.xml [2019-10-21T22:44:43.618Z] bundles/go-test-report.json [2019-10-21T22:44:43.618Z] bundles/profile.out [Pipeline] archiveArtifacts [2019-10-21T22:44:43.629Z] Archiving artifacts [2019-10-21T22:44:44.065Z] Uploaded 2 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40115/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-10-21T22:44:44.373Z] + make clean [2019-10-21T22:44:44.633Z] docker volume rm -f docker-dev-cache [2019-10-21T22:44:44.633Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-10-21T22:44:45.472Z] --- PASS: TestConfigCreateResolve (2.24s) [2019-10-21T22:44:45.472Z] config_test.go:377: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve" [2019-10-21T22:44:45.472Z] === RUN TestConfigDaemonLibtrustID [2019-10-21T22:44:45.759Z] --- PASS: TestConfigDaemonLibtrustID (0.57s) [2019-10-21T22:44:45.759Z] config_test.go:427: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID" [2019-10-21T22:44:45.759Z] PASS [2019-10-21T22:44:45.759Z] [2019-10-21T22:44:45.759Z] DONE 8 tests in 17.398s [2019-10-21T22:44:45.759Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2019-10-21T22:44:45.759Z] ++ 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-21T22:44:45.759Z] ++ set -e [2019-10-21T22:44:45.759Z] ++ '[' -n 0 ']' [2019-10-21T22:44:45.759Z] ++ set -x [2019-10-21T22:44:45.759Z] ++ env -i DEST=/go/src/github.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-21T22:44:45.759Z] INFO: Testing against a local daemon [2019-10-21T22:44:45.759Z] === RUN TestCheckpoint [2019-10-21T22:44:45.759Z] --- SKIP: TestCheckpoint (0.00s) [2019-10-21T22:44:45.759Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-21T22:44:45.759Z] === RUN TestContainerInvalidJSON [2019-10-21T22:44:46.045Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-10-21T22:44:46.045Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-10-21T22:44:46.045Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-10-21T22:44:46.045Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-10-21T22:44:46.045Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-10-21T22:44:46.045Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-10-21T22:44:46.045Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-10-21T22:44:46.045Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-10-21T22:44:46.045Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-10-21T22:44:46.045Z] --- PASS: TestContainerInvalidJSON (0.02s) [2019-10-21T22:44:46.045Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-10-21T22:44:46.045Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-10-21T22:44:46.045Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2019-10-21T22:44:46.045Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-10-21T22:44:46.045Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s) [2019-10-21T22:44:46.045Z] === RUN TestCopyFromContainerPathIsNotDir [2019-10-21T22:44:46.045Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.08s) [2019-10-21T22:44:46.045Z] === RUN TestCopyToContainerPathDoesNotExist [2019-10-21T22:44:46.045Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.09s) [2019-10-21T22:44:46.045Z] === RUN TestCopyToContainerPathIsNotDir [2019-10-21T22:44:46.174Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2019-10-21T22:44:46.328Z] --- PASS: TestCopyToContainerPathIsNotDir (0.09s) [2019-10-21T22:44:46.328Z] === RUN TestCopyFromContainer [2019-10-21T22:44:47.106Z] === RUN TestDockerSuite/TestPsListContainersBase [2019-10-21T22:44:47.666Z] === RUN TestDockerSuite/TestBuildAddTarXz [2019-10-21T22:44:47.666Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2019-10-21T22:44:47.666Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2019-10-21T22:44:47.809Z] === RUN TestCopyFromContainer// [2019-10-21T22:44:47.809Z] === RUN TestCopyFromContainer//bar/root [2019-10-21T22:44:48.037Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2019-10-21T22:44:48.092Z] === RUN TestCopyFromContainer//bar/root/ [2019-10-21T22:44:48.092Z] === RUN TestCopyFromContainer/bar/quux [2019-10-21T22:44:48.374Z] === RUN TestCopyFromContainer/bar/quux/ [2019-10-21T22:44:48.374Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-10-21T22:44:48.374Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-10-21T22:44:48.658Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-10-21T22:44:48.658Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-10-21T22:44:48.658Z] === RUN TestCopyFromContainer/bar/notarget [2019-10-21T22:44:48.942Z] --- PASS: TestCopyFromContainer (2.55s) [2019-10-21T22:44:48.942Z] --- PASS: TestCopyFromContainer// (0.09s) [2019-10-21T22:44:48.942Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2019-10-21T22:44:48.942Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2019-10-21T22:44:48.942Z] --- PASS: TestCopyFromContainer/bar/quux (0.11s) [2019-10-21T22:44:48.942Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.09s) [2019-10-21T22:44:48.942Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s) [2019-10-21T22:44:48.942Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s) [2019-10-21T22:44:48.942Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s) [2019-10-21T22:44:48.942Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s) [2019-10-21T22:44:48.942Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2019-10-21T22:44:48.942Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-10-21T22:44:48.942Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-21T22:44:48.942Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-21T22:44:48.942Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-21T22:44:48.942Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-21T22:44:48.942Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-21T22:44:48.942Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-21T22:44:48.942Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-21T22:44:48.942Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-21T22:44:48.942Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-21T22:44:48.942Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2019-10-21T22:44:48.942Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2019-10-21T22:44:48.942Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-10-21T22:44:48.942Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2019-10-21T22:44:48.942Z] === RUN TestCreateLinkToNonExistingContainer [2019-10-21T22:44:48.942Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2019-10-21T22:44:48.942Z] === RUN TestCreateWithInvalidEnv [2019-10-21T22:44:48.942Z] === RUN TestCreateWithInvalidEnv/0 [2019-10-21T22:44:48.942Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-10-21T22:44:48.942Z] === RUN TestCreateWithInvalidEnv/1 [2019-10-21T22:44:48.942Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-10-21T22:44:48.942Z] === RUN TestCreateWithInvalidEnv/2 [2019-10-21T22:44:48.942Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-10-21T22:44:48.942Z] === CONT TestCreateWithInvalidEnv/0 [2019-10-21T22:44:48.942Z] === CONT TestCreateWithInvalidEnv/2 [2019-10-21T22:44:48.942Z] === CONT TestCreateWithInvalidEnv/1 [2019-10-21T22:44:48.942Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2019-10-21T22:44:48.942Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2019-10-21T22:44:48.942Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2019-10-21T22:44:48.942Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2019-10-21T22:44:48.942Z] === RUN TestCreateTmpfsMountsTarget [2019-10-21T22:44:48.942Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2019-10-21T22:44:48.942Z] === RUN TestCreateWithCustomMaskedPaths [2019-10-21T22:44:50.969Z] --- PASS: TestCreateWithCustomMaskedPaths (1.93s) [2019-10-21T22:44:50.969Z] === RUN TestCreateWithCapabilities [2019-10-21T22:44:50.969Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-10-21T22:44:50.969Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-10-21T22:44:50.969Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-10-21T22:44:50.969Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-10-21T22:44:50.969Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-10-21T22:44:50.969Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-10-21T22:44:50.969Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-10-21T22:44:50.969Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-10-21T22:44:50.969Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-10-21T22:44:50.969Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-10-21T22:44:50.969Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-21T22:44:50.969Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-21T22:44:50.969Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-10-21T22:44:50.969Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-10-21T22:44:50.969Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-10-21T22:44:50.969Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-10-21T22:44:50.969Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-10-21T22:44:50.969Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-10-21T22:44:50.969Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-10-21T22:44:50.969Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-10-21T22:44:50.969Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-10-21T22:44:50.969Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-10-21T22:44:50.969Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-10-21T22:44:50.969Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-10-21T22:44:50.969Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-21T22:44:50.969Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-10-21T22:44:50.969Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-10-21T22:44:50.969Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-10-21T22:44:50.969Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-10-21T22:44:50.969Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-10-21T22:44:50.969Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-10-21T22:44:50.969Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-10-21T22:44:50.969Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-10-21T22:44:50.969Z] --- PASS: TestCreateWithCapabilities (0.04s) [2019-10-21T22:44:50.969Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s) [2019-10-21T22:44:50.969Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.04s) [2019-10-21T22:44:50.969Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-10-21T22:44:50.969Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.05s) [2019-10-21T22:44:50.969Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.05s) [2019-10-21T22:44:50.969Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.06s) [2019-10-21T22:44:50.969Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.01s) [2019-10-21T22:44:50.969Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.06s) [2019-10-21T22:44:50.969Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.05s) [2019-10-21T22:44:50.969Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.05s) [2019-10-21T22:44:50.969Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.05s) [2019-10-21T22:44:50.969Z] === RUN TestCreateWithCustomReadonlyPaths [2019-10-21T22:44:51.313Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2019-10-21T22:44:51.313Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2019-10-21T22:44:52.995Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.99s) [2019-10-21T22:44:52.995Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-10-21T22:44:52.995Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-21T22:44:52.995Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-21T22:44:52.995Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-21T22:44:52.995Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-21T22:44:52.995Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-21T22:44:52.995Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-21T22:44:52.995Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-21T22:44:52.995Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-21T22:44:52.995Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-21T22:44:52.995Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-21T22:44:52.995Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-21T22:44:52.995Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-21T22:44:52.995Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-21T22:44:52.995Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-21T22:44:52.995Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-21T22:44:53.284Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2019-10-21T22:44:53.284Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2019-10-21T22:44:53.284Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2019-10-21T22:44:53.284Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2019-10-21T22:44:53.284Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s) [2019-10-21T22:44:53.284Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s) [2019-10-21T22:44:53.284Z] === RUN TestContainerStartOnDaemonRestart [2019-10-21T22:44:53.284Z] === PAUSE TestContainerStartOnDaemonRestart [2019-10-21T22:44:53.284Z] === RUN TestDaemonRestartIpcMode [2019-10-21T22:44:53.284Z] === PAUSE TestDaemonRestartIpcMode [2019-10-21T22:44:53.284Z] === RUN TestDiff [2019-10-21T22:44:53.900Z] --- PASS: TestDiff (0.67s) [2019-10-21T22:44:53.900Z] === RUN TestExecWithCloseStdin [2019-10-21T22:44:54.910Z] --- PASS: TestExecWithCloseStdin (0.92s) [2019-10-21T22:44:54.910Z] === RUN TestExec [2019-10-21T22:44:55.492Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2019-10-21T22:44:55.526Z] --- PASS: TestExec (0.87s) [2019-10-21T22:44:55.526Z] === RUN TestExecUser [2019-10-21T22:44:56.546Z] --- PASS: TestExecUser (0.88s) [2019-10-21T22:44:56.546Z] === RUN TestExportContainerAndImportImage [2019-10-21T22:44:56.863Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2019-10-21T22:44:56.863Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2019-10-21T22:44:57.559Z] --- PASS: TestExportContainerAndImportImage (1.01s) [2019-10-21T22:44:57.560Z] === RUN TestExportContainerAfterDaemonRestart [2019-10-21T22:44:58.759Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2019-10-21T22:44:59.039Z] --- PASS: TestExportContainerAfterDaemonRestart (1.55s) [2019-10-21T22:44:59.039Z] export_test.go:63: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart" [2019-10-21T22:44:59.039Z] === RUN TestHealthCheckWorkdir [2019-10-21T22:45:00.527Z] --- PASS: TestHealthCheckWorkdir (1.38s) [2019-10-21T22:45:00.527Z] === RUN TestHealthKillContainer [2019-10-21T22:45:01.287Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2019-10-21T22:45:03.205Z] --- PASS: TestHealthKillContainer (2.90s) [2019-10-21T22:45:03.205Z] === RUN TestInspectCpusetInConfigPre120 [2019-10-21T22:45:03.813Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2019-10-21T22:45:04.218Z] --- PASS: TestInspectCpusetInConfigPre120 (0.71s) [2019-10-21T22:45:04.218Z] === RUN TestIpcModeNone [2019-10-21T22:45:04.836Z] --- PASS: TestIpcModeNone (0.86s) [2019-10-21T22:45:04.836Z] === RUN TestIpcModePrivate [2019-10-21T22:45:05.846Z] --- PASS: TestIpcModePrivate (0.85s) [2019-10-21T22:45:05.846Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false [2019-10-21T22:45:05.846Z] === RUN TestIpcModeShareable [2019-10-21T22:45:06.859Z] --- PASS: TestIpcModeShareable (0.87s) [2019-10-21T22:45:06.859Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true [2019-10-21T22:45:06.859Z] === RUN TestAPIIpcModeShareableAndContainer [2019-10-21T22:45:07.091Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2019-10-21T22:45:09.546Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.52s) [2019-10-21T22:45:09.546Z] === RUN TestAPIIpcModeHost [2019-10-21T22:45:09.620Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2019-10-21T22:45:09.833Z] --- PASS: TestAPIIpcModeHost (0.71s) [2019-10-21T22:45:09.833Z] === RUN TestDaemonIpcModeShareable [2019-10-21T22:45:10.990Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2019-10-21T22:45:11.865Z] --- PASS: TestDaemonIpcModeShareable (1.84s) [2019-10-21T22:45:11.865Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable" [2019-10-21T22:45:11.865Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2019-10-21T22:45:11.865Z] === RUN TestDaemonIpcModePrivate [2019-10-21T22:45:12.971Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2019-10-21T22:45:13.342Z] --- PASS: TestDaemonIpcModePrivate (1.79s) [2019-10-21T22:45:13.342Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate" [2019-10-21T22:45:13.342Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2019-10-21T22:45:13.342Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-10-21T22:45:13.515Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2019-10-21T22:45:13.944Z] === RUN TestDockerSuite/TestBuildBlankName [2019-10-21T22:45:14.410Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2019-10-21T22:45:15.392Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.79s) [2019-10-21T22:45:15.392Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig" [2019-10-21T22:45:15.392Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2019-10-21T22:45:15.392Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-10-21T22:45:15.411Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2019-10-21T22:45:16.787Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2019-10-21T22:45:17.425Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.76s) [2019-10-21T22:45:17.425Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig" [2019-10-21T22:45:17.425Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2019-10-21T22:45:17.425Z] === RUN TestIpcModeOlderClient [2019-10-21T22:45:17.425Z] === PAUSE TestIpcModeOlderClient [2019-10-21T22:45:17.425Z] === RUN TestKillContainerInvalidSignal [2019-10-21T22:45:17.708Z] --- PASS: TestKillContainerInvalidSignal (0.77s) [2019-10-21T22:45:17.708Z] === RUN TestKillContainer [2019-10-21T22:45:17.708Z] === RUN TestKillContainer/no_signal [2019-10-21T22:45:18.160Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2019-10-21T22:45:18.715Z] === RUN TestKillContainer/non_killing_signal [2019-10-21T22:45:18.999Z] === RUN TestKillContainer/killing_signal [2019-10-21T22:45:20.021Z] --- PASS: TestKillContainer (2.14s) [2019-10-21T22:45:20.021Z] --- PASS: TestKillContainer/no_signal (0.68s) [2019-10-21T22:45:20.021Z] --- PASS: TestKillContainer/non_killing_signal (0.43s) [2019-10-21T22:45:20.021Z] --- PASS: TestKillContainer/killing_signal (0.70s) [2019-10-21T22:45:20.021Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-10-21T22:45:20.021Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-10-21T22:45:20.055Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2019-10-21T22:45:20.637Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-10-21T22:45:21.255Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.42s) [2019-10-21T22:45:21.255Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.68s) [2019-10-21T22:45:21.255Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.48s) [2019-10-21T22:45:21.255Z] === RUN TestKillStoppedContainer [2019-10-21T22:45:21.425Z] === RUN TestDockerSuite/TestPsListContainersSize [2019-10-21T22:45:21.538Z] --- PASS: TestKillStoppedContainer (0.08s) [2019-10-21T22:45:21.538Z] === RUN TestKillStoppedContainerAPIPre120 [2019-10-21T22:45:21.538Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s) [2019-10-21T22:45:21.538Z] === RUN TestKillDifferentUserContainer [2019-10-21T22:45:22.160Z] --- PASS: TestKillDifferentUserContainer (0.75s) [2019-10-21T22:45:22.160Z] === RUN TestInspectOomKilledTrue [2019-10-21T22:45:22.805Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2019-10-21T22:45:22.805Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2019-10-21T22:45:23.005Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2019-10-21T22:45:23.005Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2019-10-21T22:45:23.641Z] --- PASS: TestInspectOomKilledTrue (1.26s) [2019-10-21T22:45:23.641Z] === RUN TestInspectOomKilledFalse [2019-10-21T22:45:23.736Z] === RUN TestDockerSuite/TestPsRightTagName [2019-10-21T22:45:24.259Z] --- PASS: TestInspectOomKilledFalse (0.71s) [2019-10-21T22:45:24.259Z] === RUN TestLinksEtcHostsContentMatch [2019-10-21T22:45:24.877Z] --- PASS: TestLinksEtcHostsContentMatch (0.70s) [2019-10-21T22:45:24.877Z] === RUN TestLinksContainerNames [2019-10-21T22:45:26.260Z] === RUN TestDockerSuite/TestPsShowMounts [2019-10-21T22:45:26.358Z] --- PASS: TestLinksContainerNames (1.40s) [2019-10-21T22:45:26.358Z] === RUN TestLogsFollowTailEmpty [2019-10-21T22:45:26.975Z] --- PASS: TestLogsFollowTailEmpty (0.69s) [2019-10-21T22:45:26.975Z] === RUN TestContainerNetworkMountsNoChown [2019-10-21T22:45:27.595Z] --- PASS: TestContainerNetworkMountsNoChown (0.65s) [2019-10-21T22:45:27.595Z] === RUN TestMountDaemonRoot [2019-10-21T22:45:27.595Z] === RUN TestMountDaemonRoot/default [2019-10-21T22:45:27.595Z] === PAUSE TestMountDaemonRoot/default [2019-10-21T22:45:27.595Z] === RUN TestMountDaemonRoot/private [2019-10-21T22:45:27.595Z] === PAUSE TestMountDaemonRoot/private [2019-10-21T22:45:27.595Z] === RUN TestMountDaemonRoot/rprivate [2019-10-21T22:45:27.595Z] === PAUSE TestMountDaemonRoot/rprivate [2019-10-21T22:45:27.595Z] === RUN TestMountDaemonRoot/slave [2019-10-21T22:45:27.595Z] === PAUSE TestMountDaemonRoot/slave [2019-10-21T22:45:27.595Z] === RUN TestMountDaemonRoot/rslave [2019-10-21T22:45:27.595Z] === PAUSE TestMountDaemonRoot/rslave [2019-10-21T22:45:27.595Z] === RUN TestMountDaemonRoot/shared [2019-10-21T22:45:27.595Z] === PAUSE TestMountDaemonRoot/shared [2019-10-21T22:45:27.595Z] === RUN TestMountDaemonRoot/rshared [2019-10-21T22:45:27.595Z] === PAUSE TestMountDaemonRoot/rshared [2019-10-21T22:45:27.902Z] === CONT TestMountDaemonRoot/default [2019-10-21T22:45:27.902Z] === CONT TestMountDaemonRoot/rprivate [2019-10-21T22:45:27.902Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-10-21T22:45:27.902Z] === CONT TestMountDaemonRoot/rslave [2019-10-21T22:45:27.902Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-10-21T22:45:27.902Z] === CONT TestMountDaemonRoot/rshared [2019-10-21T22:45:27.902Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-10-21T22:45:27.902Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-10-21T22:45:27.902Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-10-21T22:45:27.902Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-10-21T22:45:27.902Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-10-21T22:45:27.902Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-10-21T22:45:27.902Z] === RUN TestMountDaemonRoot/default/bind_root [2019-10-21T22:45:27.902Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-10-21T22:45:27.902Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-10-21T22:45:27.902Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-10-21T22:45:27.902Z] === RUN TestMountDaemonRoot/default/mount_root [2019-10-21T22:45:27.902Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-10-21T22:45:27.902Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-10-21T22:45:27.902Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-10-21T22:45:27.902Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-10-21T22:45:27.902Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-10-21T22:45:27.902Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-10-21T22:45:27.902Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-10-21T22:45:27.902Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-10-21T22:45:27.902Z] === CONT TestMountDaemonRoot/shared [2019-10-21T22:45:27.902Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-10-21T22:45:27.902Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-10-21T22:45:27.902Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-10-21T22:45:27.902Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-10-21T22:45:27.902Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-10-21T22:45:27.902Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-10-21T22:45:27.902Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-10-21T22:45:27.902Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-10-21T22:45:27.902Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-10-21T22:45:27.902Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-10-21T22:45:27.902Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-10-21T22:45:27.902Z] === CONT TestMountDaemonRoot/slave [2019-10-21T22:45:27.902Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-10-21T22:45:27.902Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-10-21T22:45:27.902Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-10-21T22:45:27.902Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-10-21T22:45:27.902Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-10-21T22:45:27.902Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-10-21T22:45:27.902Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-10-21T22:45:27.902Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-10-21T22:45:27.902Z] === CONT TestMountDaemonRoot/private [2019-10-21T22:45:27.902Z] === RUN TestMountDaemonRoot/private/bind_root [2019-10-21T22:45:27.902Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-10-21T22:45:27.902Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-10-21T22:45:27.902Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-10-21T22:45:27.902Z] === RUN TestMountDaemonRoot/private/mount_root [2019-10-21T22:45:27.902Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-10-21T22:45:27.902Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-10-21T22:45:27.902Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-10-21T22:45:27.902Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-10-21T22:45:27.902Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-10-21T22:45:27.902Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-10-21T22:45:27.902Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-10-21T22:45:27.902Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-10-21T22:45:27.902Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-10-21T22:45:27.902Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-10-21T22:45:27.902Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-10-21T22:45:27.902Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-10-21T22:45:27.902Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-10-21T22:45:27.902Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-10-21T22:45:27.902Z] === CONT TestMountDaemonRoot/default/mount_root [2019-10-21T22:45:27.902Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-10-21T22:45:27.902Z] === CONT TestMountDaemonRoot/default/bind_root [2019-10-21T22:45:27.902Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-10-21T22:45:27.902Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-10-21T22:45:27.902Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-10-21T22:45:27.902Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-10-21T22:45:27.902Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-10-21T22:45:27.902Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-10-21T22:45:27.902Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-10-21T22:45:27.902Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-10-21T22:45:27.902Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-10-21T22:45:27.902Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-10-21T22:45:27.902Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-10-21T22:45:27.902Z] === CONT TestMountDaemonRoot/private/bind_root [2019-10-21T22:45:27.902Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-10-21T22:45:27.902Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-10-21T22:45:27.902Z] === CONT TestMountDaemonRoot/private/mount_root [2019-10-21T22:45:27.902Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-10-21T22:45:28.188Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-10-21T22:45:28.188Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-10-21T22:45:28.188Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-10-21T22:45:28.188Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-10-21T22:45:28.188Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-10-21T22:45:28.188Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-10-21T22:45:28.188Z] --- PASS: TestMountDaemonRoot (0.06s) [2019-10-21T22:45:28.188Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-10-21T22:45:28.188Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) [2019-10-21T22:45:28.188Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2019-10-21T22:45:28.188Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2019-10-21T22:45:28.188Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2019-10-21T22:45:28.188Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-10-21T22:45:28.188Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s) [2019-10-21T22:45:28.188Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2019-10-21T22:45:28.188Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s) [2019-10-21T22:45:28.188Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2019-10-21T22:45:28.188Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-10-21T22:45:28.188Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2019-10-21T22:45:28.188Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2019-10-21T22:45:28.188Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2019-10-21T22:45:28.188Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2019-10-21T22:45:28.188Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-10-21T22:45:28.188Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2019-10-21T22:45:28.188Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2019-10-21T22:45:28.188Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.06s) [2019-10-21T22:45:28.188Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2019-10-21T22:45:28.188Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-10-21T22:45:28.188Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2019-10-21T22:45:28.188Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2019-10-21T22:45:28.188Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2019-10-21T22:45:28.188Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2019-10-21T22:45:28.188Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-10-21T22:45:28.188Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2019-10-21T22:45:28.188Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2019-10-21T22:45:28.188Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2019-10-21T22:45:28.188Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2019-10-21T22:45:28.188Z] --- PASS: TestMountDaemonRoot/rprivate (0.02s) [2019-10-21T22:45:28.188Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2019-10-21T22:45:28.188Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2019-10-21T22:45:28.188Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2019-10-21T22:45:28.188Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2019-10-21T22:45:28.188Z] === RUN TestContainerBindMountNonRecursive [2019-10-21T22:45:28.783Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2019-10-21T22:45:28.822Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2019-10-21T22:45:29.691Z] --- PASS: TestContainerBindMountNonRecursive (1.68s) [2019-10-21T22:45:29.691Z] === RUN TestNetworkNat [2019-10-21T22:45:29.714Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2019-10-21T22:45:29.714Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2019-10-21T22:45:30.277Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2019-10-21T22:45:30.277Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2019-10-21T22:45:30.277Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2019-10-21T22:45:30.700Z] --- PASS: TestNetworkNat (0.77s) [2019-10-21T22:45:30.700Z] === RUN TestNetworkLocalhostTCPNat [2019-10-21T22:45:31.316Z] --- PASS: TestNetworkLocalhostTCPNat (0.70s) [2019-10-21T22:45:31.316Z] === RUN TestNetworkLoopbackNat [2019-10-21T22:45:31.648Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2019-10-21T22:45:32.332Z] --- PASS: TestNetworkLoopbackNat (0.94s) [2019-10-21T22:45:32.332Z] === RUN TestPause [2019-10-21T22:45:32.951Z] --- PASS: TestPause (0.71s) [2019-10-21T22:45:32.951Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-10-21T22:45:32.951Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-21T22:45:32.951Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-21T22:45:32.951Z] === RUN TestPauseStopPausedContainer [2019-10-21T22:45:33.020Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2019-10-21T22:45:33.020Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2019-10-21T22:45:33.596Z] --- PASS: TestPauseStopPausedContainer (0.78s) [2019-10-21T22:45:33.596Z] === RUN TestPsFilter [2019-10-21T22:45:33.879Z] --- PASS: TestPsFilter (0.17s) [2019-10-21T22:45:33.879Z] === RUN TestRemoveContainerWithRemovedVolume [2019-10-21T22:45:34.496Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.66s) [2019-10-21T22:45:34.496Z] === RUN TestRemoveContainerWithVolume [2019-10-21T22:45:34.916Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2019-10-21T22:45:35.112Z] --- PASS: TestRemoveContainerWithVolume (0.69s) [2019-10-21T22:45:35.112Z] === RUN TestRemoveContainerRunning [2019-10-21T22:45:36.127Z] --- PASS: TestRemoveContainerRunning (0.70s) [2019-10-21T22:45:36.127Z] === RUN TestRemoveContainerForceRemoveRunning [2019-10-21T22:45:36.287Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2019-10-21T22:45:36.746Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.70s) [2019-10-21T22:45:36.746Z] === RUN TestRemoveInvalidContainer [2019-10-21T22:45:36.746Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2019-10-21T22:45:36.746Z] === RUN TestRenameLinkedContainer [2019-10-21T22:45:39.173Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2019-10-21T22:45:39.433Z] --- PASS: TestRenameLinkedContainer (2.83s) [2019-10-21T22:45:39.433Z] === RUN TestRenameStoppedContainer [2019-10-21T22:45:40.057Z] --- PASS: TestRenameStoppedContainer (0.71s) [2019-10-21T22:45:40.057Z] === RUN TestRenameRunningContainerAndReuse [2019-10-21T22:45:41.541Z] --- PASS: TestRenameRunningContainerAndReuse (1.44s) [2019-10-21T22:45:41.541Z] === RUN TestRenameInvalidName [2019-10-21T22:45:42.554Z] --- PASS: TestRenameInvalidName (0.73s) [2019-10-21T22:45:42.554Z] === RUN TestRenameAnonymousContainer [2019-10-21T22:45:44.387Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2019-10-21T22:45:45.254Z] --- PASS: TestRenameAnonymousContainer (2.68s) [2019-10-21T22:45:45.254Z] === RUN TestRenameContainerWithSameName [2019-10-21T22:45:45.320Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2019-10-21T22:45:45.869Z] --- PASS: TestRenameContainerWithSameName (0.70s) [2019-10-21T22:45:45.869Z] === RUN TestRenameContainerWithLinkedContainer [2019-10-21T22:45:46.693Z] === RUN TestDockerSwarmSuite/TestServiceScale [2019-10-21T22:45:47.353Z] --- PASS: TestRenameContainerWithLinkedContainer (1.43s) [2019-10-21T22:45:47.353Z] === RUN TestResize [2019-10-21T22:45:47.626Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2019-10-21T22:45:47.626Z] === RUN TestDockerSuite/TestRestartPolicyNO [2019-10-21T22:45:47.626Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2019-10-21T22:45:47.774Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2019-10-21T22:45:47.975Z] --- PASS: TestResize (0.79s) [2019-10-21T22:45:47.975Z] === RUN TestResizeWithInvalidSize [2019-10-21T22:45:48.191Z] === RUN TestDockerSuite/TestRestartRunningContainer [2019-10-21T22:45:48.750Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2019-10-21T22:45:48.995Z] --- PASS: TestResizeWithInvalidSize (0.81s) [2019-10-21T22:45:48.995Z] === RUN TestResizeWhenContainerNotStarted [2019-10-21T22:45:49.621Z] --- PASS: TestResizeWhenContainerNotStarted (0.70s) [2019-10-21T22:45:49.621Z] === RUN TestDaemonRestartKillContainers [2019-10-21T22:45:49.621Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-21T22:45:49.621Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-21T22:45:49.621Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-21T22:45:49.621Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-21T22:45:49.621Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-21T22:45:49.621Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-21T22:45:49.621Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-21T22:45:49.621Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-21T22:45:49.621Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-21T22:45:49.621Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-21T22:45:49.621Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-21T22:45:49.621Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-21T22:45:49.621Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-21T22:45:49.621Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-21T22:45:49.621Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-21T22:45:49.621Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-21T22:45:49.621Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-21T22:45:49.621Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-21T22:45:49.621Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-21T22:45:49.621Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-21T22:45:49.621Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-21T22:45:49.621Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-21T22:45:49.621Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-21T22:45:49.621Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-21T22:45:49.621Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-21T22:45:49.621Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-21T22:45:49.621Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-21T22:45:49.621Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-21T22:45:50.092Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2019-10-21T22:45:51.022Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2019-10-21T22:45:51.675Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-21T22:45:51.675Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-21T22:45:52.699Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-21T22:45:52.919Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2019-10-21T22:45:52.987Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-21T22:45:53.613Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-21T22:45:54.563Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2019-10-21T22:45:54.563Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2019-10-21T22:45:54.563Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2019-10-21T22:45:55.106Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-21T22:45:55.739Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-21T22:45:57.206Z] === RUN TestDockerSuite/TestRestartWithVolumes [2019-10-21T22:45:57.237Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-21T22:45:58.577Z] === RUN TestDockerSuite/TestRmiBlank [2019-10-21T22:45:58.577Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2019-10-21T22:45:58.577Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2019-10-21T22:45:59.944Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-10-21T22:45:59.944Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (2.21s) [2019-10-21T22:45:59.944Z] 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-21T22:45:59.944Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (2.21s) [2019-10-21T22:45:59.944Z] 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-21T22:45:59.944Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.36s) [2019-10-21T22:45:59.944Z] 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-21T22:45:59.944Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.43s) [2019-10-21T22:45:59.944Z] 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-21T22:45:59.944Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (2.03s) [2019-10-21T22:45:59.944Z] 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-21T22:45:59.944Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.46s) [2019-10-21T22:45:59.944Z] 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-21T22:45:59.944Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.89s) [2019-10-21T22:45:59.944Z] 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-21T22:45:59.944Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.40s) [2019-10-21T22:45:59.944Z] 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-21T22:45:59.944Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.65s) [2019-10-21T22:45:59.944Z] 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-21T22:45:59.944Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.16s) [2019-10-21T22:45:59.944Z] 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-21T22:45:59.944Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.07s) [2019-10-21T22:45:59.944Z] 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-21T22:45:59.944Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.46s) [2019-10-21T22:45:59.944Z] 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-21T22:45:59.944Z] === RUN TestCgroupNamespacesRun [2019-10-21T22:46:00.413Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2019-10-21T22:46:00.413Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2019-10-21T22:46:00.874Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2019-10-21T22:46:00.874Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2019-10-21T22:46:00.874Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2019-10-21T22:46:01.424Z] --- PASS: TestCgroupNamespacesRun (1.74s) [2019-10-21T22:46:01.424Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun" [2019-10-21T22:46:01.424Z] === RUN TestCgroupNamespacesRunPrivileged [2019-10-21T22:46:02.757Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2019-10-21T22:46:03.475Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.72s) [2019-10-21T22:46:03.475Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged" [2019-10-21T22:46:03.475Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-10-21T22:46:04.128Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2019-10-21T22:46:04.129Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2019-10-21T22:46:04.968Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.74s) [2019-10-21T22:46:04.968Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode" [2019-10-21T22:46:04.968Z] === RUN TestCgroupNamespacesRunHostMode [2019-10-21T22:46:06.024Z] === RUN TestDockerSuite/TestRmiImgIDForce [2019-10-21T22:46:06.960Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2019-10-21T22:46:06.998Z] --- PASS: TestCgroupNamespacesRunHostMode (1.78s) [2019-10-21T22:46:06.998Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode" [2019-10-21T22:46:06.998Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-10-21T22:46:08.482Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.74s) [2019-10-21T22:46:08.482Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode" [2019-10-21T22:46:08.482Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-10-21T22:46:09.485Z] === RUN TestDockerSuite/TestRmiParentImageFail [2019-10-21T22:46:09.500Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.92s) [2019-10-21T22:46:09.500Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate" [2019-10-21T22:46:09.500Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-10-21T22:46:10.417Z] === RUN TestDockerSuite/TestRmiTag [2019-10-21T22:46:10.417Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2019-10-21T22:46:10.513Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.91s) [2019-10-21T22:46:10.514Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode" [2019-10-21T22:46:10.514Z] === RUN TestCgroupNamespacesRunOlderClient [2019-10-21T22:46:10.981Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2019-10-21T22:46:11.545Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2019-10-21T22:46:11.992Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.78s) [2019-10-21T22:46:11.992Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient" [2019-10-21T22:46:11.992Z] === RUN TestKernelTCPMemory [2019-10-21T22:46:13.004Z] --- PASS: TestKernelTCPMemory (0.97s) [2019-10-21T22:46:13.004Z] === RUN TestNISDomainname [2019-10-21T22:46:14.016Z] --- PASS: TestNISDomainname (1.04s) [2019-10-21T22:46:14.016Z] === RUN TestHostnameDnsResolution [2019-10-21T22:46:14.069Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2019-10-21T22:46:15.551Z] --- PASS: TestHostnameDnsResolution (1.25s) [2019-10-21T22:46:15.551Z] === RUN TestStats [2019-10-21T22:46:15.967Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2019-10-21T22:46:16.899Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2019-10-21T22:46:16.899Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2019-10-21T22:46:18.241Z] --- PASS: TestStats (2.76s) [2019-10-21T22:46:18.241Z] === RUN TestStopContainerWithTimeout [2019-10-21T22:46:18.241Z] === RUN TestStopContainerWithTimeout/0 [2019-10-21T22:46:18.241Z] === PAUSE TestStopContainerWithTimeout/0 [2019-10-21T22:46:18.241Z] === RUN TestStopContainerWithTimeout/1 [2019-10-21T22:46:18.241Z] === PAUSE TestStopContainerWithTimeout/1 [2019-10-21T22:46:18.241Z] === RUN TestStopContainerWithTimeout/3 [2019-10-21T22:46:18.242Z] === PAUSE TestStopContainerWithTimeout/3 [2019-10-21T22:46:18.242Z] === RUN TestStopContainerWithTimeout/-1 [2019-10-21T22:46:18.242Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-10-21T22:46:18.242Z] === CONT TestStopContainerWithTimeout/0 [2019-10-21T22:46:18.242Z] === CONT TestStopContainerWithTimeout/-1 [2019-10-21T22:46:18.242Z] === CONT TestStopContainerWithTimeout/1 [2019-10-21T22:46:18.242Z] === CONT TestStopContainerWithTimeout/3 [2019-10-21T22:46:18.272Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2019-10-21T22:46:18.529Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2019-10-21T22:46:20.425Z] === RUN TestDockerSuite/TestRunAddHost [2019-10-21T22:46:20.993Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2019-10-21T22:46:21.572Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2019-10-21T22:46:21.713Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2019-10-21T22:46:21.713Z] --- PASS: TestStopContainerWithTimeout/0 (1.20s) [2019-10-21T22:46:21.713Z] --- PASS: TestStopContainerWithTimeout/1 (2.49s) [2019-10-21T22:46:21.713Z] --- PASS: TestStopContainerWithTimeout/3 (3.19s) [2019-10-21T22:46:21.713Z] --- PASS: TestStopContainerWithTimeout/-1 (3.42s) [2019-10-21T22:46:21.713Z] === RUN TestDeleteDevicemapper [2019-10-21T22:46:21.713Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-10-21T22:46:21.713Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-21T22:46:21.713Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-10-21T22:46:22.138Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2019-10-21T22:46:22.138Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2019-10-21T22:46:23.069Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2019-10-21T22:46:24.963Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2019-10-21T22:46:25.212Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.41s) [2019-10-21T22:46:25.212Z] === RUN TestUpdateMemory [2019-10-21T22:46:25.527Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2019-10-21T22:46:26.242Z] --- PASS: TestUpdateMemory (1.22s) [2019-10-21T22:46:26.242Z] === RUN TestUpdateCPUQuota [2019-10-21T22:46:26.459Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2019-10-21T22:46:27.390Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2019-10-21T22:46:28.273Z] --- PASS: TestUpdateCPUQuota (1.73s) [2019-10-21T22:46:28.273Z] === RUN TestUpdatePidsLimit [2019-10-21T22:46:28.273Z] === RUN TestUpdatePidsLimit/update_from_none [2019-10-21T22:46:28.273Z] === RUN TestUpdatePidsLimit/no_change [2019-10-21T22:46:28.892Z] === RUN TestUpdatePidsLimit/update_lower [2019-10-21T22:46:29.175Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-10-21T22:46:29.286Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2019-10-21T22:46:29.459Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-10-21T22:46:30.082Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-10-21T22:46:30.367Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-10-21T22:46:30.655Z] === RUN TestDockerSuite/TestRunAttachDetach [2019-10-21T22:46:31.588Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2019-10-21T22:46:32.407Z] --- PASS: TestUpdatePidsLimit (4.14s) [2019-10-21T22:46:32.407Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.42s) [2019-10-21T22:46:32.407Z] --- PASS: TestUpdatePidsLimit/no_change (0.40s) [2019-10-21T22:46:32.407Z] --- PASS: TestUpdatePidsLimit/update_lower (0.40s) [2019-10-21T22:46:32.407Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.41s) [2019-10-21T22:46:32.407Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.41s) [2019-10-21T22:46:32.407Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.43s) [2019-10-21T22:46:32.407Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.38s) [2019-10-21T22:46:32.407Z] === RUN TestUpdateRestartPolicy [2019-10-21T22:46:32.520Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2019-10-21T22:46:33.451Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2019-10-21T22:46:34.385Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2019-10-21T22:46:35.319Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2019-10-21T22:46:36.606Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2019-10-21T22:46:36.688Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2019-10-21T22:46:36.946Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2019-10-21T22:46:37.878Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2019-10-21T22:46:38.442Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2019-10-21T22:46:39.374Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2019-10-21T22:46:40.305Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2019-10-21T22:46:40.305Z] === RUN TestDockerSuite/TestRunBindMounts [2019-10-21T22:46:40.516Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2019-10-21T22:46:40.978Z] === RUN TestDockerSuite/TestBuildCacheAdd [2019-10-21T22:46:41.441Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2019-10-21T22:46:42.829Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2019-10-21T22:46:42.988Z] === RUN TestDockerSuite/TestBuildCacheFrom [2019-10-21T22:46:42.988Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2019-10-21T22:46:43.392Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2019-10-21T22:46:43.957Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2019-10-21T22:46:44.888Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2019-10-21T22:46:44.946Z] --- PASS: TestUpdateRestartPolicy (12.46s) [2019-10-21T22:46:44.947Z] === RUN TestUpdateRestartWithAutoRemove [2019-10-21T22:46:45.231Z] --- PASS: TestUpdateRestartWithAutoRemove (0.75s) [2019-10-21T22:46:45.231Z] === RUN TestWaitNonBlocked [2019-10-21T22:46:45.231Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-21T22:46:45.231Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-21T22:46:45.231Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-21T22:46:45.231Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-21T22:46:45.231Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-21T22:46:45.231Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-21T22:46:45.453Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2019-10-21T22:46:45.710Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2019-10-21T22:46:45.710Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2019-10-21T22:46:46.268Z] --- PASS: TestWaitNonBlocked (0.03s) [2019-10-21T22:46:46.268Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.87s) [2019-10-21T22:46:46.268Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.93s) [2019-10-21T22:46:46.268Z] === RUN TestWaitBlocked [2019-10-21T22:46:46.268Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-21T22:46:46.268Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-21T22:46:46.268Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-10-21T22:46:46.268Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-10-21T22:46:46.268Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-21T22:46:46.268Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-10-21T22:46:46.641Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2019-10-21T22:46:47.206Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2019-10-21T22:46:47.288Z] --- PASS: TestWaitBlocked (0.05s) [2019-10-21T22:46:47.288Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.05s) [2019-10-21T22:46:47.288Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.08s) [2019-10-21T22:46:47.288Z] === CONT TestContainerStartOnDaemonRestart [2019-10-21T22:46:47.288Z] === CONT TestIpcModeOlderClient [2019-10-21T22:46:47.288Z] === CONT TestDaemonRestartIpcMode [2019-10-21T22:46:47.575Z] --- PASS: TestIpcModeOlderClient (0.17s) [2019-10-21T22:46:47.696Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2019-10-21T22:46:48.159Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2019-10-21T22:46:48.416Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2019-10-21T22:46:49.242Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2019-10-21T22:46:49.242Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2019-10-21T22:46:49.242Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2019-10-21T22:46:49.347Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2019-10-21T22:46:49.910Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2019-10-21T22:46:49.910Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2019-10-21T22:46:50.788Z] === RUN TestDockerSuite/TestBuildClearCmd [2019-10-21T22:46:51.077Z] --- PASS: TestContainerStartOnDaemonRestart (3.26s) [2019-10-21T22:46:51.077Z] daemon_linux_test.go:35: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart" [2019-10-21T22:46:51.249Z] === RUN TestDockerSuite/TestBuildCmd [2019-10-21T22:46:51.280Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2019-10-21T22:46:51.280Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2019-10-21T22:46:51.363Z] --- PASS: TestDaemonRestartIpcMode (4.04s) [2019-10-21T22:46:51.363Z] daemon_linux_test.go:89: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode" [2019-10-21T22:46:51.363Z] PASS [2019-10-21T22:46:51.363Z] [2019-10-21T22:46:51.363Z] === Skipped [2019-10-21T22:46:51.363Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2019-10-21T22:46:51.363Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-21T22:46:51.363Z] [2019-10-21T22:46:51.363Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-21T22:46:51.363Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-21T22:46:51.363Z] [2019-10-21T22:46:51.363Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2019-10-21T22:46:51.363Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-21T22:46:51.363Z] [2019-10-21T22:46:51.363Z] [2019-10-21T22:46:51.363Z] DONE 197 tests, 3 skipped in 125.607s [2019-10-21T22:46:51.363Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2019-10-21T22:46:51.363Z] ++ 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-21T22:46:51.363Z] ++ set -e [2019-10-21T22:46:51.363Z] ++ '[' -n 0 ']' [2019-10-21T22:46:51.363Z] ++ set -x [2019-10-21T22:46:51.363Z] ++ env -i DEST=/go/src/github.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-21T22:46:51.656Z] INFO: Testing against a local daemon [2019-10-21T22:46:51.656Z] === RUN TestCommitInheritsEnv [2019-10-21T22:46:51.942Z] --- PASS: TestCommitInheritsEnv (0.42s) [2019-10-21T22:46:51.942Z] === RUN TestImportExtremelyLargeImageWorks [2019-10-21T22:46:51.942Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-10-21T22:46:51.942Z] === RUN TestImagesFilterMultiReference [2019-10-21T22:46:51.942Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2019-10-21T22:46:51.942Z] === RUN TestImagePullPlatformInvalid [2019-10-21T22:46:52.222Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2019-10-21T22:46:52.230Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2019-10-21T22:46:52.230Z] === RUN TestRemoveImageOrphaning [2019-10-21T22:46:52.522Z] --- PASS: TestRemoveImageOrphaning (0.46s) [2019-10-21T22:46:52.522Z] === RUN TestRemoveImageGarbageCollector [2019-10-21T22:46:52.522Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2019-10-21T22:46:52.522Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T22:46:52.522Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-10-21T22:46:52.522Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.07s) [2019-10-21T22:46:52.522Z] === RUN TestTagInvalidReference [2019-10-21T22:46:52.650Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2019-10-21T22:46:52.684Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2019-10-21T22:46:52.807Z] --- PASS: TestTagInvalidReference (0.06s) [2019-10-21T22:46:52.807Z] === RUN TestTagValidPrefixedRepo [2019-10-21T22:46:52.807Z] --- PASS: TestTagValidPrefixedRepo (0.12s) [2019-10-21T22:46:52.807Z] === RUN TestTagExistedNameWithoutForce [2019-10-21T22:46:52.807Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2019-10-21T22:46:52.807Z] === RUN TestTagOfficialNames [2019-10-21T22:46:52.807Z] --- PASS: TestTagOfficialNames (0.06s) [2019-10-21T22:46:52.807Z] === RUN TestTagMatchesDigest [2019-10-21T22:46:53.091Z] --- PASS: TestTagMatchesDigest (0.04s) [2019-10-21T22:46:53.091Z] === CONT TestImportExtremelyLargeImageWorks [2019-10-21T22:46:53.146Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2019-10-21T22:46:53.214Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2019-10-21T22:46:54.146Z] === RUN TestDockerSuite/TestRunContainerNetwork [2019-10-21T22:46:55.076Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2019-10-21T22:46:55.076Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2019-10-21T22:46:55.640Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2019-10-21T22:46:57.534Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2019-10-21T22:46:58.905Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2019-10-21T22:46:58.956Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2019-10-21T22:47:00.500Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2019-10-21T22:47:00.500Z] === RUN TestDockerSuite/TestBuildConditionalCache [2019-10-21T22:47:00.800Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2019-10-21T22:47:01.364Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2019-10-21T22:47:02.045Z] === RUN TestDockerSuite/TestBuildContChar [2019-10-21T22:47:02.295Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2019-10-21T22:47:02.860Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2019-10-21T22:47:03.793Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2019-10-21T22:47:04.358Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2019-10-21T22:47:04.615Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2019-10-21T22:47:06.514Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2019-10-21T22:47:10.691Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2019-10-21T22:47:10.691Z] === RUN TestDockerSuite/TestRunCreateVolume [2019-10-21T22:47:10.948Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2019-10-21T22:47:13.473Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2019-10-21T22:47:15.368Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2019-10-21T22:47:16.897Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2019-10-21T22:47:16.897Z] === RUN TestDockerSuite/TestBuildContextCleanup [2019-10-21T22:47:16.897Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2019-10-21T22:47:17.918Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2019-10-21T22:47:18.443Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2019-10-21T22:47:19.417Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2019-10-21T22:47:19.878Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2019-10-21T22:47:19.878Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2019-10-21T22:47:20.453Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2019-10-21T22:47:20.453Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2019-10-21T22:47:20.453Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2019-10-21T22:47:20.851Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2019-10-21T22:47:21.313Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2019-10-21T22:47:21.313Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2019-10-21T22:47:21.313Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2019-10-21T22:47:21.383Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2019-10-21T22:47:23.278Z] === RUN TestDockerSuite/TestRunDNSOptions [2019-10-21T22:47:23.842Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2019-10-21T22:47:24.774Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2019-10-21T22:47:27.131Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2019-10-21T22:47:28.051Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2019-10-21T22:47:28.308Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2019-10-21T22:47:30.203Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2019-10-21T22:47:30.767Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2019-10-21T22:47:30.767Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2019-10-21T22:47:31.697Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2019-10-21T22:47:32.264Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2019-10-21T22:47:33.195Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2019-10-21T22:47:33.195Z] === RUN TestDockerSuite/TestRunDuplicateMount [2019-10-21T22:47:34.565Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2019-10-21T22:47:35.497Z] === RUN TestDockerSuite/TestRunEchoStdout [2019-10-21T22:47:36.428Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2019-10-21T22:47:36.992Z] === RUN TestDockerSuite/TestRunEmptyEnv [2019-10-21T22:47:36.992Z] === RUN TestDockerSuite/TestRunEntrypoint [2019-10-21T22:47:37.926Z] === RUN TestDockerSuite/TestRunEnvironment [2019-10-21T22:47:38.490Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2019-10-21T22:47:39.421Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2019-10-21T22:47:40.352Z] === RUN TestDockerSuite/TestRunExitCode [2019-10-21T22:47:40.915Z] === RUN TestDockerSuite/TestRunExitCodeOne [2019-10-21T22:47:41.846Z] === RUN TestDockerSuite/TestRunExitCodeZero [2019-10-21T22:47:42.777Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2019-10-21T22:47:43.342Z] === RUN TestDockerSuite/TestRunExposePort [2019-10-21T22:47:43.342Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2019-10-21T22:47:44.272Z] === RUN TestDockerSuite/TestRunGroupAdd [2019-10-21T22:47:45.228Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2019-10-21T22:47:46.600Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2019-10-21T22:47:47.164Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2019-10-21T22:47:47.164Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2019-10-21T22:47:51.338Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2019-10-21T22:47:51.594Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2019-10-21T22:48:03.051Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2019-10-21T22:48:03.774Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2019-10-21T22:48:04.030Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2019-10-21T22:48:04.338Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2019-10-21T22:48:05.585Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2019-10-21T22:48:06.233Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2019-10-21T22:48:06.233Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2019-10-21T22:48:06.233Z] === RUN TestDockerSuite/TestRunInvalidReference [2019-10-21T22:48:06.233Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2019-10-21T22:48:06.797Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2019-10-21T22:48:10.077Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2019-10-21T22:48:11.973Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2019-10-21T22:48:12.712Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2019-10-21T22:48:12.712Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2019-10-21T22:48:13.177Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2019-10-21T22:48:13.177Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2019-10-21T22:48:13.344Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2019-10-21T22:48:14.157Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2019-10-21T22:48:14.157Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2019-10-21T22:48:14.275Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2019-10-21T22:48:14.838Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2019-10-21T22:48:15.769Z] === RUN TestDockerSuite/TestRunModeHostname [2019-10-21T22:48:16.701Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2019-10-21T22:48:16.701Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2019-10-21T22:48:16.958Z] === RUN TestDockerSuite/TestRunModeIpcHost [2019-10-21T22:48:18.852Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2019-10-21T22:48:19.783Z] === RUN TestDockerSuite/TestRunModePIDContainer [2019-10-21T22:48:21.677Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2019-10-21T22:48:21.677Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2019-10-21T22:48:21.677Z] === RUN TestDockerSuite/TestRunModePIDHost [2019-10-21T22:48:23.064Z] === RUN TestDockerSuite/TestRunModeUTSHost [2019-10-21T22:48:24.961Z] === RUN TestDockerSuite/TestRunMount [2019-10-21T22:48:31.512Z] === RUN TestDockerSuite/TestRunMountOrdering [2019-10-21T22:48:32.442Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2019-10-21T22:48:33.006Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2019-10-21T22:48:34.902Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2019-10-21T22:48:37.425Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2019-10-21T22:48:39.404Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2019-10-21T22:48:39.404Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2019-10-21T22:48:39.404Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2019-10-21T22:48:40.699Z] === RUN TestDockerSuite/TestRunNamedVolume [2019-10-21T22:48:43.222Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2019-10-21T22:48:45.747Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2019-10-21T22:48:47.116Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2019-10-21T22:48:49.010Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2019-10-21T22:48:49.010Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2019-10-21T22:48:49.574Z] === RUN TestDockerSuite/TestRunNetHost [2019-10-21T22:48:50.945Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2019-10-21T22:48:51.509Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2019-10-21T22:48:52.442Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2019-10-21T22:48:54.989Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2019-10-21T22:48:56.884Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2019-10-21T22:49:00.587Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2019-10-21T22:49:00.587Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2019-10-21T22:49:00.587Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2019-10-21T22:49:02.140Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2019-10-21T22:49:02.397Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2019-10-21T22:49:02.654Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2019-10-21T22:49:03.219Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2019-10-21T22:49:03.476Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2019-10-21T22:49:04.363Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2019-10-21T22:49:04.407Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2019-10-21T22:49:04.971Z] === RUN TestDockerSuite/TestRunNonExistingImage [2019-10-21T22:49:04.971Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2019-10-21T22:49:05.902Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2019-10-21T22:49:06.572Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2019-10-21T22:49:06.835Z] === RUN TestDockerSuite/TestRunOOMExitCode [2019-10-21T22:49:06.835Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2019-10-21T22:49:07.765Z] === RUN TestDockerSuite/TestRunPIDsLimit [2019-10-21T22:49:08.329Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2019-10-21T22:49:09.512Z] === RUN TestDockerSuite/TestBuildDockerignore [2019-10-21T22:49:10.224Z] === RUN TestDockerSuite/TestRunPortInUse [2019-10-21T22:49:11.153Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2019-10-21T22:49:12.084Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2019-10-21T22:49:12.649Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2019-10-21T22:49:12.907Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2019-10-21T22:49:13.472Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2019-10-21T22:49:14.402Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2019-10-21T22:49:14.967Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2019-10-21T22:49:14.967Z] === RUN TestDockerSuite/TestRunPublishPort [2019-10-21T22:49:15.898Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2019-10-21T22:49:16.829Z] === RUN TestDockerSuite/TestRunReadProcLatency [2019-10-21T22:49:16.829Z] === RUN TestDockerSuite/TestRunReadProcTimer [2019-10-21T22:49:17.394Z] === RUN TestDockerSuite/TestRunRedirectStdout [2019-10-21T22:49:19.289Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2019-10-21T22:49:19.289Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2019-10-21T22:49:22.563Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2019-10-21T22:49:23.140Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2019-10-21T22:49:24.085Z] === RUN TestDockerSuite/TestRunRm [2019-10-21T22:49:25.020Z] === RUN TestDockerSuite/TestRunRmAndWait [2019-10-21T22:49:29.195Z] === RUN TestDockerSuite/TestRunRmPre125Api [2019-10-21T22:49:29.760Z] === RUN TestDockerSuite/TestRunRootWorkdir [2019-10-21T22:49:30.692Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2019-10-21T22:49:32.588Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2019-10-21T22:49:33.539Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2019-10-21T22:49:34.105Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2019-10-21T22:49:38.284Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2019-10-21T22:49:43.541Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2019-10-21T22:49:43.541Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2019-10-21T22:49:44.104Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2019-10-21T22:49:44.669Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2019-10-21T22:49:45.601Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2019-10-21T22:49:46.166Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2019-10-21T22:49:46.423Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2019-10-21T22:49:47.354Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2019-10-21T22:49:47.919Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2019-10-21T22:49:49.290Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2019-10-21T22:49:49.854Z] === RUN TestDockerSuite/TestRunSetMacAddress [2019-10-21T22:49:50.786Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2019-10-21T22:49:51.718Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2019-10-21T22:49:53.621Z] === RUN TestDockerSuite/TestRunState [2019-10-21T22:49:55.015Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2019-10-21T22:49:55.272Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2019-10-21T22:49:56.202Z] === RUN TestDockerSuite/TestRunStdinPipe [2019-10-21T22:49:56.767Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2019-10-21T22:49:57.025Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2019-10-21T22:49:57.025Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2019-10-21T22:49:57.958Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2019-10-21T22:49:58.892Z] === RUN TestDockerSuite/TestRunSysctls [2019-10-21T22:50:00.263Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2019-10-21T22:50:00.263Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2019-10-21T22:50:00.520Z] === RUN TestDockerSuite/TestRunTLSVerify [2019-10-21T22:50:00.520Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2019-10-21T22:50:00.520Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2019-10-21T22:50:01.452Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2019-10-21T22:50:04.729Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2019-10-21T22:50:05.293Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2019-10-21T22:50:07.820Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2019-10-21T22:50:07.820Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2019-10-21T22:50:08.752Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2019-10-21T22:50:09.683Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2019-10-21T22:50:12.209Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2019-10-21T22:50:12.774Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2019-10-21T22:50:15.297Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2019-10-21T22:50:16.228Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2019-10-21T22:50:16.791Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2019-10-21T22:50:17.721Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2019-10-21T22:50:20.245Z] === RUN TestDockerSuite/TestRunUnshareProc [2019-10-21T22:50:21.176Z] === RUN TestDockerSuite/TestRunUserByID [2019-10-21T22:50:22.135Z] === RUN TestDockerSuite/TestRunUserByIDBig [2019-10-21T22:50:22.135Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2019-10-21T22:50:22.392Z] === RUN TestDockerSuite/TestRunUserByIDZero [2019-10-21T22:50:23.322Z] === RUN TestDockerSuite/TestRunUserByName [2019-10-21T22:50:23.886Z] === RUN TestDockerSuite/TestRunUserDefaults [2019-10-21T22:50:24.818Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2019-10-21T22:50:24.818Z] === RUN TestDockerSuite/TestRunUserNotFound [2019-10-21T22:50:24.818Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2019-10-21T22:50:25.750Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2019-10-21T22:50:31.006Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2019-10-21T22:50:31.263Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2019-10-21T22:50:32.633Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2019-10-21T22:50:35.157Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2019-10-21T22:50:35.693Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2019-10-21T22:50:35.693Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2019-10-21T22:50:35.693Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2019-10-21T22:50:36.527Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2019-10-21T22:50:39.050Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2019-10-21T22:50:41.571Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2019-10-21T22:50:42.503Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2019-10-21T22:50:43.068Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2019-10-21T22:50:44.002Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2019-10-21T22:50:44.002Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2019-10-21T22:50:44.002Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2019-10-21T22:50:44.002Z] === RUN TestDockerSuite/TestRunWithBadDevice [2019-10-21T22:50:44.259Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2019-10-21T22:50:45.190Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2019-10-21T22:50:46.120Z] === RUN TestDockerSuite/TestRunWithCPUShares [2019-10-21T22:50:46.684Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2019-10-21T22:50:48.578Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2019-10-21T22:50:49.142Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2019-10-21T22:50:49.706Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2019-10-21T22:50:49.706Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2019-10-21T22:50:50.645Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2019-10-21T22:50:50.645Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2019-10-21T22:50:50.645Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2019-10-21T22:50:50.645Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2019-10-21T22:50:50.645Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2019-10-21T22:50:50.902Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2019-10-21T22:50:51.159Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2019-10-21T22:50:51.159Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2019-10-21T22:50:51.415Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2019-10-21T22:50:51.415Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2019-10-21T22:50:52.346Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2019-10-21T22:50:53.277Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2019-10-21T22:50:53.842Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2019-10-21T22:50:53.842Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2019-10-21T22:50:54.773Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2019-10-21T22:50:55.030Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2019-10-21T22:50:55.961Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2019-10-21T22:50:55.961Z] === RUN TestDockerSuite/TestRunWithShmSize [2019-10-21T22:50:56.891Z] === RUN TestDockerSuite/TestRunWithSwappiness [2019-10-21T22:50:57.455Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2019-10-21T22:50:57.455Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2019-10-21T22:50:57.455Z] === RUN TestDockerSuite/TestRunWithUlimits [2019-10-21T22:50:58.387Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2019-10-21T22:51:00.281Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2019-10-21T22:51:00.844Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2019-10-21T22:51:00.844Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2019-10-21T22:51:01.408Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2019-10-21T22:51:01.408Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2019-10-21T22:51:03.303Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2019-10-21T22:51:03.867Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2019-10-21T22:51:06.391Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2019-10-21T22:51:06.391Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2019-10-21T22:51:07.323Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2019-10-21T22:51:07.323Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2019-10-21T22:51:07.323Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2019-10-21T22:51:08.696Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2019-10-21T22:51:10.067Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2019-10-21T22:51:11.436Z] === RUN TestDockerSuite/TestSaveCheckTimes [2019-10-21T22:51:11.436Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2019-10-21T22:51:13.336Z] === RUN TestDockerSuite/TestSaveImageId [2019-10-21T22:51:13.336Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2019-10-21T22:51:13.900Z] === RUN TestDockerSuite/TestSaveLoadParents [2019-10-21T22:51:16.438Z] === RUN TestDockerSuite/TestSaveMultipleNames [2019-10-21T22:51:16.438Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2019-10-21T22:51:17.812Z] === RUN TestDockerSuite/TestSaveSingleTag [2019-10-21T22:51:18.069Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2019-10-21T22:51:18.069Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2019-10-21T22:51:19.964Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2019-10-21T22:51:21.335Z] === RUN TestDockerSuite/TestSearchCmdOptions [2019-10-21T22:51:21.899Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2019-10-21T22:51:21.899Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2019-10-21T22:51:21.899Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2019-10-21T22:51:21.899Z] === RUN TestDockerSuite/TestSearchWithLimit [2019-10-21T22:51:22.463Z] === RUN TestDockerSuite/TestSlowStdinClosing [2019-10-21T22:51:25.002Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2019-10-21T22:51:30.263Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2019-10-21T22:51:32.786Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2019-10-21T22:51:34.157Z] === RUN TestDockerSuite/TestStartAttachSilent [2019-10-21T22:51:35.526Z] === RUN TestDockerSuite/TestStartAttachWithRename [2019-10-21T22:51:36.265Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2019-10-21T22:51:38.466Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2019-10-21T22:51:38.803Z] === RUN TestDockerSuite/TestStartMultipleContainers [2019-10-21T22:51:38.931Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2019-10-21T22:51:41.327Z] === RUN TestDockerSuite/TestStartPausedContainer [2019-10-21T22:51:41.892Z] === RUN TestDockerSuite/TestStartRecordError [2019-10-21T22:51:43.786Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2019-10-21T22:51:46.311Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2019-10-21T22:51:48.205Z] === RUN TestDockerSuite/TestStatsAllNoStream [2019-10-21T22:51:51.489Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2019-10-21T22:51:54.763Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2019-10-21T22:51:56.132Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2019-10-21T22:51:59.407Z] === RUN TestDockerSuite/TestStatsFormatAll [2019-10-21T22:52:00.641Z] --- PASS: TestImportExtremelyLargeImageWorks (301.50s) [2019-10-21T22:52:00.641Z] import_test.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks" [2019-10-21T22:52:00.641Z] PASS [2019-10-21T22:52:00.641Z] [2019-10-21T22:52:00.641Z] === Skipped [2019-10-21T22:52:00.641Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2019-10-21T22:52:00.641Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T22:52:00.641Z] [2019-10-21T22:52:00.641Z] [2019-10-21T22:52:00.641Z] DONE 12 tests, 1 skipped in 303.062s [2019-10-21T22:52:00.641Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2019-10-21T22:52:00.641Z] ++ 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-21T22:52:00.641Z] ++ set -e [2019-10-21T22:52:00.641Z] ++ '[' -n 0 ']' [2019-10-21T22:52:00.641Z] ++ set -x [2019-10-21T22:52:00.641Z] ++ env -i DEST=/go/src/github.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-21T22:52:00.641Z] INFO: Testing against a local daemon [2019-10-21T22:52:00.641Z] === RUN TestNetworkCreateDelete [2019-10-21T22:52:00.641Z] --- PASS: TestNetworkCreateDelete (0.28s) [2019-10-21T22:52:00.641Z] === RUN TestDockerNetworkDeletePreferID [2019-10-21T22:52:00.641Z] --- PASS: TestDockerNetworkDeletePreferID (0.69s) [2019-10-21T22:52:00.641Z] === RUN TestInspectNetwork [2019-10-21T22:52:00.641Z] === RUN TestInspectNetwork/full_network_id [2019-10-21T22:52:00.641Z] === RUN TestInspectNetwork/partial_network_id [2019-10-21T22:52:00.641Z] === RUN TestInspectNetwork/network_name [2019-10-21T22:52:00.641Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-10-21T22:52:03.371Z] --- PASS: TestInspectNetwork (7.82s) [2019-10-21T22:52:03.371Z] inspect_test.go:18: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork" [2019-10-21T22:52:03.371Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-10-21T22:52:03.371Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-10-21T22:52:03.371Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-10-21T22:52:03.371Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-10-21T22:52:03.371Z] === RUN TestRunContainerWithBridgeNone [2019-10-21T22:52:04.660Z] === RUN TestDockerSuite/TestStatsNoStream [2019-10-21T22:52:06.070Z] --- PASS: TestRunContainerWithBridgeNone (2.64s) [2019-10-21T22:52:06.070Z] network_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone" [2019-10-21T22:52:06.070Z] === RUN TestNetworkInvalidJSON [2019-10-21T22:52:06.070Z] === RUN TestNetworkInvalidJSON//networks/create [2019-10-21T22:52:06.070Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-10-21T22:52:06.070Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-10-21T22:52:06.070Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-10-21T22:52:06.070Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-21T22:52:06.070Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-21T22:52:06.070Z] === CONT TestNetworkInvalidJSON//networks/create [2019-10-21T22:52:06.070Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-21T22:52:06.070Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-10-21T22:52:06.070Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2019-10-21T22:52:06.070Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-10-21T22:52:06.070Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-10-21T22:52:06.070Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-10-21T22:52:06.070Z] === RUN TestDaemonRestartWithLiveRestore [2019-10-21T22:52:07.085Z] --- PASS: TestDaemonRestartWithLiveRestore (1.07s) [2019-10-21T22:52:07.085Z] service_test.go:32: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore" [2019-10-21T22:52:07.085Z] === RUN TestDaemonDefaultNetworkPools [2019-10-21T22:52:07.941Z] === RUN TestDockerSuite/TestStopContainerSignal [2019-10-21T22:52:08.101Z] --- PASS: TestDaemonDefaultNetworkPools (0.79s) [2019-10-21T22:52:08.101Z] service_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools" [2019-10-21T22:52:08.101Z] === RUN TestDaemonRestartWithExistingNetwork [2019-10-21T22:52:08.198Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2019-10-21T22:52:08.983Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2019-10-21T22:52:09.114Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.23s) [2019-10-21T22:52:09.115Z] service_test.go:98: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork" [2019-10-21T22:52:09.115Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-10-21T22:52:09.568Z] === RUN TestDockerSuite/TestTopMultipleArgs [2019-10-21T22:52:10.498Z] === RUN TestDockerSuite/TestTopNonPrivileged [2019-10-21T22:52:11.156Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.52s) [2019-10-21T22:52:11.156Z] service_test.go:131: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange" [2019-10-21T22:52:11.156Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-10-21T22:52:11.429Z] === RUN TestDockerSuite/TestTopPrivileged [2019-10-21T22:52:11.441Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2019-10-21T22:52:11.441Z] service_test.go:181: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool" [2019-10-21T22:52:11.441Z] === RUN TestServiceWithPredefinedNetwork [2019-10-21T22:52:12.364Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2019-10-21T22:52:12.364Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2019-10-21T22:52:13.295Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2019-10-21T22:52:14.148Z] --- PASS: TestServiceWithPredefinedNetwork (2.52s) [2019-10-21T22:52:14.148Z] service_test.go:203: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork" [2019-10-21T22:52:14.148Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-10-21T22:52:14.148Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-21T22:52:14.148Z] service_test.go:230: FLAKY_TEST [2019-10-21T22:52:14.148Z] === RUN TestServiceWithDataPathPortInit [2019-10-21T22:52:14.227Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2019-10-21T22:52:16.107Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2019-10-21T22:52:18.405Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2019-10-21T22:52:21.679Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2019-10-21T22:52:22.242Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2019-10-21T22:52:23.201Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2019-10-21T22:52:23.201Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2019-10-21T22:52:24.139Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2019-10-21T22:52:26.035Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2019-10-21T22:52:26.035Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2019-10-21T22:52:26.704Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2019-10-21T22:52:27.931Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2019-10-21T22:52:28.495Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2019-10-21T22:52:29.391Z] --- PASS: TestServiceWithDataPathPortInit (15.19s) [2019-10-21T22:52:29.391Z] service_test.go:323: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-21T22:52:29.391Z] service_test.go:355: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-21T22:52:29.391Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-10-21T22:52:29.865Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2019-10-21T22:52:31.759Z] === RUN TestDockerSuite/TestUpdateStats [2019-10-21T22:52:37.012Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2019-10-21T22:52:37.810Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.56s) [2019-10-21T22:52:37.810Z] service_test.go:388: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit" [2019-10-21T22:52:37.810Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:km2gwrywklrq9of368mjkwako Created:2019-10-21 22:52:30.263964814 +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[65fc1a3e7595907c6b730e5aa779fddcd905e33b2c8faab7e963847307fbc015:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.i44srajk6mmo9bbt4hja6cght EndpointID:72a38d51974d7a102232d7852ca1f22b90a1c0d9470910d5b45bae392a5e81e1 MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:0be086ebfd7c56d3669ba63e9c267700d97edd946812014346920f1d850fc5a9 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:99f5135c5ef4 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.i44srajk6mmo9bbt4hja6cght EndpointID:72a38d51974d7a102232d7852ca1f22b90a1c0d9470910d5b45bae392a5e81e1 EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-10-21T22:52:37.810Z] PASS [2019-10-21T22:52:37.810Z] [2019-10-21T22:52:37.810Z] === Skipped [2019-10-21T22:52:37.810Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-21T22:52:37.810Z] service_test.go:230: FLAKY_TEST [2019-10-21T22:52:37.810Z] [2019-10-21T22:52:37.810Z] [2019-10-21T22:52:37.810Z] DONE 21 tests, 1 skipped in 42.037s [2019-10-21T22:52:37.810Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-10-21T22:52:37.810Z] ++ 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-21T22:52:37.810Z] ++ set -e [2019-10-21T22:52:37.810Z] ++ '[' -n 0 ']' [2019-10-21T22:52:37.810Z] ++ set -x [2019-10-21T22:52:37.810Z] ++ env -i DEST=/go/src/github.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-21T22:52:37.810Z] INFO: Testing against a local daemon [2019-10-21T22:52:37.810Z] === RUN TestDockerNetworkIpvlanPersistance [2019-10-21T22:52:37.810Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2019-10-21T22:52:37.810Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-21T22:52:37.810Z] === RUN TestDockerNetworkIpvlan [2019-10-21T22:52:37.810Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-10-21T22:52:37.810Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-21T22:52:37.810Z] PASS [2019-10-21T22:52:37.810Z] [2019-10-21T22:52:37.810Z] === Skipped [2019-10-21T22:52:37.810Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2019-10-21T22:52:37.810Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-21T22:52:37.810Z] [2019-10-21T22:52:37.810Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-10-21T22:52:37.810Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-21T22:52:37.810Z] [2019-10-21T22:52:37.810Z] [2019-10-21T22:52:37.810Z] DONE 2 tests, 2 skipped in 0.128s [2019-10-21T22:52:37.810Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-10-21T22:52:37.810Z] ++ 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-21T22:52:37.810Z] ++ set -e [2019-10-21T22:52:37.810Z] ++ '[' -n 0 ']' [2019-10-21T22:52:37.810Z] ++ set -x [2019-10-21T22:52:37.810Z] ++ env -i DEST=/go/src/github.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-21T22:52:37.810Z] INFO: Testing against a local daemon [2019-10-21T22:52:37.810Z] === RUN TestDockerNetworkMacvlanPersistance [2019-10-21T22:52:37.943Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2019-10-21T22:52:37.943Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2019-10-21T22:52:38.465Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.52s) [2019-10-21T22:52:38.465Z] macvlan_test.go:24: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance" [2019-10-21T22:52:38.465Z] === RUN TestDockerNetworkMacvlan [2019-10-21T22:52:39.313Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2019-10-21T22:52:39.483Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-10-21T22:52:39.877Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2019-10-21T22:52:40.505Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-10-21T22:52:41.517Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-10-21T22:52:44.207Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-10-21T22:52:45.130Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2019-10-21T22:52:47.685Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-10-21T22:52:48.405Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2019-10-21T22:52:51.680Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2019-10-21T22:52:53.205Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-10-21T22:52:53.829Z] --- PASS: TestDockerNetworkMacvlan (15.45s) [2019-10-21T22:52:53.829Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T22:52:53.829Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2019-10-21T22:52:53.829Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T22:52:53.829Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2019-10-21T22:52:53.829Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T22:52:53.829Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.24s) [2019-10-21T22:52:53.829Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T22:52:53.829Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.27s) [2019-10-21T22:52:53.829Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T22:52:53.829Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.30s) [2019-10-21T22:52:53.829Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-21T22:52:53.829Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.96s) [2019-10-21T22:52:53.829Z] PASS [2019-10-21T22:52:53.829Z] [2019-10-21T22:52:53.829Z] DONE 8 tests in 17.075s [2019-10-21T22:52:53.829Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2019-10-21T22:52:53.829Z] ++ 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-21T22:52:53.829Z] ++ set -e [2019-10-21T22:52:53.829Z] ++ '[' -n 0 ']' [2019-10-21T22:52:53.829Z] ++ set -x [2019-10-21T22:52:53.829Z] ++ env -i DEST=/go/src/github.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-21T22:52:53.829Z] testing: warning: no tests to run [2019-10-21T22:52:53.829Z] PASS [2019-10-21T22:52:53.829Z] [2019-10-21T22:52:53.829Z] DONE 0 tests in 0.016s [2019-10-21T22:52:53.829Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-10-21T22:52:53.829Z] ++ 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-21T22:52:53.829Z] ++ set -e [2019-10-21T22:52:53.829Z] ++ '[' -n 0 ']' [2019-10-21T22:52:53.829Z] ++ set -x [2019-10-21T22:52:53.829Z] ++ env -i DEST=/go/src/github.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-21T22:52:54.115Z] INFO: Testing against a local daemon [2019-10-21T22:52:54.115Z] === RUN TestAuthZPluginAllowRequest [2019-10-21T22:52:54.954Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2019-10-21T22:52:55.590Z] --- PASS: TestAuthZPluginAllowRequest (1.67s) [2019-10-21T22:52:55.590Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest" [2019-10-21T22:52:55.590Z] === RUN TestAuthZPluginTLS [2019-10-21T22:52:56.215Z] --- PASS: TestAuthZPluginTLS (0.59s) [2019-10-21T22:52:56.215Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS" [2019-10-21T22:52:56.215Z] === RUN TestAuthZPluginDenyRequest [2019-10-21T22:52:56.834Z] --- PASS: TestAuthZPluginDenyRequest (0.56s) [2019-10-21T22:52:56.834Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest" [2019-10-21T22:52:56.834Z] === RUN TestAuthZPluginAPIDenyResponse [2019-10-21T22:52:57.454Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.57s) [2019-10-21T22:52:57.454Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse" [2019-10-21T22:52:57.454Z] === RUN TestAuthZPluginDenyResponse [2019-10-21T22:52:58.071Z] --- PASS: TestAuthZPluginDenyResponse (0.58s) [2019-10-21T22:52:58.071Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse" [2019-10-21T22:52:58.071Z] === RUN TestAuthZPluginAllowEventStream [2019-10-21T22:52:59.134Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2019-10-21T22:52:59.563Z] --- PASS: TestAuthZPluginAllowEventStream (1.69s) [2019-10-21T22:52:59.563Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream" [2019-10-21T22:52:59.563Z] === RUN TestAuthZPluginErrorResponse [2019-10-21T22:53:00.371Z] --- PASS: TestAuthZPluginErrorResponse (0.59s) [2019-10-21T22:53:00.371Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse" [2019-10-21T22:53:00.371Z] === RUN TestAuthZPluginErrorRequest [2019-10-21T22:53:00.992Z] --- PASS: TestAuthZPluginErrorRequest (0.57s) [2019-10-21T22:53:00.992Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest" [2019-10-21T22:53:00.992Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-10-21T22:53:01.616Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.61s) [2019-10-21T22:53:01.616Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration" [2019-10-21T22:53:01.616Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-10-21T22:53:02.472Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2019-10-21T22:53:03.660Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.25s) [2019-10-21T22:53:03.661Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking" [2019-10-21T22:53:03.661Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-10-21T22:53:04.387Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2019-10-21T22:53:05.688Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.11s) [2019-10-21T22:53:05.688Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom" [2019-10-21T22:53:05.688Z] === RUN TestAuthZPluginHeader [2019-10-21T22:53:06.702Z] --- PASS: TestAuthZPluginHeader (0.98s) [2019-10-21T22:53:06.702Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader" [2019-10-21T22:53:06.702Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-10-21T22:53:06.702Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.01s) [2019-10-21T22:53:06.702Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T22:53:06.702Z] === RUN TestAuthZPluginV2Disable [2019-10-21T22:53:06.702Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-10-21T22:53:06.702Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T22:53:06.702Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-10-21T22:53:06.702Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-10-21T22:53:06.702Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T22:53:06.702Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-10-21T22:53:06.702Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-10-21T22:53:06.702Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T22:53:06.702Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-10-21T22:53:06.909Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2019-10-21T22:53:09.431Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2019-10-21T22:53:10.801Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2019-10-21T22:53:12.170Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2019-10-21T22:53:12.821Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2019-10-21T22:53:14.697Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2019-10-21T22:53:17.220Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2019-10-21T22:53:19.742Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2019-10-21T22:53:22.265Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2019-10-21T22:53:24.786Z] === RUN TestDockerSuite/TestVolumeCLICreate [2019-10-21T22:53:25.216Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.00s) [2019-10-21T22:53:25.216Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart" [2019-10-21T22:53:25.216Z] PASS [2019-10-21T22:53:25.216Z] [2019-10-21T22:53:25.216Z] === Skipped [2019-10-21T22:53:25.216Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.01s) [2019-10-21T22:53:25.216Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T22:53:25.216Z] [2019-10-21T22:53:25.216Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2019-10-21T22:53:25.216Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T22:53:25.216Z] [2019-10-21T22:53:25.216Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-10-21T22:53:25.216Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T22:53:25.216Z] [2019-10-21T22:53:25.216Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-10-21T22:53:25.216Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T22:53:25.216Z] [2019-10-21T22:53:25.216Z] [2019-10-21T22:53:25.216Z] DONE 17 tests, 4 skipped in 29.889s [2019-10-21T22:53:25.216Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-10-21T22:53:25.216Z] ++ 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-21T22:53:25.216Z] ++ set -e [2019-10-21T22:53:25.216Z] ++ '[' -n 0 ']' [2019-10-21T22:53:25.216Z] ++ set -x [2019-10-21T22:53:25.216Z] ++ env -i DEST=/go/src/github.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-21T22:53:25.216Z] INFO: Testing against a local daemon [2019-10-21T22:53:25.216Z] === RUN TestPluginInvalidJSON [2019-10-21T22:53:25.216Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-10-21T22:53:25.216Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-10-21T22:53:25.216Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-10-21T22:53:25.216Z] --- PASS: TestPluginInvalidJSON (0.05s) [2019-10-21T22:53:25.216Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-10-21T22:53:25.216Z] PASS [2019-10-21T22:53:25.216Z] [2019-10-21T22:53:25.216Z] DONE 2 tests in 0.138s [2019-10-21T22:53:25.216Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-10-21T22:53:25.216Z] ++ 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-21T22:53:25.216Z] ++ set -e [2019-10-21T22:53:25.216Z] ++ '[' -n 0 ']' [2019-10-21T22:53:25.216Z] ++ set -x [2019-10-21T22:53:25.216Z] ++ env -i DEST=/go/src/github.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-21T22:53:25.216Z] INFO: Testing against a local daemon [2019-10-21T22:53:25.216Z] === RUN TestExternalGraphDriver [2019-10-21T22:53:25.216Z] === RUN TestExternalGraphDriver/json [2019-10-21T22:53:26.707Z] === RUN TestExternalGraphDriver/spec [2019-10-21T22:53:27.658Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2019-10-21T22:53:28.751Z] === RUN TestExternalGraphDriver/pull [2019-10-21T22:53:30.777Z] --- PASS: TestExternalGraphDriver (6.72s) [2019-10-21T22:53:30.777Z] external_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver" [2019-10-21T22:53:30.777Z] --- PASS: TestExternalGraphDriver/json (2.14s) [2019-10-21T22:53:30.777Z] --- PASS: TestExternalGraphDriver/spec (2.13s) [2019-10-21T22:53:30.777Z] --- PASS: TestExternalGraphDriver/pull (2.21s) [2019-10-21T22:53:30.777Z] === RUN TestGraphdriverPluginV2 [2019-10-21T22:53:30.777Z] --- SKIP: TestGraphdriverPluginV2 (0.06s) [2019-10-21T22:53:30.777Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T22:53:30.777Z] PASS [2019-10-21T22:53:30.777Z] [2019-10-21T22:53:30.777Z] === Skipped [2019-10-21T22:53:30.777Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s) [2019-10-21T22:53:30.777Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T22:53:30.777Z] [2019-10-21T22:53:30.777Z] [2019-10-21T22:53:30.777Z] DONE 5 tests, 1 skipped in 6.888s [2019-10-21T22:53:30.777Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-10-21T22:53:30.777Z] ++ 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-21T22:53:30.777Z] ++ set -e [2019-10-21T22:53:30.777Z] ++ '[' -n 0 ']' [2019-10-21T22:53:30.777Z] ++ set -x [2019-10-21T22:53:30.777Z] ++ env -i DEST=/go/src/github.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-21T22:53:31.063Z] INFO: Testing against a local daemon [2019-10-21T22:53:31.063Z] === RUN TestContinueAfterPluginCrash [2019-10-21T22:53:31.063Z] === PAUSE TestContinueAfterPluginCrash [2019-10-21T22:53:31.063Z] === RUN TestDaemonStartWithLogOpt [2019-10-21T22:53:31.063Z] === PAUSE TestDaemonStartWithLogOpt [2019-10-21T22:53:31.063Z] === CONT TestContinueAfterPluginCrash [2019-10-21T22:53:31.063Z] === CONT TestDaemonStartWithLogOpt [2019-10-21T22:53:39.828Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2019-10-21T22:53:39.828Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2019-10-21T22:53:39.828Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2019-10-21T22:53:40.392Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2019-10-21T22:53:40.392Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2019-10-21T22:53:40.392Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2019-10-21T22:53:40.392Z] === RUN TestDockerSuite/TestVolumeCLILs [2019-10-21T22:53:41.327Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2019-10-21T22:53:41.327Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2019-10-21T22:53:42.257Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2019-10-21T22:53:42.514Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2019-10-21T22:53:42.514Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2019-10-21T22:53:42.514Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2019-10-21T22:53:42.514Z] === RUN TestDockerSuite/TestVolumeCLIRm [2019-10-21T22:53:45.039Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2019-10-21T22:53:45.039Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2019-10-21T22:53:45.296Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2019-10-21T22:53:45.296Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2019-10-21T22:53:45.296Z] === RUN TestDockerSuite/TestVolumeEvents [2019-10-21T22:53:46.227Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2019-10-21T22:53:46.541Z] --- PASS: TestDaemonStartWithLogOpt (15.56s) [2019-10-21T22:53:46.541Z] validation_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt" [2019-10-21T22:53:48.749Z] === RUN TestDockerSuite/TestVolumeLsFormat [2019-10-21T22:53:48.749Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2019-10-21T22:53:48.749Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2019-10-21T22:53:52.023Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2019-10-21T22:53:52.037Z] --- PASS: TestContinueAfterPluginCrash (20.60s) [2019-10-21T22:53:52.037Z] logging_linux_test.go:22: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash" [2019-10-21T22:53:52.037Z] PASS [2019-10-21T22:53:52.037Z] [2019-10-21T22:53:52.037Z] DONE 2 tests in 20.698s [2019-10-21T22:53:52.037Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-10-21T22:53:52.037Z] ++ 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-21T22:53:52.037Z] ++ set -e [2019-10-21T22:53:52.037Z] ++ '[' -n 0 ']' [2019-10-21T22:53:52.037Z] ++ set -x [2019-10-21T22:53:52.037Z] ++ env -i DEST=/go/src/github.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-21T22:53:52.037Z] INFO: Testing against a local daemon [2019-10-21T22:53:52.037Z] === RUN TestPluginWithDevMounts [2019-10-21T22:53:52.037Z] === PAUSE TestPluginWithDevMounts [2019-10-21T22:53:52.037Z] === CONT TestPluginWithDevMounts [2019-10-21T22:53:54.078Z] --- PASS: TestPluginWithDevMounts (2.31s) [2019-10-21T22:53:54.078Z] mounts_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts" [2019-10-21T22:53:54.078Z] PASS [2019-10-21T22:53:54.078Z] [2019-10-21T22:53:54.078Z] DONE 1 tests in 2.411s [2019-10-21T22:53:54.078Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2019-10-21T22:53:54.078Z] ++ 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-21T22:53:54.078Z] ++ set -e [2019-10-21T22:53:54.078Z] ++ '[' -n 0 ']' [2019-10-21T22:53:54.078Z] ++ set -x [2019-10-21T22:53:54.078Z] ++ env -i DEST=/go/src/github.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-21T22:53:54.078Z] INFO: Testing against a local daemon [2019-10-21T22:53:54.078Z] === RUN TestSecretInspect [2019-10-21T22:53:56.200Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite (1807.30s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.07s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (1.75s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.17s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.89s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.92s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.25s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (3.20s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.28s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.71s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.47s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.12s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (7.23s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (3.42s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (3.92s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.97s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.44s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.43s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.92s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (1.28s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.40s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (2.21s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestAttachDetach (1.69s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestAttachDisconnect (2.25s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.98s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (1.11s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.90s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.41s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (2.25s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.26s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.09s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.32s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.72s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (20.60s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.87s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.77s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.30s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.01s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.56s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.65s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.13s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (8.68s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (4.54s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.13s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.19s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (4.54s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.67s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.77s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.59s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.03s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.21s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.34s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.01s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (7.73s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (5.92s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.71s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.43s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildAddTar (11.60s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.79s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.54s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (5.03s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (8.99s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.53s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.61s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.54s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.64s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.72s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.45s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.77s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.61s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (4.51s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (12.76s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.66s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (3.18s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.51s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.22s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.70s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (6.03s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.29s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.46s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.79s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.94s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (6.79s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.79s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.83s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.95s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (7.45s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.72s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.34s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.61s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildCmd (0.52s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.52s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.52s) [2019-10-21T22:53:56.201Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2019-10-21T22:53:56.201Z] docker_cli_build_test.go:5338: unmatched requirement DaemonIsWindows [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.80s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (7.13s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.29s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildContChar (4.51s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.47s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.43s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.35s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.72s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.44s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (15.41s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.01s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.78s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (4.35s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (5.35s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.94s) [2019-10-21T22:53:56.201Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2019-10-21T22:53:56.201Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2019-10-21T22:53:56.201Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2019-10-21T22:53:56.201Z] docker_cli_build_test.go:5912: unmatched requirement DaemonIsWindows [2019-10-21T22:53:56.201Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2019-10-21T22:53:56.201Z] docker_cli_build_test.go:5895: unmatched requirement DaemonIsWindows [2019-10-21T22:53:56.201Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2019-10-21T22:53:56.201Z] docker_cli_build_test.go:5930: unmatched requirement DaemonIsWindows [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (5.63s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (6.58s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (4.29s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.51s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (7.96s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (7.87s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.82s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.74s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (4.83s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.82s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.05s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.58s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.75s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.54s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildDockerignore (13.47s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.79s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (4.17s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (14.35s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.36s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.03s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (5.79s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.53s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.75s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (8.62s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.83s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.79s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (19.53s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.16s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (5.22s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.32s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.42s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.76s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.12s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.31s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.28s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.15s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.37s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.73s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildEnv (1.64s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.44s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.18s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (7.89s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (22.81s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.71s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (10.19s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.86s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.53s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.49s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.39s) [2019-10-21T22:53:56.201Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2019-10-21T22:53:56.201Z] docker_cli_build_test.go:5315: unmatched requirement DaemonIsWindows [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.30s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (12.00s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildExpose (0.38s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.56s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.55s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.31s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildFails (0.95s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.03s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.30s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.45s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildForceRm (2.08s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.64s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.43s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.11s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.10s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.74s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.33s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.46s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.22s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.40s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildHistory (7.12s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.82s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.36s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.92s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.69s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.12s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildLabel (0.52s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.38s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.49s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.39s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildLabels (0.51s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (0.99s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.71s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildLastModified (5.42s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildLineBreak (3.62s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.11s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.10s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.30s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.61s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.92s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (4.50s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.49s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.51s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (13.00s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (5.54s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.81s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.76s) [2019-10-21T22:53:56.201Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2019-10-21T22:53:56.201Z] docker_cli_build_test.go:5861: unmatched requirement DaemonIsWindows [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (5.28s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.53s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.23s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.34s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildNetContainer (2.19s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.89s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.37s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.02s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.11s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.49s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.06s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.66s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.67s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.79s) [2019-10-21T22:53:56.201Z] --- PASS: TestDockerSuite/TestBuildOnBuild (2.27s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.70s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.86s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.91s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.51s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.37s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.50s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.48s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (3.79s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildPATH (2.56s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.16s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.04s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (10.23s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (4.18s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (2.29s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildRm (3.26s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.36s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.47s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.55s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.72s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.61s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.35s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.39s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (4.24s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.11s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.32s) [2019-10-21T22:53:56.202Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-10-21T22:53:56.202Z] docker_cli_build_test.go:5303: unmatched requirement DaemonIsWindows [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.52s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.98s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.15s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildStderr (1.00s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (4.48s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.53s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.37s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.62s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildTagEvent (1.39s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.72s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildUser (2.36s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (3.79s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (18.18s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (1.23s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.42s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.38s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.12s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.91s) [2019-10-21T22:53:56.202Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2019-10-21T22:53:56.202Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2019-10-21T22:53:56.202Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2019-10-21T22:53:56.202Z] docker_cli_build_test.go:6052: unmatched requirement DaemonIsWindows [2019-10-21T22:53:56.202Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2019-10-21T22:53:56.202Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2019-10-21T22:53:56.202Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2019-10-21T22:53:56.202Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (2.49s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildWithFailure (1.06s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.62s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildWithTabs (1.24s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.18s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (3.74s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.97s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (1.22s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.46s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.65s) [2019-10-21T22:53:56.202Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2019-10-21T22:53:56.202Z] docker_cli_build_test.go:4911: unmatched requirement DaemonIsWindows [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.92s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.59s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2019-10-21T22:53:56.202Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2019-10-21T22:53:56.202Z] docker_cli_sni_test.go:18: Flakey test [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.79s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (1.05s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCommitChange (1.14s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.96s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.73s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.82s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.99s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCommitTTY (1.83s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.96s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (2.25s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (1.11s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.04s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.20s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.09s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPICommit (2.10s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (2.11s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.79s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.95s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.80s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.89s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.77s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.07s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.77s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.06s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.12s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.09s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.74s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.82s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.84s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.75s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.85s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.79s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.96s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (1.04s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.85s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.10s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.86s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.83s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.09s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.80s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.60s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.55s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.06s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.04s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.03s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.73s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.56s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.84s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.84s) [2019-10-21T22:53:56.202Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2019-10-21T22:53:56.202Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.85s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.88s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.26s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (4.61s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.57s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.95s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.37s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (23.72s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.63s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.59s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.60s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.67s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000910f80_} (1.62s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1140381364_/foo_false____} (1.58s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1140381364_/foo_true____} (1.62s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3816611971_/foo_false____} (1.61s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3816611971_/foo_true____} (1.58s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3816611971_/foo_true__0xc000911400__} (1.63s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000911420_} (1.60s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000911440_} (1.59s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000911460_} (1.60s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000911480_} (1.62s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.59s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.63s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.07s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.06s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.19s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.03s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.04s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.03s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.06s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.06s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.05s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (3.12s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (2.45s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.97s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.61s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.18s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.92s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.93s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (1.32s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.92s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.93s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.94s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.06s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCpFromCaseE (1.06s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.91s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCpFromCaseG (1.06s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCpFromCaseH (1.09s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.93s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (1.05s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.45s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.28s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.82s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.93s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.89s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.17s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.95s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (1.19s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.74s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.88s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.44s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCpToCaseD (4.77s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCpToCaseE (3.41s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.86s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCpToCaseG (5.01s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCpToCaseH (3.50s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.86s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCpToCaseJ (4.83s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.89s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCpToDot (0.92s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.63s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.82s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCpToStdout (0.94s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (3.36s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.47s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.93s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.66s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.16s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCreateArgs (0.08s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.56s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.87s) [2019-10-21T22:53:56.202Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2019-10-21T22:53:56.202Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.10s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.80s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.37s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCreateLabels (0.08s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.16s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCreateRM (0.17s) [2019-10-21T22:53:56.202Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2019-10-21T22:53:56.202Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.09s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.17s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.47s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.10s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (5.12s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.11s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2019-10-21T22:53:56.202Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.16s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.09s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.09s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.97s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.75s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (1.05s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.74s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (2.35s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.83s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.81s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.10s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.77s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.23s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.89s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.55s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.12s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (6.66s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (3.27s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.80s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (2.00s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.23s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestEventsAttach (0.87s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestEventsCommit (1.00s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.80s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.79s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.84s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.90s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.92s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (3.36s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.51s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestEventsCopy (1.28s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.87s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.82s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.36s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.55s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.37s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.11s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.35s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.11s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.02s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestEventsFilters (1.81s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestEventsFormat (1.72s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestEventsImageImport (1.13s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.21s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.38s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.04s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.33s) [2019-10-21T22:53:56.203Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-10-21T22:53:56.203Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2019-10-21T22:53:56.203Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2019-10-21T22:53:56.203Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.76s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (1.18s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestEventsRename (0.95s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestEventsResize (1.23s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.83s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (1.20s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.85s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (3.01s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestEventsTop (0.89s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (1.59s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestExec (0.92s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.87s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.81s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.87s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.79s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.88s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.88s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.92s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.87s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.88s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.89s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.68s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestExecCgroup (1.45s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestExecEnv (1.13s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (2.15s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.01s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestExecInspectID (2.11s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestExecInteractive (1.26s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.93s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.92s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestExecParseError (0.88s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.88s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.80s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.13s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestExecSetEnv (1.16s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestExecStartFails (1.03s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.17s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (1.00s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestExecTTY (1.14s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (1.09s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (1.08s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestExecUlimits (1.83s) [2019-10-21T22:53:56.203Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2019-10-21T22:53:56.203Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestExecWithImageUser (2.18s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.90s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (1.24s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.92s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestExecWithUser (1.10s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.88s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.88s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.70s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.89s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (1.03s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.12s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestHealth (21.62s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.03s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.05s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.02s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (1.00s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (1.22s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.03s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.13s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.32s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.37s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.72s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.02s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.99s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.06s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.95s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (1.00s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.84s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.89s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestImportBadURL (0.06s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestImportDisplay (1.73s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestImportFile (1.96s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.85s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestImportGzipped (1.92s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.79s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInfoDebug (0.55s) [2019-10-21T22:53:56.203Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDebug" [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName (0.65s) [2019-10-21T22:53:56.203Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName" [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInfoDiscoveryBackend (0.57s) [2019-10-21T22:53:56.203Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDiscoveryBackend" [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInfoDiscoveryInvalidAdvertise (1.00s) [2019-10-21T22:53:56.203Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDiscoveryInvalidAdvertise" [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.90s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.84s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.86s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInfoFormat (0.04s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.02s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInsecureRegistries (0.53s) [2019-10-21T22:53:56.203Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInsecureRegistries" [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.85s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.96s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (1.05s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.67s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.79s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.80s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.03s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.60s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.81s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.81s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.91s) [2019-10-21T22:53:56.203Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2019-10-21T22:53:56.203Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.21s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.83s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInspectDefault (0.77s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInspectHistory (0.96s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.03s) [2019-10-21T22:53:56.203Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2019-10-21T22:53:56.203Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.89s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.86s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.10s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.82s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.27s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.92s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.89s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInspectStatus (1.09s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.73s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.85s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (1.02s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.84s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.96s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.89s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.90s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.04s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.66s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.95s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.75s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.47s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.87s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (3.16s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.97s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.06s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.74s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.48s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.93s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (13.48s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.56s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.88s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.91s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (2.61s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.41s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.03s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.99s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.88s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.85s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.90s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.99s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.82s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.12s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.15s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.15s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.31s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.04s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.31s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.86s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.82s) [2019-10-21T22:53:56.203Z] --- PASS: TestDockerSuite/TestLogsSince (6.87s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.82s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.86s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestLogsTail (0.92s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.84s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.96s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.47s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.91s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestNetHostname (2.64s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.38s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestNetworkEvents (1.49s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (2.52s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.94s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPluginActive (1.77s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.95s) [2019-10-21T22:53:56.204Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2019-10-21T22:53:56.204Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.75s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.34s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.60s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.21s) [2019-10-21T22:53:56.204Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestPluginMetricsCollector" [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPluginUpgrade (5.34s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (2.13s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.83s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.62s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPortList (11.36s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.61s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPostContainersAttach (7.72s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.14s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.84s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.92s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.81s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.16s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (2.06s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (3.20s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.61s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.33s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.15s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPsByOrder (3.37s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.06s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPsListContainersBase (4.10s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (5.35s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.12s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (4.09s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (8.43s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.72s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.39s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.61s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.60s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.65s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.87s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.52s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.20s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.91s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.52s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPsShowMounts (2.56s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.86s) [2019-10-21T22:53:56.204Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2019-10-21T22:53:56.204Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.38s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.13s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.07s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (1.04s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.67s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.77s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (1.38s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (7.48s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.49s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.44s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.09s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.08s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.27s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.96s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.55s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (3.95s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (2.07s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRmiBlank (0.03s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.11s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (4.14s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.07s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.33s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.87s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.95s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (2.05s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (1.18s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRmiTag (0.19s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.93s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (4.60s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.87s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (1.13s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.44s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.81s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunAddHost (0.83s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.44s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.70s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.78s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.69s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.82s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.87s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (1.01s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.47s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.57s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.96s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.96s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.95s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.86s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (1.01s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.23s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.22s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.70s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.93s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.82s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunBindMounts (2.33s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.85s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.80s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.87s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.78s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.75s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.81s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.90s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.95s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.79s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (1.10s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.30s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.86s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.87s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.77s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.10s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.76s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.61s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.61s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.53s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.78s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.80s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.76s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.87s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.84s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.95s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.62s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.07s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.83s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.37s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.76s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.69s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.69s) [2019-10-21T22:53:56.204Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2019-10-21T22:53:56.204Z] docker_cli_run_test.go:4142: unmatched requirement DaemonIsWindows [2019-10-21T22:53:56.204Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2019-10-21T22:53:56.204Z] docker_cli_run_test.go:4161: unmatched requirement DaemonIsWindows [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.82s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.84s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.62s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.67s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.80s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.60s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.81s) [2019-10-21T22:53:56.204Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2019-10-21T22:53:56.204Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.78s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.77s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.05s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (1.17s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.81s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.90s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.81s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.79s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.79s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.78s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.79s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunExitCode (0.80s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.82s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.82s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.80s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.78s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.82s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.59s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.40s) [2019-10-21T22:53:56.204Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-10-21T22:53:56.204Z] docker_cli_run_test.go:4244: unmatched requirement IsolationIsHyperv [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.60s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.88s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.57s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (1.17s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.65s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.84s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.28s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.68s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.67s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (0.83s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.69s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.68s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunModeHostname (1.14s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.22s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.53s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.14s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.66s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.22s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunModePIDHost (1.55s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.65s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunMount (6.74s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.78s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.79s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.64s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.36s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.43s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunNamedVolume (2.40s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.65s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.61s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.57s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.05s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.73s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunNetHost (1.17s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.81s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.75s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.32s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.33s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (4.69s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.83s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.12s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.80s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.15s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.76s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.76s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.08s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.79s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (0.85s) [2019-10-21T22:53:56.204Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2019-10-21T22:53:56.204Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.83s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.83s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.76s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.98s) [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.76s) [2019-10-21T22:53:56.204Z] docker_cli_run_unix_test.go:1415: out: "a *:* rwm\n" [2019-10-21T22:53:56.204Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.70s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.78s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.84s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.74s) [2019-10-21T22:53:56.205Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-10-21T22:53:56.205Z] docker_cli_run_test.go:4227: unmatched requirement IsolationIsProcess [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunPublishPort (1.07s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.63s) [2019-10-21T22:53:56.205Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2019-10-21T22:53:56.205Z] docker_cli_run_test.go:2869: kernel doesn't have latency_stats configured [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.85s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.48s) [2019-10-21T22:53:56.205Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2019-10-21T22:53:56.205Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (3.26s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.83s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunRm (0.85s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.93s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.94s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.94s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.94s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.95s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (4.31s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (5.07s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.96s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.82s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.91s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.68s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.84s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.84s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.95s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.94s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.85s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.76s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunState (1.65s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.82s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.86s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.24s) [2019-10-21T22:53:56.205Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2019-10-21T22:53:56.205Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.86s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.80s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunSysctls (1.67s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.04s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.85s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.84s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (1.11s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (2.53s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (4.40s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.04s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.78s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.84s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.81s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (2.35s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.16s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunUserByID (0.80s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.16s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.15s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.82s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunUserByName (0.78s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.77s) [2019-10-21T22:53:56.205Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2019-10-21T22:53:56.205Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.16s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.84s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (4.73s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.80s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.12s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.41s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.63s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.39s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.78s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.78s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsShared (0.76s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsSlave (0.92s) [2019-10-21T22:53:56.205Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2019-10-21T22:53:56.205Z] docker_cli_run_test.go:4197: unmatched requirement DaemonIsWindows [2019-10-21T22:53:56.205Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2019-10-21T22:53:56.205Z] docker_cli_run_test.go:4217: unmatched requirement DaemonIsWindows [2019-10-21T22:53:56.205Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2019-10-21T22:53:56.205Z] docker_cli_run_test.go:4207: unmatched requirement DaemonIsWindows [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.22s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunWithBlkioWeight (0.80s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.94s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.77s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.58s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.77s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.70s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.80s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.02s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.07s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.03s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.16s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.16s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.15s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.14s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.14s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.78s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.79s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.79s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.04s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.81s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.31s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.82s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.05s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.84s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.79s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.03s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.77s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.59s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.80s) [2019-10-21T22:53:56.205Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-10-21T22:53:56.205Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.66s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.07s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.55s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.75s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.58s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.92s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.39s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.16s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.28s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.05s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.97s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestSaveImageId (0.06s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.53s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestSaveLoadParents (2.40s) [2019-10-21T22:53:56.205Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents583079109 [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.73s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.07s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.57s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.78s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.38s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.06s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.08s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.41s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.43s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.53s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.53s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (1.05s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.58s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.91s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.67s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.88s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestStartRecordError (1.81s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (2.47s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (2.02s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (3.33s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.38s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestStatsFormatAll (5.71s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestStatsNoStream (3.01s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.81s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (1.10s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.82s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.85s) [2019-10-21T22:53:56.205Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2019-10-21T22:53:56.205Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.85s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (4.97s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.47s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.78s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.81s) [2019-10-21T22:53:56.205Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2019-10-21T22:53:56.205Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (1.01s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.83s) [2019-10-21T22:53:56.205Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-10-21T22:53:56.205Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.59s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (1.01s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.94s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.83s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestUpdateStats (4.93s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.56s) [2019-10-21T22:53:56.205Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2019-10-21T22:53:56.205Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.13s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.98s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (4.47s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (3.63s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (3.55s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (2.81s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (4.61s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (5.17s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.47s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.25s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.57s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.64s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.43s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.40s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.39s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.46s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.50s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.05s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.83s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.89s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.99s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.09s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (2.47s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.17s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.91s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.39s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (3.14s) [2019-10-21T22:53:56.205Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (4.31s) [2019-10-21T22:53:56.205Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2019-10-21T22:53:56.205Z] docker_cli_run_test.go:4535: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2019-10-21T22:53:56.205Z] === RUN TestDockerRegistrySuite [2019-10-21T22:53:56.205Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2019-10-21T22:53:56.766Z] --- PASS: TestSecretInspect (2.22s) [2019-10-21T22:53:56.766Z] secret_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect" [2019-10-21T22:53:56.766Z] === RUN TestSecretList [2019-10-21T22:53:58.100Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2019-10-21T22:53:58.812Z] --- PASS: TestSecretList (2.33s) [2019-10-21T22:53:58.812Z] secret_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretList" [2019-10-21T22:53:58.812Z] === RUN TestSecretsCreateAndDelete [2019-10-21T22:53:59.470Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2019-10-21T22:54:01.366Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2019-10-21T22:54:01.491Z] --- PASS: TestSecretsCreateAndDelete (2.74s) [2019-10-21T22:54:01.491Z] secret_test.go:125: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete" [2019-10-21T22:54:01.491Z] === RUN TestSecretsUpdate [2019-10-21T22:54:01.623Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2019-10-21T22:54:03.552Z] --- PASS: TestSecretsUpdate (2.21s) [2019-10-21T22:54:03.552Z] secret_test.go:172: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate" [2019-10-21T22:54:03.552Z] === RUN TestTemplatedSecret [2019-10-21T22:54:05.817Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2019-10-21T22:54:07.022Z] --- PASS: TestTemplatedSecret (2.94s) [2019-10-21T22:54:07.022Z] secret_test.go:221: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret" [2019-10-21T22:54:07.022Z] === RUN TestSecretCreateResolve [2019-10-21T22:54:09.048Z] --- PASS: TestSecretCreateResolve (2.32s) [2019-10-21T22:54:09.048Z] secret_test.go:342: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve" [2019-10-21T22:54:09.048Z] PASS [2019-10-21T22:54:09.048Z] [2019-10-21T22:54:09.048Z] DONE 6 tests in 14.849s [2019-10-21T22:54:09.048Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2019-10-21T22:54:09.048Z] ++ 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-21T22:54:09.048Z] ++ set -e [2019-10-21T22:54:09.048Z] ++ '[' -n 0 ']' [2019-10-21T22:54:09.048Z] ++ set -x [2019-10-21T22:54:09.048Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-21T22:54:09.048Z] INFO: Testing against a local daemon [2019-10-21T22:54:09.048Z] === RUN TestServiceCreateInit [2019-10-21T22:54:09.048Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-10-21T22:54:09.996Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2019-10-21T22:54:13.432Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-10-21T22:54:14.172Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2019-10-21T22:54:15.567Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2019-10-21T22:54:16.941Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2019-10-21T22:54:17.842Z] --- PASS: TestServiceCreateInit (8.42s) [2019-10-21T22:54:17.842Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.20s) [2019-10-21T22:54:17.842Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled" [2019-10-21T22:54:17.842Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.18s) [2019-10-21T22:54:17.842Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled" [2019-10-21T22:54:17.842Z] === RUN TestCreateServiceMultipleTimes [2019-10-21T22:54:18.312Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2019-10-21T22:54:19.681Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2019-10-21T22:54:21.575Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2019-10-21T22:54:22.506Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2019-10-21T22:54:23.875Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2019-10-21T22:54:26.400Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2019-10-21T22:54:29.675Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2019-10-21T22:54:30.606Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2019-10-21T22:54:33.880Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2019-10-21T22:54:34.445Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2019-10-21T22:54:35.438Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2019-10-21T22:54:35.438Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2019-10-21T22:54:36.306Z] --- PASS: TestCreateServiceMultipleTimes (17.09s) [2019-10-21T22:54:36.306Z] create_test.go:80: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes" [2019-10-21T22:54:36.306Z] === RUN TestCreateServiceConflict [2019-10-21T22:54:36.922Z] --- PASS: TestCreateServiceConflict (2.27s) [2019-10-21T22:54:36.922Z] create_test.go:129: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict" [2019-10-21T22:54:36.922Z] === RUN TestCreateServiceMaxReplicas [2019-10-21T22:54:37.340Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2019-10-21T22:54:38.710Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2019-10-21T22:54:39.640Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2019-10-21T22:54:40.415Z] --- PASS: TestCreateServiceMaxReplicas (3.21s) [2019-10-21T22:54:40.415Z] create_test.go:150: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas" [2019-10-21T22:54:40.415Z] === RUN TestCreateWithDuplicateNetworkNames [2019-10-21T22:54:43.816Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2019-10-21T22:54:43.816Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2019-10-21T22:54:45.187Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2019-10-21T22:54:45.444Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2019-10-21T22:54:45.702Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2019-10-21T22:54:45.964Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2019-10-21T22:54:46.223Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2019-10-21T22:54:46.480Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2019-10-21T22:54:46.737Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2019-10-21T22:54:48.107Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2019-10-21T22:54:48.364Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2019-10-21T22:54:50.260Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2019-10-21T22:54:51.195Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2019-10-21T22:54:51.453Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2019-10-21T22:54:53.350Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2019-10-21T22:54:53.914Z] === RUN TestDockerRegistrySuite/TestV2Only [2019-10-21T22:54:54.478Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2019-10-21T22:54:54.735Z] --- PASS: TestDockerRegistrySuite (58.58s) [2019-10-21T22:54:54.735Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.79s) [2019-10-21T22:54:54.735Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestBuildByDigest" [2019-10-21T22:54:54.735Z] check_test.go:196: [d53db0a4a803e] daemon is not started [2019-10-21T22:54:54.735Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.46s) [2019-10-21T22:54:54.735Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestBuildCopyFromForcePull" [2019-10-21T22:54:54.735Z] check_test.go:196: [d2290b0a235bb] daemon is not started [2019-10-21T22:54:54.735Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.89s) [2019-10-21T22:54:54.735Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestBuildMultiStageImplicitPull" [2019-10-21T22:54:54.735Z] check_test.go:196: [d0d9889586a96] daemon is not started [2019-10-21T22:54:54.735Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.17s) [2019-10-21T22:54:54.735Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentFailingPull" [2019-10-21T22:54:54.735Z] check_test.go:196: [d74bb2b034433] daemon is not started [2019-10-21T22:54:54.735Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (4.28s) [2019-10-21T22:54:54.735Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentPullMultipleTags" [2019-10-21T22:54:54.735Z] check_test.go:196: [db74aecb49c30] daemon is not started [2019-10-21T22:54:54.736Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.19s) [2019-10-21T22:54:54.736Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentPullWholeRepo" [2019-10-21T22:54:54.736Z] check_test.go:196: [dd6de7bc0eb2a] daemon is not started [2019-10-21T22:54:54.736Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (4.20s) [2019-10-21T22:54:54.736Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentPush" [2019-10-21T22:54:54.736Z] check_test.go:196: [d9c74a55de430] daemon is not started [2019-10-21T22:54:54.736Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.45s) [2019-10-21T22:54:54.736Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestCreateByDigest" [2019-10-21T22:54:54.736Z] check_test.go:196: [dde79c643ecc7] daemon is not started [2019-10-21T22:54:54.736Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.24s) [2019-10-21T22:54:54.736Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestCrossRepositoryLayerPush" [2019-10-21T22:54:54.736Z] check_test.go:196: [df2b6bfb0a63d] daemon is not started [2019-10-21T22:54:54.736Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.38s) [2019-10-21T22:54:54.736Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest" [2019-10-21T22:54:54.736Z] check_test.go:196: [d444b5b48e2c4] daemon is not started [2019-10-21T22:54:54.736Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.46s) [2019-10-21T22:54:54.736Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag" [2019-10-21T22:54:54.736Z] check_test.go:196: [dc6e5da62ac62] daemon is not started [2019-10-21T22:54:54.736Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.45s) [2019-10-21T22:54:54.736Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag" [2019-10-21T22:54:54.736Z] check_test.go:196: [dc9d10247fce1] daemon is not started [2019-10-21T22:54:54.736Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.36s) [2019-10-21T22:54:54.736Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestEventsImageFilterPush" [2019-10-21T22:54:54.736Z] check_test.go:196: [d113568da3589] daemon is not started [2019-10-21T22:54:54.736Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.33s) [2019-10-21T22:54:54.736Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestInspectImageWithDigests" [2019-10-21T22:54:54.736Z] check_test.go:196: [d4e53602a3858] daemon is not started [2019-10-21T22:54:54.736Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.64s) [2019-10-21T22:54:54.736Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestListDanglingImagesWithDigests" [2019-10-21T22:54:54.736Z] docker_cli_by_digest_test.go:321: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:865ae53238997e64233e94cb36d16160756cf674c8d063dcfc7faefe44d8dc27 [2019-10-21T22:54:54.736Z] docker_cli_by_digest_test.go:337: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:17c507e11cc434056c9faae625485848f40f81e6084151d63f2aaa7f900221c8 [2019-10-21T22:54:54.736Z] check_test.go:196: [d4021199be403] daemon is not started [2019-10-21T22:54:54.736Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.57s) [2019-10-21T22:54:54.736Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestListImagesWithDigests" [2019-10-21T22:54:54.736Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:83678203898bec7d6f1662a02c9c9fad8485b7af3682332f61d65b4cba2deaef [2019-10-21T22:54:54.736Z] docker_cli_by_digest_test.go:261: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:a2d2c52f54e8a1d817745084fb640497615048553ac6b960330bbe7dd8901486 [2019-10-21T22:54:54.736Z] check_test.go:196: [d27a0e3849014] daemon is not started [2019-10-21T22:54:54.736Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.51s) [2019-10-21T22:54:54.736Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestListImagesWithoutDigests" [2019-10-21T22:54:54.736Z] check_test.go:196: [dc3ac5bad1805] daemon is not started [2019-10-21T22:54:54.736Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (3.31s) [2019-10-21T22:54:54.736Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest" [2019-10-21T22:54:54.736Z] check_test.go:196: [d232527c98e60] daemon is not started [2019-10-21T22:54:54.736Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.43s) [2019-10-21T22:54:54.736Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullByDigest" [2019-10-21T22:54:54.736Z] check_test.go:196: [da75b8554c257] daemon is not started [2019-10-21T22:54:54.736Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.12s) [2019-10-21T22:54:54.736Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullByDigestNoFallback" [2019-10-21T22:54:54.736Z] check_test.go:196: [de4026b54af4a] daemon is not started [2019-10-21T22:54:54.736Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.65s) [2019-10-21T22:54:54.736Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullByTagDisplaysDigest" [2019-10-21T22:54:54.736Z] check_test.go:196: [d9055c039556c] daemon is not started [2019-10-21T22:54:54.736Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.38s) [2019-10-21T22:54:54.736Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullFailsWithAlteredLayer" [2019-10-21T22:54:54.736Z] check_test.go:196: [d40c4f1f720ac] daemon is not started [2019-10-21T22:54:54.736Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.25s) [2019-10-21T22:54:54.736Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullFailsWithAlteredManifest" [2019-10-21T22:54:54.736Z] check_test.go:196: [d41224c520e28] daemon is not started [2019-10-21T22:54:54.736Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.58s) [2019-10-21T22:54:54.736Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullIDStability" [2019-10-21T22:54:54.736Z] check_test.go:196: [d1fb692947bc7] daemon is not started [2019-10-21T22:54:54.736Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.36s) [2019-10-21T22:54:54.736Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullImageWithAliases" [2019-10-21T22:54:54.736Z] check_test.go:196: [dd098985321b1] daemon is not started [2019-10-21T22:54:54.736Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.36s) [2019-10-21T22:54:54.736Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullManifestList" [2019-10-21T22:54:54.736Z] check_test.go:196: [dabd1aadaf146] daemon is not started [2019-10-21T22:54:54.736Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.45s) [2019-10-21T22:54:54.736Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullNoLayers" [2019-10-21T22:54:54.736Z] check_test.go:196: [df47c3aafc275] daemon is not started [2019-10-21T22:54:54.736Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2019-10-21T22:54:54.736Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushBadTag" [2019-10-21T22:54:54.736Z] check_test.go:196: [deaddf20750e7] daemon is not started [2019-10-21T22:54:54.736Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.30s) [2019-10-21T22:54:54.736Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushBusyboxImage" [2019-10-21T22:54:54.736Z] check_test.go:196: [d77d02d7c4c52] daemon is not started [2019-10-21T22:54:54.736Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.27s) [2019-10-21T22:54:54.736Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushEmptyLayer" [2019-10-21T22:54:54.736Z] check_test.go:196: [d935f1bff85a2] daemon is not started [2019-10-21T22:54:54.736Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.33s) [2019-10-21T22:54:54.736Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushMultipleTags" [2019-10-21T22:54:54.736Z] check_test.go:196: [d742c13beaaae] daemon is not started [2019-10-21T22:54:54.736Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2019-10-21T22:54:54.736Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushUntagged" [2019-10-21T22:54:54.736Z] check_test.go:196: [d8fb62f5f143d] daemon is not started [2019-10-21T22:54:54.736Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.38s) [2019-10-21T22:54:54.736Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestRemoveImageByDigest" [2019-10-21T22:54:54.736Z] check_test.go:196: [d338839a7c085] daemon is not started [2019-10-21T22:54:54.736Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (2.31s) [2019-10-21T22:54:54.736Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestRunByDigest" [2019-10-21T22:54:54.736Z] check_test.go:196: [d30800cf91717] daemon is not started [2019-10-21T22:54:54.736Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.15s) [2019-10-21T22:54:54.736Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestRunImplicitPullWithNoTag" [2019-10-21T22:54:54.736Z] check_test.go:196: [d17833a37d510] daemon is not started [2019-10-21T22:54:54.736Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.50s) [2019-10-21T22:54:54.736Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestTagByDigest" [2019-10-21T22:54:54.736Z] check_test.go:196: [d728a7e79a7b3] daemon is not started [2019-10-21T22:54:54.736Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (1.02s) [2019-10-21T22:54:54.736Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestUserAgentPassThrough" [2019-10-21T22:54:54.736Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.78s) [2019-10-21T22:54:54.736Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestV2Only" [2019-10-21T22:54:54.736Z] === RUN TestDockerSchema1RegistrySuite [2019-10-21T22:54:54.736Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2019-10-21T22:54:54.994Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2019-10-21T22:54:55.643Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.34s) [2019-10-21T22:54:55.643Z] create_test.go:171: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames" [2019-10-21T22:54:55.643Z] === RUN TestCreateServiceSecretFileMode [2019-10-21T22:54:55.926Z] --- PASS: TestCreateServiceSecretFileMode (2.61s) [2019-10-21T22:54:55.926Z] create_test.go:224: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode" [2019-10-21T22:54:55.926Z] === RUN TestCreateServiceConfigFileMode [2019-10-21T22:54:58.638Z] --- PASS: TestCreateServiceConfigFileMode (2.60s) [2019-10-21T22:54:58.638Z] create_test.go:288: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode" [2019-10-21T22:54:58.638Z] === RUN TestCreateServiceSysctls [2019-10-21T22:55:00.382Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2019-10-21T22:55:00.382Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2019-10-21T22:55:02.112Z] --- PASS: TestCreateServiceSysctls (3.41s) [2019-10-21T22:55:02.112Z] create_test.go:378: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls" [2019-10-21T22:55:02.112Z] === RUN TestCreateServiceCapabilities [2019-10-21T22:55:03.655Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2019-10-21T22:55:04.219Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2019-10-21T22:55:04.797Z] --- PASS: TestCreateServiceCapabilities (2.73s) [2019-10-21T22:55:04.797Z] create_test.go:462: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities" [2019-10-21T22:55:04.797Z] === RUN TestInspect [2019-10-21T22:55:08.326Z] --- PASS: TestInspect (3.11s) [2019-10-21T22:55:08.326Z] inspect_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspect" [2019-10-21T22:55:08.326Z] === RUN TestServiceListWithStatuses [2019-10-21T22:55:08.326Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2019-10-21T22:55:08.326Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-10-21T22:55:08.326Z] === RUN TestDockerNetworkConnectAlias [2019-10-21T22:55:09.275Z] === RUN TestDockerSuite/TestBuildDotDotFile [2019-10-21T22:55:09.275Z] === RUN TestDockerSuite/TestBuildEOLInLine [2019-10-21T22:55:09.275Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2019-10-21T22:55:09.275Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2019-10-21T22:55:09.275Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2019-10-21T22:55:09.275Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2019-10-21T22:55:09.275Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2019-10-21T22:55:09.275Z] === RUN TestDockerSuite/TestBuildEntrypoint [2019-10-21T22:55:09.275Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2019-10-21T22:55:09.474Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2019-10-21T22:55:10.254Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2019-10-21T22:55:10.405Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2019-10-21T22:55:11.775Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2019-10-21T22:55:12.032Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2019-10-21T22:55:12.729Z] --- PASS: TestDockerNetworkConnectAlias (4.79s) [2019-10-21T22:55:12.729Z] network_test.go:20: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias" [2019-10-21T22:55:12.729Z] === RUN TestDockerNetworkReConnect [2019-10-21T22:55:13.404Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2019-10-21T22:55:14.011Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2019-10-21T22:55:14.775Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2019-10-21T22:55:16.145Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2019-10-21T22:55:17.119Z] --- PASS: TestDockerNetworkReConnect (3.91s) [2019-10-21T22:55:17.119Z] network_test.go:82: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect" [2019-10-21T22:55:17.119Z] === RUN TestServicePlugin [2019-10-21T22:55:17.119Z] --- SKIP: TestServicePlugin (0.00s) [2019-10-21T22:55:17.119Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T22:55:17.119Z] === RUN TestServiceUpdateLabel [2019-10-21T22:55:18.714Z] === RUN TestDockerSuite/TestBuildEnv [2019-10-21T22:55:18.714Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2019-10-21T22:55:19.175Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2019-10-21T22:55:19.175Z] === RUN TestDockerSuite/TestBuildEnvUsage [2019-10-21T22:55:19.175Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2019-10-21T22:55:19.175Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2019-10-21T22:55:19.195Z] --- PASS: TestServiceUpdateLabel (2.35s) [2019-10-21T22:55:19.196Z] update_test.go:21: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel" [2019-10-21T22:55:19.196Z] === RUN TestServiceUpdateSecrets [2019-10-21T22:55:20.509Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2019-10-21T22:55:20.509Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2019-10-21T22:55:21.074Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2019-10-21T22:55:21.074Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2019-10-21T22:55:21.331Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2019-10-21T22:55:21.587Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2019-10-21T22:55:22.151Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2019-10-21T22:55:22.151Z] --- PASS: TestDockerSchema1RegistrySuite (27.41s) [2019-10-21T22:55:22.151Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.18s) [2019-10-21T22:55:22.151Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentFailingPull" [2019-10-21T22:55:22.151Z] check_test.go:223: [d8f4a2c1dbfe3] daemon is not started [2019-10-21T22:55:22.151Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (4.67s) [2019-10-21T22:55:22.151Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags" [2019-10-21T22:55:22.151Z] check_test.go:223: [db1136bc59660] daemon is not started [2019-10-21T22:55:22.151Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.64s) [2019-10-21T22:55:22.151Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo" [2019-10-21T22:55:22.151Z] check_test.go:223: [d078ef00b88e1] daemon is not started [2019-10-21T22:55:22.151Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (4.76s) [2019-10-21T22:55:22.151Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentPush" [2019-10-21T22:55:22.151Z] check_test.go:223: [d921502e93fbf] daemon is not started [2019-10-21T22:55:22.151Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.35s) [2019-10-21T22:55:22.151Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported" [2019-10-21T22:55:22.151Z] check_test.go:223: [d1911c5925dac] daemon is not started [2019-10-21T22:55:22.151Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.43s) [2019-10-21T22:55:22.151Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullByDigest" [2019-10-21T22:55:22.151Z] check_test.go:223: [d25a2db1e9a37] daemon is not started [2019-10-21T22:55:22.151Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.12s) [2019-10-21T22:55:22.151Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback" [2019-10-21T22:55:22.151Z] check_test.go:223: [dda32ab12ca84] daemon is not started [2019-10-21T22:55:22.151Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.46s) [2019-10-21T22:55:22.151Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest" [2019-10-21T22:55:22.151Z] check_test.go:223: [d90bcb10403e6] daemon is not started [2019-10-21T22:55:22.152Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.35s) [2019-10-21T22:55:22.152Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer" [2019-10-21T22:55:22.152Z] check_test.go:223: [d920ebe18f1b4] daemon is not started [2019-10-21T22:55:22.152Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.33s) [2019-10-21T22:55:22.152Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest" [2019-10-21T22:55:22.152Z] check_test.go:223: [d9f3e35c8f80a] daemon is not started [2019-10-21T22:55:22.152Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.97s) [2019-10-21T22:55:22.152Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullIDStability" [2019-10-21T22:55:22.152Z] check_test.go:223: [df3fec6ca080d] daemon is not started [2019-10-21T22:55:22.152Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.42s) [2019-10-21T22:55:22.152Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullImageWithAliases" [2019-10-21T22:55:22.152Z] check_test.go:223: [d04af6a418e3b] daemon is not started [2019-10-21T22:55:22.152Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.49s) [2019-10-21T22:55:22.152Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullNoLayers" [2019-10-21T22:55:22.152Z] check_test.go:223: [d14474c285237] daemon is not started [2019-10-21T22:55:22.152Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2019-10-21T22:55:22.152Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushBadTag" [2019-10-21T22:55:22.152Z] check_test.go:223: [d4ac63cae370f] daemon is not started [2019-10-21T22:55:22.152Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.31s) [2019-10-21T22:55:22.152Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushBusyboxImage" [2019-10-21T22:55:22.152Z] check_test.go:223: [d6bfebcd109f3] daemon is not started [2019-10-21T22:55:22.152Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.28s) [2019-10-21T22:55:22.152Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushEmptyLayer" [2019-10-21T22:55:22.152Z] check_test.go:223: [d85d65ffeb476] daemon is not started [2019-10-21T22:55:22.152Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.39s) [2019-10-21T22:55:22.152Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushMultipleTags" [2019-10-21T22:55:22.152Z] check_test.go:223: [d0df27d6e91d2] daemon is not started [2019-10-21T22:55:22.152Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2019-10-21T22:55:22.152Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushUntagged" [2019-10-21T22:55:22.152Z] check_test.go:223: [d5cc5977d605f] daemon is not started [2019-10-21T22:55:22.152Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2019-10-21T22:55:22.152Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2019-10-21T22:55:22.920Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2019-10-21T22:55:22.920Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2019-10-21T22:55:22.920Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2019-10-21T22:55:22.920Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2019-10-21T22:55:23.383Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2019-10-21T22:55:23.523Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2019-10-21T22:55:23.780Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2019-10-21T22:55:24.037Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2019-10-21T22:55:25.408Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2019-10-21T22:55:25.408Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2019-10-21T22:55:25.973Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2019-10-21T22:55:26.539Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2019-10-21T22:55:26.797Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.57s) [2019-10-21T22:55:26.797Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (1.01s) [2019-10-21T22:55:26.797Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry" [2019-10-21T22:55:26.797Z] check_test.go:252: [db2823b836c16] daemon is not started [2019-10-21T22:55:26.797Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.53s) [2019-10-21T22:55:26.797Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth" [2019-10-21T22:55:26.797Z] check_test.go:252: [d7c1bcdbcd9f0] daemon is not started [2019-10-21T22:55:26.797Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2019-10-21T22:55:26.797Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry" [2019-10-21T22:55:26.797Z] check_test.go:252: [dd04c745c4b20] daemon is not started [2019-10-21T22:55:26.797Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.26s) [2019-10-21T22:55:26.797Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth" [2019-10-21T22:55:26.797Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.32s) [2019-10-21T22:55:26.797Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored" [2019-10-21T22:55:26.797Z] check_test.go:252: [d8fed64facd00] daemon is not started [2019-10-21T22:55:26.797Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.44s) [2019-10-21T22:55:26.797Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth" [2019-10-21T22:55:26.797Z] check_test.go:252: [dd84e324ccf92] daemon is not started [2019-10-21T22:55:26.797Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.69s) [2019-10-21T22:55:26.797Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme" [2019-10-21T22:55:26.797Z] check_test.go:252: [de5f02e31cd87] daemon is not started [2019-10-21T22:55:26.797Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.16s) [2019-10-21T22:55:26.797Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry" [2019-10-21T22:55:26.797Z] check_test.go:252: [d88394e168523] daemon is not started [2019-10-21T22:55:26.797Z] === RUN TestDockerRegistryAuthTokenSuite [2019-10-21T22:55:26.797Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2019-10-21T22:55:29.189Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2019-10-21T22:55:32.050Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2019-10-21T22:55:32.050Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2019-10-21T22:55:32.307Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2019-10-21T22:55:32.307Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2019-10-21T22:55:32.564Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.78s) [2019-10-21T22:55:32.564Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.18s) [2019-10-21T22:55:32.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError" [2019-10-21T22:55:32.564Z] check_test.go:279: [d91d000af25a2] daemon is not started [2019-10-21T22:55:32.564Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2019-10-21T22:55:32.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken" [2019-10-21T22:55:32.564Z] check_test.go:279: [dd9de0f54937b] daemon is not started [2019-10-21T22:55:32.564Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2019-10-21T22:55:32.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized" [2019-10-21T22:55:32.564Z] check_test.go:279: [dc30cb875493f] daemon is not started [2019-10-21T22:55:32.564Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2019-10-21T22:55:32.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable" [2019-10-21T22:55:32.564Z] check_test.go:279: [df753952f8f7b] daemon is not started [2019-10-21T22:55:32.564Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.16s) [2019-10-21T22:55:32.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse" [2019-10-21T22:55:32.564Z] check_test.go:279: [da2ca328a49bc] daemon is not started [2019-10-21T22:55:32.564Z] === RUN TestDockerNetworkSuite [2019-10-21T22:55:32.564Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2019-10-21T22:55:34.472Z] --- PASS: TestServiceUpdateSecrets (15.02s) [2019-10-21T22:55:34.472Z] update_test.go:77: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets" [2019-10-21T22:55:34.472Z] === RUN TestServiceUpdateConfigs [2019-10-21T22:55:35.838Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2019-10-21T22:55:36.769Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2019-10-21T22:55:42.029Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2019-10-21T22:55:44.552Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2019-10-21T22:55:48.726Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2019-10-21T22:55:49.704Z] --- PASS: TestServiceUpdateConfigs (15.06s) [2019-10-21T22:55:49.704Z] update_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs" [2019-10-21T22:55:49.704Z] === RUN TestServiceUpdateNetwork [2019-10-21T22:55:50.096Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2019-10-21T22:55:50.307Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2019-10-21T22:55:50.307Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2019-10-21T22:55:50.307Z] === RUN TestDockerSuite/TestBuildExpose [2019-10-21T22:55:50.307Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2019-10-21T22:55:50.307Z] === RUN TestDockerSuite/TestBuildExposeOrder [2019-10-21T22:55:50.307Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2019-10-21T22:55:50.307Z] === RUN TestDockerSuite/TestBuildFails [2019-10-21T22:55:55.007Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2019-10-21T22:55:55.007Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2019-10-21T22:55:58.222Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2019-10-21T22:55:59.152Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2019-10-21T22:56:00.811Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2019-10-21T22:56:01.047Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2019-10-21T22:56:02.290Z] --- PASS: TestServiceUpdateNetwork (12.96s) [2019-10-21T22:56:02.290Z] update_test.go:201: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork" [2019-10-21T22:56:02.290Z] PASS [2019-10-21T22:56:02.290Z] [2019-10-21T22:56:02.290Z] === Skipped [2019-10-21T22:56:02.290Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s) [2019-10-21T22:56:02.290Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-10-21T22:56:02.290Z] [2019-10-21T22:56:02.290Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2019-10-21T22:56:02.290Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-21T22:56:02.290Z] [2019-10-21T22:56:02.290Z] [2019-10-21T22:56:02.290Z] DONE 20 tests, 2 skipped in 112.973s [2019-10-21T22:56:02.290Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2019-10-21T22:56:02.290Z] ++ 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-21T22:56:02.290Z] ++ set -e [2019-10-21T22:56:02.290Z] ++ '[' -n 0 ']' [2019-10-21T22:56:02.290Z] ++ set -x [2019-10-21T22:56:02.290Z] ++ env -i DEST=/go/src/github.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-21T22:56:02.290Z] INFO: Testing against a local daemon [2019-10-21T22:56:02.290Z] === RUN TestSessionCreate [2019-10-21T22:56:02.290Z] --- PASS: TestSessionCreate (0.05s) [2019-10-21T22:56:02.290Z] === RUN TestSessionCreateWithBadUpgrade [2019-10-21T22:56:02.290Z] --- PASS: TestSessionCreateWithBadUpgrade (0.06s) [2019-10-21T22:56:02.290Z] PASS [2019-10-21T22:56:02.290Z] [2019-10-21T22:56:02.290Z] DONE 2 tests in 0.206s [2019-10-21T22:56:02.290Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2019-10-21T22:56:02.290Z] ++ 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-21T22:56:02.290Z] ++ set -e [2019-10-21T22:56:02.290Z] ++ '[' -n 0 ']' [2019-10-21T22:56:02.290Z] ++ set -x [2019-10-21T22:56:02.290Z] ++ env -i DEST=/go/src/github.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-21T22:56:02.290Z] INFO: Testing against a local daemon [2019-10-21T22:56:02.290Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-10-21T22:56:02.290Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-21T22:56:02.290Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-21T22:56:02.290Z] === RUN TestEventsExecDie [2019-10-21T22:56:02.945Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2019-10-21T22:56:03.300Z] --- PASS: TestEventsExecDie (0.92s) [2019-10-21T22:56:03.300Z] === RUN TestEventsBackwardsCompatible [2019-10-21T22:56:03.300Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2019-10-21T22:56:03.300Z] === RUN TestInfoBinaryCommits [2019-10-21T22:56:03.300Z] --- PASS: TestInfoBinaryCommits (0.06s) [2019-10-21T22:56:03.300Z] === RUN TestInfoAPIVersioned [2019-10-21T22:56:03.300Z] --- PASS: TestInfoAPIVersioned (0.02s) [2019-10-21T22:56:03.300Z] === RUN TestInfoAPI [2019-10-21T22:56:03.300Z] --- PASS: TestInfoAPI (0.05s) [2019-10-21T22:56:03.300Z] === RUN TestInfoAPIWarnings [2019-10-21T22:56:04.313Z] --- PASS: TestInfoAPIWarnings (0.91s) [2019-10-21T22:56:04.313Z] info_test.go:49: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings" [2019-10-21T22:56:04.313Z] === RUN TestLoginFailsWithBadCredentials [2019-10-21T22:56:04.847Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2019-10-21T22:56:04.847Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2019-10-21T22:56:04.940Z] --- PASS: TestLoginFailsWithBadCredentials (0.56s) [2019-10-21T22:56:04.940Z] === RUN TestPingCacheHeaders [2019-10-21T22:56:04.940Z] --- PASS: TestPingCacheHeaders (0.05s) [2019-10-21T22:56:04.940Z] === RUN TestPingGet [2019-10-21T22:56:04.940Z] --- PASS: TestPingGet (0.05s) [2019-10-21T22:56:04.940Z] === RUN TestPingHead [2019-10-21T22:56:04.940Z] --- PASS: TestPingHead (0.05s) [2019-10-21T22:56:04.940Z] === RUN TestVersion [2019-10-21T22:56:04.940Z] --- PASS: TestVersion (0.05s) [2019-10-21T22:56:04.940Z] PASS [2019-10-21T22:56:05.225Z] [2019-10-21T22:56:05.225Z] === Skipped [2019-10-21T22:56:05.225Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-21T22:56:05.225Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-21T22:56:05.225Z] [2019-10-21T22:56:05.225Z] [2019-10-21T22:56:05.225Z] DONE 12 tests, 1 skipped in 2.914s [2019-10-21T22:56:05.225Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2019-10-21T22:56:05.225Z] ++ 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-21T22:56:05.225Z] ++ set -e [2019-10-21T22:56:05.225Z] ++ '[' -n 0 ']' [2019-10-21T22:56:05.225Z] ++ set -x [2019-10-21T22:56:05.225Z] ++ env -i DEST=/go/src/github.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-21T22:56:05.225Z] INFO: Testing against a local daemon [2019-10-21T22:56:05.225Z] === RUN TestVolumesCreateAndList [2019-10-21T22:56:05.225Z] --- PASS: TestVolumesCreateAndList (0.05s) [2019-10-21T22:56:05.225Z] === RUN TestVolumesRemove [2019-10-21T22:56:05.225Z] --- PASS: TestVolumesRemove (0.11s) [2019-10-21T22:56:05.225Z] === RUN TestVolumesInspect [2019-10-21T22:56:05.508Z] --- PASS: TestVolumesInspect (0.04s) [2019-10-21T22:56:05.508Z] === RUN TestVolumesInvalidJSON [2019-10-21T22:56:05.508Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-10-21T22:56:05.508Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-10-21T22:56:05.508Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-10-21T22:56:05.508Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2019-10-21T22:56:05.508Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-10-21T22:56:05.508Z] PASS [2019-10-21T22:56:05.508Z] [2019-10-21T22:56:05.508Z] DONE 5 tests in 0.321s [2019-10-21T22:56:05.508Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-21T22:56:05.512Z] === RUN TestDockerSuite/TestBuildForceRm [2019-10-21T22:56:05.778Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2019-10-21T22:56:05.790Z] ++++ cat bundles/test-integration/docker.pid [2019-10-21T22:56:05.790Z] +++ kill 13143 [2019-10-21T22:56:06.713Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2019-10-21T22:56:07.263Z] +++ /etc/init.d/apparmor stop [2019-10-21T22:56:07.263Z] Clearing AppArmor profiles cache:. [2019-10-21T22:56:07.263Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-21T22:56:07.263Z] Unloading profiles will leave already running processes permanently [2019-10-21T22:56:07.263Z] unconfined, which can lead to unexpected situations. [2019-10-21T22:56:07.263Z] [2019-10-21T22:56:07.263Z] To set a process to complain mode, use the command line tool [2019-10-21T22:56:07.263Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-21T22:56:07.263Z] with the 'teardown' option." [2019-10-21T22:56:07.263Z] [2019-10-21T22:56:08.084Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2019-10-21T22:56:08.084Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping Post stage [Pipeline] junit [2019-10-21T22:56:09.338Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-10-21T22:56:09.979Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2019-10-21T22:56:09.980Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2019-10-21T22:56:10.237Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2019-10-21T22:56:10.299Z] + echo Ensuring container killed. [2019-10-21T22:56:10.299Z] Ensuring container killed. [2019-10-21T22:56:10.299Z] + docker rm -vf docker-pr4 [2019-10-21T22:56:10.299Z] Error: No such container: docker-pr4 [2019-10-21T22:56:10.299Z] + true [Pipeline] sh [2019-10-21T22:56:10.684Z] + echo Chowning /workspace to jenkins user [2019-10-21T22:56:10.684Z] Chowning /workspace to jenkins user [2019-10-21T22:56:10.684Z] + id -u [2019-10-21T22:56:10.684Z] + id -g [2019-10-21T22:56:10.684Z] + docker run --rm -v /home/docker/workspace/moby_PR-40115:/workspace busybox chown -R 1001:1001 /workspace [2019-10-21T22:56:10.684Z] Unable to find image 'busybox:latest' locally [2019-10-21T22:56:10.966Z] latest: Pulling from library/busybox [2019-10-21T22:56:10.966Z] e38168a01e65: Pulling fs layer [2019-10-21T22:56:11.377Z] e38168a01e65: Verifying Checksum [2019-10-21T22:56:11.377Z] e38168a01e65: Download complete [2019-10-21T22:56:11.661Z] e38168a01e65: Pull complete [2019-10-21T22:56:11.661Z] Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e [2019-10-21T22:56:11.661Z] Status: Downloaded newer image for busybox:latest [2019-10-21T22:56:11.806Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2019-10-21T22:56:12.063Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2019-10-21T22:56:12.063Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2019-10-21T22:56:12.320Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2019-10-21T22:56:12.779Z] === RUN TestDockerSuite/TestBuildFromGit [2019-10-21T22:56:12.884Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-10-21T22:56:13.816Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2019-10-21T22:56:14.077Z] + bundleName=ppc64le-integration [2019-10-21T22:56:14.077Z] + echo Creating ppc64le-integration-bundles.tar.gz [2019-10-21T22:56:14.077Z] Creating ppc64le-integration-bundles.tar.gz [2019-10-21T22:56:14.077Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2019-10-21T22:56:14.077Z] + xargs tar -czf ppc64le-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2019-10-21T22:56:14.394Z] Archiving artifacts [2019-10-21T22:56:14.756Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40115/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-10-21T22:56:15.159Z] + make clean [2019-10-21T22:56:15.713Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2019-10-21T22:56:15.713Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2019-10-21T22:56:15.776Z] docker volume rm -f docker-dev-cache [2019-10-21T22:56:15.776Z] docker-dev-cache [Pipeline] deleteDir [2019-10-21T22:56:15.970Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2019-10-21T22:56:16.227Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2019-10-21T22:56:16.227Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-10-21T22:56:18.587Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2019-10-21T22:56:20.129Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2019-10-21T22:56:20.403Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2019-10-21T22:56:23.676Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2019-10-21T22:56:27.216Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2019-10-21T22:56:27.216Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2019-10-21T22:56:27.216Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2019-10-21T22:56:27.680Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2019-10-21T22:56:27.680Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2019-10-21T22:56:33.633Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2019-10-21T22:56:33.890Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2019-10-21T22:56:34.454Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2019-10-21T22:56:34.711Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2019-10-21T22:56:34.711Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2019-10-21T22:56:34.711Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2019-10-21T22:56:34.968Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2019-10-21T22:56:34.968Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2019-10-21T22:56:36.339Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2019-10-21T22:56:38.018Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2019-10-21T22:56:38.018Z] === RUN TestDockerSuite/TestBuildHistory [2019-10-21T22:56:39.753Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2019-10-21T22:56:39.753Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2019-10-21T22:56:39.753Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2019-10-21T22:56:40.684Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2019-10-21T22:56:45.941Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2019-10-21T22:56:48.495Z] === RUN TestDockerSuite/TestBuildIidFile [2019-10-21T22:56:49.467Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2019-10-21T22:56:50.118Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2019-10-21T22:56:50.118Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2019-10-21T22:56:51.487Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2019-10-21T22:56:51.658Z] === RUN TestDockerSuite/TestBuildInheritance [2019-10-21T22:56:51.658Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2019-10-21T22:56:52.119Z] === RUN TestDockerSuite/TestBuildInvalidTag [2019-10-21T22:56:52.119Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2019-10-21T22:56:52.856Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2019-10-21T22:56:53.787Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2019-10-21T22:56:53.787Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2019-10-21T22:56:55.158Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2019-10-21T22:56:55.722Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2019-10-21T22:56:55.979Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2019-10-21T22:56:56.822Z] === RUN TestDockerSuite/TestBuildLabel [2019-10-21T22:56:57.793Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2019-10-21T22:56:57.874Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2019-10-21T22:56:58.254Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2019-10-21T22:56:58.807Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2019-10-21T22:56:59.225Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2019-10-21T22:56:59.686Z] === RUN TestDockerSuite/TestBuildLabels [2019-10-21T22:57:00.657Z] === RUN TestDockerSuite/TestBuildLabelsCache [2019-10-21T22:57:02.198Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2019-10-21T22:57:04.068Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2019-10-21T22:57:05.012Z] --- PASS: TestDockerNetworkSuite (92.48s) [2019-10-21T22:57:05.012Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.86s) [2019-10-21T22:57:05.012Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestConntrackFlowsLeak" [2019-10-21T22:57:05.012Z] docker_cli_network_unix_test.go:46: [d814029ab1d38] daemon is not started [2019-10-21T22:57:05.012Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.29s) [2019-10-21T22:57:05.012Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig" [2019-10-21T22:57:05.012Z] docker_cli_network_unix_test.go:46: [d5acc0294cabd] daemon is not started [2019-10-21T22:57:05.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (5.00s) [2019-10-21T22:57:05.012Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint" [2019-10-21T22:57:05.012Z] docker_cli_network_unix_test.go:46: [d11b0c141299d] daemon is not started [2019-10-21T22:57:05.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.63s) [2019-10-21T22:57:05.012Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect" [2019-10-21T22:57:05.013Z] docker_cli_network_unix_test.go:46: [d6170650e0fbd] daemon is not started [2019-10-21T22:57:05.013Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (3.64s) [2019-10-21T22:57:05.013Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer" [2019-10-21T22:57:05.013Z] docker_cli_network_unix_test.go:1233: [d589bd63cb6be] daemon is not started [2019-10-21T22:57:05.013Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.96s) [2019-10-21T22:57:05.013Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping" [2019-10-21T22:57:05.013Z] docker_cli_network_unix_test.go:46: [d6747e058a1fa] daemon is not started [2019-10-21T22:57:05.013Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (9.04s) [2019-10-21T22:57:05.013Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP" [2019-10-21T22:57:05.013Z] docker_cli_network_unix_test.go:46: [dfe1bb479a443] daemon is not started [2019-10-21T22:57:05.013Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (3.86s) [2019-10-21T22:57:05.013Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP" [2019-10-21T22:57:05.013Z] docker_cli_network_unix_test.go:46: [d3d54d6fb0ce0] daemon is not started [2019-10-21T22:57:05.013Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (2.08s) [2019-10-21T22:57:05.013Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer" [2019-10-21T22:57:05.013Z] docker_cli_network_unix_test.go:46: [dc1af4f9784a8] daemon is not started [2019-10-21T22:57:05.013Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.94s) [2019-10-21T22:57:05.013Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork" [2019-10-21T22:57:05.013Z] docker_cli_network_unix_test.go:46: [d1113465dec6f] daemon is not started [2019-10-21T22:57:05.013Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.82s) [2019-10-21T22:57:05.013Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks" [2019-10-21T22:57:05.013Z] docker_cli_network_unix_test.go:46: [d1e7ca68750f5] daemon is not started [2019-10-21T22:57:05.013Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.44s) [2019-10-21T22:57:05.013Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectWithMac" [2019-10-21T22:57:05.013Z] docker_cli_network_unix_test.go:46: [d96c556caf855] daemon is not started [2019-10-21T22:57:05.013Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.50s) [2019-10-21T22:57:05.013Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping" [2019-10-21T22:57:05.013Z] docker_cli_network_unix_test.go:46: [d8728325d3819] daemon is not started [2019-10-21T22:57:05.013Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.23s) [2019-10-21T22:57:05.013Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCreateDelete" [2019-10-21T22:57:05.013Z] docker_cli_network_unix_test.go:46: [dc487da8c975f] daemon is not started [2019-10-21T22:57:05.013Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.33s) [2019-10-21T22:57:05.013Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters" [2019-10-21T22:57:05.013Z] docker_cli_network_unix_test.go:46: [d812a390f8927] daemon is not started [2019-10-21T22:57:05.013Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (1.64s) [2019-10-21T22:57:05.013Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCreateHostBind" [2019-10-21T22:57:05.013Z] docker_cli_network_unix_test.go:46: [d934eea4a8725] daemon is not started [2019-10-21T22:57:05.013Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.21s) [2019-10-21T22:57:05.013Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCreateLabel" [2019-10-21T22:57:05.013Z] docker_cli_network_unix_test.go:46: [d5dfcfd5c40c8] daemon is not started [2019-10-21T22:57:05.013Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.08s) [2019-10-21T22:57:05.013Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCreatePredefined" [2019-10-21T22:57:05.013Z] docker_cli_network_unix_test.go:46: [d5fd83b28dc93] daemon is not started [2019-10-21T22:57:05.013Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.23s) [2019-10-21T22:57:05.013Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCustomIPAM" [2019-10-21T22:57:05.013Z] docker_cli_network_unix_test.go:46: [dd9d0bb81b140] daemon is not started [2019-10-21T22:57:05.013Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.47s) [2019-10-21T22:57:05.013Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork" [2019-10-21T22:57:05.013Z] docker_cli_network_unix_test.go:46: [dba5dbd9fba34] daemon is not started [2019-10-21T22:57:05.013Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.80s) [2019-10-21T22:57:05.013Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault" [2019-10-21T22:57:05.013Z] docker_cli_network_unix_test.go:46: [ded38712f5b69] daemon is not started [2019-10-21T22:57:05.013Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.10s) [2019-10-21T22:57:05.013Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge" [2019-10-21T22:57:05.013Z] docker_cli_network_unix_test.go:46: [db69f09c2e52a] daemon is not started [2019-10-21T22:57:05.013Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.47s) [2019-10-21T22:57:05.013Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost" [2019-10-21T22:57:05.013Z] docker_cli_network_unix_test.go:46: [d5680ed9768cb] daemon is not started [2019-10-21T22:57:05.013Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.05s) [2019-10-21T22:57:05.013Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDriverOptions" [2019-10-21T22:57:05.013Z] docker_cli_network_unix_test.go:46: [d7a844de0cf32] daemon is not started [2019-10-21T22:57:05.013Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (3.99s) [2019-10-21T22:57:05.013Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart" [2019-10-21T22:57:05.013Z] docker_cli_network_unix_test.go:968: [d774b72f83fdf] daemon is not started [2019-10-21T22:57:05.013Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (3.48s) [2019-10-21T22:57:05.013Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkFlagAlias" [2019-10-21T22:57:05.013Z] docker_cli_network_unix_test.go:46: [db2c41ec7ca9c] daemon is not started [2019-10-21T22:57:05.013Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (9.90s) [2019-10-21T22:57:05.013Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart" [2019-10-21T22:57:05.013Z] docker_cli_network_unix_test.go:1116: [d557b2e606088] daemon is not started [2019-10-21T22:57:05.013Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.18s) [2019-10-21T22:57:05.013Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations" [2019-10-21T22:57:05.013Z] docker_cli_network_unix_test.go:46: [d8ff47c7f888b] daemon is not started [2019-10-21T22:57:05.013Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.68s) [2019-10-21T22:57:05.013Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks" [2019-10-21T22:57:05.013Z] docker_cli_network_unix_test.go:46: [d08722fbbb6c7] daemon is not started [2019-10-21T22:57:05.013Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.11s) [2019-10-21T22:57:05.013Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkIPAMOptions" [2019-10-21T22:57:05.013Z] docker_cli_network_unix_test.go:46: [d51b3992b1c41] daemon is not started [2019-10-21T22:57:05.013Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.09s) [2019-10-21T22:57:05.013Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer" [2019-10-21T22:57:05.013Z] docker_cli_network_unix_test.go:46: [da51a49e4d137] daemon is not started [2019-10-21T22:57:05.013Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.14s) [2019-10-21T22:57:05.013Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified" [2019-10-21T22:57:05.013Z] docker_cli_network_unix_test.go:46: [d5a047bd04cd9] daemon is not started [2019-10-21T22:57:05.013Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.13s) [2019-10-21T22:57:05.013Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified" [2019-10-21T22:57:05.013Z] docker_cli_network_unix_test.go:46: [d6835a1f9e77f] daemon is not started [2019-10-21T22:57:05.013Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2019-10-21T22:57:05.013Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkInspectDefault" [2019-10-21T22:57:05.013Z] docker_cli_network_unix_test.go:46: [dab03d751c44b] daemon is not started [2019-10-21T22:57:05.013Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (4.29s) [2019-10-21T22:57:05.013Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly" [2019-10-21T22:57:05.013Z] docker_cli_network_unix_test.go:46: [d8cf2081beacb] daemon is not started [2019-10-21T22:57:05.013Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s) [2019-10-21T22:57:05.013Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkLsDefault" [2019-10-21T22:57:05.013Z] docker_cli_network_unix_test.go:46: [d279ac32f92b2] daemon is not started [2019-10-21T22:57:05.013Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2019-10-21T22:57:05.013Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkLsFilter" [2019-10-21T22:57:05.013Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2019-10-21T22:57:05.013Z] docker_cli_network_unix_test.go:46: [d7e1766c38791] daemon is not started [2019-10-21T22:57:05.013Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.32s) [2019-10-21T22:57:05.013Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkMacInspect" [2019-10-21T22:57:05.013Z] docker_cli_network_unix_test.go:46: [d298e9f7d532f] daemon is not started [2019-10-21T22:57:05.013Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (4.64s) [2019-10-21T22:57:05.013Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart" [2019-10-21T22:57:05.013Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (4.63s) [2019-10-21T22:57:05.013Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart" [2019-10-21T22:57:05.013Z] docker_cli_network_unix_test.go:1084: [df50712ece612] daemon is not started [2019-10-21T22:57:05.013Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2019-10-21T22:57:05.013Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver" [2019-10-21T22:57:05.013Z] docker_cli_network_unix_test.go:46: [d989f51a4da0d] daemon is not started [2019-10-21T22:57:05.013Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.32s) [2019-10-21T22:57:05.013Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping" [2019-10-21T22:57:05.013Z] docker_cli_network_unix_test.go:46: [d71fdea8c7b10] daemon is not started [2019-10-21T22:57:05.013Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.54s) [2019-10-21T22:57:05.013Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks" [2019-10-21T22:57:05.013Z] docker_cli_network_unix_test.go:46: [d312dce51cb1b] daemon is not started [2019-10-21T22:57:05.013Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2019-10-21T22:57:05.013Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkRmPredefined" [2019-10-21T22:57:05.013Z] docker_cli_network_unix_test.go:46: [d4c3095910d4d] daemon is not started [2019-10-21T22:57:05.013Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (1.44s) [2019-10-21T22:57:05.013Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkRunNetByID" [2019-10-21T22:57:05.013Z] docker_cli_network_unix_test.go:46: [d014dc0191063] daemon is not started [2019-10-21T22:57:05.013Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.76s) [2019-10-21T22:57:05.013Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP" [2019-10-21T22:57:05.013Z] docker_cli_network_unix_test.go:46: [d3579b604813a] daemon is not started [2019-10-21T22:57:05.013Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.69s) [2019-10-21T22:57:05.013Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkValidateIP" [2019-10-21T22:57:05.013Z] docker_cli_network_unix_test.go:46: [df1a5dcea320c] daemon is not started [2019-10-21T22:57:05.013Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (7.32s) [2019-10-21T22:57:05.013Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver" [2019-10-21T22:57:05.013Z] docker_cli_network_unix_test.go:46: [dc83681b542f9] daemon is not started [2019-10-21T22:57:05.013Z] === RUN TestDockerHubPullSuite [2019-10-21T22:57:05.013Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2019-10-21T22:57:06.575Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2019-10-21T22:57:08.005Z] === RUN TestDockerSuite/TestBuildLastModified [2019-10-21T22:57:08.005Z] === RUN TestDockerSuite/TestBuildLineBreak [2019-10-21T22:57:08.005Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2019-10-21T22:57:08.005Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2019-10-21T22:57:08.005Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2019-10-21T22:57:08.005Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2019-10-21T22:57:08.005Z] === RUN TestDockerSuite/TestBuildMaintainer [2019-10-21T22:57:08.466Z] === RUN TestDockerSuite/TestBuildMissingArgs [2019-10-21T22:57:09.097Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2019-10-21T22:57:09.355Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2019-10-21T22:57:09.437Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2019-10-21T22:57:10.724Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2019-10-21T22:57:10.982Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2019-10-21T22:57:10.982Z] --- PASS: TestDockerHubPullSuite (5.94s) [2019-10-21T22:57:10.982Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.63s) [2019-10-21T22:57:10.982Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry" [2019-10-21T22:57:10.982Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.19s) [2019-10-21T22:57:10.982Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.49s) [2019-10-21T22:57:10.982Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.31s) [2019-10-21T22:57:10.982Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.24s) [2019-10-21T22:57:10.982Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2019-10-21T22:57:10.982Z] PASS [2019-10-21T22:57:10.982Z] [2019-10-21T22:57:10.982Z] === Skipped [2019-10-21T22:57:10.982Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2019-10-21T22:57:10.982Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2019-10-21T22:57:10.982Z] docker_cli_build_test.go:5338: unmatched requirement DaemonIsWindows [2019-10-21T22:57:10.982Z] [2019-10-21T22:57:10.982Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2019-10-21T22:57:10.982Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2019-10-21T22:57:10.982Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2019-10-21T22:57:10.982Z] [2019-10-21T22:57:10.982Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2019-10-21T22:57:10.982Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2019-10-21T22:57:10.982Z] docker_cli_build_test.go:5912: unmatched requirement DaemonIsWindows [2019-10-21T22:57:10.982Z] [2019-10-21T22:57:10.982Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2019-10-21T22:57:10.982Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2019-10-21T22:57:10.982Z] docker_cli_build_test.go:5895: unmatched requirement DaemonIsWindows [2019-10-21T22:57:10.982Z] [2019-10-21T22:57:10.982Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2019-10-21T22:57:10.982Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2019-10-21T22:57:10.982Z] docker_cli_build_test.go:5930: unmatched requirement DaemonIsWindows [2019-10-21T22:57:10.982Z] [2019-10-21T22:57:10.982Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2019-10-21T22:57:10.982Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2019-10-21T22:57:10.982Z] docker_cli_build_test.go:5315: unmatched requirement DaemonIsWindows [2019-10-21T22:57:10.982Z] [2019-10-21T22:57:10.982Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2019-10-21T22:57:10.982Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2019-10-21T22:57:10.982Z] docker_cli_build_test.go:5861: unmatched requirement DaemonIsWindows [2019-10-21T22:57:10.982Z] [2019-10-21T22:57:10.982Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-10-21T22:57:10.982Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-10-21T22:57:10.982Z] docker_cli_build_test.go:5303: unmatched requirement DaemonIsWindows [2019-10-21T22:57:10.982Z] [2019-10-21T22:57:10.982Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2019-10-21T22:57:10.982Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2019-10-21T22:57:10.982Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2019-10-21T22:57:10.982Z] [2019-10-21T22:57:10.982Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2019-10-21T22:57:10.982Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2019-10-21T22:57:10.982Z] docker_cli_build_test.go:6052: unmatched requirement DaemonIsWindows [2019-10-21T22:57:10.982Z] [2019-10-21T22:57:10.982Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2019-10-21T22:57:10.982Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2019-10-21T22:57:10.982Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2019-10-21T22:57:10.982Z] [2019-10-21T22:57:10.982Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2019-10-21T22:57:10.982Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2019-10-21T22:57:10.982Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2019-10-21T22:57:10.982Z] [2019-10-21T22:57:10.982Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2019-10-21T22:57:10.982Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2019-10-21T22:57:10.982Z] docker_cli_build_test.go:4911: unmatched requirement DaemonIsWindows [2019-10-21T22:57:10.982Z] [2019-10-21T22:57:10.982Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2019-10-21T22:57:10.982Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2019-10-21T22:57:10.982Z] docker_cli_sni_test.go:18: Flakey test [2019-10-21T22:57:10.982Z] [2019-10-21T22:57:10.982Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2019-10-21T22:57:10.982Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2019-10-21T22:57:10.982Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2019-10-21T22:57:10.982Z] [2019-10-21T22:57:10.982Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2019-10-21T22:57:10.982Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2019-10-21T22:57:10.982Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2019-10-21T22:57:10.982Z] [2019-10-21T22:57:10.982Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2019-10-21T22:57:10.982Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2019-10-21T22:57:10.982Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2019-10-21T22:57:10.982Z] [2019-10-21T22:57:10.982Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-10-21T22:57:10.982Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-10-21T22:57:10.982Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2019-10-21T22:57:10.982Z] [2019-10-21T22:57:10.982Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2019-10-21T22:57:10.982Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2019-10-21T22:57:10.982Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2019-10-21T22:57:10.982Z] [2019-10-21T22:57:10.982Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2019-10-21T22:57:10.982Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2019-10-21T22:57:10.982Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2019-10-21T22:57:10.982Z] [2019-10-21T22:57:10.982Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2019-10-21T22:57:10.982Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2019-10-21T22:57:10.982Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2019-10-21T22:57:10.982Z] [2019-10-21T22:57:10.982Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2019-10-21T22:57:10.982Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2019-10-21T22:57:10.982Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2019-10-21T22:57:10.982Z] [2019-10-21T22:57:10.982Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2019-10-21T22:57:10.982Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2019-10-21T22:57:10.982Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2019-10-21T22:57:10.982Z] [2019-10-21T22:57:10.982Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2019-10-21T22:57:10.982Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2019-10-21T22:57:10.982Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2019-10-21T22:57:10.982Z] [2019-10-21T22:57:10.982Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2019-10-21T22:57:10.982Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2019-10-21T22:57:10.982Z] docker_cli_run_test.go:4142: unmatched requirement DaemonIsWindows [2019-10-21T22:57:10.982Z] [2019-10-21T22:57:10.982Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2019-10-21T22:57:10.982Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2019-10-21T22:57:10.982Z] docker_cli_run_test.go:4161: unmatched requirement DaemonIsWindows [2019-10-21T22:57:10.982Z] [2019-10-21T22:57:10.982Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2019-10-21T22:57:10.982Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2019-10-21T22:57:10.982Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2019-10-21T22:57:10.982Z] [2019-10-21T22:57:10.982Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-10-21T22:57:10.982Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-10-21T22:57:10.982Z] docker_cli_run_test.go:4244: unmatched requirement IsolationIsHyperv [2019-10-21T22:57:10.982Z] [2019-10-21T22:57:10.982Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2019-10-21T22:57:10.982Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2019-10-21T22:57:10.982Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2019-10-21T22:57:10.982Z] [2019-10-21T22:57:10.982Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-10-21T22:57:10.982Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-10-21T22:57:10.982Z] docker_cli_run_test.go:4227: unmatched requirement IsolationIsProcess [2019-10-21T22:57:10.982Z] [2019-10-21T22:57:10.982Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2019-10-21T22:57:10.983Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2019-10-21T22:57:10.983Z] docker_cli_run_test.go:2869: kernel doesn't have latency_stats configured [2019-10-21T22:57:10.983Z] [2019-10-21T22:57:10.983Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2019-10-21T22:57:10.983Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2019-10-21T22:57:10.983Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2019-10-21T22:57:10.983Z] [2019-10-21T22:57:10.983Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2019-10-21T22:57:10.983Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2019-10-21T22:57:10.983Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2019-10-21T22:57:10.983Z] [2019-10-21T22:57:10.983Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2019-10-21T22:57:10.983Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2019-10-21T22:57:10.983Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2019-10-21T22:57:10.983Z] [2019-10-21T22:57:10.983Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2019-10-21T22:57:10.983Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2019-10-21T22:57:10.983Z] docker_cli_run_test.go:4197: unmatched requirement DaemonIsWindows [2019-10-21T22:57:10.983Z] [2019-10-21T22:57:10.983Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2019-10-21T22:57:10.983Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2019-10-21T22:57:10.983Z] docker_cli_run_test.go:4217: unmatched requirement DaemonIsWindows [2019-10-21T22:57:10.983Z] [2019-10-21T22:57:10.983Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2019-10-21T22:57:10.983Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2019-10-21T22:57:10.983Z] docker_cli_run_test.go:4207: unmatched requirement DaemonIsWindows [2019-10-21T22:57:10.983Z] [2019-10-21T22:57:10.983Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-10-21T22:57:10.983Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-10-21T22:57:10.983Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2019-10-21T22:57:10.983Z] [2019-10-21T22:57:10.983Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2019-10-21T22:57:10.983Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2019-10-21T22:57:10.983Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2019-10-21T22:57:10.983Z] [2019-10-21T22:57:10.983Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2019-10-21T22:57:10.983Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2019-10-21T22:57:10.983Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2019-10-21T22:57:10.983Z] [2019-10-21T22:57:10.983Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-10-21T22:57:10.983Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-10-21T22:57:10.983Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2019-10-21T22:57:10.983Z] [2019-10-21T22:57:10.983Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2019-10-21T22:57:10.983Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2019-10-21T22:57:10.983Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2019-10-21T22:57:10.983Z] [2019-10-21T22:57:10.983Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2019-10-21T22:57:10.983Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2019-10-21T22:57:10.983Z] docker_cli_run_test.go:4535: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2019-10-21T22:57:10.983Z] [2019-10-21T22:57:10.983Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2019-10-21T22:57:10.983Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2019-10-21T22:57:10.983Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkLsFilter" [2019-10-21T22:57:10.983Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2019-10-21T22:57:10.983Z] docker_cli_network_unix_test.go:46: [d7e1766c38791] daemon is not started [2019-10-21T22:57:10.983Z] [2019-10-21T22:57:10.983Z] [2019-10-21T22:57:10.983Z] DONE 1283 tests, 44 skipped in 2037.014s [2019-10-21T22:57:10.983Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-21T22:57:10.983Z] ++++ cat bundles/test-integration/docker.pid [2019-10-21T22:57:10.983Z] +++ kill 7287 [2019-10-21T22:57:11.240Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2019-10-21T22:57:15.246Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2019-10-21T22:57:17.800Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2019-10-21T22:57:20.326Z] +++ /etc/init.d/apparmor stop [2019-10-21T22:57:20.326Z] Clearing AppArmor profiles cache:. [2019-10-21T22:57:20.326Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-21T22:57:20.326Z] Unloading profiles will leave already running processes permanently [2019-10-21T22:57:20.326Z] unconfined, which can lead to unexpected situations. [2019-10-21T22:57:20.326Z] [2019-10-21T22:57:20.326Z] To set a process to complain mode, use the command line tool [2019-10-21T22:57:20.326Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-21T22:57:20.326Z] with the 'teardown' option." [2019-10-21T22:57:20.326Z] [2019-10-21T22:57:20.890Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2019-10-21T22:57:24.166Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2019-10-21T22:57:27.440Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2019-10-21T22:57:30.714Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2019-10-21T22:57:33.991Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2019-10-21T22:57:36.513Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2019-10-21T22:57:40.445Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2019-10-21T22:57:40.445Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2019-10-21T22:57:42.150Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2019-10-21T22:58:18.006Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2019-10-21T22:58:32.709Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2019-10-21T22:58:32.840Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2019-10-21T22:58:43.177Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2019-10-21T22:58:47.560Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2019-10-21T22:58:55.579Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2019-10-21T22:59:01.513Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2019-10-21T22:59:05.620Z] --- PASS: TestDockerSwarmSuite (1751.84s) [2019-10-21T22:59:05.620Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (4.71s) [2019-10-21T22:59:05.620Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPIDuplicateNetworks" [2019-10-21T22:59:05.620Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.75s) [2019-10-21T22:59:05.620Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPINetworkInspectWithScope" [2019-10-21T22:59:05.620Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.41s) [2019-10-21T22:59:05.620Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPIServiceUpdatePort" [2019-10-21T22:59:05.620Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.33s) [2019-10-21T22:59:05.620Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmCAHash" [2019-10-21T22:59:05.620Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmCAHash" [2019-10-21T22:59:05.620Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.07s) [2019-10-21T22:59:05.620Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmErrorHandling" [2019-10-21T22:59:05.620Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (29.84s) [2019-10-21T22:59:05.620Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmForceNewCluster" [2019-10-21T22:59:05.620Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmForceNewCluster" [2019-10-21T22:59:05.620Z] check_test.go:358: [d8fba782ada99] joining swarm manager [dafe5efffb37a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T22:59:05.620Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmForceNewCluster" [2019-10-21T22:59:05.620Z] check_test.go:358: [dc6db8d15a654] joining swarm manager [dafe5efffb37a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T22:59:05.620Z] check_test.go:379: [d8fba782ada99] daemon is not started [2019-10-21T22:59:05.620Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2019-10-21T22:59:05.620Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2019-10-21T22:59:05.620Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.05s) [2019-10-21T22:59:05.620Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmInit" [2019-10-21T22:59:05.620Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmInit" [2019-10-21T22:59:05.620Z] check_test.go:358: [d9c99cad49cc3] joining swarm manager [d9e729680efb3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T22:59:05.620Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.85s) [2019-10-21T22:59:05.620Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmInvalidAddress" [2019-10-21T22:59:05.620Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.67s) [2019-10-21T22:59:05.620Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmJoinToken" [2019-10-21T22:59:05.620Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmJoinToken" [2019-10-21T22:59:05.620Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (34.41s) [2019-10-21T22:59:05.620Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderElection" [2019-10-21T22:59:05.620Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderElection" [2019-10-21T22:59:05.620Z] check_test.go:358: [d0bb37f9642c6] joining swarm manager [d033ca0cc0069]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T22:59:05.620Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderElection" [2019-10-21T22:59:05.620Z] check_test.go:358: [daa0589b2fb41] joining swarm manager [d033ca0cc0069]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T22:59:05.620Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2019-10-21T22:59:05.620Z] docker_api_swarm_test.go:364: Waiting for possible election... [2019-10-21T22:59:05.620Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (22.03s) [2019-10-21T22:59:05.620Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderProxy" [2019-10-21T22:59:05.620Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderProxy" [2019-10-21T22:59:05.620Z] check_test.go:358: [d382a41ffa476] joining swarm manager [de980e0e391df]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T22:59:05.620Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderProxy" [2019-10-21T22:59:05.620Z] check_test.go:358: [da99900e065b9] joining swarm manager [de980e0e391df]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T22:59:05.620Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.72s) [2019-10-21T22:59:05.620Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin" [2019-10-21T22:59:05.620Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin" [2019-10-21T22:59:05.620Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.92s) [2019-10-21T22:59:05.620Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer" [2019-10-21T22:59:05.620Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.83s) [2019-10-21T22:59:05.620Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmListNodes" [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmListNodes" [2019-10-21T22:59:05.621Z] check_test.go:358: [d782ed76eed46] joining swarm manager [d63ebd4fd5c81]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmListNodes" [2019-10-21T22:59:05.621Z] check_test.go:358: [d63f96dd562c8] joining swarm manager [d63ebd4fd5c81]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T22:59:05.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (51.42s) [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmManagerRestore" [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmManagerRestore" [2019-10-21T22:59:05.621Z] check_test.go:358: [d657fba957727] joining swarm manager [dd8830e3927df]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmManagerRestore" [2019-10-21T22:59:05.621Z] check_test.go:358: [db42cc3e293d2] joining swarm manager [dd8830e3927df]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T22:59:05.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (17.31s) [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeDrainPause" [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeDrainPause" [2019-10-21T22:59:05.621Z] check_test.go:358: [d6b1aa330d22e] joining swarm manager [d110a1fd5208b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T22:59:05.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.81s) [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeRemove" [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeRemove" [2019-10-21T22:59:05.621Z] check_test.go:358: [dbb25c391b9b8] joining swarm manager [d7ec6d16ffcbd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeRemove" [2019-10-21T22:59:05.621Z] check_test.go:358: [db2fc68a11a97] joining swarm manager [d7ec6d16ffcbd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T22:59:05.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.64s) [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeUpdate" [2019-10-21T22:59:05.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (24.89s) [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmPromoteDemote" [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmPromoteDemote" [2019-10-21T22:59:05.621Z] check_test.go:358: [d26a313d457a7] joining swarm manager [d217fc512b830]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T22:59:05.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (72.87s) [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRaftQuorum" [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRaftQuorum" [2019-10-21T22:59:05.621Z] check_test.go:358: [dca886d7d8146] joining swarm manager [d3e628fc255cd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRaftQuorum" [2019-10-21T22:59:05.621Z] check_test.go:358: [dd044c3e5536b] joining swarm manager [d3e628fc255cd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T22:59:05.621Z] check_test.go:379: [dd044c3e5536b] daemon is not started [2019-10-21T22:59:05.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (57.26s) [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-10-21T22:59:05.621Z] check_test.go:358: [d9d0a6629b0a6] joining swarm manager [dd297fffd78e3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-10-21T22:59:05.621Z] check_test.go:358: [d71f19c3306a3] joining swarm manager [dd297fffd78e3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-10-21T22:59:05.621Z] check_test.go:358: [d663d80143518] joining swarm manager [dd297fffd78e3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-10-21T22:59:05.621Z] check_test.go:358: [daafd6aa3f32f] joining swarm manager [dd297fffd78e3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-10-21T22:59:05.621Z] check_test.go:358: [d5a304d8d6e19] joining swarm manager [dd297fffd78e3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2019-10-21T22:59:05.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.43s) [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin" [2019-10-21T22:59:05.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (5.73s) [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate" [2019-10-21T22:59:05.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.31s) [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel" [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel" [2019-10-21T22:59:05.621Z] check_test.go:358: [d9509d1b4f180] joining swarm manager [d4a2c9b2a827f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel" [2019-10-21T22:59:05.621Z] check_test.go:358: [d099a9cff35b9] joining swarm manager [d4a2c9b2a827f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T22:59:05.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.52s) [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole" [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole" [2019-10-21T22:59:05.621Z] check_test.go:358: [daec111e4873f] joining swarm manager [db81764ab07fc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole" [2019-10-21T22:59:05.621Z] check_test.go:358: [d1ba13afcb166] joining swarm manager [db81764ab07fc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T22:59:05.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.41s) [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs" [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs" [2019-10-21T22:59:05.621Z] check_test.go:358: [d5dafa68a4b9f] joining swarm manager [d531c0aefc697]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs" [2019-10-21T22:59:05.621Z] check_test.go:358: [d544a6f75ce3f] joining swarm manager [d531c0aefc697]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T22:59:05.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.30s) [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreate" [2019-10-21T22:59:05.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (29.48s) [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-10-21T22:59:05.621Z] check_test.go:358: [d6ee7be17434b] joining swarm manager [db86cee95a563]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-10-21T22:59:05.621Z] check_test.go:358: [df0b0eecd2588] joining swarm manager [db86cee95a563]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-10-21T22:59:05.621Z] check_test.go:358: [d8503a52381a3] joining swarm manager [db86cee95a563]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-10-21T22:59:05.621Z] check_test.go:358: [d1236db947d68] joining swarm manager [db86cee95a563]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2019-10-21T22:59:05.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (3.10s) [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesEmptyList" [2019-10-21T22:59:05.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.64s) [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate" [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate" [2019-10-21T22:59:05.621Z] check_test.go:358: [de71d31c18887] joining swarm manager [daa950eb46755]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate" [2019-10-21T22:59:05.621Z] check_test.go:358: [decfd6517a4e4] joining swarm manager [daa950eb46755]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T22:59:05.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (25.84s) [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents" [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents" [2019-10-21T22:59:05.621Z] check_test.go:358: [da29e72500574] joining swarm manager [d3c70b8f8597a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents" [2019-10-21T22:59:05.621Z] check_test.go:358: [d18002c0ef505] joining swarm manager [d3c70b8f8597a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T22:59:05.621Z] check_test.go:379: [da29e72500574] daemon is not started [2019-10-21T22:59:05.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (27.04s) [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesStateReporting" [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesStateReporting" [2019-10-21T22:59:05.621Z] check_test.go:358: [d806bd1825ae8] joining swarm manager [dcd763e9f842b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesStateReporting" [2019-10-21T22:59:05.621Z] check_test.go:358: [de5ef5ce900a1] joining swarm manager [dcd763e9f842b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T22:59:05.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (40.31s) [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdate" [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdate" [2019-10-21T22:59:05.621Z] check_test.go:358: [d881695dee4fa] joining swarm manager [d3a754304368f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdate" [2019-10-21T22:59:05.621Z] check_test.go:358: [de156a9add0e8] joining swarm manager [d3a754304368f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T22:59:05.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (26.42s) [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst" [2019-10-21T22:59:05.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.45s) [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName" [2019-10-21T22:59:05.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.70s) [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked" [2019-10-21T22:59:05.621Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.44s) [2019-10-21T22:59:05.621Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestDNSConfig" [2019-10-21T22:59:05.621Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.49s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestDNSConfigUpdate" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.41s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestExtraHosts" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.97s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (5.64s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestOverlayAttachable" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (5.54s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.99s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (10.44s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestPruneNetwork" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (4.12s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestPsListContainersFilterIsTask" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (13.12s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateMountTmpfs" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.95s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateMountVolume" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.44s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (3.23s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithConfigSimple" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.74s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (4.41s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.51s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (3.24s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithSecretSimple" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.69s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.90s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceHealthRun" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.82s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceHealthStart" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.37s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogs" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.04s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsCompleteness" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (4.12s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsDetails" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.61s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsFollow" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.02s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (2.92s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsSince" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.16s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsTTY" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.09s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsTail" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.65s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsTaskLogs" [2019-10-21T22:59:05.622Z] docker_cli_service_logs_test.go:241: checking task mi77e66j94i9 [2019-10-21T22:59:05.622Z] docker_cli_service_logs_test.go:246: checking messages for mi77e66j94i9 [2019-10-21T22:59:05.622Z] docker_cli_service_logs_test.go:241: checking task 0ozjbmhb0h43 [2019-10-21T22:59:05.622Z] docker_cli_service_logs_test.go:246: checking messages for 0ozjbmhb0h43 [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (3.06s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceScale" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (21.10s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmAlternateLockUnlock" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (3.00s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsConfig" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (3.18s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNetwork" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.86s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNode" [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNode" [2019-10-21T22:59:05.622Z] check_test.go:358: [db92a84299bf8] joining swarm manager [d5945600b7ed3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNode" [2019-10-21T22:59:05.622Z] check_test.go:358: [d0584a65275d9] joining swarm manager [d5945600b7ed3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.46s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsScope" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.94s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSecret" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (16.14s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsService" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.45s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSource" [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSource" [2019-10-21T22:59:05.622Z] check_test.go:358: [d4aaa6ddac327] joining swarm manager [dcf43c0e561d3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSource" [2019-10-21T22:59:05.622Z] check_test.go:358: [d0ead48ff7969] joining swarm manager [dcf43c0e561d3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.25s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsType" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (100.82s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey" [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey" [2019-10-21T22:59:05.622Z] check_test.go:358: [d1c343feb9807] joining swarm manager [d77c5b91f0cca]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey" [2019-10-21T22:59:05.622Z] check_test.go:358: [de3e2b715dcad] joining swarm manager [d77c5b91f0cca]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (10.02s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (10.96s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmContainerAutoStart" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (9.24s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmContainerEndpointOptions" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.90s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (5.70s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmIncompatibleDaemon" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (3.10s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmIngressNetwork" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (5.23s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInit" [2019-10-21T22:59:05.622Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2019-10-21T22:59:05.622Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (7.66s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitLocked" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.86s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.86s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (3.13s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitWithDrain" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.79s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinLeave" [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinLeave" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (48.43s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinPromoteLocked" [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinPromoteLocked" [2019-10-21T22:59:05.622Z] check_test.go:358: [d684d89a582d6] joining swarm manager [d2401f1b9acc7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinPromoteLocked" [2019-10-21T22:59:05.622Z] check_test.go:358: [d57692ff77aa4] joining swarm manager [d2401f1b9acc7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.36s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinWithDrain" [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinWithDrain" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (5.82s) [2019-10-21T22:59:05.622Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLeaveLocked" [2019-10-21T22:59:05.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (140.49s) [2019-10-21T22:59:05.623Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster" [2019-10-21T22:59:05.623Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster" [2019-10-21T22:59:05.623Z] check_test.go:358: [d3912545b6b00] joining swarm manager [dbee496bc25d5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T22:59:05.623Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster" [2019-10-21T22:59:05.623Z] check_test.go:358: [dba6059f5d93e] joining swarm manager [dbee496bc25d5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T22:59:05.623Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster" [2019-10-21T22:59:05.623Z] check_test.go:358: [dc0c3a8935611] joining swarm manager [dbee496bc25d5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-10-21T22:59:05.623Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.87s) [2019-10-21T22:59:05.623Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmManagerAddress" [2019-10-21T22:59:05.623Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmManagerAddress" [2019-10-21T22:59:05.623Z] check_test.go:358: [decaf387cefca] joining swarm manager [ddb2071b86d4a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T22:59:05.623Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmManagerAddress" [2019-10-21T22:59:05.623Z] check_test.go:358: [dbbedd78fadeb] joining swarm manager [ddb2071b86d4a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-21T22:59:05.623Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.92s) [2019-10-21T22:59:05.623Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkCreateDup" [2019-10-21T22:59:05.623Z] docker_cli_swarm_test.go:1527: Creating a network named "network-test-0" with "bridge", then "bridge" [2019-10-21T22:59:05.623Z] 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-21T22:59:05.623Z] docker_cli_swarm_test.go:1527: Creating a network named "network-test-0" with "bridge", then "overlay" [2019-10-21T22:59:05.623Z] 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-21T22:59:05.623Z] docker_cli_swarm_test.go:1527: Creating a network named "network-test-1" with "overlay", then "bridge" [2019-10-21T22:59:05.623Z] 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-21T22:59:05.623Z] docker_cli_swarm_test.go:1527: Creating a network named "network-test-1" with "overlay", then "overlay" [2019-10-21T22:59:05.623Z] 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-21T22:59:05.623Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (3.01s) [2019-10-21T22:59:05.623Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866" [2019-10-21T22:59:05.623Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (5.83s) [2019-10-21T22:59:05.623Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions" [2019-10-21T22:59:05.623Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (3.20s) [2019-10-21T22:59:05.623Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkPlugin" [2019-10-21T22:59:05.623Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (54.40s) [2019-10-21T22:59:05.623Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkPluginV2" [2019-10-21T22:59:05.623Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkPluginV2" [2019-10-21T22:59:05.623Z] check_test.go:358: [d17981e75b235] joining swarm manager [d97db5023686e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T22:59:05.623Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (3.21s) [2019-10-21T22:59:05.623Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNodeListFilter" [2019-10-21T22:59:05.623Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.72s) [2019-10-21T22:59:05.623Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNodeTaskListFilter" [2019-10-21T22:59:05.623Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (3.18s) [2019-10-21T22:59:05.623Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmPublishAdd" [2019-10-21T22:59:05.623Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (4.87s) [2019-10-21T22:59:05.623Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts" [2019-10-21T22:59:05.623Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (3.19s) [2019-10-21T22:59:05.623Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmReadonlyRootfs" [2019-10-21T22:59:05.623Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.52s) [2019-10-21T22:59:05.623Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmRepeatedRootRotation" [2019-10-21T22:59:05.623Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmRepeatedRootRotation" [2019-10-21T22:59:05.623Z] check_test.go:358: [d6e915fb4db23] joining swarm manager [d49c1cc7a5f3b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-21T22:59:05.623Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (16.49s) [2019-10-21T22:59:05.623Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmRotateUnlockKey" [2019-10-21T22:59:05.623Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.81s) [2019-10-21T22:59:05.623Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceEnvFile" [2019-10-21T22:59:05.623Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.89s) [2019-10-21T22:59:05.623Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceListFilter" [2019-10-21T22:59:05.623Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (4.89s) [2019-10-21T22:59:05.623Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceLsFilterMode" [2019-10-21T22:59:05.623Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (7.68s) [2019-10-21T22:59:05.623Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate" [2019-10-21T22:59:05.623Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (6.62s) [2019-10-21T22:59:05.623Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceTTY" [2019-10-21T22:59:05.623Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (3.13s) [2019-10-21T22:59:05.623Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceTTYUpdate" [2019-10-21T22:59:05.623Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (3.14s) [2019-10-21T22:59:05.623Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname" [2019-10-21T22:59:05.623Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (3.26s) [2019-10-21T22:59:05.623Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceWithGroup" [2019-10-21T22:59:05.623Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (3.24s) [2019-10-21T22:59:05.623Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmStopSignal" [2019-10-21T22:59:05.623Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.95s) [2019-10-21T22:59:05.623Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmTaskListFilter" [2019-10-21T22:59:05.623Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (3.00s) [2019-10-21T22:59:05.623Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmUpdate" [2019-10-21T22:59:05.623Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (52.36s) [2019-10-21T22:59:05.623Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmVolumePlugin" [2019-10-21T22:59:05.623Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (18.07s) [2019-10-21T22:59:05.623Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm" [2019-10-21T22:59:05.623Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.97s) [2019-10-21T22:59:05.623Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA" [2019-10-21T22:59:05.623Z] === RUN TestDockerExternalVolumeSuite [2019-10-21T22:59:05.623Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2019-10-21T22:59:23.682Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2019-10-21T22:59:26.684Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2019-10-21T22:59:26.684Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2019-10-21T22:59:32.599Z] === RUN TestDockerSuite/TestBuildMultipleTags [2019-10-21T22:59:33.571Z] === RUN TestDockerSuite/TestBuildNetContainer [2019-10-21T22:59:33.571Z] === RUN TestDockerSuite/TestBuildNetNone [2019-10-21T22:59:33.571Z] === RUN TestDockerSuite/TestBuildNoContext [2019-10-21T22:59:35.757Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2019-10-21T22:59:41.573Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2019-10-21T22:59:43.118Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2019-10-21T22:59:43.579Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2019-10-21T22:59:43.579Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2019-10-21T22:59:45.763Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2019-10-21T22:59:48.678Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2019-10-21T22:59:50.222Z] === RUN TestDockerSuite/TestBuildOnBuild [2019-10-21T23:00:00.609Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2019-10-21T23:00:01.580Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2019-10-21T23:00:16.422Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2019-10-21T23:00:20.168Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2019-10-21T23:00:30.512Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2019-10-21T23:00:31.326Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2019-10-21T23:00:35.216Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2019-10-21T23:00:39.423Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2019-10-21T23:00:41.027Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2019-10-21T23:00:42.000Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2019-10-21T23:00:42.000Z] === RUN TestDockerSuite/TestBuildPATH [2019-10-21T23:00:42.000Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2019-10-21T23:00:44.186Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2019-10-21T23:00:44.186Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2019-10-21T23:01:11.467Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2019-10-21T23:01:23.648Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2019-10-21T23:01:26.750Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2019-10-21T23:01:47.896Z] === RUN TestDockerSuite/TestBuildRm [2019-10-21T23:01:55.707Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2019-10-21T23:02:00.305Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2019-10-21T23:02:03.221Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2019-10-21T23:02:03.221Z] === RUN TestDockerSuite/TestBuildScratchCopy [2019-10-21T23:02:03.221Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2019-10-21T23:02:04.764Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2019-10-21T23:02:08.511Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2019-10-21T23:02:10.577Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2019-10-21T23:02:11.427Z] === RUN TestDockerSuite/TestBuildShellInherited [2019-10-21T23:02:17.236Z] === RUN TestDockerSuite/TestBuildShellMultiple [2019-10-21T23:02:38.357Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2019-10-21T23:02:38.357Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2019-10-21T23:02:38.817Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2019-10-21T23:02:42.620Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2019-10-21T23:02:51.215Z] === RUN TestDockerSuite/TestBuildSpaces [2019-10-21T23:02:51.215Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2019-10-21T23:02:57.019Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2019-10-21T23:02:57.019Z] === RUN TestDockerSuite/TestBuildStderr [2019-10-21T23:02:57.473Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2019-10-21T23:03:01.720Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2019-10-21T23:03:15.533Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2019-10-21T23:03:23.060Z] === RUN TestDockerSuite/TestBuildStopSignal [2019-10-21T23:03:23.060Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2019-10-21T23:03:25.244Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2019-10-21T23:03:26.786Z] === RUN TestDockerSuite/TestBuildTagEvent [2019-10-21T23:03:31.489Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2019-10-21T23:03:37.296Z] === RUN TestDockerSuite/TestBuildUser [2019-10-21T23:03:37.296Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2019-10-21T23:03:37.296Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2019-10-21T23:03:37.296Z] === RUN TestDockerSuite/TestBuildVerboseOut [2019-10-21T23:03:42.134Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2019-10-21T23:03:42.595Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2019-10-21T23:03:51.182Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2019-10-21T23:03:51.182Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2019-10-21T23:03:51.182Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2019-10-21T23:04:02.194Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2019-10-21T23:04:16.353Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2019-10-21T23:04:16.353Z] === RUN TestDockerSuite/TestBuildWindowsUser [2019-10-21T23:04:20.252Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2019-10-21T23:04:31.189Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2019-10-21T23:04:36.622Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2019-10-21T23:04:36.622Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2019-10-21T23:04:36.622Z] === RUN TestDockerSuite/TestBuildWithFailure [2019-10-21T23:04:37.772Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2019-10-21T23:04:38.233Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2019-10-21T23:04:50.811Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2019-10-21T23:04:53.073Z] === RUN TestDockerSuite/TestBuildWithTabs [2019-10-21T23:04:55.987Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2019-10-21T23:04:56.447Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2019-10-21T23:05:11.283Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2019-10-21T23:05:11.744Z] === RUN TestDockerSuite/TestBuildWithVolumes [2019-10-21T23:05:12.205Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2019-10-21T23:05:12.205Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2019-10-21T23:05:13.753Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2019-10-21T23:05:22.347Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2019-10-21T23:05:22.852Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2019-10-21T23:05:24.532Z] === RUN TestDockerSuite/TestBuildXZHost [2019-10-21T23:05:24.993Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2019-10-21T23:05:24.993Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2019-10-21T23:05:24.993Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2019-10-21T23:05:27.178Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2019-10-21T23:05:31.879Z] === RUN TestDockerSuite/TestCommitChange [2019-10-21T23:05:37.685Z] === RUN TestDockerSuite/TestCommitChangeLabels [2019-10-21T23:05:37.706Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2019-10-21T23:05:42.390Z] === RUN TestDockerSuite/TestCommitHardlink [2019-10-21T23:05:42.390Z] === RUN TestDockerSuite/TestCommitNewFile [2019-10-21T23:05:49.486Z] === RUN TestDockerSuite/TestCommitPausedContainer [2019-10-21T23:05:49.486Z] === RUN TestDockerSuite/TestCommitTTY [2019-10-21T23:05:55.780Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2019-10-21T23:05:56.577Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2019-10-21T23:06:02.386Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2019-10-21T23:06:02.386Z] === RUN TestDockerSuite/TestCommitWithoutPause [2019-10-21T23:06:02.386Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2019-10-21T23:06:02.386Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2019-10-21T23:06:02.386Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2019-10-21T23:06:02.386Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2019-10-21T23:06:02.386Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2019-10-21T23:06:02.386Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2019-10-21T23:06:02.386Z] === RUN TestDockerSuite/TestContainerAPICommit [2019-10-21T23:06:09.480Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2019-10-21T23:06:13.837Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2019-10-21T23:06:18.070Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2019-10-21T23:06:18.070Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2019-10-21T23:06:19.042Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2019-10-21T23:06:19.042Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2019-10-21T23:06:19.042Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2019-10-21T23:06:19.042Z] === RUN TestDockerSuite/TestContainerAPICreate [2019-10-21T23:06:21.230Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2019-10-21T23:06:21.230Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2019-10-21T23:06:21.230Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2019-10-21T23:06:23.427Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2019-10-21T23:06:23.427Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2019-10-21T23:06:23.427Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2019-10-21T23:06:23.427Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2019-10-21T23:06:23.427Z] === RUN TestDockerSuite/TestContainerAPIDelete [2019-10-21T23:06:26.018Z] --- PASS: TestDockerExternalVolumeSuite (441.10s) [2019-10-21T23:06:26.018Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.93s) [2019-10-21T23:06:26.018Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume" [2019-10-21T23:06:26.018Z] docker_cli_external_volume_driver_test.go:53: [ddad1a7ae16c1] daemon is not started [2019-10-21T23:06:26.018Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.60s) [2019-10-21T23:06:26.018Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities" [2019-10-21T23:06:26.018Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.58s) [2019-10-21T23:06:26.018Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer" [2019-10-21T23:06:26.018Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s) [2019-10-21T23:06:26.018Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet" [2019-10-21T23:06:26.018Z] docker_cli_external_volume_driver_test.go:53: [d4844bafa054a] daemon is not started [2019-10-21T23:06:26.018Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2019-10-21T23:06:26.018Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse" [2019-10-21T23:06:26.018Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2019-10-21T23:06:26.018Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverList" [2019-10-21T23:06:26.018Z] docker_cli_external_volume_driver_test.go:53: [dc76c367ecba0] daemon is not started [2019-10-21T23:06:26.018Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2019-10-21T23:06:26.018Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked" [2019-10-21T23:06:26.018Z] docker_cli_external_volume_driver_test.go:53: [d7f20fb635c96] daemon is not started [2019-10-21T23:06:26.018Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.60s) [2019-10-21T23:06:26.018Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID" [2019-10-21T23:06:26.018Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.57s) [2019-10-21T23:06:26.018Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed" [2019-10-21T23:06:26.018Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.82s) [2019-10-21T23:06:26.018Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete" [2019-10-21T23:06:26.018Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.55s) [2019-10-21T23:06:26.018Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls" [2019-10-21T23:06:26.018Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.63s) [2019-10-21T23:06:26.018Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists" [2019-10-21T23:06:26.018Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.72s) [2019-10-21T23:06:26.018Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp" [2019-10-21T23:06:26.018Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (31.01s) [2019-10-21T23:06:26.018Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail" [2019-10-21T23:06:26.018Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.54s) [2019-10-21T23:06:26.018Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed" [2019-10-21T23:06:26.018Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.38s) [2019-10-21T23:06:26.018Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom" [2019-10-21T23:06:26.018Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.36s) [2019-10-21T23:06:26.018Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart" [2019-10-21T23:06:26.018Z] docker_cli_external_volume_driver_test.go:485: [dc898928bdc73] daemon is not started [2019-10-21T23:06:26.018Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2019-10-21T23:06:26.018Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict" [2019-10-21T23:06:26.018Z] docker_cli_external_volume_driver_test.go:53: [d565213ce6919] daemon is not started [2019-10-21T23:06:26.018Z] PASS [2019-10-21T23:06:26.018Z] [2019-10-21T23:06:26.018Z] === Skipped [2019-10-21T23:06:26.018Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonICCPing (0.01s) [2019-10-21T23:06:26.018Z] --- SKIP: TestDockerDaemonSuite/TestDaemonICCPing (0.01s) [2019-10-21T23:06:26.018Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonICCPing" [2019-10-21T23:06:26.018Z] docker_cli_daemon_test.go:866: unmatched requirement bridgeNfIptables [2019-10-21T23:06:26.018Z] check_test.go:309: [dfe5b909e2c67] daemon is not started [2019-10-21T23:06:26.018Z] [2019-10-21T23:06:26.018Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2019-10-21T23:06:26.018Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2019-10-21T23:06:26.018Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6Enabled" [2019-10-21T23:06:26.018Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2019-10-21T23:06:26.018Z] check_test.go:309: [d050ce32ffdc8] daemon is not started [2019-10-21T23:06:26.018Z] [2019-10-21T23:06:26.018Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2019-10-21T23:06:26.018Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2019-10-21T23:06:26.018Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize" [2019-10-21T23:06:26.018Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2019-10-21T23:06:26.018Z] check_test.go:309: [dd867c37b22ce] daemon is not started [2019-10-21T23:06:26.018Z] [2019-10-21T23:06:26.018Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2019-10-21T23:06:26.018Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2019-10-21T23:06:26.018Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize" [2019-10-21T23:06:26.018Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2019-10-21T23:06:26.018Z] check_test.go:309: [d569493319fb2] daemon is not started [2019-10-21T23:06:26.018Z] [2019-10-21T23:06:26.018Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2019-10-21T23:06:26.018Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2019-10-21T23:06:26.018Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2019-10-21T23:06:26.018Z] [2019-10-21T23:06:26.018Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2019-10-21T23:06:26.018Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2019-10-21T23:06:26.018Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2019-10-21T23:06:26.018Z] [2019-10-21T23:06:26.018Z] [2019-10-21T23:06:26.018Z] DONE 270 tests, 6 skipped in 2592.039s [2019-10-21T23:06:26.018Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-21T23:06:26.340Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2019-10-21T23:06:26.581Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d874bb237e368/docker.pid [2019-10-21T23:06:26.581Z] +++ kill 5361 [2019-10-21T23:06:26.581Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 10: wait: pid 5361 is not a child of this shell [2019-10-21T23:06:26.581Z] warning: PID 5361 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d874bb237e368/docker.pid had a nonzero exit code [2019-10-21T23:06:26.581Z] ++++ cat bundles/test-integration/docker.pid [2019-10-21T23:06:26.581Z] +++ kill 7288 [2019-10-21T23:06:27.655Z] +++ /etc/init.d/apparmor stop [2019-10-21T23:06:27.655Z] Clearing AppArmor profiles cache:. [2019-10-21T23:06:27.655Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-21T23:06:27.655Z] Unloading profiles will leave already running processes permanently [2019-10-21T23:06:27.655Z] unconfined, which can lead to unexpected situations. [2019-10-21T23:06:27.655Z] [2019-10-21T23:06:27.656Z] To set a process to complain mode, use the command line tool [2019-10-21T23:06:27.656Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-21T23:06:27.656Z] with the 'teardown' option." [2019-10-21T23:06:27.656Z] [2019-10-21T23:06:27.913Z] Remaining pids to kill: [] [2019-10-21T23:06:28.001Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce Post stage [Pipeline] junit [2019-10-21T23:06:28.181Z] Recording test results [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-10-21T23:06:29.127Z] + echo Ensuring container killed. [2019-10-21T23:06:29.127Z] Ensuring container killed. [2019-10-21T23:06:29.127Z] + docker ps -aq -f name=docker-pr4-* [2019-10-21T23:06:29.127Z] + cids=4458840da7c3 [2019-10-21T23:06:29.127Z] 198846eb78f7 [2019-10-21T23:06:29.127Z] 1f427f994d91 [2019-10-21T23:06:29.127Z] + [ -n 4458840da7c3 [2019-10-21T23:06:29.127Z] 198846eb78f7 [2019-10-21T23:06:29.127Z] 1f427f994d91 ] [2019-10-21T23:06:29.127Z] + docker rm -vf 4458840da7c3 198846eb78f7 1f427f994d91 [2019-10-21T23:06:30.191Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2019-10-21T23:06:30.191Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2019-10-21T23:06:30.191Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2019-10-21T23:06:33.106Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2019-10-21T23:06:33.106Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2019-10-21T23:06:33.303Z] 4458840da7c3 [2019-10-21T23:06:34.673Z] 198846eb78f7 [2019-10-21T23:06:34.673Z] 1f427f994d91 [Pipeline] sh [2019-10-21T23:06:34.957Z] + echo Chowning /workspace to jenkins user [2019-10-21T23:06:34.957Z] Chowning /workspace to jenkins user [2019-10-21T23:06:34.957Z] + id -u [2019-10-21T23:06:34.957Z] + id -g [2019-10-21T23:06:34.957Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40115:/workspace busybox chown -R 1000:1000 /workspace [2019-10-21T23:06:35.296Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2019-10-21T23:06:35.296Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2019-10-21T23:06:35.296Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2019-10-21T23:06:37.481Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2019-10-21T23:06:37.481Z] === RUN TestDockerSuite/TestContainerAPIKill [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-10-21T23:06:39.432Z] + bundleName=amd64 [2019-10-21T23:06:39.432Z] + echo Creating amd64-bundles.tar.gz [2019-10-21T23:06:39.432Z] Creating amd64-bundles.tar.gz [2019-10-21T23:06:39.432Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2019-10-21T23:06:39.432Z] + xargs tar -czf amd64-bundles.tar.gz [2019-10-21T23:06:39.671Z] === RUN TestDockerSuite/TestContainerAPIPause [2019-10-21T23:06:39.671Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [Pipeline] archiveArtifacts [2019-10-21T23:06:40.814Z] Archiving artifacts [2019-10-21T23:06:41.288Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40115/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-10-21T23:06:41.598Z] + make clean [2019-10-21T23:06:41.857Z] docker volume rm -f docker-dev-cache [2019-10-21T23:06:41.857Z] docker-dev-cache [Pipeline] deleteDir [2019-10-21T23:06:42.596Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2019-10-21T23:06:42.596Z] === RUN TestDockerSuite/TestContainerAPIRename [2019-10-21T23:06:44.783Z] === RUN TestDockerSuite/TestContainerAPIRestart [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-10-21T23:06:53.366Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2019-10-21T23:06:57.111Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2019-10-21T23:06:57.111Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2019-10-21T23:06:57.111Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2019-10-21T23:06:57.111Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2019-10-21T23:06:57.111Z] === RUN TestDockerSuite/TestContainerAPIStart [2019-10-21T23:06:59.296Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2019-10-21T23:06:59.296Z] === RUN TestDockerSuite/TestContainerAPIStop [2019-10-21T23:07:01.480Z] === RUN TestDockerSuite/TestContainerAPITop [2019-10-21T23:07:01.480Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2019-10-21T23:07:03.666Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2019-10-21T23:07:03.666Z] === RUN TestDockerSuite/TestContainerAPIWait [2019-10-21T23:07:07.410Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2019-10-21T23:07:09.593Z] === RUN TestDockerSuite/TestContainerNetworkMode [2019-10-21T23:07:09.593Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2019-10-21T23:07:09.593Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2019-10-21T23:07:09.593Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2019-10-21T23:07:09.593Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2019-10-21T23:07:09.593Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2019-10-21T23:07:11.136Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2019-10-21T23:07:11.136Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2019-10-21T23:07:18.227Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2019-10-21T23:07:21.141Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2019-10-21T23:07:23.326Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2019-10-21T23:07:25.513Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000952ac0_} [2019-10-21T23:07:34.100Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1933962126_c:\foo_false____} [2019-10-21T23:07:35.254Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1933962126_c:\foo_true____} [2019-10-21T23:07:37.614Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2019-10-21T23:07:37.614Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2019-10-21T23:07:37.614Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2019-10-21T23:07:37.614Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2019-10-21T23:07:37.614Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2019-10-21T23:07:37.614Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2019-10-21T23:07:37.614Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2019-10-21T23:07:37.614Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2019-10-21T23:07:37.614Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2019-10-21T23:07:37.614Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2019-10-21T23:07:37.614Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2019-10-21T23:07:37.614Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2019-10-21T23:07:38.075Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2019-10-21T23:07:38.075Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2019-10-21T23:07:38.075Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2019-10-21T23:07:38.075Z] === RUN TestDockerSuite/TestCopyAndRestart [2019-10-21T23:07:38.075Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2019-10-21T23:07:38.075Z] === RUN TestDockerSuite/TestCpAbsolutePath [2019-10-21T23:07:45.163Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2019-10-21T23:07:45.163Z] === RUN TestDockerSuite/TestCpFromCaseA [2019-10-21T23:07:45.163Z] === RUN TestDockerSuite/TestCpFromCaseB [2019-10-21T23:07:45.163Z] === RUN TestDockerSuite/TestCpFromCaseC [2019-10-21T23:07:45.163Z] === RUN TestDockerSuite/TestCpFromCaseD [2019-10-21T23:07:45.163Z] === RUN TestDockerSuite/TestCpFromCaseE [2019-10-21T23:07:45.163Z] === RUN TestDockerSuite/TestCpFromCaseF [2019-10-21T23:07:45.163Z] === RUN TestDockerSuite/TestCpFromCaseG [2019-10-21T23:07:45.163Z] === RUN TestDockerSuite/TestCpFromCaseH [2019-10-21T23:07:45.163Z] === RUN TestDockerSuite/TestCpFromCaseI [2019-10-21T23:07:45.163Z] === RUN TestDockerSuite/TestCpFromCaseJ [2019-10-21T23:07:45.163Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2019-10-21T23:07:45.163Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2019-10-21T23:07:45.163Z] === RUN TestDockerSuite/TestCpGarbagePath [2019-10-21T23:07:48.077Z] === RUN TestDockerSuite/TestCpLocalOnly [2019-10-21T23:07:48.077Z] === RUN TestDockerSuite/TestCpNameHasColon [2019-10-21T23:07:48.077Z] === RUN TestDockerSuite/TestCpRelativePath [2019-10-21T23:07:50.265Z] === RUN TestDockerSuite/TestCpSpecialFiles [2019-10-21T23:07:50.265Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2019-10-21T23:07:50.265Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2019-10-21T23:07:50.265Z] === RUN TestDockerSuite/TestCpToCaseA [2019-10-21T23:07:54.968Z] === RUN TestDockerSuite/TestCpToCaseB [2019-10-21T23:07:57.155Z] === RUN TestDockerSuite/TestCpToCaseC [2019-10-21T23:07:57.155Z] === RUN TestDockerSuite/TestCpToCaseD [2019-10-21T23:07:57.155Z] === RUN TestDockerSuite/TestCpToCaseE [2019-10-21T23:08:11.987Z] === RUN TestDockerSuite/TestCpToCaseF [2019-10-21T23:08:11.987Z] === RUN TestDockerSuite/TestCpToCaseG [2019-10-21T23:08:11.987Z] === RUN TestDockerSuite/TestCpToCaseH [2019-10-21T23:08:20.576Z] === RUN TestDockerSuite/TestCpToCaseI [2019-10-21T23:08:20.576Z] === RUN TestDockerSuite/TestCpToCaseJ [2019-10-21T23:08:20.576Z] === RUN TestDockerSuite/TestCpToDot [2019-10-21T23:08:22.117Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2019-10-21T23:08:22.117Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2019-10-21T23:08:22.117Z] === RUN TestDockerSuite/TestCpToStdout [2019-10-21T23:08:29.212Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2019-10-21T23:08:29.212Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2019-10-21T23:08:29.212Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2019-10-21T23:08:29.212Z] === RUN TestDockerSuite/TestCpVolumePath [2019-10-21T23:08:29.212Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2019-10-21T23:08:29.212Z] === RUN TestDockerSuite/TestCreateArgs [2019-10-21T23:08:29.675Z] === RUN TestDockerSuite/TestCreateByImageID [2019-10-21T23:08:32.590Z] === RUN TestDockerSuite/TestCreateEchoStdout [2019-10-21T23:08:34.775Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2019-10-21T23:08:34.775Z] === RUN TestDockerSuite/TestCreateHostConfig [2019-10-21T23:08:34.775Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2019-10-21T23:08:36.959Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2019-10-21T23:08:37.420Z] === RUN TestDockerSuite/TestCreateLabels [2019-10-21T23:08:37.881Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2019-10-21T23:08:37.881Z] === RUN TestDockerSuite/TestCreateRM [2019-10-21T23:08:38.342Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2019-10-21T23:08:38.342Z] === RUN TestDockerSuite/TestCreateStopSignal [2019-10-21T23:08:38.342Z] === RUN TestDockerSuite/TestCreateStopTimeout [2019-10-21T23:08:38.804Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2019-10-21T23:08:47.462Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2019-10-21T23:08:47.462Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2019-10-21T23:08:47.462Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2019-10-21T23:08:52.169Z] === RUN TestDockerSuite/TestCreateWithPortRange [2019-10-21T23:08:52.169Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2019-10-21T23:08:52.169Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2019-10-21T23:08:54.354Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2019-10-21T23:08:54.354Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2019-10-21T23:08:54.354Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2019-10-21T23:08:54.354Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2019-10-21T23:08:54.354Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2019-10-21T23:08:54.354Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2019-10-21T23:08:54.354Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2019-10-21T23:08:54.354Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2019-10-21T23:08:54.354Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2019-10-21T23:08:54.354Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2019-10-21T23:08:54.354Z] === RUN TestDockerSuite/TestDevicePermissions [2019-10-21T23:08:54.354Z] === RUN TestDockerSuite/TestDockerFails [2019-10-21T23:08:54.815Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2019-10-21T23:08:54.815Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2019-10-21T23:08:54.815Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2019-10-21T23:08:54.815Z] === RUN TestDockerSuite/TestEventsAttach [2019-10-21T23:08:54.815Z] === RUN TestDockerSuite/TestEventsCommit [2019-10-21T23:08:54.815Z] === RUN TestDockerSuite/TestEventsContainerEvents [2019-10-21T23:08:57.001Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2019-10-21T23:08:59.184Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2019-10-21T23:09:01.368Z] === RUN TestDockerSuite/TestEventsContainerRestart [2019-10-21T23:09:19.088Z] === RUN TestDockerSuite/TestEventsCopy [2019-10-21T23:09:24.894Z] === RUN TestDockerSuite/TestEventsFilterContainer [2019-10-21T23:09:29.607Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2019-10-21T23:09:36.719Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2019-10-21T23:09:37.183Z] === RUN TestDockerSuite/TestEventsFilterImageName [2019-10-21T23:09:41.894Z] === RUN TestDockerSuite/TestEventsFilterLabels [2019-10-21T23:09:42.357Z] === RUN TestDockerSuite/TestEventsFilterType [2019-10-21T23:09:43.330Z] === RUN TestDockerSuite/TestEventsFilters [2019-10-21T23:09:48.033Z] === RUN TestDockerSuite/TestEventsFormat [2019-10-21T23:09:52.745Z] === RUN TestDockerSuite/TestEventsFormatBadField [2019-10-21T23:09:52.745Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2019-10-21T23:09:52.745Z] === RUN TestDockerSuite/TestEventsImageImport [2019-10-21T23:09:52.745Z] === RUN TestDockerSuite/TestEventsImageLoad [2019-10-21T23:09:52.745Z] === RUN TestDockerSuite/TestEventsImagePull [2019-10-21T23:09:52.745Z] === RUN TestDockerSuite/TestEventsImageTag [2019-10-21T23:09:53.717Z] === RUN TestDockerSuite/TestEventsPluginOps [2019-10-21T23:09:53.717Z] === RUN TestDockerSuite/TestEventsRename [2019-10-21T23:09:56.631Z] === RUN TestDockerSuite/TestEventsResize [2019-10-21T23:09:58.816Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2019-10-21T23:10:01.001Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2019-10-21T23:10:03.917Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2019-10-21T23:10:08.617Z] === RUN TestDockerSuite/TestEventsTop [2019-10-21T23:10:08.618Z] === RUN TestDockerSuite/TestEventsUntag [2019-10-21T23:10:11.529Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2019-10-21T23:10:14.456Z] === RUN TestDockerSuite/TestExec [2019-10-21T23:10:14.456Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2019-10-21T23:10:14.917Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2019-10-21T23:10:16.462Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2019-10-21T23:10:18.648Z] === RUN TestDockerSuite/TestExecAPIStart [2019-10-21T23:10:18.648Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2019-10-21T23:10:18.648Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2019-10-21T23:10:18.648Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2019-10-21T23:10:20.833Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2019-10-21T23:10:22.449Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2019-10-21T23:10:24.634Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2019-10-21T23:10:26.819Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2019-10-21T23:10:30.564Z] === RUN TestDockerSuite/TestExecCgroup [2019-10-21T23:10:30.564Z] === RUN TestDockerSuite/TestExecEnv [2019-10-21T23:10:30.564Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2019-10-21T23:10:30.564Z] === RUN TestDockerSuite/TestExecExitStatus [2019-10-21T23:10:32.748Z] === RUN TestDockerSuite/TestExecInspectID [2019-10-21T23:10:37.448Z] === RUN TestDockerSuite/TestExecInteractive [2019-10-21T23:10:37.448Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2019-10-21T23:10:37.448Z] === RUN TestDockerSuite/TestExecParseError [2019-10-21T23:10:37.448Z] === RUN TestDockerSuite/TestExecPausedContainer [2019-10-21T23:10:37.448Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2019-10-21T23:10:37.448Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2019-10-21T23:10:39.634Z] === RUN TestDockerSuite/TestExecSetEnv [2019-10-21T23:10:39.634Z] === RUN TestDockerSuite/TestExecStartFails [2019-10-21T23:10:39.634Z] === RUN TestDockerSuite/TestExecStateCleanup [2019-10-21T23:10:39.634Z] === RUN TestDockerSuite/TestExecStopNotHanging [2019-10-21T23:10:39.634Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2019-10-21T23:10:39.634Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2019-10-21T23:10:41.822Z] === RUN TestDockerSuite/TestExecUlimits [2019-10-21T23:10:41.822Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2019-10-21T23:10:50.411Z] === RUN TestDockerSuite/TestExecWithImageUser [2019-10-21T23:10:50.411Z] === RUN TestDockerSuite/TestExecWithPrivileged [2019-10-21T23:10:50.411Z] === RUN TestDockerSuite/TestExecWithUser [2019-10-21T23:10:50.411Z] === RUN TestDockerSuite/TestGetContainerStats [2019-10-21T23:10:56.214Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2019-10-21T23:11:02.019Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2019-10-21T23:11:04.932Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2019-10-21T23:11:10.738Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2019-10-21T23:11:10.738Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2019-10-21T23:11:10.738Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2019-10-21T23:11:10.738Z] === RUN TestDockerSuite/TestHealth [2019-10-21T23:11:10.738Z] === RUN TestDockerSuite/TestHistoryExistentImage [2019-10-21T23:11:10.738Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2019-10-21T23:11:11.198Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2019-10-21T23:11:11.198Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2019-10-21T23:11:15.900Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2019-10-21T23:11:15.900Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2019-10-21T23:11:16.361Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2019-10-21T23:11:16.361Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2019-10-21T23:11:16.361Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2019-10-21T23:11:16.822Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2019-10-21T23:11:17.283Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2019-10-21T23:11:17.283Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2019-10-21T23:11:18.258Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2019-10-21T23:11:18.258Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2019-10-21T23:11:20.444Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2019-10-21T23:11:20.444Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2019-10-21T23:11:22.628Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2019-10-21T23:11:24.811Z] === RUN TestDockerSuite/TestImagesFormat [2019-10-21T23:11:25.271Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2019-10-21T23:11:25.271Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2019-10-21T23:11:29.015Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2019-10-21T23:11:29.015Z] === RUN TestDockerSuite/TestImportBadURL [2019-10-21T23:11:31.198Z] === RUN TestDockerSuite/TestImportDisplay [2019-10-21T23:11:31.198Z] === RUN TestDockerSuite/TestImportFile [2019-10-21T23:11:31.198Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2019-10-21T23:11:31.198Z] === RUN TestDockerSuite/TestImportFileWithMessage [2019-10-21T23:11:31.198Z] === RUN TestDockerSuite/TestImportGzipped [2019-10-21T23:11:31.659Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2019-10-21T23:11:31.659Z] === RUN TestDockerSuite/TestInfoDebug [2019-10-21T23:11:31.659Z] === RUN TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName [2019-10-21T23:11:31.659Z] === RUN TestDockerSuite/TestInfoDiscoveryBackend [2019-10-21T23:11:31.659Z] === RUN TestDockerSuite/TestInfoDiscoveryInvalidAdvertise [2019-10-21T23:11:31.659Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2019-10-21T23:11:31.659Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2019-10-21T23:11:31.659Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2019-10-21T23:11:31.659Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2019-10-21T23:11:32.120Z] === RUN TestDockerSuite/TestInfoFormat [2019-10-21T23:11:32.120Z] === RUN TestDockerSuite/TestInsecureRegistries [2019-10-21T23:11:32.120Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2019-10-21T23:11:32.120Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2019-10-21T23:11:32.120Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2019-10-21T23:11:34.306Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2019-10-21T23:11:36.491Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2019-10-21T23:11:36.491Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2019-10-21T23:11:36.491Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2019-10-21T23:11:36.491Z] === RUN TestDockerSuite/TestInspectAmpersand [2019-10-21T23:11:36.491Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2019-10-21T23:11:38.679Z] === RUN TestDockerSuite/TestInspectByPrefix [2019-10-21T23:11:38.679Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2019-10-21T23:11:40.864Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2019-10-21T23:11:40.864Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2019-10-21T23:11:40.864Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2019-10-21T23:11:40.864Z] === RUN TestDockerSuite/TestInspectDefault [2019-10-21T23:11:43.049Z] === RUN TestDockerSuite/TestInspectHistory [2019-10-21T23:11:48.856Z] === RUN TestDockerSuite/TestInspectImage [2019-10-21T23:11:48.856Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2019-10-21T23:11:48.856Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2019-10-21T23:11:48.856Z] === RUN TestDockerSuite/TestInspectInt64 [2019-10-21T23:11:50.402Z] === RUN TestDockerSuite/TestInspectJSONFields [2019-10-21T23:11:52.590Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2019-10-21T23:11:52.590Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2019-10-21T23:11:54.776Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2019-10-21T23:11:57.690Z] === RUN TestDockerSuite/TestInspectPlugin [2019-10-21T23:11:57.690Z] === RUN TestDockerSuite/TestInspectRootFS [2019-10-21T23:11:57.690Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2019-10-21T23:11:59.876Z] === RUN TestDockerSuite/TestInspectStatus [2019-10-21T23:12:02.061Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2019-10-21T23:12:06.763Z] === RUN TestDockerSuite/TestInspectTemplateError [2019-10-21T23:12:08.950Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2019-10-21T23:12:11.134Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2019-10-21T23:12:13.318Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2019-10-21T23:12:15.502Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2019-10-21T23:12:17.687Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2019-10-21T23:12:20.600Z] === RUN TestDockerSuite/TestInspectUnknownObject [2019-10-21T23:12:20.600Z] === RUN TestDockerSuite/TestLinkShortDefinition [2019-10-21T23:12:20.600Z] === RUN TestDockerSuite/TestLinksEnvs [2019-10-21T23:12:20.600Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2019-10-21T23:12:20.600Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2019-10-21T23:12:20.600Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2019-10-21T23:12:20.600Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2019-10-21T23:12:20.600Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2019-10-21T23:12:20.600Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2019-10-21T23:12:20.600Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2019-10-21T23:12:20.600Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2019-10-21T23:12:20.600Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2019-10-21T23:12:21.061Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2019-10-21T23:12:21.061Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2019-10-21T23:12:21.061Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2019-10-21T23:12:21.061Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2019-10-21T23:12:21.061Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2019-10-21T23:12:21.061Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2019-10-21T23:12:21.061Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2019-10-21T23:12:21.061Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2019-10-21T23:12:22.604Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2019-10-21T23:12:24.787Z] === RUN TestDockerSuite/TestLogsAPIUntil [2019-10-21T23:12:30.591Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2019-10-21T23:12:32.133Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2019-10-21T23:12:32.133Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2019-10-21T23:12:35.046Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2019-10-21T23:12:35.046Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2019-10-21T23:12:43.637Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2019-10-21T23:12:50.730Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2019-10-21T23:12:59.289Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2019-10-21T23:13:00.820Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2019-10-21T23:13:03.714Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2019-10-21T23:13:03.714Z] === RUN TestDockerSuite/TestLogsFollowStopped [2019-10-21T23:13:05.884Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2019-10-21T23:13:08.054Z] === RUN TestDockerSuite/TestLogsSince [2019-10-21T23:13:18.348Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2019-10-21T23:13:18.349Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2019-10-21T23:13:18.349Z] === RUN TestDockerSuite/TestLogsTail [2019-10-21T23:13:19.880Z] === RUN TestDockerSuite/TestLogsTimestamps [2019-10-21T23:13:22.048Z] === RUN TestDockerSuite/TestLogsWithDetails [2019-10-21T23:13:24.216Z] === RUN TestDockerSuite/TestMountIntoProc [2019-10-21T23:13:24.216Z] === RUN TestDockerSuite/TestMountIntoSys [2019-10-21T23:13:24.216Z] === RUN TestDockerSuite/TestNetHostname [2019-10-21T23:13:24.216Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2019-10-21T23:13:24.216Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2019-10-21T23:13:24.216Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2019-10-21T23:13:24.216Z] === RUN TestDockerSuite/TestPluginActive [2019-10-21T23:13:24.216Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2019-10-21T23:13:24.216Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2019-10-21T23:13:24.673Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2019-10-21T23:13:24.673Z] === RUN TestDockerSuite/TestPluginLogDriver [2019-10-21T23:13:24.673Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2019-10-21T23:13:24.673Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2019-10-21T23:13:24.673Z] === RUN TestDockerSuite/TestPluginUpgrade [2019-10-21T23:13:24.673Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2019-10-21T23:13:24.673Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2019-10-21T23:13:24.673Z] === RUN TestDockerSuite/TestPortHostBinding [2019-10-21T23:13:24.673Z] === RUN TestDockerSuite/TestPortList [2019-10-21T23:13:24.673Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2019-10-21T23:13:29.349Z] === RUN TestDockerSuite/TestPostContainersAttach [2019-10-21T23:13:29.349Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2019-10-21T23:13:29.349Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2019-10-21T23:13:29.349Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2019-10-21T23:13:29.349Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2019-10-21T23:13:29.349Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2019-10-21T23:13:29.349Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2019-10-21T23:13:29.349Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2019-10-21T23:13:29.349Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2019-10-21T23:13:29.349Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2019-10-21T23:13:34.028Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2019-10-21T23:13:34.028Z] === RUN TestDockerSuite/TestPsByOrder [2019-10-21T23:13:42.578Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2019-10-21T23:13:42.578Z] === RUN TestDockerSuite/TestPsListContainersBase [2019-10-21T23:13:51.132Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2019-10-21T23:14:03.485Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2019-10-21T23:14:03.942Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2019-10-21T23:14:03.942Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2019-10-21T23:14:18.729Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2019-10-21T23:14:25.792Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2019-10-21T23:14:36.090Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2019-10-21T23:14:40.767Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2019-10-21T23:14:40.767Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2019-10-21T23:14:40.767Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2019-10-21T23:14:45.443Z] === RUN TestDockerSuite/TestPsListContainersSize [2019-10-21T23:14:45.443Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2019-10-21T23:14:45.443Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2019-10-21T23:14:45.443Z] === RUN TestDockerSuite/TestPsRightTagName [2019-10-21T23:14:45.443Z] === RUN TestDockerSuite/TestPsShowMounts [2019-10-21T23:14:52.499Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2019-10-21T23:14:52.499Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2019-10-21T23:14:53.462Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2019-10-21T23:14:53.462Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2019-10-21T23:14:54.426Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2019-10-21T23:14:55.390Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2019-10-21T23:14:55.390Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2019-10-21T23:15:00.066Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2019-10-21T23:15:03.789Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2019-10-21T23:15:06.683Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2019-10-21T23:15:31.794Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2019-10-21T23:15:31.794Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2019-10-21T23:15:37.570Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2019-10-21T23:15:37.570Z] === RUN TestDockerSuite/TestRestartPolicyNO [2019-10-21T23:15:38.027Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2019-10-21T23:15:38.484Z] === RUN TestDockerSuite/TestRestartRunningContainer [2019-10-21T23:15:43.155Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2019-10-21T23:15:46.877Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2019-10-21T23:15:46.877Z] === RUN TestDockerSuite/TestRestartWithVolumes [2019-10-21T23:15:51.550Z] === RUN TestDockerSuite/TestRmiBlank [2019-10-21T23:15:51.550Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2019-10-21T23:15:51.550Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2019-10-21T23:16:06.332Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2019-10-21T23:16:08.501Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2019-10-21T23:16:09.465Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2019-10-21T23:16:16.526Z] === RUN TestDockerSuite/TestRmiImgIDForce [2019-10-21T23:16:26.825Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2019-10-21T23:16:35.371Z] === RUN TestDockerSuite/TestRmiParentImageFail [2019-10-21T23:16:39.096Z] === RUN TestDockerSuite/TestRmiTag [2019-10-21T23:16:39.730Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2019-10-21T23:16:41.900Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2019-10-21T23:17:32.546Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2019-10-21T23:17:32.546Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2019-10-21T23:17:34.716Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2019-10-21T23:17:35.683Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2019-10-21T23:17:35.683Z] === RUN TestDockerSuite/TestRunAddHost [2019-10-21T23:17:35.683Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2019-10-21T23:17:35.683Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2019-10-21T23:17:35.683Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2019-10-21T23:17:35.683Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2019-10-21T23:17:35.683Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2019-10-21T23:17:35.683Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2019-10-21T23:17:37.858Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2019-10-21T23:17:37.858Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2019-10-21T23:17:37.858Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2019-10-21T23:17:42.535Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2019-10-21T23:17:44.708Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2019-10-21T23:17:46.879Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2019-10-21T23:17:49.047Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2019-10-21T23:17:51.220Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2019-10-21T23:17:51.220Z] === RUN TestDockerSuite/TestRunBindMounts [2019-10-21T23:17:55.898Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2019-10-21T23:17:55.898Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2019-10-21T23:17:55.898Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2019-10-21T23:17:55.898Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2019-10-21T23:17:55.898Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2019-10-21T23:17:55.898Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2019-10-21T23:17:55.898Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2019-10-21T23:17:55.898Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2019-10-21T23:17:55.898Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2019-10-21T23:17:55.898Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2019-10-21T23:17:55.898Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2019-10-21T23:17:55.898Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2019-10-21T23:17:57.432Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2019-10-21T23:17:57.432Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2019-10-21T23:18:00.333Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2019-10-21T23:18:00.333Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2019-10-21T23:18:00.333Z] === RUN TestDockerSuite/TestRunContainerNetwork [2019-10-21T23:18:02.506Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2019-10-21T23:18:02.506Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2019-10-21T23:18:02.506Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2019-10-21T23:18:02.506Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2019-10-21T23:18:02.506Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2019-10-21T23:18:02.506Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2019-10-21T23:18:02.506Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2019-10-21T23:18:02.506Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2019-10-21T23:18:04.679Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2019-10-21T23:18:06.851Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2019-10-21T23:18:09.212Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2019-10-21T23:18:09.212Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2019-10-21T23:18:09.212Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2019-10-21T23:18:09.212Z] === RUN TestDockerSuite/TestRunCreateVolume [2019-10-21T23:18:11.383Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2019-10-21T23:18:11.383Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2019-10-21T23:18:11.383Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2019-10-21T23:18:11.383Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2019-10-21T23:18:11.383Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2019-10-21T23:18:13.552Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2019-10-21T23:18:25.920Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2019-10-21T23:18:25.920Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2019-10-21T23:18:25.920Z] === RUN TestDockerSuite/TestRunDNSOptions [2019-10-21T23:18:25.920Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2019-10-21T23:18:25.920Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2019-10-21T23:18:25.920Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2019-10-21T23:18:25.920Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2019-10-21T23:18:27.454Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2019-10-21T23:18:27.454Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2019-10-21T23:18:27.454Z] === RUN TestDockerSuite/TestRunDuplicateMount [2019-10-21T23:18:27.454Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2019-10-21T23:18:29.625Z] === RUN TestDockerSuite/TestRunEchoStdout [2019-10-21T23:18:31.797Z] === RUN TestDockerSuite/TestRunEmptyEnv [2019-10-21T23:18:31.797Z] === RUN TestDockerSuite/TestRunEntrypoint [2019-10-21T23:18:33.968Z] === RUN TestDockerSuite/TestRunEnvironment [2019-10-21T23:18:33.968Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2019-10-21T23:18:33.968Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2019-10-21T23:18:33.968Z] === RUN TestDockerSuite/TestRunExitCode [2019-10-21T23:18:41.025Z] === RUN TestDockerSuite/TestRunExitCodeOne [2019-10-21T23:18:48.080Z] === RUN TestDockerSuite/TestRunExitCodeZero [2019-10-21T23:18:49.612Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2019-10-21T23:18:51.786Z] === RUN TestDockerSuite/TestRunExposePort [2019-10-21T23:18:51.786Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2019-10-21T23:18:51.786Z] === RUN TestDockerSuite/TestRunGroupAdd [2019-10-21T23:18:51.786Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2019-10-21T23:18:51.786Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2019-10-21T23:18:51.786Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2019-10-21T23:18:51.786Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2019-10-21T23:18:51.786Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2019-10-21T23:18:51.786Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2019-10-21T23:19:00.339Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2019-10-21T23:19:00.339Z] === RUN TestDockerSuite/TestRunInvalidReference [2019-10-21T23:19:00.339Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2019-10-21T23:19:00.796Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2019-10-21T23:19:00.796Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2019-10-21T23:19:00.796Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2019-10-21T23:19:00.796Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2019-10-21T23:19:09.365Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2019-10-21T23:19:09.365Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2019-10-21T23:19:11.538Z] === RUN TestDockerSuite/TestRunModeHostname [2019-10-21T23:19:11.538Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2019-10-21T23:19:11.538Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2019-10-21T23:19:11.538Z] === RUN TestDockerSuite/TestRunModeIpcHost [2019-10-21T23:19:11.538Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2019-10-21T23:19:11.538Z] === RUN TestDockerSuite/TestRunModePIDContainer [2019-10-21T23:19:11.538Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2019-10-21T23:19:11.538Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2019-10-21T23:19:11.538Z] === RUN TestDockerSuite/TestRunModePIDHost [2019-10-21T23:19:11.538Z] === RUN TestDockerSuite/TestRunModeUTSHost [2019-10-21T23:19:11.538Z] === RUN TestDockerSuite/TestRunMount [2019-10-21T23:19:11.538Z] === RUN TestDockerSuite/TestRunMountOrdering [2019-10-21T23:19:11.538Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2019-10-21T23:19:11.538Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2019-10-21T23:19:11.538Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2019-10-21T23:19:18.732Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2019-10-21T23:19:18.732Z] === RUN TestDockerSuite/TestRunNamedVolume [2019-10-21T23:19:18.732Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2019-10-21T23:19:18.732Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2019-10-21T23:19:23.408Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2019-10-21T23:19:28.085Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2019-10-21T23:19:28.085Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2019-10-21T23:19:28.085Z] === RUN TestDockerSuite/TestRunNetHost [2019-10-21T23:19:28.085Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2019-10-21T23:19:28.085Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2019-10-21T23:19:28.085Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2019-10-21T23:19:28.085Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2019-10-21T23:19:28.085Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2019-10-21T23:19:28.085Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2019-10-21T23:19:28.085Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2019-10-21T23:19:28.085Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2019-10-21T23:19:29.048Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2019-10-21T23:19:31.217Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2019-10-21T23:19:32.747Z] === RUN TestDockerSuite/TestRunNonExistingImage [2019-10-21T23:19:33.712Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2019-10-21T23:19:35.883Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2019-10-21T23:19:35.883Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2019-10-21T23:19:35.883Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2019-10-21T23:19:36.340Z] === RUN TestDockerSuite/TestRunPortInUse [2019-10-21T23:19:36.340Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2019-10-21T23:19:36.340Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2019-10-21T23:19:36.340Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2019-10-21T23:19:36.340Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2019-10-21T23:19:36.340Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2019-10-21T23:19:39.233Z] === RUN TestDockerSuite/TestRunPublishPort [2019-10-21T23:19:39.233Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2019-10-21T23:19:39.233Z] === RUN TestDockerSuite/TestRunReadProcLatency [2019-10-21T23:19:39.233Z] === RUN TestDockerSuite/TestRunReadProcTimer [2019-10-21T23:19:39.233Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2019-10-21T23:19:39.233Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2019-10-21T23:19:51.583Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2019-10-21T23:19:51.583Z] === RUN TestDockerSuite/TestRunRm [2019-10-21T23:19:53.751Z] === RUN TestDockerSuite/TestRunRmAndWait [2019-10-21T23:19:58.422Z] === RUN TestDockerSuite/TestRunRmPre125Api [2019-10-21T23:20:01.314Z] === RUN TestDockerSuite/TestRunRootWorkdir [2019-10-21T23:20:02.844Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2019-10-21T23:20:05.013Z] === RUN TestDockerSuite/TestRunSetMacAddress [2019-10-21T23:20:07.183Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2019-10-21T23:20:07.183Z] === RUN TestDockerSuite/TestRunState [2019-10-21T23:20:07.183Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2019-10-21T23:20:09.353Z] === RUN TestDockerSuite/TestRunStdinPipe [2019-10-21T23:20:09.353Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2019-10-21T23:20:11.532Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2019-10-21T23:20:11.532Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2019-10-21T23:20:11.532Z] === RUN TestDockerSuite/TestRunTLSVerify [2019-10-21T23:20:11.532Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2019-10-21T23:20:11.532Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2019-10-21T23:20:11.532Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2019-10-21T23:20:16.219Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2019-10-21T23:20:16.219Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2019-10-21T23:20:16.219Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2019-10-21T23:20:16.219Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2019-10-21T23:20:16.219Z] === RUN TestDockerSuite/TestRunUnshareProc [2019-10-21T23:20:16.219Z] === RUN TestDockerSuite/TestRunUserByID [2019-10-21T23:20:16.219Z] === RUN TestDockerSuite/TestRunUserByIDBig [2019-10-21T23:20:16.219Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2019-10-21T23:20:16.219Z] === RUN TestDockerSuite/TestRunUserByIDZero [2019-10-21T23:20:16.219Z] === RUN TestDockerSuite/TestRunUserByName [2019-10-21T23:20:16.219Z] === RUN TestDockerSuite/TestRunUserDefaults [2019-10-21T23:20:18.388Z] === RUN TestDockerSuite/TestRunUserNotFound [2019-10-21T23:20:18.388Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2019-10-21T23:20:19.917Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2019-10-21T23:20:19.917Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2019-10-21T23:20:19.917Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2019-10-21T23:20:28.463Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2019-10-21T23:20:34.238Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2019-10-21T23:20:37.959Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2019-10-21T23:20:43.730Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2019-10-21T23:20:43.730Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2019-10-21T23:20:43.730Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2019-10-21T23:20:43.730Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2019-10-21T23:20:43.730Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2019-10-21T23:20:46.626Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2019-10-21T23:20:48.795Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2019-10-21T23:20:50.963Z] === RUN TestDockerSuite/TestRunWithBadDevice [2019-10-21T23:20:50.963Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2019-10-21T23:20:50.963Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2019-10-21T23:20:50.963Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2019-10-21T23:20:50.963Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2019-10-21T23:20:50.963Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2019-10-21T23:20:50.963Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2019-10-21T23:20:50.963Z] === RUN TestDockerSuite/TestRunWithUlimits [2019-10-21T23:20:50.963Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2019-10-21T23:20:54.683Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2019-10-21T23:20:56.218Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2019-10-21T23:20:58.386Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2019-10-21T23:21:03.059Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2019-10-21T23:21:03.059Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2019-10-21T23:21:03.059Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2019-10-21T23:21:03.059Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2019-10-21T23:21:03.059Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2019-10-21T23:21:03.059Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2019-10-21T23:21:03.059Z] === RUN TestDockerSuite/TestSaveCheckTimes [2019-10-21T23:21:03.059Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2019-10-21T23:21:03.059Z] === RUN TestDockerSuite/TestSaveImageId [2019-10-21T23:21:03.059Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2019-10-21T23:21:03.059Z] === RUN TestDockerSuite/TestSaveLoadParents [2019-10-21T23:21:03.059Z] === RUN TestDockerSuite/TestSaveMultipleNames [2019-10-21T23:21:03.059Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2019-10-21T23:21:03.059Z] === RUN TestDockerSuite/TestSaveSingleTag [2019-10-21T23:21:03.059Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2019-10-21T23:21:03.059Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2019-10-21T23:21:03.059Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2019-10-21T23:21:03.059Z] === RUN TestDockerSuite/TestSearchCmdOptions [2019-10-21T23:21:05.227Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2019-10-21T23:21:05.684Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2019-10-21T23:21:06.140Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2019-10-21T23:21:06.140Z] === RUN TestDockerSuite/TestSearchWithLimit [2019-10-21T23:21:07.669Z] === RUN TestDockerSuite/TestSlowStdinClosing [2019-10-21T23:21:14.864Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2019-10-21T23:21:14.864Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2019-10-21T23:21:21.917Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2019-10-21T23:21:21.917Z] === RUN TestDockerSuite/TestStartAttachSilent [2019-10-21T23:21:25.635Z] === RUN TestDockerSuite/TestStartAttachWithRename [2019-10-21T23:21:25.635Z] === RUN TestDockerSuite/TestStartMultipleContainers [2019-10-21T23:21:25.635Z] === RUN TestDockerSuite/TestStartPausedContainer [2019-10-21T23:21:25.635Z] === RUN TestDockerSuite/TestStartRecordError [2019-10-21T23:21:25.635Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2019-10-21T23:21:31.409Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2019-10-21T23:21:31.409Z] === RUN TestDockerSuite/TestStatsAllNoStream [2019-10-21T23:21:31.409Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2019-10-21T23:21:31.409Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2019-10-21T23:21:31.409Z] === RUN TestDockerSuite/TestStatsFormatAll [2019-10-21T23:21:31.409Z] === RUN TestDockerSuite/TestStatsNoStream [2019-10-21T23:21:31.409Z] === RUN TestDockerSuite/TestTopMultipleArgs [2019-10-21T23:21:32.939Z] === RUN TestDockerSuite/TestTopNonPrivileged [2019-10-21T23:21:35.109Z] === RUN TestDockerSuite/TestTopPrivileged [2019-10-21T23:21:35.109Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2019-10-21T23:21:37.282Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2019-10-21T23:21:37.282Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2019-10-21T23:21:37.282Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2019-10-21T23:21:37.282Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2019-10-21T23:21:37.282Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2019-10-21T23:21:37.282Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2019-10-21T23:21:37.282Z] === RUN TestDockerSuite/TestVolumeCLICreate [2019-10-21T23:21:54.937Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2019-10-21T23:21:54.937Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2019-10-21T23:21:54.937Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2019-10-21T23:21:54.937Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2019-10-21T23:21:54.937Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2019-10-21T23:21:54.937Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2019-10-21T23:21:54.937Z] === RUN TestDockerSuite/TestVolumeCLILs [2019-10-21T23:21:56.580Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2019-10-21T23:21:56.580Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2019-10-21T23:21:59.477Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2019-10-21T23:21:59.933Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2019-10-21T23:22:00.391Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2019-10-21T23:22:00.391Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2019-10-21T23:22:00.848Z] === RUN TestDockerSuite/TestVolumeCLIRm [2019-10-21T23:22:09.405Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2019-10-21T23:22:09.405Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2019-10-21T23:22:09.405Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2019-10-21T23:22:09.405Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2019-10-21T23:22:09.405Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2019-10-21T23:22:16.467Z] === RUN TestDockerSuite/TestVolumeLsFormat [2019-10-21T23:22:16.467Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2019-10-21T23:22:16.467Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2019-10-21T23:22:28.817Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2019-10-21T23:22:28.817Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite (2642.98s) [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2019-10-21T23:22:30.352Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2019-10-21T23:22:30.352Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2019-10-21T23:22:30.352Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2019-10-21T23:22:30.352Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.67s) [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.26s) [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.63s) [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.38s) [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (142.12s) [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.82s) [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.06s) [2019-10-21T23:22:30.352Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2019-10-21T23:22:30.352Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.352Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2019-10-21T23:22:30.352Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.352Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2019-10-21T23:22:30.352Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.352Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2019-10-21T23:22:30.352Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.352Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2019-10-21T23:22:30.352Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.352Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2019-10-21T23:22:30.352Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.352Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2019-10-21T23:22:30.352Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.03s) [2019-10-21T23:22:30.352Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2019-10-21T23:22:30.352Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (7.20s) [2019-10-21T23:22:30.352Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2019-10-21T23:22:30.352Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.352Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2019-10-21T23:22:30.352Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.92s) [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.07s) [2019-10-21T23:22:30.352Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2019-10-21T23:22:30.352Z] docker_cli_run_test.go:3181: unmatched requirement Apparmor [2019-10-21T23:22:30.352Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2019-10-21T23:22:30.352Z] docker_cli_run_test.go:3159: unmatched requirement Apparmor [2019-10-21T23:22:30.352Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2019-10-21T23:22:30.352Z] docker_cli_run_test.go:3171: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.352Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2019-10-21T23:22:30.352Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.99s) [2019-10-21T23:22:30.352Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2019-10-21T23:22:30.352Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2019-10-21T23:22:30.352Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2019-10-21T23:22:30.352Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (8.52s) [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (118.33s) [2019-10-21T23:22:30.352Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.47s) [2019-10-21T23:22:30.352Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (6.30s) [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.45s) [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.84s) [2019-10-21T23:22:30.352Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2019-10-21T23:22:30.352Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.352Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2019-10-21T23:22:30.352Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.352Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2019-10-21T23:22:30.352Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.25s) [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.81s) [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.99s) [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.32s) [2019-10-21T23:22:30.352Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2019-10-21T23:22:30.352Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.352Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2019-10-21T23:22:30.352Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.63s) [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (12.68s) [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (5.13s) [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.92s) [2019-10-21T23:22:30.352Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2019-10-21T23:22:30.352Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.26s) [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.44s) [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (5.16s) [2019-10-21T23:22:30.352Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2019-10-21T23:22:30.352Z] docker_cli_build_test.go:2817: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.352Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2019-10-21T23:22:30.352Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.352Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2019-10-21T23:22:30.352Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.352Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2019-10-21T23:22:30.352Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.48s) [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestBuildAddTar (39.98s) [2019-10-21T23:22:30.352Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2019-10-21T23:22:30.352Z] docker_cli_build_test.go:2953: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.352Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.42s) [2019-10-21T23:22:30.352Z] docker_cli_build_test.go:3000: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (27.29s) [2019-10-21T23:22:30.352Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.90s) [2019-10-21T23:22:30.352Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.66s) [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (7.48s) [2019-10-21T23:22:30.352Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.15s) [2019-10-21T23:22:30.352Z] docker_cli_build_test.go:4463: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.43s) [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (10.07s) [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (9.50s) [2019-10-21T23:22:30.352Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.52s) [2019-10-21T23:22:30.352Z] docker_cli_build_test.go:4486: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (5.54s) [2019-10-21T23:22:30.352Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2019-10-21T23:22:30.352Z] docker_cli_build_test.go:4609: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.352Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2019-10-21T23:22:30.352Z] docker_cli_build_test.go:4528: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.34s) [2019-10-21T23:22:30.352Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2019-10-21T23:22:30.352Z] docker_cli_build_test.go:4411: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.352Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.56s) [2019-10-21T23:22:30.352Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2019-10-21T23:22:30.352Z] docker_cli_build_test.go:4265: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.352Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:4294: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (33.90s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.10s) [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.84s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:4439: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.42s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.55s) [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:5428: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.81s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.39s) [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2019-10-21T23:22:30.353Z] docker_api_build_test.go:407: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:3576: unmatched requirement UnixCli [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.36s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.86s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildCmd (0.54s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.59s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.59s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.23s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.14s) [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:2647: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.15s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildContChar (14.05s) [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:3975: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.49s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.16s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.84s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.50s) [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.79s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.64s) [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.71s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (35.65s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.63s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.41s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (6.85s) [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.42s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.41s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.51s) [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (24.03s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.72s) [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.42s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (18.77s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.77s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.90s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.66s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.56s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.63s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildDockerignore (74.66s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.04s) [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.44s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:5151: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (65.83s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.76s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.88s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (25.47s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (11.67s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (10.59s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (33.90s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (10.95s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (15.75s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (94.24s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.49s) [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.42s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:2636: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:3171: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.56s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.06s) [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:3938: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.52s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.50s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.08s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.33s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.17s) [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.37s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:2719: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:2750: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.39s) [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.94s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.21s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (18.57s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.69s) [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:3304: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildFails (6.88s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.13s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.26s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.04s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildForceRm (6.87s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildFromGit (6.16s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.73s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (6.10s) [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:3703: unmatched requirement UnixCli [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.80s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.55s) [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:3754: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (9.47s) [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildHistory (11.08s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.91s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.01s) [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:2208: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.78s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.10s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.67s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildLabel (0.87s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.59s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.86s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.52s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildLabels (0.97s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.55s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.24s) [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:2625: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.11s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.10s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.51s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.73s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.41s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (25.03s) [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:5522: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.14s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (31.28s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (19.50s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (10.04s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (11.68s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (7.26s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (23.52s) [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:5949: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.54s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.62s) [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:5558: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:5546: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.46s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (5.09s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.16s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.27s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.14s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.33s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (2.84s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.22s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildOnBuild (10.29s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.50s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (14.31s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.70s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (9.56s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.69s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.70s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.11s) [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:6007: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.10s) [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:3953: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (42.60s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (19.24s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildRm (13.66s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.32s) [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2019-10-21T23:22:30.353Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.45s) [2019-10-21T23:22:30.353Z] docker_api_build_test.go:518: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.39s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.37s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.41s) [2019-10-21T23:22:30.353Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.98s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (20.70s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.89s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.62s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (12.43s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.35s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.12s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.12s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestBuildStderr (4.79s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (20.61s) [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.41s) [2019-10-21T23:22:30.354Z] docker_cli_build_test.go:4073: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.95s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.27s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.99s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.65s) [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2019-10-21T23:22:30.354Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2019-10-21T23:22:30.354Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2019-10-21T23:22:30.354Z] docker_cli_build_test.go:2661: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.69s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.57s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (7.37s) [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2019-10-21T23:22:30.354Z] docker_cli_build_test.go:3880: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2019-10-21T23:22:30.354Z] docker_cli_build_test.go:3675: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (23.43s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.05s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (14.75s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.68s) [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.42s) [2019-10-21T23:22:30.354Z] docker_cli_build_test.go:5574: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2019-10-21T23:22:30.354Z] docker_cli_build_test.go:5590: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.54s) [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.46s) [2019-10-21T23:22:30.354Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (12.47s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestBuildWithTabs (5.10s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.50s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (14.80s) [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.43s) [2019-10-21T23:22:30.354Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.43s) [2019-10-21T23:22:30.354Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2019-10-21T23:22:30.354Z] docker_cli_build_test.go:6087: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.31s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (9.03s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.03s) [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.41s) [2019-10-21T23:22:30.354Z] docker_cli_build_test.go:3657: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2019-10-21T23:22:30.354Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2019-10-21T23:22:30.354Z] docker_cli_sni_test.go:18: Flakey test [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.06s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.81s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestCommitChange (5.27s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.89s) [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2019-10-21T23:22:30.354Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestCommitNewFile (7.01s) [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2019-10-21T23:22:30.354Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestCommitTTY (7.46s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (5.50s) [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2019-10-21T23:22:30.354Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2019-10-21T23:22:30.354Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2019-10-21T23:22:30.354Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2019-10-21T23:22:30.354Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2019-10-21T23:22:30.354Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2019-10-21T23:22:30.354Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2019-10-21T23:22:30.354Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.06s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainerAPICommit (7.46s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (7.16s) [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2019-10-21T23:22:30.354Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.10s) [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2019-10-21T23:22:30.354Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2019-10-21T23:22:30.354Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2019-10-21T23:22:30.354Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.01s) [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2019-10-21T23:22:30.354Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.42s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2019-10-21T23:22:30.354Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2019-10-21T23:22:30.354Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2019-10-21T23:22:30.354Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.50s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.13s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.11s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2019-10-21T23:22:30.354Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.42s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.48s) [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2019-10-21T23:22:30.354Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2019-10-21T23:22:30.354Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.33s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.01s) [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2019-10-21T23:22:30.354Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.64s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.24s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.18s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (8.60s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.85s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.05s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.70s) [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2019-10-21T23:22:30.354Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.31s) [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2019-10-21T23:22:30.354Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.04s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.12s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.80s) [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2019-10-21T23:22:30.354Z] docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2019-10-21T23:22:30.354Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2019-10-21T23:22:30.354Z] docker_cli_run_test.go:3562: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2019-10-21T23:22:30.354Z] docker_cli_run_test.go:3593: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2019-10-21T23:22:30.354Z] docker_cli_run_test.go:3576: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.61s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (26.75s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (7.40s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.55s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.33s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.36s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000952ac0_} (7.41s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1933962126_c:\foo_false____} (2.32s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1933962126_c:\foo_true____} (2.35s) [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2019-10-21T23:22:30.354Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.20s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.01s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.03s) [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2019-10-21T23:22:30.354Z] docker_cli_run_test.go:3466: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2019-10-21T23:22:30.354Z] docker_cli_run_test.go:3458: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2019-10-21T23:22:30.354Z] docker_cli_run_test.go:3485: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2019-10-21T23:22:30.354Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2019-10-21T23:22:30.354Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (7.12s) [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2019-10-21T23:22:30.354Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2019-10-21T23:22:30.354Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2019-10-21T23:22:30.354Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2019-10-21T23:22:30.354Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2019-10-21T23:22:30.354Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2019-10-21T23:22:30.354Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2019-10-21T23:22:30.354Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2019-10-21T23:22:30.354Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2019-10-21T23:22:30.354Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2019-10-21T23:22:30.354Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2019-10-21T23:22:30.354Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2019-10-21T23:22:30.354Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2019-10-21T23:22:30.354Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.65s) [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s) [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2019-10-21T23:22:30.354Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.354Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.33s) [2019-10-21T23:22:30.354Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2019-10-21T23:22:30.354Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2019-10-21T23:22:30.355Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2019-10-21T23:22:30.355Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.58s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.24s) [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestCpToCaseE (13.45s) [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestCpToCaseH (8.73s) [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestCpToDot (2.28s) [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2019-10-21T23:22:30.355Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestCpToStdout (7.20s) [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2019-10-21T23:22:30.355Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2019-10-21T23:22:30.355Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.19s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestCreateArgs (0.20s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.84s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.13s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.27s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.18s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.04s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.69s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestCreateLabels (0.20s) [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestCreateRM (0.37s) [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.19s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.36s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (8.00s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.21s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.56s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.41s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.18s) [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2019-10-21T23:22:30.355Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.18s) [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2019-10-21T23:22:30.355Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.12s) [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2019-10-21T23:22:30.355Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2019-10-21T23:22:30.355Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2019-10-21T23:22:30.355Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2019-10-21T23:22:30.355Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2019-10-21T23:22:30.355Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2019-10-21T23:22:30.355Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2019-10-21T23:22:30.355Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2019-10-21T23:22:30.355Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_run_test.go:2995: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestDockerFails (0.08s) [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.29s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.19s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.31s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (17.61s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestEventsCopy (5.50s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (4.93s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (6.84s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.87s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.96s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.10s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.17s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestEventsFilters (4.56s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestEventsFormat (4.38s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.08s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.08s) [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.22s) [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestEventsRename (2.32s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestEventsResize (2.65s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.10s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.61s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.76s) [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestEventsUntag (2.78s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.55s) [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2019-10-21T23:22:30.355Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.96s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.76s) [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2019-10-21T23:22:30.355Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2019-10-21T23:22:30.355Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2019-10-21T23:22:30.355Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.01s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.04s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.99s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.90s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.06s) [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.15s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestExecInspectID (4.61s) [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2019-10-21T23:22:30.355Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.39s) [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2019-10-21T23:22:30.355Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.17s) [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (7.96s) [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.88s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.87s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.13s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.83s) [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2019-10-21T23:22:30.355Z] docker_api_attach_test.go:27: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.14s) [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.08s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.08s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.08s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.94s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.08s) [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.08s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.08s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.37s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.61s) [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.97s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.10s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.77s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.32s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.10s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.42s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestImagesFormat (0.21s) [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.66s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s) [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestImportBadURL (2.38s) [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.08s) [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestInfoDebug (0.01s) [2019-10-21T23:22:30.355Z] docker_cli_info_test.go:178: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.355Z] --- SKIP: TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName (0.34s) [2019-10-21T23:22:30.356Z] docker_cli_info_test.go:107: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestInfoDiscoveryBackend (0.01s) [2019-10-21T23:22:30.356Z] docker_cli_info_test.go:73: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestInfoDiscoveryInvalidAdvertise (0.03s) [2019-10-21T23:22:30.356Z] docker_cli_info_test.go:90: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2019-10-21T23:22:30.356Z] docker_cli_info_test.go:144: unmatched requirement IsPausable [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2019-10-21T23:22:30.356Z] docker_cli_info_test.go:131: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2019-10-21T23:22:30.356Z] docker_cli_info_test.go:161: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.09s) [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestInfoFormat (0.14s) [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestInsecureRegistries (0.01s) [2019-10-21T23:22:30.356Z] docker_cli_info_test.go:196: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2019-10-21T23:22:30.356Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2019-10-21T23:22:30.356Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.12s) [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.00s) [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2019-10-21T23:22:30.356Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2019-10-21T23:22:30.356Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.10s) [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2019-10-21T23:22:30.356Z] docker_cli_inspect_test.go:412: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.10s) [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.23s) [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.09s) [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2019-10-21T23:22:30.356Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2019-10-21T23:22:30.356Z] docker_cli_inspect_test.go:391: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2019-10-21T23:22:30.356Z] docker_cli_inspect_test.go:379: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestInspectDefault (2.10s) [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestInspectHistory (5.10s) [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2019-10-21T23:22:30.356Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2019-10-21T23:22:30.356Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2019-10-21T23:22:30.356Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.32s) [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.05s) [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.19s) [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.17s) [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.44s) [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2019-10-21T23:22:30.356Z] docker_cli_inspect_test.go:422: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.08s) [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.16s) [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestInspectStatus (2.63s) [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.52s) [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.35s) [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.05s) [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.11s) [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.13s) [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.40s) [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.90s) [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.09s) [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2019-10-21T23:22:30.356Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2019-10-21T23:22:30.356Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2019-10-21T23:22:30.356Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2019-10-21T23:22:30.356Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2019-10-21T23:22:30.356Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2019-10-21T23:22:30.356Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2019-10-21T23:22:30.356Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2019-10-21T23:22:30.356Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2019-10-21T23:22:30.356Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2019-10-21T23:22:30.356Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2019-10-21T23:22:30.356Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2019-10-21T23:22:30.356Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2019-10-21T23:22:30.356Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2019-10-21T23:22:30.356Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2019-10-21T23:22:30.356Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2019-10-21T23:22:30.356Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.81s) [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.85s) [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.48s) [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.09s) [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2019-10-21T23:22:30.356Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.92s) [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.08s) [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.62s) [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.68s) [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.69s) [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.71s) [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.57s) [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2019-10-21T23:22:30.356Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.50s) [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.12s) [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestLogsSince (8.91s) [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2019-10-21T23:22:30.356Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2019-10-21T23:22:30.356Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestLogsTail (2.70s) [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.43s) [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.10s) [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2019-10-21T23:22:30.356Z] docker_cli_run_test.go:2909: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2019-10-21T23:22:30.356Z] docker_cli_run_test.go:2918: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2019-10-21T23:22:30.356Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2019-10-21T23:22:30.356Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2019-10-21T23:22:30.356Z] docker_cli_run_test.go:3512: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2019-10-21T23:22:30.356Z] docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2019-10-21T23:22:30.356Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2019-10-21T23:22:30.356Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.10s) [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2019-10-21T23:22:30.356Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2019-10-21T23:22:30.356Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2019-10-21T23:22:30.356Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2019-10-21T23:22:30.356Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2019-10-21T23:22:30.814Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2019-10-21T23:22:30.814Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2019-10-21T23:22:30.814Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2019-10-21T23:22:30.814Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2019-10-21T23:22:30.814Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2019-10-21T23:22:30.814Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.26s) [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2019-10-21T23:22:30.814Z] docker_api_attach_test.go:101: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2019-10-21T23:22:30.814Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2019-10-21T23:22:30.814Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2019-10-21T23:22:30.814Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2019-10-21T23:22:30.814Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2019-10-21T23:22:30.814Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2019-10-21T23:22:30.814Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2019-10-21T23:22:30.814Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.41s) [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2019-10-21T23:22:30.814Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestPsByOrder (8.56s) [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2019-10-21T23:22:30.814Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestPsListContainersBase (8.57s) [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (13.00s) [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.30s) [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2019-10-21T23:22:30.814Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (14.12s) [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (6.74s) [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (11.44s) [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.28s) [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2019-10-21T23:22:30.814Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2019-10-21T23:22:30.814Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.48s) [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2019-10-21T23:22:30.814Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2019-10-21T23:22:30.814Z] docker_cli_ps_test.go:845: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2019-10-21T23:22:30.814Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2019-10-21T23:22:30.814Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestPsShowMounts (6.69s) [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2019-10-21T23:22:30.814Z] docker_cli_run_test.go:3144: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.39s) [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2019-10-21T23:22:30.814Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.33s) [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (1.02s) [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2019-10-21T23:22:30.814Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.07s) [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.05s) [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.53s) [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (25.18s) [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2019-10-21T23:22:30.814Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (6.06s) [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.25s) [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.18s) [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.75s) [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.18s) [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.14s) [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2019-10-21T23:22:30.814Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.04s) [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestRmiBlank (0.08s) [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.30s) [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (14.44s) [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.74s) [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.70s) [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.82s) [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (10.37s) [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (7.83s) [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.74s) [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestRmiTag (0.74s) [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.21s) [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (44.76s) [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.39s) [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.28s) [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.12s) [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2019-10-21T23:22:30.814Z] docker_cli_run_test.go:4520: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2019-10-21T23:22:30.814Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2019-10-21T23:22:30.814Z] docker_cli_run_test.go:4037: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2019-10-21T23:22:30.814Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2019-10-21T23:22:30.814Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2019-10-21T23:22:30.814Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2019-10-21T23:22:30.814Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.04s) [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2019-10-21T23:22:30.814Z] docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2019-10-21T23:22:30.814Z] docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.23s) [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.90s) [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (1.99s) [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (1.95s) [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.00s) [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.08s) [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.38s) [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2019-10-21T23:22:30.814Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2019-10-21T23:22:30.814Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2019-10-21T23:22:30.814Z] docker_cli_run_test.go:3008: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2019-10-21T23:22:30.814Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2019-10-21T23:22:30.814Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2019-10-21T23:22:30.814Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2019-10-21T23:22:30.814Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2019-10-21T23:22:30.814Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2019-10-21T23:22:30.814Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2019-10-21T23:22:30.814Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2019-10-21T23:22:30.814Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (1.98s) [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2019-10-21T23:22:30.814Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.82s) [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2019-10-21T23:22:30.814Z] docker_cli_run_test.go:3336: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2019-10-21T23:22:30.814Z] docker_cli_run_test.go:3360: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.06s) [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2019-10-21T23:22:30.814Z] docker_cli_run_test.go:3327: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2019-10-21T23:22:30.814Z] docker_cli_run_test.go:3312: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2019-10-21T23:22:30.814Z] docker_cli_run_test.go:3237: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.814Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2019-10-21T23:22:30.814Z] docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.16s) [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.25s) [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.02s) [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:3202: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.10s) [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.16s) [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (11.98s) [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:4002: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.02s) [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.11s) [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:4177: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.02s) [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.00s) [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:4260: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.13s) [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunExitCode (6.81s) [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (6.88s) [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.02s) [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.39s) [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunExposePort (0.08s) [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:4499: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:4512: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:4244: unmatched requirement IsolationIsHyperv [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:3725: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (8.53s) [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:3272: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.08s) [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:3381: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (8.85s) [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:3391: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.77s) [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:3425: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:4322: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:4310: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.25s) [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:3214: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:3856: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.71s) [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.04s) [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:3849: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:3069: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:3093: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:3115: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:3439: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.34s) [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.02s) [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.87s) [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.04s) [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.94s) [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.98s) [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.69s) [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:2983: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:2886: unmatched requirement Apparmor [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:2865: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:2850: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (12.41s) [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunRm (2.20s) [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.07s) [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.23s) [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.03s) [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.88s) [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.37s) [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.02s) [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.10s) [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.18s) [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.55s) [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:2925: unmatched requirement Apparmor [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunUserDefaults (1.92s) [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (1.92s) [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:3967: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:3960: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (7.60s) [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (6.32s) [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.02s) [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.64s) [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2019-10-21T23:22:30.815Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.815Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.11s) [2019-10-21T23:22:30.815Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2019-10-21T23:22:30.816Z] docker_cli_run_test.go:3771: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2019-10-21T23:22:30.816Z] docker_cli_run_test.go:3802: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.64s) [2019-10-21T23:22:30.816Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.10s) [2019-10-21T23:22:30.816Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.09s) [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2019-10-21T23:22:30.816Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2019-10-21T23:22:30.816Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2019-10-21T23:22:30.816Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2019-10-21T23:22:30.816Z] docker_cli_run_test.go:3741: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2019-10-21T23:22:30.816Z] docker_cli_run_test.go:3752: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2019-10-21T23:22:30.816Z] docker_cli_run_test.go:2830: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2019-10-21T23:22:30.816Z] docker_cli_run_test.go:3226: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.80s) [2019-10-21T23:22:30.816Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.69s) [2019-10-21T23:22:30.816Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.97s) [2019-10-21T23:22:30.816Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (3.99s) [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2019-10-21T23:22:30.816Z] docker_cli_run_test.go:3042: unmatched requirement Apparmor [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2019-10-21T23:22:30.816Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2019-10-21T23:22:30.816Z] docker_cli_run_test.go:2841: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2019-10-21T23:22:30.816Z] docker_cli_run_test.go:3639: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2019-10-21T23:22:30.816Z] docker_cli_run_test.go:3650: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2019-10-21T23:22:30.816Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2019-10-21T23:22:30.816Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2019-10-21T23:22:30.816Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2019-10-21T23:22:30.816Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2019-10-21T23:22:30.816Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2019-10-21T23:22:30.816Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2019-10-21T23:22:30.816Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2019-10-21T23:22:30.816Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2019-10-21T23:22:30.816Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2019-10-21T23:22:30.816Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2019-10-21T23:22:30.816Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2019-10-21T23:22:30.816Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.47s) [2019-10-21T23:22:30.816Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.44s) [2019-10-21T23:22:30.816Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.42s) [2019-10-21T23:22:30.816Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.28s) [2019-10-21T23:22:30.816Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.58s) [2019-10-21T23:22:30.816Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (6.05s) [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2019-10-21T23:22:30.816Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.49s) [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2019-10-21T23:22:30.816Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- PASS: TestDockerSuite/TestStartAttachSilent (3.85s) [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2019-10-21T23:22:30.816Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2019-10-21T23:22:30.816Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2019-10-21T23:22:30.816Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2019-10-21T23:22:30.816Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (5.37s) [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2019-10-21T23:22:30.816Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2019-10-21T23:22:30.816Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2019-10-21T23:22:30.816Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2019-10-21T23:22:30.816Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2019-10-21T23:22:30.816Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2019-10-21T23:22:30.816Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.13s) [2019-10-21T23:22:30.816Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.31s) [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2019-10-21T23:22:30.816Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.02s) [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2019-10-21T23:22:30.816Z] docker_cli_run_test.go:3450: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2019-10-21T23:22:30.816Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2019-10-21T23:22:30.816Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2019-10-21T23:22:30.816Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2019-10-21T23:22:30.816Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2019-10-21T23:22:30.816Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.33s) [2019-10-21T23:22:30.816Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.18s) [2019-10-21T23:22:30.816Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.27s) [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2019-10-21T23:22:30.816Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.37s) [2019-10-21T23:22:30.816Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.33s) [2019-10-21T23:22:30.816Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.16s) [2019-10-21T23:22:30.816Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.74s) [2019-10-21T23:22:30.816Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.08s) [2019-10-21T23:22:30.816Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.83s) [2019-10-21T23:22:30.816Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.40s) [2019-10-21T23:22:30.816Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.44s) [2019-10-21T23:22:30.816Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s) [2019-10-21T23:22:30.816Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.20s) [2019-10-21T23:22:30.816Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (7.73s) [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2019-10-21T23:22:30.816Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.66s) [2019-10-21T23:22:30.816Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.21s) [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2019-10-21T23:22:30.816Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (6.19s) [2019-10-21T23:22:30.816Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.31s) [2019-10-21T23:22:30.816Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.28s) [2019-10-21T23:22:30.816Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (12.75s) [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2019-10-21T23:22:30.816Z] docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.39s) [2019-10-21T23:22:30.816Z] === RUN TestDockerRegistrySuite [2019-10-21T23:22:30.816Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2019-10-21T23:22:30.816Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2019-10-21T23:22:30.816Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2019-10-21T23:22:30.816Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2019-10-21T23:22:30.816Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2019-10-21T23:22:30.816Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2019-10-21T23:22:30.816Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2019-10-21T23:22:30.816Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2019-10-21T23:22:30.816Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2019-10-21T23:22:30.816Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2019-10-21T23:22:30.816Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2019-10-21T23:22:30.816Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2019-10-21T23:22:30.816Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2019-10-21T23:22:30.816Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2019-10-21T23:22:30.816Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2019-10-21T23:22:30.816Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2019-10-21T23:22:30.816Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2019-10-21T23:22:30.816Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2019-10-21T23:22:30.816Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2019-10-21T23:22:30.816Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2019-10-21T23:22:30.816Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2019-10-21T23:22:30.816Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2019-10-21T23:22:30.816Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2019-10-21T23:22:30.816Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2019-10-21T23:22:30.816Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2019-10-21T23:22:30.816Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2019-10-21T23:22:30.816Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2019-10-21T23:22:30.816Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2019-10-21T23:22:30.816Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2019-10-21T23:22:30.816Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2019-10-21T23:22:30.816Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2019-10-21T23:22:30.816Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2019-10-21T23:22:30.816Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2019-10-21T23:22:30.816Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2019-10-21T23:22:30.816Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2019-10-21T23:22:30.816Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2019-10-21T23:22:30.816Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2019-10-21T23:22:30.816Z] === RUN TestDockerRegistrySuite/TestV2Only [2019-10-21T23:22:30.816Z] --- PASS: TestDockerRegistrySuite (0.03s) [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2019-10-21T23:22:30.816Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2019-10-21T23:22:30.816Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2019-10-21T23:22:30.816Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2019-10-21T23:22:30.816Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2019-10-21T23:22:30.816Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2019-10-21T23:22:30.816Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2019-10-21T23:22:30.816Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2019-10-21T23:22:30.816Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2019-10-21T23:22:30.816Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2019-10-21T23:22:30.816Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2019-10-21T23:22:30.816Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2019-10-21T23:22:30.816Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2019-10-21T23:22:30.816Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2019-10-21T23:22:30.816Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2019-10-21T23:22:30.816Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2019-10-21T23:22:30.816Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2019-10-21T23:22:30.816Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2019-10-21T23:22:30.816Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2019-10-21T23:22:30.816Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2019-10-21T23:22:30.816Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2019-10-21T23:22:30.816Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2019-10-21T23:22:30.816Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2019-10-21T23:22:30.816Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2019-10-21T23:22:30.816Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2019-10-21T23:22:30.816Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2019-10-21T23:22:30.816Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2019-10-21T23:22:30.816Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2019-10-21T23:22:30.816Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2019-10-21T23:22:30.816Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2019-10-21T23:22:30.816Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2019-10-21T23:22:30.816Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.816Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] === RUN TestDockerSchema1RegistrySuite [2019-10-21T23:22:30.817Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2019-10-21T23:22:30.817Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2019-10-21T23:22:30.817Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2019-10-21T23:22:30.817Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2019-10-21T23:22:30.817Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2019-10-21T23:22:30.817Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2019-10-21T23:22:30.817Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2019-10-21T23:22:30.817Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2019-10-21T23:22:30.817Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2019-10-21T23:22:30.817Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2019-10-21T23:22:30.817Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2019-10-21T23:22:30.817Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2019-10-21T23:22:30.817Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2019-10-21T23:22:30.817Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2019-10-21T23:22:30.817Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2019-10-21T23:22:30.817Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2019-10-21T23:22:30.817Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2019-10-21T23:22:30.817Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2019-10-21T23:22:30.817Z] --- PASS: TestDockerSchema1RegistrySuite (0.03s) [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2019-10-21T23:22:30.817Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2019-10-21T23:22:30.817Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2019-10-21T23:22:30.817Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2019-10-21T23:22:30.817Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2019-10-21T23:22:30.817Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2019-10-21T23:22:30.817Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2019-10-21T23:22:30.817Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2019-10-21T23:22:30.817Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2019-10-21T23:22:30.817Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] === RUN TestDockerRegistryAuthTokenSuite [2019-10-21T23:22:30.817Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2019-10-21T23:22:30.817Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2019-10-21T23:22:30.817Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2019-10-21T23:22:30.817Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2019-10-21T23:22:30.817Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2019-10-21T23:22:30.817Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:268: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:268: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:268: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:268: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:268: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] === RUN TestDockerDaemonSuite [2019-10-21T23:22:30.817Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2019-10-21T23:22:30.817Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2019-10-21T23:22:30.817Z] === RUN TestDockerDaemonSuite/TestRegistryMirrors [2019-10-21T23:22:30.817Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2019-10-21T23:22:30.817Z] --- PASS: TestDockerDaemonSuite (0.00s) [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:302: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:302: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerDaemonSuite/TestRegistryMirrors (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:302: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:302: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] === RUN TestDockerSwarmSuite [2019-10-21T23:22:30.817Z] --- PASS: TestDockerSwarmSuite (0.00s) [2019-10-21T23:22:30.817Z] === RUN TestDockerPluginSuite [2019-10-21T23:22:30.817Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2019-10-21T23:22:30.817Z] === RUN TestDockerPluginSuite/TestPluginCreate [2019-10-21T23:22:30.817Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2019-10-21T23:22:30.817Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2019-10-21T23:22:30.817Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2019-10-21T23:22:30.817Z] === RUN TestDockerPluginSuite/TestPluginInspect [2019-10-21T23:22:30.817Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2019-10-21T23:22:30.817Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2019-10-21T23:22:30.817Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2019-10-21T23:22:30.817Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2019-10-21T23:22:30.817Z] === RUN TestDockerPluginSuite/TestPluginSet [2019-10-21T23:22:30.817Z] --- PASS: TestDockerPluginSuite (0.00s) [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] === RUN TestDockerExternalVolumeSuite [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:128: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] === RUN TestDockerNetworkSuite [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:134: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] === RUN TestDockerHubPullSuite [2019-10-21T23:22:30.817Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2019-10-21T23:22:30.817Z] check_test.go:142: unmatched requirement DaemonIsLinux [2019-10-21T23:22:30.817Z] PASS [2019-10-21T23:22:30.817Z] ok github.com/docker/docker/integration-cli 2643.797s [2019-10-21T23:22:30.817Z] INFO: Integration tests ended at 10/21/2019 23:22:30. Duration:00:44:15.1530542 [2019-10-21T23:22:30.817Z] INFO: Docker info of the daemon under test at end of run [2019-10-21T23:22:30.817Z] [2019-10-21T23:22:30.817Z] Containers: 2 [2019-10-21T23:22:30.817Z] Running: 0 [2019-10-21T23:22:30.817Z] Paused: 0 [2019-10-21T23:22:30.817Z] Stopped: 2 [2019-10-21T23:22:30.817Z] Images: 12 [2019-10-21T23:22:30.817Z] Server Version: 0.0.0-dev [2019-10-21T23:22:30.817Z] Storage Driver: windowsfilter [2019-10-21T23:22:30.817Z] Windows: [2019-10-21T23:22:30.817Z] Logging Driver: json-file [2019-10-21T23:22:30.817Z] Plugins: [2019-10-21T23:22:30.817Z] Volume: local [2019-10-21T23:22:30.817Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2019-10-21T23:22:30.817Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-10-21T23:22:30.817Z] Swarm: inactive [2019-10-21T23:22:30.817Z] Default Isolation: process [2019-10-21T23:22:30.817Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-10-21T23:22:30.817Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-10-21T23:22:30.817Z] OSType: windows [2019-10-21T23:22:30.817Z] Architecture: x86_64 [2019-10-21T23:22:30.817Z] CPUs: 4 [2019-10-21T23:22:30.817Z] Total Memory: 32GiB [2019-10-21T23:22:30.817Z] Name: azwin-2-9645f0 [2019-10-21T23:22:30.817Z] ID: RQS4:3B7L:JSQH:LXBO:IXUC:GIGZ:HLXI:IXHN:G5NE:SV2G:EVSO:5OE5 [2019-10-21T23:22:30.817Z] Docker Root Dir: D:\CI\PR-40115\4\daemon [2019-10-21T23:22:30.817Z] Debug Mode (client): false [2019-10-21T23:22:30.817Z] Debug Mode (server): true [2019-10-21T23:22:30.817Z] File Descriptors: -1 [2019-10-21T23:22:30.817Z] Goroutines: 18 [2019-10-21T23:22:30.817Z] System Time: 2019-10-21T23:22:30.6686626Z [2019-10-21T23:22:30.817Z] EventsListeners: 0 [2019-10-21T23:22:30.817Z] Registry: https://index.docker.io/v1/ [2019-10-21T23:22:30.817Z] Labels: [2019-10-21T23:22:30.817Z] Experimental: false [2019-10-21T23:22:30.817Z] Insecure Registries: [2019-10-21T23:22:30.817Z] 127.0.0.0/8 [2019-10-21T23:22:30.817Z] Live Restore Enabled: false [2019-10-21T23:22:30.817Z] [2019-10-21T23:22:30.817Z] [2019-10-21T23:22:30.817Z] INFO: Stopping daemon under test [2019-10-21T23:22:31.274Z] SUCCESS: The process with PID 5808 (child process of PID 7600) has been terminated. [2019-10-21T23:22:31.274Z] SUCCESS: The process with PID 7600 (child process of PID 6256) has been terminated. [2019-10-21T23:22:31.274Z] INFO: Stop tailing logs of the daemon under tests [2019-10-21T23:22:31.274Z] INFO: executeCI.ps1 Completed successfully at 10/21/2019 23:22:30. [2019-10-21T23:22:31.274Z] INFO: Tidying up at end of run [2019-10-21T23:22:31.274Z] INFO: Saving daemon under test log (d:\CI\PR-40115\4\dut.out) to C:\windows\TEMP\CIDUT.out [2019-10-21T23:22:31.274Z] INFO: Saving daemon under test log (d:\CI\PR-40115\4\dut.err) to C:\windows\TEMP\CIDUT.err [2019-10-21T23:22:31.274Z] INFO: Nuke-Everything... [2019-10-21T23:22:31.274Z] INFO: Container count on control daemon to delete is 2 [2019-10-21T23:22:31.731Z] 9ca38bb76e1d [2019-10-21T23:22:31.731Z] e12c08d07503 [2019-10-21T23:22:32.188Z] INFO: Non-base image count on control daemon to delete is 1 [2019-10-21T23:22:33.725Z] Deleted: sha256:20988e7863e6eb0d021b2668a92ebc2ae94d197c9358187e18ca533d2fc51fe6 [2019-10-21T23:22:33.725Z] Deleted: sha256:8665731a25bde5d14fdbb8eea9bbc8deea9f6002232487957627e4ab4a47ee22 [2019-10-21T23:22:33.725Z] INFO: Tidying pidfile d:\CI\PR-40115\4\docker.pid [2019-10-21T23:22:33.725Z] INFO: Nuking d:\CI [2019-10-21T23:23:09.401Z] INFO: Zapped successfully [2019-10-21T23:23:09.401Z] [2019-10-21T23:23:09.401Z] INFO: executeCI.ps1 exiting at Mon Oct 21 23:23:04 CUT 2019. Duration 01:00:32.6119193 [2019-10-21T23:23:09.401Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2019-10-21T23:23:11.063Z] Creating windowsRS5-integration-bundles.zip [Pipeline] step [2019-10-21T23:23:12.820Z] Archiving artifacts [2019-10-21T23:23:26.347Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40115/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-10-21T23:23:27.296Z] + make clean [2019-10-21T23:23:28.270Z] docker volume rm -f docker-dev-cache [2019-10-21T23:23:28.814Z] 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