Pull request #39943 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch master at 4e8cf9f5ddccbb8619640876fc302b8f41c58184 rather than 04d9e157b2b09401ae3e9e00e143606218910580 Obtained Jenkinsfile from 4e8cf9f5ddccbb8619640876fc302b8f41c58184 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision ead69454b4062f17d1f8389642089a002b037213 using credential jps-reader > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --progress https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master Checking out Revision ead69454b4062f17d1f8389642089a002b037213 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f ead69454b4062f17d1f8389642089a002b037213 Commit message: "Merge pull request #10 from russellcardullo/sonar-scan" > git rev-list --no-walk ead69454b4062f17d1f8389642089a002b037213 # timeout=10 [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2019-09-20T14:21:57.872Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2019-09-20T14:21:57.877Z] Trying to pass milestone 13 [Pipeline] milestone [2019-09-20T14:21:57.887Z] Trying to pass milestone 14 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2019-09-20T14:22:12.996Z] Still waiting to schedule task [2019-09-20T14:22:12.996Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2019-09-20T14:23:10.958Z] Running on ubuntu-1804-overlay2 (i-042dcb5ca4c8e8c2a) in /home/ubuntu/workspace/moby_PR-39943 [Pipeline] { [Pipeline] checkout [2019-09-20T14:23:15.368Z] using credential docker-jenkins-github-credentials [2019-09-20T14:23:15.381Z] Cloning the remote Git repository [2019-09-20T14:23:15.381Z] Cloning with configured refspecs honoured and without tags [2019-09-20T14:23:15.423Z] Cloning repository https://github.com/moby/moby.git [2019-09-20T14:23:15.489Z] > git init /home/ubuntu/workspace/moby_PR-39943 # timeout=10 [2019-09-20T14:23:15.828Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-20T14:23:15.831Z] > git --version # timeout=10 [2019-09-20T14:23:15.867Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-20T14:23:15.927Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39943/head:refs/remotes/origin/PR-39943 +refs/heads/master:refs/remotes/origin/master [2019-09-20T14:23:37.709Z] Fetching without tags [2019-09-20T14:23:38.116Z] Merging remotes/origin/master commit 4e8cf9f5ddccbb8619640876fc302b8f41c58184 into PR head commit 04d9e157b2b09401ae3e9e00e143606218910580 [2019-09-20T14:23:39.022Z] Merge succeeded, producing 04d9e157b2b09401ae3e9e00e143606218910580 [2019-09-20T14:23:39.023Z] Checking out Revision 04d9e157b2b09401ae3e9e00e143606218910580 (PR-39943) [2019-09-20T14:23:37.588Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-20T14:23:37.599Z] > git config --add remote.origin.fetch +refs/pull/39943/head:refs/remotes/origin/PR-39943 # timeout=10 [2019-09-20T14:23:37.642Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-09-20T14:23:37.672Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-20T14:23:37.699Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-20T14:23:37.700Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-20T14:23:37.701Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39943/head:refs/remotes/origin/PR-39943 +refs/heads/master:refs/remotes/origin/master [2019-09-20T14:23:38.118Z] > git config core.sparsecheckout # timeout=10 [2019-09-20T14:23:38.145Z] > git checkout -f 04d9e157b2b09401ae3e9e00e143606218910580 [2019-09-20T14:23:38.955Z] > git merge 4e8cf9f5ddccbb8619640876fc302b8f41c58184 # timeout=10 [2019-09-20T14:23:38.986Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-09-20T14:23:39.018Z] > git config core.sparsecheckout # timeout=10 [2019-09-20T14:23:39.038Z] > git checkout -f 04d9e157b2b09401ae3e9e00e143606218910580 [2019-09-20T14:23:40.670Z] Commit message: "testutil/daemon: add NewDaemon without testingT" [2019-09-20T14:23:40.695Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-09-20T14:23:41.807Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39943:/workspace alpine sh -c apk add --no-cache -q git bash && cd /workspace && hack/validate/dco [2019-09-20T14:23:40.660Z] > git rev-list --no-walk 999eb0b32e2032c8c7c46b8758c8860510ed56bc # timeout=10 [2019-09-20T14:23:49.915Z] Unable to find image 'alpine:latest' locally [2019-09-20T14:23:49.915Z] latest: Pulling from library/alpine [2019-09-20T14:23:49.915Z] 9d48c3bd43c5: Pulling fs layer [2019-09-20T14:23:49.915Z] 9d48c3bd43c5: Verifying Checksum [2019-09-20T14:23:49.915Z] 9d48c3bd43c5: Download complete [2019-09-20T14:23:49.915Z] 9d48c3bd43c5: Pull complete [2019-09-20T14:23:49.915Z] Digest: sha256:72c42ed48c3a2db31b7dafe17d275b634664a708d901ec9fd57b1529280f01fb [2019-09-20T14:23:49.915Z] Status: Downloaded newer image for alpine:latest [2019-09-20T14:23:58.031Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: win-RS1) [Pipeline] { (Branch: win-RS5) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (win-RS1) [Pipeline] stage [Pipeline] { (win-RS5) Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [2019-09-20T14:23:58.858Z] Running on ubuntu-1804-overlay2 (i-042dcb5ca4c8e8c2a) in /home/ubuntu/workspace/moby_PR-39943 [Pipeline] // stage [2019-09-20T14:23:58.876Z] Running on ppc64le-ubuntu-31 in /home/docker/workspace/moby_PR-39943 [Pipeline] // stage [Pipeline] // stage [Pipeline] { [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] { [Pipeline] stage [Pipeline] { (Run tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] checkout [Pipeline] checkout Stage "win-RS1" skipped due to when conditional [Pipeline] } [2019-09-20T14:23:58.965Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2019-09-20T14:23:58.988Z] Running on s390x-ubuntu-14 in /home/jenkins/workspace/moby_PR-39943 [2019-09-20T14:23:58.994Z] Fetching changes from the remote Git repository [2019-09-20T14:23:59.010Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2019-09-20T14:23:59.023Z] Fetching without tags [Pipeline] // stage [2019-09-20T14:23:59.039Z] Fetching changes from the remote Git repository [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } [Pipeline] { [2019-09-20T14:23:59.057Z] Fetching without tags Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] checkout [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2019-09-20T14:23:59.547Z] Merging remotes/origin/master commit 4e8cf9f5ddccbb8619640876fc302b8f41c58184 into PR head commit 04d9e157b2b09401ae3e9e00e143606218910580 [2019-09-20T14:23:59.616Z] using credential docker-jenkins-github-credentials [2019-09-20T14:23:59.670Z] Cloning the remote Git repository [2019-09-20T14:23:59.670Z] Cloning with configured refspecs honoured and without tags [2019-09-20T14:23:59.739Z] Merge succeeded, producing 04d9e157b2b09401ae3e9e00e143606218910580 [2019-09-20T14:23:59.740Z] Checking out Revision 04d9e157b2b09401ae3e9e00e143606218910580 (PR-39943) [2019-09-20T14:23:59.853Z] Commit message: "testutil/daemon: add NewDaemon without testingT" [2019-09-20T14:23:58.959Z] > git rev-parse --is-inside-work-tree # timeout=10 [2019-09-20T14:23:58.990Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-20T14:23:59.012Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-20T14:23:59.012Z] > git --version # timeout=10 [2019-09-20T14:23:59.030Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-20T14:23:59.033Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39943/head:refs/remotes/origin/PR-39943 +refs/heads/master:refs/remotes/origin/master [2019-09-20T14:23:59.536Z] > git config core.sparsecheckout # timeout=10 [2019-09-20T14:23:59.563Z] > git checkout -f 04d9e157b2b09401ae3e9e00e143606218910580 [2019-09-20T14:23:59.694Z] > git merge 4e8cf9f5ddccbb8619640876fc302b8f41c58184 # timeout=10 [2019-09-20T14:23:59.717Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-09-20T14:23:59.730Z] > git config core.sparsecheckout # timeout=10 [2019-09-20T14:23:59.748Z] > git checkout -f 04d9e157b2b09401ae3e9e00e143606218910580 [2019-09-20T14:23:59.008Z] > git rev-parse --is-inside-work-tree # timeout=10 [2019-09-20T14:23:59.033Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-20T14:23:59.051Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-20T14:23:59.051Z] > git --version # timeout=10 [2019-09-20T14:23:59.056Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-20T14:23:59.057Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39943/head:refs/remotes/origin/PR-39943 +refs/heads/master:refs/remotes/origin/master [2019-09-20T14:23:59.704Z] Cloning repository https://github.com/moby/moby.git [2019-09-20T14:23:59.760Z] > git init /home/jenkins/workspace/moby_PR-39943 # timeout=10 [2019-09-20T14:23:59.781Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-20T14:23:59.783Z] > git --version # timeout=10 [2019-09-20T14:23:59.804Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-20T14:23:59.806Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39943/head:refs/remotes/origin/PR-39943 +refs/heads/master:refs/remotes/origin/master [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-09-20T14:24:00.641Z] + docker version [2019-09-20T14:24:00.641Z] Client: Docker Engine - Community [2019-09-20T14:24:00.641Z] Version: 19.03.2 [2019-09-20T14:24:00.641Z] API version: 1.40 [2019-09-20T14:24:00.641Z] Go version: go1.12.8 [2019-09-20T14:24:00.641Z] Git commit: 6a30dfc [2019-09-20T14:24:00.641Z] Built: Thu Aug 29 05:29:11 2019 [2019-09-20T14:24:00.641Z] OS/Arch: linux/amd64 [2019-09-20T14:24:00.641Z] Experimental: false [2019-09-20T14:24:00.641Z] [2019-09-20T14:24:00.641Z] Server: Docker Engine - Community [2019-09-20T14:24:00.641Z] Engine: [2019-09-20T14:24:00.641Z] Version: 19.03.2 [2019-09-20T14:24:00.641Z] API version: 1.40 (minimum version 1.12) [2019-09-20T14:24:00.641Z] Go version: go1.12.8 [2019-09-20T14:24:00.641Z] Git commit: 6a30dfc [2019-09-20T14:24:00.641Z] Built: Thu Aug 29 05:27:45 2019 [2019-09-20T14:24:00.641Z] OS/Arch: linux/amd64 [2019-09-20T14:24:00.641Z] Experimental: true [2019-09-20T14:24:00.641Z] containerd: [2019-09-20T14:24:00.641Z] Version: 1.2.6 [2019-09-20T14:24:00.641Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-09-20T14:24:00.641Z] runc: [2019-09-20T14:24:00.641Z] Version: 1.0.0-rc8 [2019-09-20T14:24:00.641Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-20T14:24:00.641Z] docker-init: [2019-09-20T14:24:00.641Z] Version: 0.18.0 [2019-09-20T14:24:00.641Z] GitCommit: fec3683 [Pipeline] sh [2019-09-20T14:24:00.796Z] Merging remotes/origin/master commit 4e8cf9f5ddccbb8619640876fc302b8f41c58184 into PR head commit 04d9e157b2b09401ae3e9e00e143606218910580 [2019-09-20T14:24:00.935Z] + docker info [2019-09-20T14:24:00.789Z] > git config core.sparsecheckout # timeout=10 [2019-09-20T14:24:00.794Z] > git checkout -f 04d9e157b2b09401ae3e9e00e143606218910580 [2019-09-20T14:24:01.933Z] Merge succeeded, producing 04d9e157b2b09401ae3e9e00e143606218910580 [2019-09-20T14:24:01.934Z] Checking out Revision 04d9e157b2b09401ae3e9e00e143606218910580 (PR-39943) [2019-09-20T14:24:01.884Z] > git merge 4e8cf9f5ddccbb8619640876fc302b8f41c58184 # timeout=10 [2019-09-20T14:24:01.909Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-09-20T14:24:01.927Z] > git config core.sparsecheckout # timeout=10 [2019-09-20T14:24:01.931Z] > git checkout -f 04d9e157b2b09401ae3e9e00e143606218910580 [2019-09-20T14:24:02.845Z] Commit message: "testutil/daemon: add NewDaemon without testingT" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-09-20T14:24:03.822Z] + docker version [2019-09-20T14:24:03.822Z] Client: [2019-09-20T14:24:03.822Z] Version: 18.06.1-ce [2019-09-20T14:24:03.822Z] API version: 1.38 [2019-09-20T14:24:03.822Z] Go version: go1.10.3 [2019-09-20T14:24:03.822Z] Git commit: e68fc7a [2019-09-20T14:24:03.822Z] Built: Tue Aug 21 17:26:10 2018 [2019-09-20T14:24:03.822Z] OS/Arch: linux/ppc64le [2019-09-20T14:24:03.822Z] Experimental: false [2019-09-20T14:24:03.822Z] [2019-09-20T14:24:03.822Z] Server: [2019-09-20T14:24:03.822Z] Engine: [2019-09-20T14:24:03.822Z] Version: 18.06.1-ce [2019-09-20T14:24:03.822Z] API version: 1.38 (minimum version 1.12) [2019-09-20T14:24:03.822Z] Go version: go1.10.3 [2019-09-20T14:24:03.822Z] Git commit: e68fc7a [2019-09-20T14:24:03.822Z] Built: Tue Aug 21 17:24:20 2018 [2019-09-20T14:24:03.822Z] OS/Arch: linux/ppc64le [2019-09-20T14:24:03.822Z] Experimental: true [Pipeline] sh [2019-09-20T14:24:04.201Z] + docker info [2019-09-20T14:24:04.201Z] Containers: 0 [2019-09-20T14:24:04.201Z] Running: 0 [2019-09-20T14:24:04.201Z] Paused: 0 [2019-09-20T14:24:04.201Z] Stopped: 0 [2019-09-20T14:24:04.201Z] Images: 0 [2019-09-20T14:24:04.201Z] Server Version: 18.06.1-ce [2019-09-20T14:24:04.201Z] Storage Driver: overlay2 [2019-09-20T14:24:04.201Z] Backing Filesystem: extfs [2019-09-20T14:24:04.201Z] Supports d_type: true [2019-09-20T14:24:04.201Z] Native Overlay Diff: true [2019-09-20T14:24:04.201Z] Logging Driver: json-file [2019-09-20T14:24:04.201Z] Cgroup Driver: cgroupfs [2019-09-20T14:24:04.201Z] Plugins: [2019-09-20T14:24:04.201Z] Volume: local [2019-09-20T14:24:04.201Z] Network: bridge host ipvlan macvlan null overlay [2019-09-20T14:24:04.201Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2019-09-20T14:24:04.201Z] Swarm: inactive [2019-09-20T14:24:04.201Z] Runtimes: runc [2019-09-20T14:24:04.201Z] Default Runtime: runc [2019-09-20T14:24:04.201Z] Init Binary: docker-init [2019-09-20T14:24:04.201Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2019-09-20T14:24:04.201Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2019-09-20T14:24:04.201Z] init version: fec3683 [2019-09-20T14:24:04.201Z] Security Options: [2019-09-20T14:24:04.201Z] apparmor [2019-09-20T14:24:04.201Z] seccomp [2019-09-20T14:24:04.201Z] Profile: default [2019-09-20T14:24:04.201Z] Kernel Version: 4.4.0-139-generic [2019-09-20T14:24:04.201Z] Operating System: Ubuntu 16.04.3 LTS [2019-09-20T14:24:04.201Z] OSType: linux [2019-09-20T14:24:04.201Z] Architecture: ppc64le [2019-09-20T14:24:04.201Z] CPUs: 4 [2019-09-20T14:24:04.201Z] Total Memory: 7.972GiB [2019-09-20T14:24:04.201Z] Name: ppc64le-ubuntu-31 [2019-09-20T14:24:04.201Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2019-09-20T14:24:04.201Z] Docker Root Dir: /var/lib/docker [2019-09-20T14:24:04.201Z] Debug Mode (client): false [2019-09-20T14:24:04.201Z] Debug Mode (server): false [2019-09-20T14:24:04.201Z] Username: dockerbuildbot [2019-09-20T14:24:04.201Z] Registry: https://index.docker.io/v1/ [2019-09-20T14:24:04.201Z] Labels: [2019-09-20T14:24:04.201Z] Experimental: true [2019-09-20T14:24:04.201Z] Insecure Registries: [2019-09-20T14:24:04.201Z] 127.0.0.0/8 [2019-09-20T14:24:04.201Z] Live Restore Enabled: false [2019-09-20T14:24:04.201Z] [Pipeline] sh [2019-09-20T14:24:04.578Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-20T14:24:04.578Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-20T14:24:04.578Z] + curl -fsSL -o /home/docker/workspace/moby_PR-39943/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-09-20T14:24:04.864Z] + bash /home/docker/workspace/moby_PR-39943/check-config.sh [2019-09-20T14:24:04.864Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-09-20T14:24:04.864Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2019-09-20T14:24:04.864Z] [2019-09-20T14:24:04.864Z] Generally Necessary: [2019-09-20T14:24:04.864Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-09-20T14:24:04.864Z] - apparmor: enabled and tools installed [2019-09-20T14:24:04.864Z] - CONFIG_NAMESPACES: enabled [2019-09-20T14:24:04.864Z] - CONFIG_NET_NS: enabled [2019-09-20T14:24:04.864Z] - CONFIG_PID_NS: enabled [2019-09-20T14:24:04.864Z] - CONFIG_IPC_NS: enabled [2019-09-20T14:24:04.864Z] - CONFIG_UTS_NS: enabled [2019-09-20T14:24:04.864Z] - CONFIG_CGROUPS: enabled [2019-09-20T14:24:04.864Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-09-20T14:24:04.864Z] - CONFIG_CGROUP_DEVICE: enabled [2019-09-20T14:24:04.864Z] - CONFIG_CGROUP_FREEZER: enabled [2019-09-20T14:24:04.864Z] - CONFIG_CGROUP_SCHED: enabled [2019-09-20T14:24:04.864Z] - CONFIG_CPUSETS: enabled [2019-09-20T14:24:04.864Z] - CONFIG_MEMCG: enabled [2019-09-20T14:24:04.864Z] - CONFIG_KEYS: enabled [2019-09-20T14:24:04.864Z] - CONFIG_VETH: enabled (as module) [2019-09-20T14:24:04.864Z] - CONFIG_BRIDGE: enabled (as module) [2019-09-20T14:24:04.864Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-09-20T14:24:04.864Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-09-20T14:24:04.864Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-09-20T14:24:04.864Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-09-20T14:24:04.864Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-09-20T14:24:04.864Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-09-20T14:24:04.864Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-09-20T14:24:05.148Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-09-20T14:24:05.148Z] - CONFIG_NF_NAT: enabled (as module) [2019-09-20T14:24:05.148Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-09-20T14:24:05.148Z] - CONFIG_POSIX_MQUEUE: enabled [2019-09-20T14:24:05.148Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2019-09-20T14:24:05.148Z] [2019-09-20T14:24:05.148Z] Optional Features: [2019-09-20T14:24:05.148Z] - CONFIG_USER_NS: enabled [2019-09-20T14:24:05.148Z] - CONFIG_SECCOMP: enabled [2019-09-20T14:24:05.148Z] - CONFIG_CGROUP_PIDS: enabled [2019-09-20T14:24:05.148Z] - CONFIG_MEMCG_SWAP: enabled [2019-09-20T14:24:05.148Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-09-20T14:24:05.148Z] (cgroup swap accounting is currently enabled) [2019-09-20T14:24:05.148Z] - CONFIG_MEMCG_KMEM: enabled [2019-09-20T14:24:05.148Z] - CONFIG_BLK_CGROUP: enabled [2019-09-20T14:24:05.148Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-09-20T14:24:05.148Z] - CONFIG_IOSCHED_CFQ: enabled [2019-09-20T14:24:05.148Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-09-20T14:24:05.148Z] - CONFIG_CGROUP_PERF: enabled [2019-09-20T14:24:05.148Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-09-20T14:24:05.148Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-09-20T14:24:05.148Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-09-20T14:24:05.148Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-09-20T14:24:05.148Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-09-20T14:24:05.148Z] - CONFIG_RT_GROUP_SCHED: missing [2019-09-20T14:24:05.148Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-09-20T14:24:05.148Z] - CONFIG_IP_VS: enabled (as module) [2019-09-20T14:24:05.148Z] - CONFIG_IP_VS_NFCT: enabled [2019-09-20T14:24:05.148Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-09-20T14:24:05.148Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-09-20T14:24:05.148Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-09-20T14:24:05.148Z] - CONFIG_EXT4_FS: enabled [2019-09-20T14:24:05.148Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-09-20T14:24:05.148Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-09-20T14:24:05.148Z] - Network Drivers: [2019-09-20T14:24:05.148Z] - "overlay": [2019-09-20T14:24:05.148Z] - CONFIG_VXLAN: enabled (as module) [2019-09-20T14:24:05.148Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-09-20T14:24:05.148Z] Optional (for encrypted networks): [2019-09-20T14:24:05.431Z] - CONFIG_CRYPTO: enabled [2019-09-20T14:24:05.431Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2019-09-20T14:24:05.431Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2019-09-20T14:24:05.431Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2019-09-20T14:24:05.431Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2019-09-20T14:24:05.431Z] - CONFIG_XFRM: enabled [2019-09-20T14:24:05.431Z] - CONFIG_XFRM_USER: enabled (as module) [2019-09-20T14:24:05.431Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-09-20T14:24:05.431Z] - CONFIG_INET_ESP: enabled (as module) [2019-09-20T14:24:05.431Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-09-20T14:24:05.431Z] - "ipvlan": [2019-09-20T14:24:05.431Z] - CONFIG_IPVLAN: enabled (as module) [2019-09-20T14:24:05.431Z] - "macvlan": [2019-09-20T14:24:05.431Z] - CONFIG_MACVLAN: enabled (as module) [2019-09-20T14:24:05.431Z] - CONFIG_DUMMY: enabled (as module) [2019-09-20T14:24:05.431Z] - "ftp,tftp client in container": [2019-09-20T14:24:05.431Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-09-20T14:24:05.431Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-09-20T14:24:05.431Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-09-20T14:24:05.431Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-09-20T14:24:05.431Z] - Storage Drivers: [2019-09-20T14:24:05.431Z] - "aufs": [2019-09-20T14:24:05.431Z] - CONFIG_AUFS_FS: enabled (as module) [2019-09-20T14:24:05.431Z] - "btrfs": [2019-09-20T14:24:05.431Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-09-20T14:24:05.431Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-09-20T14:24:05.431Z] - "devicemapper": [2019-09-20T14:24:05.431Z] - CONFIG_BLK_DEV_DM: enabled [2019-09-20T14:24:05.431Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-09-20T14:24:05.431Z] - "overlay": [2019-09-20T14:24:05.431Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-09-20T14:24:05.431Z] - "zfs": [2019-09-20T14:24:05.431Z] - /dev/zfs: missing [2019-09-20T14:24:05.431Z] - zfs command: missing [2019-09-20T14:24:05.431Z] - zpool command: missing [2019-09-20T14:24:05.431Z] [2019-09-20T14:24:05.431Z] Limits: [2019-09-20T14:24:05.431Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-09-20T14:24:05.431Z] [2019-09-20T14:24:05.431Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-09-20T14:24:05.864Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:04d9e157b2b09401ae3e9e00e143606218910580 . [2019-09-20T14:24:08.606Z] Sending build context to Docker daemon 49.98MB [2019-09-20T14:24:08.606Z] Step 1/126 : ARG CROSS="false" [2019-09-20T14:24:08.606Z] Step 2/126 : ARG GO_VERSION=1.13.0 [2019-09-20T14:24:08.606Z] Step 3/126 : ARG DEBIAN_FRONTEND=noninteractive [2019-09-20T14:24:08.606Z] Step 4/126 : FROM golang:${GO_VERSION}-stretch AS base [2019-09-20T14:24:08.606Z] 1.13.0-stretch: Pulling from library/golang [2019-09-20T14:24:08.606Z] 10831a4d6f42: Pulling fs layer [2019-09-20T14:24:08.606Z] f794a2e4526b: Pulling fs layer [2019-09-20T14:24:08.606Z] e3fa2203e375: Pulling fs layer [2019-09-20T14:24:08.606Z] 004465f1c815: Pulling fs layer [2019-09-20T14:24:08.606Z] c19c19fc3c99: Pulling fs layer [2019-09-20T14:24:08.606Z] 2a226db90886: Pulling fs layer [2019-09-20T14:24:08.606Z] e78354ce55ed: Pulling fs layer [2019-09-20T14:24:08.606Z] 004465f1c815: Waiting [2019-09-20T14:24:08.606Z] c19c19fc3c99: Waiting [2019-09-20T14:24:08.606Z] 2a226db90886: Waiting [2019-09-20T14:24:08.606Z] e78354ce55ed: Waiting [2019-09-20T14:24:08.680Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-20T14:24:08.825Z] Fetching without tags [2019-09-20T14:24:09.043Z] Client: [2019-09-20T14:24:09.043Z] Debug Mode: false [2019-09-20T14:24:09.043Z] [2019-09-20T14:24:09.043Z] Server: [2019-09-20T14:24:09.043Z] Containers: 0 [2019-09-20T14:24:09.043Z] Running: 0 [2019-09-20T14:24:09.043Z] Paused: 0 [2019-09-20T14:24:09.043Z] Stopped: 0 [2019-09-20T14:24:09.043Z] Images: 1 [2019-09-20T14:24:09.043Z] Server Version: 19.03.2 [2019-09-20T14:24:09.043Z] Storage Driver: overlay2 [2019-09-20T14:24:09.043Z] Backing Filesystem: extfs [2019-09-20T14:24:09.043Z] Supports d_type: true [2019-09-20T14:24:09.043Z] Native Overlay Diff: true [2019-09-20T14:24:09.043Z] Logging Driver: json-file [2019-09-20T14:24:09.043Z] Cgroup Driver: cgroupfs [2019-09-20T14:24:09.043Z] Plugins: [2019-09-20T14:24:09.043Z] Volume: local [2019-09-20T14:24:09.043Z] Network: bridge host ipvlan macvlan null overlay [2019-09-20T14:24:09.043Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-09-20T14:24:09.043Z] Swarm: inactive [2019-09-20T14:24:09.043Z] Runtimes: runc [2019-09-20T14:24:09.043Z] Default Runtime: runc [2019-09-20T14:24:09.043Z] Init Binary: docker-init [2019-09-20T14:24:09.043Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-09-20T14:24:09.043Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-20T14:24:09.043Z] init version: fec3683 [2019-09-20T14:24:09.043Z] Security Options: [2019-09-20T14:24:09.043Z] apparmor [2019-09-20T14:24:09.043Z] seccomp [2019-09-20T14:24:09.043Z] Profile: default [2019-09-20T14:24:09.043Z] Kernel Version: 4.15.0-1048-aws [2019-09-20T14:24:09.043Z] Operating System: Ubuntu 18.04.3 LTS [2019-09-20T14:24:09.043Z] OSType: linux [2019-09-20T14:24:09.043Z] Architecture: x86_64 [2019-09-20T14:24:09.043Z] CPUs: 2 [2019-09-20T14:24:09.043Z] Total Memory: 7.501GiB [2019-09-20T14:24:09.043Z] Name: ip-10-100-50-59 [2019-09-20T14:24:09.043Z] ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG [2019-09-20T14:24:09.043Z] Docker Root Dir: /var/lib/docker [2019-09-20T14:24:09.043Z] Debug Mode: false [2019-09-20T14:24:09.043Z] Registry: https://index.docker.io/v1/ [2019-09-20T14:24:09.043Z] Labels: [2019-09-20T14:24:09.043Z] Experimental: true [2019-09-20T14:24:09.043Z] Insecure Registries: [2019-09-20T14:24:09.043Z] 127.0.0.0/8 [2019-09-20T14:24:09.043Z] Live Restore Enabled: true [2019-09-20T14:24:09.043Z] [2019-09-20T14:24:09.043Z] WARNING: No swap limit support [Pipeline] sh [2019-09-20T14:24:09.233Z] e3fa2203e375: Verifying Checksum [2019-09-20T14:24:09.234Z] e3fa2203e375: Download complete [2019-09-20T14:24:09.235Z] Merging remotes/origin/master commit 4e8cf9f5ddccbb8619640876fc302b8f41c58184 into PR head commit 04d9e157b2b09401ae3e9e00e143606218910580 [2019-09-20T14:24:09.336Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-20T14:24:09.336Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-20T14:24:09.336Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-39943/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-09-20T14:24:09.336Z] + bash /home/ubuntu/workspace/moby_PR-39943/check-config.sh [2019-09-20T14:24:09.336Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-09-20T14:24:09.336Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2019-09-20T14:24:09.336Z] [2019-09-20T14:24:09.336Z] Generally Necessary: [2019-09-20T14:24:09.336Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-09-20T14:24:09.336Z] - apparmor: enabled and tools installed [2019-09-20T14:24:09.336Z] - CONFIG_NAMESPACES: enabled [2019-09-20T14:24:09.336Z] - CONFIG_NET_NS: enabled [2019-09-20T14:24:09.336Z] - CONFIG_PID_NS: enabled [2019-09-20T14:24:09.336Z] - CONFIG_IPC_NS: enabled [2019-09-20T14:24:09.336Z] - CONFIG_UTS_NS: enabled [2019-09-20T14:24:09.336Z] - CONFIG_CGROUPS: enabled [2019-09-20T14:24:09.336Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-09-20T14:24:09.336Z] - CONFIG_CGROUP_DEVICE: enabled [2019-09-20T14:24:09.336Z] - CONFIG_CGROUP_FREEZER: enabled [2019-09-20T14:24:09.336Z] - CONFIG_CGROUP_SCHED: enabled [2019-09-20T14:24:09.336Z] - CONFIG_CPUSETS: enabled [2019-09-20T14:24:09.336Z] - CONFIG_MEMCG: enabled [2019-09-20T14:24:09.336Z] - CONFIG_KEYS: enabled [2019-09-20T14:24:09.336Z] - CONFIG_VETH: enabled (as module) [2019-09-20T14:24:09.336Z] - CONFIG_BRIDGE: enabled (as module) [2019-09-20T14:24:09.336Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-09-20T14:24:09.336Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-09-20T14:24:09.336Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-09-20T14:24:09.336Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-09-20T14:24:09.336Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-09-20T14:24:09.336Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-09-20T14:24:09.336Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-09-20T14:24:09.336Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-09-20T14:24:09.336Z] - CONFIG_NF_NAT: enabled (as module) [2019-09-20T14:24:09.336Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-09-20T14:24:09.336Z] - CONFIG_POSIX_MQUEUE: enabled [2019-09-20T14:24:09.336Z] [2019-09-20T14:24:09.336Z] Optional Features: [2019-09-20T14:24:09.336Z] - CONFIG_USER_NS: enabled [2019-09-20T14:24:09.336Z] - CONFIG_SECCOMP: enabled [2019-09-20T14:24:09.336Z] - CONFIG_CGROUP_PIDS: enabled [2019-09-20T14:24:09.336Z] - CONFIG_MEMCG_SWAP: enabled [2019-09-20T14:24:09.336Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-09-20T14:24:09.336Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-09-20T14:24:09.336Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2019-09-20T14:24:09.336Z] - CONFIG_BLK_CGROUP: enabled [2019-09-20T14:24:09.336Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-09-20T14:24:09.336Z] - CONFIG_IOSCHED_CFQ: enabled [2019-09-20T14:24:09.336Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-09-20T14:24:09.519Z] f794a2e4526b: Verifying Checksum [2019-09-20T14:24:09.519Z] f794a2e4526b: Download complete [2019-09-20T14:24:09.595Z] - CONFIG_CGROUP_PERF: enabled [2019-09-20T14:24:09.595Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-09-20T14:24:09.595Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-09-20T14:24:09.595Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-09-20T14:24:09.595Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-09-20T14:24:09.595Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-09-20T14:24:09.595Z] - CONFIG_RT_GROUP_SCHED: missing [2019-09-20T14:24:09.595Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-09-20T14:24:09.595Z] - CONFIG_IP_VS: enabled (as module) [2019-09-20T14:24:09.595Z] - CONFIG_IP_VS_NFCT: enabled [2019-09-20T14:24:09.595Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-09-20T14:24:09.595Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-09-20T14:24:09.595Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-09-20T14:24:09.595Z] - CONFIG_EXT4_FS: enabled [2019-09-20T14:24:09.595Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-09-20T14:24:09.595Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-09-20T14:24:09.595Z] - Network Drivers: [2019-09-20T14:24:09.595Z] - "overlay": [2019-09-20T14:24:09.595Z] - CONFIG_VXLAN: enabled (as module) [2019-09-20T14:24:09.595Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-09-20T14:24:09.595Z] Optional (for encrypted networks): [2019-09-20T14:24:09.595Z] - CONFIG_CRYPTO: enabled [2019-09-20T14:24:09.595Z] - CONFIG_CRYPTO_AEAD: enabled [2019-09-20T14:24:09.595Z] - CONFIG_CRYPTO_GCM: enabled [2019-09-20T14:24:09.595Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-09-20T14:24:09.595Z] - CONFIG_CRYPTO_GHASH: enabled [2019-09-20T14:24:09.595Z] - CONFIG_XFRM: enabled [2019-09-20T14:24:09.595Z] - CONFIG_XFRM_USER: enabled (as module) [2019-09-20T14:24:09.595Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-09-20T14:24:09.595Z] - CONFIG_INET_ESP: enabled (as module) [2019-09-20T14:24:09.595Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-09-20T14:24:09.595Z] - "ipvlan": [2019-09-20T14:24:09.595Z] - CONFIG_IPVLAN: enabled (as module) [2019-09-20T14:24:09.595Z] - "macvlan": [2019-09-20T14:24:09.595Z] - CONFIG_MACVLAN: enabled (as module) [2019-09-20T14:24:09.595Z] - CONFIG_DUMMY: enabled (as module) [2019-09-20T14:24:09.595Z] - "ftp,tftp client in container": [2019-09-20T14:24:09.595Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-09-20T14:24:09.595Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-09-20T14:24:09.595Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-09-20T14:24:09.595Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-09-20T14:24:09.595Z] - Storage Drivers: [2019-09-20T14:24:09.595Z] - "aufs": [2019-09-20T14:24:09.595Z] - CONFIG_AUFS_FS: enabled (as module) [2019-09-20T14:24:09.595Z] - "btrfs": [2019-09-20T14:24:09.595Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-09-20T14:24:09.595Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-09-20T14:24:09.595Z] - "devicemapper": [2019-09-20T14:24:09.595Z] - CONFIG_BLK_DEV_DM: enabled [2019-09-20T14:24:09.595Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-09-20T14:24:09.595Z] - "overlay": [2019-09-20T14:24:09.595Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-09-20T14:24:09.595Z] - "zfs": [2019-09-20T14:24:09.595Z] - /dev/zfs: missing [2019-09-20T14:24:09.595Z] - zfs command: missing [2019-09-20T14:24:09.595Z] - zpool command: missing [2019-09-20T14:24:09.595Z] [2019-09-20T14:24:09.595Z] Limits: [2019-09-20T14:24:09.595Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-09-20T14:24:09.595Z] [2019-09-20T14:24:09.595Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-09-20T14:24:09.920Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:04d9e157b2b09401ae3e9e00e143606218910580 . [2019-09-20T14:24:09.920Z] #2 [internal] load build definition from Dockerfile [2019-09-20T14:24:09.920Z] #2 transferring dockerfile: 10.84kB 0.0s done [2019-09-20T14:24:09.920Z] #2 DONE 0.0s [2019-09-20T14:24:09.920Z] [2019-09-20T14:24:09.920Z] #1 [internal] load .dockerignore [2019-09-20T14:24:09.920Z] #1 transferring context: 87B 0.0s done [2019-09-20T14:24:09.920Z] #1 DONE 0.1s [2019-09-20T14:24:09.920Z] [2019-09-20T14:24:09.920Z] #3 [internal] load metadata for docker.io/library/golang:1.13.0-stretch [2019-09-20T14:24:10.085Z] Merge succeeded, producing 04d9e157b2b09401ae3e9e00e143606218910580 [2019-09-20T14:24:10.087Z] Checking out Revision 04d9e157b2b09401ae3e9e00e143606218910580 (PR-39943) [2019-09-20T14:24:10.180Z] #3 DONE 0.2s [2019-09-20T14:24:10.180Z] [2019-09-20T14:24:10.180Z] #4 [base 1/2] FROM docker.io/library/golang:1.13.0-stretch@sha256:80f4b7821... [2019-09-20T14:24:10.180Z] #4 resolve docker.io/library/golang:1.13.0-stretch@sha256:80f4b78216f04cc67c4a7fa25296e9bfcaa2f97e8980655ea868e09b1d993286 done [2019-09-20T14:24:08.700Z] > git config --add remote.origin.fetch +refs/pull/39943/head:refs/remotes/origin/PR-39943 # timeout=10 [2019-09-20T14:24:08.719Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-09-20T14:24:08.783Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-20T14:24:08.852Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-20T14:24:08.854Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-20T14:24:08.855Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39943/head:refs/remotes/origin/PR-39943 +refs/heads/master:refs/remotes/origin/master [2019-09-20T14:24:09.261Z] > git config core.sparsecheckout # timeout=10 [2019-09-20T14:24:09.280Z] > git checkout -f 04d9e157b2b09401ae3e9e00e143606218910580 [2019-09-20T14:24:09.945Z] > git merge 4e8cf9f5ddccbb8619640876fc302b8f41c58184 # timeout=10 [2019-09-20T14:24:10.029Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-09-20T14:24:10.125Z] > git config core.sparsecheckout # timeout=10 [2019-09-20T14:24:10.149Z] > git checkout -f 04d9e157b2b09401ae3e9e00e143606218910580 [2019-09-20T14:24:10.440Z] #4 sha256:d68f79d0e22c6f5eb6ccbbbf05cf9d784db13f59bc6251c220a090fd19b22b9e 5.46kB / 5.46kB done [2019-09-20T14:24:10.440Z] #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 5.87MB / 45.38MB 0.2s [2019-09-20T14:24:10.440Z] #4 sha256:4530c6472b5d2a08201c9cd65f43a788e526eb4fe498a4fbe5e4d5688535cd21 1.29MB / 4.34MB 0.2s [2019-09-20T14:24:10.440Z] #4 sha256:80f4b78216f04cc67c4a7fa25296e9bfcaa2f97e8980655ea868e09b1d993286 1.42kB / 1.42kB done [2019-09-20T14:24:10.440Z] #4 sha256:4e97e0b8479504ee92964c5de6782d88651d953f5df5cfd7a1d45ba48aa90f43 1.80kB / 1.80kB done [2019-09-20T14:24:10.440Z] #4 sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae 138.79kB / 10.79MB 0.2s [2019-09-20T14:24:10.440Z] #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 13.09MB / 45.38MB 0.3s [2019-09-20T14:24:10.440Z] #4 sha256:4530c6472b5d2a08201c9cd65f43a788e526eb4fe498a4fbe5e4d5688535cd21 4.34MB / 4.34MB 0.2s done [2019-09-20T14:24:10.440Z] #4 sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae 1.39MB / 10.79MB 0.3s [2019-09-20T14:24:10.440Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 0B / 50.07MB 0.3s [2019-09-20T14:24:10.699Z] #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 23.99MB / 45.38MB 0.4s [2019-09-20T14:24:10.699Z] #4 sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae 9.64MB / 10.79MB 0.4s [2019-09-20T14:24:10.699Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 2.56MB / 50.07MB 0.4s [2019-09-20T14:24:10.925Z] Commit message: "testutil/daemon: add NewDaemon without testingT" [2019-09-20T14:24:10.959Z] #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 31.54MB / 45.38MB 0.5s [2019-09-20T14:24:10.959Z] #4 sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae 10.79MB / 10.79MB 0.4s done [2019-09-20T14:24:10.959Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 12.92MB / 50.07MB 0.5s [2019-09-20T14:24:10.959Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 0B / 57.69MB 0.5s [2019-09-20T14:24:11.220Z] #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 42.49MB / 45.38MB 0.8s [2019-09-20T14:24:11.220Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 25.69MB / 50.07MB 0.8s [2019-09-20T14:24:11.220Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 9.39MB / 57.69MB 0.8s [2019-09-20T14:24:11.220Z] #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 45.38MB / 45.38MB 0.9s done [2019-09-20T14:24:11.220Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 38.45MB / 50.07MB 1.0s [2019-09-20T14:24:11.220Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 19.58MB / 57.69MB 1.0s [2019-09-20T14:24:11.220Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 0B / 120.05MB 1.0s [2019-09-20T14:24:11.220Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 42.33MB / 50.07MB 1.1s [2019-09-20T14:24:11.220Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 26.82MB / 57.69MB 1.1s [2019-09-20T14:24:11.481Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 49.05MB / 50.07MB 1.2s [2019-09-20T14:24:11.481Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 31.16MB / 57.69MB 1.2s [2019-09-20T14:24:11.481Z] #4 extracting sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-09-20T14:24:11.743Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 50.07MB / 50.07MB 1.3s done [2019-09-20T14:24:11.743Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 41.58MB / 57.69MB 1.4s [2019-09-20T14:24:11.743Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 17.67MB / 120.05MB 1.4s [2019-09-20T14:24:11.743Z] #4 sha256:771169334b27f4303c691bcaa7fdc75af07550d01273d41f839201e7e2e2326a 0B / 124B 1.4s [2019-09-20T14:24:11.743Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 45.68MB / 57.69MB 1.5s [2019-09-20T14:24:11.743Z] #4 sha256:771169334b27f4303c691bcaa7fdc75af07550d01273d41f839201e7e2e2326a 124B / 124B 1.4s done [2019-09-20T14:24:12.000Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 49.64MB / 57.69MB 1.6s [2019-09-20T14:24:12.001Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 26.96MB / 120.05MB 1.6s [2019-09-20T14:24:12.001Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 57.69MB / 57.69MB 1.7s [2019-09-20T14:24:12.231Z] 10831a4d6f42: Verifying Checksum [2019-09-20T14:24:12.231Z] 10831a4d6f42: Download complete [2019-09-20T14:24:12.260Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 35.93MB / 120.05MB 1.9s [2019-09-20T14:24:12.260Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 57.69MB / 57.69MB 1.9s done [2019-09-20T14:24:12.260Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 46.88MB / 120.05MB 2.0s [2019-09-20T14:24:12.339Z] + docker version [2019-09-20T14:24:12.339Z] Client: [2019-09-20T14:24:12.339Z] Version: 18.06.1-ce [2019-09-20T14:24:12.339Z] API version: 1.38 [2019-09-20T14:24:12.339Z] Go version: go1.10.3 [2019-09-20T14:24:12.339Z] Git commit: e68fc7a [2019-09-20T14:24:12.339Z] Built: Tue Aug 21 17:24:34 2018 [2019-09-20T14:24:12.339Z] OS/Arch: linux/s390x [2019-09-20T14:24:12.339Z] Experimental: false [2019-09-20T14:24:12.339Z] [2019-09-20T14:24:12.339Z] Server: [2019-09-20T14:24:12.339Z] Engine: [2019-09-20T14:24:12.339Z] Version: 18.06.1-ce [2019-09-20T14:24:12.339Z] API version: 1.38 (minimum version 1.12) [2019-09-20T14:24:12.339Z] Go version: go1.10.3 [2019-09-20T14:24:12.339Z] Git commit: e68fc7a [2019-09-20T14:24:12.339Z] Built: Tue Aug 21 17:23:34 2018 [2019-09-20T14:24:12.339Z] OS/Arch: linux/s390x [2019-09-20T14:24:12.339Z] Experimental: true [Pipeline] sh [2019-09-20T14:24:12.523Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 60.64MB / 120.05MB 2.2s [2019-09-20T14:24:12.523Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 67.11MB / 120.05MB 2.3s [2019-09-20T14:24:12.787Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 79.12MB / 120.05MB 2.5s [2019-09-20T14:24:13.046Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 95.27MB / 120.05MB 2.8s [2019-09-20T14:24:13.153Z] + docker info [2019-09-20T14:24:13.153Z] Containers: 0 [2019-09-20T14:24:13.153Z] Running: 0 [2019-09-20T14:24:13.153Z] Paused: 0 [2019-09-20T14:24:13.153Z] Stopped: 0 [2019-09-20T14:24:13.153Z] Images: 0 [2019-09-20T14:24:13.153Z] Server Version: 18.06.1-ce [2019-09-20T14:24:13.153Z] Storage Driver: overlay2 [2019-09-20T14:24:13.153Z] Backing Filesystem: extfs [2019-09-20T14:24:13.153Z] Supports d_type: true [2019-09-20T14:24:13.153Z] Native Overlay Diff: true [2019-09-20T14:24:13.153Z] Logging Driver: json-file [2019-09-20T14:24:13.153Z] Cgroup Driver: cgroupfs [2019-09-20T14:24:13.153Z] Plugins: [2019-09-20T14:24:13.153Z] Volume: local [2019-09-20T14:24:13.153Z] Network: bridge host ipvlan macvlan null overlay [2019-09-20T14:24:13.153Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2019-09-20T14:24:13.153Z] Swarm: inactive [2019-09-20T14:24:13.153Z] Runtimes: runc [2019-09-20T14:24:13.153Z] Default Runtime: runc [2019-09-20T14:24:13.153Z] Init Binary: docker-init [2019-09-20T14:24:13.153Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2019-09-20T14:24:13.153Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2019-09-20T14:24:13.153Z] init version: fec3683 [2019-09-20T14:24:13.153Z] Security Options: [2019-09-20T14:24:13.153Z] apparmor [2019-09-20T14:24:13.153Z] seccomp [2019-09-20T14:24:13.153Z] Profile: default [2019-09-20T14:24:13.153Z] Kernel Version: 4.4.0-161-generic [2019-09-20T14:24:13.153Z] Operating System: Ubuntu 16.04.5 LTS [2019-09-20T14:24:13.153Z] OSType: linux [2019-09-20T14:24:13.153Z] Architecture: s390x [2019-09-20T14:24:13.153Z] CPUs: 2 [2019-09-20T14:24:13.153Z] Total Memory: 7.862GiB [2019-09-20T14:24:13.153Z] Name: s390x-ubuntu-14 [2019-09-20T14:24:13.153Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2019-09-20T14:24:13.153Z] Docker Root Dir: /var/lib/docker [2019-09-20T14:24:13.153Z] Debug Mode (client): false [2019-09-20T14:24:13.153Z] Debug Mode (server): false [2019-09-20T14:24:13.153Z] Username: dockerbuildbot [2019-09-20T14:24:13.153Z] Registry: https://index.docker.io/v1/ [2019-09-20T14:24:13.153Z] Labels: [2019-09-20T14:24:13.153Z] Experimental: true [2019-09-20T14:24:13.153Z] Insecure Registries: [2019-09-20T14:24:13.153Z] 127.0.0.0/8 [2019-09-20T14:24:13.153Z] Live Restore Enabled: false [2019-09-20T14:24:13.153Z] [2019-09-20T14:24:13.153Z] WARNING: No swap limit support [Pipeline] sh [2019-09-20T14:24:13.260Z] 004465f1c815: Verifying Checksum [2019-09-20T14:24:13.260Z] 004465f1c815: Download complete [2019-09-20T14:24:13.260Z] e78354ce55ed: Verifying Checksum [2019-09-20T14:24:13.260Z] e78354ce55ed: Download complete [2019-09-20T14:24:13.304Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 109.52MB / 120.05MB 3.0s [2019-09-20T14:24:13.546Z] c19c19fc3c99: Verifying Checksum [2019-09-20T14:24:13.546Z] c19c19fc3c99: Download complete [2019-09-20T14:24:13.561Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 116.24MB / 120.05MB 3.3s [2019-09-20T14:24:13.833Z] Still waiting to schedule task [2019-09-20T14:24:13.833Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2019-09-20T14:24:13.846Z] Still waiting to schedule task [2019-09-20T14:24:13.846Z] Waiting for next available executor on ‘windows-2019’ [2019-09-20T14:24:13.979Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-20T14:24:13.979Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-20T14:24:13.979Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-39943/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-09-20T14:24:13.979Z] + bash /home/jenkins/workspace/moby_PR-39943/check-config.sh [2019-09-20T14:24:13.979Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-09-20T14:24:13.979Z] info: reading kernel config from /boot/config-4.4.0-161-generic ... [2019-09-20T14:24:13.979Z] [2019-09-20T14:24:13.979Z] Generally Necessary: [2019-09-20T14:24:13.979Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-09-20T14:24:13.979Z] - apparmor: enabled and tools installed [2019-09-20T14:24:13.979Z] - CONFIG_NAMESPACES: enabled [2019-09-20T14:24:13.979Z] - CONFIG_NET_NS: enabled [2019-09-20T14:24:13.979Z] - CONFIG_PID_NS: enabled [2019-09-20T14:24:13.979Z] - CONFIG_IPC_NS: enabled [2019-09-20T14:24:13.979Z] - CONFIG_UTS_NS: enabled [2019-09-20T14:24:13.979Z] - CONFIG_CGROUPS: enabled [2019-09-20T14:24:13.979Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-09-20T14:24:13.979Z] - CONFIG_CGROUP_DEVICE: enabled [2019-09-20T14:24:13.979Z] - CONFIG_CGROUP_FREEZER: enabled [2019-09-20T14:24:13.979Z] - CONFIG_CGROUP_SCHED: enabled [2019-09-20T14:24:13.979Z] - CONFIG_CPUSETS: enabled [2019-09-20T14:24:13.979Z] - CONFIG_MEMCG: enabled [2019-09-20T14:24:13.979Z] - CONFIG_KEYS: enabled [2019-09-20T14:24:13.979Z] - CONFIG_VETH: enabled (as module) [2019-09-20T14:24:13.979Z] - CONFIG_BRIDGE: enabled (as module) [2019-09-20T14:24:13.979Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-09-20T14:24:13.979Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-09-20T14:24:13.979Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-09-20T14:24:13.979Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-09-20T14:24:13.979Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-09-20T14:24:13.979Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-09-20T14:24:13.979Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-09-20T14:24:13.979Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-09-20T14:24:13.979Z] - CONFIG_NF_NAT: enabled (as module) [2019-09-20T14:24:13.979Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-09-20T14:24:13.979Z] - CONFIG_POSIX_MQUEUE: enabled [2019-09-20T14:24:13.979Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2019-09-20T14:24:13.979Z] [2019-09-20T14:24:13.979Z] Optional Features: [2019-09-20T14:24:13.979Z] - CONFIG_USER_NS: enabled [2019-09-20T14:24:13.979Z] - CONFIG_SECCOMP: enabled [2019-09-20T14:24:13.979Z] - CONFIG_CGROUP_PIDS: enabled [2019-09-20T14:24:13.979Z] - CONFIG_MEMCG_SWAP: enabled [2019-09-20T14:24:13.979Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-09-20T14:24:13.979Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-09-20T14:24:13.979Z] - CONFIG_MEMCG_KMEM: enabled [2019-09-20T14:24:13.979Z] - CONFIG_BLK_CGROUP: enabled [2019-09-20T14:24:13.979Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-09-20T14:24:13.979Z] - CONFIG_IOSCHED_CFQ: enabled [2019-09-20T14:24:13.979Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-09-20T14:24:13.979Z] - CONFIG_CGROUP_PERF: enabled [2019-09-20T14:24:13.979Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-09-20T14:24:13.979Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-09-20T14:24:13.979Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-09-20T14:24:13.979Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-09-20T14:24:13.979Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-09-20T14:24:13.979Z] - CONFIG_RT_GROUP_SCHED: missing [2019-09-20T14:24:13.979Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-09-20T14:24:13.979Z] - CONFIG_IP_VS: enabled (as module) [2019-09-20T14:24:13.979Z] - CONFIG_IP_VS_NFCT: enabled [2019-09-20T14:24:13.979Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-09-20T14:24:13.979Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-09-20T14:24:13.979Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-09-20T14:24:13.979Z] - CONFIG_EXT4_FS: enabled [2019-09-20T14:24:13.979Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-09-20T14:24:13.979Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-09-20T14:24:13.979Z] - Network Drivers: [2019-09-20T14:24:13.979Z] - "overlay": [2019-09-20T14:24:13.979Z] - CONFIG_VXLAN: enabled (as module) [2019-09-20T14:24:13.979Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-09-20T14:24:13.979Z] Optional (for encrypted networks): [2019-09-20T14:24:14.127Z] #4 ... [2019-09-20T14:24:14.127Z] [2019-09-20T14:24:14.127Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-09-20T14:24:14.127Z] #64 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 0.3s done [2019-09-20T14:24:14.127Z] #64 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2019-09-20T14:24:14.127Z] #64 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2019-09-20T14:24:14.127Z] #64 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 1.4s done [2019-09-20T14:24:14.127Z] #64 extracting sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 1.7s done [2019-09-20T14:24:14.127Z] #64 DONE 3.4s [2019-09-20T14:24:14.127Z] [2019-09-20T14:24:14.127Z] #4 [base 1/2] FROM docker.io/library/golang:1.13.0-stretch@sha256:80f4b7821... [2019-09-20T14:24:14.127Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 120.05MB / 120.05MB 3.7s done [2019-09-20T14:24:14.379Z] - CONFIG_CRYPTO: enabled [2019-09-20T14:24:14.379Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2019-09-20T14:24:14.379Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2019-09-20T14:24:14.379Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2019-09-20T14:24:14.379Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2019-09-20T14:24:14.379Z] - CONFIG_XFRM: enabled [2019-09-20T14:24:14.379Z] - CONFIG_XFRM_USER: enabled (as module) [2019-09-20T14:24:14.379Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-09-20T14:24:14.379Z] - CONFIG_INET_ESP: enabled (as module) [2019-09-20T14:24:14.379Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-09-20T14:24:14.379Z] - "ipvlan": [2019-09-20T14:24:14.379Z] - CONFIG_IPVLAN: enabled (as module) [2019-09-20T14:24:14.379Z] - "macvlan": [2019-09-20T14:24:14.379Z] - CONFIG_MACVLAN: enabled (as module) [2019-09-20T14:24:14.379Z] - CONFIG_DUMMY: enabled (as module) [2019-09-20T14:24:14.379Z] - "ftp,tftp client in container": [2019-09-20T14:24:14.379Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-09-20T14:24:14.379Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-09-20T14:24:14.379Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-09-20T14:24:14.379Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-09-20T14:24:14.379Z] - Storage Drivers: [2019-09-20T14:24:14.379Z] - "aufs": [2019-09-20T14:24:14.379Z] - CONFIG_AUFS_FS: enabled (as module) [2019-09-20T14:24:14.379Z] - "btrfs": [2019-09-20T14:24:14.379Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-09-20T14:24:14.379Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-09-20T14:24:14.379Z] - "devicemapper": [2019-09-20T14:24:14.379Z] - CONFIG_BLK_DEV_DM: enabled [2019-09-20T14:24:14.379Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-09-20T14:24:14.379Z] - "overlay": [2019-09-20T14:24:14.379Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-09-20T14:24:14.379Z] - "zfs": [2019-09-20T14:24:14.379Z] - /dev/zfs: missing [2019-09-20T14:24:14.379Z] - zfs command: missing [2019-09-20T14:24:14.379Z] - zpool command: missing [2019-09-20T14:24:14.379Z] [2019-09-20T14:24:14.379Z] Limits: [2019-09-20T14:24:14.379Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-09-20T14:24:14.379Z] [2019-09-20T14:24:14.379Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-09-20T14:24:14.694Z] #4 ... [2019-09-20T14:24:14.694Z] [2019-09-20T14:24:14.694Z] #18 [internal] load build context [2019-09-20T14:24:14.694Z] #18 transferring context: 45.50MB 4.3s done [2019-09-20T14:24:14.694Z] #18 DONE 4.4s [2019-09-20T14:24:14.694Z] [2019-09-20T14:24:14.694Z] #4 [base 1/2] FROM docker.io/library/golang:1.13.0-stretch@sha256:80f4b7821... [2019-09-20T14:24:15.357Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:04d9e157b2b09401ae3e9e00e143606218910580 . [2019-09-20T14:24:15.626Z] #4 extracting sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 4.4s done [2019-09-20T14:24:15.884Z] #4 extracting sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae [2019-09-20T14:24:16.140Z] #4 extracting sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae 0.4s done [2019-09-20T14:24:16.140Z] #4 extracting sha256:4530c6472b5d2a08201c9cd65f43a788e526eb4fe498a4fbe5e4d5688535cd21 [2019-09-20T14:24:16.232Z] 10831a4d6f42: Pull complete [2019-09-20T14:24:16.398Z] #4 extracting sha256:4530c6472b5d2a08201c9cd65f43a788e526eb4fe498a4fbe5e4d5688535cd21 0.2s done [2019-09-20T14:24:16.654Z] #4 extracting sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee [2019-09-20T14:24:16.680Z] Sending build context to Docker daemon 49.98MB [2019-09-20T14:24:16.680Z] Step 1/126 : ARG CROSS="false" [2019-09-20T14:24:16.680Z] Step 2/126 : ARG GO_VERSION=1.13.0 [2019-09-20T14:24:16.680Z] Step 3/126 : ARG DEBIAN_FRONTEND=noninteractive [2019-09-20T14:24:16.680Z] Step 4/126 : FROM golang:${GO_VERSION}-stretch AS base [2019-09-20T14:24:16.680Z] 1.13.0-stretch: Pulling from library/golang [2019-09-20T14:24:17.110Z] 5d4da55d9cf0: Pulling fs layer [2019-09-20T14:24:17.110Z] dad3041fe122: Pulling fs layer [2019-09-20T14:24:17.110Z] f6542c8f56fb: Pulling fs layer [2019-09-20T14:24:17.110Z] 25fa3a7ad4fa: Pulling fs layer [2019-09-20T14:24:17.110Z] 471e0aba6530: Pulling fs layer [2019-09-20T14:24:17.110Z] 476334eea7f5: Pulling fs layer [2019-09-20T14:24:17.110Z] 0d1b6b7590cf: Pulling fs layer [2019-09-20T14:24:17.110Z] 25fa3a7ad4fa: Waiting [2019-09-20T14:24:17.110Z] 471e0aba6530: Waiting [2019-09-20T14:24:17.110Z] 476334eea7f5: Waiting [2019-09-20T14:24:17.110Z] 0d1b6b7590cf: Waiting [2019-09-20T14:24:17.247Z] f794a2e4526b: Pull complete [2019-09-20T14:24:17.247Z] e3fa2203e375: Pull complete [2019-09-20T14:24:17.506Z] dad3041fe122: Verifying Checksum [2019-09-20T14:24:17.506Z] dad3041fe122: Download complete [2019-09-20T14:24:17.506Z] f6542c8f56fb: Verifying Checksum [2019-09-20T14:24:17.506Z] f6542c8f56fb: Download complete [2019-09-20T14:24:17.910Z] 5d4da55d9cf0: Verifying Checksum [2019-09-20T14:24:17.910Z] 5d4da55d9cf0: Download complete [2019-09-20T14:24:18.333Z] 25fa3a7ad4fa: Verifying Checksum [2019-09-20T14:24:18.333Z] 25fa3a7ad4fa: Download complete [2019-09-20T14:24:18.333Z] 0d1b6b7590cf: Verifying Checksum [2019-09-20T14:24:18.333Z] 0d1b6b7590cf: Download complete [2019-09-20T14:24:18.552Z] #4 extracting sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 1.9s done [2019-09-20T14:24:18.763Z] 2a226db90886: Verifying Checksum [2019-09-20T14:24:18.763Z] 2a226db90886: Download complete [2019-09-20T14:24:18.794Z] 471e0aba6530: Verifying Checksum [2019-09-20T14:24:18.794Z] 471e0aba6530: Download complete [2019-09-20T14:24:18.809Z] #4 extracting sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 [2019-09-20T14:24:19.658Z] 476334eea7f5: Verifying Checksum [2019-09-20T14:24:19.658Z] 476334eea7f5: Download complete [2019-09-20T14:24:20.045Z] 5d4da55d9cf0: Pull complete [2019-09-20T14:24:20.707Z] #4 extracting sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 1.9s done [2019-09-20T14:24:20.707Z] #4 extracting sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f [2019-09-20T14:24:20.828Z] dad3041fe122: Pull complete [2019-09-20T14:24:20.828Z] f6542c8f56fb: Pull complete [2019-09-20T14:24:21.458Z] 004465f1c815: Pull complete [2019-09-20T14:24:22.638Z] 25fa3a7ad4fa: Pull complete [2019-09-20T14:24:23.979Z] 471e0aba6530: Pull complete [2019-09-20T14:24:24.150Z] c19c19fc3c99: Pull complete [2019-09-20T14:24:24.891Z] #4 extracting sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 3.9s done [2019-09-20T14:24:24.891Z] #4 extracting sha256:771169334b27f4303c691bcaa7fdc75af07550d01273d41f839201e7e2e2326a [2019-09-20T14:24:24.891Z] #4 extracting sha256:771169334b27f4303c691bcaa7fdc75af07550d01273d41f839201e7e2e2326a done [2019-09-20T14:24:25.148Z] #4 DONE 14.7s [2019-09-20T14:24:25.148Z] [2019-09-20T14:24:25.148Z] #5 [base 2/2] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-09-20T14:24:27.348Z] 476334eea7f5: Pull complete [2019-09-20T14:24:27.348Z] 0d1b6b7590cf: Pull complete [2019-09-20T14:24:27.348Z] Digest: sha256:80f4b78216f04cc67c4a7fa25296e9bfcaa2f97e8980655ea868e09b1d993286 [2019-09-20T14:24:27.348Z] Status: Downloaded newer image for golang:1.13.0-stretch [2019-09-20T14:24:27.348Z] ---> cbb48e1a16c3 [2019-09-20T14:24:27.348Z] Step 5/126 : ARG APT_MIRROR [2019-09-20T14:24:27.675Z] #5 DONE 2.7s [2019-09-20T14:24:27.676Z] [2019-09-20T14:24:27.676Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-20T14:24:27.676Z] #22 DONE 0.1s [2019-09-20T14:24:27.676Z] [2019-09-20T14:24:27.676Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-20T14:24:27.716Z] ---> Running in 94d688ff8bac [2019-09-20T14:24:27.716Z] Removing intermediate container 94d688ff8bac [2019-09-20T14:24:27.716Z] ---> ca9eb4adb898 [2019-09-20T14:24:27.716Z] Step 6/126 : RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list [2019-09-20T14:24:27.716Z] ---> Running in aa662b853db9 [2019-09-20T14:24:27.938Z] #15 ... [2019-09-20T14:24:27.939Z] [2019-09-20T14:24:27.939Z] #52 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-09-20T14:24:27.939Z] #52 DONE 0.1s [2019-09-20T14:24:27.939Z] [2019-09-20T14:24:27.939Z] #23 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-09-20T14:24:27.939Z] #23 DONE 0.1s [2019-09-20T14:24:27.939Z] [2019-09-20T14:24:27.939Z] #49 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-09-20T14:24:27.939Z] #49 DONE 0.1s [2019-09-20T14:24:27.939Z] [2019-09-20T14:24:27.939Z] #60 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-09-20T14:24:27.939Z] #60 DONE 0.2s [2019-09-20T14:24:27.939Z] [2019-09-20T14:24:27.939Z] #29 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-09-20T14:24:27.939Z] #29 DONE 0.3s [2019-09-20T14:24:27.939Z] [2019-09-20T14:24:27.939Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-09-20T14:24:28.197Z] #61 ... [2019-09-20T14:24:28.197Z] [2019-09-20T14:24:28.197Z] #26 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-09-20T14:24:28.197Z] #26 DONE 0.3s [2019-09-20T14:24:28.197Z] [2019-09-20T14:24:28.197Z] #32 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-09-20T14:24:28.197Z] #32 DONE 0.3s [2019-09-20T14:24:28.197Z] [2019-09-20T14:24:28.197Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-20T14:24:28.968Z] Removing intermediate container aa662b853db9 [2019-09-20T14:24:28.968Z] ---> a44deddbd030 [2019-09-20T14:24:28.968Z] Step 7/126 : ENV GO111MODULE=off [2019-09-20T14:24:28.968Z] ---> Running in 1f14c77fc272 [2019-09-20T14:24:28.968Z] Removing intermediate container 1f14c77fc272 [2019-09-20T14:24:28.968Z] ---> 031cdf2bb232 [2019-09-20T14:24:28.968Z] Step 8/126 : FROM base AS criu [2019-09-20T14:24:28.968Z] ---> 031cdf2bb232 [2019-09-20T14:24:28.968Z] Step 9/126 : ARG DEBIAN_FRONTEND [2019-09-20T14:24:28.968Z] ---> Running in 98937890d36c [2019-09-20T14:24:29.378Z] Removing intermediate container 98937890d36c [2019-09-20T14:24:29.378Z] ---> f757b0b2b340 [2019-09-20T14:24:29.378Z] Step 10/126 : ENV CRIU_VERSION 3.12 [2019-09-20T14:24:29.378Z] ---> Running in 09530738c2ea [2019-09-20T14:24:29.378Z] Removing intermediate container 09530738c2ea [2019-09-20T14:24:29.378Z] ---> a622bbf44603 [2019-09-20T14:24:29.378Z] Step 11/126 : RUN apt-get update && apt-get install -y --no-install-recommends libnet-dev libprotobuf-c-dev libprotobuf-dev libnl-3-dev libcap-dev protobuf-compiler protobuf-c-compiler python-protobuf && rm -rf /var/lib/apt/lists/* [2019-09-20T14:24:29.378Z] ---> Running in c027c43a6852 [2019-09-20T14:24:29.646Z] 2a226db90886: Pull complete [2019-09-20T14:24:29.646Z] e78354ce55ed: Pull complete [2019-09-20T14:24:29.646Z] Digest: sha256:80f4b78216f04cc67c4a7fa25296e9bfcaa2f97e8980655ea868e09b1d993286 [2019-09-20T14:24:29.646Z] Status: Downloaded newer image for golang:1.13.0-stretch [2019-09-20T14:24:29.646Z] ---> 12f1b2315c59 [2019-09-20T14:24:29.646Z] Step 5/126 : ARG APT_MIRROR [2019-09-20T14:24:29.646Z] ---> Running in 32b5ca5df10e [2019-09-20T14:24:29.646Z] Removing intermediate container 32b5ca5df10e [2019-09-20T14:24:29.646Z] ---> 964fa8f18b12 [2019-09-20T14:24:29.646Z] Step 6/126 : RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list [2019-09-20T14:24:29.646Z] ---> Running in e713e94ae779 [2019-09-20T14:24:30.264Z] Removing intermediate container e713e94ae779 [2019-09-20T14:24:30.264Z] ---> 7e27514b7e7b [2019-09-20T14:24:30.264Z] Step 7/126 : ENV GO111MODULE=off [2019-09-20T14:24:30.264Z] ---> Running in d8da8291ddd3 [2019-09-20T14:24:30.302Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-20T14:24:30.302Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-20T14:24:30.302Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-20T14:24:30.302Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-20T14:24:30.302Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-20T14:24:30.302Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [489 kB] [2019-09-20T14:24:30.549Z] Removing intermediate container d8da8291ddd3 [2019-09-20T14:24:30.549Z] ---> 4039e85f295c [2019-09-20T14:24:30.549Z] Step 8/126 : FROM base AS criu [2019-09-20T14:24:30.549Z] ---> 4039e85f295c [2019-09-20T14:24:30.549Z] Step 9/126 : ARG DEBIAN_FRONTEND [2019-09-20T14:24:30.549Z] ---> Running in 88595a5a9a67 [2019-09-20T14:24:30.549Z] Removing intermediate container 88595a5a9a67 [2019-09-20T14:24:30.549Z] ---> f4233f435224 [2019-09-20T14:24:30.549Z] Step 10/126 : ENV CRIU_VERSION 3.12 [2019-09-20T14:24:30.549Z] ---> Running in 290c94ad8765 [2019-09-20T14:24:30.674Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-20T14:24:30.674Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-20T14:24:30.833Z] Removing intermediate container 290c94ad8765 [2019-09-20T14:24:30.833Z] ---> 2d173df441b5 [2019-09-20T14:24:30.833Z] Step 11/126 : RUN apt-get update && apt-get install -y --no-install-recommends libnet-dev libprotobuf-c-dev libprotobuf-dev libnl-3-dev libcap-dev protobuf-compiler protobuf-c-compiler python-protobuf && rm -rf /var/lib/apt/lists/* [2019-09-20T14:24:30.833Z] ---> Running in ccc3773c35eb [2019-09-20T14:24:31.116Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-20T14:24:31.116Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-20T14:24:31.116Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-20T14:24:31.401Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-20T14:24:31.401Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-20T14:24:31.401Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [485 kB] [2019-09-20T14:24:31.684Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-09-20T14:24:31.928Z] Fetched 7674 kB in 1s (4378 kB/s) [2019-09-20T14:24:31.968Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-09-20T14:24:32.289Z] Reading package lists... [2019-09-20T14:24:32.660Z] Reading package lists... [2019-09-20T14:24:33.130Z] Building dependency tree... [2019-09-20T14:24:33.130Z] Reading state information... [2019-09-20T14:24:33.130Z] The following additional packages will be installed: [2019-09-20T14:24:33.130Z] libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-09-20T14:24:33.130Z] libprotoc10 python-pkg-resources zlib1g-dev [2019-09-20T14:24:33.130Z] Suggested packages: [2019-09-20T14:24:33.130Z] manpages-dev python-setuptools [2019-09-20T14:24:33.130Z] The following NEW packages will be installed: [2019-09-20T14:24:33.130Z] libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-09-20T14:24:33.130Z] libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-09-20T14:24:33.130Z] protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-09-20T14:24:33.130Z] zlib1g-dev [2019-09-20T14:24:33.464Z] #33 ... [2019-09-20T14:24:33.464Z] [2019-09-20T14:24:33.464Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-09-20T14:24:33.464Z] #17 4.651 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-20T14:24:33.464Z] #17 4.651 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-20T14:24:33.464Z] #17 4.685 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-20T14:24:33.464Z] #17 4.700 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-20T14:24:33.464Z] #17 4.813 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-20T14:24:33.464Z] #17 5.702 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [506 kB] [2019-09-20T14:24:33.539Z] 0 upgraded, 16 newly installed, 0 to remove and 1 not upgraded. [2019-09-20T14:24:33.539Z] Need to get 3476 kB of archives. [2019-09-20T14:24:33.539Z] After this operation, 20.2 MB of additional disk space will be used. [2019-09-20T14:24:33.539Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1 s390x 1.1.6+dfsg-3 [57.1 kB] [2019-09-20T14:24:33.539Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libcap-dev s390x 1:2.25-1 [30.1 kB] [2019-09-20T14:24:33.539Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1-dev s390x 1.1.6+dfsg-3 [114 kB] [2019-09-20T14:24:33.539Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-200 s390x 3.2.27-2 [59.3 kB] [2019-09-20T14:24:33.539Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-dev s390x 3.2.27-2 [96.2 kB] [2019-09-20T14:24:33.539Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c1 s390x 1.2.1-2 [25.1 kB] [2019-09-20T14:24:33.539Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c-dev s390x 1.2.1-2 [32.5 kB] [2019-09-20T14:24:33.539Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x zlib1g-dev s390x 1:1.2.8.dfsg-5 [204 kB] [2019-09-20T14:24:33.539Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf10 s390x 3.0.0-9 [648 kB] [2019-09-20T14:24:33.539Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-lite10 s390x 3.0.0-9 [123 kB] [2019-09-20T14:24:33.539Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-dev s390x 3.0.0-9 [925 kB] [2019-09-20T14:24:33.539Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotoc10 s390x 3.0.0-9 [580 kB] [2019-09-20T14:24:33.539Z] Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main s390x protobuf-c-compiler s390x 1.2.1-2 [73.1 kB] [2019-09-20T14:24:33.539Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main s390x protobuf-compiler s390x 3.0.0-9 [52.6 kB] [2019-09-20T14:24:33.539Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-pkg-resources all 33.1.1-1 [166 kB] [2019-09-20T14:24:33.539Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-protobuf s390x 3.0.0-9 [288 kB] [2019-09-20T14:24:33.539Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-20T14:24:33.539Z] Fetched 3476 kB in 0s (17.1 MB/s) [2019-09-20T14:24:33.539Z] Selecting previously unselected package libnet1:s390x. [2019-09-20T14:24:33.539Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14828 files and directories currently installed.) [2019-09-20T14:24:33.539Z] Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_s390x.deb ... [2019-09-20T14:24:33.539Z] Unpacking libnet1:s390x (1.1.6+dfsg-3) ... [2019-09-20T14:24:33.539Z] Selecting previously unselected package libcap-dev:s390x. [2019-09-20T14:24:33.539Z] Preparing to unpack .../01-libcap-dev_1%3a2.25-1_s390x.deb ... [2019-09-20T14:24:33.539Z] Unpacking libcap-dev:s390x (1:2.25-1) ... [2019-09-20T14:24:33.539Z] Selecting previously unselected package libnet1-dev. [2019-09-20T14:24:33.539Z] Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_s390x.deb ... [2019-09-20T14:24:33.539Z] Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-09-20T14:24:33.539Z] Selecting previously unselected package libnl-3-200:s390x. [2019-09-20T14:24:33.539Z] Preparing to unpack .../03-libnl-3-200_3.2.27-2_s390x.deb ... [2019-09-20T14:24:33.539Z] Unpacking libnl-3-200:s390x (3.2.27-2) ... [2019-09-20T14:24:33.981Z] Selecting previously unselected package libnl-3-dev:s390x. [2019-09-20T14:24:33.981Z] Preparing to unpack .../04-libnl-3-dev_3.2.27-2_s390x.deb ... [2019-09-20T14:24:33.981Z] Unpacking libnl-3-dev:s390x (3.2.27-2) ... [2019-09-20T14:24:33.981Z] Selecting previously unselected package libprotobuf-c1:s390x. [2019-09-20T14:24:33.981Z] Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_s390x.deb ... [2019-09-20T14:24:33.981Z] Unpacking libprotobuf-c1:s390x (1.2.1-2) ... [2019-09-20T14:24:33.981Z] Selecting previously unselected package libprotobuf-c-dev:s390x. [2019-09-20T14:24:33.981Z] Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_s390x.deb ... [2019-09-20T14:24:33.981Z] Unpacking libprotobuf-c-dev:s390x (1.2.1-2) ... [2019-09-20T14:24:33.981Z] Selecting previously unselected package zlib1g-dev:s390x. [2019-09-20T14:24:33.981Z] Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_s390x.deb ... [2019-09-20T14:24:33.981Z] Unpacking zlib1g-dev:s390x (1:1.2.8.dfsg-5) ... [2019-09-20T14:24:33.981Z] Selecting previously unselected package libprotobuf10:s390x. [2019-09-20T14:24:33.981Z] Preparing to unpack .../08-libprotobuf10_3.0.0-9_s390x.deb ... [2019-09-20T14:24:33.981Z] Unpacking libprotobuf10:s390x (3.0.0-9) ... [2019-09-20T14:24:33.981Z] Selecting previously unselected package libprotobuf-lite10:s390x. [2019-09-20T14:24:33.981Z] Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_s390x.deb ... [2019-09-20T14:24:33.981Z] Unpacking libprotobuf-lite10:s390x (3.0.0-9) ... [2019-09-20T14:24:33.981Z] Selecting previously unselected package libprotobuf-dev:s390x. [2019-09-20T14:24:33.981Z] Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_s390x.deb ... [2019-09-20T14:24:33.981Z] Unpacking libprotobuf-dev:s390x (3.0.0-9) ... [2019-09-20T14:24:33.992Z] Fetched 7724 kB in 2s (3114 kB/s) [2019-09-20T14:24:34.031Z] #17 ... [2019-09-20T14:24:34.031Z] [2019-09-20T14:24:34.031Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-20T14:24:34.031Z] #15 6.289 + mktemp -d [2019-09-20T14:24:34.031Z] #15 6.295 + export GOPATH=/tmp/tmp.7obfzQhksQ [2019-09-20T14:24:34.031Z] #15 6.296 + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.7obfzQhksQ/src/github.com/go-swagger/go-swagger [2019-09-20T14:24:34.031Z] #15 6.299 Cloning into '/tmp/tmp.7obfzQhksQ/src/github.com/go-swagger/go-swagger'... [2019-09-20T14:24:34.436Z] Selecting previously unselected package libprotoc10:s390x. [2019-09-20T14:24:34.436Z] Preparing to unpack .../11-libprotoc10_3.0.0-9_s390x.deb ... [2019-09-20T14:24:34.436Z] Unpacking libprotoc10:s390x (3.0.0-9) ... [2019-09-20T14:24:34.436Z] Selecting previously unselected package protobuf-c-compiler. [2019-09-20T14:24:34.436Z] Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_s390x.deb ... [2019-09-20T14:24:34.436Z] Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-09-20T14:24:34.436Z] Selecting previously unselected package protobuf-compiler. [2019-09-20T14:24:34.436Z] Preparing to unpack .../13-protobuf-compiler_3.0.0-9_s390x.deb ... [2019-09-20T14:24:34.436Z] Unpacking protobuf-compiler (3.0.0-9) ... [2019-09-20T14:24:34.436Z] Selecting previously unselected package python-pkg-resources. [2019-09-20T14:24:34.436Z] Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-09-20T14:24:34.436Z] Unpacking python-pkg-resources (33.1.1-1) ... [2019-09-20T14:24:34.436Z] Selecting previously unselected package python-protobuf. [2019-09-20T14:24:34.436Z] Preparing to unpack .../15-python-protobuf_3.0.0-9_s390x.deb ... [2019-09-20T14:24:34.436Z] Unpacking python-protobuf (3.0.0-9) ... [2019-09-20T14:24:34.436Z] Setting up libnet1:s390x (1.1.6+dfsg-3) ... [2019-09-20T14:24:34.436Z] Setting up libprotobuf-c1:s390x (1.2.1-2) ... [2019-09-20T14:24:34.436Z] Setting up python-pkg-resources (33.1.1-1) ... [2019-09-20T14:24:34.801Z] Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-09-20T14:24:34.801Z] Setting up libprotobuf10:s390x (3.0.0-9) ... [2019-09-20T14:24:34.801Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-20T14:24:34.801Z] Setting up python-protobuf (3.0.0-9) ... [2019-09-20T14:24:35.003Z] Reading package lists... [2019-09-20T14:24:35.581Z] Setting up libcap-dev:s390x (1:2.25-1) ... [2019-09-20T14:24:35.581Z] Setting up libprotobuf-c-dev:s390x (1.2.1-2) ... [2019-09-20T14:24:35.581Z] Setting up libnl-3-200:s390x (3.2.27-2) ... [2019-09-20T14:24:35.581Z] Setting up libprotobuf-lite10:s390x (3.0.0-9) ... [2019-09-20T14:24:35.581Z] Setting up libprotoc10:s390x (3.0.0-9) ... [2019-09-20T14:24:35.581Z] Setting up protobuf-c-compiler (1.2.1-2) ... [2019-09-20T14:24:35.581Z] Setting up zlib1g-dev:s390x (1:1.2.8.dfsg-5) ... [2019-09-20T14:24:35.581Z] Setting up protobuf-compiler (3.0.0-9) ... [2019-09-20T14:24:35.581Z] Setting up libprotobuf-dev:s390x (3.0.0-9) ... [2019-09-20T14:24:35.581Z] Setting up libnl-3-dev:s390x (3.2.27-2) ... [2019-09-20T14:24:35.581Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-20T14:24:36.018Z] Reading package lists... [2019-09-20T14:24:36.300Z] Building dependency tree... [2019-09-20T14:24:36.300Z] Reading state information... [2019-09-20T14:24:36.300Z] The following additional packages will be installed: [2019-09-20T14:24:36.300Z] libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-09-20T14:24:36.300Z] libprotoc10 python-pkg-resources zlib1g-dev [2019-09-20T14:24:36.300Z] Suggested packages: [2019-09-20T14:24:36.300Z] manpages-dev python-setuptools [2019-09-20T14:24:36.381Z] Removing intermediate container c027c43a6852 [2019-09-20T14:24:36.381Z] ---> 6ad0dbfed077 [2019-09-20T14:24:36.381Z] Step 12/126 : RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v${CRIU_VERSION}.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2019-09-20T14:24:36.381Z] ---> Running in 674c0a72042c [2019-09-20T14:24:36.582Z] The following NEW packages will be installed: [2019-09-20T14:24:36.582Z] libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-09-20T14:24:36.582Z] libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-09-20T14:24:36.582Z] protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-09-20T14:24:36.582Z] zlib1g-dev [2019-09-20T14:24:36.582Z] 0 upgraded, 16 newly installed, 0 to remove and 1 not upgraded. [2019-09-20T14:24:36.582Z] Need to get 3548 kB of archives. [2019-09-20T14:24:36.582Z] After this operation, 21.2 MB of additional disk space will be used. [2019-09-20T14:24:36.582Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3 [57.6 kB] [2019-09-20T14:24:36.865Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libcap-dev ppc64el 1:2.25-1 [29.7 kB] [2019-09-20T14:24:36.865Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3 [117 kB] [2019-09-20T14:24:36.865Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-200 ppc64el 3.2.27-2 [55.9 kB] [2019-09-20T14:24:36.865Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-dev ppc64el 3.2.27-2 [95.0 kB] [2019-09-20T14:24:36.865Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c1 ppc64el 1.2.1-2 [24.6 kB] [2019-09-20T14:24:36.865Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c-dev ppc64el 1.2.1-2 [32.0 kB] [2019-09-20T14:24:36.865Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el zlib1g-dev ppc64el 1:1.2.8.dfsg-5 [205 kB] [2019-09-20T14:24:36.865Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf10 ppc64el 3.0.0-9 [658 kB] [2019-09-20T14:24:36.865Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-lite10 ppc64el 3.0.0-9 [124 kB] [2019-09-20T14:24:36.865Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-dev ppc64el 3.0.0-9 [974 kB] [2019-09-20T14:24:36.865Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotoc10 ppc64el 3.0.0-9 [589 kB] [2019-09-20T14:24:36.865Z] Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el protobuf-c-compiler ppc64el 1.2.1-2 [75.2 kB] [2019-09-20T14:24:36.865Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el protobuf-compiler ppc64el 3.0.0-9 [53.0 kB] [2019-09-20T14:24:36.865Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-pkg-resources all 33.1.1-1 [166 kB] [2019-09-20T14:24:36.865Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-protobuf ppc64el 3.0.0-9 [291 kB] [2019-09-20T14:24:37.148Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-20T14:24:37.148Z] Fetched 3548 kB in 0s (19.0 MB/s) [2019-09-20T14:24:37.148Z] Selecting previously unselected package libnet1:ppc64el. [2019-09-20T14:24:37.148Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14950 files and directories currently installed.) [2019-09-20T14:24:37.148Z] Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_ppc64el.deb ... [2019-09-20T14:24:37.148Z] Unpacking libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-09-20T14:24:37.148Z] Selecting previously unselected package libcap-dev:ppc64el. [2019-09-20T14:24:37.148Z] Preparing to unpack .../01-libcap-dev_1%3a2.25-1_ppc64el.deb ... [2019-09-20T14:24:37.148Z] Unpacking libcap-dev:ppc64el (1:2.25-1) ... [2019-09-20T14:24:37.148Z] Selecting previously unselected package libnet1-dev. [2019-09-20T14:24:37.148Z] Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_ppc64el.deb ... [2019-09-20T14:24:37.148Z] Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-09-20T14:24:37.148Z] Selecting previously unselected package libnl-3-200:ppc64el. [2019-09-20T14:24:37.148Z] Preparing to unpack .../03-libnl-3-200_3.2.27-2_ppc64el.deb ... [2019-09-20T14:24:37.148Z] Unpacking libnl-3-200:ppc64el (3.2.27-2) ... [2019-09-20T14:24:37.432Z] Selecting previously unselected package libnl-3-dev:ppc64el. [2019-09-20T14:24:37.432Z] Preparing to unpack .../04-libnl-3-dev_3.2.27-2_ppc64el.deb ... [2019-09-20T14:24:37.432Z] Unpacking libnl-3-dev:ppc64el (3.2.27-2) ... [2019-09-20T14:24:37.432Z] Selecting previously unselected package libprotobuf-c1:ppc64el. [2019-09-20T14:24:37.432Z] Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_ppc64el.deb ... [2019-09-20T14:24:37.432Z] Unpacking libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-09-20T14:24:37.432Z] Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2019-09-20T14:24:37.432Z] Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_ppc64el.deb ... [2019-09-20T14:24:37.432Z] Unpacking libprotobuf-c-dev:ppc64el (1.2.1-2) ... [2019-09-20T14:24:37.432Z] Selecting previously unselected package zlib1g-dev:ppc64el. [2019-09-20T14:24:37.432Z] Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_ppc64el.deb ... [2019-09-20T14:24:37.432Z] Unpacking zlib1g-dev:ppc64el (1:1.2.8.dfsg-5) ... [2019-09-20T14:24:37.432Z] Selecting previously unselected package libprotobuf10:ppc64el. [2019-09-20T14:24:37.432Z] Preparing to unpack .../08-libprotobuf10_3.0.0-9_ppc64el.deb ... [2019-09-20T14:24:37.432Z] Unpacking libprotobuf10:ppc64el (3.0.0-9) ... [2019-09-20T14:24:37.646Z] Note: Building without setproctitle() and strlcpy() support. [2019-09-20T14:24:37.646Z] To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-20T14:24:37.646Z] fatal: Not a git repository (or any of the parent directories): .git [2019-09-20T14:24:37.646Z]  GEN .gitid [2019-09-20T14:24:37.646Z] GEN criu/include/version.h [2019-09-20T14:24:37.646Z] GEN include/common/asm [2019-09-20T14:24:37.646Z] PBCC images/google/protobuf/descriptor.pb-c.c [2019-09-20T14:24:37.646Z] PBCC images/opts.pb-c.c [2019-09-20T14:24:37.646Z] PBCC images/sit.pb-c.c [2019-09-20T14:24:37.646Z] DEP images/google/protobuf/descriptor.pb-c.d [2019-09-20T14:24:37.717Z] Selecting previously unselected package libprotobuf-lite10:ppc64el. [2019-09-20T14:24:37.717Z] Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_ppc64el.deb ... [2019-09-20T14:24:37.717Z] Unpacking libprotobuf-lite10:ppc64el (3.0.0-9) ... [2019-09-20T14:24:37.717Z] Selecting previously unselected package libprotobuf-dev:ppc64el. [2019-09-20T14:24:37.717Z] Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_ppc64el.deb ... [2019-09-20T14:24:37.717Z] Unpacking libprotobuf-dev:ppc64el (3.0.0-9) ... [2019-09-20T14:24:38.001Z] Selecting previously unselected package libprotoc10:ppc64el. [2019-09-20T14:24:38.001Z] Preparing to unpack .../11-libprotoc10_3.0.0-9_ppc64el.deb ... [2019-09-20T14:24:38.001Z] Unpacking libprotoc10:ppc64el (3.0.0-9) ... [2019-09-20T14:24:38.001Z] Selecting previously unselected package protobuf-c-compiler. [2019-09-20T14:24:38.001Z] Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_ppc64el.deb ... [2019-09-20T14:24:38.001Z] Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-09-20T14:24:38.001Z] Selecting previously unselected package protobuf-compiler. [2019-09-20T14:24:38.001Z] Preparing to unpack .../13-protobuf-compiler_3.0.0-9_ppc64el.deb ... [2019-09-20T14:24:38.001Z] Unpacking protobuf-compiler (3.0.0-9) ... [2019-09-20T14:24:38.001Z] Selecting previously unselected package python-pkg-resources. [2019-09-20T14:24:38.001Z] Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-09-20T14:24:38.001Z] Unpacking python-pkg-resources (33.1.1-1) ... [2019-09-20T14:24:38.001Z] Selecting previously unselected package python-protobuf. [2019-09-20T14:24:38.001Z] Preparing to unpack .../15-python-protobuf_3.0.0-9_ppc64el.deb ... [2019-09-20T14:24:38.001Z] Unpacking python-protobuf (3.0.0-9) ... [2019-09-20T14:24:38.013Z] DEP images/opts.pb-c.d [2019-09-20T14:24:38.013Z] DEP images/sit.pb-c.d [2019-09-20T14:24:38.013Z] PBCC images/macvlan.pb-c.c [2019-09-20T14:24:38.013Z] DEP images/macvlan.pb-c.d [2019-09-20T14:24:38.013Z] PBCC images/autofs.pb-c.c [2019-09-20T14:24:38.013Z] DEP images/autofs.pb-c.d [2019-09-20T14:24:38.013Z] PBCC images/sysctl.pb-c.c [2019-09-20T14:24:38.013Z] DEP images/sysctl.pb-c.d [2019-09-20T14:24:38.013Z] PBCC images/time.pb-c.c [2019-09-20T14:24:38.013Z] DEP images/time.pb-c.d [2019-09-20T14:24:38.013Z] PBCC images/binfmt-misc.pb-c.c [2019-09-20T14:24:38.013Z] DEP images/binfmt-misc.pb-c.d [2019-09-20T14:24:38.013Z] PBCC images/seccomp.pb-c.c [2019-09-20T14:24:38.013Z] DEP images/seccomp.pb-c.d [2019-09-20T14:24:38.013Z] PBCC images/userns.pb-c.c [2019-09-20T14:24:38.013Z] DEP images/userns.pb-c.d [2019-09-20T14:24:38.013Z] PBCC images/cgroup.pb-c.c [2019-09-20T14:24:38.013Z] DEP images/cgroup.pb-c.d [2019-09-20T14:24:38.013Z] PBCC images/fown.pb-c.c [2019-09-20T14:24:38.013Z] PBCC images/ext-file.pb-c.c [2019-09-20T14:24:38.013Z] DEP images/fown.pb-c.d [2019-09-20T14:24:38.013Z] DEP images/ext-file.pb-c.d [2019-09-20T14:24:38.013Z] PBCC images/rpc.pb-c.c [2019-09-20T14:24:38.013Z] DEP images/rpc.pb-c.d [2019-09-20T14:24:38.013Z] PBCC images/siginfo.pb-c.c [2019-09-20T14:24:38.013Z] DEP images/siginfo.pb-c.d [2019-09-20T14:24:38.013Z] PBCC images/pagemap.pb-c.c [2019-09-20T14:24:38.013Z] DEP images/pagemap.pb-c.d [2019-09-20T14:24:38.013Z] PBCC images/rlimit.pb-c.c [2019-09-20T14:24:38.013Z] DEP images/rlimit.pb-c.d [2019-09-20T14:24:38.013Z] PBCC images/file-lock.pb-c.c [2019-09-20T14:24:38.013Z] DEP images/file-lock.pb-c.d [2019-09-20T14:24:38.013Z] PBCC images/tty.pb-c.c [2019-09-20T14:24:38.013Z] DEP images/tty.pb-c.d [2019-09-20T14:24:38.013Z] PBCC images/tun.pb-c.c [2019-09-20T14:24:38.013Z] PBCC images/netdev.pb-c.c [2019-09-20T14:24:38.013Z] DEP images/tun.pb-c.d [2019-09-20T14:24:38.013Z] DEP images/netdev.pb-c.d [2019-09-20T14:24:38.013Z] PBCC images/vma.pb-c.c [2019-09-20T14:24:38.013Z] DEP images/vma.pb-c.d [2019-09-20T14:24:38.013Z] PBCC images/creds.pb-c.c [2019-09-20T14:24:38.013Z] DEP images/creds.pb-c.d [2019-09-20T14:24:38.013Z] PBCC images/utsns.pb-c.c [2019-09-20T14:24:38.013Z] DEP images/utsns.pb-c.d [2019-09-20T14:24:38.013Z] PBCC images/ipc-desc.pb-c.c [2019-09-20T14:24:38.013Z] PBCC images/ipc-sem.pb-c.c [2019-09-20T14:24:38.013Z] DEP images/ipc-desc.pb-c.d [2019-09-20T14:24:38.013Z] DEP images/ipc-sem.pb-c.d [2019-09-20T14:24:38.013Z] PBCC images/ipc-msg.pb-c.c [2019-09-20T14:24:38.013Z] DEP images/ipc-msg.pb-c.d [2019-09-20T14:24:38.013Z] PBCC images/ipc-shm.pb-c.c [2019-09-20T14:24:38.013Z] DEP images/ipc-shm.pb-c.d [2019-09-20T14:24:38.013Z] PBCC images/ipc-var.pb-c.c [2019-09-20T14:24:38.013Z] DEP images/ipc-var.pb-c.d [2019-09-20T14:24:38.013Z] PBCC images/sk-opts.pb-c.c [2019-09-20T14:24:38.013Z] PBCC images/packet-sock.pb-c.c [2019-09-20T14:24:38.013Z] DEP images/sk-opts.pb-c.d [2019-09-20T14:24:38.013Z] DEP images/packet-sock.pb-c.d [2019-09-20T14:24:38.013Z] PBCC images/sk-netlink.pb-c.c [2019-09-20T14:24:38.013Z] DEP images/sk-netlink.pb-c.d [2019-09-20T14:24:38.225Z] #15 ... [2019-09-20T14:24:38.225Z] [2019-09-20T14:24:38.225Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:24:38.225Z] #35 7.779 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-20T14:24:38.225Z] #35 7.781 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-20T14:24:38.225Z] #35 7.831 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-20T14:24:38.225Z] #35 7.840 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-20T14:24:38.225Z] #35 7.941 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-20T14:24:38.225Z] #35 8.885 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [506 kB] [2019-09-20T14:24:38.225Z] #35 ... [2019-09-20T14:24:38.225Z] [2019-09-20T14:24:38.225Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-09-20T14:24:38.225Z] #6 7.683 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-20T14:24:38.225Z] #6 7.685 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-20T14:24:38.225Z] #6 7.738 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-20T14:24:38.225Z] #6 7.768 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-20T14:24:38.225Z] #6 7.812 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-20T14:24:38.225Z] #6 8.652 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [506 kB] [2019-09-20T14:24:38.225Z] #6 ... [2019-09-20T14:24:38.225Z] [2019-09-20T14:24:38.225Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-20T14:24:38.225Z] #53 6.518 + RM_GOPATH=0 [2019-09-20T14:24:38.225Z] #53 6.518 + TMP_GOPATH= [2019-09-20T14:24:38.225Z] #53 6.518 + : /build [2019-09-20T14:24:38.225Z] #53 6.518 + '[' -z '' ']' [2019-09-20T14:24:38.225Z] #53 6.525 ++ mktemp -d [2019-09-20T14:24:38.225Z] #53 6.530 + export GOPATH=/tmp/tmp.VmiBuJRyO5 [2019-09-20T14:24:38.225Z] #53 6.530 + GOPATH=/tmp/tmp.VmiBuJRyO5 [2019-09-20T14:24:38.225Z] #53 6.530 + RM_GOPATH=1 [2019-09-20T14:24:38.225Z] #53 6.531 ++ dirname ./install.sh [2019-09-20T14:24:38.225Z] #53 6.541 + dir=. [2019-09-20T14:24:38.225Z] #53 6.546 + bin=dockercli [2019-09-20T14:24:38.225Z] #53 6.546 + shift [2019-09-20T14:24:38.225Z] #53 6.546 + '[' '!' -f ./dockercli.installer ']' [2019-09-20T14:24:38.225Z] #53 6.546 + . ./dockercli.installer [2019-09-20T14:24:38.225Z] #53 6.547 ++ DOCKERCLI_CHANNEL=stable [2019-09-20T14:24:38.225Z] #53 6.547 ++ DOCKERCLI_VERSION=17.06.2-ce [2019-09-20T14:24:38.225Z] #53 6.547 + install_dockercli [2019-09-20T14:24:38.225Z] #53 6.548 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-09-20T14:24:38.225Z] #53 6.548 Install docker/cli version 17.06.2-ce from stable [2019-09-20T14:24:38.225Z] #53 6.551 ++ uname -m [2019-09-20T14:24:38.225Z] #53 6.554 + arch=x86_64 [2019-09-20T14:24:38.225Z] #53 6.561 + '[' x86_64 '!=' x86_64 ']' [2019-09-20T14:24:38.225Z] #53 6.562 + url=https://download.docker.com/linux/static [2019-09-20T14:24:38.225Z] #53 6.563 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2019-09-20T14:24:38.225Z] #53 6.570 + tar -xz docker/docker [2019-09-20T14:24:38.225Z] #53 ... [2019-09-20T14:24:38.225Z] [2019-09-20T14:24:38.225Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-20T14:24:38.225Z] #50 6.476 + RM_GOPATH=0 [2019-09-20T14:24:38.225Z] #50 6.476 + TMP_GOPATH= [2019-09-20T14:24:38.225Z] #50 6.476 + : /build [2019-09-20T14:24:38.225Z] #50 6.476 + '[' -z '' ']' [2019-09-20T14:24:38.225Z] #50 6.477 ++ mktemp -d [2019-09-20T14:24:38.225Z] #50 6.480 + export GOPATH=/tmp/tmp.i7zfSMT2X3 [2019-09-20T14:24:38.225Z] #50 6.484 + GOPATH=/tmp/tmp.i7zfSMT2X3 [2019-09-20T14:24:38.225Z] #50 6.484 + RM_GOPATH=1 [2019-09-20T14:24:38.225Z] #50 6.488 ++ dirname ./install.sh [2019-09-20T14:24:38.225Z] #50 6.490 Install docker-proxy version 92d1fbe1eb0883cf11d283cea8e658275146411d [2019-09-20T14:24:38.225Z] #50 6.500 + dir=. [2019-09-20T14:24:38.225Z] #50 6.500 + bin=proxy [2019-09-20T14:24:38.225Z] #50 6.500 + shift [2019-09-20T14:24:38.225Z] #50 6.500 + '[' '!' -f ./proxy.installer ']' [2019-09-20T14:24:38.225Z] #50 6.500 + . ./proxy.installer [2019-09-20T14:24:38.225Z] #50 6.500 ++ LIBNETWORK_COMMIT=92d1fbe1eb0883cf11d283cea8e658275146411d [2019-09-20T14:24:38.225Z] #50 6.500 + install_proxy [2019-09-20T14:24:38.225Z] #50 6.500 + case "$1" in [2019-09-20T14:24:38.225Z] #50 6.500 + export CGO_ENABLED=0 [2019-09-20T14:24:38.225Z] #50 6.500 + CGO_ENABLED=0 [2019-09-20T14:24:38.225Z] #50 6.500 + _install_proxy [2019-09-20T14:24:38.225Z] #50 6.500 + echo 'Install docker-proxy version 92d1fbe1eb0883cf11d283cea8e658275146411d' [2019-09-20T14:24:38.225Z] #50 6.500 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.i7zfSMT2X3/src/github.com/docker/libnetwork [2019-09-20T14:24:38.225Z] #50 6.500 Cloning into '/tmp/tmp.i7zfSMT2X3/src/github.com/docker/libnetwork'... [2019-09-20T14:24:38.225Z] #50 ... [2019-09-20T14:24:38.225Z] [2019-09-20T14:24:38.225Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-20T14:24:38.225Z] #55 4.944 + mktemp -d [2019-09-20T14:24:38.225Z] #55 4.944 + export GOPATH=/tmp/tmp.fDLJ5QVl9F [2019-09-20T14:24:38.225Z] #55 4.944 + git clone https://github.com/docker/distribution.git /tmp/tmp.fDLJ5QVl9F/src/github.com/docker/distribution [2019-09-20T14:24:38.225Z] #55 4.945 Cloning into '/tmp/tmp.fDLJ5QVl9F/src/github.com/docker/distribution'... [2019-09-20T14:24:38.225Z] #55 ... [2019-09-20T14:24:38.225Z] [2019-09-20T14:24:38.225Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-20T14:24:38.225Z] #44 6.243 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-20T14:24:38.225Z] #44 6.245 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-20T14:24:38.225Z] #44 6.326 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-20T14:24:38.225Z] #44 6.344 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-20T14:24:38.225Z] #44 6.419 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-20T14:24:38.225Z] #44 7.367 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [506 kB] [2019-09-20T14:24:38.225Z] #44 9.132 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-20T14:24:38.225Z] #44 10.16 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-20T14:24:38.305Z] Setting up libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-09-20T14:24:38.305Z] Setting up libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-09-20T14:24:38.305Z] Setting up python-pkg-resources (33.1.1-1) ... [2019-09-20T14:24:38.390Z] PBCC images/sk-inet.pb-c.c [2019-09-20T14:24:38.390Z] DEP images/sk-inet.pb-c.d [2019-09-20T14:24:38.390Z] PBCC images/sk-unix.pb-c.c [2019-09-20T14:24:38.390Z] DEP images/sk-unix.pb-c.d [2019-09-20T14:24:38.390Z] PBCC images/mm.pb-c.c [2019-09-20T14:24:38.390Z] DEP images/mm.pb-c.d [2019-09-20T14:24:38.390Z] PBCC images/timerfd.pb-c.c [2019-09-20T14:24:38.390Z] DEP images/timerfd.pb-c.d [2019-09-20T14:24:38.390Z] PBCC images/timer.pb-c.c [2019-09-20T14:24:38.390Z] DEP images/timer.pb-c.d [2019-09-20T14:24:38.390Z] PBCC images/sa.pb-c.c [2019-09-20T14:24:38.390Z] DEP images/sa.pb-c.d [2019-09-20T14:24:38.390Z] PBCC images/pipe-data.pb-c.c [2019-09-20T14:24:38.390Z] DEP images/pipe-data.pb-c.d [2019-09-20T14:24:38.390Z] PBCC images/mnt.pb-c.c [2019-09-20T14:24:38.390Z] DEP images/mnt.pb-c.d [2019-09-20T14:24:38.390Z] PBCC images/sk-packet.pb-c.c [2019-09-20T14:24:38.390Z] DEP images/sk-packet.pb-c.d [2019-09-20T14:24:38.390Z] PBCC images/tcp-stream.pb-c.c [2019-09-20T14:24:38.390Z] DEP images/tcp-stream.pb-c.d [2019-09-20T14:24:38.390Z] PBCC images/pipe.pb-c.c [2019-09-20T14:24:38.390Z] DEP images/pipe.pb-c.d [2019-09-20T14:24:38.390Z] PBCC images/pstree.pb-c.c [2019-09-20T14:24:38.390Z] DEP images/pstree.pb-c.d [2019-09-20T14:24:38.390Z] PBCC images/fs.pb-c.c [2019-09-20T14:24:38.390Z] DEP images/fs.pb-c.d [2019-09-20T14:24:38.390Z] PBCC images/signalfd.pb-c.c [2019-09-20T14:24:38.390Z] DEP images/signalfd.pb-c.d [2019-09-20T14:24:38.390Z] PBCC images/fh.pb-c.c [2019-09-20T14:24:38.390Z] PBCC images/fsnotify.pb-c.c [2019-09-20T14:24:38.390Z] DEP images/fh.pb-c.d [2019-09-20T14:24:38.390Z] DEP images/fsnotify.pb-c.d [2019-09-20T14:24:38.390Z] PBCC images/eventpoll.pb-c.c [2019-09-20T14:24:38.390Z] DEP images/eventpoll.pb-c.d [2019-09-20T14:24:38.390Z] PBCC images/eventfd.pb-c.c [2019-09-20T14:24:38.390Z] DEP images/eventfd.pb-c.d [2019-09-20T14:24:38.390Z] PBCC images/remap-file-path.pb-c.c [2019-09-20T14:24:38.390Z] DEP images/remap-file-path.pb-c.d [2019-09-20T14:24:38.390Z] PBCC images/fifo.pb-c.c [2019-09-20T14:24:38.390Z] DEP images/fifo.pb-c.d [2019-09-20T14:24:38.390Z] PBCC images/ghost-file.pb-c.c [2019-09-20T14:24:38.390Z] DEP images/ghost-file.pb-c.d [2019-09-20T14:24:38.390Z] PBCC images/regfile.pb-c.c [2019-09-20T14:24:38.391Z] DEP images/regfile.pb-c.d [2019-09-20T14:24:38.391Z] PBCC images/ns.pb-c.c [2019-09-20T14:24:38.391Z] DEP images/ns.pb-c.d [2019-09-20T14:24:38.391Z] PBCC images/fdinfo.pb-c.c [2019-09-20T14:24:38.391Z] DEP images/fdinfo.pb-c.d [2019-09-20T14:24:38.391Z] PBCC images/core-aarch64.pb-c.c [2019-09-20T14:24:38.391Z] PBCC images/core-arm.pb-c.c [2019-09-20T14:24:38.391Z] PBCC images/core-ppc64.pb-c.c [2019-09-20T14:24:38.391Z] PBCC images/core-s390.pb-c.c [2019-09-20T14:24:38.391Z] PBCC images/core-x86.pb-c.c [2019-09-20T14:24:38.391Z] PBCC images/core.pb-c.c [2019-09-20T14:24:38.391Z] PBCC images/inventory.pb-c.c [2019-09-20T14:24:38.391Z] DEP images/core-aarch64.pb-c.d [2019-09-20T14:24:38.391Z] DEP images/core-arm.pb-c.d [2019-09-20T14:24:38.391Z] DEP images/core-ppc64.pb-c.d [2019-09-20T14:24:38.484Z] #44 ... [2019-09-20T14:24:38.484Z] [2019-09-20T14:24:38.484Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-09-20T14:24:38.484Z] #27 6.082 + RM_GOPATH=0 [2019-09-20T14:24:38.484Z] #27 6.082 + TMP_GOPATH= [2019-09-20T14:24:38.484Z] #27 6.082 + : /build [2019-09-20T14:24:38.484Z] #27 6.082 + '[' -z '' ']' [2019-09-20T14:24:38.484Z] #27 6.087 ++ mktemp -d [2019-09-20T14:24:38.484Z] #27 6.087 + export GOPATH=/tmp/tmp.k43LF6GMCY [2019-09-20T14:24:38.484Z] #27 6.087 + GOPATH=/tmp/tmp.k43LF6GMCY [2019-09-20T14:24:38.484Z] #27 6.087 + RM_GOPATH=1 [2019-09-20T14:24:38.484Z] #27 6.097 Installing gotestsum version v0.3.5 [2019-09-20T14:24:38.484Z] #27 6.097 ++ dirname ./install.sh [2019-09-20T14:24:38.484Z] #27 6.097 + dir=. [2019-09-20T14:24:38.484Z] #27 6.097 + bin=gotestsum [2019-09-20T14:24:38.484Z] #27 6.097 + shift [2019-09-20T14:24:38.484Z] #27 6.097 + '[' '!' -f ./gotestsum.installer ']' [2019-09-20T14:24:38.484Z] #27 6.097 + . ./gotestsum.installer [2019-09-20T14:24:38.484Z] #27 6.097 ++ GOTESTSUM_COMMIT=v0.3.5 [2019-09-20T14:24:38.484Z] #27 6.097 + install_gotestsum [2019-09-20T14:24:38.484Z] #27 6.097 + echo 'Installing gotestsum version v0.3.5' [2019-09-20T14:24:38.484Z] #27 6.102 + go get -d gotest.tools/gotestsum [2019-09-20T14:24:38.484Z] #27 ... [2019-09-20T14:24:38.484Z] [2019-09-20T14:24:38.484Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:24:38.484Z] #57 6.949 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-20T14:24:38.484Z] #57 6.951 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-20T14:24:38.484Z] #57 7.000 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-20T14:24:38.484Z] #57 7.068 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-20T14:24:38.484Z] #57 7.072 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-20T14:24:38.484Z] #57 7.985 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [506 kB] [2019-09-20T14:24:38.484Z] #57 9.918 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-20T14:24:38.484Z] #57 10.86 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-20T14:24:38.742Z] #57 ... [2019-09-20T14:24:38.742Z] [2019-09-20T14:24:38.742Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-20T14:24:38.742Z] #30 6.621 + RM_GOPATH=0 [2019-09-20T14:24:38.742Z] #30 6.621 + TMP_GOPATH= [2019-09-20T14:24:38.742Z] #30 6.621 + : /build [2019-09-20T14:24:38.742Z] #30 6.621 + '[' -z '' ']' [2019-09-20T14:24:38.742Z] #30 6.626 ++ mktemp -d [2019-09-20T14:24:38.742Z] #30 6.641 + export GOPATH=/tmp/tmp.q3wXd1dHFn [2019-09-20T14:24:38.742Z] #30 6.641 + GOPATH=/tmp/tmp.q3wXd1dHFn [2019-09-20T14:24:38.742Z] #30 6.641 + RM_GOPATH=1 [2019-09-20T14:24:38.742Z] #30 6.643 ++ dirname ./install.sh [2019-09-20T14:24:38.742Z] #30 6.651 + dir=. [2019-09-20T14:24:38.742Z] #30 6.651 + bin=tomlv [2019-09-20T14:24:38.742Z] #30 6.652 + shift [2019-09-20T14:24:38.742Z] #30 6.652 + '[' '!' -f ./tomlv.installer ']' [2019-09-20T14:24:38.742Z] #30 6.652 + . ./tomlv.installer [2019-09-20T14:24:38.742Z] #30 6.653 ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-20T14:24:38.742Z] #30 6.653 + install_tomlv [2019-09-20T14:24:38.742Z] #30 6.654 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-09-20T14:24:38.742Z] #30 6.654 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-20T14:24:38.742Z] #30 6.654 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.q3wXd1dHFn/src/github.com/BurntSushi/toml [2019-09-20T14:24:38.742Z] #30 6.656 Cloning into '/tmp/tmp.q3wXd1dHFn/src/github.com/BurntSushi/toml'... [2019-09-20T14:24:38.742Z] #30 7.860 + cd /tmp/tmp.q3wXd1dHFn/src/github.com/BurntSushi/toml [2019-09-20T14:24:38.742Z] #30 7.861 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-20T14:24:38.742Z] #30 7.879 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-09-20T14:24:38.742Z] #30 8.592 runtime/internal/atomic [2019-09-20T14:24:38.742Z] #30 8.600 internal/cpu [2019-09-20T14:24:38.742Z] #30 8.809 runtime/internal/sys [2019-09-20T14:24:38.742Z] #30 9.041 runtime/internal/math [2019-09-20T14:24:38.742Z] #30 9.155 math/bits [2019-09-20T14:24:38.742Z] #30 9.260 internal/bytealg [2019-09-20T14:24:38.742Z] #30 9.746 math [2019-09-20T14:24:38.742Z] #30 9.995 runtime [2019-09-20T14:24:38.742Z] #30 ... [2019-09-20T14:24:38.742Z] [2019-09-20T14:24:38.743Z] #24 [golangci_lint 3/3] RUN PREFIX=/build ./install.sh golangci_lint [2019-09-20T14:24:38.743Z] #24 6.435 + RM_GOPATH=0 [2019-09-20T14:24:38.743Z] #24 6.435 + TMP_GOPATH= [2019-09-20T14:24:38.743Z] #24 6.435 + : /build [2019-09-20T14:24:38.743Z] #24 6.435 + '[' -z '' ']' [2019-09-20T14:24:38.743Z] #24 6.447 ++ mktemp -d [2019-09-20T14:24:38.743Z] #24 6.455 + export GOPATH=/tmp/tmp.vrB0WETIt4 [2019-09-20T14:24:38.743Z] #24 6.455 + GOPATH=/tmp/tmp.vrB0WETIt4 [2019-09-20T14:24:38.743Z] #24 6.458 + RM_GOPATH=1 [2019-09-20T14:24:38.743Z] #24 6.458 ++ dirname ./install.sh [2019-09-20T14:24:38.743Z] #24 6.459 + dir=. [2019-09-20T14:24:38.743Z] #24 6.459 + bin=golangci_lint [2019-09-20T14:24:38.743Z] #24 6.459 + shift [2019-09-20T14:24:38.743Z] #24 6.459 + '[' '!' -f ./golangci_lint.installer ']' [2019-09-20T14:24:38.743Z] #24 6.459 + . ./golangci_lint.installer [2019-09-20T14:24:38.743Z] #24 6.459 ++ : v1.17.1 [2019-09-20T14:24:38.743Z] #24 6.459 + install_golangci_lint [2019-09-20T14:24:38.743Z] #24 6.460 + echo 'Installing golangci-lint version v1.17.1' [2019-09-20T14:24:38.743Z] #24 6.460 Installing golangci-lint version v1.17.1 [2019-09-20T14:24:38.743Z] #24 6.460 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2019-09-20T14:24:38.834Z] DEP images/core-s390.pb-c.d [2019-09-20T14:24:38.834Z] DEP images/core-x86.pb-c.d [2019-09-20T14:24:38.834Z] DEP images/core.pb-c.d [2019-09-20T14:24:38.834Z] DEP images/inventory.pb-c.d [2019-09-20T14:24:38.834Z] PBCC images/cpuinfo.pb-c.c [2019-09-20T14:24:38.834Z] DEP images/cpuinfo.pb-c.d [2019-09-20T14:24:38.834Z] PBCC images/stats.pb-c.c [2019-09-20T14:24:38.834Z] DEP images/stats.pb-c.d [2019-09-20T14:24:38.834Z] make[1]: Nothing to be done for 'all'. [2019-09-20T14:24:39.001Z] #24 ... [2019-09-20T14:24:39.001Z] [2019-09-20T14:24:39.001Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-20T14:24:39.001Z] #33 6.196 + RM_GOPATH=0 [2019-09-20T14:24:39.001Z] #33 6.196 + TMP_GOPATH= [2019-09-20T14:24:39.001Z] #33 6.196 + : /build [2019-09-20T14:24:39.001Z] #33 6.196 + '[' -z '' ']' [2019-09-20T14:24:39.001Z] #33 6.198 ++ mktemp -d [2019-09-20T14:24:39.001Z] #33 6.202 + export GOPATH=/tmp/tmp.wDLqwmjzOV [2019-09-20T14:24:39.001Z] #33 6.203 + GOPATH=/tmp/tmp.wDLqwmjzOV [2019-09-20T14:24:39.001Z] #33 6.203 + RM_GOPATH=1 [2019-09-20T14:24:39.001Z] #33 6.203 ++ dirname ./install.sh [2019-09-20T14:24:39.001Z] #33 6.204 + dir=. [2019-09-20T14:24:39.001Z] #33 6.206 + bin=vndr [2019-09-20T14:24:39.001Z] #33 6.206 + shift [2019-09-20T14:24:39.001Z] #33 6.206 + '[' '!' -f ./vndr.installer ']' [2019-09-20T14:24:39.001Z] #33 6.206 + . ./vndr.installer [2019-09-20T14:24:39.001Z] #33 6.206 ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-20T14:24:39.001Z] #33 6.207 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-20T14:24:39.001Z] #33 6.207 + install_vndr [2019-09-20T14:24:39.001Z] #33 6.207 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-09-20T14:24:39.001Z] #33 6.207 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.wDLqwmjzOV/src/github.com/LK4D4/vndr [2019-09-20T14:24:39.001Z] #33 6.209 Cloning into '/tmp/tmp.wDLqwmjzOV/src/github.com/LK4D4/vndr'... [2019-09-20T14:24:39.001Z] #33 7.214 + cd /tmp/tmp.wDLqwmjzOV/src/github.com/LK4D4/vndr [2019-09-20T14:24:39.001Z] #33 7.214 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-20T14:24:39.001Z] #33 7.247 + go build -buildmode=pie -v -o /build/vndr . [2019-09-20T14:24:39.001Z] #33 8.847 internal/cpu [2019-09-20T14:24:39.001Z] #33 8.887 runtime/internal/atomic [2019-09-20T14:24:39.001Z] #33 9.240 runtime/internal/sys [2019-09-20T14:24:39.001Z] #33 9.445 runtime/internal/math [2019-09-20T14:24:39.001Z] #33 9.521 internal/bytealg [2019-09-20T14:24:39.001Z] #33 9.602 internal/race [2019-09-20T14:24:39.001Z] #33 9.738 sync/atomic [2019-09-20T14:24:39.001Z] #33 10.04 unicode [2019-09-20T14:24:39.001Z] #33 10.56 runtime [2019-09-20T14:24:39.269Z] CC images/stats.o [2019-09-20T14:24:39.269Z] CC images/core.o [2019-09-20T14:24:39.269Z] CC images/core-x86.o [2019-09-20T14:24:39.269Z] CC images/core-arm.o [2019-09-20T14:24:39.269Z] CC images/core-aarch64.o [2019-09-20T14:24:39.269Z] CC images/core-ppc64.o [2019-09-20T14:24:39.269Z] CC images/core-s390.o [2019-09-20T14:24:39.318Z] Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-09-20T14:24:39.318Z] Setting up libprotobuf10:ppc64el (3.0.0-9) ... [2019-09-20T14:24:39.318Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-20T14:24:39.318Z] Setting up python-protobuf (3.0.0-9) ... [2019-09-20T14:24:39.631Z] CC images/cpuinfo.o [2019-09-20T14:24:39.631Z] CC images/inventory.o [2019-09-20T14:24:39.631Z] CC images/fdinfo.o [2019-09-20T14:24:39.631Z] CC images/fown.o [2019-09-20T14:24:39.631Z] CC images/ns.o [2019-09-20T14:24:39.631Z] CC images/regfile.o [2019-09-20T14:24:39.631Z] CC images/ghost-file.o [2019-09-20T14:24:39.631Z] CC images/fifo.o [2019-09-20T14:24:39.631Z] CC images/remap-file-path.o [2019-09-20T14:24:39.631Z] CC images/eventfd.o [2019-09-20T14:24:39.631Z] CC images/eventpoll.o [2019-09-20T14:24:39.631Z] CC images/fh.o [2019-09-20T14:24:39.997Z] CC images/fsnotify.o [2019-09-20T14:24:39.997Z] CC images/signalfd.o [2019-09-20T14:24:39.997Z] CC images/fs.o [2019-09-20T14:24:39.997Z] CC images/pstree.o [2019-09-20T14:24:39.997Z] CC images/pipe.o [2019-09-20T14:24:39.997Z] CC images/tcp-stream.o [2019-09-20T14:24:39.997Z] CC images/sk-packet.o [2019-09-20T14:24:39.997Z] CC images/mnt.o [2019-09-20T14:24:39.997Z] CC images/pipe-data.o [2019-09-20T14:24:39.997Z] CC images/sa.o [2019-09-20T14:24:40.380Z] CC images/timer.o [2019-09-20T14:24:40.380Z] CC images/timerfd.o [2019-09-20T14:24:40.380Z] CC images/mm.o [2019-09-20T14:24:40.380Z] CC images/sk-opts.o [2019-09-20T14:24:40.380Z] CC images/sk-unix.o [2019-09-20T14:24:40.380Z] CC images/sk-inet.o [2019-09-20T14:24:40.380Z] CC images/tun.o [2019-09-20T14:24:40.380Z] CC images/sk-netlink.o [2019-09-20T14:24:40.380Z] CC images/packet-sock.o [2019-09-20T14:24:40.380Z] CC images/ipc-var.o [2019-09-20T14:24:40.380Z] CC images/ipc-desc.o [2019-09-20T14:24:40.749Z] CC images/ipc-shm.o [2019-09-20T14:24:40.749Z] CC images/ipc-msg.o [2019-09-20T14:24:40.749Z] CC images/ipc-sem.o [2019-09-20T14:24:40.749Z] CC images/utsns.o [2019-09-20T14:24:40.749Z] CC images/creds.o [2019-09-20T14:24:40.749Z] CC images/vma.o [2019-09-20T14:24:40.749Z] CC images/netdev.o [2019-09-20T14:24:40.749Z] CC images/tty.o [2019-09-20T14:24:40.749Z] CC images/file-lock.o [2019-09-20T14:24:40.749Z] CC images/rlimit.o [2019-09-20T14:24:40.749Z] CC images/pagemap.o [2019-09-20T14:24:40.749Z] CC images/siginfo.o [2019-09-20T14:24:40.792Z] Setting up libcap-dev:ppc64el (1:2.25-1) ... [2019-09-20T14:24:40.792Z] Setting up libprotobuf-c-dev:ppc64el (1.2.1-2) ... [2019-09-20T14:24:40.792Z] Setting up libnl-3-200:ppc64el (3.2.27-2) ... [2019-09-20T14:24:40.792Z] Setting up libprotobuf-lite10:ppc64el (3.0.0-9) ... [2019-09-20T14:24:40.792Z] Setting up libprotoc10:ppc64el (3.0.0-9) ... [2019-09-20T14:24:40.792Z] Setting up protobuf-c-compiler (1.2.1-2) ... [2019-09-20T14:24:40.792Z] Setting up zlib1g-dev:ppc64el (1:1.2.8.dfsg-5) ... [2019-09-20T14:24:40.792Z] Setting up protobuf-compiler (3.0.0-9) ... [2019-09-20T14:24:40.792Z] Setting up libprotobuf-dev:ppc64el (3.0.0-9) ... [2019-09-20T14:24:40.792Z] Setting up libnl-3-dev:ppc64el (3.2.27-2) ... [2019-09-20T14:24:40.792Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-20T14:24:41.114Z] CC images/rpc.o [2019-09-20T14:24:41.115Z] CC images/ext-file.o [2019-09-20T14:24:41.115Z] CC images/cgroup.o [2019-09-20T14:24:41.115Z] CC images/userns.o [2019-09-20T14:24:41.115Z] CC images/google/protobuf/descriptor.o [2019-09-20T14:24:41.414Z] Removing intermediate container ccc3773c35eb [2019-09-20T14:24:41.414Z] ---> c799b5d73124 [2019-09-20T14:24:41.414Z] Step 12/126 : RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v${CRIU_VERSION}.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2019-09-20T14:24:41.414Z] ---> Running in 78aec4927889 [2019-09-20T14:24:41.495Z] CC images/opts.o [2019-09-20T14:24:41.495Z] CC images/seccomp.o [2019-09-20T14:24:41.495Z] CC images/binfmt-misc.o [2019-09-20T14:24:41.495Z] CC images/time.o [2019-09-20T14:24:41.495Z] CC images/sysctl.o [2019-09-20T14:24:41.495Z] CC images/autofs.o [2019-09-20T14:24:41.495Z] CC images/macvlan.o [2019-09-20T14:24:41.495Z] CC images/sit.o [2019-09-20T14:24:41.495Z] LINK images/built-in.o [2019-09-20T14:24:41.861Z] GEN compel/include/asm [2019-09-20T14:24:41.861Z] GEN compel/include/version.h [2019-09-20T14:24:41.861Z] touch .config [2019-09-20T14:24:41.861Z] GEN include/common/config.h [2019-09-20T14:24:41.861Z] DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2019-09-20T14:24:41.861Z] GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-09-20T14:24:41.861Z] GEN compel/plugins/include/uapi/std/syscall.h [2019-09-20T14:24:41.861Z] GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2019-09-20T14:24:41.861Z] DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2019-09-20T14:24:41.861Z] DEP compel/arch/s390/plugins/std/parasite-head.d [2019-09-20T14:24:41.861Z] GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-09-20T14:24:41.861Z] DEP compel/plugins/std/infect.d [2019-09-20T14:24:41.861Z] DEP compel/plugins/std/string.d [2019-09-20T14:24:41.861Z] DEP compel/plugins/std/log.d [2019-09-20T14:24:41.861Z] DEP compel/plugins/std/fds.d [2019-09-20T14:24:41.861Z] DEP compel/plugins/std/std.d [2019-09-20T14:24:41.861Z] DEP compel/plugins/shmem/shmem.d [2019-09-20T14:24:41.861Z] DEP compel/plugins/fds/fds.d [2019-09-20T14:24:41.861Z] CC compel/plugins/std/std.o [2019-09-20T14:24:41.861Z] CC compel/plugins/std/fds.o [2019-09-20T14:24:41.861Z] CC compel/plugins/std/log.o [2019-09-20T14:24:42.231Z] CC compel/plugins/std/string.o [2019-09-20T14:24:42.231Z] CC compel/plugins/std/infect.o [2019-09-20T14:24:42.231Z] CC compel/arch/s390/plugins/std/parasite-head.o [2019-09-20T14:24:42.231Z] CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2019-09-20T14:24:42.231Z] CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2019-09-20T14:24:42.231Z] AR compel/plugins/std.lib.a [2019-09-20T14:24:42.231Z] CC compel/plugins/fds/fds.o [2019-09-20T14:24:42.348Z] #33 13.84 unicode/utf8 [2019-09-20T14:24:42.429Z] Note: Building without setproctitle() and strlcpy() support. [2019-09-20T14:24:42.429Z] To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-20T14:24:42.608Z] #33 14.50 math/bits [2019-09-20T14:24:42.660Z] AR compel/plugins/fds.lib.a [2019-09-20T14:24:42.660Z] HOSTDEP compel/src/lib/log-host.d [2019-09-20T14:24:42.660Z] HOSTDEP compel/src/lib/handle-elf-host.d [2019-09-20T14:24:42.660Z] HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2019-09-20T14:24:42.660Z] HOSTDEP compel/src/main-host.d [2019-09-20T14:24:42.660Z] DEP compel/src/lib/ptrace.d [2019-09-20T14:24:42.660Z] DEP compel/src/lib/infect.d [2019-09-20T14:24:42.660Z] DEP compel/src/lib/infect-util.d [2019-09-20T14:24:42.660Z] DEP compel/src/lib/infect-rpc.d [2019-09-20T14:24:42.660Z] DEP compel/arch/s390/src/lib/infect.d [2019-09-20T14:24:42.660Z] DEP compel/arch/s390/src/lib/cpu.d [2019-09-20T14:24:42.660Z] DEP compel/src/lib/log.d [2019-09-20T14:24:42.660Z] DEP compel/src/main.d [2019-09-20T14:24:42.660Z] DEP compel/src/lib/handle-elf.d [2019-09-20T14:24:42.660Z] DEP compel/arch/s390/src/lib/handle-elf.d [2019-09-20T14:24:42.660Z] CC compel/src/lib/log.o [2019-09-20T14:24:42.713Z] fatal: Not a git repository (or any of the parent directories): .git [2019-09-20T14:24:42.713Z]  GEN .gitid [2019-09-20T14:24:42.713Z] GEN criu/include/version.h [2019-09-20T14:24:42.713Z] GEN include/common/asm [2019-09-20T14:24:42.866Z] #33 ... [2019-09-20T14:24:42.866Z] [2019-09-20T14:24:42.866Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-20T14:24:42.866Z] #30 14.69 unicode/utf8 [2019-09-20T14:24:42.997Z] PBCC images/google/protobuf/descriptor.pb-c.c [2019-09-20T14:24:42.997Z] PBCC images/opts.pb-c.c [2019-09-20T14:24:42.997Z] PBCC images/sit.pb-c.c [2019-09-20T14:24:42.997Z] DEP images/google/protobuf/descriptor.pb-c.d [2019-09-20T14:24:42.997Z] DEP images/opts.pb-c.d [2019-09-20T14:24:42.997Z] DEP images/sit.pb-c.d [2019-09-20T14:24:42.997Z] PBCC images/macvlan.pb-c.c [2019-09-20T14:24:42.997Z] DEP images/macvlan.pb-c.d [2019-09-20T14:24:43.136Z] #30 15.10 internal/race [2019-09-20T14:24:43.136Z] #30 15.19 sync/atomic [2019-09-20T14:24:43.140Z] CC compel/arch/s390/src/lib/cpu.o [2019-09-20T14:24:43.140Z] CC compel/arch/s390/src/lib/infect.o [2019-09-20T14:24:43.140Z] CC compel/src/lib/infect-rpc.o [2019-09-20T14:24:43.140Z] CC compel/src/lib/infect-util.o [2019-09-20T14:24:43.140Z] CC compel/src/lib/infect.o [2019-09-20T14:24:43.280Z] PBCC images/autofs.pb-c.c [2019-09-20T14:24:43.280Z] DEP images/autofs.pb-c.d [2019-09-20T14:24:43.280Z] PBCC images/sysctl.pb-c.c [2019-09-20T14:24:43.280Z] DEP images/sysctl.pb-c.d [2019-09-20T14:24:43.280Z] PBCC images/time.pb-c.c [2019-09-20T14:24:43.280Z] DEP images/time.pb-c.d [2019-09-20T14:24:43.280Z] PBCC images/binfmt-misc.pb-c.c [2019-09-20T14:24:43.280Z] DEP images/binfmt-misc.pb-c.d [2019-09-20T14:24:43.280Z] PBCC images/seccomp.pb-c.c [2019-09-20T14:24:43.280Z] DEP images/seccomp.pb-c.d [2019-09-20T14:24:43.280Z] PBCC images/userns.pb-c.c [2019-09-20T14:24:43.280Z] DEP images/userns.pb-c.d [2019-09-20T14:24:43.280Z] PBCC images/cgroup.pb-c.c [2019-09-20T14:24:43.280Z] DEP images/cgroup.pb-c.d [2019-09-20T14:24:43.280Z] PBCC images/fown.pb-c.c [2019-09-20T14:24:43.280Z] PBCC images/ext-file.pb-c.c [2019-09-20T14:24:43.280Z] DEP images/fown.pb-c.d [2019-09-20T14:24:43.280Z] DEP images/ext-file.pb-c.d [2019-09-20T14:24:43.280Z] PBCC images/rpc.pb-c.c [2019-09-20T14:24:43.280Z] DEP images/rpc.pb-c.d [2019-09-20T14:24:43.280Z] PBCC images/siginfo.pb-c.c [2019-09-20T14:24:43.280Z] DEP images/siginfo.pb-c.d [2019-09-20T14:24:43.280Z] PBCC images/pagemap.pb-c.c [2019-09-20T14:24:43.280Z] DEP images/pagemap.pb-c.d [2019-09-20T14:24:43.529Z] CC compel/src/lib/ptrace.o [2019-09-20T14:24:43.529Z] AR compel/libcompel.a [2019-09-20T14:24:43.529Z] HOSTCC compel/src/main-host.o [2019-09-20T14:24:43.529Z] HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2019-09-20T14:24:43.529Z] HOSTCC compel/src/lib/handle-elf-host.o [2019-09-20T14:24:43.562Z] PBCC images/rlimit.pb-c.c [2019-09-20T14:24:43.562Z] DEP images/rlimit.pb-c.d [2019-09-20T14:24:43.562Z] PBCC images/file-lock.pb-c.c [2019-09-20T14:24:43.562Z] DEP images/file-lock.pb-c.d [2019-09-20T14:24:43.562Z] PBCC images/tty.pb-c.c [2019-09-20T14:24:43.562Z] DEP images/tty.pb-c.d [2019-09-20T14:24:43.562Z] PBCC images/tun.pb-c.c [2019-09-20T14:24:43.562Z] PBCC images/netdev.pb-c.c [2019-09-20T14:24:43.562Z] DEP images/tun.pb-c.d [2019-09-20T14:24:43.562Z] DEP images/netdev.pb-c.d [2019-09-20T14:24:43.562Z] PBCC images/vma.pb-c.c [2019-09-20T14:24:43.562Z] DEP images/vma.pb-c.d [2019-09-20T14:24:43.562Z] PBCC images/creds.pb-c.c [2019-09-20T14:24:43.562Z] DEP images/creds.pb-c.d [2019-09-20T14:24:43.562Z] PBCC images/utsns.pb-c.c [2019-09-20T14:24:43.562Z] DEP images/utsns.pb-c.d [2019-09-20T14:24:43.562Z] PBCC images/ipc-desc.pb-c.c [2019-09-20T14:24:43.562Z] PBCC images/ipc-sem.pb-c.c [2019-09-20T14:24:43.562Z] DEP images/ipc-desc.pb-c.d [2019-09-20T14:24:43.562Z] DEP images/ipc-sem.pb-c.d [2019-09-20T14:24:43.562Z] PBCC images/ipc-msg.pb-c.c [2019-09-20T14:24:43.701Z] #30 15.56 unicode [2019-09-20T14:24:43.845Z] DEP images/ipc-msg.pb-c.d [2019-09-20T14:24:43.845Z] PBCC images/ipc-shm.pb-c.c [2019-09-20T14:24:43.845Z] DEP images/ipc-shm.pb-c.d [2019-09-20T14:24:43.845Z] PBCC images/ipc-var.pb-c.c [2019-09-20T14:24:43.845Z] DEP images/ipc-var.pb-c.d [2019-09-20T14:24:43.845Z] PBCC images/sk-opts.pb-c.c [2019-09-20T14:24:43.845Z] PBCC images/packet-sock.pb-c.c [2019-09-20T14:24:43.845Z] DEP images/sk-opts.pb-c.d [2019-09-20T14:24:43.845Z] DEP images/packet-sock.pb-c.d [2019-09-20T14:24:43.845Z] PBCC images/sk-netlink.pb-c.c [2019-09-20T14:24:43.845Z] DEP images/sk-netlink.pb-c.d [2019-09-20T14:24:43.845Z] PBCC images/sk-inet.pb-c.c [2019-09-20T14:24:43.845Z] DEP images/sk-inet.pb-c.d [2019-09-20T14:24:43.845Z] PBCC images/sk-unix.pb-c.c [2019-09-20T14:24:43.845Z] DEP images/sk-unix.pb-c.d [2019-09-20T14:24:43.845Z] PBCC images/mm.pb-c.c [2019-09-20T14:24:43.845Z] DEP images/mm.pb-c.d [2019-09-20T14:24:43.845Z] PBCC images/timerfd.pb-c.c [2019-09-20T14:24:43.845Z] DEP images/timerfd.pb-c.d [2019-09-20T14:24:43.845Z] PBCC images/timer.pb-c.c [2019-09-20T14:24:43.906Z] HOSTCC compel/src/lib/log-host.o [2019-09-20T14:24:43.906Z] HOSTLINK compel/compel-host-bin [2019-09-20T14:24:43.906Z] DEP soccr/soccr.d [2019-09-20T14:24:43.906Z] CC soccr/soccr.o [2019-09-20T14:24:43.906Z] AR soccr/libsoccr.a [2019-09-20T14:24:43.906Z] make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-20T14:24:44.128Z] DEP images/timer.pb-c.d [2019-09-20T14:24:44.128Z] PBCC images/sa.pb-c.c [2019-09-20T14:24:44.128Z] DEP images/sa.pb-c.d [2019-09-20T14:24:44.128Z] PBCC images/pipe-data.pb-c.c [2019-09-20T14:24:44.128Z] DEP images/pipe-data.pb-c.d [2019-09-20T14:24:44.128Z] PBCC images/mnt.pb-c.c [2019-09-20T14:24:44.128Z] DEP images/mnt.pb-c.d [2019-09-20T14:24:44.128Z] PBCC images/sk-packet.pb-c.c [2019-09-20T14:24:44.128Z] DEP images/sk-packet.pb-c.d [2019-09-20T14:24:44.128Z] PBCC images/tcp-stream.pb-c.c [2019-09-20T14:24:44.128Z] DEP images/tcp-stream.pb-c.d [2019-09-20T14:24:44.128Z] PBCC images/pipe.pb-c.c [2019-09-20T14:24:44.128Z] DEP images/pipe.pb-c.d [2019-09-20T14:24:44.128Z] PBCC images/pstree.pb-c.c [2019-09-20T14:24:44.128Z] DEP images/pstree.pb-c.d [2019-09-20T14:24:44.128Z] PBCC images/fs.pb-c.c [2019-09-20T14:24:44.128Z] DEP images/fs.pb-c.d [2019-09-20T14:24:44.128Z] PBCC images/signalfd.pb-c.c [2019-09-20T14:24:44.128Z] DEP images/signalfd.pb-c.d [2019-09-20T14:24:44.128Z] PBCC images/fh.pb-c.c [2019-09-20T14:24:44.128Z] PBCC images/fsnotify.pb-c.c [2019-09-20T14:24:44.266Z] #30 ... [2019-09-20T14:24:44.267Z] [2019-09-20T14:24:44.267Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-09-20T14:24:44.267Z] #61 6.185 + RM_GOPATH=0 [2019-09-20T14:24:44.267Z] #61 6.185 + TMP_GOPATH= [2019-09-20T14:24:44.267Z] #61 6.185 + : /build/ [2019-09-20T14:24:44.267Z] #61 6.185 + '[' -z '' ']' [2019-09-20T14:24:44.267Z] #61 6.185 ++ mktemp -d [2019-09-20T14:24:44.267Z] #61 6.197 + export GOPATH=/tmp/tmp.l0m2kxRP4b [2019-09-20T14:24:44.267Z] #61 6.198 + GOPATH=/tmp/tmp.l0m2kxRP4b [2019-09-20T14:24:44.267Z] #61 6.198 + RM_GOPATH=1 [2019-09-20T14:24:44.267Z] #61 6.199 ++ dirname ./install.sh [2019-09-20T14:24:44.267Z] #61 6.204 + dir=. [2019-09-20T14:24:44.267Z] #61 6.208 + bin=rootlesskit [2019-09-20T14:24:44.267Z] #61 6.210 + shift [2019-09-20T14:24:44.267Z] #61 6.211 + '[' '!' -f ./rootlesskit.installer ']' [2019-09-20T14:24:44.267Z] #61 6.211 + . ./rootlesskit.installer [2019-09-20T14:24:44.267Z] #61 6.211 ++ ROOTLESSKIT_COMMIT=791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-20T14:24:44.267Z] #61 6.212 + install_rootlesskit [2019-09-20T14:24:44.267Z] #61 6.212 + case "$1" in [2019-09-20T14:24:44.267Z] #61 6.212 + export CGO_ENABLED=0 [2019-09-20T14:24:44.267Z] #61 6.212 + CGO_ENABLED=0 [2019-09-20T14:24:44.267Z] #61 6.212 + _install_rootlesskit [2019-09-20T14:24:44.267Z] #61 6.213 + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-09-20T14:24:44.267Z] #61 6.213 Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-20T14:24:44.267Z] #61 6.213 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.l0m2kxRP4b/src/github.com/rootless-containers/rootlesskit [2019-09-20T14:24:44.267Z] #61 6.217 Cloning into '/tmp/tmp.l0m2kxRP4b/src/github.com/rootless-containers/rootlesskit'... [2019-09-20T14:24:44.267Z] #61 10.35 + cd /tmp/tmp.l0m2kxRP4b/src/github.com/rootless-containers/rootlesskit [2019-09-20T14:24:44.267Z] #61 10.35 + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-20T14:24:44.267Z] #61 10.54 + for f in rootlesskit rootlesskit-docker-proxy [2019-09-20T14:24:44.267Z] #61 10.54 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-09-20T14:24:44.267Z] #61 ... [2019-09-20T14:24:44.267Z] [2019-09-20T14:24:44.267Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-20T14:24:44.267Z] #53 15.74 + mkdir -p /build [2019-09-20T14:24:44.267Z] #53 15.74 + mv docker/docker /build/ [2019-09-20T14:24:44.267Z] #53 15.75 + rmdir docker [2019-09-20T14:24:44.304Z] DEP criu/arch/s390/sigframe.d [2019-09-20T14:24:44.304Z] DEP criu/arch/s390/crtools.d [2019-09-20T14:24:44.304Z] DEP criu/arch/s390/cpu.d [2019-09-20T14:24:44.304Z] CC criu/arch/s390/cpu.o [2019-09-20T14:24:44.304Z] CC criu/arch/s390/crtools.o [2019-09-20T14:24:44.412Z] DEP images/fh.pb-c.d [2019-09-20T14:24:44.412Z] DEP images/fsnotify.pb-c.d [2019-09-20T14:24:44.412Z] PBCC images/eventpoll.pb-c.c [2019-09-20T14:24:44.412Z] DEP images/eventpoll.pb-c.d [2019-09-20T14:24:44.412Z] PBCC images/eventfd.pb-c.c [2019-09-20T14:24:44.412Z] DEP images/eventfd.pb-c.d [2019-09-20T14:24:44.412Z] PBCC images/remap-file-path.pb-c.c [2019-09-20T14:24:44.412Z] DEP images/remap-file-path.pb-c.d [2019-09-20T14:24:44.412Z] PBCC images/fifo.pb-c.c [2019-09-20T14:24:44.412Z] DEP images/fifo.pb-c.d [2019-09-20T14:24:44.412Z] PBCC images/ghost-file.pb-c.c [2019-09-20T14:24:44.412Z] DEP images/ghost-file.pb-c.d [2019-09-20T14:24:44.412Z] PBCC images/regfile.pb-c.c [2019-09-20T14:24:44.412Z] DEP images/regfile.pb-c.d [2019-09-20T14:24:44.412Z] PBCC images/ns.pb-c.c [2019-09-20T14:24:44.412Z] DEP images/ns.pb-c.d [2019-09-20T14:24:44.412Z] PBCC images/fdinfo.pb-c.c [2019-09-20T14:24:44.412Z] DEP images/fdinfo.pb-c.d [2019-09-20T14:24:44.412Z] PBCC images/core-aarch64.pb-c.c [2019-09-20T14:24:44.412Z] PBCC images/core-arm.pb-c.c [2019-09-20T14:24:44.680Z] CC criu/arch/s390/sigframe.o [2019-09-20T14:24:44.680Z] LINK criu/arch/s390/crtools.built-in.o [2019-09-20T14:24:44.680Z] DEP criu/arch/s390/vdso-pie.d [2019-09-20T14:24:44.680Z] DEP criu/pie/parasite-vdso.d [2019-09-20T14:24:44.680Z] DEP criu/pie/util-vdso.d [2019-09-20T14:24:44.680Z] DEP criu/pie/util.d [2019-09-20T14:24:44.680Z] CC criu/pie/util.o [2019-09-20T14:24:44.680Z] CC criu/pie/util-vdso.o [2019-09-20T14:24:44.680Z] CC criu/pie/parasite-vdso.o [2019-09-20T14:24:44.696Z] PBCC images/core-ppc64.pb-c.c [2019-09-20T14:24:44.696Z] PBCC images/core-s390.pb-c.c [2019-09-20T14:24:44.696Z] PBCC images/core-x86.pb-c.c [2019-09-20T14:24:44.696Z] PBCC images/core.pb-c.c [2019-09-20T14:24:44.696Z] PBCC images/inventory.pb-c.c [2019-09-20T14:24:44.696Z] DEP images/core-aarch64.pb-c.d [2019-09-20T14:24:44.696Z] DEP images/core-arm.pb-c.d [2019-09-20T14:24:44.696Z] DEP images/core-ppc64.pb-c.d [2019-09-20T14:24:44.696Z] DEP images/core-s390.pb-c.d [2019-09-20T14:24:44.696Z] DEP images/core-x86.pb-c.d [2019-09-20T14:24:44.696Z] DEP images/core.pb-c.d [2019-09-20T14:24:44.696Z] DEP images/inventory.pb-c.d [2019-09-20T14:24:44.696Z] PBCC images/cpuinfo.pb-c.c [2019-09-20T14:24:44.696Z] DEP images/cpuinfo.pb-c.d [2019-09-20T14:24:44.696Z] PBCC images/stats.pb-c.c [2019-09-20T14:24:44.696Z] DEP images/stats.pb-c.d [2019-09-20T14:24:44.833Z] #53 DONE 16.8s [2019-09-20T14:24:44.833Z] [2019-09-20T14:24:44.833Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-20T14:24:44.833Z] #33 15.14 math [2019-09-20T14:24:44.833Z] #33 ... [2019-09-20T14:24:44.833Z] [2019-09-20T14:24:44.833Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-09-20T14:24:44.833Z] #17 7.167 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-20T14:24:44.833Z] #17 8.243 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-20T14:24:44.982Z] make[1]: Nothing to be done for 'all'. [2019-09-20T14:24:45.046Z] CC criu/arch/s390/vdso-pie.o [2019-09-20T14:24:45.046Z] AR criu/pie/pie.lib.a [2019-09-20T14:24:45.046Z] DEP criu/pie/restorer.d [2019-09-20T14:24:45.046Z] DEP criu/arch/s390/restorer.d [2019-09-20T14:24:45.046Z] DEP criu/pie/parasite.d [2019-09-20T14:24:45.046Z] CC criu/pie/parasite.o [2019-09-20T14:24:45.091Z] #17 ... [2019-09-20T14:24:45.091Z] [2019-09-20T14:24:45.091Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:24:45.091Z] #35 10.98 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-20T14:24:45.091Z] #35 12.13 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-20T14:24:45.268Z] CC images/stats.o [2019-09-20T14:24:45.412Z] LINK criu/pie/parasite.built-in.o [2019-09-20T14:24:45.412Z] GEN criu/pie/parasite-blob.h [2019-09-20T14:24:45.413Z] CC criu/arch/s390/restorer.o [2019-09-20T14:24:45.413Z] CC criu/pie/restorer.o [2019-09-20T14:24:45.550Z] CC images/core.o [2019-09-20T14:24:45.777Z] LINK criu/pie/restorer.built-in.o [2019-09-20T14:24:45.777Z] GEN criu/pie/restorer-blob.h [2019-09-20T14:24:45.777Z] DEP criu/vdso.d [2019-09-20T14:24:45.777Z] DEP criu/uts_ns.d [2019-09-20T14:24:45.777Z] DEP criu/util.d [2019-09-20T14:24:45.833Z] CC images/core-x86.o [2019-09-20T14:24:45.833Z] CC images/core-arm.o [2019-09-20T14:24:46.115Z] CC images/core-aarch64.o [2019-09-20T14:24:46.115Z] CC images/core-ppc64.o [2019-09-20T14:24:46.144Z] DEP criu/uffd.d [2019-09-20T14:24:46.144Z] DEP criu/tun.d [2019-09-20T14:24:46.144Z] DEP criu/tty.d [2019-09-20T14:24:46.144Z] DEP criu/timerfd.d [2019-09-20T14:24:46.144Z] DEP criu/sysfs_parse.d [2019-09-20T14:24:46.144Z] DEP criu/sysctl.d [2019-09-20T14:24:46.144Z] DEP criu/string.d [2019-09-20T14:24:46.144Z] DEP criu/stats.d [2019-09-20T14:24:46.144Z] DEP criu/sockets.d [2019-09-20T14:24:46.144Z] DEP criu/sk-unix.d [2019-09-20T14:24:46.144Z] DEP criu/sk-tcp.d [2019-09-20T14:24:46.144Z] DEP criu/sk-queue.d [2019-09-20T14:24:46.397Z] CC images/core-s390.o [2019-09-20T14:24:46.468Z] #35 ... [2019-09-20T14:24:46.468Z] [2019-09-20T14:24:46.468Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-20T14:24:46.468Z] #55 18.60 + cd /tmp/tmp.fDLJ5QVl9F/src/github.com/docker/distribution [2019-09-20T14:24:46.468Z] #55 18.60 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-20T14:24:46.511Z] DEP criu/sk-packet.d [2019-09-20T14:24:46.511Z] DEP criu/sk-netlink.d [2019-09-20T14:24:46.511Z] DEP criu/sk-inet.d [2019-09-20T14:24:46.511Z] DEP criu/signalfd.d [2019-09-20T14:24:46.511Z] DEP criu/sigframe.d [2019-09-20T14:24:46.511Z] DEP criu/shmem.d [2019-09-20T14:24:46.512Z] DEP criu/servicefd.d [2019-09-20T14:24:46.512Z] DEP criu/seize.d [2019-09-20T14:24:46.512Z] DEP criu/seccomp.d [2019-09-20T14:24:46.512Z] DEP criu/rst-malloc.d [2019-09-20T14:24:46.512Z] DEP criu/rbtree.d [2019-09-20T14:24:46.512Z] DEP criu/pstree.d [2019-09-20T14:24:46.680Z] CC images/cpuinfo.o [2019-09-20T14:24:46.680Z] CC images/inventory.o [2019-09-20T14:24:46.890Z] DEP criu/protobuf.d [2019-09-20T14:24:46.890Z] GEN criu/protobuf-desc-gen.h [2019-09-20T14:24:46.890Z] DEP criu/protobuf-desc.d [2019-09-20T14:24:46.890Z] DEP criu/proc_parse.d [2019-09-20T14:24:46.890Z] DEP criu/plugin.d [2019-09-20T14:24:46.890Z] DEP criu/pipes.d [2019-09-20T14:24:46.890Z] DEP criu/pie-util.d [2019-09-20T14:24:46.963Z] CC images/fdinfo.o [2019-09-20T14:24:46.963Z] CC images/fown.o [2019-09-20T14:24:46.963Z] CC images/ns.o [2019-09-20T14:24:46.963Z] CC images/regfile.o [2019-09-20T14:24:47.246Z] CC images/ghost-file.o [2019-09-20T14:24:47.246Z] CC images/fifo.o [2019-09-20T14:24:47.246Z] CC images/remap-file-path.o [2019-09-20T14:24:47.270Z] DEP criu/pie-util-vdso.d [2019-09-20T14:24:47.270Z] DEP criu/pie-util-vdso-elf32.d [2019-09-20T14:24:47.270Z] DEP criu/path.d [2019-09-20T14:24:47.270Z] DEP criu/parasite-syscall.d [2019-09-20T14:24:47.270Z] DEP criu/pagemap.d [2019-09-20T14:24:47.270Z] DEP criu/pagemap-cache.d [2019-09-20T14:24:47.270Z] DEP criu/page-xfer.d [2019-09-20T14:24:47.270Z] DEP criu/page-pipe.d [2019-09-20T14:24:47.270Z] DEP criu/netfilter.d [2019-09-20T14:24:47.270Z] DEP criu/net.d [2019-09-20T14:24:47.270Z] DEP criu/namespaces.d [2019-09-20T14:24:47.529Z] CC images/eventfd.o [2019-09-20T14:24:47.529Z] CC images/eventpoll.o [2019-09-20T14:24:47.529Z] CC images/fh.o [2019-09-20T14:24:47.529Z] CC images/fsnotify.o [2019-09-20T14:24:47.758Z] DEP criu/mount.d [2019-09-20T14:24:47.758Z] DEP criu/mem.d [2019-09-20T14:24:47.758Z] DEP criu/lsm.d [2019-09-20T14:24:47.758Z] DEP criu/log.d [2019-09-20T14:24:47.758Z] DEP criu/libnetlink.d [2019-09-20T14:24:47.758Z] DEP criu/kerndat.d [2019-09-20T14:24:47.758Z] DEP criu/kcmp-ids.d [2019-09-20T14:24:47.758Z] DEP criu/irmap.d [2019-09-20T14:24:47.758Z] DEP criu/ipc_ns.d [2019-09-20T14:24:47.758Z] DEP criu/image.d [2019-09-20T14:24:47.758Z] DEP criu/image-desc.d [2019-09-20T14:24:47.758Z] DEP criu/fsnotify.d [2019-09-20T14:24:47.758Z] DEP criu/filesystems.d [2019-09-20T14:24:47.758Z] DEP criu/files.d [2019-09-20T14:24:47.812Z] CC images/signalfd.o [2019-09-20T14:24:47.812Z] CC images/fs.o [2019-09-20T14:24:48.100Z] CC images/pstree.o [2019-09-20T14:24:48.100Z] CC images/pipe.o [2019-09-20T14:24:48.100Z] CC images/tcp-stream.o [2019-09-20T14:24:48.100Z] CC images/sk-packet.o [2019-09-20T14:24:48.272Z] DEP criu/files-reg.d [2019-09-20T14:24:48.272Z] DEP criu/files-ext.d [2019-09-20T14:24:48.272Z] DEP criu/file-lock.d [2019-09-20T14:24:48.272Z] DEP criu/file-ids.d [2019-09-20T14:24:48.272Z] DEP criu/fifo.d [2019-09-20T14:24:48.272Z] DEP criu/fdstore.d [2019-09-20T14:24:48.272Z] DEP criu/fault-injection.d [2019-09-20T14:24:48.272Z] DEP criu/external.d [2019-09-20T14:24:48.272Z] DEP criu/eventpoll.d [2019-09-20T14:24:48.272Z] DEP criu/eventfd.d [2019-09-20T14:24:48.272Z] DEP criu/crtools.d [2019-09-20T14:24:48.272Z] DEP criu/cr-service.d [2019-09-20T14:24:48.272Z] DEP criu/cr-restore.d [2019-09-20T14:24:48.272Z] DEP criu/cr-errno.d [2019-09-20T14:24:48.272Z] DEP criu/cr-dump.d [2019-09-20T14:24:48.272Z] DEP criu/cr-dedup.d [2019-09-20T14:24:48.272Z] DEP criu/cr-check.d [2019-09-20T14:24:48.372Z] #55 20.62 + GOPATH=/tmp/tmp.fDLJ5QVl9F/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.fDLJ5QVl9F go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-09-20T14:24:48.383Z] CC images/mnt.o [2019-09-20T14:24:48.383Z] CC images/pipe-data.o [2019-09-20T14:24:48.383Z] CC images/sa.o [2019-09-20T14:24:48.631Z] #55 ... [2019-09-20T14:24:48.631Z] [2019-09-20T14:24:48.631Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-09-20T14:24:48.631Z] #6 10.78 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-20T14:24:48.631Z] #6 11.65 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-20T14:24:48.631Z] #6 ... [2019-09-20T14:24:48.631Z] [2019-09-20T14:24:48.631Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-09-20T14:24:48.631Z] #17 20.82 Fetched 7925 kB in 17s (459 kB/s) [2019-09-20T14:24:48.636Z] DEP criu/config.d [2019-09-20T14:24:48.636Z] DEP criu/clone-noasan.d [2019-09-20T14:24:48.636Z] DEP criu/cgroup.d [2019-09-20T14:24:48.636Z] DEP criu/cgroup-props.d [2019-09-20T14:24:48.636Z] DEP criu/bitmap.d [2019-09-20T14:24:48.636Z] DEP criu/bfd.d [2019-09-20T14:24:48.636Z] DEP criu/autofs.d [2019-09-20T14:24:48.636Z] DEP criu/aio.d [2019-09-20T14:24:48.636Z] DEP criu/action-scripts.d [2019-09-20T14:24:48.636Z] CC criu/action-scripts.o [2019-09-20T14:24:48.666Z] CC images/timer.o [2019-09-20T14:24:48.666Z] CC images/timerfd.o [2019-09-20T14:24:48.666Z] CC images/mm.o [2019-09-20T14:24:48.950Z] CC images/sk-opts.o [2019-09-20T14:24:48.950Z] CC images/sk-unix.o [2019-09-20T14:24:48.950Z] CC images/sk-inet.o [2019-09-20T14:24:49.008Z] CC criu/aio.o [2019-09-20T14:24:49.008Z] CC criu/autofs.o [2019-09-20T14:24:49.232Z] CC images/tun.o [2019-09-20T14:24:49.232Z] CC images/sk-netlink.o [2019-09-20T14:24:49.232Z] CC images/packet-sock.o [2019-09-20T14:24:49.372Z] CC criu/bfd.o [2019-09-20T14:24:49.372Z] CC criu/bitmap.o [2019-09-20T14:24:49.372Z] CC criu/cgroup-props.o [2019-09-20T14:24:49.515Z] CC images/ipc-var.o [2019-09-20T14:24:49.515Z] CC images/ipc-desc.o [2019-09-20T14:24:49.515Z] CC images/ipc-shm.o [2019-09-20T14:24:49.515Z] CC images/ipc-msg.o [2019-09-20T14:24:49.748Z] CC criu/cgroup.o [2019-09-20T14:24:49.798Z] CC images/ipc-sem.o [2019-09-20T14:24:49.798Z] CC images/utsns.o [2019-09-20T14:24:49.798Z] CC images/creds.o [2019-09-20T14:24:49.798Z] CC images/vma.o [2019-09-20T14:24:50.081Z] CC images/netdev.o [2019-09-20T14:24:50.081Z] CC images/tty.o [2019-09-20T14:24:50.136Z] CC criu/clone-noasan.o [2019-09-20T14:24:50.136Z] CC criu/config.o [2019-09-20T14:24:50.364Z] CC images/file-lock.o [2019-09-20T14:24:50.364Z] CC images/rlimit.o [2019-09-20T14:24:50.364Z] CC images/pagemap.o [2019-09-20T14:24:50.506Z] CC criu/cr-check.o [2019-09-20T14:24:50.647Z] CC images/siginfo.o [2019-09-20T14:24:50.647Z] CC images/rpc.o [2019-09-20T14:24:50.872Z] CC criu/cr-dedup.o [2019-09-20T14:24:50.872Z] CC criu/cr-dump.o [2019-09-20T14:24:51.264Z] CC images/ext-file.o [2019-09-20T14:24:51.264Z] CC images/cgroup.o [2019-09-20T14:24:51.264Z] CC images/userns.o [2019-09-20T14:24:51.547Z] CC images/google/protobuf/descriptor.o [2019-09-20T14:24:51.662Z] CC criu/cr-errno.o [2019-09-20T14:24:51.662Z] CC criu/cr-restore.o [2019-09-20T14:24:52.162Z] CC images/opts.o [2019-09-20T14:24:52.162Z] CC images/seccomp.o [2019-09-20T14:24:52.162Z] CC images/binfmt-misc.o [2019-09-20T14:24:52.445Z] CC images/time.o [2019-09-20T14:24:52.445Z] CC images/sysctl.o [2019-09-20T14:24:52.445Z] CC images/autofs.o [2019-09-20T14:24:52.445Z] CC images/macvlan.o [2019-09-20T14:24:52.499Z] CC criu/cr-service.o [2019-09-20T14:24:52.728Z] CC images/sit.o [2019-09-20T14:24:52.728Z] LINK images/built-in.o [2019-09-20T14:24:52.728Z] GEN compel/include/asm [2019-09-20T14:24:52.728Z] GEN compel/include/version.h [2019-09-20T14:24:52.728Z] touch .config [2019-09-20T14:24:52.728Z] GEN include/common/config.h [2019-09-20T14:24:52.728Z] GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-09-20T14:24:52.728Z] GEN compel/plugins/include/uapi/std/syscall.h [2019-09-20T14:24:52.728Z] GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2019-09-20T14:24:52.728Z] DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2019-09-20T14:24:52.728Z] DEP compel/arch/ppc64/plugins/std/memcmp.d [2019-09-20T14:24:52.728Z] DEP compel/arch/ppc64/plugins/std/memcpy.d [2019-09-20T14:24:52.728Z] DEP compel/arch/ppc64/plugins/std/parasite-head.d [2019-09-20T14:24:52.728Z] GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-09-20T14:24:52.728Z] DEP compel/plugins/std/infect.d [2019-09-20T14:24:52.728Z] DEP compel/plugins/std/string.d [2019-09-20T14:24:52.876Z] CC criu/crtools.o [2019-09-20T14:24:52.876Z] CC criu/eventfd.o [2019-09-20T14:24:53.011Z] DEP compel/plugins/std/log.d [2019-09-20T14:24:53.011Z] DEP compel/plugins/std/fds.d [2019-09-20T14:24:53.011Z] DEP compel/plugins/std/std.d [2019-09-20T14:24:53.011Z] DEP compel/plugins/shmem/shmem.d [2019-09-20T14:24:53.011Z] DEP compel/plugins/fds/fds.d [2019-09-20T14:24:53.011Z] CC compel/plugins/std/std.o [2019-09-20T14:24:53.242Z] CC criu/eventpoll.o [2019-09-20T14:24:53.242Z] CC criu/external.o [2019-09-20T14:24:53.242Z] CC criu/fault-injection.o [2019-09-20T14:24:53.242Z] CC criu/fdstore.o [2019-09-20T14:24:53.298Z] CC compel/plugins/std/fds.o [2019-09-20T14:24:53.298Z] CC compel/plugins/std/log.o [2019-09-20T14:24:53.589Z] CC compel/plugins/std/string.o [2019-09-20T14:24:53.606Z] CC criu/fifo.o [2019-09-20T14:24:53.606Z] CC criu/file-ids.o [2019-09-20T14:24:53.606Z] CC criu/file-lock.o [2019-09-20T14:24:53.875Z] CC compel/plugins/std/infect.o [2019-09-20T14:24:53.905Z] #17 20.82 Reading package lists... [2019-09-20T14:24:53.905Z] #17 ... [2019-09-20T14:24:53.905Z] [2019-09-20T14:24:53.905Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-20T14:24:53.905Z] #33 19.44 internal/testlog [2019-09-20T14:24:53.905Z] #33 19.77 encoding [2019-09-20T14:24:53.905Z] #33 19.86 unicode/utf16 [2019-09-20T14:24:53.905Z] #33 20.13 container/list [2019-09-20T14:24:53.905Z] #33 20.74 crypto/internal/subtle [2019-09-20T14:24:53.905Z] #33 20.80 crypto/subtle [2019-09-20T14:24:53.905Z] #33 20.86 vendor/golang.org/x/crypto/cryptobyte/asn1 [2019-09-20T14:24:53.905Z] #33 20.98 internal/nettrace [2019-09-20T14:24:53.905Z] #33 21.18 runtime/cgo [2019-09-20T14:24:53.978Z] CC criu/files-ext.o [2019-09-20T14:24:53.978Z] CC criu/files-reg.o [2019-09-20T14:24:54.157Z] CC compel/arch/ppc64/plugins/std/parasite-head.o [2019-09-20T14:24:54.157Z] CC compel/arch/ppc64/plugins/std/memcpy.o [2019-09-20T14:24:54.157Z] CC compel/arch/ppc64/plugins/std/memcmp.o [2019-09-20T14:24:54.157Z] CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2019-09-20T14:24:54.157Z] AR compel/plugins/std.lib.a [2019-09-20T14:24:54.157Z] CC compel/plugins/fds/fds.o [2019-09-20T14:24:54.157Z] AR compel/plugins/fds.lib.a [2019-09-20T14:24:54.157Z] HOSTDEP compel/src/lib/log-host.d [2019-09-20T14:24:54.157Z] HOSTDEP compel/src/lib/handle-elf-host.d [2019-09-20T14:24:54.342Z] CC criu/files.o [2019-09-20T14:24:54.440Z] HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2019-09-20T14:24:54.440Z] HOSTDEP compel/src/main-host.d [2019-09-20T14:24:54.440Z] DEP compel/src/lib/ptrace.d [2019-09-20T14:24:54.440Z] DEP compel/src/lib/infect.d [2019-09-20T14:24:54.440Z] DEP compel/src/lib/infect-util.d [2019-09-20T14:24:54.440Z] DEP compel/src/lib/infect-rpc.d [2019-09-20T14:24:54.473Z] #33 ... [2019-09-20T14:24:54.473Z] [2019-09-20T14:24:54.473Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-09-20T14:24:54.473Z] #17 20.82 Reading package lists... [2019-09-20T14:24:54.723Z] DEP compel/arch/ppc64/src/lib/infect.d [2019-09-20T14:24:54.723Z] DEP compel/arch/ppc64/src/lib/cpu.d [2019-09-20T14:24:54.723Z] DEP compel/src/lib/log.d [2019-09-20T14:24:54.723Z] DEP compel/src/main.d [2019-09-20T14:24:54.723Z] DEP compel/src/lib/handle-elf.d [2019-09-20T14:24:54.723Z] DEP compel/arch/ppc64/src/lib/handle-elf.d [2019-09-20T14:24:55.020Z] CC compel/src/lib/log.o [2019-09-20T14:24:55.020Z] CC compel/arch/ppc64/src/lib/cpu.o [2019-09-20T14:24:55.020Z] CC compel/arch/ppc64/src/lib/infect.o [2019-09-20T14:24:55.123Z] CC criu/filesystems.o [2019-09-20T14:24:55.123Z] CC criu/fsnotify.o [2019-09-20T14:24:55.303Z] CC compel/src/lib/infect-rpc.o [2019-09-20T14:24:55.501Z] CC criu/image-desc.o [2019-09-20T14:24:55.501Z] CC criu/image.o [2019-09-20T14:24:55.501Z] CC criu/ipc_ns.o [2019-09-20T14:24:55.586Z] CC compel/src/lib/infect-util.o [2019-09-20T14:24:55.586Z] CC compel/src/lib/infect.o [2019-09-20T14:24:55.870Z] CC criu/irmap.o [2019-09-20T14:24:56.246Z] CC criu/kcmp-ids.o [2019-09-20T14:24:56.246Z] CC criu/kerndat.o [2019-09-20T14:24:56.246Z] CC criu/libnetlink.o [2019-09-20T14:24:56.592Z] CC compel/src/lib/ptrace.o [2019-09-20T14:24:56.592Z] AR compel/libcompel.a [2019-09-20T14:24:56.592Z] HOSTCC compel/src/main-host.o [2019-09-20T14:24:56.592Z] HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2019-09-20T14:24:56.716Z] CC criu/log.o [2019-09-20T14:24:56.717Z] CC criu/lsm.o [2019-09-20T14:24:56.717Z] CC criu/mem.o [2019-09-20T14:24:56.875Z] HOSTCC compel/src/lib/handle-elf-host.o [2019-09-20T14:24:56.875Z] HOSTCC compel/src/lib/log-host.o [2019-09-20T14:24:57.147Z] CC criu/mount.o [2019-09-20T14:24:57.158Z] HOSTLINK compel/compel-host-bin [2019-09-20T14:24:57.158Z] DEP soccr/soccr.d [2019-09-20T14:24:57.158Z] CC soccr/soccr.o [2019-09-20T14:24:57.572Z] #17 27.29 Reading package lists... [2019-09-20T14:24:57.572Z] #17 ... [2019-09-20T14:24:57.572Z] [2019-09-20T14:24:57.572Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-20T14:24:57.572Z] #30 19.54 internal/testlog [2019-09-20T14:24:57.572Z] #30 19.77 encoding [2019-09-20T14:24:57.572Z] #30 19.98 runtime/cgo [2019-09-20T14:24:57.775Z] AR soccr/libsoccr.a [2019-09-20T14:24:57.775Z] make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-20T14:24:57.775Z] DEP criu/arch/ppc64/sigframe.d [2019-09-20T14:24:57.775Z] DEP criu/arch/ppc64/crtools.d [2019-09-20T14:24:57.830Z] #30 ... [2019-09-20T14:24:57.830Z] [2019-09-20T14:24:57.830Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-09-20T14:24:57.830Z] #6 23.43 Fetched 7925 kB in 16s (473 kB/s) [2019-09-20T14:24:57.830Z] #6 23.43 Reading package lists... [2019-09-20T14:24:58.058Z] DEP criu/arch/ppc64/cpu.d [2019-09-20T14:24:58.058Z] CC criu/arch/ppc64/cpu.o [2019-09-20T14:24:58.058Z] CC criu/arch/ppc64/crtools.o [2019-09-20T14:24:58.430Z] CC criu/namespaces.o [2019-09-20T14:24:58.673Z] CC criu/arch/ppc64/sigframe.o [2019-09-20T14:24:58.673Z] LINK criu/arch/ppc64/crtools.built-in.o [2019-09-20T14:24:58.673Z] DEP criu/arch/ppc64/misc.d [2019-09-20T14:24:58.673Z] DEP criu/arch/ppc64/vdso-trampoline.d [2019-09-20T14:24:58.673Z] DEP criu/arch/ppc64/vdso-pie.d [2019-09-20T14:24:58.673Z] DEP criu/pie/parasite-vdso.d [2019-09-20T14:24:58.766Z] #6 30.09 Reading package lists... [2019-09-20T14:24:58.766Z] #6 ... [2019-09-20T14:24:58.766Z] [2019-09-20T14:24:58.766Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:24:58.766Z] #35 24.00 Fetched 7925 kB in 17s (459 kB/s) [2019-09-20T14:24:58.766Z] #35 24.00 Reading package lists... [2019-09-20T14:24:58.796Z] CC criu/net.o [2019-09-20T14:24:58.956Z] DEP criu/pie/util-vdso.d [2019-09-20T14:24:58.956Z] DEP criu/pie/util.d [2019-09-20T14:24:58.956Z] CC criu/pie/util.o [2019-09-20T14:24:58.956Z] CC criu/pie/util-vdso.o [2019-09-20T14:24:59.239Z] CC criu/pie/parasite-vdso.o [2019-09-20T14:24:59.333Z] #35 30.89 Reading package lists... [2019-09-20T14:24:59.333Z] #35 ... [2019-09-20T14:24:59.333Z] [2019-09-20T14:24:59.333Z] #24 [golangci_lint 3/3] RUN PREFIX=/build ./install.sh golangci_lint [2019-09-20T14:24:59.333Z] #24 21.45 + cd /tmp/tmp.vrB0WETIt4/src/github.com/golangci/golangci-lint/ [2019-09-20T14:24:59.333Z] #24 21.45 + git checkout -q v1.17.1 [2019-09-20T14:24:59.333Z] #24 22.63 + go build -buildmode=pie -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2019-09-20T14:24:59.521Z] CC criu/arch/ppc64/vdso-pie.o [2019-09-20T14:24:59.586Z] CC criu/netfilter.o [2019-09-20T14:24:59.586Z] CC criu/page-pipe.o [2019-09-20T14:24:59.586Z] CC criu/page-xfer.o [2019-09-20T14:24:59.591Z] #24 ... [2019-09-20T14:24:59.591Z] [2019-09-20T14:24:59.591Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-20T14:24:59.591Z] #50 21.33 + cd /tmp/tmp.i7zfSMT2X3/src/github.com/docker/libnetwork [2019-09-20T14:24:59.591Z] #50 21.33 + git checkout -q 92d1fbe1eb0883cf11d283cea8e658275146411d [2019-09-20T14:24:59.591Z] #50 21.51 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-09-20T14:24:59.591Z] #50 ... [2019-09-20T14:24:59.591Z] [2019-09-20T14:24:59.591Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:24:59.591Z] #57 22.55 Fetched 7925 kB in 16s (478 kB/s) [2019-09-20T14:24:59.591Z] #57 22.55 Reading package lists... [2019-09-20T14:24:59.804Z] CC criu/arch/ppc64/vdso-trampoline.o [2019-09-20T14:24:59.804Z] CC criu/arch/ppc64/misc.o [2019-09-20T14:24:59.804Z] AR criu/pie/pie.lib.a [2019-09-20T14:24:59.804Z] DEP criu/pie/restorer.d [2019-09-20T14:24:59.804Z] DEP criu/arch/ppc64/restorer.d [2019-09-20T14:24:59.804Z] DEP criu/pie/parasite.d [2019-09-20T14:24:59.849Z] #57 29.26 Reading package lists... [2019-09-20T14:24:59.849Z] #57 ... [2019-09-20T14:24:59.849Z] [2019-09-20T14:24:59.849Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-20T14:24:59.849Z] #33 31.68 vendor/golang.org/x/crypto/internal/subtle [2019-09-20T14:24:59.849Z] #33 31.76 vendor/golang.org/x/crypto/curve25519 [2019-09-20T14:24:59.970Z] CC criu/pagemap-cache.o [2019-09-20T14:25:00.086Z] CC criu/pie/parasite.o [2019-09-20T14:25:00.107Z] #33 ... [2019-09-20T14:25:00.107Z] [2019-09-20T14:25:00.107Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-20T14:25:00.107Z] #44 22.40 Fetched 7925 kB in 17s (459 kB/s) [2019-09-20T14:25:00.107Z] #44 22.40 Reading package lists... [2019-09-20T14:25:00.358Z] CC criu/pagemap.o [2019-09-20T14:25:00.358Z] CC criu/parasite-syscall.o [2019-09-20T14:25:00.369Z] LINK criu/pie/parasite.built-in.o [2019-09-20T14:25:00.369Z] GEN criu/pie/parasite-blob.h [2019-09-20T14:25:00.369Z] CC criu/arch/ppc64/restorer.o [2019-09-20T14:25:00.651Z] CC criu/pie/restorer.o [2019-09-20T14:25:00.675Z] #44 28.97 Reading package lists... [2019-09-20T14:25:00.675Z] #44 ... [2019-09-20T14:25:00.675Z] [2019-09-20T14:25:00.675Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-09-20T14:25:00.675Z] #17 27.29 Reading package lists... [2019-09-20T14:25:00.744Z] CC criu/path.o [2019-09-20T14:25:00.744Z] CC criu/pie-util-vdso-elf32.o [2019-09-20T14:25:00.744Z] CC criu/pie-util-vdso.o [2019-09-20T14:25:01.142Z] CC criu/pie-util.o [2019-09-20T14:25:01.142Z] CC criu/pipes.o [2019-09-20T14:25:01.142Z] CC criu/plugin.o [2019-09-20T14:25:01.575Z] CC criu/proc_parse.o [2019-09-20T14:25:01.658Z] LINK criu/pie/restorer.built-in.o [2019-09-20T14:25:01.658Z] GEN criu/pie/restorer-blob.h [2019-09-20T14:25:01.940Z] DEP criu/vdso.d [2019-09-20T14:25:01.940Z] DEP criu/uts_ns.d [2019-09-20T14:25:01.940Z] DEP criu/util.d [2019-09-20T14:25:01.940Z] DEP criu/uffd.d [2019-09-20T14:25:02.012Z] CC criu/protobuf-desc.o [2019-09-20T14:25:02.223Z] DEP criu/tun.d [2019-09-20T14:25:02.223Z] DEP criu/tty.d [2019-09-20T14:25:02.223Z] DEP criu/timerfd.d [2019-09-20T14:25:02.223Z] DEP criu/sysfs_parse.d [2019-09-20T14:25:02.310Z] #17 33.33 Building dependency tree... [2019-09-20T14:25:02.310Z] #17 34.63 Reading state information... [2019-09-20T14:25:02.414Z] CC criu/protobuf.o [2019-09-20T14:25:02.505Z] DEP criu/sysctl.d [2019-09-20T14:25:02.505Z] DEP criu/string.d [2019-09-20T14:25:02.505Z] DEP criu/stats.d [2019-09-20T14:25:02.505Z] DEP criu/sockets.d [2019-09-20T14:25:02.505Z] DEP criu/sk-unix.d [2019-09-20T14:25:02.787Z] CC criu/pstree.o [2019-09-20T14:25:02.788Z] DEP criu/sk-tcp.d [2019-09-20T14:25:02.788Z] DEP criu/sk-queue.d [2019-09-20T14:25:02.788Z] DEP criu/sk-packet.d [2019-09-20T14:25:03.071Z] DEP criu/sk-netlink.d [2019-09-20T14:25:03.071Z] DEP criu/sk-inet.d [2019-09-20T14:25:03.071Z] DEP criu/signalfd.d [2019-09-20T14:25:03.071Z] DEP criu/sigframe.d [2019-09-20T14:25:03.150Z] CC criu/rbtree.o [2019-09-20T14:25:03.151Z] CC criu/rst-malloc.o [2019-09-20T14:25:03.151Z] CC criu/seccomp.o [2019-09-20T14:25:03.354Z] DEP criu/shmem.d [2019-09-20T14:25:03.354Z] DEP criu/servicefd.d [2019-09-20T14:25:03.354Z] DEP criu/seize.d [2019-09-20T14:25:03.354Z] DEP criu/seccomp.d [2019-09-20T14:25:03.517Z] CC criu/seize.o [2019-09-20T14:25:03.517Z] CC criu/servicefd.o [2019-09-20T14:25:03.639Z] DEP criu/rst-malloc.d [2019-09-20T14:25:03.639Z] DEP criu/rbtree.d [2019-09-20T14:25:03.639Z] DEP criu/pstree.d [2019-09-20T14:25:03.639Z] DEP criu/protobuf.d [2019-09-20T14:25:03.639Z] GEN criu/protobuf-desc-gen.h [2019-09-20T14:25:03.684Z] #17 36.08 ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-09-20T14:25:03.684Z] #17 36.08 The following additional packages will be installed: [2019-09-20T14:25:03.883Z] CC criu/shmem.o [2019-09-20T14:25:03.883Z] CC criu/sigframe.o [2019-09-20T14:25:03.883Z] CC criu/signalfd.o [2019-09-20T14:25:03.942Z] #17 36.09 libjq1 libonig4 [2019-09-20T14:25:04.200Z] #17 36.43 The following NEW packages will be installed: [2019-09-20T14:25:04.200Z] #17 36.43 jq libjq1 libonig4 [2019-09-20T14:25:04.255Z] DEP criu/protobuf-desc.d [2019-09-20T14:25:04.255Z] DEP criu/proc_parse.d [2019-09-20T14:25:04.255Z] DEP criu/plugin.d [2019-09-20T14:25:04.255Z] DEP criu/pipes.d [2019-09-20T14:25:04.255Z] DEP criu/pie-util.d [2019-09-20T14:25:04.258Z] CC criu/sk-inet.o [2019-09-20T14:25:04.258Z] CC criu/sk-netlink.o [2019-09-20T14:25:04.538Z] DEP criu/pie-util-vdso.d [2019-09-20T14:25:04.538Z] DEP criu/pie-util-vdso-elf32.d [2019-09-20T14:25:04.538Z] DEP criu/path.d [2019-09-20T14:25:04.538Z] DEP criu/parasite-syscall.d [2019-09-20T14:25:04.621Z] CC criu/sk-packet.o [2019-09-20T14:25:04.621Z] CC criu/sk-queue.o [2019-09-20T14:25:04.821Z] DEP criu/pagemap.d [2019-09-20T14:25:04.821Z] DEP criu/pagemap-cache.d [2019-09-20T14:25:04.821Z] DEP criu/page-xfer.d [2019-09-20T14:25:04.821Z] DEP criu/page-pipe.d [2019-09-20T14:25:04.821Z] DEP criu/netfilter.d [2019-09-20T14:25:04.993Z] CC criu/sk-tcp.o [2019-09-20T14:25:04.993Z] CC criu/sk-unix.o [2019-09-20T14:25:05.104Z] DEP criu/net.d [2019-09-20T14:25:05.104Z] DEP criu/namespaces.d [2019-09-20T14:25:05.104Z] DEP criu/mount.d [2019-09-20T14:25:05.135Z] #17 37.51 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded. [2019-09-20T14:25:05.135Z] #17 37.51 Need to get 327 kB of archives. [2019-09-20T14:25:05.135Z] #17 37.51 After this operation, 1157 kB of additional disk space will be used. [2019-09-20T14:25:05.135Z] #17 37.51 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] [2019-09-20T14:25:05.387Z] DEP criu/mem.d [2019-09-20T14:25:05.387Z] DEP criu/lsm.d [2019-09-20T14:25:05.387Z] DEP criu/log.d [2019-09-20T14:25:05.387Z] DEP criu/libnetlink.d [2019-09-20T14:25:05.393Z] #17 37.52 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] [2019-09-20T14:25:05.393Z] #17 37.52 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] [2019-09-20T14:25:05.669Z] DEP criu/kerndat.d [2019-09-20T14:25:05.669Z] DEP criu/kcmp-ids.d [2019-09-20T14:25:05.669Z] DEP criu/irmap.d [2019-09-20T14:25:05.669Z] DEP criu/ipc_ns.d [2019-09-20T14:25:05.669Z] DEP criu/image.d [2019-09-20T14:25:05.901Z] CC criu/sockets.o [2019-09-20T14:25:05.901Z] CC criu/stats.o [2019-09-20T14:25:05.901Z] CC criu/string.o [2019-09-20T14:25:05.901Z] CC criu/sysctl.o [2019-09-20T14:25:05.951Z] DEP criu/image-desc.d [2019-09-20T14:25:05.951Z] DEP criu/fsnotify.d [2019-09-20T14:25:05.951Z] DEP criu/filesystems.d [2019-09-20T14:25:05.951Z] DEP criu/files.d [2019-09-20T14:25:06.233Z] DEP criu/files-reg.d [2019-09-20T14:25:06.233Z] DEP criu/files-ext.d [2019-09-20T14:25:06.233Z] DEP criu/file-lock.d [2019-09-20T14:25:06.233Z] DEP criu/file-ids.d [2019-09-20T14:25:06.284Z] CC criu/sysfs_parse.o [2019-09-20T14:25:06.284Z] CC criu/timerfd.o [2019-09-20T14:25:06.284Z] CC criu/tty.o [2019-09-20T14:25:06.327Z] #17 38.65 debconf: delaying package configuration, since apt-utils is not installed [2019-09-20T14:25:06.516Z] DEP criu/fifo.d [2019-09-20T14:25:06.516Z] DEP criu/fdstore.d [2019-09-20T14:25:06.516Z] DEP criu/fault-injection.d [2019-09-20T14:25:06.516Z] DEP criu/external.d [2019-09-20T14:25:06.516Z] DEP criu/eventpoll.d [2019-09-20T14:25:06.590Z] #17 38.97 Fetched 327 kB in 1s (313 kB/s) [2019-09-20T14:25:06.799Z] DEP criu/eventfd.d [2019-09-20T14:25:06.799Z] DEP criu/crtools.d [2019-09-20T14:25:06.799Z] DEP criu/cr-service.d [2019-09-20T14:25:06.799Z] DEP criu/cr-restore.d [2019-09-20T14:25:06.848Z] #17 39.18 Selecting previously unselected package libonig4:amd64. [2019-09-20T14:25:06.848Z] #17 39.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% [2019-09-20T14:25:06.848Z] #17 ... [2019-09-20T14:25:06.848Z] [2019-09-20T14:25:06.848Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-20T14:25:06.848Z] #15 39.11 + cd /tmp/tmp.7obfzQhksQ/src/github.com/go-swagger/go-swagger [2019-09-20T14:25:06.848Z] #15 39.11 + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb [2019-09-20T14:25:07.058Z] CC criu/tun.o [2019-09-20T14:25:07.058Z] CC criu/uffd.o [2019-09-20T14:25:07.083Z] DEP criu/cr-errno.d [2019-09-20T14:25:07.083Z] DEP criu/cr-dump.d [2019-09-20T14:25:07.083Z] DEP criu/cr-dedup.d [2019-09-20T14:25:07.083Z] DEP criu/cr-check.d [2019-09-20T14:25:07.106Z] #15 ... [2019-09-20T14:25:07.106Z] [2019-09-20T14:25:07.106Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-20T14:25:07.106Z] #50 DONE 39.1s [2019-09-20T14:25:07.366Z] DEP criu/config.d [2019-09-20T14:25:07.366Z] DEP criu/clone-noasan.d [2019-09-20T14:25:07.366Z] DEP criu/cgroup.d [2019-09-20T14:25:07.366Z] DEP criu/cgroup-props.d [2019-09-20T14:25:07.366Z] DEP criu/bitmap.d [2019-09-20T14:25:07.366Z] DEP criu/bfd.d [2019-09-20T14:25:07.367Z] [2019-09-20T14:25:07.367Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-09-20T14:25:07.367Z] #17 39.18 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-09-20T14:25:07.367Z] #17 39.23 Preparing to unpack .../libonig4_6.1.3-2_amd64.deb ... [2019-09-20T14:25:07.367Z] #17 39.35 Unpacking libonig4:amd64 (6.1.3-2) ... [2019-09-20T14:25:07.367Z] #17 39.70 Selecting previously unselected package libjq1:amd64. [2019-09-20T14:25:07.367Z] #17 39.72 Preparing to unpack .../libjq1_1.5+dfsg-1.3_amd64.deb ... [2019-09-20T14:25:07.367Z] #17 39.74 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... [2019-09-20T14:25:07.649Z] DEP criu/autofs.d [2019-09-20T14:25:07.649Z] DEP criu/aio.d [2019-09-20T14:25:07.649Z] DEP criu/action-scripts.d [2019-09-20T14:25:07.860Z] CC criu/util.o [2019-09-20T14:25:07.933Z] #17 40.07 Selecting previously unselected package jq. [2019-09-20T14:25:07.933Z] #17 40.07 Preparing to unpack .../jq_1.5+dfsg-1.3_amd64.deb ... [2019-09-20T14:25:07.933Z] #17 40.11 Unpacking jq (1.5+dfsg-1.3) ... [2019-09-20T14:25:07.937Z] CC criu/action-scripts.o [2019-09-20T14:25:07.937Z] CC criu/aio.o [2019-09-20T14:25:08.193Z] #17 40.47 Setting up libonig4:amd64 (6.1.3-2) ... [2019-09-20T14:25:08.193Z] #17 40.49 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... [2019-09-20T14:25:08.193Z] #17 40.51 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-20T14:25:08.220Z] CC criu/autofs.o [2019-09-20T14:25:08.246Z] CC criu/uts_ns.o [2019-09-20T14:25:08.246Z] CC criu/vdso.o [2019-09-20T14:25:08.246Z] LINK criu/built-in.o [2019-09-20T14:25:08.246Z] LINK criu/criu [2019-09-20T14:25:08.451Z] #17 40.59 Setting up jq (1.5+dfsg-1.3) ... [2019-09-20T14:25:08.451Z] #17 DONE 40.9s [2019-09-20T14:25:08.451Z] [2019-09-20T14:25:08.451Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:25:08.451Z] #35 30.89 Reading package lists... [2019-09-20T14:25:08.451Z] #35 37.14 Building dependency tree... [2019-09-20T14:25:08.451Z] #35 38.36 Reading state information... [2019-09-20T14:25:08.451Z] #35 40.01 The following additional packages will be installed: [2019-09-20T14:25:08.451Z] #35 40.02 cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-09-20T14:25:08.451Z] #35 40.04 Suggested packages: [2019-09-20T14:25:08.451Z] #35 40.06 codeblocks eclipse ninja-build lrzip [2019-09-20T14:25:08.451Z] #35 40.06 Recommended packages: [2019-09-20T14:25:08.451Z] #35 40.06 xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-09-20T14:25:08.608Z] DEP lib/c/criu.d [2019-09-20T14:25:08.608Z] CC images/rpc.pb-c.o [2019-09-20T14:25:08.608Z] CC lib/c/criu.o [2019-09-20T14:25:08.709Z] #35 ... [2019-09-20T14:25:08.710Z] [2019-09-20T14:25:08.710Z] #19 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-09-20T14:25:08.710Z] #19 DONE 0.1s [2019-09-20T14:25:08.710Z] [2019-09-20T14:25:08.710Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-20T14:25:08.995Z] LINK lib/c/built-in.o [2019-09-20T14:25:08.995Z] LINK lib/c/libcriu.so [2019-09-20T14:25:08.995Z] GEN magic.py [2019-09-20T14:25:08.995Z] Note: Building without setproctitle() and strlcpy() support. [2019-09-20T14:25:08.995Z] To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-20T14:25:09.230Z] CC criu/bfd.o [2019-09-20T14:25:09.230Z] CC criu/bitmap.o [2019-09-20T14:25:09.230Z] CC criu/cgroup-props.o [2019-09-20T14:25:09.359Z] fatal: Not a git repository (or any of the parent directories): .git [2019-09-20T14:25:09.359Z] make[1]: Nothing to be done for 'all'. [2019-09-20T14:25:09.728Z] make[1]: 'images/built-in.o' is up to date. [2019-09-20T14:25:09.728Z] make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-09-20T14:25:09.728Z] make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-09-20T14:25:09.728Z] make[1]: 'compel/libcompel.a' is up to date. [2019-09-20T14:25:09.728Z] make[1]: 'compel/compel-host-bin' is up to date. [2019-09-20T14:25:09.728Z] make[1]: Nothing to be done for 'all'. [2019-09-20T14:25:09.728Z] make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-20T14:25:09.728Z] make[2]: Nothing to be done for 'all'. [2019-09-20T14:25:09.728Z] make[2]: Nothing to be done for 'all'. [2019-09-20T14:25:09.728Z] make[2]: Nothing to be done for 'all'. [2019-09-20T14:25:09.728Z] make[2]: Nothing to be done for 'all'. [2019-09-20T14:25:09.728Z] make[2]: Nothing to be done for 'all'. [2019-09-20T14:25:09.728Z] make[2]: Nothing to be done for 'all'. [2019-09-20T14:25:09.728Z] make[2]: Nothing to be done for 'all'. [2019-09-20T14:25:09.728Z] make[2]: Nothing to be done for 'all'. [2019-09-20T14:25:09.728Z] INSTALL criu/criu [2019-09-20T14:25:09.845Z] CC criu/cgroup.o [2019-09-20T14:25:11.122Z] Removing intermediate container 674c0a72042c [2019-09-20T14:25:11.122Z] ---> 644d09863d4f [2019-09-20T14:25:11.122Z] Step 13/126 : FROM base AS registry [2019-09-20T14:25:11.122Z] ---> 031cdf2bb232 [2019-09-20T14:25:11.122Z] Step 14/126 : ENV REGISTRY_COMMIT_SCHEMA1 ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-20T14:25:11.122Z] ---> Running in 402ae026b979 [2019-09-20T14:25:11.122Z] Removing intermediate container 402ae026b979 [2019-09-20T14:25:11.122Z] ---> acd4aed05cd8 [2019-09-20T14:25:11.122Z] Step 15/126 : ENV REGISTRY_COMMIT 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-20T14:25:11.239Z] #20 ... [2019-09-20T14:25:11.239Z] [2019-09-20T14:25:11.239Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-20T14:25:11.239Z] #44 28.97 Reading package lists... [2019-09-20T14:25:11.239Z] #44 35.65 Building dependency tree... [2019-09-20T14:25:11.239Z] #44 36.96 Reading state information... [2019-09-20T14:25:11.239Z] #44 38.50 The following additional packages will be installed: [2019-09-20T14:25:11.239Z] #44 38.51 btrfs-progs liblzo2-2 [2019-09-20T14:25:11.239Z] #44 38.71 The following NEW packages will be installed: [2019-09-20T14:25:11.239Z] #44 38.74 btrfs-progs btrfs-tools liblzo2-2 [2019-09-20T14:25:11.239Z] #44 39.86 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded. [2019-09-20T14:25:11.239Z] #44 39.86 Need to get 649 kB of archives. [2019-09-20T14:25:11.239Z] #44 39.86 After this operation, 4320 kB of additional disk space will be used. [2019-09-20T14:25:11.239Z] #44 39.86 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-09-20T14:25:11.239Z] #44 39.90 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] [2019-09-20T14:25:11.239Z] #44 39.96 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] [2019-09-20T14:25:11.239Z] #44 41.23 debconf: delaying package configuration, since apt-utils is not installed [2019-09-20T14:25:11.239Z] #44 41.43 Fetched 649 kB in 1s (541 kB/s) [2019-09-20T14:25:11.239Z] #44 41.70 Selecting previously unselected package liblzo2-2:amd64. [2019-09-20T14:25:11.239Z] #44 41.70 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-09-20T14:25:11.239Z] #44 41.73 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-09-20T14:25:11.239Z] #44 41.75 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-20T14:25:11.239Z] #44 41.92 Selecting previously unselected package btrfs-progs. [2019-09-20T14:25:11.239Z] #44 41.92 Preparing to unpack .../btrfs-progs_4.7.3-1_amd64.deb ... [2019-09-20T14:25:11.239Z] #44 41.93 Unpacking btrfs-progs (4.7.3-1) ... [2019-09-20T14:25:11.239Z] #44 42.45 Selecting previously unselected package btrfs-tools. [2019-09-20T14:25:11.239Z] #44 42.47 Preparing to unpack .../btrfs-tools_4.7.3-1_amd64.deb ... [2019-09-20T14:25:11.239Z] #44 42.49 Unpacking btrfs-tools (4.7.3-1) ... [2019-09-20T14:25:11.239Z] #44 42.70 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-20T14:25:11.239Z] #44 42.86 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-20T14:25:11.239Z] #44 42.88 Setting up btrfs-progs (4.7.3-1) ... [2019-09-20T14:25:11.239Z] #44 42.90 Setting up btrfs-tools (4.7.3-1) ... [2019-09-20T14:25:11.239Z] #44 42.91 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-20T14:25:11.239Z] #44 DONE 43.3s [2019-09-20T14:25:11.239Z] [2019-09-20T14:25:11.239Z] #45 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-20T14:25:11.239Z] #45 DONE 0.1s [2019-09-20T14:25:11.239Z] [2019-09-20T14:25:11.239Z] #46 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-09-20T14:25:11.239Z] #46 DONE 0.1s [2019-09-20T14:25:11.239Z] [2019-09-20T14:25:11.239Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:25:11.239Z] #35 41.26 The following NEW packages will be installed: [2019-09-20T14:25:11.239Z] #35 41.28 cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-09-20T14:25:11.239Z] #35 41.28 vim-common xxd [2019-09-20T14:25:11.239Z] #35 42.50 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded. [2019-09-20T14:25:11.239Z] #35 42.50 Need to get 13.7 MB of archives. [2019-09-20T14:25:11.239Z] #35 42.50 After this operation, 57.2 MB of additional disk space will be used. [2019-09-20T14:25:11.239Z] #35 42.50 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake-data all 3.7.2-1 [1216 kB] [2019-09-20T14:25:11.239Z] #35 42.62 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-09-20T14:25:11.239Z] #35 42.63 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libicu57 amd64 57.1-6+deb9u3 [7705 kB] [2019-09-20T14:25:11.239Z] #35 43.29 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxml2 amd64 2.9.4+dfsg1-2.2+deb9u2 [920 kB] [2019-09-20T14:25:11.239Z] #35 43.41 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libarchive13 amd64 3.2.2-2+deb9u1 [294 kB] [2019-09-20T14:25:11.239Z] #35 43.45 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2019-09-20T14:25:11.239Z] #35 43.45 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libuv1 amd64 1.9.1-3 [84.4 kB] [2019-09-20T14:25:11.239Z] #35 43.45 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake amd64 3.7.2-1 [3038 kB] [2019-09-20T14:25:11.318Z] CC criu/clone-noasan.o [2019-09-20T14:25:11.318Z] CC criu/config.o [2019-09-20T14:25:11.492Z] ---> Running in 6408eae092ae [2019-09-20T14:25:11.492Z] Removing intermediate container 6408eae092ae [2019-09-20T14:25:11.492Z] ---> 73b30e27e063 [2019-09-20T14:25:11.492Z] Step 16/126 : RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/docker/distribution.git "$GOPATH/src/github.com/docker/distribution" && (cd "$GOPATH/src/github.com/docker/distribution" && git checkout -q "$REGISTRY_COMMIT") && GOPATH="$GOPATH/src/github.com/docker/distribution/Godeps/_workspace:$GOPATH" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|ppc64*|s390x) (cd "$GOPATH/src/github.com/docker/distribution" && git checkout -q "$REGISTRY_COMMIT_SCHEMA1"); GOPATH="$GOPATH/src/github.com/docker/distribution/Godeps/_workspace:$GOPATH"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac && rm -rf "$GOPATH" [2019-09-20T14:25:11.492Z] ---> Running in 61ae2e194ada [2019-09-20T14:25:11.808Z] #35 43.98 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-20T14:25:11.808Z] #35 44.00 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-20T14:25:11.936Z] CC criu/cr-check.o [2019-09-20T14:25:12.293Z] + mktemp -d [2019-09-20T14:25:12.293Z] + export GOPATH=/tmp/tmp.8hJWl0Tbh1 [2019-09-20T14:25:12.293Z] + git clone https://github.com/docker/distribution.git /tmp/tmp.8hJWl0Tbh1/src/github.com/docker/distribution [2019-09-20T14:25:12.293Z] Cloning into '/tmp/tmp.8hJWl0Tbh1/src/github.com/docker/distribution'... [2019-09-20T14:25:12.382Z] #35 ... [2019-09-20T14:25:12.382Z] [2019-09-20T14:25:12.382Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-09-20T14:25:12.382Z] #6 30.09 Reading package lists... [2019-09-20T14:25:12.382Z] #6 36.31 Building dependency tree... [2019-09-20T14:25:12.382Z] #6 37.47 Reading state information... [2019-09-20T14:25:12.382Z] #6 39.26 The following additional packages will be installed: [2019-09-20T14:25:12.382Z] #6 39.28 libapparmor1 libseccomp2 [2019-09-20T14:25:12.382Z] #6 39.28 Suggested packages: [2019-09-20T14:25:12.382Z] #6 39.29 seccomp [2019-09-20T14:25:12.382Z] #6 39.81 The following NEW packages will be installed: [2019-09-20T14:25:12.382Z] #6 39.83 libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-09-20T14:25:12.382Z] #6 41.00 0 upgraded, 4 newly installed, 0 to remove and 1 not upgraded. [2019-09-20T14:25:12.382Z] #6 41.00 Need to get 300 kB of archives. [2019-09-20T14:25:12.382Z] #6 41.00 After this operation, 1201 kB of additional disk space will be used. [2019-09-20T14:25:12.382Z] #6 41.00 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp2 amd64 2.3.1-2.1+deb9u1 [40.7 kB] [2019-09-20T14:25:12.382Z] #6 41.00 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp-dev amd64 2.3.1-2.1+deb9u1 [61.0 kB] [2019-09-20T14:25:12.382Z] #6 41.01 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor1 amd64 2.11.0-3+deb9u2 [78.9 kB] [2019-09-20T14:25:12.382Z] #6 41.02 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-dev amd64 2.11.0-3+deb9u2 [119 kB] [2019-09-20T14:25:12.382Z] #6 42.37 debconf: delaying package configuration, since apt-utils is not installed [2019-09-20T14:25:12.382Z] #6 42.55 Fetched 300 kB in 1s (274 kB/s) [2019-09-20T14:25:12.382Z] #6 42.70 Selecting previously unselected package libseccomp2:amd64. [2019-09-20T14:25:12.382Z] #6 42.70 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-09-20T14:25:12.382Z] #6 42.74 Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_amd64.deb ... [2019-09-20T14:25:12.382Z] #6 42.76 Unpacking libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... [2019-09-20T14:25:12.382Z] #6 42.92 Selecting previously unselected package libseccomp-dev:amd64. [2019-09-20T14:25:12.382Z] #6 42.93 Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_amd64.deb ... [2019-09-20T14:25:12.382Z] #6 42.95 Unpacking libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... [2019-09-20T14:25:12.382Z] #6 43.28 Selecting previously unselected package libapparmor1:amd64. [2019-09-20T14:25:12.382Z] #6 43.28 Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_amd64.deb ... [2019-09-20T14:25:12.382Z] #6 43.29 Unpacking libapparmor1:amd64 (2.11.0-3+deb9u2) ... [2019-09-20T14:25:12.382Z] #6 43.56 Selecting previously unselected package libapparmor-dev:amd64. [2019-09-20T14:25:12.382Z] #6 43.56 Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_amd64.deb ... [2019-09-20T14:25:12.382Z] #6 43.57 Unpacking libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... [2019-09-20T14:25:12.382Z] #6 44.03 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-20T14:25:12.382Z] #6 44.24 Setting up libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... [2019-09-20T14:25:12.382Z] #6 44.28 Setting up libapparmor1:amd64 (2.11.0-3+deb9u2) ... [2019-09-20T14:25:12.382Z] #6 44.36 Setting up libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... [2019-09-20T14:25:12.382Z] #6 44.39 Setting up libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... [2019-09-20T14:25:12.382Z] #6 44.41 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-20T14:25:12.382Z] #6 DONE 44.7s [2019-09-20T14:25:12.382Z] [2019-09-20T14:25:12.382Z] #40 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-20T14:25:12.382Z] #40 DONE 0.1s [2019-09-20T14:25:12.551Z] CC criu/cr-dedup.o [2019-09-20T14:25:12.640Z] [2019-09-20T14:25:12.640Z] #41 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-09-20T14:25:12.640Z] #41 DONE 0.2s [2019-09-20T14:25:12.640Z] [2019-09-20T14:25:12.640Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:25:12.640Z] #57 29.26 Reading package lists... [2019-09-20T14:25:12.640Z] #57 35.36 Building dependency tree... [2019-09-20T14:25:12.640Z] #57 36.67 Reading state information... [2019-09-20T14:25:12.640Z] #57 38.25 The following additional packages will be installed: [2019-09-20T14:25:12.640Z] #57 38.25 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-09-20T14:25:12.640Z] #57 38.26 libprotoc10 python-pkg-resources zlib1g-dev [2019-09-20T14:25:12.640Z] #57 38.26 Suggested packages: [2019-09-20T14:25:12.640Z] #57 38.26 manpages-dev python-setuptools [2019-09-20T14:25:12.640Z] #57 40.39 The following NEW packages will be installed: [2019-09-20T14:25:12.640Z] #57 40.43 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-09-20T14:25:12.640Z] #57 40.43 libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-09-20T14:25:12.641Z] #57 40.43 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-09-20T14:25:12.641Z] #57 40.43 zlib1g-dev [2019-09-20T14:25:12.641Z] #57 41.77 0 upgraded, 16 newly installed, 0 to remove and 1 not upgraded. [2019-09-20T14:25:12.641Z] #57 41.77 Need to get 3602 kB of archives. [2019-09-20T14:25:12.641Z] #57 41.77 After this operation, 18.9 MB of additional disk space will be used. [2019-09-20T14:25:12.641Z] #57 41.77 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] [2019-09-20T14:25:12.641Z] #57 41.77 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap-dev amd64 1:2.25-1 [29.4 kB] [2019-09-20T14:25:12.641Z] #57 41.78 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1-dev amd64 1.1.6+dfsg-3 [118 kB] [2019-09-20T14:25:12.641Z] #57 41.79 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] [2019-09-20T14:25:12.641Z] #57 41.80 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-dev amd64 3.2.27-2 [96.2 kB] [2019-09-20T14:25:12.641Z] #57 41.84 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] [2019-09-20T14:25:12.641Z] #57 41.84 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c-dev amd64 1.2.1-2 [32.5 kB] [2019-09-20T14:25:12.641Z] #57 41.90 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-5 [205 kB] [2019-09-20T14:25:12.641Z] #57 41.95 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf10 amd64 3.0.0-9 [681 kB] [2019-09-20T14:25:12.641Z] #57 42.02 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-lite10 amd64 3.0.0-9 [125 kB] [2019-09-20T14:25:12.641Z] #57 42.04 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-dev amd64 3.0.0-9 [954 kB] [2019-09-20T14:25:12.641Z] #57 42.15 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotoc10 amd64 3.0.0-9 [626 kB] [2019-09-20T14:25:12.641Z] #57 42.22 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-c-compiler amd64 1.2.1-2 [78.4 kB] [2019-09-20T14:25:12.641Z] #57 42.24 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-compiler amd64 3.0.0-9 [52.8 kB] [2019-09-20T14:25:12.641Z] #57 42.24 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB] [2019-09-20T14:25:12.641Z] #57 42.28 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-protobuf amd64 3.0.0-9 [292 kB] [2019-09-20T14:25:12.641Z] #57 43.38 debconf: delaying package configuration, since apt-utils is not installed [2019-09-20T14:25:12.641Z] #57 43.80 Fetched 3602 kB in 1s (2135 kB/s) [2019-09-20T14:25:12.641Z] #57 44.04 Selecting previously unselected package libnet1:amd64. [2019-09-20T14:25:12.641Z] #57 44.04 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-09-20T14:25:12.641Z] #57 44.15 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_amd64.deb ... [2019-09-20T14:25:12.641Z] #57 44.19 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... [2019-09-20T14:25:12.641Z] #57 44.40 Selecting previously unselected package libcap-dev:amd64. [2019-09-20T14:25:12.641Z] #57 44.41 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_amd64.deb ... [2019-09-20T14:25:12.641Z] #57 44.42 Unpacking libcap-dev:amd64 (1:2.25-1) ... [2019-09-20T14:25:12.641Z] #57 44.58 Selecting previously unselected package libnet1-dev. [2019-09-20T14:25:12.641Z] #57 44.60 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_amd64.deb ... [2019-09-20T14:25:12.641Z] #57 44.61 Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-09-20T14:25:12.641Z] #57 45.03 Selecting previously unselected package libnl-3-200:amd64. [2019-09-20T14:25:12.641Z] #57 45.03 Preparing to unpack .../03-libnl-3-200_3.2.27-2_amd64.deb ... [2019-09-20T14:25:12.641Z] #57 45.05 Unpacking libnl-3-200:amd64 (3.2.27-2) ... [2019-09-20T14:25:12.834Z] CC criu/cr-dump.o [2019-09-20T14:25:12.899Z] #57 45.34 Selecting previously unselected package libnl-3-dev:amd64. [2019-09-20T14:25:13.159Z] #57 45.34 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_amd64.deb ... [2019-09-20T14:25:13.159Z] #57 45.37 Unpacking libnl-3-dev:amd64 (3.2.27-2) ... [2019-09-20T14:25:13.159Z] #57 ... [2019-09-20T14:25:13.159Z] [2019-09-20T14:25:13.159Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-20T14:25:13.159Z] #20 4.647 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-09-20T14:25:13.569Z] + cd /tmp/tmp.8hJWl0Tbh1/src/github.com/docker/distribution [2019-09-20T14:25:13.569Z] + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-20T14:25:13.725Z] #20 ... [2019-09-20T14:25:13.725Z] [2019-09-20T14:25:13.725Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-09-20T14:25:13.725Z] #27 35.42 + cd /tmp/tmp.k43LF6GMCY/src/gotest.tools/gotestsum [2019-09-20T14:25:13.725Z] #27 35.42 + git checkout -q v0.3.5 [2019-09-20T14:25:13.725Z] #27 35.46 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-09-20T14:25:13.725Z] #27 ... [2019-09-20T14:25:13.725Z] [2019-09-20T14:25:13.725Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:25:13.725Z] #35 45.59 debconf: delaying package configuration, since apt-utils is not installed [2019-09-20T14:25:13.725Z] #35 45.79 Fetched 13.7 MB in 2s (5128 kB/s) [2019-09-20T14:25:13.725Z] #35 46.05 Selecting previously unselected package cmake-data. [2019-09-20T14:25:13.725Z] #35 46.05 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-09-20T14:25:13.935Z] + GOPATH=/tmp/tmp.8hJWl0Tbh1/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.8hJWl0Tbh1 go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-09-20T14:25:13.984Z] #35 46.17 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-09-20T14:25:13.984Z] #35 46.19 Unpacking cmake-data (3.7.2-1) ... [2019-09-20T14:25:14.309Z] CC criu/cr-errno.o [2019-09-20T14:25:14.309Z] CC criu/cr-restore.o [2019-09-20T14:25:14.829Z] Running on ubuntu-1804-overlay2 (i-03fcbb39a8590444e) in /home/ubuntu/workspace/moby_PR-39943 [Pipeline] { [Pipeline] checkout [2019-09-20T14:25:16.332Z] CC criu/cr-service.o [2019-09-20T14:25:16.517Z] #35 ... [2019-09-20T14:25:16.517Z] [2019-09-20T14:25:16.517Z] #7 [dev 1/24] RUN groupadd -r docker [2019-09-20T14:25:16.517Z] #7 DONE 4.2s [2019-09-20T14:25:16.776Z] [2019-09-20T14:25:16.776Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-20T14:25:16.776Z] #20 5.510 [2019-09-20T14:25:17.042Z] #20 5.832 ### 5.4% ####### 10.4% ########## 14.6% ############# 18.9% ################# 24.1% ##################### 29.4% ####################### 32.9% ########################### 37.6% ############################# 40.5% ################################ 44.9% ################################### 49.8% ####################################### 54.2% ########################################## 58.6% ############################################## 64.8% ################################################# 68.7% ################################################### 71.5% ###################################################### 75.0% ######################################################### 79.6% ########################################################### 83.0% ############################################################## 86.8% ############################################################### 88.5% ################################################################## 91.8% #################################################################### 95.6% ######################################################################## 100.0% [2019-09-20T14:25:17.339Z] CC criu/crtools.o [2019-09-20T14:25:17.621Z] CC criu/eventfd.o [2019-09-20T14:25:17.905Z] CC criu/eventpoll.o [2019-09-20T14:25:17.979Z] #20 9.167 [2019-09-20T14:25:18.188Z] CC criu/external.o [2019-09-20T14:25:18.470Z] CC criu/fault-injection.o [2019-09-20T14:25:18.470Z] CC criu/fdstore.o [2019-09-20T14:25:18.504Z] #20 9.467 ############ 17.1% ####################### 33.1% ######################################## 56.0% ######################################################### 80.2% ######################################################################## 100.0% [2019-09-20T14:25:18.755Z] CC criu/fifo.o [2019-09-20T14:25:19.037Z] CC criu/file-ids.o [2019-09-20T14:25:19.037Z] CC criu/file-lock.o [2019-09-20T14:25:19.071Z] #20 10.41 [2019-09-20T14:25:19.589Z] #20 10.67 #### 6.3% ############# 18.5% ################# 24.9% ####################### [2019-09-20T14:25:19.589Z] #20 ... [2019-09-20T14:25:19.589Z] [2019-09-20T14:25:19.589Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-20T14:25:19.589Z] #30 41.46 sync [2019-09-20T14:25:19.589Z] #30 41.46 internal/reflectlite [2019-09-20T14:25:19.589Z] #30 43.82 errors [2019-09-20T14:25:19.589Z] #30 43.82 sort [2019-09-20T14:25:19.589Z] #30 44.33 strconv [2019-09-20T14:25:19.589Z] #30 45.69 io [2019-09-20T14:25:19.589Z] #30 47.17 internal/oserror [2019-09-20T14:25:19.589Z] #30 47.33 syscall [2019-09-20T14:25:19.589Z] #30 48.97 reflect [2019-09-20T14:25:19.589Z] #30 ... [2019-09-20T14:25:19.589Z] [2019-09-20T14:25:19.589Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-20T14:25:19.589Z] #15 41.95 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-09-20T14:25:19.652Z] CC criu/files-ext.o [2019-09-20T14:25:19.850Z] #15 ... [2019-09-20T14:25:19.850Z] [2019-09-20T14:25:19.850Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-20T14:25:19.935Z] CC criu/files-reg.o [2019-09-20T14:25:20.108Z] #20 10.67 #### 6.3% ############# 18.5% ################# 24.9% ####################### 33.3% ############################# 41.6% #################################### 51.2% ############################################# 63.1% ##################################################### 74.3% [2019-09-20T14:25:20.108Z] #20 ... [2019-09-20T14:25:20.108Z] [2019-09-20T14:25:20.108Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-20T14:25:20.108Z] #33 42.07 sync [2019-09-20T14:25:20.108Z] #33 42.07 internal/reflectlite [2019-09-20T14:25:20.108Z] #33 44.01 github.com/LK4D4/vndr/godl/singleflight [2019-09-20T14:25:20.108Z] #33 44.38 math/rand [2019-09-20T14:25:20.108Z] #33 46.00 errors [2019-09-20T14:25:20.108Z] #33 46.30 io [2019-09-20T14:25:20.108Z] #33 46.32 strconv [2019-09-20T14:25:20.108Z] #33 47.75 bytes [2019-09-20T14:25:20.108Z] #33 50.93 bufio [2019-09-20T14:25:20.108Z] #33 51.43 reflect [2019-09-20T14:25:20.108Z] #33 ... [2019-09-20T14:25:20.108Z] [2019-09-20T14:25:20.108Z] #8 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-09-20T14:25:20.108Z] #8 DONE 3.7s [2019-09-20T14:25:20.108Z] [2019-09-20T14:25:20.108Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-20T14:25:20.365Z] #20 10.67 #### 6.3% ############# 18.5% ################# 24.9% ####################### 33.3% ############################# 41.6% #################################### 51.2% ############################################# 63.1% ##################################################### 74.3% ############################################################# 85.9% ###################################################################### 98.0% ######################################################################## 100.0% [2019-09-20T14:25:20.941Z] CC criu/files.o [2019-09-20T14:25:21.314Z] #20 12.44 [2019-09-20T14:25:21.314Z] #20 ... [2019-09-20T14:25:21.314Z] [2019-09-20T14:25:21.314Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-20T14:25:21.314Z] #47 3.269 + RM_GOPATH=0 [2019-09-20T14:25:21.314Z] #47 3.269 + TMP_GOPATH= [2019-09-20T14:25:21.314Z] #47 3.269 + : /build [2019-09-20T14:25:21.314Z] #47 3.269 + '[' -z '' ']' [2019-09-20T14:25:21.314Z] #47 3.271 ++ mktemp -d [2019-09-20T14:25:21.314Z] #47 3.287 + export GOPATH=/tmp/tmp.ojBqD7m4vA [2019-09-20T14:25:21.314Z] #47 3.287 + GOPATH=/tmp/tmp.ojBqD7m4vA [2019-09-20T14:25:21.314Z] #47 3.287 + RM_GOPATH=1 [2019-09-20T14:25:21.314Z] #47 3.292 ++ dirname ./install.sh [2019-09-20T14:25:21.314Z] #47 3.297 + dir=. [2019-09-20T14:25:21.314Z] #47 3.298 + bin=containerd [2019-09-20T14:25:21.314Z] #47 3.298 + shift [2019-09-20T14:25:21.314Z] #47 3.298 + '[' '!' -f ./containerd.installer ']' [2019-09-20T14:25:21.314Z] #47 3.298 + . ./containerd.installer [2019-09-20T14:25:21.314Z] #47 3.301 ++ CONTAINERD_COMMIT=d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-20T14:25:21.314Z] #47 3.314 + install_containerd [2019-09-20T14:25:21.314Z] #47 3.314 + echo 'Install containerd version d50db0a42053864a270f648048f9a8b4f24eced3' [2019-09-20T14:25:21.314Z] #47 3.315 Install containerd version d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-20T14:25:21.314Z] #47 3.315 + git clone https://github.com/containerd/containerd.git /tmp/tmp.ojBqD7m4vA/src/github.com/containerd/containerd [2019-09-20T14:25:21.314Z] #47 3.319 Cloning into '/tmp/tmp.ojBqD7m4vA/src/github.com/containerd/containerd'... [2019-09-20T14:25:21.314Z] #47 ... [2019-09-20T14:25:21.314Z] [2019-09-20T14:25:21.314Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:25:21.314Z] #57 46.09 Selecting previously unselected package libprotobuf-c1:amd64. [2019-09-20T14:25:21.314Z] #57 46.11 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_amd64.deb ... [2019-09-20T14:25:21.314Z] #57 46.13 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... [2019-09-20T14:25:21.314Z] #57 46.32 Selecting previously unselected package libprotobuf-c-dev:amd64. [2019-09-20T14:25:21.314Z] #57 46.32 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_amd64.deb ... [2019-09-20T14:25:21.314Z] #57 46.33 Unpacking libprotobuf-c-dev:amd64 (1.2.1-2) ... [2019-09-20T14:25:21.314Z] #57 46.43 Selecting previously unselected package zlib1g-dev:amd64. [2019-09-20T14:25:21.314Z] #57 46.43 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ... [2019-09-20T14:25:21.314Z] #57 46.47 Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... [2019-09-20T14:25:21.314Z] #57 46.79 Selecting previously unselected package libprotobuf10:amd64. [2019-09-20T14:25:21.314Z] #57 46.81 Preparing to unpack .../08-libprotobuf10_3.0.0-9_amd64.deb ... [2019-09-20T14:25:21.314Z] #57 46.82 Unpacking libprotobuf10:amd64 (3.0.0-9) ... [2019-09-20T14:25:21.314Z] #57 47.72 Selecting previously unselected package libprotobuf-lite10:amd64. [2019-09-20T14:25:21.314Z] #57 47.72 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_amd64.deb ... [2019-09-20T14:25:21.314Z] #57 47.73 Unpacking libprotobuf-lite10:amd64 (3.0.0-9) ... [2019-09-20T14:25:21.314Z] #57 47.91 Selecting previously unselected package libprotobuf-dev:amd64. [2019-09-20T14:25:21.314Z] #57 47.96 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_amd64.deb ... [2019-09-20T14:25:21.314Z] #57 47.99 Unpacking libprotobuf-dev:amd64 (3.0.0-9) ... [2019-09-20T14:25:21.314Z] #57 49.96 Selecting previously unselected package libprotoc10:amd64. [2019-09-20T14:25:21.314Z] #57 49.96 Preparing to unpack .../11-libprotoc10_3.0.0-9_amd64.deb ... [2019-09-20T14:25:21.314Z] #57 49.98 Unpacking libprotoc10:amd64 (3.0.0-9) ... [2019-09-20T14:25:21.314Z] #57 50.81 Selecting previously unselected package protobuf-c-compiler. [2019-09-20T14:25:21.314Z] #57 50.81 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_amd64.deb ... [2019-09-20T14:25:21.314Z] #57 50.82 Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-09-20T14:25:21.314Z] #57 51.00 Selecting previously unselected package protobuf-compiler. [2019-09-20T14:25:21.314Z] #57 51.00 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_amd64.deb ... [2019-09-20T14:25:21.314Z] #57 51.02 Unpacking protobuf-compiler (3.0.0-9) ... [2019-09-20T14:25:21.314Z] #57 51.22 Selecting previously unselected package python-pkg-resources. [2019-09-20T14:25:21.314Z] #57 51.22 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-09-20T14:25:21.314Z] #57 51.23 Unpacking python-pkg-resources (33.1.1-1) ... [2019-09-20T14:25:21.314Z] #57 51.51 Selecting previously unselected package python-protobuf. [2019-09-20T14:25:21.314Z] #57 51.55 Preparing to unpack .../15-python-protobuf_3.0.0-9_amd64.deb ... [2019-09-20T14:25:21.314Z] #57 51.56 Unpacking python-protobuf (3.0.0-9) ... [2019-09-20T14:25:21.314Z] #57 52.23 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... [2019-09-20T14:25:21.314Z] #57 52.47 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... [2019-09-20T14:25:21.314Z] #57 52.59 Setting up python-pkg-resources (33.1.1-1) ... [2019-09-20T14:25:21.314Z] #57 ... [2019-09-20T14:25:21.314Z] [2019-09-20T14:25:21.314Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-20T14:25:21.949Z] CC criu/filesystems.o [2019-09-20T14:25:22.564Z] CC criu/fsnotify.o [2019-09-20T14:25:22.608Z] #20 12.73 1.3% ## 4.0% #### 6.5% ###### 9.1% ####### 10.9% ######### 13.2% ########### 15.5% ############# 18.7% ############### 21.0% ############### 22.1% ################## 25.1% [2019-09-20T14:25:22.608Z] #20 ... [2019-09-20T14:25:22.608Z] [2019-09-20T14:25:22.608Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-20T14:25:22.608Z] #42 3.457 + RM_GOPATH=0 [2019-09-20T14:25:22.608Z] #42 3.458 + TMP_GOPATH= [2019-09-20T14:25:22.608Z] #42 3.458 + : /build [2019-09-20T14:25:22.608Z] #42 3.458 + '[' -z '' ']' [2019-09-20T14:25:22.608Z] #42 3.460 ++ mktemp -d [2019-09-20T14:25:22.608Z] #42 3.471 + export GOPATH=/tmp/tmp.KlynmrWnX5 [2019-09-20T14:25:22.608Z] #42 3.471 + GOPATH=/tmp/tmp.KlynmrWnX5 [2019-09-20T14:25:22.608Z] #42 3.471 + RM_GOPATH=1 [2019-09-20T14:25:22.608Z] #42 3.471 ++ dirname ./install.sh [2019-09-20T14:25:22.608Z] #42 3.471 + dir=. [2019-09-20T14:25:22.608Z] #42 3.471 + bin=runc [2019-09-20T14:25:22.608Z] #42 3.471 + shift [2019-09-20T14:25:22.608Z] #42 3.471 + '[' '!' -f ./runc.installer ']' [2019-09-20T14:25:22.608Z] #42 3.471 + . ./runc.installer [2019-09-20T14:25:22.608Z] #42 3.471 ++ RUNC_COMMIT=425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-20T14:25:22.608Z] #42 3.472 + install_runc [2019-09-20T14:25:22.608Z] #42 3.480 + uname -r [2019-09-20T14:25:22.608Z] #42 3.481 + grep -q '^3\.10\.0.*\.el7\.' [2019-09-20T14:25:22.608Z] #42 3.487 Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux ) [2019-09-20T14:25:22.608Z] #42 3.487 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-09-20T14:25:22.608Z] #42 3.487 + echo 'Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux )' [2019-09-20T14:25:22.608Z] #42 3.487 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.KlynmrWnX5/src/github.com/opencontainers/runc [2019-09-20T14:25:22.608Z] #42 3.489 Cloning into '/tmp/tmp.KlynmrWnX5/src/github.com/opencontainers/runc'... [2019-09-20T14:25:22.867Z] #42 ... [2019-09-20T14:25:22.867Z] [2019-09-20T14:25:22.867Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-20T14:25:23.098Z] using credential docker-jenkins-github-credentials [2019-09-20T14:25:23.106Z] Cloning the remote Git repository [2019-09-20T14:25:23.106Z] Cloning with configured refspecs honoured and without tags [2019-09-20T14:25:23.178Z] CC criu/image-desc.o [2019-09-20T14:25:23.178Z] CC criu/image.o [2019-09-20T14:25:23.124Z] Cloning repository https://github.com/moby/moby.git [2019-09-20T14:25:23.193Z] > git init /home/ubuntu/workspace/moby_PR-39943 # timeout=10 [2019-09-20T14:25:23.496Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-20T14:25:23.496Z] > git --version # timeout=10 [2019-09-20T14:25:23.798Z] CC criu/ipc_ns.o [2019-09-20T14:25:23.901Z] #20 12.73 1.3% ## 4.0% #### 6.5% ###### 9.1% ####### 10.9% ######### 13.2% ########### 15.5% ############# 18.7% ############### 21.0% ############### 22.1% ################## 25.1% ################### 27.1% ##################### 29.5% ###################### 31.4% ######################## 34.3% ########################### 37.5% ############################# 40.4% ############################### 44.1% ################################# 47.1% ################################### 48.8% ##################################### 51.7% [2019-09-20T14:25:23.901Z] #20 ... [2019-09-20T14:25:23.901Z] [2019-09-20T14:25:23.901Z] #9 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-09-20T14:25:23.901Z] #9 3.256 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-09-20T14:25:23.901Z] #9 DONE 3.6s [2019-09-20T14:25:23.901Z] [2019-09-20T14:25:23.901Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-20T14:25:24.412Z] CC criu/irmap.o [2019-09-20T14:25:24.694Z] CC criu/kcmp-ids.o [2019-09-20T14:25:23.568Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-20T14:25:23.623Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39943/head:refs/remotes/origin/PR-39943 +refs/heads/master:refs/remotes/origin/master [2019-09-20T14:25:24.976Z] CC criu/kerndat.o [2019-09-20T14:25:25.591Z] CC criu/libnetlink.o [2019-09-20T14:25:25.723Z] #20 12.73 1.3% ## 4.0% #### 6.5% ###### 9.1% ####### 10.9% ######### 13.2% ########### 15.5% ############# 18.7% ############### 21.0% ############### 22.1% ################## 25.1% ################### 27.1% ##################### 29.5% ###################### 31.4% ######################## 34.3% ########################### 37.5% ############################# 40.4% ############################### 44.1% ################################# 47.1% ################################### 48.8% ##################################### 51.7% ####################################### 54.5% ####################################### 55.5% ######################################### 57.2% ######################################### 58.2% ########################################### 60.3% ############################################## 64.5% ################################################ 67.0% ################################################# 69.1% ################################################### 71.9% #################################################### 72.6% ####################################################### 76.5% ######################################################### 79.5% ########################################################### 82.9% ############################################################### 87.7% ################################################################# 91.5% ##################################################################### 96.6% ####################################################################### 99.6% ######################################################################## 100.0% [2019-09-20T14:25:25.874Z] CC criu/log.o [2019-09-20T14:25:25.982Z] #20 17.20 [2019-09-20T14:25:26.156Z] CC criu/lsm.o [2019-09-20T14:25:26.156Z] CC criu/mem.o [2019-09-20T14:25:27.163Z] CC criu/mount.o [2019-09-20T14:25:27.357Z] #20 18.86 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-09-20T14:25:27.617Z] #20 ... [2019-09-20T14:25:27.617Z] [2019-09-20T14:25:27.617Z] #10 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-09-20T14:25:27.617Z] #10 DONE 3.8s [2019-09-20T14:25:27.875Z] [2019-09-20T14:25:27.875Z] #11 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-09-20T14:25:27.875Z] #11 ... [2019-09-20T14:25:27.875Z] [2019-09-20T14:25:27.875Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:25:27.875Z] #35 50.28 Selecting previously unselected package liblzo2-2:amd64. [2019-09-20T14:25:27.875Z] #35 50.28 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-09-20T14:25:27.875Z] #35 50.31 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-20T14:25:27.875Z] #35 50.50 Selecting previously unselected package libicu57:amd64. [2019-09-20T14:25:27.875Z] #35 50.50 Preparing to unpack .../2-libicu57_57.1-6+deb9u3_amd64.deb ... [2019-09-20T14:25:27.875Z] #35 50.51 Unpacking libicu57:amd64 (57.1-6+deb9u3) ... [2019-09-20T14:25:27.875Z] #35 59.82 Selecting previously unselected package libxml2:amd64. [2019-09-20T14:25:27.875Z] #35 59.82 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_amd64.deb ... [2019-09-20T14:25:27.875Z] #35 59.85 Unpacking libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-20T14:25:28.134Z] #35 ... [2019-09-20T14:25:28.134Z] [2019-09-20T14:25:28.134Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:25:28.134Z] #57 58.61 Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-09-20T14:25:28.134Z] #57 58.62 Setting up libprotobuf10:amd64 (3.0.0-9) ... [2019-09-20T14:25:28.134Z] #57 58.65 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-20T14:25:28.134Z] #57 58.70 Setting up python-protobuf (3.0.0-9) ... [2019-09-20T14:25:29.835Z] CC criu/namespaces.o [2019-09-20T14:25:30.843Z] CC criu/net.o [2019-09-20T14:25:31.418Z] #57 ... [2019-09-20T14:25:31.418Z] [2019-09-20T14:25:31.418Z] #11 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-09-20T14:25:31.418Z] #11 DONE 3.3s [2019-09-20T14:25:31.418Z] [2019-09-20T14:25:31.418Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-20T14:25:31.418Z] #20 19.78 [2019-09-20T14:25:31.418Z] #20 20.25 ######################################################################## 100.0% [2019-09-20T14:25:31.418Z] #20 20.42 [2019-09-20T14:25:31.418Z] #20 21.81 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-09-20T14:25:31.418Z] #20 22.47 [2019-09-20T14:25:31.418Z] #20 ... [2019-09-20T14:25:31.418Z] [2019-09-20T14:25:31.418Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-20T14:25:31.418Z] #33 53.38 sort [2019-09-20T14:25:31.418Z] #33 54.93 internal/oserror [2019-09-20T14:25:31.418Z] #33 55.12 syscall [2019-09-20T14:25:31.679Z] #33 ... [2019-09-20T14:25:31.679Z] [2019-09-20T14:25:31.679Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:25:31.679Z] #35 60.93 Selecting previously unselected package libarchive13:amd64. [2019-09-20T14:25:31.679Z] #35 60.93 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_amd64.deb ... [2019-09-20T14:25:31.679Z] #35 60.95 Unpacking libarchive13:amd64 (3.2.2-2+deb9u1) ... [2019-09-20T14:25:31.679Z] #35 61.37 Selecting previously unselected package libjsoncpp1:amd64. [2019-09-20T14:25:31.679Z] #35 61.37 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_amd64.deb ... [2019-09-20T14:25:31.679Z] #35 61.39 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2019-09-20T14:25:31.679Z] #35 61.58 Selecting previously unselected package libuv1:amd64. [2019-09-20T14:25:31.679Z] #35 61.59 Preparing to unpack .../6-libuv1_1.9.1-3_amd64.deb ... [2019-09-20T14:25:31.679Z] #35 61.59 Unpacking libuv1:amd64 (1.9.1-3) ... [2019-09-20T14:25:31.679Z] #35 61.75 Selecting previously unselected package cmake. [2019-09-20T14:25:31.679Z] #35 61.75 Preparing to unpack .../7-cmake_3.7.2-1_amd64.deb ... [2019-09-20T14:25:31.679Z] #35 61.85 Unpacking cmake (3.7.2-1) ... [2019-09-20T14:25:32.865Z] CC criu/netfilter.o [2019-09-20T14:25:32.866Z] CC criu/page-pipe.o [2019-09-20T14:25:33.054Z] #35 65.18 Selecting previously unselected package xxd. [2019-09-20T14:25:33.054Z] #35 65.19 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-09-20T14:25:33.054Z] #35 65.20 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:25:33.054Z] #35 65.37 Selecting previously unselected package vim-common. [2019-09-20T14:25:33.054Z] #35 65.38 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-20T14:25:33.054Z] #35 65.39 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:25:33.148Z] CC criu/page-xfer.o [2019-09-20T14:25:33.620Z] #35 65.73 Processing triggers for mime-support (3.60) ... [2019-09-20T14:25:33.620Z] #35 65.90 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:25:33.620Z] #35 65.91 Setting up libuv1:amd64 (1.9.1-3) ... [2019-09-20T14:25:33.620Z] #35 65.93 Setting up cmake-data (3.7.2-1) ... [2019-09-20T14:25:33.620Z] #35 65.95 Setting up libicu57:amd64 (57.1-6+deb9u3) ... [2019-09-20T14:25:33.620Z] #35 65.96 Setting up libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-20T14:25:33.620Z] #35 65.98 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-20T14:25:33.620Z] #35 66.10 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:25:33.882Z] #35 66.13 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-20T14:25:33.882Z] #35 66.16 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2019-09-20T14:25:33.882Z] #35 66.27 Setting up libarchive13:amd64 (3.2.2-2+deb9u1) ... [2019-09-20T14:25:33.948Z] + dpkg --print-architecture [2019-09-20T14:25:33.948Z] + cd /tmp/tmp.8hJWl0Tbh1/src/github.com/docker/distribution [2019-09-20T14:25:33.948Z] + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-20T14:25:33.948Z] + GOPATH=/tmp/tmp.8hJWl0Tbh1/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.8hJWl0Tbh1 [2019-09-20T14:25:33.948Z] + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-09-20T14:25:34.143Z] #35 ... [2019-09-20T14:25:34.143Z] [2019-09-20T14:25:34.143Z] #12 [dev 6/24] RUN ldconfig [2019-09-20T14:25:34.143Z] #12 DONE 3.2s [2019-09-20T14:25:34.143Z] [2019-09-20T14:25:34.143Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:25:34.143Z] #35 66.38 Setting up cmake (3.7.2-1) ... [2019-09-20T14:25:34.143Z] #35 ... [2019-09-20T14:25:34.143Z] [2019-09-20T14:25:34.143Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:25:34.156Z] CC criu/pagemap-cache.o [2019-09-20T14:25:34.156Z] CC criu/pagemap.o [2019-09-20T14:25:34.404Z] #13 ... [2019-09-20T14:25:34.404Z] [2019-09-20T14:25:34.404Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:25:34.404Z] #57 66.14 Setting up libcap-dev:amd64 (1:2.25-1) ... [2019-09-20T14:25:34.404Z] #57 66.21 Setting up libprotobuf-c-dev:amd64 (1.2.1-2) ... [2019-09-20T14:25:34.404Z] #57 66.31 Setting up libnl-3-200:amd64 (3.2.27-2) ... [2019-09-20T14:25:34.404Z] #57 66.41 Setting up libprotobuf-lite10:amd64 (3.0.0-9) ... [2019-09-20T14:25:34.404Z] #57 66.45 Setting up libprotoc10:amd64 (3.0.0-9) ... [2019-09-20T14:25:34.404Z] #57 66.47 Setting up protobuf-c-compiler (1.2.1-2) ... [2019-09-20T14:25:34.404Z] #57 66.48 Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... [2019-09-20T14:25:34.404Z] #57 66.50 Setting up protobuf-compiler (3.0.0-9) ... [2019-09-20T14:25:34.404Z] #57 66.51 Setting up libprotobuf-dev:amd64 (3.0.0-9) ... [2019-09-20T14:25:34.404Z] #57 66.53 Setting up libnl-3-dev:amd64 (3.2.27-2) ... [2019-09-20T14:25:34.404Z] #57 66.54 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-20T14:25:34.404Z] #57 DONE 66.9s [2019-09-20T14:25:34.663Z] [2019-09-20T14:25:34.663Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-20T14:25:34.663Z] #20 23.06 ################################### 48.7% ######################################################################## 100.0% [2019-09-20T14:25:34.663Z] #20 23.32 [2019-09-20T14:25:34.663Z] #20 24.66 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-09-20T14:25:34.663Z] #20 24.76 skipping existing 1849cc453dee [2019-09-20T14:25:34.663Z] #20 24.97 [2019-09-20T14:25:34.771Z] CC criu/parasite-syscall.o [2019-09-20T14:25:34.921Z] #20 ... [2019-09-20T14:25:34.921Z] [2019-09-20T14:25:34.921Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:25:34.921Z] #35 66.70 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-20T14:25:34.921Z] #35 DONE 67.1s [2019-09-20T14:25:34.921Z] [2019-09-20T14:25:34.921Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-20T14:25:34.921Z] #36 DONE 0.1s [2019-09-20T14:25:34.921Z] [2019-09-20T14:25:34.921Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-09-20T14:25:34.921Z] #37 DONE 0.1s [2019-09-20T14:25:34.921Z] [2019-09-20T14:25:34.921Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-09-20T14:25:35.180Z] #38 ... [2019-09-20T14:25:35.180Z] [2019-09-20T14:25:35.180Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-20T14:25:35.180Z] #30 57.14 time [2019-09-20T14:25:35.180Z] #30 64.79 internal/poll [2019-09-20T14:25:35.180Z] #30 66.41 internal/fmtsort [2019-09-20T14:25:35.180Z] #30 66.85 internal/syscall/unix [2019-09-20T14:25:35.387Z] CC criu/path.o [2019-09-20T14:25:35.438Z] #30 67.39 os [2019-09-20T14:25:35.438Z] #30 ... [2019-09-20T14:25:35.438Z] [2019-09-20T14:25:35.438Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:25:35.670Z] CC criu/pie-util-vdso-elf32.o [2019-09-20T14:25:35.670Z] CC criu/pie-util-vdso.o [2019-09-20T14:25:35.952Z] CC criu/pie-util.o [2019-09-20T14:25:36.004Z] #58 ... [2019-09-20T14:25:36.004Z] [2019-09-20T14:25:36.004Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-20T14:25:36.004Z] #42 13.38 + cd /tmp/tmp.KlynmrWnX5/src/github.com/opencontainers/runc [2019-09-20T14:25:36.004Z] #42 13.38 + git checkout -q 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-20T14:25:36.004Z] #42 14.24 + '[' -z '' ']' [2019-09-20T14:25:36.004Z] #42 14.25 + target=static [2019-09-20T14:25:36.004Z] #42 14.25 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-09-20T14:25:36.004Z] #42 16.89 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o runc . [2019-09-20T14:25:36.004Z] #42 ... [2019-09-20T14:25:36.004Z] [2019-09-20T14:25:36.004Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-20T14:25:36.004Z] #30 67.65 strings [2019-09-20T14:25:36.235Z] CC criu/pipes.o [2019-09-20T14:25:36.517Z] CC criu/plugin.o [2019-09-20T14:25:36.802Z] CC criu/proc_parse.o [2019-09-20T14:25:37.378Z] #30 ... [2019-09-20T14:25:37.378Z] [2019-09-20T14:25:37.378Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-20T14:25:37.378Z] #20 26.90 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-09-20T14:25:37.378Z] #20 27.67 [2019-09-20T14:25:37.378Z] #20 27.99 ######################################################################## 100.0% [2019-09-20T14:25:37.378Z] #20 28.18 [2019-09-20T14:25:37.378Z] #20 28.28 Download of images into '/build' complete. [2019-09-20T14:25:37.378Z] #20 28.28 Use something like the following to load the result into a Docker daemon: [2019-09-20T14:25:37.378Z] #20 28.28 tar -cC '/build' . | docker load [2019-09-20T14:25:37.378Z] #20 DONE 28.5s [2019-09-20T14:25:37.378Z] [2019-09-20T14:25:37.378Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-20T14:25:37.378Z] #33 65.48 time [2019-09-20T14:25:37.378Z] #33 68.20 internal/fmtsort [2019-09-20T14:25:37.378Z] #33 69.25 internal/syscall/unix [2019-09-20T14:25:37.944Z] #33 69.72 strings [2019-09-20T14:25:38.824Z] CC criu/protobuf-desc.o [2019-09-20T14:25:39.079Z] + rm -rf /tmp/tmp.8hJWl0Tbh1/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.8hJWl0Tbh1 [2019-09-20T14:25:39.439Z] CC criu/protobuf.o [2019-09-20T14:25:39.735Z] CC criu/pstree.o [2019-09-20T14:25:39.887Z] Removing intermediate container 61ae2e194ada [2019-09-20T14:25:39.887Z] ---> 3ca5fd381709 [2019-09-20T14:25:39.887Z] Step 17/126 : FROM base AS swagger [2019-09-20T14:25:39.887Z] ---> 031cdf2bb232 [2019-09-20T14:25:39.887Z] Step 18/126 : ENV GO_SWAGGER_COMMIT c28258affb0b6251755d92489ef685af8d4ff3eb [2019-09-20T14:25:39.887Z] ---> Running in ef9387f1371c [2019-09-20T14:25:39.912Z] #33 ... [2019-09-20T14:25:39.912Z] [2019-09-20T14:25:39.912Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-09-20T14:25:39.912Z] #38 4.944 + RM_GOPATH=0 [2019-09-20T14:25:39.912Z] #38 4.944 + TMP_GOPATH= [2019-09-20T14:25:39.912Z] #38 4.944 + : /build [2019-09-20T14:25:39.912Z] #38 4.944 + '[' -z '' ']' [2019-09-20T14:25:39.912Z] #38 4.944 ++ mktemp -d [2019-09-20T14:25:39.912Z] #38 4.944 + export GOPATH=/tmp/tmp.jDmwH4u4Im [2019-09-20T14:25:39.912Z] #38 4.944 + GOPATH=/tmp/tmp.jDmwH4u4Im [2019-09-20T14:25:39.912Z] #38 4.944 + RM_GOPATH=1 [2019-09-20T14:25:39.912Z] #38 4.958 ++ dirname ./install.sh [2019-09-20T14:25:39.912Z] #38 4.966 + dir=. [2019-09-20T14:25:39.912Z] #38 4.966 + bin=tini [2019-09-20T14:25:39.912Z] #38 4.966 + shift [2019-09-20T14:25:39.912Z] #38 4.966 + '[' '!' -f ./tini.installer ']' [2019-09-20T14:25:39.912Z] #38 4.966 + . ./tini.installer [2019-09-20T14:25:39.912Z] #38 4.966 ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-20T14:25:39.912Z] #38 4.966 + install_tini [2019-09-20T14:25:39.912Z] #38 4.966 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-09-20T14:25:39.912Z] #38 4.966 + git clone https://github.com/krallin/tini.git /tmp/tmp.jDmwH4u4Im/tini [2019-09-20T14:25:39.912Z] #38 4.966 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-20T14:25:39.912Z] #38 5.013 Cloning into '/tmp/tmp.jDmwH4u4Im/tini'... [2019-09-20T14:25:40.314Z] Removing intermediate container ef9387f1371c [2019-09-20T14:25:40.314Z] ---> 93c0506ed29e [2019-09-20T14:25:40.314Z] Step 19/126 : RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/go-swagger/go-swagger.git "$GOPATH/src/github.com/go-swagger/go-swagger" && (cd "$GOPATH/src/github.com/go-swagger/go-swagger" && git checkout -q "$GO_SWAGGER_COMMIT") && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger && rm -rf "$GOPATH" [2019-09-20T14:25:40.314Z] ---> Running in 0c88c02ea23b [2019-09-20T14:25:40.351Z] CC criu/rbtree.o [2019-09-20T14:25:40.634Z] CC criu/rst-malloc.o [2019-09-20T14:25:40.634Z] CC criu/seccomp.o [2019-09-20T14:25:40.772Z] + mktemp -d [2019-09-20T14:25:40.772Z] + export GOPATH=/tmp/tmp.wkqaLg5zqm [2019-09-20T14:25:40.772Z] + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.wkqaLg5zqm/src/github.com/go-swagger/go-swagger [2019-09-20T14:25:40.772Z] Cloning into '/tmp/tmp.wkqaLg5zqm/src/github.com/go-swagger/go-swagger'... [2019-09-20T14:25:41.249Z] CC criu/seize.o [2019-09-20T14:25:41.308Z] #38 6.031 + cd /tmp/tmp.jDmwH4u4Im/tini [2019-09-20T14:25:41.308Z] #38 6.031 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-20T14:25:41.308Z] #38 6.036 + cmake . [2019-09-20T14:25:41.864Z] CC criu/servicefd.o [2019-09-20T14:25:41.874Z] #38 6.693 -- The C compiler identification is GNU 6.3.0 [2019-09-20T14:25:41.874Z] #38 6.734 -- Check for working C compiler: /usr/bin/cc [2019-09-20T14:25:42.147Z] CC criu/shmem.o [2019-09-20T14:25:42.440Z] #38 7.314 -- Check for working C compiler: /usr/bin/cc -- works [2019-09-20T14:25:42.440Z] #38 7.316 -- Detecting C compiler ABI info [2019-09-20T14:25:42.698Z] #38 7.844 -- Detecting C compiler ABI info - done [2019-09-20T14:25:42.761Z] CC criu/sigframe.o [2019-09-20T14:25:42.761Z] CC criu/signalfd.o [2019-09-20T14:25:42.965Z] #38 7.900 -- Detecting C compile features [2019-09-20T14:25:43.044Z] CC criu/sk-inet.o [2019-09-20T14:25:43.659Z] CC criu/sk-netlink.o [2019-09-20T14:25:43.941Z] CC criu/sk-packet.o [2019-09-20T14:25:44.071Z] + cd /tmp/tmp.wkqaLg5zqm/src/github.com/go-swagger/go-swagger [2019-09-20T14:25:44.071Z] + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb [2019-09-20T14:25:44.071Z] + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-09-20T14:25:44.555Z] CC criu/sk-queue.o [2019-09-20T14:25:44.874Z] #38 9.867 -- Detecting C compile features - done [2019-09-20T14:25:44.874Z] #38 9.904 -- Performing Test HAS_BUILTIN_FORTIFY [2019-09-20T14:25:44.982Z] CC criu/sk-tcp.o [2019-09-20T14:25:45.132Z] #38 10.15 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-09-20T14:25:45.273Z] CC criu/sk-unix.o [2019-09-20T14:25:45.390Z] #38 10.26 -- Configuring done [2019-09-20T14:25:45.390Z] #38 10.28 -- Generating done [2019-09-20T14:25:45.390Z] #38 10.29 -- Build files have been written to: /tmp/tmp.jDmwH4u4Im/tini [2019-09-20T14:25:45.390Z] #38 10.31 + make tini-static [2019-09-20T14:25:45.390Z] #38 ... [2019-09-20T14:25:45.390Z] [2019-09-20T14:25:45.390Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-20T14:25:45.390Z] #47 32.87 Checking out files: 50% (1450/2874) Checking out files: 51% (1466/2874) Checking out files: 52% (1495/2874) Checking out files: 53% (1524/2874) Checking out files: 54% (1552/2874) Checking out files: 55% (1581/2874) Checking out files: 56% (1610/2874) Checking out files: 57% (1639/2874) Checking out files: 58% (1667/2874) Checking out files: 59% (1696/2874) Checking out files: 60% (1725/2874) Checking out files: 61% (1754/2874) Checking out files: 62% (1782/2874) Checking out files: 63% (1811/2874) Checking out files: 64% (1840/2874) Checking out files: 65% (1869/2874) Checking out files: 66% (1897/2874) Checking out files: 67% (1926/2874) Checking out files: 68% (1955/2874) Checking out files: 69% (1984/2874) Checking out files: 70% (2012/2874) Checking out files: 71% (2041/2874) Checking out files: 72% (2070/2874) Checking out files: 73% (2099/2874) Checking out files: 74% (2127/2874) Checking out files: 75% (2156/2874) Checking out files: 76% (2185/2874) Checking out files: 77% (2213/2874) Checking out files: 78% (2242/2874) Checking out files: 79% (2271/2874) Checking out files: 80% (2300/2874) Checking out files: 81% (2328/2874) Checking out files: 82% (2357/2874) Checking out files: 83% (2386/2874) Checking out files: 84% (2415/2874) Checking out files: 85% (2443/2874) Checking out files: 86% (2472/2874) Checking out files: 87% (2501/2874) Checking out files: 88% (2530/2874) Checking out files: 89% (2558/2874) Checking out files: 90% (2587/2874) Checking out files: 91% (2616/2874) Checking out files: 92% (2645/2874) Checking out files: 93% (2673/2874) Checking out files: 94% (2702/2874) Checking out files: 95% (2731/2874) Checking out files: 96% (2760/2874) Checking out files: 97% (2788/2874) Checking out files: 98% (2817/2874) Checking out files: 99% (2846/2874) Checking out files: 100% (2874/2874) Checking out files: 100% (2874/2874), done. [2019-09-20T14:25:45.390Z] #47 34.30 + cd /tmp/tmp.ojBqD7m4vA/src/github.com/containerd/containerd [2019-09-20T14:25:45.390Z] #47 34.30 + git checkout -q d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-20T14:25:45.756Z] Fetching without tags [2019-09-20T14:25:45.655Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-20T14:25:45.668Z] > git config --add remote.origin.fetch +refs/pull/39943/head:refs/remotes/origin/PR-39943 # timeout=10 [2019-09-20T14:25:45.695Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-09-20T14:25:45.715Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-20T14:25:45.789Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-20T14:25:45.789Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-20T14:25:45.790Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39943/head:refs/remotes/origin/PR-39943 +refs/heads/master:refs/remotes/origin/master [2019-09-20T14:25:46.131Z] Merging remotes/origin/master commit 4e8cf9f5ddccbb8619640876fc302b8f41c58184 into PR head commit 04d9e157b2b09401ae3e9e00e143606218910580 [2019-09-20T14:25:46.742Z] CC criu/sockets.o [2019-09-20T14:25:46.885Z] Merge succeeded, producing 04d9e157b2b09401ae3e9e00e143606218910580 [2019-09-20T14:25:46.886Z] Checking out Revision 04d9e157b2b09401ae3e9e00e143606218910580 (PR-39943) [2019-09-20T14:25:47.290Z] #47 36.13 + export 'BUILDTAGS=netgo osusergo static_build' [2019-09-20T14:25:47.290Z] #47 36.13 + BUILDTAGS='netgo osusergo static_build' [2019-09-20T14:25:47.290Z] #47 36.13 + export EXTRA_FLAGS=-buildmode=pie [2019-09-20T14:25:47.290Z] #47 36.13 + EXTRA_FLAGS=-buildmode=pie [2019-09-20T14:25:47.290Z] #47 36.13 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-09-20T14:25:47.290Z] #47 36.13 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-09-20T14:25:47.291Z] #47 36.13 + '[' '' = dynamic ']' [2019-09-20T14:25:47.291Z] #47 36.13 + make [2019-09-20T14:25:47.363Z] CC criu/stats.o [2019-09-20T14:25:47.363Z] CC criu/string.o [2019-09-20T14:25:47.363Z] CC criu/sysctl.o [2019-09-20T14:25:47.867Z] #47 36.51 🇩 bin/ctr [2019-09-20T14:25:47.978Z] CC criu/sysfs_parse.o [2019-09-20T14:25:48.029Z] Commit message: "testutil/daemon: add NewDaemon without testingT" [2019-09-20T14:25:48.260Z] CC criu/timerfd.o [2019-09-20T14:25:46.127Z] > git config core.sparsecheckout # timeout=10 [2019-09-20T14:25:46.143Z] > git checkout -f 04d9e157b2b09401ae3e9e00e143606218910580 [2019-09-20T14:25:46.841Z] > git merge 4e8cf9f5ddccbb8619640876fc302b8f41c58184 # timeout=10 [2019-09-20T14:25:46.858Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-09-20T14:25:46.876Z] > git config core.sparsecheckout # timeout=10 [2019-09-20T14:25:46.903Z] > git checkout -f 04d9e157b2b09401ae3e9e00e143606218910580 [2019-09-20T14:25:48.434Z] #47 ... [2019-09-20T14:25:48.434Z] [2019-09-20T14:25:48.434Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-09-20T14:25:48.434Z] #38 10.75 Scanning dependencies of target tini-static [2019-09-20T14:25:48.434Z] #38 10.82 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-09-20T14:25:48.434Z] #38 12.27 [100%] Linking C executable tini-static [2019-09-20T14:25:48.434Z] #38 12.78 [100%] Built target tini-static [2019-09-20T14:25:48.434Z] #38 12.89 + mkdir -p /build [2019-09-20T14:25:48.434Z] #38 12.89 + cp tini-static /build/docker-init [2019-09-20T14:25:48.434Z] #38 DONE 13.4s [2019-09-20T14:25:48.434Z] [2019-09-20T14:25:48.434Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:25:48.434Z] #58 6.879 Note: Building without setproctitle() and strlcpy() support. [2019-09-20T14:25:48.434Z] #58 6.880 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-20T14:25:48.434Z] #58 8.735 fatal: Not a git repository (or any of the parent directories): .git [2019-09-20T14:25:48.434Z] #58 8.745 GEN .gitid [2019-09-20T14:25:48.434Z] #58 8.787 GEN criu/include/version.h [2019-09-20T14:25:48.434Z] #58 8.849 GEN include/common/asm [2019-09-20T14:25:48.434Z] #58 10.65 PBCC images/google/protobuf/descriptor.pb-c.c [2019-09-20T14:25:48.434Z] #58 10.79 PBCC images/opts.pb-c.c [2019-09-20T14:25:48.434Z] #58 10.86 PBCC images/sit.pb-c.c [2019-09-20T14:25:48.434Z] #58 10.90 DEP images/google/protobuf/descriptor.pb-c.d [2019-09-20T14:25:48.434Z] #58 10.97 DEP images/opts.pb-c.d [2019-09-20T14:25:48.434Z] #58 11.07 DEP images/sit.pb-c.d [2019-09-20T14:25:48.434Z] #58 11.13 PBCC images/macvlan.pb-c.c [2019-09-20T14:25:48.434Z] #58 11.16 DEP images/macvlan.pb-c.d [2019-09-20T14:25:48.434Z] #58 11.21 PBCC images/autofs.pb-c.c [2019-09-20T14:25:48.434Z] #58 11.22 DEP images/autofs.pb-c.d [2019-09-20T14:25:48.434Z] #58 11.26 PBCC images/sysctl.pb-c.c [2019-09-20T14:25:48.434Z] #58 11.27 DEP images/sysctl.pb-c.d [2019-09-20T14:25:48.434Z] #58 11.34 PBCC images/time.pb-c.c [2019-09-20T14:25:48.434Z] #58 11.38 DEP images/time.pb-c.d [2019-09-20T14:25:48.434Z] #58 11.42 PBCC images/binfmt-misc.pb-c.c [2019-09-20T14:25:48.434Z] #58 11.50 DEP images/binfmt-misc.pb-c.d [2019-09-20T14:25:48.434Z] #58 11.58 PBCC images/seccomp.pb-c.c [2019-09-20T14:25:48.434Z] #58 11.59 DEP images/seccomp.pb-c.d [2019-09-20T14:25:48.434Z] #58 11.69 PBCC images/userns.pb-c.c [2019-09-20T14:25:48.434Z] #58 11.72 DEP images/userns.pb-c.d [2019-09-20T14:25:48.434Z] #58 11.76 PBCC images/cgroup.pb-c.c [2019-09-20T14:25:48.434Z] #58 11.83 DEP images/cgroup.pb-c.d [2019-09-20T14:25:48.434Z] #58 11.90 PBCC images/fown.pb-c.c [2019-09-20T14:25:48.434Z] #58 11.94 PBCC images/ext-file.pb-c.c [2019-09-20T14:25:48.434Z] #58 11.95 DEP images/fown.pb-c.d [2019-09-20T14:25:48.434Z] #58 12.02 DEP images/ext-file.pb-c.d [2019-09-20T14:25:48.434Z] #58 12.07 PBCC images/rpc.pb-c.c [2019-09-20T14:25:48.434Z] #58 12.10 DEP images/rpc.pb-c.d [2019-09-20T14:25:48.434Z] #58 12.19 PBCC images/siginfo.pb-c.c [2019-09-20T14:25:48.434Z] #58 12.22 DEP images/siginfo.pb-c.d [2019-09-20T14:25:48.434Z] #58 12.30 PBCC images/pagemap.pb-c.c [2019-09-20T14:25:48.434Z] #58 12.37 DEP images/pagemap.pb-c.d [2019-09-20T14:25:48.434Z] #58 12.46 PBCC images/rlimit.pb-c.c [2019-09-20T14:25:48.434Z] #58 12.48 DEP images/rlimit.pb-c.d [2019-09-20T14:25:48.434Z] #58 12.53 PBCC images/file-lock.pb-c.c [2019-09-20T14:25:48.434Z] #58 12.59 DEP images/file-lock.pb-c.d [2019-09-20T14:25:48.434Z] #58 12.65 PBCC images/tty.pb-c.c [2019-09-20T14:25:48.434Z] #58 12.77 DEP images/tty.pb-c.d [2019-09-20T14:25:48.434Z] #58 12.83 PBCC images/tun.pb-c.c [2019-09-20T14:25:48.434Z] #58 12.87 PBCC images/netdev.pb-c.c [2019-09-20T14:25:48.434Z] #58 12.94 DEP images/tun.pb-c.d [2019-09-20T14:25:48.434Z] #58 12.99 DEP images/netdev.pb-c.d [2019-09-20T14:25:48.434Z] #58 13.06 PBCC images/vma.pb-c.c [2019-09-20T14:25:48.434Z] #58 13.10 DEP images/vma.pb-c.d [2019-09-20T14:25:48.434Z] #58 13.17 PBCC images/creds.pb-c.c [2019-09-20T14:25:48.434Z] #58 13.23 DEP images/creds.pb-c.d [2019-09-20T14:25:48.434Z] #58 13.29 PBCC images/utsns.pb-c.c [2019-09-20T14:25:48.434Z] #58 13.32 DEP images/utsns.pb-c.d [2019-09-20T14:25:48.434Z] #58 13.41 PBCC images/ipc-desc.pb-c.c [2019-09-20T14:25:48.434Z] #58 13.46 PBCC images/ipc-sem.pb-c.c [2019-09-20T14:25:48.434Z] #58 13.51 DEP images/ipc-desc.pb-c.d [2019-09-20T14:25:48.434Z] #58 13.58 DEP images/ipc-sem.pb-c.d [2019-09-20T14:25:48.434Z] #58 13.63 PBCC images/ipc-msg.pb-c.c [2019-09-20T14:25:48.434Z] #58 13.65 DEP images/ipc-msg.pb-c.d [2019-09-20T14:25:48.434Z] #58 13.69 PBCC images/ipc-shm.pb-c.c [2019-09-20T14:25:48.434Z] #58 13.70 DEP images/ipc-shm.pb-c.d [2019-09-20T14:25:48.434Z] #58 13.76 PBCC images/ipc-var.pb-c.c [2019-09-20T14:25:48.434Z] #58 13.84 DEP images/ipc-var.pb-c.d [2019-09-20T14:25:48.434Z] #58 13.87 PBCC images/sk-opts.pb-c.c [2019-09-20T14:25:48.543Z] CC criu/tty.o [2019-09-20T14:25:48.692Z] #58 14.03 PBCC images/packet-sock.pb-c.c [2019-09-20T14:25:48.692Z] #58 14.22 DEP images/sk-opts.pb-c.d [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-09-20T14:25:48.954Z] #58 14.35 DEP images/packet-sock.pb-c.d [2019-09-20T14:25:49.185Z] + docker version [2019-09-20T14:25:49.215Z] #58 14.52 PBCC images/sk-netlink.pb-c.c [2019-09-20T14:25:49.215Z] #58 14.64 DEP images/sk-netlink.pb-c.d [2019-09-20T14:25:49.473Z] #58 14.75 PBCC images/sk-inet.pb-c.c [2019-09-20T14:25:49.473Z] #58 14.85 DEP images/sk-inet.pb-c.d [2019-09-20T14:25:49.473Z] #58 14.91 PBCC images/sk-unix.pb-c.c [2019-09-20T14:25:49.473Z] #58 14.94 DEP images/sk-unix.pb-c.d [2019-09-20T14:25:49.473Z] #58 14.97 PBCC images/mm.pb-c.c [2019-09-20T14:25:49.473Z] #58 15.02 DEP images/mm.pb-c.d [2019-09-20T14:25:49.473Z] #58 15.09 PBCC images/timerfd.pb-c.c [2019-09-20T14:25:49.731Z] #58 15.14 DEP images/timerfd.pb-c.d [2019-09-20T14:25:49.731Z] #58 15.23 PBCC images/timer.pb-c.c [2019-09-20T14:25:49.989Z] #58 15.24 DEP images/timer.pb-c.d [2019-09-20T14:25:49.989Z] #58 15.29 PBCC images/sa.pb-c.c [2019-09-20T14:25:49.989Z] #58 15.38 DEP images/sa.pb-c.d [2019-09-20T14:25:49.989Z] #58 15.44 PBCC images/pipe-data.pb-c.c [2019-09-20T14:25:49.989Z] #58 15.49 DEP images/pipe-data.pb-c.d [2019-09-20T14:25:49.989Z] #58 15.54 PBCC images/mnt.pb-c.c [2019-09-20T14:25:49.989Z] #58 15.60 DEP images/mnt.pb-c.d [2019-09-20T14:25:50.018Z] CC criu/tun.o [2019-09-20T14:25:50.248Z] #58 15.68 PBCC images/sk-packet.pb-c.c [2019-09-20T14:25:50.248Z] #58 15.70 DEP images/sk-packet.pb-c.d [2019-09-20T14:25:50.248Z] #58 15.75 PBCC images/tcp-stream.pb-c.c [2019-09-20T14:25:50.248Z] #58 15.85 DEP images/tcp-stream.pb-c.d [2019-09-20T14:25:50.300Z] CC criu/uffd.o [2019-09-20T14:25:50.506Z] #58 15.89 PBCC images/pipe.pb-c.c [2019-09-20T14:25:50.506Z] #58 15.95 DEP images/pipe.pb-c.d [2019-09-20T14:25:50.764Z] #58 16.04 PBCC images/pstree.pb-c.c [2019-09-20T14:25:50.764Z] #58 16.10 DEP images/pstree.pb-c.d [2019-09-20T14:25:50.764Z] #58 16.15 PBCC images/fs.pb-c.c [2019-09-20T14:25:50.764Z] #58 16.19 DEP images/fs.pb-c.d [2019-09-20T14:25:50.764Z] #58 16.24 PBCC images/signalfd.pb-c.c [2019-09-20T14:25:50.764Z] #58 ... [2019-09-20T14:25:50.764Z] [2019-09-20T14:25:50.764Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-20T14:25:50.764Z] #30 72.71 bytes [2019-09-20T14:25:50.764Z] #30 73.41 fmt [2019-09-20T14:25:50.764Z] #30 74.65 bufio [2019-09-20T14:25:50.764Z] #30 76.56 path/filepath [2019-09-20T14:25:50.764Z] #30 77.74 io/ioutil [2019-09-20T14:25:50.764Z] #30 78.58 path [2019-09-20T14:25:50.764Z] #30 78.70 flag [2019-09-20T14:25:50.764Z] #30 79.32 github.com/BurntSushi/toml [2019-09-20T14:25:50.764Z] #30 81.03 log [2019-09-20T14:25:50.764Z] #30 81.82 text/tabwriter [2019-09-20T14:25:51.022Z] #30 ... [2019-09-20T14:25:51.022Z] [2019-09-20T14:25:51.022Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:25:51.022Z] #58 16.30 DEP images/signalfd.pb-c.d [2019-09-20T14:25:51.022Z] #58 16.34 PBCC images/fh.pb-c.c [2019-09-20T14:25:51.022Z] #58 16.38 PBCC images/fsnotify.pb-c.c [2019-09-20T14:25:51.022Z] #58 16.45 DEP images/fh.pb-c.d [2019-09-20T14:25:51.022Z] #58 16.53 DEP images/fsnotify.pb-c.d [2019-09-20T14:25:51.280Z] #58 16.63 PBCC images/eventpoll.pb-c.c [2019-09-20T14:25:51.280Z] #58 16.69 DEP images/eventpoll.pb-c.d [2019-09-20T14:25:51.280Z] #58 16.73 PBCC images/eventfd.pb-c.c [2019-09-20T14:25:51.280Z] #58 16.77 DEP images/eventfd.pb-c.d [2019-09-20T14:25:51.280Z] #58 16.81 PBCC images/remap-file-path.pb-c.c [2019-09-20T14:25:51.280Z] #58 16.85 DEP images/remap-file-path.pb-c.d [2019-09-20T14:25:51.280Z] #58 ... [2019-09-20T14:25:51.280Z] [2019-09-20T14:25:51.280Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:25:51.280Z] #13 7.326 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-20T14:25:51.280Z] #13 7.328 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-20T14:25:51.280Z] #13 7.384 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-20T14:25:51.280Z] #13 7.390 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-20T14:25:51.280Z] #13 7.420 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-20T14:25:51.280Z] #13 8.056 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [506 kB] [2019-09-20T14:25:51.280Z] #13 9.603 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-20T14:25:51.280Z] #13 10.37 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-20T14:25:51.307Z] CC criu/util.o [2019-09-20T14:25:51.541Z] #13 ... [2019-09-20T14:25:51.541Z] [2019-09-20T14:25:51.541Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:25:51.541Z] #58 16.91 PBCC images/fifo.pb-c.c [2019-09-20T14:25:51.541Z] #58 16.92 DEP images/fifo.pb-c.d [2019-09-20T14:25:51.541Z] #58 16.99 PBCC images/ghost-file.pb-c.c [2019-09-20T14:25:51.541Z] #58 17.08 DEP images/ghost-file.pb-c.d [2019-09-20T14:25:51.799Z] #58 17.16 PBCC images/regfile.pb-c.c [2019-09-20T14:25:51.799Z] #58 17.20 DEP images/regfile.pb-c.d [2019-09-20T14:25:51.799Z] #58 17.25 PBCC images/ns.pb-c.c [2019-09-20T14:25:51.799Z] #58 17.28 DEP images/ns.pb-c.d [2019-09-20T14:25:51.799Z] #58 17.33 PBCC images/fdinfo.pb-c.c [2019-09-20T14:25:51.799Z] #58 17.38 DEP images/fdinfo.pb-c.d [2019-09-20T14:25:51.799Z] #58 ... [2019-09-20T14:25:51.799Z] [2019-09-20T14:25:51.799Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-20T14:25:51.799Z] #33 73.85 regexp/syntax [2019-09-20T14:25:51.799Z] #33 74.22 internal/poll [2019-09-20T14:25:51.799Z] #33 76.61 os [2019-09-20T14:25:51.799Z] #33 79.10 regexp [2019-09-20T14:25:51.799Z] #33 81.49 fmt [2019-09-20T14:25:52.058Z] #33 83.97 path/filepath [2019-09-20T14:25:52.058Z] #33 ... [2019-09-20T14:25:52.058Z] [2019-09-20T14:25:52.058Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:25:52.058Z] #58 17.51 PBCC images/core-aarch64.pb-c.c [2019-09-20T14:25:52.058Z] #58 17.57 PBCC images/core-arm.pb-c.c [2019-09-20T14:25:52.315Z] CC criu/uts_ns.o [2019-09-20T14:25:52.315Z] CC criu/vdso.o [2019-09-20T14:25:52.316Z] #58 17.66 PBCC images/core-ppc64.pb-c.c [2019-09-20T14:25:52.316Z] #58 17.78 PBCC images/core-s390.pb-c.c [2019-09-20T14:25:52.316Z] #58 17.88 PBCC images/core-x86.pb-c.c [2019-09-20T14:25:52.316Z] #58 17.93 PBCC images/core.pb-c.c [2019-09-20T14:25:52.574Z] #58 18.00 PBCC images/inventory.pb-c.c [2019-09-20T14:25:52.597Z] LINK criu/built-in.o [2019-09-20T14:25:52.832Z] #58 18.10 DEP images/core-aarch64.pb-c.d [2019-09-20T14:25:52.833Z] #58 18.17 DEP images/core-arm.pb-c.d [2019-09-20T14:25:52.833Z] #58 18.25 DEP images/core-ppc64.pb-c.d [2019-09-20T14:25:52.833Z] #58 18.32 DEP images/core-s390.pb-c.d [2019-09-20T14:25:52.833Z] #58 18.37 DEP images/core-x86.pb-c.d [2019-09-20T14:25:52.880Z] LINK criu/criu [2019-09-20T14:25:53.091Z] #58 18.40 DEP images/core.pb-c.d [2019-09-20T14:25:53.091Z] #58 18.46 DEP images/inventory.pb-c.d [2019-09-20T14:25:53.091Z] #58 18.52 PBCC images/cpuinfo.pb-c.c [2019-09-20T14:25:53.091Z] #58 18.59 DEP images/cpuinfo.pb-c.d [2019-09-20T14:25:53.091Z] #58 18.66 PBCC images/stats.pb-c.c [2019-09-20T14:25:53.165Z] DEP lib/c/criu.d [2019-09-20T14:25:53.165Z] CC images/rpc.pb-c.o [2019-09-20T14:25:53.350Z] #58 18.71 DEP images/stats.pb-c.d [2019-09-20T14:25:53.449Z] CC lib/c/criu.o [2019-09-20T14:25:53.678Z] + rm -rf /tmp/tmp.wkqaLg5zqm [2019-09-20T14:25:54.456Z] LINK lib/c/built-in.o [2019-09-20T14:25:54.456Z] LINK lib/c/libcriu.so [2019-09-20T14:25:54.456Z] GEN magic.py [2019-09-20T14:25:54.740Z] Note: Building without setproctitle() and strlcpy() support. [2019-09-20T14:25:54.740Z] To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-20T14:25:54.936Z] Removing intermediate container 0c88c02ea23b [2019-09-20T14:25:54.936Z] ---> 3f910d092a8f [2019-09-20T14:25:54.936Z] Step 20/126 : FROM base AS frozen-images [2019-09-20T14:25:54.936Z] ---> 031cdf2bb232 [2019-09-20T14:25:54.936Z] Step 21/126 : ARG DEBIAN_FRONTEND [2019-09-20T14:25:54.936Z] ---> Using cache [2019-09-20T14:25:54.936Z] ---> f757b0b2b340 [2019-09-20T14:25:54.936Z] Step 22/126 : RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates jq && rm -rf /var/lib/apt/lists/* [2019-09-20T14:25:54.936Z] ---> Running in 64d736b7f061 [2019-09-20T14:25:55.025Z] fatal: Not a git repository (or any of the parent directories): .git [2019-09-20T14:25:55.250Z] #58 20.28 make[1]: Nothing to be done for 'all'. [2019-09-20T14:25:55.308Z] make[1]: Nothing to be done for 'all'. [2019-09-20T14:25:55.318Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-20T14:25:55.318Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-20T14:25:55.318Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-20T14:25:55.318Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-20T14:25:55.318Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-20T14:25:55.318Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [489 kB] [2019-09-20T14:25:55.591Z] make[1]: 'images/built-in.o' is up to date. [2019-09-20T14:25:55.591Z] make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-09-20T14:25:55.591Z] make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-09-20T14:25:55.591Z] make[1]: 'compel/libcompel.a' is up to date. [2019-09-20T14:25:55.591Z] make[1]: 'compel/compel-host-bin' is up to date. [2019-09-20T14:25:55.591Z] make[1]: Nothing to be done for 'all'. [2019-09-20T14:25:55.591Z] make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-20T14:25:55.591Z] make[2]: Nothing to be done for 'all'. [2019-09-20T14:25:55.591Z] make[2]: Nothing to be done for 'all'. [2019-09-20T14:25:55.591Z] make[2]: Nothing to be done for 'all'. [2019-09-20T14:25:55.693Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-20T14:25:55.694Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-20T14:25:55.874Z] make[2]: Nothing to be done for 'all'. [2019-09-20T14:25:55.874Z] make[2]: Nothing to be done for 'all'. [2019-09-20T14:25:55.874Z] make[2]: Nothing to be done for 'all'. [2019-09-20T14:25:55.874Z] make[2]: Nothing to be done for 'all'. [2019-09-20T14:25:55.874Z] make[2]: Nothing to be done for 'all'. [2019-09-20T14:25:55.874Z] INSTALL criu/criu [2019-09-20T14:25:56.626Z] #58 21.85 CC images/stats.o [2019-09-20T14:25:56.884Z] #58 ... [2019-09-20T14:25:56.884Z] [2019-09-20T14:25:56.884Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-20T14:25:56.884Z] #30 84.30 github.com/BurntSushi/toml/cmd/tomlv [2019-09-20T14:25:56.884Z] #30 DONE 88.8s [2019-09-20T14:25:57.081Z] Fetched 7674 kB in 1s (4939 kB/s) [2019-09-20T14:25:57.142Z] [2019-09-20T14:25:57.142Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:25:57.142Z] #58 22.44 CC images/core.o [2019-09-20T14:25:57.350Z] Removing intermediate container 78aec4927889 [2019-09-20T14:25:57.350Z] ---> c3686a4f668d [2019-09-20T14:25:57.350Z] Step 13/126 : FROM base AS registry [2019-09-20T14:25:57.350Z] ---> 4039e85f295c [2019-09-20T14:25:57.350Z] Step 14/126 : ENV REGISTRY_COMMIT_SCHEMA1 ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-20T14:25:57.350Z] ---> Running in bf0a64c5ea5d [2019-09-20T14:25:57.474Z] Reading package lists... [2019-09-20T14:25:57.636Z] Removing intermediate container bf0a64c5ea5d [2019-09-20T14:25:57.636Z] ---> 4a43dc2e3c8e [2019-09-20T14:25:57.636Z] Step 15/126 : ENV REGISTRY_COMMIT 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-20T14:25:57.636Z] ---> Running in b192331dc223 [2019-09-20T14:25:57.636Z] Removing intermediate container b192331dc223 [2019-09-20T14:25:57.636Z] ---> f1122c0607db [2019-09-20T14:25:57.636Z] Step 16/126 : RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/docker/distribution.git "$GOPATH/src/github.com/docker/distribution" && (cd "$GOPATH/src/github.com/docker/distribution" && git checkout -q "$REGISTRY_COMMIT") && GOPATH="$GOPATH/src/github.com/docker/distribution/Godeps/_workspace:$GOPATH" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|ppc64*|s390x) (cd "$GOPATH/src/github.com/docker/distribution" && git checkout -q "$REGISTRY_COMMIT_SCHEMA1"); GOPATH="$GOPATH/src/github.com/docker/distribution/Godeps/_workspace:$GOPATH"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac && rm -rf "$GOPATH" [2019-09-20T14:25:57.636Z] ---> Running in 0fea4b37a961 [2019-09-20T14:25:57.845Z] Reading package lists... [2019-09-20T14:25:57.924Z] + mktemp -d [2019-09-20T14:25:57.924Z] + export GOPATH=/tmp/tmp.kpzNdkAa3Z [2019-09-20T14:25:57.924Z] + git clone https://github.com/docker/distribution.git /tmp/tmp.kpzNdkAa3Z/src/github.com/docker/distribution [2019-09-20T14:25:57.924Z] Cloning into '/tmp/tmp.kpzNdkAa3Z/src/github.com/docker/distribution'... [2019-09-20T14:25:58.076Z] #58 23.59 CC images/core-x86.o [2019-09-20T14:25:58.237Z] Building dependency tree... [2019-09-20T14:25:58.237Z] Reading state information... [2019-09-20T14:25:58.237Z] ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-09-20T14:25:58.237Z] The following additional packages will be installed: [2019-09-20T14:25:58.237Z] libjq1 libonig4 [2019-09-20T14:25:58.237Z] The following NEW packages will be installed: [2019-09-20T14:25:58.237Z] jq libjq1 libonig4 [2019-09-20T14:25:58.237Z] 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded. [2019-09-20T14:25:58.237Z] Need to get 328 kB of archives. [2019-09-20T14:25:58.237Z] After this operation, 1263 kB of additional disk space will be used. [2019-09-20T14:25:58.237Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libonig4 s390x 6.1.3-2 [142 kB] [2019-09-20T14:25:58.237Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjq1 s390x 1.5+dfsg-1.3 [126 kB] [2019-09-20T14:25:58.237Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x jq s390x 1.5+dfsg-1.3 [59.2 kB] [2019-09-20T14:25:58.237Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-20T14:25:58.237Z] Fetched 328 kB in 0s (4128 kB/s) [2019-09-20T14:25:58.237Z] Selecting previously unselected package libonig4:s390x. [2019-09-20T14:25:58.237Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14828 files and directories currently installed.) [2019-09-20T14:25:58.237Z] Preparing to unpack .../libonig4_6.1.3-2_s390x.deb ... [2019-09-20T14:25:58.606Z] Unpacking libonig4:s390x (6.1.3-2) ... [2019-09-20T14:25:58.606Z] Selecting previously unselected package libjq1:s390x. [2019-09-20T14:25:58.606Z] Preparing to unpack .../libjq1_1.5+dfsg-1.3_s390x.deb ... [2019-09-20T14:25:58.606Z] Unpacking libjq1:s390x (1.5+dfsg-1.3) ... [2019-09-20T14:25:58.606Z] Selecting previously unselected package jq. [2019-09-20T14:25:58.606Z] Preparing to unpack .../jq_1.5+dfsg-1.3_s390x.deb ... [2019-09-20T14:25:58.606Z] Unpacking jq (1.5+dfsg-1.3) ... [2019-09-20T14:25:58.606Z] Setting up libonig4:s390x (6.1.3-2) ... [2019-09-20T14:25:58.606Z] Setting up libjq1:s390x (1.5+dfsg-1.3) ... [2019-09-20T14:25:58.606Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-20T14:25:58.606Z] Setting up jq (1.5+dfsg-1.3) ... [2019-09-20T14:25:58.642Z] #58 24.12 CC images/core-arm.o [2019-09-20T14:25:59.208Z] #58 24.64 CC images/core-aarch64.o [2019-09-20T14:25:59.391Z] Client: Docker Engine - Community [2019-09-20T14:25:59.391Z] Version: 19.03.2 [2019-09-20T14:25:59.391Z] API version: 1.40 [2019-09-20T14:25:59.391Z] Go version: go1.12.8 [2019-09-20T14:25:59.391Z] Git commit: 6a30dfc [2019-09-20T14:25:59.391Z] Built: Thu Aug 29 05:29:11 2019 [2019-09-20T14:25:59.391Z] OS/Arch: linux/amd64 [2019-09-20T14:25:59.391Z] Experimental: false [2019-09-20T14:25:59.391Z] [2019-09-20T14:25:59.391Z] Server: Docker Engine - Community [2019-09-20T14:25:59.391Z] Engine: [2019-09-20T14:25:59.391Z] Version: 19.03.2 [2019-09-20T14:25:59.391Z] API version: 1.40 (minimum version 1.12) [2019-09-20T14:25:59.391Z] Go version: go1.12.8 [2019-09-20T14:25:59.391Z] Git commit: 6a30dfc [2019-09-20T14:25:59.391Z] Built: Thu Aug 29 05:27:45 2019 [2019-09-20T14:25:59.391Z] OS/Arch: linux/amd64 [2019-09-20T14:25:59.391Z] Experimental: true [2019-09-20T14:25:59.391Z] containerd: [2019-09-20T14:25:59.391Z] Version: 1.2.6 [2019-09-20T14:25:59.391Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-09-20T14:25:59.391Z] runc: [2019-09-20T14:25:59.391Z] Version: 1.0.0-rc8 [2019-09-20T14:25:59.391Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-20T14:25:59.391Z] docker-init: [2019-09-20T14:25:59.391Z] Version: 0.18.0 [2019-09-20T14:25:59.391Z] GitCommit: fec3683 [2019-09-20T14:25:59.409Z] Removing intermediate container 64d736b7f061 [2019-09-20T14:25:59.409Z] ---> 98faaaa9821f [2019-09-20T14:25:59.409Z] Step 23/126 : COPY contrib/download-frozen-image-v2.sh / [2019-09-20T14:25:59.409Z] ---> 4183d97367ce [2019-09-20T14:25:59.409Z] Step 24/126 : RUN /download-frozen-image-v2.sh /build buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251 busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0 busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6 debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60 hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c [2019-09-20T14:25:59.409Z] ---> Running in b22b75739be5 [Pipeline] sh [2019-09-20T14:25:59.751Z] + docker info [2019-09-20T14:25:59.774Z] #58 25.13 CC images/core-ppc64.o [2019-09-20T14:26:00.339Z] #58 25.82 CC images/core-s390.o [2019-09-20T14:26:00.603Z] + cd /tmp/tmp.kpzNdkAa3Z/src/github.com/docker/distribution [2019-09-20T14:26:00.604Z] + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-20T14:26:00.765Z] Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-09-20T14:26:00.765Z]  [2019-09-20T14:26:01.220Z] + GOPATH=/tmp/tmp.kpzNdkAa3Z/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.kpzNdkAa3Z go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-09-20T14:26:01.273Z] #58 26.65 CC images/cpuinfo.o [2019-09-20T14:26:01.531Z] #58 27.01 CC images/inventory.o [2019-09-20T14:26:01.610Z]  ########       11.6% ##################        26.3% ##############################  43.0% ##########################################  59.7% ####################################################### 76.4% ################################################################### 93.1% ######################################################################## 100.0% [2019-09-20T14:26:01.610Z]  [2019-09-20T14:26:01.872Z] #58 27.30 CC images/fdinfo.o [2019-09-20T14:26:02.055Z]  ######################                                             31.8% ################################################### 71.6% ######################################################################## 100.0% [2019-09-20T14:26:02.425Z]  [2019-09-20T14:26:02.438Z] #58 27.64 CC images/fown.o [2019-09-20T14:26:02.438Z] #58 27.87 CC images/ns.o [2019-09-20T14:26:02.696Z] #58 28.07 CC images/regfile.o [2019-09-20T14:26:02.955Z] #58 28.37 CC images/ghost-file.o [2019-09-20T14:26:03.161Z]  ########                                  11.8% #######################                   32.1% ##################################### 52.5% ######################################### 57.1% ####################################################  73.3% ################################################################# 91.1% ######################################################################## 100.0% [2019-09-20T14:26:03.161Z]  [2019-09-20T14:26:03.213Z] #58 28.73 CC images/fifo.o [2019-09-20T14:26:03.470Z] #58 28.94 CC images/remap-file-path.o [2019-09-20T14:26:03.728Z] #58 29.25 CC images/eventfd.o [2019-09-20T14:26:03.728Z] #58 ... [2019-09-20T14:26:03.728Z] [2019-09-20T14:26:03.728Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-20T14:26:03.728Z] #33 85.69 internal/lazyregexp [2019-09-20T14:26:03.729Z] #33 85.72 flag [2019-09-20T14:26:03.729Z] #33 86.00 go/token [2019-09-20T14:26:03.729Z] #33 86.98 go/scanner [2019-09-20T14:26:03.729Z] #33 87.54 path [2019-09-20T14:26:03.729Z] #33 87.98 io/ioutil [2019-09-20T14:26:03.729Z] #33 88.29 go/ast [2019-09-20T14:26:03.729Z] #33 88.94 net/url [2019-09-20T14:26:03.729Z] #33 91.35 text/template/parse [2019-09-20T14:26:03.729Z] #33 93.07 go/parser [2019-09-20T14:26:03.987Z] #33 ... [2019-09-20T14:26:03.987Z] [2019-09-20T14:26:03.987Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:26:03.987Z] #58 29.46 CC images/eventpoll.o [2019-09-20T14:26:04.248Z] #58 ... [2019-09-20T14:26:04.248Z] [2019-09-20T14:26:04.248Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:26:04.248Z] #13 20.14 Fetched 7925 kB in 14s (566 kB/s) [2019-09-20T14:26:04.248Z] #13 20.14 Reading package lists... [2019-09-20T14:26:04.505Z] #13 25.59 Reading package lists... [2019-09-20T14:26:04.505Z] #13 ... [2019-09-20T14:26:04.505Z] [2019-09-20T14:26:04.505Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:26:04.505Z] #58 29.87 CC images/fh.o [2019-09-20T14:26:04.696Z]  ###  4.9% #########                                                      12.5% #############                                                         19.1% #################                                                    24.8% #######################                               32.4% ############################  39.9% ##################################  47.5% #######################################   55.1% #############################################   62.6% ################################################## 70.2% #######################################################    77.8% #############################################################  85.3% ################################################################## 92.9% ######################################################################## 100.0% [2019-09-20T14:26:04.696Z]  [2019-09-20T14:26:04.763Z] #58 30.27 CC images/fsnotify.o [2019-09-20T14:26:05.499Z] Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-09-20T14:26:05.500Z]  [2019-09-20T14:26:05.500Z]  ######################################################################## 100.0% [2019-09-20T14:26:05.500Z]  [2019-09-20T14:26:05.706Z] #58 30.87 CC images/signalfd.o [2019-09-20T14:26:05.706Z] #58 31.16 CC images/fs.o [2019-09-20T14:26:05.964Z] #58 31.40 CC images/pstree.o [2019-09-20T14:26:06.222Z] #58 31.65 CC images/pipe.o [2019-09-20T14:26:06.304Z] Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-09-20T14:26:06.304Z]  [2019-09-20T14:26:06.304Z]  ######################################################################## 100.0% [2019-09-20T14:26:06.304Z]  [2019-09-20T14:26:06.481Z] #58 31.91 CC images/tcp-stream.o [2019-09-20T14:26:06.739Z] #58 32.09 CC images/sk-packet.o [2019-09-20T14:26:06.996Z] #58 32.37 CC images/mnt.o [2019-09-20T14:26:07.086Z] Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-09-20T14:26:07.086Z] skipping existing b63cc5f62c21 [2019-09-20T14:26:07.086Z] [2019-09-20T14:26:07.254Z] #58 32.59 CC images/pipe-data.o [2019-09-20T14:26:07.254Z] #58 32.85 CC images/sa.o [2019-09-20T14:26:07.453Z] Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-09-20T14:26:07.818Z]  [2019-09-20T14:26:07.818Z]  ######################################################################## 100.0% [2019-09-20T14:26:07.818Z]  [2019-09-20T14:26:07.818Z] Download of images into '/build' complete. [2019-09-20T14:26:07.818Z] Use something like the following to load the result into a Docker daemon: [2019-09-20T14:26:07.818Z] tar -cC '/build' . | docker load [2019-09-20T14:26:07.821Z] #58 33.09 CC images/timer.o [2019-09-20T14:26:08.079Z] #58 33.47 CC images/timerfd.o [2019-09-20T14:26:08.337Z] #58 33.67 CC images/mm.o [2019-09-20T14:26:08.595Z] #58 34.11 CC images/sk-opts.o [2019-09-20T14:26:08.853Z] #58 34.33 CC images/sk-unix.o [2019-09-20T14:26:09.072Z] Removing intermediate container b22b75739be5 [2019-09-20T14:26:09.072Z] ---> 7cee62343c34 [2019-09-20T14:26:09.072Z] Step 25/126 : FROM base AS cross-false [2019-09-20T14:26:09.072Z] ---> 031cdf2bb232 [2019-09-20T14:26:09.072Z] Step 26/126 : FROM base AS cross-true [2019-09-20T14:26:09.072Z] ---> 031cdf2bb232 [2019-09-20T14:26:09.072Z] Step 27/126 : ARG DEBIAN_FRONTEND [2019-09-20T14:26:09.072Z] ---> Using cache [2019-09-20T14:26:09.072Z] ---> f757b0b2b340 [2019-09-20T14:26:09.072Z] Step 28/126 : RUN dpkg --add-architecture armhf [2019-09-20T14:26:09.072Z] ---> Running in 290896c2633a [2019-09-20T14:26:09.112Z] #58 34.61 CC images/sk-inet.o [2019-09-20T14:26:09.677Z] #58 35.12 CC images/tun.o [2019-09-20T14:26:09.782Z] Client: [2019-09-20T14:26:09.783Z] Debug Mode: false [2019-09-20T14:26:09.783Z] [2019-09-20T14:26:09.783Z] Server: [2019-09-20T14:26:09.783Z] Containers: 0 [2019-09-20T14:26:09.783Z] Running: 0 [2019-09-20T14:26:09.783Z] Paused: 0 [2019-09-20T14:26:09.783Z] Stopped: 0 [2019-09-20T14:26:09.783Z] Images: 0 [2019-09-20T14:26:09.783Z] Server Version: 19.03.2 [2019-09-20T14:26:09.783Z] Storage Driver: overlay2 [2019-09-20T14:26:09.783Z] Backing Filesystem: extfs [2019-09-20T14:26:09.783Z] Supports d_type: true [2019-09-20T14:26:09.783Z] Native Overlay Diff: true [2019-09-20T14:26:09.783Z] Logging Driver: json-file [2019-09-20T14:26:09.783Z] Cgroup Driver: cgroupfs [2019-09-20T14:26:09.783Z] Plugins: [2019-09-20T14:26:09.783Z] Volume: local [2019-09-20T14:26:09.783Z] Network: bridge host ipvlan macvlan null overlay [2019-09-20T14:26:09.783Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-09-20T14:26:09.783Z] Swarm: inactive [2019-09-20T14:26:09.783Z] Runtimes: runc [2019-09-20T14:26:09.783Z] Default Runtime: runc [2019-09-20T14:26:09.783Z] Init Binary: docker-init [2019-09-20T14:26:09.783Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-09-20T14:26:09.783Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-20T14:26:09.783Z] init version: fec3683 [2019-09-20T14:26:09.783Z] Security Options: [2019-09-20T14:26:09.783Z] apparmor [2019-09-20T14:26:09.783Z] seccomp [2019-09-20T14:26:09.783Z] Profile: default [2019-09-20T14:26:09.783Z] Kernel Version: 4.15.0-1048-aws [2019-09-20T14:26:09.783Z] Operating System: Ubuntu 18.04.3 LTS [2019-09-20T14:26:09.783Z] OSType: linux [2019-09-20T14:26:09.783Z] Architecture: x86_64 [2019-09-20T14:26:09.783Z] CPUs: 2 [2019-09-20T14:26:09.783Z] Total Memory: 7.501GiB [2019-09-20T14:26:09.783Z] Name: ip-10-100-91-151 [2019-09-20T14:26:09.783Z] ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG [2019-09-20T14:26:09.783Z] Docker Root Dir: /var/lib/docker [2019-09-20T14:26:09.783Z] Debug Mode: false [2019-09-20T14:26:09.783Z] Registry: https://index.docker.io/v1/ [2019-09-20T14:26:09.783Z] Labels: [2019-09-20T14:26:09.783Z] Experimental: true [2019-09-20T14:26:09.783Z] Insecure Registries: [2019-09-20T14:26:09.783Z] 127.0.0.0/8 [2019-09-20T14:26:09.783Z] Live Restore Enabled: true [2019-09-20T14:26:09.783Z] [2019-09-20T14:26:09.783Z] WARNING: No swap limit support [Pipeline] sh [2019-09-20T14:26:09.935Z] #58 35.42 CC images/sk-netlink.o [2019-09-20T14:26:10.061Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-20T14:26:10.061Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-20T14:26:10.061Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-39943/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-09-20T14:26:10.061Z] + bash /home/ubuntu/workspace/moby_PR-39943/check-config.sh [2019-09-20T14:26:10.061Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-09-20T14:26:10.061Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2019-09-20T14:26:10.061Z] [2019-09-20T14:26:10.061Z] Generally Necessary: [2019-09-20T14:26:10.193Z] #58 35.60 CC images/packet-sock.o [2019-09-20T14:26:10.318Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-09-20T14:26:10.318Z] - apparmor: enabled and tools installed [2019-09-20T14:26:10.318Z] - CONFIG_NAMESPACES: enabled [2019-09-20T14:26:10.318Z] - CONFIG_NET_NS: enabled [2019-09-20T14:26:10.318Z] - CONFIG_PID_NS: enabled [2019-09-20T14:26:10.318Z] - CONFIG_IPC_NS: enabled [2019-09-20T14:26:10.318Z] - CONFIG_UTS_NS: enabled [2019-09-20T14:26:10.318Z] - CONFIG_CGROUPS: enabled [2019-09-20T14:26:10.318Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-09-20T14:26:10.318Z] - CONFIG_CGROUP_DEVICE: enabled [2019-09-20T14:26:10.318Z] - CONFIG_CGROUP_FREEZER: enabled [2019-09-20T14:26:10.318Z] - CONFIG_CGROUP_SCHED: enabled [2019-09-20T14:26:10.318Z] - CONFIG_CPUSETS: enabled [2019-09-20T14:26:10.318Z] - CONFIG_MEMCG: enabled [2019-09-20T14:26:10.318Z] - CONFIG_KEYS: enabled [2019-09-20T14:26:10.318Z] - CONFIG_VETH: enabled (as module) [2019-09-20T14:26:10.318Z] - CONFIG_BRIDGE: enabled (as module) [2019-09-20T14:26:10.318Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-09-20T14:26:10.318Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-09-20T14:26:10.318Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-09-20T14:26:10.318Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-09-20T14:26:10.318Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-09-20T14:26:10.318Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-09-20T14:26:10.318Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-09-20T14:26:10.318Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-09-20T14:26:10.318Z] - CONFIG_NF_NAT: enabled (as module) [2019-09-20T14:26:10.318Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-09-20T14:26:10.318Z] - CONFIG_POSIX_MQUEUE: enabled [2019-09-20T14:26:10.318Z] [2019-09-20T14:26:10.318Z] Optional Features: [2019-09-20T14:26:10.318Z] - CONFIG_USER_NS: enabled [2019-09-20T14:26:10.318Z] - CONFIG_SECCOMP: enabled [2019-09-20T14:26:10.318Z] - CONFIG_CGROUP_PIDS: enabled [2019-09-20T14:26:10.318Z] - CONFIG_MEMCG_SWAP: enabled [2019-09-20T14:26:10.318Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-09-20T14:26:10.318Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-09-20T14:26:10.318Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2019-09-20T14:26:10.318Z] - CONFIG_BLK_CGROUP: enabled [2019-09-20T14:26:10.318Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-09-20T14:26:10.318Z] - CONFIG_IOSCHED_CFQ: enabled [2019-09-20T14:26:10.318Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-09-20T14:26:10.318Z] - CONFIG_CGROUP_PERF: enabled [2019-09-20T14:26:10.318Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-09-20T14:26:10.318Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-09-20T14:26:10.318Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-09-20T14:26:10.318Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-09-20T14:26:10.318Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-09-20T14:26:10.318Z] - CONFIG_RT_GROUP_SCHED: missing [2019-09-20T14:26:10.318Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-09-20T14:26:10.318Z] - CONFIG_IP_VS: enabled (as module) [2019-09-20T14:26:10.318Z] - CONFIG_IP_VS_NFCT: enabled [2019-09-20T14:26:10.318Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-09-20T14:26:10.318Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-09-20T14:26:10.400Z] Removing intermediate container 290896c2633a [2019-09-20T14:26:10.400Z] ---> f60eb0dda2f7 [2019-09-20T14:26:10.400Z] Step 29/126 : RUN dpkg --add-architecture arm64 [2019-09-20T14:26:10.400Z] ---> Running in 3a41ddde000b [2019-09-20T14:26:10.575Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-09-20T14:26:10.575Z] - CONFIG_EXT4_FS: enabled [2019-09-20T14:26:10.575Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-09-20T14:26:10.575Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-09-20T14:26:10.575Z] - Network Drivers: [2019-09-20T14:26:10.575Z] - "overlay": [2019-09-20T14:26:10.575Z] - CONFIG_VXLAN: enabled (as module) [2019-09-20T14:26:10.575Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-09-20T14:26:10.575Z] Optional (for encrypted networks): [2019-09-20T14:26:10.575Z] - CONFIG_CRYPTO: enabled [2019-09-20T14:26:10.575Z] - CONFIG_CRYPTO_AEAD: enabled [2019-09-20T14:26:10.575Z] - CONFIG_CRYPTO_GCM: enabled [2019-09-20T14:26:10.575Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-09-20T14:26:10.575Z] - CONFIG_CRYPTO_GHASH: enabled [2019-09-20T14:26:10.575Z] - CONFIG_XFRM: enabled [2019-09-20T14:26:10.575Z] - CONFIG_XFRM_USER: enabled (as module) [2019-09-20T14:26:10.575Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-09-20T14:26:10.576Z] - CONFIG_INET_ESP: enabled (as module) [2019-09-20T14:26:10.576Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-09-20T14:26:10.576Z] - "ipvlan": [2019-09-20T14:26:10.576Z] - CONFIG_IPVLAN: enabled (as module) [2019-09-20T14:26:10.576Z] - "macvlan": [2019-09-20T14:26:10.576Z] - CONFIG_MACVLAN: enabled (as module) [2019-09-20T14:26:10.576Z] - CONFIG_DUMMY: enabled (as module) [2019-09-20T14:26:10.576Z] - "ftp,tftp client in container": [2019-09-20T14:26:10.576Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-09-20T14:26:10.576Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-09-20T14:26:10.576Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-09-20T14:26:10.576Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-09-20T14:26:10.576Z] - Storage Drivers: [2019-09-20T14:26:10.576Z] - "aufs": [2019-09-20T14:26:10.576Z] - CONFIG_AUFS_FS: enabled (as module) [2019-09-20T14:26:10.576Z] - "btrfs": [2019-09-20T14:26:10.576Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-09-20T14:26:10.576Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-09-20T14:26:10.576Z] - "devicemapper": [2019-09-20T14:26:10.576Z] - CONFIG_BLK_DEV_DM: enabled [2019-09-20T14:26:10.576Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-09-20T14:26:10.576Z] - "overlay": [2019-09-20T14:26:10.576Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-09-20T14:26:10.576Z] - "zfs": [2019-09-20T14:26:10.576Z] - /dev/zfs: missing [2019-09-20T14:26:10.576Z] - zfs command: missing [2019-09-20T14:26:10.576Z] - zpool command: missing [2019-09-20T14:26:10.576Z] [2019-09-20T14:26:10.576Z] Limits: [2019-09-20T14:26:10.576Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-09-20T14:26:10.576Z] [2019-09-20T14:26:10.576Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-09-20T14:26:10.758Z] #58 36.08 CC images/ipc-var.o [2019-09-20T14:26:11.016Z] #58 36.31 CC images/ipc-desc.o [2019-09-20T14:26:11.065Z] + sudo modprobe ip_vs [2019-09-20T14:26:11.273Z] #58 36.59 CC images/ipc-shm.o [2019-09-20T14:26:11.531Z] #58 36.84 CC images/ipc-msg.o [2019-09-20T14:26:11.629Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:04d9e157b2b09401ae3e9e00e143606218910580 . [2019-09-20T14:26:11.629Z] #1 [internal] load build definition from Dockerfile [2019-09-20T14:26:11.629Z] #1 transferring dockerfile: 10.84kB done [2019-09-20T14:26:11.629Z] #1 DONE 0.0s [2019-09-20T14:26:11.629Z] [2019-09-20T14:26:11.629Z] #2 [internal] load .dockerignore [2019-09-20T14:26:11.629Z] #2 transferring context: 87B done [2019-09-20T14:26:11.629Z] #2 DONE 0.0s [2019-09-20T14:26:11.629Z] [2019-09-20T14:26:11.629Z] #3 [internal] load metadata for docker.io/library/golang:1.13.0-stretch [2019-09-20T14:26:11.670Z] Removing intermediate container 3a41ddde000b [2019-09-20T14:26:11.670Z] ---> dea2021feb24 [2019-09-20T14:26:11.670Z] Step 30/126 : RUN dpkg --add-architecture armel [2019-09-20T14:26:11.670Z] ---> Running in 90537a3ef856 [2019-09-20T14:26:11.788Z] #58 37.14 CC images/ipc-sem.o [2019-09-20T14:26:11.789Z] #58 37.35 CC images/utsns.o [2019-09-20T14:26:11.886Z] #3 DONE 0.4s [2019-09-20T14:26:12.141Z] [2019-09-20T14:26:12.141Z] #18 [internal] load build context [2019-09-20T14:26:12.355Z] #58 37.61 CC images/creds.o [2019-09-20T14:26:12.355Z] #58 37.92 CC images/vma.o [2019-09-20T14:26:12.355Z] #58 ... [2019-09-20T14:26:12.355Z] [2019-09-20T14:26:12.355Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:26:12.355Z] #13 25.59 Reading package lists... [2019-09-20T14:26:12.355Z] #13 30.57 Building dependency tree... [2019-09-20T14:26:12.355Z] #13 31.64 Reading state information... [2019-09-20T14:26:12.355Z] #13 32.77 The following additional packages will be installed: [2019-09-20T14:26:12.355Z] #13 32.78 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-09-20T14:26:12.355Z] #13 32.78 dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-09-20T14:26:12.355Z] #13 32.78 libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-09-20T14:26:12.355Z] #13 32.78 libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-09-20T14:26:12.355Z] #13 32.79 libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-09-20T14:26:12.355Z] #13 32.79 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-09-20T14:26:12.355Z] #13 32.79 libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common [2019-09-20T14:26:12.355Z] #13 32.79 mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-09-20T14:26:12.355Z] #13 32.79 python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-09-20T14:26:12.355Z] #13 32.80 Suggested packages: [2019-09-20T14:26:12.355Z] #13 32.81 apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-09-20T14:26:12.355Z] #13 32.81 gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-09-20T14:26:12.355Z] #13 32.81 python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-09-20T14:26:12.355Z] #13 32.81 vim-doc vim-scripts xfsdump acl attr quota [2019-09-20T14:26:12.355Z] #13 32.81 Recommended packages: [2019-09-20T14:26:12.355Z] #13 32.81 aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-09-20T14:26:12.355Z] #13 32.81 python3-keyrings.alt python3-xdg unzip [2019-09-20T14:26:12.355Z] #13 36.99 The following NEW packages will be installed: [2019-09-20T14:26:12.355Z] #13 36.99 apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-09-20T14:26:12.355Z] #13 36.99 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-09-20T14:26:12.355Z] #13 37.00 bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-09-20T14:26:12.355Z] #13 37.00 gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-09-20T14:26:12.355Z] #13 37.00 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-09-20T14:26:12.355Z] #13 37.00 libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-09-20T14:26:12.355Z] #13 37.00 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-09-20T14:26:12.355Z] #13 37.00 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-09-20T14:26:12.355Z] #13 37.00 libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-09-20T14:26:12.355Z] #13 37.00 libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-09-20T14:26:12.355Z] #13 37.01 mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-09-20T14:26:12.355Z] #13 37.01 python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-09-20T14:26:12.355Z] #13 37.01 python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-09-20T14:26:12.355Z] #13 37.01 xfsprogs xxd xz-utils zip [2019-09-20T14:26:12.355Z] #13 38.24 0 upgraded, 69 newly installed, 0 to remove and 1 not upgraded. [2019-09-20T14:26:12.355Z] #13 38.24 Need to get 90.9 MB of archives. [2019-09-20T14:26:12.355Z] #13 38.24 After this operation, 541 MB of additional disk space will be used. [2019-09-20T14:26:12.355Z] #13 38.24 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bash-completion all 1:2.1-4.3 [178 kB] [2019-09-20T14:26:12.355Z] #13 38.25 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] [2019-09-20T14:26:12.355Z] #13 38.25 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnfnetlink0 amd64 1.0.1-3 [13.5 kB] [2019-09-20T14:26:12.355Z] #13 38.25 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcrecpp0v5 amd64 2:8.39-3 [151 kB] [2019-09-20T14:26:12.355Z] #13 38.26 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libudev-dev amd64 232-25+deb9u12 [92.5 kB] [2019-09-20T14:26:12.355Z] #13 38.28 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-minimal amd64 3.5.3-1+deb9u1 [573 kB] [2019-09-20T14:26:12.355Z] #13 38.32 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5-minimal amd64 3.5.3-1+deb9u1 [1691 kB] [2019-09-20T14:26:12.355Z] #13 38.44 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-minimal amd64 3.5.3-1 [35.3 kB] [2019-09-20T14:26:12.613Z] #13 38.45 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmpdec2 amd64 2.4.2-1 [85.2 kB] [2019-09-20T14:26:12.613Z] #13 38.46 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-stdlib amd64 3.5.3-1+deb9u1 [2167 kB] [2019-09-20T14:26:12.613Z] #13 38.64 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5 amd64 3.5.3-1+deb9u1 [229 kB] [2019-09-20T14:26:12.613Z] #13 38.66 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3-stdlib amd64 3.5.3-1 [18.6 kB] [2019-09-20T14:26:12.613Z] #13 38.67 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dh-python all 2.20170125 [86.8 kB] [2019-09-20T14:26:12.613Z] #13 38.67 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3 amd64 3.5.3-1 [21.6 kB] [2019-09-20T14:26:12.613Z] #13 38.68 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 pigz amd64 2.3.4-1 [55.4 kB] [2019-09-20T14:26:12.613Z] #13 38.68 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip4tc0 amd64 1.6.0+snapshot20161117-6 [67.8 kB] [2019-09-20T14:26:12.613Z] #13 38.69 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip6tc0 amd64 1.6.0+snapshot20161117-6 [68.1 kB] [2019-09-20T14:26:12.613Z] #13 ... [2019-09-20T14:26:12.613Z] [2019-09-20T14:26:12.613Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:26:12.613Z] #58 38.16 CC images/netdev.o [2019-09-20T14:26:12.915Z] Removing intermediate container 90537a3ef856 [2019-09-20T14:26:12.915Z] ---> 9cbf459712d9 [2019-09-20T14:26:12.915Z] Step 31/126 : RUN if [ "$(go env GOHOSTARCH)" = "amd64" ]; then apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-armhf crossbuild-essential-arm64 crossbuild-essential-armel && rm -rf /var/lib/apt/lists/*; fi [2019-09-20T14:26:12.915Z] ---> Running in 729eb34fe637 [2019-09-20T14:26:13.547Z] #58 38.72 CC images/tty.o [2019-09-20T14:26:13.805Z] #58 39.31 CC images/file-lock.o [2019-09-20T14:26:14.063Z] #58 39.55 CC images/rlimit.o [2019-09-20T14:26:14.063Z] #58 ... [2019-09-20T14:26:14.063Z] [2019-09-20T14:26:14.063Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-20T14:26:14.063Z] #33 96.13 text/template [2019-09-20T14:26:14.063Z] #33 97.19 log [2019-09-20T14:26:14.063Z] #33 97.70 encoding/binary [2019-09-20T14:26:14.063Z] #33 99.52 encoding/base64 [2019-09-20T14:26:14.063Z] #33 100.4 encoding/json [2019-09-20T14:26:14.063Z] #33 101.2 go/doc [2019-09-20T14:26:14.063Z] #33 104.7 github.com/LK4D4/vndr/build [2019-09-20T14:26:14.063Z] #33 105.9 encoding/xml [2019-09-20T14:26:14.167Z] Removing intermediate container 729eb34fe637 [2019-09-20T14:26:14.167Z] ---> 9e8dca4525ec [2019-09-20T14:26:14.167Z] Step 32/126 : FROM cross-${CROSS} as dev-base [2019-09-20T14:26:14.167Z] ---> 031cdf2bb232 [2019-09-20T14:26:14.167Z] Step 33/126 : FROM dev-base AS runtime-dev-cross-false [2019-09-20T14:26:14.168Z] ---> 031cdf2bb232 [2019-09-20T14:26:14.168Z] Step 34/126 : ARG DEBIAN_FRONTEND [2019-09-20T14:26:14.168Z] ---> Using cache [2019-09-20T14:26:14.168Z] ---> f757b0b2b340 [2019-09-20T14:26:14.168Z] Step 35/126 : RUN apt-get update && apt-get install -y --no-install-recommends libapparmor-dev libseccomp-dev && rm -rf /var/lib/apt/lists/* [2019-09-20T14:26:14.168Z] ---> Running in 86dcdc793258 [2019-09-20T14:26:14.328Z] #33 ... [2019-09-20T14:26:14.328Z] [2019-09-20T14:26:14.328Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:26:14.328Z] #58 39.78 CC images/pagemap.o [2019-09-20T14:26:14.899Z] #58 40.13 CC images/siginfo.o [2019-09-20T14:26:15.017Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-20T14:26:15.017Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-20T14:26:15.017Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-20T14:26:15.017Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-20T14:26:15.017Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-20T14:26:15.017Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [489 kB] [2019-09-20T14:26:15.017Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-20T14:26:15.017Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-20T14:26:15.157Z] #58 40.52 CC images/rpc.o [2019-09-20T14:26:15.420Z] #18 transferring context: 45.50MB 3.0s done [2019-09-20T14:26:15.420Z] #18 DONE 3.5s [2019-09-20T14:26:15.420Z] [2019-09-20T14:26:15.420Z] #4 [base 1/2] FROM docker.io/library/golang:1.13.0-stretch@sha256:80f4b7821... [2019-09-20T14:26:15.420Z] #4 resolve docker.io/library/golang:1.13.0-stretch@sha256:80f4b78216f04cc67c4a7fa25296e9bfcaa2f97e8980655ea868e09b1d993286 done [2019-09-20T14:26:15.420Z] #4 sha256:4e97e0b8479504ee92964c5de6782d88651d953f5df5cfd7a1d45ba48aa90f43 1.80kB / 1.80kB done [2019-09-20T14:26:15.420Z] #4 sha256:d68f79d0e22c6f5eb6ccbbbf05cf9d784db13f59bc6251c220a090fd19b22b9e 5.46kB / 5.46kB done [2019-09-20T14:26:15.420Z] #4 sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae 10.79MB / 10.79MB 0.7s done [2019-09-20T14:26:15.420Z] #4 sha256:4530c6472b5d2a08201c9cd65f43a788e526eb4fe498a4fbe5e4d5688535cd21 4.34MB / 4.34MB 0.6s done [2019-09-20T14:26:15.420Z] #4 sha256:80f4b78216f04cc67c4a7fa25296e9bfcaa2f97e8980655ea868e09b1d993286 1.42kB / 1.42kB done [2019-09-20T14:26:15.420Z] #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 45.38MB / 45.38MB 3.4s done [2019-09-20T14:26:15.420Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 50.07MB / 50.07MB 3.4s done [2019-09-20T14:26:15.420Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 57.69MB / 57.69MB 3.4s done [2019-09-20T14:26:15.420Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 0B / 120.05MB 3.5s [2019-09-20T14:26:15.420Z] #4 sha256:771169334b27f4303c691bcaa7fdc75af07550d01273d41f839201e7e2e2326a 0B / 124B 3.5s [2019-09-20T14:26:15.676Z] #4 sha256:771169334b27f4303c691bcaa7fdc75af07550d01273d41f839201e7e2e2326a 124B / 124B 3.6s [2019-09-20T14:26:15.676Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 7.50MB / 120.05MB 3.7s [2019-09-20T14:26:15.676Z] #4 sha256:771169334b27f4303c691bcaa7fdc75af07550d01273d41f839201e7e2e2326a 124B / 124B 3.6s done [2019-09-20T14:26:15.931Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 13.75MB / 120.05MB 3.8s [2019-09-20T14:26:15.931Z] #4 extracting sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b [2019-09-20T14:26:16.195Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 31.96MB / 120.05MB 4.1s [2019-09-20T14:26:16.195Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 38.07MB / 120.05MB 4.2s [2019-09-20T14:26:16.273Z] Fetched 7674 kB in 1s (4496 kB/s) [2019-09-20T14:26:16.495Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 45.31MB / 120.05MB 4.3s [2019-09-20T14:26:16.495Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 56.67MB / 120.05MB 4.5s [2019-09-20T14:26:16.613Z] #58 42.10 CC images/ext-file.o [2019-09-20T14:26:16.752Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 64.21MB / 120.05MB 4.6s [2019-09-20T14:26:17.050Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 76.75MB / 120.05MB 4.8s [2019-09-20T14:26:17.057Z] Reading package lists... [2019-09-20T14:26:17.184Z] #58 42.43 CC images/cgroup.o [2019-09-20T14:26:17.308Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 85.17MB / 120.05MB 5.0s [2019-09-20T14:26:17.308Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 117.94MB / 120.05MB 5.3s [2019-09-20T14:26:17.308Z] #4 ... [2019-09-20T14:26:17.308Z] [2019-09-20T14:26:17.308Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-09-20T14:26:17.308Z] #64 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 0.5s done [2019-09-20T14:26:17.308Z] #64 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2019-09-20T14:26:17.308Z] #64 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2019-09-20T14:26:17.308Z] #64 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 3.1s done [2019-09-20T14:26:17.308Z] #64 extracting sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 1.2s done [2019-09-20T14:26:17.308Z] #64 DONE 4.8s [2019-09-20T14:26:17.308Z] [2019-09-20T14:26:17.308Z] #4 [base 1/2] FROM docker.io/library/golang:1.13.0-stretch@sha256:80f4b7821... [2019-09-20T14:26:17.422Z] Reading package lists... [2019-09-20T14:26:17.422Z] Building dependency tree... [2019-09-20T14:26:17.422Z] Reading state information... [2019-09-20T14:26:17.422Z] The following additional packages will be installed: [2019-09-20T14:26:17.422Z] libapparmor1 libseccomp2 [2019-09-20T14:26:17.422Z] Suggested packages: [2019-09-20T14:26:17.422Z] seccomp [2019-09-20T14:26:17.422Z] The following NEW packages will be installed: [2019-09-20T14:26:17.422Z] libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-09-20T14:26:17.570Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 120.05MB / 120.05MB 5.4s done [2019-09-20T14:26:17.748Z] #58 43.27 CC images/userns.o [2019-09-20T14:26:17.796Z] 0 upgraded, 4 newly installed, 0 to remove and 1 not upgraded. [2019-09-20T14:26:17.796Z] Need to get 301 kB of archives. [2019-09-20T14:26:17.796Z] After this operation, 1402 kB of additional disk space will be used. [2019-09-20T14:26:17.796Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libseccomp2 s390x 2.3.1-2.1+deb9u1 [41.3 kB] [2019-09-20T14:26:17.796Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libseccomp-dev s390x 2.3.1-2.1+deb9u1 [61.6 kB] [2019-09-20T14:26:17.796Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor1 s390x 2.11.0-3+deb9u2 [78.6 kB] [2019-09-20T14:26:17.796Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor-dev s390x 2.11.0-3+deb9u2 [119 kB] [2019-09-20T14:26:17.796Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-20T14:26:17.796Z] Fetched 301 kB in 0s (3489 kB/s) [2019-09-20T14:26:17.796Z] Selecting previously unselected package libseccomp2:s390x. [2019-09-20T14:26:17.797Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14828 files and directories currently installed.) [2019-09-20T14:26:17.797Z] Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_s390x.deb ... [2019-09-20T14:26:17.797Z] Unpacking libseccomp2:s390x (2.3.1-2.1+deb9u1) ... [2019-09-20T14:26:17.797Z] Selecting previously unselected package libseccomp-dev:s390x. [2019-09-20T14:26:17.797Z] Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_s390x.deb ... [2019-09-20T14:26:17.797Z] Unpacking libseccomp-dev:s390x (2.3.1-2.1+deb9u1) ... [2019-09-20T14:26:17.797Z] Selecting previously unselected package libapparmor1:s390x. [2019-09-20T14:26:17.797Z] Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_s390x.deb ... [2019-09-20T14:26:17.797Z] Unpacking libapparmor1:s390x (2.11.0-3+deb9u2) ... [2019-09-20T14:26:17.797Z] Selecting previously unselected package libapparmor-dev:s390x. [2019-09-20T14:26:17.797Z] Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_s390x.deb ... [2019-09-20T14:26:17.797Z] Unpacking libapparmor-dev:s390x (2.11.0-3+deb9u2) ... [2019-09-20T14:26:18.005Z] #58 43.54 CC images/google/protobuf/descriptor.o [2019-09-20T14:26:18.161Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-20T14:26:18.161Z] Setting up libseccomp2:s390x (2.3.1-2.1+deb9u1) ... [2019-09-20T14:26:18.161Z] Setting up libapparmor1:s390x (2.11.0-3+deb9u2) ... [2019-09-20T14:26:18.161Z] Setting up libseccomp-dev:s390x (2.3.1-2.1+deb9u1) ... [2019-09-20T14:26:18.161Z] Setting up libapparmor-dev:s390x (2.11.0-3+deb9u2) ... [2019-09-20T14:26:18.161Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-20T14:26:18.523Z] Removing intermediate container 86dcdc793258 [2019-09-20T14:26:18.523Z] ---> c4494b786a98 [2019-09-20T14:26:18.523Z] Step 36/126 : FROM cross-true AS runtime-dev-cross-true [2019-09-20T14:26:18.523Z] ---> 9e8dca4525ec [2019-09-20T14:26:18.523Z] Step 37/126 : ARG DEBIAN_FRONTEND [2019-09-20T14:26:18.898Z] ---> Running in 665d094b9fc3 [2019-09-20T14:26:18.898Z] Removing intermediate container 665d094b9fc3 [2019-09-20T14:26:18.898Z] ---> cba6a84b8f35 [2019-09-20T14:26:18.898Z] Step 38/126 : RUN if [ "$(go env GOHOSTARCH)" = "amd64" ]; then apt-get update && apt-get install -y --no-install-recommends libseccomp-dev:armhf libseccomp-dev:arm64 libseccomp-dev:armel libapparmor-dev:armhf libapparmor-dev:arm64 libapparmor-dev:armel libapparmor-dev libseccomp-dev && rm -rf /var/lib/apt/lists/*; fi [2019-09-20T14:26:18.898Z] ---> Running in d06c70e3c005 [2019-09-20T14:26:19.460Z] #4 extracting sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 3.7s done [2019-09-20T14:26:19.844Z] Removing intermediate container d06c70e3c005 [2019-09-20T14:26:19.844Z] ---> e17922761961 [2019-09-20T14:26:19.844Z] Step 39/126 : FROM runtime-dev-cross-${CROSS} AS runtime-dev [2019-09-20T14:26:19.844Z] ---> c4494b786a98 [2019-09-20T14:26:19.844Z] Step 40/126 : FROM base AS tomlv [2019-09-20T14:26:19.844Z] ---> 031cdf2bb232 [2019-09-20T14:26:19.844Z] Step 41/126 : ENV INSTALL_BINARY_NAME=tomlv [2019-09-20T14:26:20.021Z] #4 extracting sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae [2019-09-20T14:26:20.231Z] ---> Running in 9d1708dfe394 [2019-09-20T14:26:20.231Z] Removing intermediate container 9d1708dfe394 [2019-09-20T14:26:20.231Z] ---> 75093aa96969 [2019-09-20T14:26:20.231Z] Step 42/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-20T14:26:20.531Z] #58 ... [2019-09-20T14:26:20.531Z] [2019-09-20T14:26:20.531Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:26:20.531Z] #13 38.70 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libiptc0 amd64 1.6.0+snapshot20161117-6 [57.5 kB] [2019-09-20T14:26:20.531Z] #13 38.71 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxtables12 amd64 1.6.0+snapshot20161117-6 [75.9 kB] [2019-09-20T14:26:20.531Z] #13 38.71 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnetfilter-conntrack3 amd64 1.0.6-2 [38.7 kB] [2019-09-20T14:26:20.531Z] #13 38.72 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 iptables amd64 1.6.0+snapshot20161117-6 [288 kB] [2019-09-20T14:26:20.531Z] #13 38.76 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-20T14:26:20.531Z] #13 38.76 Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-20T14:26:20.531Z] #13 38.77 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bzip2 amd64 1.0.6-8.1 [47.5 kB] [2019-09-20T14:26:20.531Z] #13 38.79 Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgpm2 amd64 1.20.4-6.2+b1 [34.2 kB] [2019-09-20T14:26:20.531Z] #13 38.79 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xz-utils amd64 5.2.2-1.2+b1 [266 kB] [2019-09-20T14:26:20.531Z] #13 38.82 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 aufs-tools amd64 1:4.1+20161219-1 [102 kB] [2019-09-20T14:26:20.531Z] #13 38.83 Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-09-20T14:26:20.531Z] #13 38.84 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] [2019-09-20T14:26:20.531Z] #13 38.93 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] [2019-09-20T14:26:20.531Z] #13 38.94 Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper1.02.1 amd64 2:1.02.137-2 [170 kB] [2019-09-20T14:26:20.531Z] #13 38.95 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dmsetup amd64 2:1.02.137-2 [107 kB] [2019-09-20T14:26:20.531Z] #13 38.96 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] [2019-09-20T14:26:20.531Z] #13 38.99 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] [2019-09-20T14:26:20.531Z] #13 39.00 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] [2019-09-20T14:26:20.531Z] #13 39.00 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libaio1 amd64 0.3.110-3 [9412 B] [2019-09-20T14:26:20.531Z] #13 39.01 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap2-bin amd64 1:2.25-1 [26.5 kB] [2019-09-20T14:26:20.531Z] #13 39.01 Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.137-2 [41.6 kB] [2019-09-20T14:26:20.531Z] #13 39.02 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsepol1-dev amd64 2.6-2 [309 kB] [2019-09-20T14:26:20.531Z] #13 39.05 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre16-3 amd64 2:8.39-3 [258 kB] [2019-09-20T14:26:20.531Z] #13 39.08 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre32-3 amd64 2:8.39-3 [248 kB] [2019-09-20T14:26:20.531Z] #13 39.09 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre3-dev amd64 2:8.39-3 [647 kB] [2019-09-20T14:26:20.531Z] #13 39.16 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libselinux1-dev amd64 2.6-3+b3 [184 kB] [2019-09-20T14:26:20.532Z] #13 39.18 Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-dev amd64 2:1.02.137-2 [68.6 kB] [2019-09-20T14:26:20.532Z] #13 39.19 Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] [2019-09-20T14:26:20.532Z] #13 39.19 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] [2019-09-20T14:26:20.532Z] #13 39.20 Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libreadline5 amd64 5.2+dfsg-3+b1 [119 kB] [2019-09-20T14:26:20.532Z] #13 39.21 Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsystemd-dev amd64 232-25+deb9u12 [1972 kB] [2019-09-20T14:26:20.532Z] #13 39.38 Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 net-tools amd64 1.60+git20161116.90da8a0-1 [248 kB] [2019-09-20T14:26:20.532Z] #13 39.42 Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] [2019-09-20T14:26:20.532Z] #13 39.55 Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-09-20T14:26:20.532Z] #13 39.56 Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pkg-resources all 33.1.1-1 [137 kB] [2019-09-20T14:26:20.532Z] #13 39.57 Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-setuptools all 33.1.1-1 [215 kB] [2019-09-20T14:26:20.532Z] #13 39.61 Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-wheel all 0.29.0-2 [51.8 kB] [2019-09-20T14:26:20.532Z] #13 39.61 Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 thin-provisioning-tools amd64 0.6.1-4+b1 [363 kB] [2019-09-20T14:26:20.532Z] #13 39.61 Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-09-20T14:26:20.532Z] #13 40.08 Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim amd64 2:8.0.0197-4+deb9u3 [1034 kB] [2019-09-20T14:26:20.532Z] #13 40.15 Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xfsprogs amd64 4.9.0+nmu1 [811 kB] [2019-09-20T14:26:20.532Z] #13 40.21 Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB] [2019-09-20T14:26:20.532Z] #13 40.24 Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-perl amd64 2.11.0-3+deb9u2 [82.2 kB] [2019-09-20T14:26:20.532Z] #13 40.25 Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 apparmor amd64 2.11.0-3+deb9u2 [525 kB] [2019-09-20T14:26:20.532Z] #13 40.29 Get:62 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64-i686 amd64 2.28-5+7.4+b4 [2242 kB] [2019-09-20T14:26:20.532Z] #13 40.41 Get:63 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64-x86-64 amd64 2.28-5+7.4+b4 [2467 kB] [2019-09-20T14:26:20.532Z] #13 40.63 Get:64 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB] [2019-09-20T14:26:20.532Z] #13 40.64 Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-common all 5.0.1-1 [4764 kB] [2019-09-20T14:26:20.532Z] #13 41.04 Get:66 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB] [2019-09-20T14:26:20.532Z] #13 41.30 Get:67 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gcc-mingw-w64-base amd64 6.3.0-18+19.3+b3 [170 kB] [2019-09-20T14:26:20.532Z] #13 41.32 Get:68 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gcc-mingw-w64-x86-64 amd64 6.3.0-18+19.3+b3 [32.7 MB] [2019-09-20T14:26:20.532Z] #13 43.99 Get:69 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 g++-mingw-w64-x86-64 amd64 6.3.0-18+19.3+b3 [22.4 MB] [2019-09-20T14:26:20.583Z] #4 extracting sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae 0.6s done [2019-09-20T14:26:20.583Z] #4 extracting sha256:4530c6472b5d2a08201c9cd65f43a788e526eb4fe498a4fbe5e4d5688535cd21 [2019-09-20T14:26:20.612Z] ---> eb51436506df [2019-09-20T14:26:20.612Z] Step 43/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-20T14:26:20.612Z] ---> 98ea447499be [2019-09-20T14:26:20.612Z] Step 44/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-20T14:26:20.612Z] ---> Running in ece9154e9186 [2019-09-20T14:26:20.789Z] #13 46.61 debconf: delaying package configuration, since apt-utils is not installed [2019-09-20T14:26:20.842Z] #4 extracting sha256:4530c6472b5d2a08201c9cd65f43a788e526eb4fe498a4fbe5e4d5688535cd21 0.2s done [2019-09-20T14:26:21.046Z] #13 46.82 Fetched 90.9 MB in 8s (10.6 MB/s) [2019-09-20T14:26:21.046Z] #13 46.90 Selecting previously unselected package bash-completion. [2019-09-20T14:26:21.046Z] #13 46.90 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15161 files and directories currently installed.) [2019-09-20T14:26:21.046Z] #13 47.03 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-09-20T14:26:21.103Z] #4 extracting sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee [2019-09-20T14:26:21.406Z] + RM_GOPATH=0 [2019-09-20T14:26:21.406Z] + TMP_GOPATH= [2019-09-20T14:26:21.406Z] + : /build [2019-09-20T14:26:21.406Z] + '[' -z '' ']' [2019-09-20T14:26:21.406Z] ++ mktemp -d [2019-09-20T14:26:21.406Z] + export GOPATH=/tmp/tmp.L1dBkfkyg1 [2019-09-20T14:26:21.406Z] + GOPATH=/tmp/tmp.L1dBkfkyg1 [2019-09-20T14:26:21.406Z] + RM_GOPATH=1 [2019-09-20T14:26:21.406Z] ++ dirname ./install.sh [2019-09-20T14:26:21.406Z] + dir=. [2019-09-20T14:26:21.406Z] + bin=tomlv [2019-09-20T14:26:21.406Z] + shift [2019-09-20T14:26:21.406Z] + '[' '!' -f ./tomlv.installer ']' [2019-09-20T14:26:21.406Z] + . ./tomlv.installer [2019-09-20T14:26:21.406Z] ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-20T14:26:21.406Z] + install_tomlv [2019-09-20T14:26:21.406Z] + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-09-20T14:26:21.406Z] + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.L1dBkfkyg1/src/github.com/BurntSushi/toml [2019-09-20T14:26:21.406Z] Cloning into '/tmp/tmp.L1dBkfkyg1/src/github.com/BurntSushi/toml'... [2019-09-20T14:26:21.406Z] Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-20T14:26:21.406Z] + cd /tmp/tmp.L1dBkfkyg1/src/github.com/BurntSushi/toml [2019-09-20T14:26:21.406Z] + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-20T14:26:21.406Z] + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-09-20T14:26:21.406Z] runtime/internal/atomic [2019-09-20T14:26:21.406Z] internal/cpu [2019-09-20T14:26:21.784Z] runtime/internal/sys [2019-09-20T14:26:21.784Z] internal/bytealg [2019-09-20T14:26:21.784Z] runtime/internal/math [2019-09-20T14:26:21.784Z] math/bits [2019-09-20T14:26:21.784Z] runtime [2019-09-20T14:26:21.784Z] math [2019-09-20T14:26:22.179Z] unicode/utf8 [2019-09-20T14:26:22.179Z] internal/race [2019-09-20T14:26:22.179Z] sync/atomic [2019-09-20T14:26:22.179Z] unicode [2019-09-20T14:26:22.584Z] internal/testlog [2019-09-20T14:26:22.584Z] encoding [2019-09-20T14:26:22.584Z] runtime/cgo [2019-09-20T14:26:22.942Z] #13 ... [2019-09-20T14:26:22.942Z] [2019-09-20T14:26:22.942Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:26:22.942Z] #58 45.63 CC images/opts.o [2019-09-20T14:26:22.942Z] #58 45.84 CC images/seccomp.o [2019-09-20T14:26:22.942Z] #58 46.18 CC images/binfmt-misc.o [2019-09-20T14:26:22.942Z] #58 46.44 CC images/time.o [2019-09-20T14:26:22.942Z] #58 46.67 CC images/sysctl.o [2019-09-20T14:26:22.942Z] #58 46.90 CC images/autofs.o [2019-09-20T14:26:22.942Z] #58 47.11 CC images/macvlan.o [2019-09-20T14:26:22.942Z] #58 47.34 CC images/sit.o [2019-09-20T14:26:22.942Z] #58 47.61 LINK images/built-in.o [2019-09-20T14:26:22.942Z] #58 47.75 GEN compel/include/asm [2019-09-20T14:26:22.942Z] #58 47.77 GEN compel/include/version.h [2019-09-20T14:26:22.942Z] #58 47.80 touch .config [2019-09-20T14:26:22.942Z] #58 47.81 GEN include/common/config.h [2019-09-20T14:26:22.942Z] #58 47.92 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2019-09-20T14:26:22.942Z] #58 47.95 GEN compel/plugins/include/uapi/std/syscall-64.h [2019-09-20T14:26:22.942Z] #58 47.99 GEN compel/arch/x86/plugins/std/syscalls-64.S [2019-09-20T14:26:22.942Z] #58 48.01 DEP compel/arch/x86/plugins/std/syscalls-64.d [2019-09-20T14:26:22.942Z] #58 48.05 DEP compel/arch/x86/plugins/std/memcpy.d [2019-09-20T14:26:22.942Z] #58 48.07 DEP compel/arch/x86/plugins/std/parasite-head.d [2019-09-20T14:26:22.942Z] #58 48.11 GEN compel/plugins/include/uapi/std/syscall.h [2019-09-20T14:26:22.942Z] #58 48.16 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2019-09-20T14:26:22.942Z] #58 48.18 GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-09-20T14:26:22.942Z] #58 48.22 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-09-20T14:26:22.942Z] #58 48.23 DEP compel/plugins/std/infect.d [2019-09-20T14:26:22.942Z] #58 48.38 DEP compel/plugins/std/string.d [2019-09-20T14:26:23.199Z] #58 48.47 DEP compel/plugins/std/log.d [2019-09-20T14:26:23.199Z] #58 48.57 DEP compel/plugins/std/fds.d [2019-09-20T14:26:23.199Z] #58 48.68 DEP compel/plugins/std/std.d [2019-09-20T14:26:23.457Z] #58 48.89 DEP compel/plugins/shmem/shmem.d [2019-09-20T14:26:23.716Z] #58 49.04 DEP compel/plugins/fds/fds.d [2019-09-20T14:26:23.716Z] #58 49.20 CC compel/plugins/std/std.o [2019-09-20T14:26:23.853Z] internal/reflectlite [2019-09-20T14:26:23.853Z] sync [2019-09-20T14:26:23.853Z] errors [2019-09-20T14:26:23.853Z] sort [2019-09-20T14:26:23.853Z] strconv [2019-09-20T14:26:24.286Z] #58 49.66 CC compel/plugins/std/fds.o [2019-09-20T14:26:24.287Z] #58 ... [2019-09-20T14:26:24.287Z] [2019-09-20T14:26:24.287Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-09-20T14:26:24.287Z] #61 108.2 + for f in rootlesskit rootlesskit-docker-proxy [2019-09-20T14:26:24.287Z] #61 108.2 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-09-20T14:26:24.287Z] #61 DONE 116.4s [2019-09-20T14:26:24.384Z] io [2019-09-20T14:26:24.384Z] internal/oserror [2019-09-20T14:26:24.384Z] syscall [2019-09-20T14:26:24.384Z] reflect [2019-09-20T14:26:24.414Z] #4 extracting sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 3.2s done [2019-09-20T14:26:24.414Z] #4 extracting sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 0.1s [2019-09-20T14:26:24.544Z] [2019-09-20T14:26:24.544Z] #62 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-09-20T14:26:24.544Z] #62 DONE 0.1s [2019-09-20T14:26:24.544Z] [2019-09-20T14:26:24.544Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-20T14:26:24.544Z] #33 108.1 compress/flate [2019-09-20T14:26:24.544Z] #33 111.7 hash [2019-09-20T14:26:24.544Z] #33 111.7 context [2019-09-20T14:26:24.544Z] #33 111.8 hash/crc32 [2019-09-20T14:26:24.544Z] #33 112.4 compress/gzip [2019-09-20T14:26:24.544Z] #33 112.5 crypto/cipher [2019-09-20T14:26:24.544Z] #33 113.2 math/big [2019-09-20T14:26:24.544Z] #33 114.0 crypto/aes [2019-09-20T14:26:24.544Z] #33 115.2 crypto [2019-09-20T14:26:24.544Z] #33 115.4 crypto/des [2019-09-20T14:26:24.544Z] #33 116.1 crypto/internal/randutil [2019-09-20T14:26:24.544Z] #33 116.2 crypto/sha512 [2019-09-20T14:26:25.108Z] #33 ... [2019-09-20T14:26:25.108Z] [2019-09-20T14:26:25.108Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:26:25.108Z] #58 50.63 CC compel/plugins/std/log.o [2019-09-20T14:26:25.204Z] time [2019-09-20T14:26:25.581Z] internal/fmtsort [2019-09-20T14:26:25.581Z] internal/syscall/unix [2019-09-20T14:26:25.581Z] internal/poll [2019-09-20T14:26:25.581Z] strings [2019-09-20T14:26:25.581Z] os [2019-09-20T14:26:25.581Z] bytes [2019-09-20T14:26:25.957Z] bufio [2019-09-20T14:26:25.957Z] path [2019-09-20T14:26:25.957Z] fmt [2019-09-20T14:26:25.957Z] path/filepath [2019-09-20T14:26:26.299Z] #4 extracting sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 1.9s done [2019-09-20T14:26:26.299Z] #4 extracting sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f [2019-09-20T14:26:26.352Z] io/ioutil [2019-09-20T14:26:26.352Z] text/tabwriter [2019-09-20T14:26:26.352Z] flag [2019-09-20T14:26:26.352Z] github.com/BurntSushi/toml [2019-09-20T14:26:26.352Z] log [2019-09-20T14:26:26.479Z] #58 51.77 CC compel/plugins/std/string.o [2019-09-20T14:26:26.720Z] github.com/BurntSushi/toml/cmd/tomlv [2019-09-20T14:26:27.045Z] #58 52.58 CC compel/plugins/std/infect.o [2019-09-20T14:26:27.610Z] #58 53.12 CC compel/arch/x86/plugins/std/parasite-head.o [2019-09-20T14:26:27.610Z] #58 53.17 CC compel/arch/x86/plugins/std/memcpy.o [2019-09-20T14:26:27.868Z] #58 53.21 CC compel/arch/x86/plugins/std/syscalls-64.o [2019-09-20T14:26:27.868Z] #58 53.29 AR compel/plugins/std.lib.a [2019-09-20T14:26:27.868Z] #58 53.36 CC compel/plugins/fds/fds.o [2019-09-20T14:26:28.017Z] Removing intermediate container ece9154e9186 [2019-09-20T14:26:28.017Z] ---> 1f015044953e [2019-09-20T14:26:28.017Z] Step 45/126 : FROM base AS vndr [2019-09-20T14:26:28.017Z] ---> 031cdf2bb232 [2019-09-20T14:26:28.017Z] Step 46/126 : ENV INSTALL_BINARY_NAME=vndr [2019-09-20T14:26:28.017Z] ---> Running in 6f740589f478 [2019-09-20T14:26:28.017Z] Removing intermediate container 6f740589f478 [2019-09-20T14:26:28.017Z] ---> dce1b01c6b4a [2019-09-20T14:26:28.017Z] Step 47/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-20T14:26:28.125Z] #58 53.70 AR compel/plugins/fds.lib.a [2019-09-20T14:26:28.382Z] #58 53.75 HOSTDEP compel/src/lib/log-host.d [2019-09-20T14:26:28.382Z] #58 53.93 HOSTDEP compel/src/lib/handle-elf-host.d [2019-09-20T14:26:28.382Z] ---> 83fed845fc53 [2019-09-20T14:26:28.382Z] Step 48/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-20T14:26:28.640Z] #58 54.11 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2019-09-20T14:26:28.640Z] #58 54.21 HOSTDEP compel/src/main-host.d [2019-09-20T14:26:28.746Z] ---> d737dbd14adf [2019-09-20T14:26:28.746Z] Step 49/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-20T14:26:28.746Z] ---> Running in 3173ef52ff53 [2019-09-20T14:26:28.897Z] #58 54.34 DEP compel/src/lib/ptrace.d [2019-09-20T14:26:28.897Z] #58 54.41 DEP compel/src/lib/infect.d [2019-09-20T14:26:29.154Z] #58 54.55 DEP compel/src/lib/infect-util.d [2019-09-20T14:26:29.155Z] #58 54.75 DEP compel/src/lib/infect-rpc.d [2019-09-20T14:26:29.216Z] + RM_GOPATH=0 [2019-09-20T14:26:29.216Z] + TMP_GOPATH= [2019-09-20T14:26:29.216Z] + : /build [2019-09-20T14:26:29.216Z] + '[' -z '' ']' [2019-09-20T14:26:29.216Z] ++ mktemp -d [2019-09-20T14:26:29.216Z] + export GOPATH=/tmp/tmp.VY57P4J8E2 [2019-09-20T14:26:29.216Z] + GOPATH=/tmp/tmp.VY57P4J8E2 [2019-09-20T14:26:29.216Z] + RM_GOPATH=1 [2019-09-20T14:26:29.216Z] ++ dirname ./install.sh [2019-09-20T14:26:29.216Z] + dir=. [2019-09-20T14:26:29.216Z] + bin=vndr [2019-09-20T14:26:29.216Z] + shift [2019-09-20T14:26:29.216Z] + '[' '!' -f ./vndr.installer ']' [2019-09-20T14:26:29.216Z] + . ./vndr.installer [2019-09-20T14:26:29.216Z] ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-20T14:26:29.216Z] + install_vndr [2019-09-20T14:26:29.216Z] + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-09-20T14:26:29.216Z] + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.VY57P4J8E2/src/github.com/LK4D4/vndr [2019-09-20T14:26:29.216Z] Cloning into '/tmp/tmp.VY57P4J8E2/src/github.com/LK4D4/vndr'... [2019-09-20T14:26:29.216Z] Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-20T14:26:29.647Z] + cd /tmp/tmp.VY57P4J8E2/src/github.com/LK4D4/vndr [2019-09-20T14:26:29.647Z] + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-20T14:26:29.647Z] + go build -buildmode=pie -v -o /build/vndr . [2019-09-20T14:26:29.647Z] runtime/internal/atomic [2019-09-20T14:26:29.647Z] internal/cpu [2019-09-20T14:26:29.647Z] runtime/internal/sys [2019-09-20T14:26:29.647Z] runtime/internal/math [2019-09-20T14:26:29.647Z] internal/race [2019-09-20T14:26:29.647Z] internal/bytealg [2019-09-20T14:26:29.647Z] sync/atomic [2019-09-20T14:26:29.647Z] unicode [2019-09-20T14:26:29.647Z] runtime [2019-09-20T14:26:29.719Z] #58 54.93 DEP compel/arch/x86/src/lib/infect.d [2019-09-20T14:26:29.719Z] #58 55.14 DEP compel/arch/x86/src/lib/cpu.d [2019-09-20T14:26:29.719Z] #58 55.27 DEP compel/src/lib/log.d [2019-09-20T14:26:29.979Z] #58 55.37 DEP compel/src/main.d [2019-09-20T14:26:30.046Z] unicode/utf8 [2019-09-20T14:26:30.046Z] math/bits [2019-09-20T14:26:30.046Z] math [2019-09-20T14:26:30.238Z] #58 55.54 DEP compel/src/lib/handle-elf.d [2019-09-20T14:26:30.238Z] #58 55.72 DEP compel/arch/x86/src/lib/handle-elf.d [2019-09-20T14:26:30.435Z] internal/testlog [2019-09-20T14:26:30.435Z] encoding [2019-09-20T14:26:30.435Z] unicode/utf16 [2019-09-20T14:26:30.435Z] container/list [2019-09-20T14:26:30.435Z] crypto/internal/subtle [2019-09-20T14:26:30.435Z] crypto/subtle [2019-09-20T14:26:30.435Z] vendor/golang.org/x/crypto/cryptobyte/asn1 [2019-09-20T14:26:30.435Z] internal/nettrace [2019-09-20T14:26:30.435Z] runtime/cgo [2019-09-20T14:26:30.463Z] #4 extracting sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 3.9s done [2019-09-20T14:26:30.496Z] #58 55.92 CC compel/src/lib/log.o [2019-09-20T14:26:30.718Z] #4 extracting sha256:771169334b27f4303c691bcaa7fdc75af07550d01273d41f839201e7e2e2326a done [2019-09-20T14:26:30.815Z] vendor/golang.org/x/crypto/internal/subtle [2019-09-20T14:26:30.973Z] #4 DONE 18.9s [2019-09-20T14:26:30.973Z] [2019-09-20T14:26:30.973Z] #5 [base 2/2] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-09-20T14:26:31.062Z] #58 56.24 CC compel/arch/x86/src/lib/cpu.o [2019-09-20T14:26:31.630Z] #58 57.15 CC compel/arch/x86/src/lib/infect.o [2019-09-20T14:26:31.888Z] #58 ... [2019-09-20T14:26:31.888Z] [2019-09-20T14:26:31.888Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:26:31.888Z] #13 51.52 Unpacking bash-completion (1:2.1-4.3) ... [2019-09-20T14:26:31.888Z] #13 52.06 Selecting previously unselected package libnet1:amd64. [2019-09-20T14:26:31.888Z] #13 52.07 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_amd64.deb ... [2019-09-20T14:26:31.888Z] #13 52.07 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... [2019-09-20T14:26:31.888Z] #13 52.21 Selecting previously unselected package libnfnetlink0:amd64. [2019-09-20T14:26:31.888Z] #13 52.21 Preparing to unpack .../02-libnfnetlink0_1.0.1-3_amd64.deb ... [2019-09-20T14:26:31.888Z] #13 52.22 Unpacking libnfnetlink0:amd64 (1.0.1-3) ... [2019-09-20T14:26:31.888Z] #13 52.33 Selecting previously unselected package libpcrecpp0v5:amd64. [2019-09-20T14:26:31.888Z] #13 52.33 Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_amd64.deb ... [2019-09-20T14:26:31.888Z] #13 52.34 Unpacking libpcrecpp0v5:amd64 (2:8.39-3) ... [2019-09-20T14:26:31.888Z] #13 52.50 Selecting previously unselected package libudev-dev:amd64. [2019-09-20T14:26:31.888Z] #13 52.50 Preparing to unpack .../04-libudev-dev_232-25+deb9u12_amd64.deb ... [2019-09-20T14:26:31.888Z] #13 52.52 Unpacking libudev-dev:amd64 (232-25+deb9u12) ... [2019-09-20T14:26:31.888Z] #13 52.68 Selecting previously unselected package libpython3.5-minimal:amd64. [2019-09-20T14:26:31.888Z] #13 52.69 Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... [2019-09-20T14:26:31.888Z] #13 52.69 Unpacking libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... [2019-09-20T14:26:31.888Z] #13 53.39 Selecting previously unselected package python3.5-minimal. [2019-09-20T14:26:31.888Z] #13 53.39 Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... [2019-09-20T14:26:31.888Z] #13 53.40 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-20T14:26:31.888Z] #13 54.73 Selecting previously unselected package python3-minimal. [2019-09-20T14:26:31.888Z] #13 54.73 Preparing to unpack .../07-python3-minimal_3.5.3-1_amd64.deb ... [2019-09-20T14:26:31.888Z] #13 54.74 Unpacking python3-minimal (3.5.3-1) ... [2019-09-20T14:26:31.888Z] #13 54.85 Selecting previously unselected package libmpdec2:amd64. [2019-09-20T14:26:31.888Z] #13 54.90 Preparing to unpack .../08-libmpdec2_2.4.2-1_amd64.deb ... [2019-09-20T14:26:31.888Z] #13 54.91 Unpacking libmpdec2:amd64 (2.4.2-1) ... [2019-09-20T14:26:31.888Z] #13 55.05 Selecting previously unselected package libpython3.5-stdlib:amd64. [2019-09-20T14:26:31.888Z] #13 55.05 Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_amd64.deb ... [2019-09-20T14:26:31.888Z] #13 55.06 Unpacking libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... [2019-09-20T14:26:31.888Z] #13 56.95 Selecting previously unselected package python3.5. [2019-09-20T14:26:31.888Z] #13 56.96 Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_amd64.deb ... [2019-09-20T14:26:31.888Z] #13 56.98 Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-09-20T14:26:31.888Z] #13 57.16 Selecting previously unselected package libpython3-stdlib:amd64. [2019-09-20T14:26:31.888Z] #13 57.17 Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_amd64.deb ... [2019-09-20T14:26:31.888Z] #13 57.18 Unpacking libpython3-stdlib:amd64 (3.5.3-1) ... [2019-09-20T14:26:31.888Z] #13 57.37 Selecting previously unselected package dh-python. [2019-09-20T14:26:31.888Z] #13 57.37 Preparing to unpack .../12-dh-python_2.20170125_all.deb ... [2019-09-20T14:26:31.888Z] #13 57.38 Unpacking dh-python (2.20170125) ... [2019-09-20T14:26:31.888Z] #13 57.60 Setting up libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... [2019-09-20T14:26:31.888Z] #13 57.68 Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-20T14:26:32.099Z] sync [2019-09-20T14:26:32.099Z] internal/reflectlite [2019-09-20T14:26:32.099Z] github.com/LK4D4/vndr/godl/singleflight [2019-09-20T14:26:32.099Z] math/rand [2019-09-20T14:26:32.455Z] #13 ... [2019-09-20T14:26:32.455Z] [2019-09-20T14:26:32.455Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:26:32.455Z] #58 58.03 CC compel/src/lib/infect-rpc.o [2019-09-20T14:26:32.505Z] errors [2019-09-20T14:26:32.505Z] io [2019-09-20T14:26:32.505Z] strconv [2019-09-20T14:26:32.505Z] bytes [2019-09-20T14:26:32.505Z] bufio [2019-09-20T14:26:32.505Z] reflect [2019-09-20T14:26:32.505Z] sort [2019-09-20T14:26:32.910Z] internal/oserror [2019-09-20T14:26:32.910Z] syscall [2019-09-20T14:26:33.021Z] #58 58.45 CC compel/src/lib/infect-util.o [2019-09-20T14:26:33.309Z] time [2019-09-20T14:26:33.587Z] #58 58.80 CC compel/src/lib/infect.o [2019-09-20T14:26:33.728Z] internal/fmtsort [2019-09-20T14:26:33.728Z] internal/syscall/unix [2019-09-20T14:26:33.728Z] strings [2019-09-20T14:26:33.728Z] internal/poll [2019-09-20T14:26:33.728Z] regexp/syntax [2019-09-20T14:26:34.199Z] os [2019-09-20T14:26:34.596Z] fmt [2019-09-20T14:26:34.596Z] path/filepath [2019-09-20T14:26:34.596Z] regexp [2019-09-20T14:26:34.992Z] flag [2019-09-20T14:26:34.992Z] go/token [2019-09-20T14:26:34.992Z] internal/lazyregexp [2019-09-20T14:26:34.992Z] path [2019-09-20T14:26:34.992Z] io/ioutil [2019-09-20T14:26:34.992Z] go/scanner [2019-09-20T14:26:34.992Z] net/url [2019-09-20T14:26:35.148Z] #5 DONE 4.3s [2019-09-20T14:26:35.377Z] go/ast [2019-09-20T14:26:35.377Z] text/template/parse [2019-09-20T14:26:35.403Z] [2019-09-20T14:26:35.403Z] #22 [rootlesskit 1/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-20T14:26:35.403Z] #22 DONE 0.1s [2019-09-20T14:26:35.403Z] [2019-09-20T14:26:35.403Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-09-20T14:26:35.403Z] #6 ... [2019-09-20T14:26:35.403Z] [2019-09-20T14:26:35.403Z] #26 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-09-20T14:26:35.403Z] #26 DONE 0.1s [2019-09-20T14:26:35.658Z] [2019-09-20T14:26:35.658Z] #60 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-09-20T14:26:35.658Z] #60 DONE 0.1s [2019-09-20T14:26:35.658Z] [2019-09-20T14:26:35.658Z] #23 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-09-20T14:26:35.658Z] #23 DONE 0.2s [2019-09-20T14:26:35.658Z] [2019-09-20T14:26:35.658Z] #49 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-09-20T14:26:35.658Z] #49 DONE 0.2s [2019-09-20T14:26:35.658Z] [2019-09-20T14:26:35.658Z] #52 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-09-20T14:26:35.658Z] #52 DONE 0.2s [2019-09-20T14:26:35.658Z] [2019-09-20T14:26:35.658Z] #29 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-09-20T14:26:35.658Z] #29 DONE 0.2s [2019-09-20T14:26:35.658Z] [2019-09-20T14:26:35.658Z] #32 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-09-20T14:26:35.658Z] #32 DONE 0.2s [2019-09-20T14:26:35.658Z] [2019-09-20T14:26:35.658Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-20T14:26:35.777Z] go/parser [2019-09-20T14:26:35.777Z] text/template [2019-09-20T14:26:35.777Z] log [2019-09-20T14:26:35.777Z] encoding/binary [2019-09-20T14:26:36.116Z] #58 61.45 CC compel/src/lib/ptrace.o [2019-09-20T14:26:36.116Z] #58 ... [2019-09-20T14:26:36.116Z] [2019-09-20T14:26:36.116Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-20T14:26:36.116Z] #33 117.9 crypto/ed25519/internal/edwards25519 [2019-09-20T14:26:36.116Z] #33 120.1 crypto/hmac [2019-09-20T14:26:36.116Z] #33 120.3 crypto/md5 [2019-09-20T14:26:36.116Z] #33 121.1 crypto/rc4 [2019-09-20T14:26:36.116Z] #33 121.3 crypto/sha1 [2019-09-20T14:26:36.116Z] #33 121.8 crypto/rand [2019-09-20T14:26:36.116Z] #33 122.3 crypto/elliptic [2019-09-20T14:26:36.116Z] #33 122.6 encoding/asn1 [2019-09-20T14:26:36.116Z] #33 124.5 crypto/ed25519 [2019-09-20T14:26:36.116Z] #33 124.8 crypto/rsa [2019-09-20T14:26:36.116Z] #33 125.5 crypto/ecdsa [2019-09-20T14:26:36.116Z] #33 126.1 crypto/sha256 [2019-09-20T14:26:36.116Z] #33 126.2 crypto/dsa [2019-09-20T14:26:36.116Z] #33 126.7 encoding/hex [2019-09-20T14:26:36.116Z] #33 127.2 encoding/pem [2019-09-20T14:26:36.116Z] #33 127.4 crypto/x509/pkix [2019-09-20T14:26:36.116Z] #33 127.7 vendor/golang.org/x/crypto/cryptobyte [2019-09-20T14:26:36.116Z] #33 127.8 vendor/golang.org/x/net/dns/dnsmessage [2019-09-20T14:26:36.180Z] encoding/base64 [2019-09-20T14:26:36.180Z] go/doc [2019-09-20T14:26:36.180Z] encoding/json [2019-09-20T14:26:36.576Z] github.com/LK4D4/vndr/build [2019-09-20T14:26:36.576Z] encoding/xml [2019-09-20T14:26:36.576Z] compress/flate [2019-09-20T14:26:36.683Z] #33 ... [2019-09-20T14:26:36.683Z] [2019-09-20T14:26:36.683Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:26:36.683Z] #58 61.98 AR compel/libcompel.a [2019-09-20T14:26:36.683Z] #58 62.06 HOSTCC compel/src/main-host.o [2019-09-20T14:26:36.963Z] hash [2019-09-20T14:26:36.963Z] hash/crc32 [2019-09-20T14:26:36.963Z] compress/gzip [2019-09-20T14:26:36.963Z] context [2019-09-20T14:26:36.963Z] crypto/cipher [2019-09-20T14:26:36.963Z] math/big [2019-09-20T14:26:37.249Z] #58 62.52 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2019-09-20T14:26:37.249Z] #58 62.76 HOSTCC compel/src/lib/handle-elf-host.o [2019-09-20T14:26:37.345Z] crypto/aes [2019-09-20T14:26:37.345Z] crypto [2019-09-20T14:26:37.345Z] crypto/des [2019-09-20T14:26:37.345Z] crypto/internal/randutil [2019-09-20T14:26:37.345Z] crypto/sha512 [2019-09-20T14:26:37.345Z] crypto/ed25519/internal/edwards25519 [2019-09-20T14:26:37.738Z] crypto/hmac [2019-09-20T14:26:37.738Z] crypto/md5 [2019-09-20T14:26:37.738Z] crypto/rc4 [2019-09-20T14:26:37.738Z] crypto/sha1 [2019-09-20T14:26:37.738Z] crypto/sha256 [2019-09-20T14:26:37.738Z] encoding/hex [2019-09-20T14:26:37.738Z] crypto/rand [2019-09-20T14:26:37.738Z] crypto/elliptic [2019-09-20T14:26:37.738Z] encoding/asn1 [2019-09-20T14:26:37.815Z] #58 63.22 HOSTCC compel/src/lib/log-host.o [2019-09-20T14:26:38.125Z] crypto/ed25519 [2019-09-20T14:26:38.125Z] crypto/ecdsa [2019-09-20T14:26:38.388Z] #58 63.59 HOSTLINK compel/compel-host-bin [2019-09-20T14:26:38.388Z] #58 63.83 DEP soccr/soccr.d [2019-09-20T14:26:38.588Z] crypto/rsa [2019-09-20T14:26:38.588Z] crypto/dsa [2019-09-20T14:26:38.588Z] crypto/x509/pkix [2019-09-20T14:26:38.588Z] encoding/pem [2019-09-20T14:26:38.588Z] vendor/golang.org/x/crypto/cryptobyte [2019-09-20T14:26:38.588Z] vendor/golang.org/x/net/dns/dnsmessage [2019-09-20T14:26:38.646Z] #58 64.11 CC soccr/soccr.o [2019-09-20T14:26:39.024Z] internal/singleflight [2019-09-20T14:26:39.024Z] vendor/golang.org/x/sys/cpu [2019-09-20T14:26:39.024Z] vendor/golang.org/x/crypto/internal/chacha20 [2019-09-20T14:26:39.024Z] net [2019-09-20T14:26:39.409Z] vendor/golang.org/x/crypto/poly1305 [2019-09-20T14:26:39.409Z] vendor/golang.org/x/crypto/chacha20poly1305 [2019-09-20T14:26:39.409Z] vendor/golang.org/x/crypto/curve25519 [2019-09-20T14:26:39.409Z] vendor/golang.org/x/crypto/hkdf [2019-09-20T14:26:39.409Z] vendor/golang.org/x/text/transform [2019-09-20T14:26:39.409Z] vendor/golang.org/x/text/unicode/bidi [2019-09-20T14:26:39.784Z] vendor/golang.org/x/text/secure/bidirule [2019-09-20T14:26:39.784Z] vendor/golang.org/x/text/unicode/norm [2019-09-20T14:26:40.160Z] vendor/golang.org/x/net/idna [2019-09-20T14:26:40.160Z] vendor/golang.org/x/net/http2/hpack [2019-09-20T14:26:40.462Z] + dpkg --print-architecture [2019-09-20T14:26:40.462Z] + cd /tmp/tmp.kpzNdkAa3Z/src/github.com/docker/distribution [2019-09-20T14:26:40.462Z] + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-20T14:26:40.462Z] + GOPATH=/tmp/tmp.kpzNdkAa3Z/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.kpzNdkAa3Z [2019-09-20T14:26:40.462Z] + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-09-20T14:26:40.547Z] #58 65.65 AR soccr/libsoccr.a [2019-09-20T14:26:40.547Z] #58 65.71 make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-20T14:26:40.547Z] #58 66.05 DEP criu/arch/x86/sigframe.d [2019-09-20T14:26:40.557Z] mime [2019-09-20T14:26:40.557Z] mime/quotedprintable [2019-09-20T14:26:40.557Z] net/http/internal [2019-09-20T14:26:40.557Z] os/exec [2019-09-20T14:26:40.811Z] #58 66.19 DEP criu/arch/x86/sigaction_compat.d [2019-09-20T14:26:40.811Z] #58 66.29 DEP criu/arch/x86/kerndat.d [2019-09-20T14:26:40.897Z] #33 ... [2019-09-20T14:26:40.897Z] [2019-09-20T14:26:40.897Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-20T14:26:40.897Z] #15 5.258 + mktemp -d [2019-09-20T14:26:40.897Z] #15 5.268 + export GOPATH=/tmp/tmp.jbHNePAHtH [2019-09-20T14:26:40.897Z] #15 5.271 + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.jbHNePAHtH/src/github.com/go-swagger/go-swagger [2019-09-20T14:26:40.897Z] #15 5.280 Cloning into '/tmp/tmp.jbHNePAHtH/src/github.com/go-swagger/go-swagger'... [2019-09-20T14:26:40.952Z] crypto/x509 [2019-09-20T14:26:40.952Z] net/textproto [2019-09-20T14:26:41.070Z] #58 66.50 DEP criu/arch/x86/crtools.d [2019-09-20T14:26:41.338Z] #58 66.65 DEP criu/arch/x86/cpu.d [2019-09-20T14:26:41.338Z] #58 66.86 CC criu/arch/x86/cpu.o [2019-09-20T14:26:41.355Z] vendor/golang.org/x/net/http/httpguts [2019-09-20T14:26:41.355Z] vendor/golang.org/x/net/http/httpproxy [2019-09-20T14:26:41.355Z] mime/multipart [2019-09-20T14:26:41.463Z] #15 ... [2019-09-20T14:26:41.463Z] [2019-09-20T14:26:41.463Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-09-20T14:26:41.463Z] #61 5.809 + RM_GOPATH=0 [2019-09-20T14:26:41.463Z] #61 5.809 + TMP_GOPATH= [2019-09-20T14:26:41.463Z] #61 5.809 + : /build/ [2019-09-20T14:26:41.463Z] #61 5.809 + '[' -z '' ']' [2019-09-20T14:26:41.463Z] #61 5.824 ++ mktemp -d [2019-09-20T14:26:41.463Z] #61 5.830 + export GOPATH=/tmp/tmp.kEP5dsvsHf [2019-09-20T14:26:41.463Z] #61 5.830 + GOPATH=/tmp/tmp.kEP5dsvsHf [2019-09-20T14:26:41.463Z] #61 5.830 + RM_GOPATH=1 [2019-09-20T14:26:41.463Z] #61 5.832 ++ dirname ./install.sh [2019-09-20T14:26:41.463Z] #61 5.833 + dir=. [2019-09-20T14:26:41.463Z] #61 5.833 + bin=rootlesskit [2019-09-20T14:26:41.463Z] #61 5.833 + shift [2019-09-20T14:26:41.463Z] #61 5.834 + '[' '!' -f ./rootlesskit.installer ']' [2019-09-20T14:26:41.463Z] #61 5.834 + . ./rootlesskit.installer [2019-09-20T14:26:41.463Z] #61 5.834 ++ ROOTLESSKIT_COMMIT=791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-20T14:26:41.463Z] #61 5.835 + install_rootlesskit [2019-09-20T14:26:41.463Z] #61 5.835 + case "$1" in [2019-09-20T14:26:41.463Z] #61 5.835 + export CGO_ENABLED=0 [2019-09-20T14:26:41.463Z] #61 5.835 + CGO_ENABLED=0 [2019-09-20T14:26:41.463Z] #61 5.835 + _install_rootlesskit [2019-09-20T14:26:41.463Z] #61 5.835 + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-09-20T14:26:41.463Z] #61 5.835 Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-20T14:26:41.463Z] #61 5.836 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.kEP5dsvsHf/src/github.com/rootless-containers/rootlesskit [2019-09-20T14:26:41.463Z] #61 5.839 Cloning into '/tmp/tmp.kEP5dsvsHf/src/github.com/rootless-containers/rootlesskit'... [2019-09-20T14:26:41.719Z] #61 ... [2019-09-20T14:26:41.719Z] [2019-09-20T14:26:41.719Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-20T14:26:41.719Z] #33 6.159 + RM_GOPATH=0 [2019-09-20T14:26:41.719Z] #33 6.159 + TMP_GOPATH= [2019-09-20T14:26:41.719Z] #33 6.159 + : /build [2019-09-20T14:26:41.719Z] #33 6.159 + '[' -z '' ']' [2019-09-20T14:26:41.719Z] #33 6.159 ++ mktemp -d [2019-09-20T14:26:41.719Z] #33 6.175 + export GOPATH=/tmp/tmp.Iw28X80P89 [2019-09-20T14:26:41.719Z] #33 6.175 + GOPATH=/tmp/tmp.Iw28X80P89 [2019-09-20T14:26:41.719Z] #33 6.175 + RM_GOPATH=1 [2019-09-20T14:26:41.719Z] #33 6.179 ++ dirname ./install.sh [2019-09-20T14:26:41.719Z] #33 6.180 + dir=. [2019-09-20T14:26:41.719Z] #33 6.180 + bin=vndr [2019-09-20T14:26:41.719Z] #33 6.180 + shift [2019-09-20T14:26:41.719Z] #33 6.180 + '[' '!' -f ./vndr.installer ']' [2019-09-20T14:26:41.719Z] #33 6.180 + . ./vndr.installer [2019-09-20T14:26:41.719Z] #33 6.180 ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-20T14:26:41.719Z] #33 6.181 + install_vndr [2019-09-20T14:26:41.719Z] #33 6.181 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-09-20T14:26:41.719Z] #33 6.181 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.Iw28X80P89/src/github.com/LK4D4/vndr [2019-09-20T14:26:41.719Z] #33 6.181 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-20T14:26:41.719Z] #33 6.182 Cloning into '/tmp/tmp.Iw28X80P89/src/github.com/LK4D4/vndr'... [2019-09-20T14:26:41.731Z] crypto/tls [2019-09-20T14:26:42.273Z] #58 67.63 CC criu/arch/x86/crtools.o [2019-09-20T14:26:42.273Z] #58 ... [2019-09-20T14:26:42.273Z] [2019-09-20T14:26:42.273Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:26:42.273Z] #13 61.13 Setting up python3-minimal (3.5.3-1) ... [2019-09-20T14:26:42.273Z] #13 62.45 Selecting previously unselected package python3. [2019-09-20T14:26:42.273Z] #13 62.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 ... 16747 files and directories currently installed.) [2019-09-20T14:26:42.273Z] #13 62.57 Preparing to unpack .../00-python3_3.5.3-1_amd64.deb ... [2019-09-20T14:26:42.273Z] #13 62.58 Unpacking python3 (3.5.3-1) ... [2019-09-20T14:26:42.273Z] #13 62.68 Selecting previously unselected package pigz. [2019-09-20T14:26:42.273Z] #13 62.68 Preparing to unpack .../01-pigz_2.3.4-1_amd64.deb ... [2019-09-20T14:26:42.273Z] #13 62.69 Unpacking pigz (2.3.4-1) ... [2019-09-20T14:26:42.273Z] #13 62.81 Selecting previously unselected package libip4tc0:amd64. [2019-09-20T14:26:42.273Z] #13 62.81 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-20T14:26:42.273Z] #13 62.82 Unpacking libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-20T14:26:42.273Z] #13 62.95 Selecting previously unselected package libip6tc0:amd64. [2019-09-20T14:26:42.273Z] #13 62.95 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-20T14:26:42.273Z] #13 62.96 Unpacking libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-20T14:26:42.273Z] #13 63.10 Selecting previously unselected package libiptc0:amd64. [2019-09-20T14:26:42.273Z] #13 63.10 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-20T14:26:42.273Z] #13 63.11 Unpacking libiptc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-20T14:26:42.273Z] #13 63.22 Selecting previously unselected package libxtables12:amd64. [2019-09-20T14:26:42.273Z] #13 63.22 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-20T14:26:42.273Z] #13 63.23 Unpacking libxtables12:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-20T14:26:42.273Z] #13 63.34 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2019-09-20T14:26:42.273Z] #13 63.35 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_amd64.deb ... [2019-09-20T14:26:42.273Z] #13 63.35 Unpacking libnetfilter-conntrack3:amd64 (1.0.6-2) ... [2019-09-20T14:26:42.273Z] #13 63.46 Selecting previously unselected package iptables. [2019-09-20T14:26:42.273Z] #13 63.47 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-20T14:26:42.273Z] #13 63.48 Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-09-20T14:26:42.273Z] #13 63.79 Selecting previously unselected package xxd. [2019-09-20T14:26:42.273Z] #13 63.79 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-09-20T14:26:42.273Z] #13 63.79 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:26:42.273Z] #13 63.95 Selecting previously unselected package vim-common. [2019-09-20T14:26:42.273Z] #13 63.95 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-20T14:26:42.273Z] #13 63.97 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:26:42.273Z] #13 64.18 Selecting previously unselected package bzip2. [2019-09-20T14:26:42.273Z] #13 64.22 Preparing to unpack .../10-bzip2_1.0.6-8.1_amd64.deb ... [2019-09-20T14:26:42.273Z] #13 64.23 Unpacking bzip2 (1.0.6-8.1) ... [2019-09-20T14:26:42.273Z] #13 64.33 Selecting previously unselected package libgpm2:amd64. [2019-09-20T14:26:42.273Z] #13 64.33 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_amd64.deb ... [2019-09-20T14:26:42.273Z] #13 64.36 Unpacking libgpm2:amd64 (1.20.4-6.2+b1) ... [2019-09-20T14:26:42.273Z] #13 64.44 Selecting previously unselected package xz-utils. [2019-09-20T14:26:42.273Z] #13 64.45 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_amd64.deb ... [2019-09-20T14:26:42.273Z] #13 64.46 Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-09-20T14:26:42.273Z] #13 64.74 Selecting previously unselected package aufs-tools. [2019-09-20T14:26:42.273Z] #13 64.74 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_amd64.deb ... [2019-09-20T14:26:42.273Z] #13 64.74 Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-09-20T14:26:42.273Z] #13 64.92 Selecting previously unselected package liblzo2-2:amd64. [2019-09-20T14:26:42.273Z] #13 64.92 Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-09-20T14:26:42.273Z] #13 64.93 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-20T14:26:42.273Z] #13 65.03 Selecting previously unselected package btrfs-progs. [2019-09-20T14:26:42.273Z] #13 65.04 Preparing to unpack .../15-btrfs-progs_4.7.3-1_amd64.deb ... [2019-09-20T14:26:42.273Z] #13 65.04 Unpacking btrfs-progs (4.7.3-1) ... [2019-09-20T14:26:42.273Z] #13 65.62 Selecting previously unselected package btrfs-tools. [2019-09-20T14:26:42.273Z] #13 65.62 Preparing to unpack .../16-btrfs-tools_4.7.3-1_amd64.deb ... [2019-09-20T14:26:42.273Z] #13 65.63 Unpacking btrfs-tools (4.7.3-1) ... [2019-09-20T14:26:42.273Z] #13 65.70 Selecting previously unselected package libdevmapper1.02.1:amd64. [2019-09-20T14:26:42.273Z] #13 65.70 Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_amd64.deb ... [2019-09-20T14:26:42.273Z] #13 65.71 Unpacking libdevmapper1.02.1:amd64 (2:1.02.137-2) ... [2019-09-20T14:26:42.273Z] #13 65.91 Selecting previously unselected package dmsetup. [2019-09-20T14:26:42.273Z] #13 65.92 Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_amd64.deb ... [2019-09-20T14:26:42.273Z] #13 65.93 Unpacking dmsetup (2:1.02.137-2) ... [2019-09-20T14:26:42.273Z] #13 66.09 Selecting previously unselected package libonig4:amd64. [2019-09-20T14:26:42.273Z] #13 66.11 Preparing to unpack .../19-libonig4_6.1.3-2_amd64.deb ... [2019-09-20T14:26:42.273Z] #13 66.13 Unpacking libonig4:amd64 (6.1.3-2) ... [2019-09-20T14:26:42.273Z] #13 66.30 Selecting previously unselected package libjq1:amd64. [2019-09-20T14:26:42.273Z] #13 66.30 Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_amd64.deb ... [2019-09-20T14:26:42.273Z] #13 66.31 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... [2019-09-20T14:26:42.273Z] #13 66.44 Selecting previously unselected package jq. [2019-09-20T14:26:42.273Z] #13 66.44 Preparing to unpack .../21-jq_1.5+dfsg-1.3_amd64.deb ... [2019-09-20T14:26:42.273Z] #13 66.45 Unpacking jq (1.5+dfsg-1.3) ... [2019-09-20T14:26:42.273Z] #13 66.55 Selecting previously unselected package libaio1:amd64. [2019-09-20T14:26:42.273Z] #13 66.55 Preparing to unpack .../22-libaio1_0.3.110-3_amd64.deb ... [2019-09-20T14:26:42.273Z] #13 66.55 Unpacking libaio1:amd64 (0.3.110-3) ... [2019-09-20T14:26:42.273Z] #13 66.62 Selecting previously unselected package libcap2-bin. [2019-09-20T14:26:42.273Z] #13 66.63 Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_amd64.deb ... [2019-09-20T14:26:42.273Z] #13 66.63 Unpacking libcap2-bin (1:2.25-1) ... [2019-09-20T14:26:42.273Z] #13 66.78 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2019-09-20T14:26:42.273Z] #13 66.78 Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_amd64.deb ... [2019-09-20T14:26:42.273Z] #13 66.78 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... [2019-09-20T14:26:42.273Z] #13 66.86 Selecting previously unselected package libsepol1-dev:amd64. [2019-09-20T14:26:42.273Z] #13 66.87 Preparing to unpack .../25-libsepol1-dev_2.6-2_amd64.deb ... [2019-09-20T14:26:42.273Z] #13 66.88 Unpacking libsepol1-dev:amd64 (2.6-2) ... [2019-09-20T14:26:42.273Z] #13 67.24 Selecting previously unselected package libpcre16-3:amd64. [2019-09-20T14:26:42.273Z] #13 67.25 Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_amd64.deb ... [2019-09-20T14:26:42.273Z] #13 67.25 Unpacking libpcre16-3:amd64 (2:8.39-3) ... [2019-09-20T14:26:42.273Z] #13 67.46 Selecting previously unselected package libpcre32-3:amd64. [2019-09-20T14:26:42.273Z] #13 67.46 Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_amd64.deb ... [2019-09-20T14:26:42.273Z] #13 67.47 Unpacking libpcre32-3:amd64 (2:8.39-3) ... [2019-09-20T14:26:42.273Z] #13 67.64 Selecting previously unselected package libpcre3-dev:amd64. [2019-09-20T14:26:42.273Z] #13 67.64 Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_amd64.deb ... [2019-09-20T14:26:42.273Z] #13 67.64 Unpacking libpcre3-dev:amd64 (2:8.39-3) ... [2019-09-20T14:26:42.273Z] #13 68.23 Selecting previously unselected package libselinux1-dev:amd64. [2019-09-20T14:26:42.273Z] #13 68.24 Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_amd64.deb ... [2019-09-20T14:26:42.273Z] #13 68.30 Unpacking libselinux1-dev:amd64 (2.6-3+b3) ... [2019-09-20T14:26:42.524Z] net/http/httptrace [2019-09-20T14:26:42.524Z] net/http [2019-09-20T14:26:42.534Z] #13 68.61 Selecting previously unselected package libdevmapper-dev:amd64. [2019-09-20T14:26:42.792Z] #13 68.62 Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_amd64.deb ... [2019-09-20T14:26:42.792Z] #13 68.65 Unpacking libdevmapper-dev:amd64 (2:1.02.137-2) ... [2019-09-20T14:26:43.050Z] #13 68.79 Selecting previously unselected package libnl-3-200:amd64. [2019-09-20T14:26:43.050Z] #13 68.79 Preparing to unpack .../31-libnl-3-200_3.2.27-2_amd64.deb ... [2019-09-20T14:26:43.050Z] #13 68.79 Unpacking libnl-3-200:amd64 (3.2.27-2) ... [2019-09-20T14:26:43.050Z] #13 68.92 Selecting previously unselected package libprotobuf-c1:amd64. [2019-09-20T14:26:43.050Z] #13 68.92 Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_amd64.deb ... [2019-09-20T14:26:43.050Z] #13 68.93 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... [2019-09-20T14:26:43.050Z] #13 69.02 Selecting previously unselected package libreadline5:amd64. [2019-09-20T14:26:43.125Z] #33 7.338 + cd /tmp/tmp.Iw28X80P89/src/github.com/LK4D4/vndr [2019-09-20T14:26:43.125Z] #33 7.338 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-20T14:26:43.125Z] #33 7.375 + go build -buildmode=pie -v -o /build/vndr . [2019-09-20T14:26:43.308Z] #13 69.03 Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_amd64.deb ... [2019-09-20T14:26:43.308Z] #13 69.04 Unpacking libreadline5:amd64 (5.2+dfsg-3+b1) ... [2019-09-20T14:26:43.308Z] #13 69.21 Selecting previously unselected package libsystemd-dev:amd64. [2019-09-20T14:26:43.308Z] #13 69.21 Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_amd64.deb ... [2019-09-20T14:26:43.308Z] #13 69.23 Unpacking libsystemd-dev:amd64 (232-25+deb9u12) ... [2019-09-20T14:26:43.566Z] #13 ... [2019-09-20T14:26:43.566Z] [2019-09-20T14:26:43.566Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:26:43.566Z] #58 69.10 CC criu/arch/x86/kerndat.o [2019-09-20T14:26:44.132Z] #58 69.68 CC criu/arch/x86/sigaction_compat.o [2019-09-20T14:26:44.463Z] github.com/LK4D4/vndr/godl [2019-09-20T14:26:44.463Z] github.com/LK4D4/vndr [2019-09-20T14:26:44.498Z] #33 8.872 runtime/internal/atomic [2019-09-20T14:26:44.498Z] #33 8.913 internal/cpu [2019-09-20T14:26:44.699Z] #58 69.96 CC criu/arch/x86/sigframe.o [2019-09-20T14:26:44.699Z] #58 70.24 LINK criu/arch/x86/crtools.built-in.o [2019-09-20T14:26:44.754Z] #33 9.168 runtime/internal/sys [2019-09-20T14:26:44.957Z] #58 70.29 DEP criu/pie/util-vdso-elf32.d [2019-09-20T14:26:44.957Z] #58 70.46 DEP criu/arch/x86/vdso-pie.d [2019-09-20T14:26:45.010Z] #33 9.492 runtime/internal/math [2019-09-20T14:26:45.215Z] #58 70.61 DEP criu/pie/parasite-vdso.d [2019-09-20T14:26:45.266Z] #33 9.582 internal/race [2019-09-20T14:26:45.266Z] #33 9.590 internal/bytealg [2019-09-20T14:26:45.266Z] #33 9.728 sync/atomic [2019-09-20T14:26:45.266Z] #33 ... [2019-09-20T14:26:45.266Z] [2019-09-20T14:26:45.266Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-09-20T14:26:45.266Z] #17 5.306 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-20T14:26:45.266Z] #17 5.398 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-20T14:26:45.266Z] #17 5.463 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-20T14:26:45.266Z] #17 5.477 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-20T14:26:45.266Z] #17 5.549 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-20T14:26:45.266Z] #17 6.194 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [506 kB] [2019-09-20T14:26:45.266Z] #17 7.984 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-20T14:26:45.266Z] #17 8.851 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-20T14:26:45.473Z] #58 70.79 DEP criu/pie/util-vdso.d [2019-09-20T14:26:45.522Z] #17 ... [2019-09-20T14:26:45.522Z] [2019-09-20T14:26:45.522Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-09-20T14:26:45.522Z] #27 6.046 + RM_GOPATH=0 [2019-09-20T14:26:45.522Z] #27 6.048 + TMP_GOPATH= [2019-09-20T14:26:45.522Z] #27 6.048 + : /build [2019-09-20T14:26:45.522Z] #27 6.048 + '[' -z '' ']' [2019-09-20T14:26:45.522Z] #27 6.050 ++ mktemp -d [2019-09-20T14:26:45.522Z] #27 6.052 + export GOPATH=/tmp/tmp.rgrZrFFUE4 [2019-09-20T14:26:45.522Z] #27 6.052 + GOPATH=/tmp/tmp.rgrZrFFUE4 [2019-09-20T14:26:45.522Z] #27 6.052 + RM_GOPATH=1 [2019-09-20T14:26:45.522Z] #27 6.052 ++ dirname ./install.sh [2019-09-20T14:26:45.522Z] #27 6.053 + dir=. [2019-09-20T14:26:45.522Z] #27 6.053 + bin=gotestsum [2019-09-20T14:26:45.522Z] #27 6.053 + shift [2019-09-20T14:26:45.522Z] #27 6.053 + '[' '!' -f ./gotestsum.installer ']' [2019-09-20T14:26:45.522Z] #27 6.053 + . ./gotestsum.installer [2019-09-20T14:26:45.522Z] #27 6.053 ++ GOTESTSUM_COMMIT=v0.3.5 [2019-09-20T14:26:45.522Z] #27 6.053 Installing gotestsum version v0.3.5 [2019-09-20T14:26:45.522Z] #27 6.053 + install_gotestsum [2019-09-20T14:26:45.522Z] #27 6.053 + echo 'Installing gotestsum version v0.3.5' [2019-09-20T14:26:45.522Z] #27 6.053 + go get -d gotest.tools/gotestsum [2019-09-20T14:26:45.522Z] #27 ... [2019-09-20T14:26:45.522Z] [2019-09-20T14:26:45.522Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:26:45.522Z] #57 6.586 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-20T14:26:45.522Z] #57 6.588 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-20T14:26:45.522Z] #57 6.631 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-20T14:26:45.522Z] #57 6.660 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-20T14:26:45.522Z] #57 6.725 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-20T14:26:45.522Z] #57 7.634 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [506 kB] [2019-09-20T14:26:45.522Z] #57 9.709 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-20T14:26:45.742Z] #58 71.04 DEP criu/pie/util.d [2019-09-20T14:26:45.777Z] #57 ... [2019-09-20T14:26:45.777Z] [2019-09-20T14:26:45.777Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-20T14:26:45.777Z] #55 5.341 + mktemp -d [2019-09-20T14:26:45.777Z] #55 5.351 + export GOPATH=/tmp/tmp.FzWB887hLp [2019-09-20T14:26:45.777Z] #55 5.351 + git clone https://github.com/docker/distribution.git /tmp/tmp.FzWB887hLp/src/github.com/docker/distribution [2019-09-20T14:26:45.777Z] #55 5.353 Cloning into '/tmp/tmp.FzWB887hLp/src/github.com/docker/distribution'... [2019-09-20T14:26:45.954Z] + rm -rf /tmp/tmp.kpzNdkAa3Z/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.kpzNdkAa3Z [2019-09-20T14:26:46.001Z] #58 71.28 CC criu/pie/util.o [2019-09-20T14:26:46.032Z] #55 ... [2019-09-20T14:26:46.032Z] [2019-09-20T14:26:46.032Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-20T14:26:46.033Z] #30 5.787 + RM_GOPATH=0 [2019-09-20T14:26:46.033Z] #30 5.787 + TMP_GOPATH= [2019-09-20T14:26:46.033Z] #30 5.788 + : /build [2019-09-20T14:26:46.033Z] #30 5.788 + '[' -z '' ']' [2019-09-20T14:26:46.033Z] #30 5.793 ++ mktemp -d [2019-09-20T14:26:46.033Z] #30 5.793 + export GOPATH=/tmp/tmp.ltpG6Qqv83 [2019-09-20T14:26:46.033Z] #30 5.793 + GOPATH=/tmp/tmp.ltpG6Qqv83 [2019-09-20T14:26:46.033Z] #30 5.793 + RM_GOPATH=1 [2019-09-20T14:26:46.033Z] #30 5.794 ++ dirname ./install.sh [2019-09-20T14:26:46.033Z] #30 5.794 + dir=. [2019-09-20T14:26:46.033Z] #30 5.794 + bin=tomlv [2019-09-20T14:26:46.033Z] #30 5.794 + shift [2019-09-20T14:26:46.033Z] #30 5.794 + '[' '!' -f ./tomlv.installer ']' [2019-09-20T14:26:46.033Z] #30 5.794 + . ./tomlv.installer [2019-09-20T14:26:46.033Z] #30 5.794 ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-20T14:26:46.033Z] #30 5.794 + install_tomlv [2019-09-20T14:26:46.033Z] #30 5.794 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-09-20T14:26:46.033Z] #30 5.794 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.ltpG6Qqv83/src/github.com/BurntSushi/toml [2019-09-20T14:26:46.033Z] #30 5.794 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-20T14:26:46.033Z] #30 5.796 Cloning into '/tmp/tmp.ltpG6Qqv83/src/github.com/BurntSushi/toml'... [2019-09-20T14:26:46.033Z] #30 6.825 + cd /tmp/tmp.ltpG6Qqv83/src/github.com/BurntSushi/toml [2019-09-20T14:26:46.033Z] #30 6.825 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-20T14:26:46.033Z] #30 6.842 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-09-20T14:26:46.033Z] #30 7.686 runtime/internal/atomic [2019-09-20T14:26:46.033Z] #30 7.770 internal/cpu [2019-09-20T14:26:46.033Z] #30 7.960 runtime/internal/sys [2019-09-20T14:26:46.033Z] #30 8.251 runtime/internal/math [2019-09-20T14:26:46.033Z] #30 8.408 math/bits [2019-09-20T14:26:46.033Z] #30 8.427 internal/bytealg [2019-09-20T14:26:46.033Z] #30 9.189 math [2019-09-20T14:26:46.033Z] #30 9.240 runtime [2019-09-20T14:26:46.033Z] #30 ... [2019-09-20T14:26:46.033Z] [2019-09-20T14:26:46.033Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-20T14:26:46.033Z] #50 6.010 + RM_GOPATH=0 [2019-09-20T14:26:46.033Z] #50 6.010 + TMP_GOPATH= [2019-09-20T14:26:46.033Z] #50 6.010 + : /build [2019-09-20T14:26:46.033Z] #50 6.010 + '[' -z '' ']' [2019-09-20T14:26:46.033Z] #50 6.010 ++ mktemp -d [2019-09-20T14:26:46.033Z] #50 6.015 + export GOPATH=/tmp/tmp.Gj9112GlW7 [2019-09-20T14:26:46.033Z] #50 6.015 + GOPATH=/tmp/tmp.Gj9112GlW7 [2019-09-20T14:26:46.033Z] #50 6.015 + RM_GOPATH=1 [2019-09-20T14:26:46.033Z] #50 6.015 ++ dirname ./install.sh [2019-09-20T14:26:46.033Z] #50 6.016 + dir=. [2019-09-20T14:26:46.033Z] #50 6.016 + bin=proxy [2019-09-20T14:26:46.033Z] #50 6.016 + shift [2019-09-20T14:26:46.033Z] #50 6.017 + '[' '!' -f ./proxy.installer ']' [2019-09-20T14:26:46.033Z] #50 6.017 + . ./proxy.installer [2019-09-20T14:26:46.033Z] #50 6.017 ++ LIBNETWORK_COMMIT=92d1fbe1eb0883cf11d283cea8e658275146411d [2019-09-20T14:26:46.033Z] #50 6.018 + install_proxy [2019-09-20T14:26:46.033Z] #50 6.018 + case "$1" in [2019-09-20T14:26:46.033Z] #50 6.018 + export CGO_ENABLED=0 [2019-09-20T14:26:46.033Z] #50 6.018 + CGO_ENABLED=0 [2019-09-20T14:26:46.033Z] #50 6.019 + _install_proxy [2019-09-20T14:26:46.033Z] #50 6.019 + echo 'Install docker-proxy version 92d1fbe1eb0883cf11d283cea8e658275146411d' [2019-09-20T14:26:46.033Z] #50 6.019 Install docker-proxy version 92d1fbe1eb0883cf11d283cea8e658275146411d [2019-09-20T14:26:46.033Z] #50 6.019 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.Gj9112GlW7/src/github.com/docker/libnetwork [2019-09-20T14:26:46.033Z] #50 6.021 Cloning into '/tmp/tmp.Gj9112GlW7/src/github.com/docker/libnetwork'... [2019-09-20T14:26:46.259Z] #58 71.67 CC criu/pie/util-vdso.o [2019-09-20T14:26:46.288Z] #50 ... [2019-09-20T14:26:46.289Z] [2019-09-20T14:26:46.289Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:26:46.289Z] #35 6.202 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-20T14:26:46.289Z] #35 6.203 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-20T14:26:46.289Z] #35 6.230 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-20T14:26:46.289Z] #35 6.236 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-20T14:26:46.289Z] #35 6.248 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-20T14:26:46.289Z] #35 6.945 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [506 kB] [2019-09-20T14:26:46.289Z] #35 9.077 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-20T14:26:46.289Z] #35 10.19 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-20T14:26:46.289Z] #35 ... [2019-09-20T14:26:46.289Z] [2019-09-20T14:26:46.289Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-20T14:26:46.289Z] #44 7.066 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-20T14:26:46.289Z] #44 7.068 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-20T14:26:46.289Z] #44 7.123 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-20T14:26:46.289Z] #44 7.165 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-20T14:26:46.289Z] #44 7.212 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-20T14:26:46.289Z] #44 8.248 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [506 kB] [2019-09-20T14:26:46.289Z] #44 10.27 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-20T14:26:46.544Z] #44 11.19 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-20T14:26:46.544Z] #44 ... [2019-09-20T14:26:46.544Z] [2019-09-20T14:26:46.544Z] #24 [golangci_lint 3/3] RUN PREFIX=/build ./install.sh golangci_lint [2019-09-20T14:26:46.544Z] #24 6.303 + RM_GOPATH=0 [2019-09-20T14:26:46.544Z] #24 6.303 + TMP_GOPATH= [2019-09-20T14:26:46.544Z] #24 6.303 + : /build [2019-09-20T14:26:46.544Z] #24 6.304 + '[' -z '' ']' [2019-09-20T14:26:46.544Z] #24 6.306 ++ mktemp -d [2019-09-20T14:26:46.544Z] #24 6.311 + export GOPATH=/tmp/tmp.l09oJTb8PA [2019-09-20T14:26:46.544Z] #24 6.311 + GOPATH=/tmp/tmp.l09oJTb8PA [2019-09-20T14:26:46.544Z] #24 6.311 + RM_GOPATH=1 [2019-09-20T14:26:46.544Z] #24 6.311 ++ dirname ./install.sh [2019-09-20T14:26:46.544Z] #24 6.313 + dir=. [2019-09-20T14:26:46.544Z] #24 6.313 + bin=golangci_lint [2019-09-20T14:26:46.544Z] #24 6.313 + shift [2019-09-20T14:26:46.544Z] #24 6.313 + '[' '!' -f ./golangci_lint.installer ']' [2019-09-20T14:26:46.544Z] #24 6.313 + . ./golangci_lint.installer [2019-09-20T14:26:46.544Z] #24 6.314 ++ : v1.17.1 [2019-09-20T14:26:46.544Z] #24 6.314 + install_golangci_lint [2019-09-20T14:26:46.544Z] #24 6.314 + echo 'Installing golangci-lint version v1.17.1' [2019-09-20T14:26:46.544Z] #24 6.315 Installing golangci-lint version v1.17.1 [2019-09-20T14:26:46.544Z] #24 6.315 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2019-09-20T14:26:46.800Z] #24 ... [2019-09-20T14:26:46.800Z] [2019-09-20T14:26:46.800Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-20T14:26:46.800Z] #53 6.186 + RM_GOPATH=0 [2019-09-20T14:26:46.800Z] #53 6.186 + TMP_GOPATH= [2019-09-20T14:26:46.800Z] #53 6.186 + : /build [2019-09-20T14:26:46.800Z] #53 6.186 + '[' -z '' ']' [2019-09-20T14:26:46.800Z] #53 6.194 ++ mktemp -d [2019-09-20T14:26:46.800Z] #53 6.202 + export GOPATH=/tmp/tmp.ETgYYHjg5J [2019-09-20T14:26:46.800Z] #53 6.202 + GOPATH=/tmp/tmp.ETgYYHjg5J [2019-09-20T14:26:46.800Z] #53 6.202 + RM_GOPATH=1 [2019-09-20T14:26:46.800Z] #53 6.202 ++ dirname ./install.sh [2019-09-20T14:26:46.800Z] #53 6.202 + dir=. [2019-09-20T14:26:46.800Z] #53 6.203 + bin=dockercli [2019-09-20T14:26:46.800Z] #53 6.204 + shift [2019-09-20T14:26:46.800Z] #53 6.204 + '[' '!' -f ./dockercli.installer ']' [2019-09-20T14:26:46.800Z] #53 6.205 + . ./dockercli.installer [2019-09-20T14:26:46.800Z] #53 6.206 ++ DOCKERCLI_CHANNEL=stable [2019-09-20T14:26:46.800Z] #53 6.207 ++ DOCKERCLI_VERSION=17.06.2-ce [2019-09-20T14:26:46.800Z] #53 6.209 + install_dockercli [2019-09-20T14:26:46.800Z] #53 6.211 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-09-20T14:26:46.800Z] #53 6.211 Install docker/cli version 17.06.2-ce from stable [2019-09-20T14:26:46.800Z] #53 6.214 ++ uname -m [2019-09-20T14:26:46.800Z] #53 6.216 + arch=x86_64 [2019-09-20T14:26:46.800Z] #53 6.221 + '[' x86_64 '!=' x86_64 ']' [2019-09-20T14:26:46.800Z] #53 6.221 + url=https://download.docker.com/linux/static [2019-09-20T14:26:46.800Z] #53 6.224 + tar -xz docker/docker [2019-09-20T14:26:46.800Z] #53 6.226 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2019-09-20T14:26:46.800Z] #53 ... [2019-09-20T14:26:46.800Z] [2019-09-20T14:26:46.800Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-09-20T14:26:46.800Z] #61 10.21 + cd /tmp/tmp.kEP5dsvsHf/src/github.com/rootless-containers/rootlesskit [2019-09-20T14:26:46.800Z] #61 10.21 + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-20T14:26:46.800Z] #61 10.67 + for f in rootlesskit rootlesskit-docker-proxy [2019-09-20T14:26:46.800Z] #61 10.67 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-09-20T14:26:46.918Z] Removing intermediate container 3173ef52ff53 [2019-09-20T14:26:46.918Z] ---> 530309336da7 [2019-09-20T14:26:46.918Z] Step 50/126 : FROM dev-base AS containerd [2019-09-20T14:26:46.918Z] ---> 031cdf2bb232 [2019-09-20T14:26:46.918Z] Step 51/126 : ARG DEBIAN_FRONTEND [2019-09-20T14:26:46.918Z] ---> Using cache [2019-09-20T14:26:46.918Z] ---> f757b0b2b340 [2019-09-20T14:26:46.918Z] Step 52/126 : RUN apt-get update && apt-get install -y --no-install-recommends btrfs-tools && rm -rf /var/lib/apt/lists/* [2019-09-20T14:26:47.193Z] #58 72.41 CC criu/pie/parasite-vdso.o [2019-09-20T14:26:47.289Z] ---> Running in 454908028f06 [2019-09-20T14:26:47.679Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-20T14:26:47.679Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-20T14:26:47.679Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-20T14:26:47.679Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-20T14:26:47.679Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-20T14:26:47.679Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [489 kB] [2019-09-20T14:26:47.759Z] #58 ... [2019-09-20T14:26:47.759Z] [2019-09-20T14:26:47.759Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-20T14:26:47.759Z] #33 129.7 internal/singleflight [2019-09-20T14:26:47.759Z] #33 130.0 vendor/golang.org/x/crypto/internal/chacha20 [2019-09-20T14:26:47.759Z] #33 130.7 vendor/golang.org/x/crypto/poly1305 [2019-09-20T14:26:47.759Z] #33 131.2 vendor/golang.org/x/sys/cpu [2019-09-20T14:26:47.759Z] #33 131.5 vendor/golang.org/x/crypto/chacha20poly1305 [2019-09-20T14:26:47.759Z] #33 131.8 net [2019-09-20T14:26:47.759Z] #33 133.0 vendor/golang.org/x/crypto/hkdf [2019-09-20T14:26:47.759Z] #33 133.2 vendor/golang.org/x/text/transform [2019-09-20T14:26:47.759Z] #33 134.0 vendor/golang.org/x/text/unicode/bidi [2019-09-20T14:26:47.759Z] #33 135.9 vendor/golang.org/x/text/secure/bidirule [2019-09-20T14:26:47.759Z] #33 136.3 vendor/golang.org/x/text/unicode/norm [2019-09-20T14:26:47.975Z] Removing intermediate container 0fea4b37a961 [2019-09-20T14:26:47.975Z] ---> 1ba66b977a8c [2019-09-20T14:26:47.975Z] Step 17/126 : FROM base AS swagger [2019-09-20T14:26:47.975Z] ---> 4039e85f295c [2019-09-20T14:26:47.975Z] Step 18/126 : ENV GO_SWAGGER_COMMIT c28258affb0b6251755d92489ef685af8d4ff3eb [2019-09-20T14:26:48.017Z] #33 ... [2019-09-20T14:26:48.017Z] [2019-09-20T14:26:48.017Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:26:48.017Z] #13 71.19 Selecting previously unselected package net-tools. [2019-09-20T14:26:48.017Z] #13 71.20 Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_amd64.deb ... [2019-09-20T14:26:48.017Z] #13 71.20 Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-20T14:26:48.017Z] #13 71.45 Selecting previously unselected package python-pip-whl. [2019-09-20T14:26:48.017Z] #13 71.45 Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-09-20T14:26:48.017Z] #13 71.46 Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-20T14:26:48.017Z] #13 72.27 Selecting previously unselected package python3-pip. [2019-09-20T14:26:48.017Z] #13 72.27 Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-09-20T14:26:48.017Z] #13 72.28 Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-09-20T14:26:48.017Z] #13 72.48 Selecting previously unselected package python3-pkg-resources. [2019-09-20T14:26:48.017Z] #13 72.48 Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-09-20T14:26:48.017Z] #13 72.49 Unpacking python3-pkg-resources (33.1.1-1) ... [2019-09-20T14:26:48.017Z] #13 72.67 Selecting previously unselected package python3-setuptools. [2019-09-20T14:26:48.017Z] #13 72.68 Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-09-20T14:26:48.017Z] #13 72.69 Unpacking python3-setuptools (33.1.1-1) ... [2019-09-20T14:26:48.017Z] #13 72.94 Selecting previously unselected package python3-wheel. [2019-09-20T14:26:48.017Z] #13 72.95 Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-09-20T14:26:48.017Z] #13 72.97 Unpacking python3-wheel (0.29.0-2) ... [2019-09-20T14:26:48.017Z] #13 73.14 Selecting previously unselected package thin-provisioning-tools. [2019-09-20T14:26:48.017Z] #13 73.14 Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_amd64.deb ... [2019-09-20T14:26:48.017Z] #13 73.16 Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-20T14:26:48.017Z] #13 73.52 Selecting previously unselected package vim-runtime. [2019-09-20T14:26:48.017Z] #13 73.56 Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-20T14:26:48.017Z] #13 73.62 Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' [2019-09-20T14:26:48.017Z] #13 73.67 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-09-20T14:26:48.017Z] #13 73.70 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:26:48.064Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-20T14:26:48.064Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-20T14:26:48.258Z] ---> Running in ca6fc3b90cd6 [2019-09-20T14:26:48.259Z] Removing intermediate container ca6fc3b90cd6 [2019-09-20T14:26:48.259Z] ---> c3db691a7e56 [2019-09-20T14:26:48.259Z] Step 19/126 : RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/go-swagger/go-swagger.git "$GOPATH/src/github.com/go-swagger/go-swagger" && (cd "$GOPATH/src/github.com/go-swagger/go-swagger" && git checkout -q "$GO_SWAGGER_COMMIT") && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger && rm -rf "$GOPATH" [2019-09-20T14:26:48.259Z] ---> Running in 759578f4138f [2019-09-20T14:26:48.542Z] + mktemp -d [2019-09-20T14:26:48.542Z] + export GOPATH=/tmp/tmp.oTf32iggQv [2019-09-20T14:26:48.542Z] + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.oTf32iggQv/src/github.com/go-swagger/go-swagger [2019-09-20T14:26:48.542Z] Cloning into '/tmp/tmp.oTf32iggQv/src/github.com/go-swagger/go-swagger'... [2019-09-20T14:26:49.442Z] Fetched 7674 kB in 1s (4734 kB/s) [2019-09-20T14:26:49.820Z] Reading package lists... [2019-09-20T14:26:50.202Z] Reading package lists... [2019-09-20T14:26:50.565Z] Building dependency tree... [2019-09-20T14:26:50.565Z] Reading state information... [2019-09-20T14:26:50.565Z] The following additional packages will be installed: [2019-09-20T14:26:50.565Z] btrfs-progs liblzo2-2 [2019-09-20T14:26:50.565Z] The following NEW packages will be installed: [2019-09-20T14:26:50.565Z] btrfs-progs btrfs-tools liblzo2-2 [2019-09-20T14:26:50.565Z] 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded. [2019-09-20T14:26:50.565Z] Need to get 668 kB of archives. [2019-09-20T14:26:50.565Z] After this operation, 5446 kB of additional disk space will be used. [2019-09-20T14:26:50.565Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB] [2019-09-20T14:26:50.565Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-progs s390x 4.7.3-1 [595 kB] [2019-09-20T14:26:50.565Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-tools s390x 4.7.3-1 [16.9 kB] [2019-09-20T14:26:50.565Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-20T14:26:50.931Z] Fetched 668 kB in 0s (7102 kB/s) [2019-09-20T14:26:50.931Z] Selecting previously unselected package liblzo2-2:s390x. [2019-09-20T14:26:50.931Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14828 files and directories currently installed.) [2019-09-20T14:26:50.931Z] Preparing to unpack .../liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-09-20T14:26:50.931Z] Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-20T14:26:50.931Z] Selecting previously unselected package btrfs-progs. [2019-09-20T14:26:50.931Z] Preparing to unpack .../btrfs-progs_4.7.3-1_s390x.deb ... [2019-09-20T14:26:50.931Z] Unpacking btrfs-progs (4.7.3-1) ... [2019-09-20T14:26:50.931Z] Selecting previously unselected package btrfs-tools. [2019-09-20T14:26:50.931Z] Preparing to unpack .../btrfs-tools_4.7.3-1_s390x.deb ... [2019-09-20T14:26:50.931Z] Unpacking btrfs-tools (4.7.3-1) ... [2019-09-20T14:26:50.931Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-20T14:26:50.931Z] Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-20T14:26:50.931Z] Setting up btrfs-progs (4.7.3-1) ... [2019-09-20T14:26:50.931Z] Setting up btrfs-tools (4.7.3-1) ... [2019-09-20T14:26:50.931Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-20T14:26:50.966Z] #61 ... [2019-09-20T14:26:50.966Z] [2019-09-20T14:26:50.966Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-20T14:26:50.966Z] #53 15.34 + mkdir -p /build [2019-09-20T14:26:50.966Z] #53 15.35 + mv docker/docker /build/ [2019-09-20T14:26:50.966Z] #53 15.35 + rmdir docker [2019-09-20T14:26:51.718Z] Removing intermediate container 454908028f06 [2019-09-20T14:26:51.718Z] ---> 9e224f112de9 [2019-09-20T14:26:51.718Z] Step 53/126 : ENV INSTALL_BINARY_NAME=containerd [2019-09-20T14:26:51.718Z] ---> Running in a51b3a1c16e0 [2019-09-20T14:26:51.718Z] Removing intermediate container a51b3a1c16e0 [2019-09-20T14:26:51.718Z] ---> a76b9460a228 [2019-09-20T14:26:51.718Z] Step 54/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-20T14:26:51.893Z] #53 DONE 16.4s [2019-09-20T14:26:51.893Z] [2019-09-20T14:26:51.893Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-20T14:26:51.893Z] #33 10.17 unicode [2019-09-20T14:26:51.893Z] #33 10.68 runtime [2019-09-20T14:26:51.893Z] #33 14.04 unicode/utf8 [2019-09-20T14:26:51.893Z] #33 14.73 math/bits [2019-09-20T14:26:51.893Z] #33 15.51 math [2019-09-20T14:26:52.079Z] ---> cd7a3a9f1794 [2019-09-20T14:26:52.079Z] Step 55/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-20T14:26:52.079Z] ---> 4fbd04d35ef1 [2019-09-20T14:26:52.079Z] Step 56/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-20T14:26:52.149Z] #33 ... [2019-09-20T14:26:52.149Z] [2019-09-20T14:26:52.149Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-09-20T14:26:52.149Z] #6 6.585 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-20T14:26:52.149Z] #6 6.589 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-20T14:26:52.149Z] #6 6.663 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-20T14:26:52.149Z] #6 6.674 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-20T14:26:52.149Z] #6 6.727 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-20T14:26:52.149Z] #6 7.568 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [506 kB] [2019-09-20T14:26:52.149Z] #6 9.775 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-20T14:26:52.149Z] #6 10.86 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-20T14:26:52.149Z] #6 ... [2019-09-20T14:26:52.149Z] [2019-09-20T14:26:52.149Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-20T14:26:52.149Z] #30 13.69 unicode/utf8 [2019-09-20T14:26:52.149Z] #30 14.22 internal/race [2019-09-20T14:26:52.149Z] #30 14.33 sync/atomic [2019-09-20T14:26:52.149Z] #30 14.73 unicode [2019-09-20T14:26:52.454Z] ---> Running in fa50fe201687 [2019-09-20T14:26:52.837Z] + RM_GOPATH=0 [2019-09-20T14:26:52.837Z] + TMP_GOPATH= [2019-09-20T14:26:52.837Z] + : /build [2019-09-20T14:26:52.837Z] + '[' -z '' ']' [2019-09-20T14:26:52.837Z] ++ mktemp -d [2019-09-20T14:26:52.837Z] + export GOPATH=/tmp/tmp.mIwcizIiGc [2019-09-20T14:26:52.837Z] + GOPATH=/tmp/tmp.mIwcizIiGc [2019-09-20T14:26:52.837Z] + RM_GOPATH=1 [2019-09-20T14:26:52.837Z] Install containerd version d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-20T14:26:52.837Z] ++ dirname ./install.sh [2019-09-20T14:26:52.837Z] + dir=. [2019-09-20T14:26:52.837Z] + bin=containerd [2019-09-20T14:26:52.837Z] + shift [2019-09-20T14:26:52.837Z] + '[' '!' -f ./containerd.installer ']' [2019-09-20T14:26:52.837Z] + . ./containerd.installer [2019-09-20T14:26:52.837Z] ++ CONTAINERD_COMMIT=d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-20T14:26:52.837Z] + install_containerd [2019-09-20T14:26:52.837Z] + echo 'Install containerd version d50db0a42053864a270f648048f9a8b4f24eced3' [2019-09-20T14:26:52.837Z] + git clone https://github.com/containerd/containerd.git /tmp/tmp.mIwcizIiGc/src/github.com/containerd/containerd [2019-09-20T14:26:52.837Z] Cloning into '/tmp/tmp.mIwcizIiGc/src/github.com/containerd/containerd'... [2019-09-20T14:26:53.281Z] #13 78.21 Selecting previously unselected package vim. [2019-09-20T14:26:53.281Z] #13 78.21 Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-09-20T14:26:53.281Z] #13 78.22 Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:26:53.281Z] #13 78.89 Selecting previously unselected package xfsprogs. [2019-09-20T14:26:53.281Z] #13 78.89 Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_amd64.deb ... [2019-09-20T14:26:53.281Z] #13 78.90 Unpacking xfsprogs (4.9.0+nmu1) ... [2019-09-20T14:26:53.539Z] #13 79.58 Selecting previously unselected package zip. [2019-09-20T14:26:53.797Z] #13 79.61 Preparing to unpack .../45-zip_3.0-11+b1_amd64.deb ... [2019-09-20T14:26:53.797Z] #13 79.62 Unpacking zip (3.0-11+b1) ... [2019-09-20T14:26:54.037Z] #30 18.21 internal/testlog [2019-09-20T14:26:54.037Z] #30 18.53 encoding [2019-09-20T14:26:54.055Z] #13 79.85 Selecting previously unselected package libapparmor-perl. [2019-09-20T14:26:54.055Z] #13 79.86 Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_amd64.deb ... [2019-09-20T14:26:54.055Z] #13 79.86 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-20T14:26:54.055Z] #13 80.02 Selecting previously unselected package apparmor. [2019-09-20T14:26:54.055Z] #13 80.02 Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_amd64.deb ... [2019-09-20T14:26:54.055Z] #13 80.12 Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-09-20T14:26:54.293Z] #30 18.67 runtime/cgo [2019-09-20T14:26:54.549Z] #30 ... [2019-09-20T14:26:54.549Z] [2019-09-20T14:26:54.549Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-20T14:26:54.549Z] #55 18.91 + cd /tmp/tmp.FzWB887hLp/src/github.com/docker/distribution [2019-09-20T14:26:54.549Z] #55 18.92 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-20T14:26:54.621Z] #13 80.67 Selecting previously unselected package binutils-mingw-w64-i686. [2019-09-20T14:26:54.879Z] #13 80.68 Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_amd64.deb ... [2019-09-20T14:26:54.879Z] #13 80.69 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-20T14:26:55.360Z] + cd /tmp/tmp.oTf32iggQv/src/github.com/go-swagger/go-swagger [2019-09-20T14:26:55.360Z] + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb [2019-09-20T14:26:55.914Z] #55 ... [2019-09-20T14:26:55.914Z] [2019-09-20T14:26:55.914Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:26:55.914Z] #57 10.77 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-20T14:26:55.978Z] + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-09-20T14:26:56.170Z] #57 ... [2019-09-20T14:26:56.170Z] [2019-09-20T14:26:56.170Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-09-20T14:26:56.170Z] #17 20.91 Fetched 7925 kB in 16s (478 kB/s) [2019-09-20T14:26:56.183Z] + cd /tmp/tmp.mIwcizIiGc/src/github.com/containerd/containerd [2019-09-20T14:26:56.183Z] + git checkout -q d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-20T14:26:56.183Z] + export 'BUILDTAGS=netgo osusergo static_build' [2019-09-20T14:26:56.183Z] + BUILDTAGS='netgo osusergo static_build' [2019-09-20T14:26:56.183Z] + export EXTRA_FLAGS=-buildmode=pie [2019-09-20T14:26:56.183Z] + EXTRA_FLAGS=-buildmode=pie [2019-09-20T14:26:56.183Z] + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-09-20T14:26:56.183Z] + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-09-20T14:26:56.183Z] + '[' '' = dynamic ']' [2019-09-20T14:26:56.183Z] + make [2019-09-20T14:26:56.183Z] 🇩 bin/ctr [2019-09-20T14:26:56.779Z] #13 82.68 Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-09-20T14:26:56.779Z] #13 82.72 Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_amd64.deb ... [2019-09-20T14:26:56.779Z] #13 82.73 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-20T14:26:58.154Z] #13 ... [2019-09-20T14:26:58.154Z] [2019-09-20T14:26:58.154Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:26:58.154Z] #58 73.61 CC criu/arch/x86/vdso-pie.o [2019-09-20T14:26:58.154Z] #58 73.97 CC criu/pie/util-vdso-elf32.o [2019-09-20T14:26:58.154Z] #58 74.65 AR criu/pie/pie.lib.a [2019-09-20T14:26:58.154Z] #58 74.73 DEP criu/pie/restorer.d [2019-09-20T14:26:58.154Z] #58 75.08 DEP criu/arch/x86/sigaction_compat_pie.d [2019-09-20T14:26:58.154Z] #58 75.19 DEP criu/arch/x86/restorer_unmap.d [2019-09-20T14:26:58.154Z] #58 75.22 DEP criu/arch/x86/restorer.d [2019-09-20T14:26:58.154Z] #58 75.54 DEP criu/pie/parasite.d [2019-09-20T14:26:58.154Z] #58 75.80 CC criu/pie/parasite.o [2019-09-20T14:26:58.154Z] #58 77.25 LINK criu/pie/parasite.built-in.o [2019-09-20T14:26:58.154Z] #58 77.28 GEN criu/pie/parasite-blob.h [2019-09-20T14:26:58.154Z] #58 77.29 CC criu/arch/x86/restorer.o [2019-09-20T14:26:58.154Z] #58 77.99 CC criu/arch/x86/restorer_unmap.o [2019-09-20T14:26:58.154Z] #58 78.07 CC criu/arch/x86/sigaction_compat_pie.o [2019-09-20T14:26:58.154Z] #58 78.39 CC criu/pie/restorer.o [2019-09-20T14:26:58.154Z] #58 81.49 LINK criu/pie/restorer.built-in.o [2019-09-20T14:26:58.154Z] #58 81.51 GEN criu/pie/restorer-blob.h [2019-09-20T14:26:58.154Z] #58 81.66 DEP criu/vdso.d [2019-09-20T14:26:58.154Z] #58 81.93 DEP criu/vdso-compat.d [2019-09-20T14:26:58.154Z] #58 82.19 DEP criu/uts_ns.d [2019-09-20T14:26:58.154Z] #58 82.37 DEP criu/util.d [2019-09-20T14:26:58.154Z] #58 82.62 DEP criu/uffd.d [2019-09-20T14:26:58.154Z] #58 82.97 DEP criu/tun.d [2019-09-20T14:26:58.154Z] #58 83.26 DEP criu/tty.d [2019-09-20T14:26:58.154Z] #58 83.57 DEP criu/timerfd.d [2019-09-20T14:26:58.412Z] #58 83.80 DEP criu/sysfs_parse.d [2019-09-20T14:26:58.412Z] #58 ... [2019-09-20T14:26:58.412Z] [2019-09-20T14:26:58.412Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-20T14:26:58.412Z] #33 140.4 vendor/golang.org/x/net/idna [2019-09-20T14:26:58.412Z] #33 143.3 vendor/golang.org/x/net/http2/hpack [2019-09-20T14:26:58.412Z] #33 144.6 mime [2019-09-20T14:26:58.412Z] #33 146.8 mime/quotedprintable [2019-09-20T14:26:58.412Z] #33 147.4 net/http/internal [2019-09-20T14:26:58.412Z] #33 147.9 os/exec [2019-09-20T14:26:58.670Z] #33 ... [2019-09-20T14:26:58.670Z] [2019-09-20T14:26:58.670Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:26:58.670Z] #58 84.11 DEP criu/sysctl.d [2019-09-20T14:26:58.928Z] #58 84.39 DEP criu/string.d [2019-09-20T14:26:58.928Z] #58 84.48 DEP criu/stats.d [2019-09-20T14:26:59.187Z] #58 84.65 DEP criu/sockets.d [2019-09-20T14:26:59.753Z] #58 85.00 DEP criu/sk-unix.d [2019-09-20T14:26:59.753Z] #58 85.36 DEP criu/sk-tcp.d [2019-09-20T14:27:00.012Z] #58 85.63 DEP criu/sk-queue.d [2019-09-20T14:27:00.578Z] #58 85.83 DEP criu/sk-packet.d [2019-09-20T14:27:00.836Z] #58 86.12 DEP criu/sk-netlink.d [2019-09-20T14:27:01.094Z] #58 86.44 DEP criu/sk-inet.d [2019-09-20T14:27:01.094Z] #58 86.66 DEP criu/signalfd.d [2019-09-20T14:27:01.352Z] #58 86.85 DEP criu/sigframe.d [2019-09-20T14:27:01.414Z] #17 20.91 Reading package lists... [2019-09-20T14:27:01.414Z] #17 ... [2019-09-20T14:27:01.414Z] [2019-09-20T14:27:01.414Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-20T14:27:01.414Z] #55 21.56 + GOPATH=/tmp/tmp.FzWB887hLp/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.FzWB887hLp go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-09-20T14:27:01.610Z] #58 87.05 DEP criu/shmem.d [2019-09-20T14:27:01.868Z] #58 87.24 DEP criu/servicefd.d [2019-09-20T14:27:02.126Z] #58 87.52 DEP criu/seize.d [2019-09-20T14:27:02.383Z] #58 87.78 DEP criu/seccomp.d [2019-09-20T14:27:02.641Z] #58 88.03 DEP criu/rst-malloc.d [2019-09-20T14:27:02.642Z] #58 88.19 DEP criu/rbtree.d [2019-09-20T14:27:02.782Z] #55 ... [2019-09-20T14:27:02.782Z] [2019-09-20T14:27:02.782Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-09-20T14:27:02.782Z] #17 20.91 Reading package lists... [2019-09-20T14:27:02.899Z] #58 88.22 DEP criu/pstree.d [2019-09-20T14:27:02.900Z] #58 88.42 DEP criu/protobuf.d [2019-09-20T14:27:03.466Z] #58 88.68 GEN criu/protobuf-desc-gen.h [2019-09-20T14:27:04.839Z] #58 90.37 DEP criu/protobuf-desc.d [2019-09-20T14:27:05.097Z] #58 90.59 DEP criu/proc_parse.d [2019-09-20T14:27:05.234Z] #17 27.95 Reading package lists... [2019-09-20T14:27:05.234Z] #17 ... [2019-09-20T14:27:05.234Z] [2019-09-20T14:27:05.234Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-20T14:27:05.234Z] #33 19.38 internal/testlog [2019-09-20T14:27:05.234Z] #33 19.62 encoding [2019-09-20T14:27:05.234Z] #33 19.73 unicode/utf16 [2019-09-20T14:27:05.234Z] #33 19.95 container/list [2019-09-20T14:27:05.234Z] #33 20.52 crypto/internal/subtle [2019-09-20T14:27:05.234Z] #33 20.67 crypto/subtle [2019-09-20T14:27:05.234Z] #33 20.88 vendor/golang.org/x/crypto/cryptobyte/asn1 [2019-09-20T14:27:05.234Z] #33 20.97 internal/nettrace [2019-09-20T14:27:05.234Z] #33 21.07 runtime/cgo [2019-09-20T14:27:05.355Z] #58 90.82 DEP criu/plugin.d [2019-09-20T14:27:05.356Z] #58 90.91 DEP criu/pipes.d [2019-09-20T14:27:05.922Z] #58 91.14 DEP criu/pie-util.d [2019-09-20T14:27:05.922Z] #58 91.28 DEP criu/pie-util-vdso.d [2019-09-20T14:27:06.180Z] #58 91.49 DEP criu/pie-util-vdso-elf32.d [2019-09-20T14:27:06.180Z] #58 91.66 DEP criu/path.d [2019-09-20T14:27:06.443Z] #58 91.96 DEP criu/parasite-syscall.d [2019-09-20T14:27:06.599Z] #33 ... [2019-09-20T14:27:06.599Z] [2019-09-20T14:27:06.599Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-20T14:27:06.599Z] #50 20.88 + cd /tmp/tmp.Gj9112GlW7/src/github.com/docker/libnetwork [2019-09-20T14:27:06.599Z] #50 20.88 + git checkout -q 92d1fbe1eb0883cf11d283cea8e658275146411d [2019-09-20T14:27:06.599Z] #50 21.20 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-09-20T14:27:06.599Z] #50 ... [2019-09-20T14:27:06.599Z] [2019-09-20T14:27:06.599Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-20T14:27:06.599Z] #44 23.09 Fetched 7925 kB in 17s (466 kB/s) [2019-09-20T14:27:06.599Z] #44 23.09 Reading package lists... [2019-09-20T14:27:07.010Z] #58 92.33 DEP criu/pagemap.d [2019-09-20T14:27:07.268Z] #58 92.63 DEP criu/pagemap-cache.d [2019-09-20T14:27:07.526Z] #58 92.80 DEP criu/page-xfer.d [2019-09-20T14:27:07.527Z] #44 29.33 Reading package lists... [2019-09-20T14:27:07.527Z] #44 ... [2019-09-20T14:27:07.527Z] [2019-09-20T14:27:07.527Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-09-20T14:27:07.527Z] #6 22.09 Fetched 7925 kB in 16s (480 kB/s) [2019-09-20T14:27:07.527Z] #6 22.09 Reading package lists... [2019-09-20T14:27:07.527Z] #6 29.05 Reading package lists... [2019-09-20T14:27:07.527Z] #6 ... [2019-09-20T14:27:07.527Z] [2019-09-20T14:27:07.527Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:27:07.527Z] #35 22.10 Fetched 7925 kB in 16s (469 kB/s) [2019-09-20T14:27:07.527Z] #35 22.10 Reading package lists... [2019-09-20T14:27:07.783Z] #35 29.04 Reading package lists... [2019-09-20T14:27:07.783Z] #35 ... [2019-09-20T14:27:07.783Z] [2019-09-20T14:27:07.783Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:27:07.783Z] #57 22.32 Fetched 7925 kB in 16s (473 kB/s) [2019-09-20T14:27:07.783Z] #57 22.32 Reading package lists... [2019-09-20T14:27:07.783Z] #57 28.55 Reading package lists... [2019-09-20T14:27:07.783Z] #57 ... [2019-09-20T14:27:07.783Z] [2019-09-20T14:27:07.783Z] #24 [golangci_lint 3/3] RUN PREFIX=/build ./install.sh golangci_lint [2019-09-20T14:27:07.783Z] #24 22.19 + cd /tmp/tmp.l09oJTb8PA/src/github.com/golangci/golangci-lint/ [2019-09-20T14:27:07.783Z] #24 22.19 + git checkout -q v1.17.1 [2019-09-20T14:27:07.783Z] #24 23.25 + go build -buildmode=pie -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2019-09-20T14:27:07.784Z] #58 93.07 DEP criu/page-pipe.d [2019-09-20T14:27:07.784Z] #58 93.27 DEP criu/netfilter.d [2019-09-20T14:27:08.039Z] #24 ... [2019-09-20T14:27:08.039Z] [2019-09-20T14:27:08.040Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-20T14:27:08.040Z] #33 31.72 vendor/golang.org/x/crypto/internal/subtle [2019-09-20T14:27:08.040Z] #33 31.82 vendor/golang.org/x/crypto/curve25519 [2019-09-20T14:27:08.043Z] #58 93.47 DEP criu/net.d [2019-09-20T14:27:08.303Z] #58 93.70 DEP criu/namespaces.d [2019-09-20T14:27:08.561Z] #58 93.93 DEP criu/mount.d [2019-09-20T14:27:08.819Z] #58 94.12 DEP criu/mem.d [2019-09-20T14:27:08.819Z] #58 94.30 DEP criu/lsm.d [2019-09-20T14:27:09.077Z] #58 94.51 DEP criu/log.d [2019-09-20T14:27:09.077Z] #58 ... [2019-09-20T14:27:09.077Z] [2019-09-20T14:27:09.077Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:27:09.077Z] #13 84.91 Selecting previously unselected package binutils-mingw-w64. [2019-09-20T14:27:09.077Z] #13 84.94 Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-09-20T14:27:09.077Z] #13 84.94 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-20T14:27:09.077Z] #13 85.04 Selecting previously unselected package mingw-w64-common. [2019-09-20T14:27:09.077Z] #13 85.06 Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-09-20T14:27:09.077Z] #13 85.06 Unpacking mingw-w64-common (5.0.1-1) ... [2019-09-20T14:27:09.077Z] #13 90.22 Selecting previously unselected package mingw-w64-x86-64-dev. [2019-09-20T14:27:09.077Z] #13 90.23 Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-09-20T14:27:09.077Z] #13 90.24 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-20T14:27:09.335Z] #13 ... [2019-09-20T14:27:09.335Z] [2019-09-20T14:27:09.335Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-09-20T14:27:09.335Z] #27 DONE 161.2s [2019-09-20T14:27:09.335Z] [2019-09-20T14:27:09.335Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-20T14:27:09.335Z] #33 151.3 net/textproto [2019-09-20T14:27:09.335Z] #33 151.4 crypto/x509 [2019-09-20T14:27:09.335Z] #33 152.5 vendor/golang.org/x/net/http/httpguts [2019-09-20T14:27:09.335Z] #33 152.8 vendor/golang.org/x/net/http/httpproxy [2019-09-20T14:27:09.335Z] #33 153.3 mime/multipart [2019-09-20T14:27:09.335Z] #33 155.7 crypto/tls [2019-09-20T14:27:09.594Z] #33 ... [2019-09-20T14:27:09.594Z] [2019-09-20T14:27:09.594Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:27:09.594Z] #58 94.84 DEP criu/libnetlink.d [2019-09-20T14:27:09.594Z] #58 95.01 DEP criu/kerndat.d [2019-09-20T14:27:10.160Z] #58 95.47 DEP criu/kcmp-ids.d [2019-09-20T14:27:10.160Z] #58 95.63 DEP criu/irmap.d [2019-09-20T14:27:10.418Z] #58 95.75 DEP criu/ipc_ns.d [2019-09-20T14:27:10.419Z] #58 95.87 DEP criu/image.d [2019-09-20T14:27:10.707Z] #58 96.08 DEP criu/image-desc.d [2019-09-20T14:27:10.707Z] #58 96.17 DEP criu/fsnotify.d [2019-09-20T14:27:10.985Z] #58 96.46 DEP criu/filesystems.d [2019-09-20T14:27:11.245Z] #58 96.69 DEP criu/files.d [2019-09-20T14:27:11.503Z] #58 97.01 DEP criu/files-reg.d [2019-09-20T14:27:11.761Z] #58 97.20 DEP criu/files-ext.d [2019-09-20T14:27:12.018Z] #58 97.37 DEP criu/file-lock.d [2019-09-20T14:27:12.018Z] #58 97.61 DEP criu/file-ids.d [2019-09-20T14:27:12.583Z] #58 97.85 DEP criu/fifo.d [2019-09-20T14:27:12.841Z] #58 98.08 DEP criu/fdstore.d [2019-09-20T14:27:12.841Z] #58 98.25 DEP criu/fault-injection.d [2019-09-20T14:27:12.841Z] #58 98.29 DEP criu/external.d [2019-09-20T14:27:13.098Z] #58 98.41 DEP criu/eventpoll.d [2019-09-20T14:27:13.098Z] #58 ... [2019-09-20T14:27:13.098Z] [2019-09-20T14:27:13.098Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-20T14:27:13.098Z] #15 165.0 + rm -rf /tmp/tmp.7obfzQhksQ [2019-09-20T14:27:13.098Z] #15 DONE 165.5s [2019-09-20T14:27:13.285Z] #33 ... [2019-09-20T14:27:13.285Z] [2019-09-20T14:27:13.285Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-09-20T14:27:13.285Z] #27 36.20 + cd /tmp/tmp.rgrZrFFUE4/src/gotest.tools/gotestsum [2019-09-20T14:27:13.285Z] #27 36.20 + git checkout -q v0.3.5 [2019-09-20T14:27:13.285Z] #27 36.21 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-09-20T14:27:13.355Z] [2019-09-20T14:27:13.355Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:27:13.355Z] #58 98.66 DEP criu/eventfd.d [2019-09-20T14:27:13.612Z] #58 98.92 DEP criu/crtools.d [2019-09-20T14:27:13.612Z] #58 99.21 DEP criu/cr-service.d [2019-09-20T14:27:14.177Z] #58 99.59 DEP criu/cr-restore.d [2019-09-20T14:27:14.653Z] #27 ... [2019-09-20T14:27:14.653Z] [2019-09-20T14:27:14.653Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-20T14:27:14.653Z] #50 DONE 38.9s [2019-09-20T14:27:14.653Z] [2019-09-20T14:27:14.653Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-20T14:27:14.653Z] #15 38.12 + cd /tmp/tmp.jbHNePAHtH/src/github.com/go-swagger/go-swagger [2019-09-20T14:27:14.653Z] #15 38.12 + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb [2019-09-20T14:27:14.740Z] #58 100.0 DEP criu/cr-errno.d [2019-09-20T14:27:14.740Z] #58 100.1 DEP criu/cr-dump.d [2019-09-20T14:27:14.740Z] #58 100.3 DEP criu/cr-dedup.d [2019-09-20T14:27:14.997Z] #58 100.4 DEP criu/cr-check.d [2019-09-20T14:27:15.254Z] #58 100.6 DEP criu/config.d [2019-09-20T14:27:15.254Z] #58 100.8 DEP criu/clone-noasan.d [2019-09-20T14:27:15.511Z] #58 100.9 DEP criu/cgroup.d [2019-09-20T14:27:15.581Z] #15 40.11 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-09-20T14:27:15.768Z] #58 101.1 DEP criu/cgroup-props.d [2019-09-20T14:27:15.768Z] #58 101.2 DEP criu/bitmap.d [2019-09-20T14:27:15.768Z] #58 101.2 DEP criu/bfd.d [2019-09-20T14:27:15.768Z] #58 101.3 DEP criu/autofs.d [2019-09-20T14:27:16.025Z] #58 101.4 DEP criu/aio.d [2019-09-20T14:27:16.282Z] #58 101.6 DEP criu/action-scripts.d [2019-09-20T14:27:16.539Z] #58 101.9 CC criu/action-scripts.o [2019-09-20T14:27:16.946Z] #15 ... [2019-09-20T14:27:16.946Z] [2019-09-20T14:27:16.946Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-09-20T14:27:16.946Z] #17 27.95 Reading package lists... [2019-09-20T14:27:16.946Z] #17 34.49 Building dependency tree... [2019-09-20T14:27:16.946Z] #17 35.86 Reading state information... [2019-09-20T14:27:16.946Z] #17 37.26 ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-09-20T14:27:16.946Z] #17 37.26 The following additional packages will be installed: [2019-09-20T14:27:16.946Z] #17 37.26 libjq1 libonig4 [2019-09-20T14:27:16.946Z] #17 37.65 The following NEW packages will be installed: [2019-09-20T14:27:16.946Z] #17 37.66 jq libjq1 libonig4 [2019-09-20T14:27:16.946Z] #17 38.81 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded. [2019-09-20T14:27:16.946Z] #17 38.81 Need to get 327 kB of archives. [2019-09-20T14:27:16.946Z] #17 38.81 After this operation, 1157 kB of additional disk space will be used. [2019-09-20T14:27:16.946Z] #17 38.81 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] [2019-09-20T14:27:16.946Z] #17 38.82 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] [2019-09-20T14:27:16.946Z] #17 38.83 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] [2019-09-20T14:27:16.946Z] #17 40.19 debconf: delaying package configuration, since apt-utils is not installed [2019-09-20T14:27:16.946Z] #17 40.46 Fetched 327 kB in 1s (312 kB/s) [2019-09-20T14:27:16.946Z] #17 40.58 Selecting previously unselected package libonig4:amd64. [2019-09-20T14:27:16.946Z] #17 40.58 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-09-20T14:27:16.946Z] #17 40.62 Preparing to unpack .../libonig4_6.1.3-2_amd64.deb ... [2019-09-20T14:27:16.946Z] #17 40.64 Unpacking libonig4:amd64 (6.1.3-2) ... [2019-09-20T14:27:16.946Z] #17 40.84 Selecting previously unselected package libjq1:amd64. [2019-09-20T14:27:16.946Z] #17 40.84 Preparing to unpack .../libjq1_1.5+dfsg-1.3_amd64.deb ... [2019-09-20T14:27:16.946Z] #17 40.84 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... [2019-09-20T14:27:16.946Z] #17 40.98 Selecting previously unselected package jq. [2019-09-20T14:27:16.946Z] #17 40.99 Preparing to unpack .../jq_1.5+dfsg-1.3_amd64.deb ... [2019-09-20T14:27:16.946Z] #17 41.00 Unpacking jq (1.5+dfsg-1.3) ... [2019-09-20T14:27:16.946Z] #17 41.13 Setting up libonig4:amd64 (6.1.3-2) ... [2019-09-20T14:27:16.946Z] #17 41.17 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... [2019-09-20T14:27:16.946Z] #17 41.19 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-20T14:27:16.946Z] #17 41.30 Setting up jq (1.5+dfsg-1.3) ... [2019-09-20T14:27:16.946Z] #17 DONE 41.6s [2019-09-20T14:27:16.946Z] [2019-09-20T14:27:16.946Z] #19 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-09-20T14:27:16.946Z] #19 DONE 0.1s [2019-09-20T14:27:16.946Z] [2019-09-20T14:27:16.946Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-20T14:27:16.946Z] #33 41.41 internal/reflectlite [2019-09-20T14:27:16.946Z] #33 41.44 sync [2019-09-20T14:27:17.102Z] #58 102.4 CC criu/aio.o [2019-09-20T14:27:17.666Z] #58 103.0 CC criu/autofs.o [2019-09-20T14:27:18.343Z] + rm -rf /tmp/tmp.oTf32iggQv [2019-09-20T14:27:18.343Z] Removing intermediate container 759578f4138f [2019-09-20T14:27:18.343Z] ---> 9bda09a7b795 [2019-09-20T14:27:18.343Z] Step 20/126 : FROM base AS frozen-images [2019-09-20T14:27:18.343Z] ---> 4039e85f295c [2019-09-20T14:27:18.343Z] Step 21/126 : ARG DEBIAN_FRONTEND [2019-09-20T14:27:18.343Z] ---> Using cache [2019-09-20T14:27:18.343Z] ---> f4233f435224 [2019-09-20T14:27:18.343Z] Step 22/126 : RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates jq && rm -rf /var/lib/apt/lists/* [2019-09-20T14:27:18.343Z] ---> Running in 976947e3b1a2 [2019-09-20T14:27:18.343Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-20T14:27:18.343Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-20T14:27:18.343Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-20T14:27:18.343Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-20T14:27:18.343Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-20T14:27:18.343Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [485 kB] [2019-09-20T14:27:18.343Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-09-20T14:27:18.343Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-09-20T14:27:18.839Z] #33 ... [2019-09-20T14:27:18.839Z] [2019-09-20T14:27:18.839Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-09-20T14:27:18.839Z] #6 29.05 Reading package lists... [2019-09-20T14:27:18.839Z] #6 35.64 Building dependency tree... [2019-09-20T14:27:18.839Z] #6 37.09 Reading state information... [2019-09-20T14:27:18.839Z] #6 38.71 The following additional packages will be installed: [2019-09-20T14:27:18.839Z] #6 38.72 libapparmor1 libseccomp2 [2019-09-20T14:27:18.839Z] #6 38.73 Suggested packages: [2019-09-20T14:27:18.839Z] #6 38.74 seccomp [2019-09-20T14:27:18.839Z] #6 39.10 The following NEW packages will be installed: [2019-09-20T14:27:18.839Z] #6 39.11 libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-09-20T14:27:18.839Z] #6 40.38 0 upgraded, 4 newly installed, 0 to remove and 1 not upgraded. [2019-09-20T14:27:18.839Z] #6 40.38 Need to get 300 kB of archives. [2019-09-20T14:27:18.839Z] #6 40.38 After this operation, 1201 kB of additional disk space will be used. [2019-09-20T14:27:18.839Z] #6 40.38 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp2 amd64 2.3.1-2.1+deb9u1 [40.7 kB] [2019-09-20T14:27:18.839Z] #6 40.39 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp-dev amd64 2.3.1-2.1+deb9u1 [61.0 kB] [2019-09-20T14:27:18.839Z] #6 40.39 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor1 amd64 2.11.0-3+deb9u2 [78.9 kB] [2019-09-20T14:27:18.839Z] #6 40.39 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-dev amd64 2.11.0-3+deb9u2 [119 kB] [2019-09-20T14:27:18.839Z] #6 41.37 debconf: delaying package configuration, since apt-utils is not installed [2019-09-20T14:27:18.839Z] #6 41.55 Fetched 300 kB in 1s (286 kB/s) [2019-09-20T14:27:18.839Z] #6 41.73 Selecting previously unselected package libseccomp2:amd64. [2019-09-20T14:27:18.839Z] #6 41.73 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-09-20T14:27:18.839Z] #6 41.81 Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_amd64.deb ... [2019-09-20T14:27:18.839Z] #6 41.84 Unpacking libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... [2019-09-20T14:27:18.839Z] #6 42.02 Selecting previously unselected package libseccomp-dev:amd64. [2019-09-20T14:27:18.839Z] #6 42.02 Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_amd64.deb ... [2019-09-20T14:27:18.839Z] #6 42.03 Unpacking libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... [2019-09-20T14:27:18.839Z] #6 42.27 Selecting previously unselected package libapparmor1:amd64. [2019-09-20T14:27:18.839Z] #6 42.27 Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_amd64.deb ... [2019-09-20T14:27:18.839Z] #6 42.27 Unpacking libapparmor1:amd64 (2.11.0-3+deb9u2) ... [2019-09-20T14:27:18.839Z] #6 42.56 Selecting previously unselected package libapparmor-dev:amd64. [2019-09-20T14:27:18.839Z] #6 42.56 Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_amd64.deb ... [2019-09-20T14:27:18.839Z] #6 42.56 Unpacking libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... [2019-09-20T14:27:18.839Z] #6 42.88 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-20T14:27:18.839Z] #6 43.00 Setting up libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... [2019-09-20T14:27:18.839Z] #6 43.04 Setting up libapparmor1:amd64 (2.11.0-3+deb9u2) ... [2019-09-20T14:27:18.839Z] #6 43.05 Setting up libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... [2019-09-20T14:27:18.839Z] #6 43.07 Setting up libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... [2019-09-20T14:27:18.839Z] #6 43.09 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-20T14:27:18.839Z] #6 DONE 43.3s [2019-09-20T14:27:18.839Z] [2019-09-20T14:27:18.839Z] #40 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-20T14:27:18.839Z] #40 DONE 0.1s [2019-09-20T14:27:18.839Z] [2019-09-20T14:27:18.839Z] #41 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-09-20T14:27:18.839Z] #41 DONE 0.1s [2019-09-20T14:27:18.839Z] [2019-09-20T14:27:18.839Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-20T14:27:19.096Z] #42 ... [2019-09-20T14:27:19.096Z] [2019-09-20T14:27:19.096Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-20T14:27:19.096Z] #44 29.33 Reading package lists... [2019-09-20T14:27:19.096Z] #44 35.67 Building dependency tree... [2019-09-20T14:27:19.096Z] #44 37.04 Reading state information... [2019-09-20T14:27:19.096Z] #44 38.59 The following additional packages will be installed: [2019-09-20T14:27:19.096Z] #44 38.62 btrfs-progs liblzo2-2 [2019-09-20T14:27:19.096Z] #44 38.84 The following NEW packages will be installed: [2019-09-20T14:27:19.096Z] #44 38.86 btrfs-progs btrfs-tools liblzo2-2 [2019-09-20T14:27:19.096Z] #44 40.14 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded. [2019-09-20T14:27:19.096Z] #44 40.14 Need to get 649 kB of archives. [2019-09-20T14:27:19.096Z] #44 40.14 After this operation, 4320 kB of additional disk space will be used. [2019-09-20T14:27:19.096Z] #44 40.14 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-09-20T14:27:19.096Z] #44 40.14 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] [2019-09-20T14:27:19.097Z] #44 40.24 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] [2019-09-20T14:27:19.097Z] #44 41.33 debconf: delaying package configuration, since apt-utils is not installed [2019-09-20T14:27:19.097Z] #44 41.55 Fetched 649 kB in 1s (519 kB/s) [2019-09-20T14:27:19.097Z] #44 41.70 Selecting previously unselected package liblzo2-2:amd64. [2019-09-20T14:27:19.097Z] #44 41.70 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-09-20T14:27:19.097Z] #44 41.79 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-09-20T14:27:19.097Z] #44 41.81 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-20T14:27:19.097Z] #44 42.02 Selecting previously unselected package btrfs-progs. [2019-09-20T14:27:19.097Z] #44 42.02 Preparing to unpack .../btrfs-progs_4.7.3-1_amd64.deb ... [2019-09-20T14:27:19.097Z] #44 42.03 Unpacking btrfs-progs (4.7.3-1) ... [2019-09-20T14:27:19.097Z] #44 42.99 Selecting previously unselected package btrfs-tools. [2019-09-20T14:27:19.097Z] #44 42.99 Preparing to unpack .../btrfs-tools_4.7.3-1_amd64.deb ... [2019-09-20T14:27:19.097Z] #44 43.00 Unpacking btrfs-tools (4.7.3-1) ... [2019-09-20T14:27:19.097Z] #44 43.17 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-20T14:27:19.097Z] #44 43.27 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-20T14:27:19.097Z] #44 43.32 Setting up btrfs-progs (4.7.3-1) ... [2019-09-20T14:27:19.097Z] #44 43.34 Setting up btrfs-tools (4.7.3-1) ... [2019-09-20T14:27:19.097Z] #44 43.44 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-20T14:27:19.097Z] #44 DONE 43.9s [2019-09-20T14:27:19.351Z] Fetched 7724 kB in 2s (3008 kB/s) [2019-09-20T14:27:19.353Z] [2019-09-20T14:27:19.353Z] #45 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-20T14:27:19.353Z] #45 DONE 0.1s [2019-09-20T14:27:19.354Z] [2019-09-20T14:27:19.354Z] #46 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-09-20T14:27:19.354Z] #46 DONE 0.1s [2019-09-20T14:27:19.354Z] [2019-09-20T14:27:19.354Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-20T14:27:19.354Z] #33 43.55 github.com/LK4D4/vndr/godl/singleflight [2019-09-20T14:27:19.559Z] #58 104.6 CC criu/bfd.o [2019-09-20T14:27:19.560Z] #58 105.1 CC criu/bitmap.o [2019-09-20T14:27:19.960Z] #33 44.17 math/rand [2019-09-20T14:27:19.960Z] #33 ... [2019-09-20T14:27:19.960Z] [2019-09-20T14:27:19.960Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:27:19.960Z] #57 28.55 Reading package lists... [2019-09-20T14:27:19.960Z] #57 35.07 Building dependency tree... [2019-09-20T14:27:19.960Z] #57 36.46 Reading state information... [2019-09-20T14:27:19.960Z] #57 38.21 The following additional packages will be installed: [2019-09-20T14:27:19.960Z] #57 38.21 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-09-20T14:27:19.960Z] #57 38.21 libprotoc10 python-pkg-resources zlib1g-dev [2019-09-20T14:27:19.960Z] #57 38.21 Suggested packages: [2019-09-20T14:27:19.960Z] #57 38.21 manpages-dev python-setuptools [2019-09-20T14:27:19.960Z] #57 39.91 The following NEW packages will be installed: [2019-09-20T14:27:19.960Z] #57 39.91 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-09-20T14:27:19.960Z] #57 39.91 libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-09-20T14:27:19.960Z] #57 39.91 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-09-20T14:27:19.960Z] #57 39.91 zlib1g-dev [2019-09-20T14:27:19.960Z] #57 41.24 0 upgraded, 16 newly installed, 0 to remove and 1 not upgraded. [2019-09-20T14:27:19.960Z] #57 41.24 Need to get 3602 kB of archives. [2019-09-20T14:27:19.960Z] #57 41.24 After this operation, 18.9 MB of additional disk space will be used. [2019-09-20T14:27:19.960Z] #57 41.24 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] [2019-09-20T14:27:19.960Z] #57 41.25 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap-dev amd64 1:2.25-1 [29.4 kB] [2019-09-20T14:27:19.960Z] #57 41.25 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1-dev amd64 1.1.6+dfsg-3 [118 kB] [2019-09-20T14:27:19.960Z] #57 41.25 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] [2019-09-20T14:27:19.960Z] #57 41.25 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-dev amd64 3.2.27-2 [96.2 kB] [2019-09-20T14:27:19.960Z] #57 41.27 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] [2019-09-20T14:27:19.960Z] #57 41.29 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c-dev amd64 1.2.1-2 [32.5 kB] [2019-09-20T14:27:19.960Z] #57 41.29 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-5 [205 kB] [2019-09-20T14:27:19.960Z] #57 41.31 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf10 amd64 3.0.0-9 [681 kB] [2019-09-20T14:27:19.960Z] #57 41.38 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-lite10 amd64 3.0.0-9 [125 kB] [2019-09-20T14:27:19.960Z] #57 41.39 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-dev amd64 3.0.0-9 [954 kB] [2019-09-20T14:27:19.960Z] #57 41.48 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotoc10 amd64 3.0.0-9 [626 kB] [2019-09-20T14:27:19.960Z] #57 41.55 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-c-compiler amd64 1.2.1-2 [78.4 kB] [2019-09-20T14:27:19.960Z] #57 41.55 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-compiler amd64 3.0.0-9 [52.8 kB] [2019-09-20T14:27:19.960Z] #57 41.55 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB] [2019-09-20T14:27:19.960Z] #57 41.56 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-protobuf amd64 3.0.0-9 [292 kB] [2019-09-20T14:27:19.960Z] #57 42.99 debconf: delaying package configuration, since apt-utils is not installed [2019-09-20T14:27:19.960Z] #57 43.25 Fetched 3602 kB in 1s (2280 kB/s) [2019-09-20T14:27:19.960Z] #57 43.54 Selecting previously unselected package libnet1:amd64. [2019-09-20T14:27:19.960Z] #57 43.54 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-09-20T14:27:19.960Z] #57 43.68 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_amd64.deb ... [2019-09-20T14:27:19.960Z] #57 43.69 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... [2019-09-20T14:27:19.960Z] #57 44.10 Selecting previously unselected package libcap-dev:amd64. [2019-09-20T14:27:19.960Z] #57 44.14 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_amd64.deb ... [2019-09-20T14:27:19.960Z] #57 44.19 Unpacking libcap-dev:amd64 (1:2.25-1) ... [2019-09-20T14:27:19.960Z] #57 44.34 Selecting previously unselected package libnet1-dev. [2019-09-20T14:27:19.960Z] #57 44.35 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_amd64.deb ... [2019-09-20T14:27:19.960Z] #57 44.39 Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-09-20T14:27:20.124Z] #58 105.3 CC criu/cgroup-props.o [2019-09-20T14:27:20.217Z] #57 44.87 Selecting previously unselected package libnl-3-200:amd64. [2019-09-20T14:27:20.217Z] #57 44.87 Preparing to unpack .../03-libnl-3-200_3.2.27-2_amd64.deb ... [2019-09-20T14:27:20.217Z] #57 44.90 Unpacking libnl-3-200:amd64 (3.2.27-2) ... [2019-09-20T14:27:20.473Z] #57 45.20 Selecting previously unselected package libnl-3-dev:amd64. [2019-09-20T14:27:20.473Z] #57 45.20 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_amd64.deb ... [2019-09-20T14:27:20.473Z] #57 45.23 Unpacking libnl-3-dev:amd64 (3.2.27-2) ... [2019-09-20T14:27:20.729Z] #57 ... [2019-09-20T14:27:20.729Z] [2019-09-20T14:27:20.729Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:27:20.729Z] #35 29.04 Reading package lists... [2019-09-20T14:27:20.729Z] #35 35.70 Building dependency tree... [2019-09-20T14:27:20.729Z] #35 37.17 Reading state information... [2019-09-20T14:27:20.729Z] #35 38.74 The following additional packages will be installed: [2019-09-20T14:27:20.729Z] #35 38.76 cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-09-20T14:27:20.729Z] #35 38.77 Suggested packages: [2019-09-20T14:27:20.729Z] #35 38.78 codeblocks eclipse ninja-build lrzip [2019-09-20T14:27:20.729Z] #35 38.78 Recommended packages: [2019-09-20T14:27:20.729Z] #35 38.78 xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-09-20T14:27:20.729Z] #35 39.81 The following NEW packages will be installed: [2019-09-20T14:27:20.729Z] #35 39.81 cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-09-20T14:27:20.729Z] #35 39.81 vim-common xxd [2019-09-20T14:27:20.729Z] #35 40.99 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded. [2019-09-20T14:27:20.729Z] #35 40.99 Need to get 13.7 MB of archives. [2019-09-20T14:27:20.729Z] #35 40.99 After this operation, 57.2 MB of additional disk space will be used. [2019-09-20T14:27:20.729Z] #35 40.99 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake-data all 3.7.2-1 [1216 kB] [2019-09-20T14:27:20.729Z] #35 41.09 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-09-20T14:27:20.729Z] #35 41.09 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libicu57 amd64 57.1-6+deb9u3 [7705 kB] [2019-09-20T14:27:20.729Z] #35 42.01 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxml2 amd64 2.9.4+dfsg1-2.2+deb9u2 [920 kB] [2019-09-20T14:27:20.729Z] #35 42.11 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libarchive13 amd64 3.2.2-2+deb9u1 [294 kB] [2019-09-20T14:27:20.729Z] #35 42.17 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2019-09-20T14:27:20.729Z] #35 42.18 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libuv1 amd64 1.9.1-3 [84.4 kB] [2019-09-20T14:27:20.729Z] #35 42.19 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake amd64 3.7.2-1 [3038 kB] [2019-09-20T14:27:20.729Z] #35 42.66 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-20T14:27:20.729Z] #35 42.71 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-20T14:27:20.729Z] #35 44.66 debconf: delaying package configuration, since apt-utils is not installed [2019-09-20T14:27:20.729Z] #35 45.21 Fetched 13.7 MB in 2s (4925 kB/s) [2019-09-20T14:27:20.729Z] #35 45.44 Selecting previously unselected package cmake-data. [2019-09-20T14:27:20.729Z] #35 45.44 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-09-20T14:27:20.729Z] #35 45.57 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-09-20T14:27:20.824Z] Reading package lists... [2019-09-20T14:27:20.985Z] #35 45.61 Unpacking cmake-data (3.7.2-1) ... [2019-09-20T14:27:20.985Z] #35 ... [2019-09-20T14:27:20.985Z] [2019-09-20T14:27:20.985Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:27:20.985Z] #57 45.74 Selecting previously unselected package libprotobuf-c1:amd64. [2019-09-20T14:27:20.985Z] #57 45.74 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_amd64.deb ... [2019-09-20T14:27:20.985Z] #57 45.75 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... [2019-09-20T14:27:21.055Z] #58 106.3 CC criu/cgroup.o [2019-09-20T14:27:21.055Z] #58 ... [2019-09-20T14:27:21.055Z] [2019-09-20T14:27:21.055Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:27:21.055Z] #13 96.70 Selecting previously unselected package gcc-mingw-w64-base. [2019-09-20T14:27:21.055Z] #13 96.70 Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_amd64.deb ... [2019-09-20T14:27:21.055Z] #13 96.71 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-20T14:27:21.055Z] #13 97.05 Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-09-20T14:27:21.055Z] #13 97.05 Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... [2019-09-20T14:27:21.055Z] #13 97.08 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-20T14:27:21.242Z] #57 45.98 Selecting previously unselected package libprotobuf-c-dev:amd64. [2019-09-20T14:27:21.242Z] #57 45.99 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_amd64.deb ... [2019-09-20T14:27:21.242Z] #57 46.01 Unpacking libprotobuf-c-dev:amd64 (1.2.1-2) ... [2019-09-20T14:27:21.498Z] #57 46.20 Selecting previously unselected package zlib1g-dev:amd64. [2019-09-20T14:27:21.498Z] #57 46.23 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ... [2019-09-20T14:27:21.498Z] #57 46.26 Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... [2019-09-20T14:27:21.619Z] #13 ... [2019-09-20T14:27:21.619Z] [2019-09-20T14:27:21.619Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-20T14:27:21.619Z] #33 163.4 net/http/httptrace [2019-09-20T14:27:21.619Z] #33 163.8 net/http [2019-09-20T14:27:21.754Z] #57 46.54 Selecting previously unselected package libprotobuf10:amd64. [2019-09-20T14:27:21.754Z] #57 46.54 Preparing to unpack .../08-libprotobuf10_3.0.0-9_amd64.deb ... [2019-09-20T14:27:21.754Z] #57 46.54 Unpacking libprotobuf10:amd64 (3.0.0-9) ... [2019-09-20T14:27:21.832Z] Reading package lists... [2019-09-20T14:27:22.114Z] Building dependency tree... [2019-09-20T14:27:22.114Z] Reading state information... [2019-09-20T14:27:22.114Z] ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-09-20T14:27:22.114Z] The following additional packages will be installed: [2019-09-20T14:27:22.114Z] libjq1 libonig4 [2019-09-20T14:27:22.114Z] The following NEW packages will be installed: [2019-09-20T14:27:22.114Z] jq libjq1 libonig4 [2019-09-20T14:27:22.114Z] 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded. [2019-09-20T14:27:22.114Z] Need to get 310 kB of archives. [2019-09-20T14:27:22.114Z] After this operation, 1267 kB of additional disk space will be used. [2019-09-20T14:27:22.114Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libonig4 ppc64el 6.1.3-2 [140 kB] [2019-09-20T14:27:22.400Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjq1 ppc64el 1.5+dfsg-1.3 [111 kB] [2019-09-20T14:27:22.400Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el jq ppc64el 1.5+dfsg-1.3 [58.9 kB] [2019-09-20T14:27:22.400Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-20T14:27:22.400Z] Fetched 310 kB in 0s (3598 kB/s) [2019-09-20T14:27:22.400Z] Selecting previously unselected package libonig4:ppc64el. [2019-09-20T14:27:22.400Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14950 files and directories currently installed.) [2019-09-20T14:27:22.400Z] Preparing to unpack .../libonig4_6.1.3-2_ppc64el.deb ... [2019-09-20T14:27:22.400Z] Unpacking libonig4:ppc64el (6.1.3-2) ... [2019-09-20T14:27:22.681Z] #57 47.21 Selecting previously unselected package libprotobuf-lite10:amd64. [2019-09-20T14:27:22.681Z] #57 47.22 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_amd64.deb ... [2019-09-20T14:27:22.681Z] #57 47.22 Unpacking libprotobuf-lite10:amd64 (3.0.0-9) ... [2019-09-20T14:27:22.681Z] #57 47.43 Selecting previously unselected package libprotobuf-dev:amd64. [2019-09-20T14:27:22.681Z] #57 47.43 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_amd64.deb ... [2019-09-20T14:27:22.681Z] #57 47.44 Unpacking libprotobuf-dev:amd64 (3.0.0-9) ... [2019-09-20T14:27:22.683Z] Selecting previously unselected package libjq1:ppc64el. [2019-09-20T14:27:22.684Z] Preparing to unpack .../libjq1_1.5+dfsg-1.3_ppc64el.deb ... [2019-09-20T14:27:22.684Z] Unpacking libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-09-20T14:27:22.684Z] Selecting previously unselected package jq. [2019-09-20T14:27:22.684Z] Preparing to unpack .../jq_1.5+dfsg-1.3_ppc64el.deb ... [2019-09-20T14:27:22.684Z] Unpacking jq (1.5+dfsg-1.3) ... [2019-09-20T14:27:22.684Z] Setting up libonig4:ppc64el (6.1.3-2) ... [2019-09-20T14:27:22.684Z] Setting up libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-09-20T14:27:22.684Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-20T14:27:22.684Z] Setting up jq (1.5+dfsg-1.3) ... [2019-09-20T14:27:23.245Z] #57 ... [2019-09-20T14:27:23.245Z] [2019-09-20T14:27:23.245Z] #7 [dev 1/24] RUN groupadd -r docker [2019-09-20T14:27:23.245Z] #7 DONE 4.5s [2019-09-20T14:27:23.245Z] [2019-09-20T14:27:23.245Z] #8 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-09-20T14:27:23.303Z] Removing intermediate container 976947e3b1a2 [2019-09-20T14:27:23.303Z] ---> 42fea49900f2 [2019-09-20T14:27:23.303Z] Step 23/126 : COPY contrib/download-frozen-image-v2.sh / [2019-09-20T14:27:23.303Z] ---> 305a3bbf502c [2019-09-20T14:27:23.303Z] Step 24/126 : RUN /download-frozen-image-v2.sh /build buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251 busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0 busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6 debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60 hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c [2019-09-20T14:27:23.303Z] ---> Running in d9a0a30fb7ef [2019-09-20T14:27:23.513Z] #33 175.2 github.com/LK4D4/vndr/godl [2019-09-20T14:27:24.077Z] #33 175.8 github.com/LK4D4/vndr [2019-09-20T14:27:24.077Z] #33 ... [2019-09-20T14:27:24.077Z] [2019-09-20T14:27:24.077Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:27:24.077Z] #58 109.6 CC criu/clone-noasan.o [2019-09-20T14:27:24.174Z] #8 ... [2019-09-20T14:27:24.174Z] [2019-09-20T14:27:24.174Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-20T14:27:24.174Z] #30 38.41 internal/reflectlite [2019-09-20T14:27:24.174Z] #30 38.41 sync [2019-09-20T14:27:24.174Z] #30 41.11 sort [2019-09-20T14:27:24.174Z] #30 41.11 errors [2019-09-20T14:27:24.174Z] #30 41.76 strconv [2019-09-20T14:27:24.174Z] #30 42.85 io [2019-09-20T14:27:24.174Z] #30 44.40 internal/oserror [2019-09-20T14:27:24.174Z] #30 44.64 syscall [2019-09-20T14:27:24.174Z] #30 46.76 reflect [2019-09-20T14:27:24.174Z] #30 ... [2019-09-20T14:27:24.174Z] [2019-09-20T14:27:24.174Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-20T14:27:24.174Z] #42 4.793 + RM_GOPATH=0 [2019-09-20T14:27:24.174Z] #42 4.793 + TMP_GOPATH= [2019-09-20T14:27:24.174Z] #42 4.795 + : /build [2019-09-20T14:27:24.174Z] #42 4.795 + '[' -z '' ']' [2019-09-20T14:27:24.174Z] #42 4.798 ++ mktemp -d [2019-09-20T14:27:24.174Z] #42 4.807 + export GOPATH=/tmp/tmp.rHNcOTu6SG [2019-09-20T14:27:24.174Z] #42 4.808 + GOPATH=/tmp/tmp.rHNcOTu6SG [2019-09-20T14:27:24.174Z] #42 4.808 + RM_GOPATH=1 [2019-09-20T14:27:24.174Z] #42 4.809 ++ dirname ./install.sh [2019-09-20T14:27:24.174Z] #42 4.812 + dir=. [2019-09-20T14:27:24.174Z] #42 4.812 + bin=runc [2019-09-20T14:27:24.174Z] #42 4.812 + shift [2019-09-20T14:27:24.174Z] #42 4.812 + '[' '!' -f ./runc.installer ']' [2019-09-20T14:27:24.174Z] #42 4.812 + . ./runc.installer [2019-09-20T14:27:24.174Z] #42 4.812 ++ RUNC_COMMIT=425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-20T14:27:24.174Z] #42 4.812 + install_runc [2019-09-20T14:27:24.174Z] #42 4.824 + grep -q '^3\.10\.0.*\.el7\.' [2019-09-20T14:27:24.174Z] #42 4.825 + uname -r [2019-09-20T14:27:24.174Z] #42 4.837 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-09-20T14:27:24.174Z] #42 4.837 + echo 'Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux )' [2019-09-20T14:27:24.174Z] #42 4.837 Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux ) [2019-09-20T14:27:24.174Z] #42 4.837 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.rHNcOTu6SG/src/github.com/opencontainers/runc [2019-09-20T14:27:24.174Z] #42 4.845 Cloning into '/tmp/tmp.rHNcOTu6SG/src/github.com/opencontainers/runc'... [2019-09-20T14:27:24.311Z] Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-09-20T14:27:24.335Z] #58 109.8 CC criu/config.o [2019-09-20T14:27:24.593Z]  [2019-09-20T14:27:24.907Z] 🇩 bin/containerd [2019-09-20T14:27:25.165Z]  ##########      14.9% #####################     30.5% ######################################    53.2% ######################################################  75.2% ##################################################################   93.0% ######################################################################## 100.0% [2019-09-20T14:27:25.448Z]  [2019-09-20T14:27:25.730Z]  ######################    31.4% #########################################################  80.2% ######################################################################## 100.0% [2019-09-20T14:27:26.012Z]  [2019-09-20T14:27:26.229Z] #58 111.5 CC criu/cr-check.o [2019-09-20T14:27:26.577Z]  ##########    15.2% #############################   40.4% ##########################################    59.6% ############################################################# 85.0% ######################################################################## 100.0% [2019-09-20T14:27:26.858Z]  [2019-09-20T14:27:27.440Z] #42 ... [2019-09-20T14:27:27.440Z] [2019-09-20T14:27:27.440Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-20T14:27:27.440Z] #20 5.962 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-09-20T14:27:27.440Z] #20 6.571 [2019-09-20T14:27:27.440Z] #20 6.911 # 2.7% #### 6.0% ###### 8.8% ######## 11.4% ########### 15.5% ############### 21.4% ################### 27.6% ######################## 33.9% ########################### 38.1% ############################### 44.3% #################################### 50.0% ######################################## 55.7% ########################################### 60.7% ############################################## 64.5% ################################################## 69.5% ####################################################### 76.6% ########################################################### 82.5% ############################################################### 88.8% ###################################################################### 98.2% ######################################################################## 100.0% [2019-09-20T14:27:27.440Z] #20 9.406 [2019-09-20T14:27:27.440Z] #20 9.870 ######## 11.6% ############################ 40.0% [2019-09-20T14:27:27.440Z] #20 ... [2019-09-20T14:27:27.440Z] [2019-09-20T14:27:27.440Z] #8 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-09-20T14:27:27.440Z] #8 DONE 4.0s [2019-09-20T14:27:27.440Z] [2019-09-20T14:27:27.440Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-20T14:27:27.440Z] #20 9.870 ######## 11.6% ############################ 40.0% ###################################### 54.1% ################################################## 70.7% [2019-09-20T14:27:27.440Z] #20 ... [2019-09-20T14:27:27.440Z] [2019-09-20T14:27:27.440Z] #9 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-09-20T14:27:28.126Z] #58 113.3 CC criu/cr-dedup.o [2019-09-20T14:27:28.343Z]  ###   4.6% #########    13.7% ################   23.1% ###################### 31.9% ############################   39.7% ##################################  47.7% #########################################    58.0% ###############################################   66.3% ###################################################  71.2% ########################################################  78.9% ##############################################################  86.7% ###################################################################  93.2% ######################################################################## 100.0% [2019-09-20T14:27:28.343Z]  [2019-09-20T14:27:28.383Z] #58 113.8 CC criu/cr-dump.o [2019-09-20T14:27:28.959Z] Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-09-20T14:27:29.240Z]  [2019-09-20T14:27:29.373Z] #9 ... [2019-09-20T14:27:29.373Z] [2019-09-20T14:27:29.373Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-20T14:27:29.373Z] #47 4.455 + RM_GOPATH=0 [2019-09-20T14:27:29.373Z] #47 4.455 + TMP_GOPATH= [2019-09-20T14:27:29.373Z] #47 4.456 + : /build [2019-09-20T14:27:29.373Z] #47 4.456 + '[' -z '' ']' [2019-09-20T14:27:29.373Z] #47 4.457 ++ mktemp -d [2019-09-20T14:27:29.373Z] #47 4.464 + export GOPATH=/tmp/tmp.JAkgO7T7al [2019-09-20T14:27:29.373Z] #47 4.464 + GOPATH=/tmp/tmp.JAkgO7T7al [2019-09-20T14:27:29.373Z] #47 4.464 + RM_GOPATH=1 [2019-09-20T14:27:29.373Z] #47 4.467 ++ dirname ./install.sh [2019-09-20T14:27:29.373Z] #47 4.469 + dir=. [2019-09-20T14:27:29.373Z] #47 4.471 + bin=containerd [2019-09-20T14:27:29.373Z] #47 4.471 + shift [2019-09-20T14:27:29.373Z] #47 4.471 + '[' '!' -f ./containerd.installer ']' [2019-09-20T14:27:29.373Z] #47 4.471 + . ./containerd.installer [2019-09-20T14:27:29.373Z] #47 4.471 ++ CONTAINERD_COMMIT=d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-20T14:27:29.373Z] #47 4.471 + install_containerd [2019-09-20T14:27:29.373Z] #47 4.471 + echo 'Install containerd version d50db0a42053864a270f648048f9a8b4f24eced3' [2019-09-20T14:27:29.373Z] #47 4.471 Install containerd version d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-20T14:27:29.373Z] #47 4.474 + git clone https://github.com/containerd/containerd.git /tmp/tmp.JAkgO7T7al/src/github.com/containerd/containerd [2019-09-20T14:27:29.373Z] #47 4.480 Cloning into '/tmp/tmp.JAkgO7T7al/src/github.com/containerd/containerd'... [2019-09-20T14:27:29.522Z]  ######################################################################## 100.0% [2019-09-20T14:27:29.522Z]  [2019-09-20T14:27:29.630Z] #47 ... [2019-09-20T14:27:29.630Z] [2019-09-20T14:27:29.630Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-20T14:27:29.630Z] #20 9.870 ######## 11.6% ############################ 40.0% ###################################### 54.1% ################################################## 70.7% ########################################################### 83.1% ################################################################# 90.5% ######################################################################## 100.0% [2019-09-20T14:27:29.630Z] #20 11.30 [2019-09-20T14:27:29.630Z] #20 11.62 ###### 8.5% ############ 17.7% ################ 23.5% ######################## 34.7% ################################ 45.8% ###################################### 53.8% ############################################## 64.1% #################################################### 73.4% ############################################################ 84.5% #################################################################### 94.9% ######################################################################## 100.0% [2019-09-20T14:27:30.152Z] Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-09-20T14:27:30.191Z] #20 13.30 [2019-09-20T14:27:30.436Z]  [2019-09-20T14:27:30.436Z]  ######################################################################## 100.0% [2019-09-20T14:27:30.720Z]  [2019-09-20T14:27:30.911Z] #58 116.3 CC criu/cr-errno.o [2019-09-20T14:27:30.911Z] #58 116.4 CC criu/cr-restore.o [2019-09-20T14:27:30.970Z] #20 13.63 1.3% ## 3.1% ### 5.5% ##### 7.5% ####### [2019-09-20T14:27:30.970Z] #20 ... [2019-09-20T14:27:30.970Z] [2019-09-20T14:27:30.970Z] #9 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-09-20T14:27:30.970Z] #9 3.125 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-09-20T14:27:30.970Z] #9 DONE 4.0s [2019-09-20T14:27:30.970Z] [2019-09-20T14:27:30.970Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-20T14:27:31.335Z] Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-09-20T14:27:31.335Z] skipping existing c8c2d4a6b2e3 [2019-09-20T14:27:31.335Z] [2019-09-20T14:27:31.482Z] #20 13.63 1.3% ## 3.1% ### 5.5% ##### 7.5% ####### 9.9% ######## 11.9% ######### 12.9% ########## 14.2% ########### 15.7% ############# 18.7% ###### [2019-09-20T14:27:31.482Z] #20 ... [2019-09-20T14:27:31.482Z] [2019-09-20T14:27:31.482Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-20T14:27:31.482Z] #33 45.96 errors [2019-09-20T14:27:31.482Z] #33 46.27 sort [2019-09-20T14:27:31.482Z] #33 46.28 io [2019-09-20T14:27:31.482Z] #33 47.41 strconv [2019-09-20T14:27:31.482Z] #33 47.95 bytes [2019-09-20T14:27:31.482Z] #33 51.25 bufio [2019-09-20T14:27:31.482Z] #33 51.84 reflect [2019-09-20T14:27:31.482Z] #33 53.50 internal/oserror [2019-09-20T14:27:31.482Z] #33 53.69 syscall [2019-09-20T14:27:31.738Z] #33 ... [2019-09-20T14:27:31.738Z] [2019-09-20T14:27:31.738Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-20T14:27:31.950Z] Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-09-20T14:27:32.234Z]  [2019-09-20T14:27:32.282Z] #58 ... [2019-09-20T14:27:32.282Z] [2019-09-20T14:27:32.282Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-20T14:27:32.282Z] #33 DONE 184.2s [2019-09-20T14:27:32.282Z] [2019-09-20T14:27:32.282Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:27:32.282Z] #13 113.5 Selecting previously unselected package g++-mingw-w64-x86-64. [2019-09-20T14:27:32.282Z] #13 113.5 Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... [2019-09-20T14:27:32.282Z] #13 113.5 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-20T14:27:32.516Z]  ######################################################################## 100.0% [2019-09-20T14:27:32.516Z]  [2019-09-20T14:27:32.516Z] Download of images into '/build' complete. [2019-09-20T14:27:32.516Z] Use something like the following to load the result into a Docker daemon: [2019-09-20T14:27:32.516Z] tar -cC '/build' . | docker load [2019-09-20T14:27:34.573Z] #20 13.63 1.3% ## 3.1% ### 5.5% ##### 7.5% ####### 9.9% ######## 11.9% ######### 12.9% ########## 14.2% ########### 15.7% ############# 18.7% ############### 21.3% ################# 23.9% ################## 26.4% #################### 28.9% ##################### 30.3% ####################### 32.9% ######################### 34.7% ########################## 36.1% ########################## 37.1% ############################# 40.5% ############################### 44.2% ################################# 46.0% ################################## 48.0% ################################### 49.9% ##################################### 52.4% ####################################### 54.8% ######################################## 56.1% ######################################### 57.8% ########################################## 58.9% ############################################ 61.3% ############################################## 64.0% ############################################### 66.6% ################################################# 69.2% ################################################### 71.4% ##################################################### 74.0% ###################################################### 75.5% ####################################################### 77.2% ######################################################### 79.8% ########################################################### 82.1% ############################################################ 84.7% # [2019-09-20T14:27:34.573Z] #20 ... [2019-09-20T14:27:34.573Z] [2019-09-20T14:27:34.573Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:27:34.573Z] #57 49.44 Selecting previously unselected package libprotoc10:amd64. [2019-09-20T14:27:34.573Z] #57 49.44 Preparing to unpack .../11-libprotoc10_3.0.0-9_amd64.deb ... [2019-09-20T14:27:34.573Z] #57 49.44 Unpacking libprotoc10:amd64 (3.0.0-9) ... [2019-09-20T14:27:34.573Z] #57 50.05 Selecting previously unselected package protobuf-c-compiler. [2019-09-20T14:27:34.573Z] #57 50.05 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_amd64.deb ... [2019-09-20T14:27:34.573Z] #57 50.06 Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-09-20T14:27:34.574Z] #57 50.24 Selecting previously unselected package protobuf-compiler. [2019-09-20T14:27:34.574Z] #57 50.24 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_amd64.deb ... [2019-09-20T14:27:34.574Z] #57 50.25 Unpacking protobuf-compiler (3.0.0-9) ... [2019-09-20T14:27:34.574Z] #57 50.44 Selecting previously unselected package python-pkg-resources. [2019-09-20T14:27:34.574Z] #57 50.44 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-09-20T14:27:34.574Z] #57 50.45 Unpacking python-pkg-resources (33.1.1-1) ... [2019-09-20T14:27:34.574Z] #57 50.76 Selecting previously unselected package python-protobuf. [2019-09-20T14:27:34.574Z] #57 50.76 Preparing to unpack .../15-python-protobuf_3.0.0-9_amd64.deb ... [2019-09-20T14:27:34.574Z] #57 50.77 Unpacking python-protobuf (3.0.0-9) ... [2019-09-20T14:27:34.574Z] #57 51.41 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... [2019-09-20T14:27:34.574Z] #57 51.78 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... [2019-09-20T14:27:34.574Z] #57 51.80 Setting up python-pkg-resources (33.1.1-1) ... [2019-09-20T14:27:34.574Z] #57 57.88 Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-09-20T14:27:34.574Z] #57 57.89 Setting up libprotobuf10:amd64 (3.0.0-9) ... [2019-09-20T14:27:34.574Z] #57 57.91 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-20T14:27:34.574Z] #57 58.00 Setting up python-protobuf (3.0.0-9) ... [2019-09-20T14:27:34.913Z] #57 ... [2019-09-20T14:27:34.913Z] [2019-09-20T14:27:34.913Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-20T14:27:35.192Z] #20 13.63 1.3% ## 3.1% ### 5.5% ##### 7.5% ####### 9.9% ######## 11.9% ######### 12.9% ########## 14.2% ########### 15.7% ############# 18.7% ############### 21.3% ################# 23.9% ################## 26.4% #################### 28.9% ##################### 30.3% ####################### 32.9% ######################### 34.7% ########################## 36.1% ########################## 37.1% ############################# 40.5% ############################### 44.2% ################################# 46.0% ################################## 48.0% ################################### 49.9% ##################################### 52.4% ####################################### 54.8% ######################################## 56.1% ######################################### 57.8% ########################################## 58.9% ############################################ 61.3% ############################################## 64.0% ############################################### 66.6% ################################################# 69.2% ################################################### 71.4% ##################################################### 74.0% ###################################################### 75.5% ####################################################### 77.2% ######################################################### 79.8% ########################################################### 82.1% ############################################################ 84.7% ############################################################## 86.7% ############################################################### 88.8% ################################################################# 91.3% ################################################################## 92.8% ### [2019-09-20T14:27:35.192Z] #20 ... [2019-09-20T14:27:35.192Z] [2019-09-20T14:27:35.192Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:27:35.192Z] #35 49.90 Selecting previously unselected package liblzo2-2:amd64. [2019-09-20T14:27:35.192Z] #35 49.93 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-09-20T14:27:35.192Z] #35 49.95 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-20T14:27:35.192Z] #35 50.17 Selecting previously unselected package libicu57:amd64. [2019-09-20T14:27:35.192Z] #35 50.18 Preparing to unpack .../2-libicu57_57.1-6+deb9u3_amd64.deb ... [2019-09-20T14:27:35.192Z] #35 50.19 Unpacking libicu57:amd64 (57.1-6+deb9u3) ... [2019-09-20T14:27:35.192Z] #35 58.83 Selecting previously unselected package libxml2:amd64. [2019-09-20T14:27:35.192Z] #35 58.83 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_amd64.deb ... [2019-09-20T14:27:35.192Z] #35 58.84 Unpacking libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-20T14:27:35.192Z] #35 ... [2019-09-20T14:27:35.192Z] [2019-09-20T14:27:35.192Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-20T14:27:35.195Z] Removing intermediate container d9a0a30fb7ef [2019-09-20T14:27:35.195Z] ---> f6c478059d49 [2019-09-20T14:27:35.195Z] Step 25/126 : FROM base AS cross-false [2019-09-20T14:27:35.195Z] ---> 4039e85f295c [2019-09-20T14:27:35.195Z] Step 26/126 : FROM base AS cross-true [2019-09-20T14:27:35.195Z] ---> 4039e85f295c [2019-09-20T14:27:35.195Z] Step 27/126 : ARG DEBIAN_FRONTEND [2019-09-20T14:27:35.195Z] ---> Using cache [2019-09-20T14:27:35.195Z] ---> f4233f435224 [2019-09-20T14:27:35.195Z] Step 28/126 : RUN dpkg --add-architecture armhf [2019-09-20T14:27:35.195Z] ---> Running in 2edc161632dc [2019-09-20T14:27:35.720Z] #20 13.63 1.3% ## 3.1% ### 5.5% ##### 7.5% ####### 9.9% ######## 11.9% ######### 12.9% ########## 14.2% ########### 15.7% ############# 18.7% ############### 21.3% ################# 23.9% ################## 26.4% #################### 28.9% ##################### 30.3% ####################### 32.9% ######################### 34.7% ########################## 36.1% ########################## 37.1% ############################# 40.5% ############################### 44.2% ################################# 46.0% ################################## 48.0% ################################### 49.9% ##################################### 52.4% ####################################### 54.8% ######################################## 56.1% ######################################### 57.8% ########################################## 58.9% ############################################ 61.3% ############################################## 64.0% ############################################### 66.6% ################################################# 69.2% ################################################### 71.4% ##################################################### 74.0% ###################################################### 75.5% ####################################################### 77.2% ######################################################### 79.8% ########################################################### 82.1% ############################################################ 84.7% ############################################################## 86.7% ############################################################### 88.8% ################################################################# 91.3% ################################################################## 92.8% ################################################################## 92.8% #################################################################### 95.1% ##################################################################### 96.4% ###########20 ... [2019-09-20T14:27:35.720Z] [2019-09-20T14:27:35.720Z] #10 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-09-20T14:27:35.720Z] #10 DONE 4.6s [2019-09-20T14:27:35.720Z] [2019-09-20T14:27:35.720Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-20T14:27:35.720Z] #20 13.63 1.3% ## 3.1% ### 5.5% ##### 7.5% ####### 9.9% ######## 11.9% ######### 12.9% ########## 14.2% ########### 15.7% ############# 18.7% ############### 21.3% ################# 23.9% ################## 26.4% #################### 28.9% ##################### 30.3% ####################### 32.9% ######################### 34.7% ########################## 36.1% ########################## 37.1% ############################# 40.5% ############################### 44.2% ################################# 46.0% ################################## 48.0% ################################### 49.9% ##################################### 52.4% ####################################### 54.8% ######################################## 56.1% ######################################### 57.8% ########################################## 58.9% ############################################ 61.3% ############################################## 64.0% ############################################### 66.6% ################################################# 69.2% ################################################### 71.4% ##################################################### 74.0% ###################################################### 75.5% ####################################################### 77.2% ######################################################### 79.8% ########################################################### 82.1% ############################################################ 84.7% ############################################################## 86.7% ############################################################### 88.8% ################################################################# 91.3% ################################################################## 92.8% ################################################################## 92.8% #################################################################### 95.1% ##################################################################### 96.4% ####################################################################### 99.9% ######################################################################## 100.0% [2019-09-20T14:27:35.810Z] Removing intermediate container 2edc161632dc [2019-09-20T14:27:35.811Z] ---> 1781be2926b6 [2019-09-20T14:27:35.811Z] Step 29/126 : RUN dpkg --add-architecture arm64 [2019-09-20T14:27:35.811Z] ---> Running in e1566772077c [2019-09-20T14:27:35.976Z] #20 18.99 [2019-09-20T14:27:36.461Z] #13 ... [2019-09-20T14:27:36.461Z] [2019-09-20T14:27:36.461Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:27:36.461Z] #58 121.5 CC criu/cr-service.o [2019-09-20T14:27:36.822Z] Removing intermediate container e1566772077c [2019-09-20T14:27:36.822Z] ---> 002362d753b6 [2019-09-20T14:27:36.822Z] Step 30/126 : RUN dpkg --add-architecture armel [2019-09-20T14:27:36.822Z] ---> Running in 9d6ce2119233 [2019-09-20T14:27:37.395Z] #58 122.9 CC criu/crtools.o [2019-09-20T14:27:37.438Z] Removing intermediate container 9d6ce2119233 [2019-09-20T14:27:37.438Z] ---> 3b8166f06e27 [2019-09-20T14:27:37.438Z] Step 31/126 : RUN if [ "$(go env GOHOSTARCH)" = "amd64" ]; then apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-armhf crossbuild-essential-arm64 crossbuild-essential-armel && rm -rf /var/lib/apt/lists/*; fi [2019-09-20T14:27:37.438Z] ---> Running in 35d4c603054a [2019-09-20T14:27:37.915Z] #20 20.62 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-09-20T14:27:38.058Z] Removing intermediate container 35d4c603054a [2019-09-20T14:27:38.058Z] ---> ddbef9df750c [2019-09-20T14:27:38.058Z] Step 32/126 : FROM cross-${CROSS} as dev-base [2019-09-20T14:27:38.058Z] ---> 4039e85f295c [2019-09-20T14:27:38.058Z] Step 33/126 : FROM dev-base AS runtime-dev-cross-false [2019-09-20T14:27:38.058Z] ---> 4039e85f295c [2019-09-20T14:27:38.058Z] Step 34/126 : ARG DEBIAN_FRONTEND [2019-09-20T14:27:38.058Z] ---> Using cache [2019-09-20T14:27:38.058Z] ---> f4233f435224 [2019-09-20T14:27:38.058Z] Step 35/126 : RUN apt-get update && apt-get install -y --no-install-recommends libapparmor-dev libseccomp-dev && rm -rf /var/lib/apt/lists/* [2019-09-20T14:27:38.058Z] ---> Running in a6fb3b58e77f [2019-09-20T14:27:38.171Z] #20 21.18 [2019-09-20T14:27:38.328Z] #58 123.6 CC criu/eventfd.o [2019-09-20T14:27:38.429Z] #20 21.50 ######################################################################## 100.0% [2019-09-20T14:27:38.586Z] #58 124.0 CC criu/eventpoll.o [2019-09-20T14:27:38.682Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-20T14:27:38.682Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-20T14:27:38.682Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-20T14:27:38.682Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-20T14:27:38.682Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-20T14:27:38.682Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [485 kB] [2019-09-20T14:27:38.685Z] #20 21.65 [2019-09-20T14:27:38.971Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-09-20T14:27:39.246Z] #20 ... [2019-09-20T14:27:39.246Z] [2019-09-20T14:27:39.246Z] #11 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-09-20T14:27:39.246Z] #11 DONE 3.4s [2019-09-20T14:27:39.246Z] [2019-09-20T14:27:39.246Z] #12 [dev 6/24] RUN ldconfig [2019-09-20T14:27:39.254Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-09-20T14:27:39.520Z] #58 124.9 CC criu/external.o [2019-09-20T14:27:39.778Z] #58 125.2 CC criu/fault-injection.o [2019-09-20T14:27:40.036Z] #58 125.3 CC criu/fdstore.o [2019-09-20T14:27:40.174Z] #12 ... [2019-09-20T14:27:40.174Z] [2019-09-20T14:27:40.174Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-20T14:27:40.174Z] #30 54.55 time [2019-09-20T14:27:40.174Z] #30 62.49 internal/poll [2019-09-20T14:27:40.294Z] #58 125.7 CC criu/fifo.o [2019-09-20T14:27:40.430Z] #30 ... [2019-09-20T14:27:40.430Z] [2019-09-20T14:27:40.430Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-20T14:27:40.430Z] #20 23.26 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-09-20T14:27:40.859Z] #58 126.2 CC criu/file-ids.o [2019-09-20T14:27:41.004Z] #20 24.02 [2019-09-20T14:27:41.117Z] #58 126.5 CC criu/file-lock.o [2019-09-20T14:27:41.275Z] Fetched 7724 kB in 2s (3114 kB/s) [2019-09-20T14:27:41.275Z] #20 24.33 ################################################################# 91.4% ######################################################################## 100.0% [2019-09-20T14:27:41.531Z] #20 24.48 [2019-09-20T14:27:41.531Z] #20 ... [2019-09-20T14:27:41.531Z] [2019-09-20T14:27:41.531Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:27:41.531Z] #57 65.92 Setting up libcap-dev:amd64 (1:2.25-1) ... [2019-09-20T14:27:41.531Z] #57 65.93 Setting up libprotobuf-c-dev:amd64 (1.2.1-2) ... [2019-09-20T14:27:41.531Z] #57 65.93 Setting up libnl-3-200:amd64 (3.2.27-2) ... [2019-09-20T14:27:41.531Z] #57 65.96 Setting up libprotobuf-lite10:amd64 (3.0.0-9) ... [2019-09-20T14:27:41.531Z] #57 65.97 Setting up libprotoc10:amd64 (3.0.0-9) ... [2019-09-20T14:27:41.531Z] #57 65.98 Setting up protobuf-c-compiler (1.2.1-2) ... [2019-09-20T14:27:41.531Z] #57 65.99 Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... [2019-09-20T14:27:41.531Z] #57 66.01 Setting up protobuf-compiler (3.0.0-9) ... [2019-09-20T14:27:41.531Z] #57 66.03 Setting up libprotobuf-dev:amd64 (3.0.0-9) ... [2019-09-20T14:27:41.531Z] #57 66.04 Setting up libnl-3-dev:amd64 (3.2.27-2) ... [2019-09-20T14:27:41.531Z] #57 66.06 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-20T14:27:41.531Z] #57 DONE 66.4s [2019-09-20T14:27:41.787Z] [2019-09-20T14:27:41.787Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:27:42.044Z] #58 ... [2019-09-20T14:27:42.044Z] [2019-09-20T14:27:42.044Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:27:42.044Z] #35 60.04 Selecting previously unselected package libarchive13:amd64. [2019-09-20T14:27:42.044Z] #35 60.04 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_amd64.deb ... [2019-09-20T14:27:42.044Z] #35 60.22 Unpacking libarchive13:amd64 (3.2.2-2+deb9u1) ... [2019-09-20T14:27:42.044Z] #35 60.72 Selecting previously unselected package libjsoncpp1:amd64. [2019-09-20T14:27:42.044Z] #35 60.72 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_amd64.deb ... [2019-09-20T14:27:42.044Z] #35 60.74 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2019-09-20T14:27:42.044Z] #35 61.06 Selecting previously unselected package libuv1:amd64. [2019-09-20T14:27:42.044Z] #35 61.07 Preparing to unpack .../6-libuv1_1.9.1-3_amd64.deb ... [2019-09-20T14:27:42.044Z] #35 61.09 Unpacking libuv1:amd64 (1.9.1-3) ... [2019-09-20T14:27:42.044Z] #35 61.50 Selecting previously unselected package cmake. [2019-09-20T14:27:42.044Z] #35 61.50 Preparing to unpack .../7-cmake_3.7.2-1_amd64.deb ... [2019-09-20T14:27:42.044Z] #35 61.74 Unpacking cmake (3.7.2-1) ... [2019-09-20T14:27:42.044Z] #35 65.14 Selecting previously unselected package xxd. [2019-09-20T14:27:42.044Z] #35 65.16 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-09-20T14:27:42.044Z] #35 65.17 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:27:42.044Z] #35 65.40 Selecting previously unselected package vim-common. [2019-09-20T14:27:42.044Z] #35 65.41 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-20T14:27:42.044Z] #35 65.43 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:27:42.044Z] #35 65.88 Processing triggers for mime-support (3.60) ... [2019-09-20T14:27:42.044Z] #35 66.00 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:27:42.044Z] #35 66.02 Setting up libuv1:amd64 (1.9.1-3) ... [2019-09-20T14:27:42.044Z] #35 66.04 Setting up cmake-data (3.7.2-1) ... [2019-09-20T14:27:42.044Z] #35 66.06 Setting up libicu57:amd64 (57.1-6+deb9u3) ... [2019-09-20T14:27:42.044Z] #35 66.07 Setting up libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-20T14:27:42.044Z] #35 66.08 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-20T14:27:42.044Z] #35 66.14 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:27:42.044Z] #35 66.16 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-20T14:27:42.044Z] #35 66.21 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2019-09-20T14:27:42.044Z] #35 66.22 Setting up libarchive13:amd64 (3.2.2-2+deb9u1) ... [2019-09-20T14:27:42.044Z] #35 66.23 Setting up cmake (3.7.2-1) ... [2019-09-20T14:27:42.044Z] #35 66.37 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-20T14:27:42.044Z] #35 DONE 66.7s [2019-09-20T14:27:42.044Z] [2019-09-20T14:27:42.044Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-20T14:27:42.044Z] #36 DONE 0.1s [2019-09-20T14:27:42.051Z] #58 127.6 CC criu/files-ext.o [2019-09-20T14:27:42.282Z] Reading package lists... [2019-09-20T14:27:42.300Z] [2019-09-20T14:27:42.300Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-09-20T14:27:42.300Z] #37 DONE 0.1s [2019-09-20T14:27:42.300Z] [2019-09-20T14:27:42.300Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-09-20T14:27:42.310Z] #58 ... [2019-09-20T14:27:42.310Z] [2019-09-20T14:27:42.310Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:27:42.310Z] #13 125.7 Setting up aufs-tools (1:4.1+20161219-1) ... [2019-09-20T14:27:42.310Z] #13 125.7 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-20T14:27:42.310Z] #13 125.7 Setting up libsepol1-dev:amd64 (2.6-2) ... [2019-09-20T14:27:42.310Z] #13 125.7 Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-20T14:27:42.310Z] #13 125.7 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... [2019-09-20T14:27:42.310Z] #13 125.8 Setting up libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-20T14:27:42.310Z] #13 125.9 Processing triggers for mime-support (3.60) ... [2019-09-20T14:27:42.310Z] #13 126.0 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:27:42.310Z] #13 126.0 Setting up libgpm2:amd64 (1.20.4-6.2+b1) ... [2019-09-20T14:27:42.310Z] #13 126.1 Setting up libcap2-bin (1:2.25-1) ... [2019-09-20T14:27:42.310Z] #13 126.1 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-20T14:27:42.310Z] #13 126.1 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-20T14:27:42.310Z] #13 126.1 Setting up bash-completion (1:2.1-4.3) ... [2019-09-20T14:27:42.310Z] #13 128.2 Setting up libonig4:amd64 (6.1.3-2) ... [2019-09-20T14:27:42.310Z] #13 128.3 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... [2019-09-20T14:27:42.310Z] #13 128.3 Setting up zip (3.0-11+b1) ... [2019-09-20T14:27:42.310Z] #13 128.3 Setting up bzip2 (1.0.6-8.1) ... [2019-09-20T14:27:42.310Z] #13 128.3 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-20T14:27:42.310Z] #13 128.3 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... [2019-09-20T14:27:42.310Z] #13 128.3 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-20T14:27:42.560Z] #38 ... [2019-09-20T14:27:42.560Z] [2019-09-20T14:27:42.560Z] #12 [dev 6/24] RUN ldconfig [2019-09-20T14:27:42.560Z] #12 DONE 3.6s [2019-09-20T14:27:42.568Z] #13 128.4 Setting up libaio1:amd64 (0.3.110-3) ... [2019-09-20T14:27:42.568Z] #13 128.4 Setting up libxtables12:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-20T14:27:42.568Z] #13 128.4 Setting up xz-utils (5.2.2-1.2+b1) ... [2019-09-20T14:27:42.568Z] #13 128.4 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-09-20T14:27:42.568Z] #13 128.5 Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-20T14:27:42.568Z] #13 128.5 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:27:42.568Z] #13 128.5 Setting up libpcrecpp0v5:amd64 (2:8.39-3) ... [2019-09-20T14:27:42.568Z] #13 128.5 Setting up libpcre32-3:amd64 (2:8.39-3) ... [2019-09-20T14:27:42.568Z] #13 128.5 Setting up libnfnetlink0:amd64 (1.0.1-3) ... [2019-09-20T14:27:42.816Z] [2019-09-20T14:27:42.816Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:27:42.826Z] #13 128.6 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:27:43.084Z] #13 129.0 Setting up libsystemd-dev:amd64 (232-25+deb9u12) ... [2019-09-20T14:27:43.084Z] #13 129.0 Setting up libpcre16-3:amd64 (2:8.39-3) ... [2019-09-20T14:27:43.084Z] #13 129.0 Setting up libreadline5:amd64 (5.2+dfsg-3+b1) ... [2019-09-20T14:27:43.084Z] #13 129.0 Setting up libnl-3-200:amd64 (3.2.27-2) ... [2019-09-20T14:27:43.084Z] #13 129.0 Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-20T14:27:43.084Z] #13 129.0 Setting up libudev-dev:amd64 (232-25+deb9u12) ... [2019-09-20T14:27:43.084Z] #13 129.1 Setting up pigz (2.3.4-1) ... [2019-09-20T14:27:43.289Z] Reading package lists... [2019-09-20T14:27:43.342Z] #13 129.1 Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-20T14:27:43.342Z] #13 129.1 Setting up libmpdec2:amd64 (2.4.2-1) ... [2019-09-20T14:27:43.342Z] #13 129.1 Setting up libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-20T14:27:43.342Z] #13 129.1 Setting up mingw-w64-common (5.0.1-1) ... [2019-09-20T14:27:43.342Z] #13 129.2 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-20T14:27:43.342Z] #13 129.2 Setting up jq (1.5+dfsg-1.3) ... [2019-09-20T14:27:43.342Z] #13 129.2 Setting up libpcre3-dev:amd64 (2:8.39-3) ... [2019-09-20T14:27:43.342Z] #13 129.2 Setting up libnetfilter-conntrack3:amd64 (1.0.6-2) ... [2019-09-20T14:27:43.342Z] #13 129.2 Setting up xfsprogs (4.9.0+nmu1) ... [2019-09-20T14:27:43.342Z] #13 129.2 Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:27:43.342Z] #13 129.3 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-09-20T14:27:43.342Z] #13 129.3 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-09-20T14:27:43.342Z] #13 129.3 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-09-20T14:27:43.342Z] #13 129.3 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-09-20T14:27:43.342Z] #13 129.3 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-09-20T14:27:43.342Z] #13 129.3 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-09-20T14:27:43.342Z] #13 129.3 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-09-20T14:27:43.342Z] #13 129.3 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-09-20T14:27:43.342Z] #13 129.3 Setting up libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... [2019-09-20T14:27:43.342Z] #13 129.3 Setting up libiptc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-20T14:27:43.342Z] #13 129.3 Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-20T14:27:43.342Z] #13 129.3 Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-09-20T14:27:43.342Z] #13 129.4 Setting up btrfs-progs (4.7.3-1) ... [2019-09-20T14:27:43.342Z] #13 129.4 Setting up libselinux1-dev:amd64 (2.6-3+b3) ... [2019-09-20T14:27:43.342Z] #13 129.4 Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-09-20T14:27:43.378Z] #13 ... [2019-09-20T14:27:43.378Z] [2019-09-20T14:27:43.378Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-20T14:27:43.378Z] #42 14.49 + cd /tmp/tmp.rHNcOTu6SG/src/github.com/opencontainers/runc [2019-09-20T14:27:43.378Z] #42 14.49 + git checkout -q 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-20T14:27:43.378Z] #42 15.06 + '[' -z '' ']' [2019-09-20T14:27:43.378Z] #42 15.06 + target=static [2019-09-20T14:27:43.378Z] #42 15.06 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-09-20T14:27:43.378Z] #42 17.58 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o runc . [2019-09-20T14:27:43.572Z] Building dependency tree... [2019-09-20T14:27:43.572Z] Reading state information... [2019-09-20T14:27:43.572Z] The following additional packages will be installed: [2019-09-20T14:27:43.572Z] libapparmor1 libseccomp2 [2019-09-20T14:27:43.572Z] Suggested packages: [2019-09-20T14:27:43.572Z] seccomp [2019-09-20T14:27:43.572Z] The following NEW packages will be installed: [2019-09-20T14:27:43.572Z] libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-09-20T14:27:43.634Z] #42 ... [2019-09-20T14:27:43.634Z] [2019-09-20T14:27:43.634Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-20T14:27:43.634Z] #20 26.49 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-09-20T14:27:43.855Z] 0 upgraded, 4 newly installed, 0 to remove and 1 not upgraded. [2019-09-20T14:27:43.855Z] Need to get 296 kB of archives. [2019-09-20T14:27:43.855Z] After this operation, 1346 kB of additional disk space will be used. [2019-09-20T14:27:43.855Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libseccomp2 ppc64el 2.3.1-2.1+deb9u1 [39.6 kB] [2019-09-20T14:27:43.855Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libseccomp-dev ppc64el 2.3.1-2.1+deb9u1 [61.1 kB] [2019-09-20T14:27:43.855Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor1 ppc64el 2.11.0-3+deb9u2 [77.1 kB] [2019-09-20T14:27:43.855Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor-dev ppc64el 2.11.0-3+deb9u2 [118 kB] [2019-09-20T14:27:43.890Z] #20 26.78 skipping existing 1849cc453dee [2019-09-20T14:27:43.890Z] #20 27.05 [2019-09-20T14:27:44.139Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-20T14:27:44.139Z] Fetched 296 kB in 0s (2607 kB/s) [2019-09-20T14:27:44.139Z] Selecting previously unselected package libseccomp2:ppc64el. [2019-09-20T14:27:44.139Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14950 files and directories currently installed.) [2019-09-20T14:27:44.139Z] Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_ppc64el.deb ... [2019-09-20T14:27:44.139Z] Unpacking libseccomp2:ppc64el (2.3.1-2.1+deb9u1) ... [2019-09-20T14:27:44.139Z] Selecting previously unselected package libseccomp-dev:ppc64el. [2019-09-20T14:27:44.139Z] Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_ppc64el.deb ... [2019-09-20T14:27:44.139Z] Unpacking libseccomp-dev:ppc64el (2.3.1-2.1+deb9u1) ... [2019-09-20T14:27:44.139Z] Selecting previously unselected package libapparmor1:ppc64el. [2019-09-20T14:27:44.139Z] Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_ppc64el.deb ... [2019-09-20T14:27:44.139Z] Unpacking libapparmor1:ppc64el (2.11.0-3+deb9u2) ... [2019-09-20T14:27:44.139Z] Selecting previously unselected package libapparmor-dev:ppc64el. [2019-09-20T14:27:44.139Z] Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_ppc64el.deb ... [2019-09-20T14:27:44.139Z] Unpacking libapparmor-dev:ppc64el (2.11.0-3+deb9u2) ... [2019-09-20T14:27:44.139Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-20T14:27:44.139Z] Setting up libseccomp2:ppc64el (2.3.1-2.1+deb9u1) ... [2019-09-20T14:27:44.139Z] Setting up libapparmor1:ppc64el (2.11.0-3+deb9u2) ... [2019-09-20T14:27:44.139Z] Setting up libseccomp-dev:ppc64el (2.3.1-2.1+deb9u1) ... [2019-09-20T14:27:44.139Z] Setting up libapparmor-dev:ppc64el (2.11.0-3+deb9u2) ... [2019-09-20T14:27:44.139Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-20T14:27:44.754Z] Removing intermediate container a6fb3b58e77f [2019-09-20T14:27:44.754Z] ---> 149a24c7648d [2019-09-20T14:27:44.754Z] Step 36/126 : FROM cross-true AS runtime-dev-cross-true [2019-09-20T14:27:44.754Z] ---> ddbef9df750c [2019-09-20T14:27:44.754Z] Step 37/126 : ARG DEBIAN_FRONTEND [2019-09-20T14:27:44.754Z] ---> Running in 6cccc6a56070 [2019-09-20T14:27:45.036Z] Removing intermediate container 6cccc6a56070 [2019-09-20T14:27:45.036Z] ---> 55fa230ee3b8 [2019-09-20T14:27:45.036Z] Step 38/126 : RUN if [ "$(go env GOHOSTARCH)" = "amd64" ]; then apt-get update && apt-get install -y --no-install-recommends libseccomp-dev:armhf libseccomp-dev:arm64 libseccomp-dev:armel libapparmor-dev:armhf libapparmor-dev:arm64 libapparmor-dev:armel libapparmor-dev libseccomp-dev && rm -rf /var/lib/apt/lists/*; fi [2019-09-20T14:27:45.036Z] ---> Running in c7fe40bf3ddb [2019-09-20T14:27:45.208Z] 🇩 bin/containerd-stress [2019-09-20T14:27:45.208Z] 🇩 bin/containerd-shim [2019-09-20T14:27:45.654Z] Removing intermediate container c7fe40bf3ddb [2019-09-20T14:27:45.654Z] ---> e703f7d84ac8 [2019-09-20T14:27:45.654Z] Step 39/126 : FROM runtime-dev-cross-${CROSS} AS runtime-dev [2019-09-20T14:27:45.654Z] ---> 149a24c7648d [2019-09-20T14:27:45.654Z] Step 40/126 : FROM base AS tomlv [2019-09-20T14:27:45.654Z] ---> 4039e85f295c [2019-09-20T14:27:45.654Z] Step 41/126 : ENV INSTALL_BINARY_NAME=tomlv [2019-09-20T14:27:45.654Z] ---> Running in 76ed9d10893e [2019-09-20T14:27:45.778Z] #20 28.47 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-09-20T14:27:45.936Z] Removing intermediate container 76ed9d10893e [2019-09-20T14:27:45.936Z] ---> c2c5210407f1 [2019-09-20T14:27:45.936Z] Step 42/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-20T14:27:45.936Z] ---> 8b0a85ce0ee2 [2019-09-20T14:27:45.936Z] Step 43/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-20T14:27:46.033Z] #20 29.07 [2019-09-20T14:27:46.218Z] ---> c10fe0369776 [2019-09-20T14:27:46.218Z] Step 44/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-20T14:27:46.218Z] ---> Running in 420353ac97da [2019-09-20T14:27:46.499Z] + RM_GOPATH=0 [2019-09-20T14:27:46.499Z] + TMP_GOPATH= [2019-09-20T14:27:46.499Z] + : /build [2019-09-20T14:27:46.499Z] + '[' -z '' ']' [2019-09-20T14:27:46.499Z] ++ mktemp -d [2019-09-20T14:27:46.499Z] + export GOPATH=/tmp/tmp.gDdv9oBSiH [2019-09-20T14:27:46.499Z] + GOPATH=/tmp/tmp.gDdv9oBSiH [2019-09-20T14:27:46.499Z] + RM_GOPATH=1 [2019-09-20T14:27:46.499Z] ++ dirname ./install.sh [2019-09-20T14:27:46.499Z] + dir=. [2019-09-20T14:27:46.499Z] + bin=tomlv [2019-09-20T14:27:46.499Z] + shift [2019-09-20T14:27:46.499Z] + '[' '!' -f ./tomlv.installer ']' [2019-09-20T14:27:46.499Z] + . ./tomlv.installer [2019-09-20T14:27:46.499Z] ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-20T14:27:46.499Z] + install_tomlv [2019-09-20T14:27:46.499Z] + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-09-20T14:27:46.499Z] + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.gDdv9oBSiH/src/github.com/BurntSushi/toml [2019-09-20T14:27:46.499Z] Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-20T14:27:46.499Z] Cloning into '/tmp/tmp.gDdv9oBSiH/src/github.com/BurntSushi/toml'... [2019-09-20T14:27:46.546Z] #20 29.41 ######################################################################## 100.0% [2019-09-20T14:27:46.546Z] #20 29.53 [2019-09-20T14:27:46.546Z] #20 29.62 Download of images into '/build' complete. [2019-09-20T14:27:46.546Z] #20 29.62 Use something like the following to load the result into a Docker daemon: [2019-09-20T14:27:46.546Z] #20 29.62 tar -cC '/build' . | docker load [2019-09-20T14:27:46.783Z] + cd /tmp/tmp.gDdv9oBSiH/src/github.com/BurntSushi/toml [2019-09-20T14:27:46.783Z] + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-20T14:27:46.783Z] + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-09-20T14:27:46.806Z] #20 DONE 29.8s [2019-09-20T14:27:46.806Z] [2019-09-20T14:27:46.806Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-09-20T14:27:46.806Z] #38 3.646 + RM_GOPATH=0 [2019-09-20T14:27:46.806Z] #38 3.646 + TMP_GOPATH= [2019-09-20T14:27:46.806Z] #38 3.646 + : /build [2019-09-20T14:27:46.806Z] #38 3.646 + '[' -z '' ']' [2019-09-20T14:27:46.806Z] #38 3.649 ++ mktemp -d [2019-09-20T14:27:46.806Z] #38 3.654 + export GOPATH=/tmp/tmp.TEiKnxkMmI [2019-09-20T14:27:46.806Z] #38 3.654 + GOPATH=/tmp/tmp.TEiKnxkMmI [2019-09-20T14:27:46.806Z] #38 3.654 + RM_GOPATH=1 [2019-09-20T14:27:46.806Z] #38 3.654 ++ dirname ./install.sh [2019-09-20T14:27:46.806Z] #38 3.666 + dir=. [2019-09-20T14:27:46.806Z] #38 3.666 + bin=tini [2019-09-20T14:27:46.806Z] #38 3.666 + shift [2019-09-20T14:27:46.806Z] #38 3.667 + '[' '!' -f ./tini.installer ']' [2019-09-20T14:27:46.806Z] #38 3.667 + . ./tini.installer [2019-09-20T14:27:46.806Z] #38 3.667 ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-20T14:27:46.806Z] #38 3.667 + install_tini [2019-09-20T14:27:46.806Z] #38 3.667 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-09-20T14:27:46.806Z] #38 3.668 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-20T14:27:46.806Z] #38 3.668 + git clone https://github.com/krallin/tini.git /tmp/tmp.TEiKnxkMmI/tini [2019-09-20T14:27:46.806Z] #38 3.669 Cloning into '/tmp/tmp.TEiKnxkMmI/tini'... [2019-09-20T14:27:47.071Z] runtime/internal/sys [2019-09-20T14:27:47.071Z] internal/cpu [2019-09-20T14:27:47.071Z] math/bits [2019-09-20T14:27:47.071Z] runtime/internal/atomic [2019-09-20T14:27:47.071Z] runtime/internal/math [2019-09-20T14:27:47.071Z] unicode/utf8 [2019-09-20T14:27:47.071Z] internal/bytealg [2019-09-20T14:27:47.071Z] math [2019-09-20T14:27:47.071Z] internal/race [2019-09-20T14:27:47.071Z] sync/atomic [2019-09-20T14:27:47.071Z] unicode [2019-09-20T14:27:47.071Z] internal/testlog [2019-09-20T14:27:47.071Z] runtime [2019-09-20T14:27:47.360Z] encoding [2019-09-20T14:27:47.360Z] runtime/cgo [2019-09-20T14:27:47.366Z] #38 5.172 + cd /tmp/tmp.TEiKnxkMmI/tini [2019-09-20T14:27:47.366Z] #38 5.172 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-20T14:27:47.366Z] #38 5.212 + cmake . [2019-09-20T14:27:48.604Z] #13 133.9 Setting up libpython3-stdlib:amd64 (3.5.3-1) ... [2019-09-20T14:27:48.604Z] #13 133.9 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-20T14:27:48.604Z] #13 133.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-09-20T14:27:48.604Z] #13 133.9 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-posix (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-09-20T14:27:48.604Z] #13 133.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-09-20T14:27:48.604Z] #13 133.9 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-win32 (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-09-20T14:27:48.604Z] #13 133.9 Setting up btrfs-tools (4.7.3-1) ... [2019-09-20T14:27:48.604Z] #13 133.9 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-20T14:27:48.604Z] #13 133.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-09-20T14:27:48.604Z] #13 133.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-09-20T14:27:48.604Z] #13 133.9 Setting up python3 (3.5.3-1) ... [2019-09-20T14:27:48.730Z] #38 6.426 -- The C compiler identification is GNU 6.3.0 [2019-09-20T14:27:48.730Z] #38 6.518 -- Check for working C compiler: /usr/bin/cc [2019-09-20T14:27:49.977Z] #13 135.8 Setting up apparmor (2.11.0-3+deb9u2) ... [2019-09-20T14:27:50.095Z] #38 ... [2019-09-20T14:27:50.095Z] [2019-09-20T14:27:50.095Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-20T14:27:50.095Z] #33 64.16 time [2019-09-20T14:27:50.095Z] #33 69.84 internal/fmtsort [2019-09-20T14:27:50.095Z] #33 70.66 internal/syscall/unix [2019-09-20T14:27:50.095Z] #33 70.95 strings [2019-09-20T14:27:50.095Z] #33 71.21 internal/poll [2019-09-20T14:27:50.095Z] #33 ... [2019-09-20T14:27:50.095Z] [2019-09-20T14:27:50.095Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-09-20T14:27:50.095Z] #38 7.758 -- Check for working C compiler: /usr/bin/cc -- works [2019-09-20T14:27:50.095Z] #38 7.765 -- Detecting C compiler ABI info [2019-09-20T14:27:50.425Z] 🇩 bin/containerd-shim-runc-v1 [2019-09-20T14:27:50.656Z] #38 8.344 -- Detecting C compiler ABI info - done [2019-09-20T14:27:50.656Z] #38 8.446 -- Detecting C compile features [2019-09-20T14:27:50.911Z] #38 ... [2019-09-20T14:27:50.911Z] [2019-09-20T14:27:50.911Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-20T14:27:50.911Z] #30 65.42 internal/fmtsort [2019-09-20T14:27:50.911Z] #30 65.50 internal/syscall/unix [2019-09-20T14:27:50.911Z] #30 65.91 os [2019-09-20T14:27:50.911Z] #30 66.78 strings [2019-09-20T14:27:50.911Z] #30 70.18 bytes [2019-09-20T14:27:50.911Z] #30 71.50 fmt [2019-09-20T14:27:50.911Z] #30 73.32 bufio [2019-09-20T14:27:50.911Z] #30 75.38 path/filepath [2019-09-20T14:27:51.167Z] #30 ... [2019-09-20T14:27:51.167Z] [2019-09-20T14:27:51.167Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-20T14:27:51.167Z] #33 74.74 os [2019-09-20T14:27:51.167Z] #33 74.82 regexp/syntax [2019-09-20T14:27:51.351Z] #13 137.2 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-09-20T14:27:51.611Z] #13 137.3 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-09-20T14:27:51.611Z] #13 137.4 Setting up libdevmapper1.02.1:amd64 (2:1.02.137-2) ... [2019-09-20T14:27:51.611Z] #13 137.4 Setting up python3-wheel (0.29.0-2) ... [2019-09-20T14:27:51.753Z] internal/reflectlite [2019-09-20T14:27:51.753Z] sync [2019-09-20T14:27:51.753Z] errors [2019-09-20T14:27:51.753Z] sort [2019-09-20T14:27:51.753Z] internal/oserror [2019-09-20T14:27:51.753Z] io [2019-09-20T14:27:51.753Z] strconv [2019-09-20T14:27:51.753Z] syscall [2019-09-20T14:27:51.753Z] bytes [2019-09-20T14:27:51.753Z] strings [2019-09-20T14:27:52.378Z] reflect [2019-09-20T14:27:52.378Z] bufio [2019-09-20T14:27:52.378Z] path [2019-09-20T14:27:52.429Z] 🇩 binaries [2019-09-20T14:27:52.429Z] + mkdir -p /build [2019-09-20T14:27:52.429Z] + cp bin/containerd /build/containerd [2019-09-20T14:27:52.429Z] + cp bin/containerd-shim /build/containerd-shim [2019-09-20T14:27:52.429Z] + cp bin/ctr /build/ctr [2019-09-20T14:27:52.560Z] #13 138.4 Setting up python3-pkg-resources (33.1.1-1) ... [2019-09-20T14:27:52.560Z] #13 ... [2019-09-20T14:27:52.560Z] [2019-09-20T14:27:52.560Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:27:52.560Z] #58 128.1 CC criu/files-reg.o [2019-09-20T14:27:52.560Z] #58 130.4 CC criu/files.o [2019-09-20T14:27:52.560Z] #58 132.5 CC criu/filesystems.o [2019-09-20T14:27:52.560Z] #58 133.3 CC criu/fsnotify.o [2019-09-20T14:27:52.560Z] #58 134.5 CC criu/image-desc.o [2019-09-20T14:27:52.560Z] #58 134.7 CC criu/image.o [2019-09-20T14:27:52.560Z] #58 135.5 CC criu/ipc_ns.o [2019-09-20T14:27:52.560Z] #58 136.5 CC criu/irmap.o [2019-09-20T14:27:52.560Z] #58 137.2 CC criu/kcmp-ids.o [2019-09-20T14:27:52.560Z] #58 137.5 CC criu/kerndat.o [2019-09-20T14:27:52.669Z] text/tabwriter [2019-09-20T14:27:52.957Z] internal/syscall/unix [2019-09-20T14:27:52.957Z] time [2019-09-20T14:27:53.494Z] #58 138.7 CC criu/libnetlink.o [2019-09-20T14:27:53.752Z] #58 139.1 CC criu/log.o [2019-09-20T14:27:53.752Z] #58 ... [2019-09-20T14:27:53.752Z] [2019-09-20T14:27:53.752Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:27:53.752Z] #13 139.6 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... [2019-09-20T14:27:53.752Z] #13 139.6 Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-09-20T14:27:53.969Z] internal/poll [2019-09-20T14:27:53.969Z] os [2019-09-20T14:27:54.252Z] internal/fmtsort [2019-09-20T14:27:54.536Z] path/filepath [2019-09-20T14:27:54.536Z] fmt [2019-09-20T14:27:54.536Z] io/ioutil [2019-09-20T14:27:55.126Z] #13 140.8 Setting up dmsetup (2:1.02.137-2) ... [2019-09-20T14:27:55.126Z] #13 140.9 Setting up python3-setuptools (33.1.1-1) ... [2019-09-20T14:27:55.154Z] log [2019-09-20T14:27:55.154Z] flag [2019-09-20T14:27:55.154Z] github.com/BurntSushi/toml [2019-09-20T14:27:55.329Z] #33 79.37 fmt [2019-09-20T14:27:55.329Z] #33 79.38 path/filepath [2019-09-20T14:27:55.585Z] #33 ... [2019-09-20T14:27:55.585Z] [2019-09-20T14:27:55.585Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:27:55.585Z] #58 6.010 Note: Building without setproctitle() and strlcpy() support. [2019-09-20T14:27:55.585Z] #58 6.010 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-20T14:27:55.585Z] #58 8.937 fatal: Not a git repository (or any of the parent directories): .git [2019-09-20T14:27:55.585Z] #58 8.961 GEN .gitid [2019-09-20T14:27:55.585Z] #58 8.966 GEN criu/include/version.h [2019-09-20T14:27:55.585Z] #58 9.017 GEN include/common/asm [2019-09-20T14:27:55.585Z] #58 10.97 PBCC images/google/protobuf/descriptor.pb-c.c [2019-09-20T14:27:55.585Z] #58 11.05 PBCC images/opts.pb-c.c [2019-09-20T14:27:55.585Z] #58 11.12 PBCC images/sit.pb-c.c [2019-09-20T14:27:55.585Z] #58 11.18 DEP images/google/protobuf/descriptor.pb-c.d [2019-09-20T14:27:55.585Z] #58 11.30 DEP images/opts.pb-c.d [2019-09-20T14:27:55.585Z] #58 11.35 DEP images/sit.pb-c.d [2019-09-20T14:27:55.585Z] #58 11.47 PBCC images/macvlan.pb-c.c [2019-09-20T14:27:55.585Z] #58 11.51 DEP images/macvlan.pb-c.d [2019-09-20T14:27:55.585Z] #58 11.57 PBCC images/autofs.pb-c.c [2019-09-20T14:27:55.585Z] #58 11.63 DEP images/autofs.pb-c.d [2019-09-20T14:27:55.585Z] #58 11.69 PBCC images/sysctl.pb-c.c [2019-09-20T14:27:55.585Z] #58 11.72 DEP images/sysctl.pb-c.d [2019-09-20T14:27:55.585Z] #58 11.77 PBCC images/time.pb-c.c [2019-09-20T14:27:55.585Z] #58 11.81 DEP images/time.pb-c.d [2019-09-20T14:27:55.585Z] #58 11.87 PBCC images/binfmt-misc.pb-c.c [2019-09-20T14:27:55.585Z] #58 11.93 DEP images/binfmt-misc.pb-c.d [2019-09-20T14:27:55.585Z] #58 12.01 PBCC images/seccomp.pb-c.c [2019-09-20T14:27:55.585Z] #58 12.05 DEP images/seccomp.pb-c.d [2019-09-20T14:27:55.585Z] #58 12.10 PBCC images/userns.pb-c.c [2019-09-20T14:27:55.585Z] #58 12.16 DEP images/userns.pb-c.d [2019-09-20T14:27:55.585Z] #58 12.25 PBCC images/cgroup.pb-c.c [2019-09-20T14:27:55.585Z] #58 12.33 DEP images/cgroup.pb-c.d [2019-09-20T14:27:55.585Z] #58 12.39 PBCC images/fown.pb-c.c [2019-09-20T14:27:55.585Z] #58 12.43 PBCC images/ext-file.pb-c.c [2019-09-20T14:27:55.585Z] #58 12.47 DEP images/fown.pb-c.d [2019-09-20T14:27:55.585Z] #58 12.55 DEP images/ext-file.pb-c.d [2019-09-20T14:27:55.585Z] #58 12.62 PBCC images/rpc.pb-c.c [2019-09-20T14:27:55.585Z] #58 12.65 DEP images/rpc.pb-c.d [2019-09-20T14:27:55.585Z] #58 12.71 PBCC images/siginfo.pb-c.c [2019-09-20T14:27:55.585Z] #58 12.76 DEP images/siginfo.pb-c.d [2019-09-20T14:27:55.585Z] #58 12.82 PBCC images/pagemap.pb-c.c [2019-09-20T14:27:55.585Z] #58 12.92 DEP images/pagemap.pb-c.d [2019-09-20T14:27:55.585Z] #58 12.99 PBCC images/rlimit.pb-c.c [2019-09-20T14:27:55.585Z] #58 13.04 DEP images/rlimit.pb-c.d [2019-09-20T14:27:55.585Z] #58 13.10 PBCC images/file-lock.pb-c.c [2019-09-20T14:27:55.585Z] #58 13.15 DEP images/file-lock.pb-c.d [2019-09-20T14:27:55.585Z] #58 13.17 PBCC images/tty.pb-c.c [2019-09-20T14:27:55.585Z] #58 13.24 DEP images/tty.pb-c.d [2019-09-20T14:27:55.585Z] #58 13.32 PBCC images/tun.pb-c.c [2019-09-20T14:27:55.585Z] #58 13.41 PBCC images/netdev.pb-c.c [2019-09-20T14:27:55.585Z] #58 13.52 DEP images/tun.pb-c.d [2019-09-20T14:27:55.585Z] #58 13.58 DEP images/netdev.pb-c.d [2019-09-20T14:27:55.585Z] #58 13.64 PBCC images/vma.pb-c.c [2019-09-20T14:27:55.585Z] #58 13.66 DEP images/vma.pb-c.d [2019-09-20T14:27:55.585Z] #58 13.73 PBCC images/creds.pb-c.c [2019-09-20T14:27:55.585Z] #58 13.79 DEP images/creds.pb-c.d [2019-09-20T14:27:55.585Z] #58 13.85 PBCC images/utsns.pb-c.c [2019-09-20T14:27:55.585Z] #58 13.89 DEP images/utsns.pb-c.d [2019-09-20T14:27:55.585Z] #58 13.96 PBCC images/ipc-desc.pb-c.c [2019-09-20T14:27:55.585Z] #58 14.02 PBCC images/ipc-sem.pb-c.c [2019-09-20T14:27:55.630Z] Removing intermediate container fa50fe201687 [2019-09-20T14:27:55.630Z] ---> 529b21a067ab [2019-09-20T14:27:55.630Z] Step 57/126 : FROM dev-base AS proxy [2019-09-20T14:27:55.630Z] ---> 031cdf2bb232 [2019-09-20T14:27:55.630Z] Step 58/126 : ENV INSTALL_BINARY_NAME=proxy [2019-09-20T14:27:55.630Z] ---> Running in 7b0823b16dd2 [2019-09-20T14:27:55.630Z] Removing intermediate container 7b0823b16dd2 [2019-09-20T14:27:55.630Z] ---> c4447daa1343 [2019-09-20T14:27:55.630Z] Step 59/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-20T14:27:55.630Z] ---> db86bc8a6692 [2019-09-20T14:27:55.630Z] Step 60/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-20T14:27:55.630Z] ---> 87ba1c2832a4 [2019-09-20T14:27:55.630Z] Step 61/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-20T14:27:55.771Z] github.com/BurntSushi/toml/cmd/tomlv [2019-09-20T14:27:55.840Z] #58 14.03 DEP images/ipc-desc.pb-c.d [2019-09-20T14:27:55.840Z] #58 14.12 DEP images/ipc-sem.pb-c.d [2019-09-20T14:27:55.840Z] #58 14.16 PBCC images/ipc-msg.pb-c.c [2019-09-20T14:27:55.840Z] #58 14.23 DEP images/ipc-msg.pb-c.d [2019-09-20T14:27:55.996Z] ---> Running in e848ebbff548 [2019-09-20T14:27:56.095Z] #58 14.28 PBCC images/ipc-shm.pb-c.c [2019-09-20T14:27:56.095Z] #58 14.35 DEP images/ipc-shm.pb-c.d [2019-09-20T14:27:56.095Z] #58 14.40 PBCC images/ipc-var.pb-c.c [2019-09-20T14:27:56.095Z] #58 14.45 DEP images/ipc-var.pb-c.d [2019-09-20T14:27:56.095Z] #58 14.51 PBCC images/sk-opts.pb-c.c [2019-09-20T14:27:56.095Z] #58 14.53 PBCC images/packet-sock.pb-c.c [2019-09-20T14:27:56.351Z] #58 14.63 DEP images/sk-opts.pb-c.d [2019-09-20T14:27:56.351Z] #58 14.75 DEP images/packet-sock.pb-c.d [2019-09-20T14:27:56.351Z] #58 14.84 PBCC images/sk-netlink.pb-c.c [2019-09-20T14:27:56.416Z] + RM_GOPATH=0 [2019-09-20T14:27:56.416Z] + TMP_GOPATH= [2019-09-20T14:27:56.416Z] + : /build [2019-09-20T14:27:56.416Z] + '[' -z '' ']' [2019-09-20T14:27:56.416Z] Install docker-proxy version 92d1fbe1eb0883cf11d283cea8e658275146411d [2019-09-20T14:27:56.416Z] ++ mktemp -d [2019-09-20T14:27:56.416Z] + export GOPATH=/tmp/tmp.cypgj6VNa2 [2019-09-20T14:27:56.416Z] + GOPATH=/tmp/tmp.cypgj6VNa2 [2019-09-20T14:27:56.416Z] + RM_GOPATH=1 [2019-09-20T14:27:56.416Z] ++ dirname ./install.sh [2019-09-20T14:27:56.416Z] + dir=. [2019-09-20T14:27:56.416Z] + bin=proxy [2019-09-20T14:27:56.416Z] + shift [2019-09-20T14:27:56.416Z] + '[' '!' -f ./proxy.installer ']' [2019-09-20T14:27:56.416Z] + . ./proxy.installer [2019-09-20T14:27:56.416Z] ++ LIBNETWORK_COMMIT=92d1fbe1eb0883cf11d283cea8e658275146411d [2019-09-20T14:27:56.416Z] + install_proxy [2019-09-20T14:27:56.416Z] + case "$1" in [2019-09-20T14:27:56.416Z] + export CGO_ENABLED=0 [2019-09-20T14:27:56.416Z] + CGO_ENABLED=0 [2019-09-20T14:27:56.416Z] + _install_proxy [2019-09-20T14:27:56.416Z] + echo 'Install docker-proxy version 92d1fbe1eb0883cf11d283cea8e658275146411d' [2019-09-20T14:27:56.416Z] + git clone https://github.com/docker/libnetwork.git /tmp/tmp.cypgj6VNa2/src/github.com/docker/libnetwork [2019-09-20T14:27:56.416Z] Cloning into '/tmp/tmp.cypgj6VNa2/src/github.com/docker/libnetwork'... [2019-09-20T14:27:56.500Z] #13 142.1 Setting up dh-python (2.20170125) ... [2019-09-20T14:27:56.650Z] #58 14.89 DEP images/sk-netlink.pb-c.d [2019-09-20T14:27:56.650Z] #58 14.94 PBCC images/sk-inet.pb-c.c [2019-09-20T14:27:56.650Z] #58 14.99 DEP images/sk-inet.pb-c.d [2019-09-20T14:27:56.650Z] #58 15.07 PBCC images/sk-unix.pb-c.c [2019-09-20T14:27:56.758Z] #13 142.7 Setting up libdevmapper-dev:amd64 (2:1.02.137-2) ... [2019-09-20T14:27:56.905Z] #58 ... [2019-09-20T14:27:56.905Z] [2019-09-20T14:27:56.905Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-09-20T14:27:56.905Z] #38 10.41 -- Detecting C compile features - done [2019-09-20T14:27:56.905Z] #38 10.45 -- Performing Test HAS_BUILTIN_FORTIFY [2019-09-20T14:27:56.905Z] #38 10.67 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-09-20T14:27:56.905Z] #38 10.81 -- Configuring done [2019-09-20T14:27:56.905Z] #38 10.84 -- Generating done [2019-09-20T14:27:56.905Z] #38 10.84 -- Build files have been written to: /tmp/tmp.TEiKnxkMmI/tini [2019-09-20T14:27:56.905Z] #38 10.84 + make tini-static [2019-09-20T14:27:56.905Z] #38 11.39 Scanning dependencies of target tini-static [2019-09-20T14:27:56.905Z] #38 11.48 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-09-20T14:27:56.905Z] #38 13.27 [100%] Linking C executable tini-static [2019-09-20T14:27:56.905Z] #38 13.97 [100%] Built target tini-static [2019-09-20T14:27:56.905Z] #38 14.05 + mkdir -p /build [2019-09-20T14:27:56.905Z] #38 14.05 + cp tini-static /build/docker-init [2019-09-20T14:27:56.905Z] #38 DONE 14.7s [2019-09-20T14:27:56.905Z] [2019-09-20T14:27:56.905Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:27:56.905Z] #58 15.16 DEP images/sk-unix.pb-c.d [2019-09-20T14:27:56.905Z] #58 ... [2019-09-20T14:27:56.905Z] [2019-09-20T14:27:56.905Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-20T14:27:56.905Z] #33 81.18 regexp [2019-09-20T14:27:57.016Z] #13 ... [2019-09-20T14:27:57.016Z] [2019-09-20T14:27:57.016Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-20T14:27:57.016Z] #42 161.5 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-09-20T14:27:57.016Z] #42 163.7 + mkdir -p /build [2019-09-20T14:27:57.016Z] #42 163.7 + cp runc /build/runc [2019-09-20T14:27:57.016Z] #42 DONE 164.3s [2019-09-20T14:27:57.016Z] [2019-09-20T14:27:57.016Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:27:57.016Z] #13 142.9 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-20T14:27:57.161Z] #33 ... [2019-09-20T14:27:57.161Z] [2019-09-20T14:27:57.161Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:27:57.161Z] #13 4.364 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-20T14:27:57.161Z] #13 4.364 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-20T14:27:57.161Z] #13 4.486 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-20T14:27:57.161Z] #13 4.505 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-20T14:27:57.161Z] #13 4.584 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-20T14:27:57.161Z] #13 6.381 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [506 kB] [2019-09-20T14:27:57.161Z] #13 8.203 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-20T14:27:57.161Z] #13 8.899 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-20T14:27:57.161Z] #13 ... [2019-09-20T14:27:57.161Z] [2019-09-20T14:27:57.161Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:27:57.161Z] #58 15.34 PBCC images/mm.pb-c.c [2019-09-20T14:27:57.161Z] #58 15.39 DEP images/mm.pb-c.d [2019-09-20T14:27:57.161Z] #58 15.48 PBCC images/timerfd.pb-c.c [2019-09-20T14:27:57.462Z] #58 15.66 DEP images/timerfd.pb-c.d [2019-09-20T14:27:57.462Z] #58 15.87 PBCC images/timer.pb-c.c [2019-09-20T14:27:57.584Z] #13 DONE 143.5s [2019-09-20T14:27:57.584Z] [2019-09-20T14:27:57.584Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-09-20T14:27:57.718Z] #58 16.02 DEP images/timer.pb-c.d [2019-09-20T14:27:57.801Z] Removing intermediate container 420353ac97da [2019-09-20T14:27:57.801Z] ---> e98c7865e1e6 [2019-09-20T14:27:57.801Z] Step 45/126 : FROM base AS vndr [2019-09-20T14:27:57.801Z] ---> 4039e85f295c [2019-09-20T14:27:57.801Z] Step 46/126 : ENV INSTALL_BINARY_NAME=vndr [2019-09-20T14:27:57.801Z] ---> Running in aacf3fa4a649 [2019-09-20T14:27:57.801Z] Removing intermediate container aacf3fa4a649 [2019-09-20T14:27:57.801Z] ---> 24c475366d1f [2019-09-20T14:27:57.801Z] Step 47/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-20T14:27:57.801Z] ---> 5ed2b5ffb8b8 [2019-09-20T14:27:57.801Z] Step 48/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-20T14:27:57.801Z] ---> f73a0f68d5d2 [2019-09-20T14:27:57.801Z] Step 49/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-20T14:27:57.801Z] ---> Running in 63b24c9f38c0 [2019-09-20T14:27:57.974Z] #58 16.14 PBCC images/sa.pb-c.c [2019-09-20T14:27:57.974Z] #58 16.26 DEP images/sa.pb-c.d [2019-09-20T14:27:57.974Z] #58 16.36 PBCC images/pipe-data.pb-c.c [2019-09-20T14:27:58.229Z] #58 16.50 DEP images/pipe-data.pb-c.d [2019-09-20T14:27:58.229Z] #58 16.53 PBCC images/mnt.pb-c.c [2019-09-20T14:27:58.229Z] #58 16.56 DEP images/mnt.pb-c.d [2019-09-20T14:27:58.229Z] #58 16.58 PBCC images/sk-packet.pb-c.c [2019-09-20T14:27:58.229Z] #58 16.61 DEP images/sk-packet.pb-c.d [2019-09-20T14:27:58.229Z] #58 16.66 PBCC images/tcp-stream.pb-c.c [2019-09-20T14:27:58.229Z] #58 16.72 DEP images/tcp-stream.pb-c.d [2019-09-20T14:27:58.443Z] + RM_GOPATH=0 [2019-09-20T14:27:58.443Z] + TMP_GOPATH= [2019-09-20T14:27:58.443Z] + : /build [2019-09-20T14:27:58.443Z] + '[' -z '' ']' [2019-09-20T14:27:58.443Z] ++ mktemp -d [2019-09-20T14:27:58.443Z] + export GOPATH=/tmp/tmp.pCyOBa7CZU [2019-09-20T14:27:58.443Z] + GOPATH=/tmp/tmp.pCyOBa7CZU [2019-09-20T14:27:58.443Z] + RM_GOPATH=1 [2019-09-20T14:27:58.443Z] ++ dirname ./install.sh [2019-09-20T14:27:58.443Z] Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-20T14:27:58.443Z] + dir=. [2019-09-20T14:27:58.443Z] + bin=vndr [2019-09-20T14:27:58.443Z] + shift [2019-09-20T14:27:58.443Z] + '[' '!' -f ./vndr.installer ']' [2019-09-20T14:27:58.443Z] + . ./vndr.installer [2019-09-20T14:27:58.443Z] ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-20T14:27:58.443Z] + install_vndr [2019-09-20T14:27:58.443Z] + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-09-20T14:27:58.443Z] + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.pCyOBa7CZU/src/github.com/LK4D4/vndr [2019-09-20T14:27:58.443Z] Cloning into '/tmp/tmp.pCyOBa7CZU/src/github.com/LK4D4/vndr'... [2019-09-20T14:27:58.456Z] + cd /tmp/tmp.cypgj6VNa2/src/github.com/docker/libnetwork [2019-09-20T14:27:58.456Z] + git checkout -q 92d1fbe1eb0883cf11d283cea8e658275146411d [2019-09-20T14:27:58.456Z] + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-09-20T14:27:58.484Z] #58 16.81 PBCC images/pipe.pb-c.c [2019-09-20T14:27:58.484Z] #58 16.87 DEP images/pipe.pb-c.d [2019-09-20T14:27:58.730Z] + cd /tmp/tmp.pCyOBa7CZU/src/github.com/LK4D4/vndr [2019-09-20T14:27:58.730Z] + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-20T14:27:58.730Z] + go build -buildmode=pie -v -o /build/vndr . [2019-09-20T14:27:58.730Z] internal/race [2019-09-20T14:27:58.730Z] internal/cpu [2019-09-20T14:27:58.730Z] runtime/internal/sys [2019-09-20T14:27:58.730Z] runtime/internal/atomic [2019-09-20T14:27:58.730Z] sync/atomic [2019-09-20T14:27:58.730Z] runtime/internal/math [2019-09-20T14:27:58.740Z] #58 16.95 PBCC images/pstree.pb-c.c [2019-09-20T14:27:58.740Z] #58 17.01 DEP images/pstree.pb-c.d [2019-09-20T14:27:58.740Z] #58 17.07 PBCC images/fs.pb-c.c [2019-09-20T14:27:58.740Z] #58 17.13 DEP images/fs.pb-c.d [2019-09-20T14:27:58.996Z] #58 17.20 PBCC images/signalfd.pb-c.c [2019-09-20T14:27:58.996Z] #58 17.29 DEP images/signalfd.pb-c.d [2019-09-20T14:27:58.996Z] #58 17.34 PBCC images/fh.pb-c.c [2019-09-20T14:27:58.996Z] #58 17.41 PBCC images/fsnotify.pb-c.c [2019-09-20T14:27:59.019Z] unicode [2019-09-20T14:27:59.019Z] unicode/utf8 [2019-09-20T14:27:59.019Z] math/bits [2019-09-20T14:27:59.019Z] internal/bytealg [2019-09-20T14:27:59.019Z] internal/testlog [2019-09-20T14:27:59.019Z] math [2019-09-20T14:27:59.019Z] encoding [2019-09-20T14:27:59.019Z] runtime [2019-09-20T14:27:59.019Z] unicode/utf16 [2019-09-20T14:27:59.251Z] #58 17.48 DEP images/fh.pb-c.d [2019-09-20T14:27:59.251Z] #58 17.54 DEP images/fsnotify.pb-c.d [2019-09-20T14:27:59.251Z] #58 17.58 PBCC images/eventpoll.pb-c.c [2019-09-20T14:27:59.251Z] #58 17.62 DEP images/eventpoll.pb-c.d [2019-09-20T14:27:59.251Z] #58 17.69 PBCC images/eventfd.pb-c.c [2019-09-20T14:27:59.308Z] container/list [2019-09-20T14:27:59.308Z] crypto/internal/subtle [2019-09-20T14:27:59.308Z] crypto/subtle [2019-09-20T14:27:59.308Z] vendor/golang.org/x/crypto/cryptobyte/asn1 [2019-09-20T14:27:59.308Z] internal/nettrace [2019-09-20T14:27:59.507Z] #58 17.72 DEP images/eventfd.pb-c.d [2019-09-20T14:27:59.507Z] #58 17.82 PBCC images/remap-file-path.pb-c.c [2019-09-20T14:27:59.507Z] #58 17.86 DEP images/remap-file-path.pb-c.d [2019-09-20T14:27:59.507Z] #58 17.90 PBCC images/fifo.pb-c.c [2019-09-20T14:27:59.507Z] #58 17.94 DEP images/fifo.pb-c.d [2019-09-20T14:27:59.596Z] runtime/cgo [2019-09-20T14:27:59.762Z] #58 18.04 PBCC images/ghost-file.pb-c.c [2019-09-20T14:27:59.762Z] #58 18.14 DEP images/ghost-file.pb-c.d [2019-09-20T14:27:59.762Z] #58 18.18 PBCC images/regfile.pb-c.c [2019-09-20T14:27:59.880Z] vendor/golang.org/x/crypto/internal/subtle [2019-09-20T14:28:00.018Z] #58 18.20 DEP images/regfile.pb-c.d [2019-09-20T14:28:00.018Z] #58 18.33 PBCC images/ns.pb-c.c [2019-09-20T14:28:00.018Z] #58 18.38 DEP images/ns.pb-c.d [2019-09-20T14:28:00.018Z] #58 18.40 PBCC images/fdinfo.pb-c.c [2019-09-20T14:28:00.273Z] #58 18.54 DEP images/fdinfo.pb-c.d [2019-09-20T14:28:00.273Z] #58 18.65 PBCC images/core-aarch64.pb-c.c [2019-09-20T14:28:00.273Z] #58 18.68 PBCC images/core-arm.pb-c.c [2019-09-20T14:28:00.273Z] #58 18.75 PBCC images/core-ppc64.pb-c.c [2019-09-20T14:28:00.529Z] #58 18.83 PBCC images/core-s390.pb-c.c [2019-09-20T14:28:00.784Z] #58 18.94 PBCC images/core-x86.pb-c.c [2019-09-20T14:28:00.785Z] #58 18.98 PBCC images/core.pb-c.c [2019-09-20T14:28:00.785Z] #58 19.07 PBCC images/inventory.pb-c.c [2019-09-20T14:28:00.785Z] #58 19.15 DEP images/core-aarch64.pb-c.d [2019-09-20T14:28:00.919Z] Removing intermediate container e848ebbff548 [2019-09-20T14:28:00.919Z] ---> 20d47bb6d36d [2019-09-20T14:28:00.919Z] Step 62/126 : FROM base AS golangci_lint [2019-09-20T14:28:00.919Z] ---> 031cdf2bb232 [2019-09-20T14:28:00.919Z] Step 63/126 : ENV INSTALL_BINARY_NAME=golangci_lint [2019-09-20T14:28:00.919Z] ---> Running in d2ad5dce83c7 [2019-09-20T14:28:00.919Z] Removing intermediate container d2ad5dce83c7 [2019-09-20T14:28:00.919Z] ---> 2489280650b3 [2019-09-20T14:28:00.919Z] Step 64/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-20T14:28:00.919Z] ---> 4f671ea0f7a0 [2019-09-20T14:28:00.919Z] Step 65/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-20T14:28:01.040Z] #58 19.21 DEP images/core-arm.pb-c.d [2019-09-20T14:28:01.040Z] #58 19.26 DEP images/core-ppc64.pb-c.d [2019-09-20T14:28:01.040Z] #58 19.34 DEP images/core-s390.pb-c.d [2019-09-20T14:28:01.040Z] #58 19.40 DEP images/core-x86.pb-c.d [2019-09-20T14:28:01.040Z] #58 19.46 DEP images/core.pb-c.d [2019-09-20T14:28:01.287Z] ---> 3a8bebb8fe7e [2019-09-20T14:28:01.287Z] Step 66/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-20T14:28:01.287Z] ---> Running in 0d9c2a1af39f [2019-09-20T14:28:01.296Z] #58 19.67 DEP images/inventory.pb-c.d [2019-09-20T14:28:01.296Z] #58 19.72 PBCC images/cpuinfo.pb-c.c [2019-09-20T14:28:01.552Z] #58 19.79 DEP images/cpuinfo.pb-c.d [2019-09-20T14:28:01.552Z] #58 19.89 PBCC images/stats.pb-c.c [2019-09-20T14:28:01.552Z] #58 19.95 DEP images/stats.pb-c.d [2019-09-20T14:28:01.650Z] + RM_GOPATH=0 [2019-09-20T14:28:01.650Z] + TMP_GOPATH= [2019-09-20T14:28:01.650Z] + : /build [2019-09-20T14:28:01.650Z] + '[' -z '' ']' [2019-09-20T14:28:01.650Z] ++ mktemp -d [2019-09-20T14:28:01.650Z] + export GOPATH=/tmp/tmp.NkuOjLDY9n [2019-09-20T14:28:01.650Z] + GOPATH=/tmp/tmp.NkuOjLDY9n [2019-09-20T14:28:01.650Z] + RM_GOPATH=1 [2019-09-20T14:28:01.650Z] ++ dirname ./install.sh [2019-09-20T14:28:01.650Z] + dir=. [2019-09-20T14:28:01.650Z] + bin=golangci_lint [2019-09-20T14:28:01.650Z] + shift [2019-09-20T14:28:01.650Z] + '[' '!' -f ./golangci_lint.installer ']' [2019-09-20T14:28:01.650Z] + . ./golangci_lint.installer [2019-09-20T14:28:01.650Z] ++ : v1.17.1 [2019-09-20T14:28:01.650Z] + install_golangci_lint [2019-09-20T14:28:01.650Z] + echo 'Installing golangci-lint version v1.17.1' [2019-09-20T14:28:01.650Z] + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2019-09-20T14:28:01.650Z] Installing golangci-lint version v1.17.1 [2019-09-20T14:28:02.113Z] #58 ... [2019-09-20T14:28:02.113Z] [2019-09-20T14:28:02.113Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-20T14:28:02.113Z] #30 76.55 io/ioutil [2019-09-20T14:28:02.113Z] #30 77.11 path [2019-09-20T14:28:02.113Z] #30 77.72 text/tabwriter [2019-09-20T14:28:02.113Z] #30 78.23 flag [2019-09-20T14:28:02.113Z] #30 78.35 github.com/BurntSushi/toml [2019-09-20T14:28:02.113Z] #30 80.14 log [2019-09-20T14:28:02.113Z] #30 83.54 github.com/BurntSushi/toml/cmd/tomlv [2019-09-20T14:28:02.369Z] #30 ... [2019-09-20T14:28:02.369Z] [2019-09-20T14:28:02.369Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-20T14:28:02.369Z] #33 84.84 flag [2019-09-20T14:28:02.369Z] #33 85.93 go/token [2019-09-20T14:28:02.369Z] #33 86.46 internal/lazyregexp [2019-09-20T14:28:02.624Z] #33 86.85 path [2019-09-20T14:28:02.624Z] #33 86.97 go/scanner [2019-09-20T14:28:03.185Z] #33 87.64 io/ioutil [2019-09-20T14:28:03.342Z] internal/reflectlite [2019-09-20T14:28:03.342Z] sync [2019-09-20T14:28:03.342Z] github.com/LK4D4/vndr/godl/singleflight [2019-09-20T14:28:03.342Z] math/rand [2019-09-20T14:28:03.342Z] internal/singleflight [2019-09-20T14:28:03.623Z] + cd /tmp/tmp.NkuOjLDY9n/src/github.com/golangci/golangci-lint/ [2019-09-20T14:28:03.623Z] + git checkout -q v1.17.1 [2019-09-20T14:28:03.623Z] + go build -buildmode=pie -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2019-09-20T14:28:03.629Z] errors [2019-09-20T14:28:03.629Z] sort [2019-09-20T14:28:03.629Z] internal/oserror [2019-09-20T14:28:03.629Z] io [2019-09-20T14:28:03.629Z] strconv [2019-09-20T14:28:03.629Z] syscall [2019-09-20T14:28:03.759Z] #33 88.16 net/url [2019-09-20T14:28:03.759Z] #33 88.24 go/ast [2019-09-20T14:28:03.915Z] vendor/golang.org/x/net/dns/dnsmessage [2019-09-20T14:28:03.915Z] bytes [2019-09-20T14:28:04.141Z] #14 5.932 Collecting yamllint==1.16.0 [2019-09-20T14:28:04.142Z] #14 ... [2019-09-20T14:28:04.142Z] [2019-09-20T14:28:04.142Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:28:04.142Z] #58 139.5 CC criu/lsm.o [2019-09-20T14:28:04.142Z] #58 140.1 CC criu/mem.o [2019-09-20T14:28:04.142Z] #58 141.8 CC criu/mount.o [2019-09-20T14:28:04.142Z] #58 145.7 CC criu/namespaces.o [2019-09-20T14:28:04.142Z] #58 147.3 CC criu/net.o [2019-09-20T14:28:04.364Z] #33 ... [2019-09-20T14:28:04.364Z] [2019-09-20T14:28:04.364Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-20T14:28:04.364Z] #30 DONE 88.5s [2019-09-20T14:28:04.364Z] [2019-09-20T14:28:04.364Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:28:04.364Z] #58 21.69 make[1]: Nothing to be done for 'all'. [2019-09-20T14:28:04.540Z] bufio [2019-09-20T14:28:04.540Z] reflect [2019-09-20T14:28:04.620Z] #58 ... [2019-09-20T14:28:04.620Z] [2019-09-20T14:28:04.620Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-20T14:28:04.620Z] #47 35.27 + cd /tmp/tmp.JAkgO7T7al/src/github.com/containerd/containerd [2019-09-20T14:28:04.620Z] #47 35.28 + git checkout -q d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-20T14:28:04.620Z] #47 37.19 + export 'BUILDTAGS=netgo osusergo static_build' [2019-09-20T14:28:04.620Z] #47 37.19 + BUILDTAGS='netgo osusergo static_build' [2019-09-20T14:28:04.620Z] #47 37.19 + export EXTRA_FLAGS=-buildmode=pie [2019-09-20T14:28:04.620Z] #47 37.19 + EXTRA_FLAGS=-buildmode=pie [2019-09-20T14:28:04.620Z] #47 37.19 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-09-20T14:28:04.620Z] #47 37.19 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-09-20T14:28:04.620Z] #47 37.19 + '[' '' = dynamic ']' [2019-09-20T14:28:04.620Z] #47 37.19 + make [2019-09-20T14:28:04.620Z] #47 38.09 🇩 bin/ctr [2019-09-20T14:28:04.708Z] #58 150.1 CC criu/netfilter.o [2019-09-20T14:28:04.826Z] strings [2019-09-20T14:28:04.966Z] #58 150.4 CC criu/page-pipe.o [2019-09-20T14:28:05.111Z] hash [2019-09-20T14:28:05.111Z] hash/crc32 [2019-09-20T14:28:05.399Z] time [2019-09-20T14:28:05.399Z] internal/syscall/unix [2019-09-20T14:28:05.399Z] crypto [2019-09-20T14:28:05.531Z] #58 150.9 CC criu/page-xfer.o [2019-09-20T14:28:05.686Z] crypto/internal/randutil [2019-09-20T14:28:05.686Z] regexp/syntax [2019-09-20T14:28:05.686Z] path [2019-09-20T14:28:05.686Z] crypto/hmac [2019-09-20T14:28:05.973Z] crypto/rc4 [2019-09-20T14:28:05.973Z] vendor/golang.org/x/crypto/hkdf [2019-09-20T14:28:05.973Z] vendor/golang.org/x/text/transform [2019-09-20T14:28:05.987Z] #47 ... [2019-09-20T14:28:05.987Z] [2019-09-20T14:28:05.987Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:28:05.987Z] #58 24.05 CC images/stats.o [2019-09-20T14:28:06.244Z] #58 24.49 CC images/core.o [2019-09-20T14:28:06.464Z] #58 151.7 CC criu/pagemap-cache.o [2019-09-20T14:28:06.464Z] #58 152.0 CC criu/pagemap.o [2019-09-20T14:28:06.597Z] regexp [2019-09-20T14:28:06.597Z] context [2019-09-20T14:28:06.597Z] internal/poll [2019-09-20T14:28:07.177Z] #58 25.26 CC images/core-x86.o [2019-09-20T14:28:07.223Z] os [2019-09-20T14:28:07.223Z] encoding/binary [2019-09-20T14:28:07.223Z] internal/fmtsort [2019-09-20T14:28:07.470Z] #58 152.7 CC criu/parasite-syscall.o [2019-09-20T14:28:07.526Z] encoding/base64 [2019-09-20T14:28:07.526Z] crypto/sha512 [2019-09-20T14:28:07.526Z] crypto/cipher [2019-09-20T14:28:07.780Z] #58 25.86 CC images/core-arm.o [2019-09-20T14:28:07.815Z] fmt [2019-09-20T14:28:07.815Z] path/filepath [2019-09-20T14:28:07.815Z] internal/lazyregexp [2019-09-20T14:28:08.078Z] #58 26.39 CC images/core-aarch64.o [2019-09-20T14:28:08.101Z] crypto/ed25519/internal/edwards25519 [2019-09-20T14:28:08.101Z] crypto/aes [2019-09-20T14:28:08.101Z] io/ioutil [2019-09-20T14:28:08.388Z] crypto/des [2019-09-20T14:28:08.388Z] crypto/md5 [2019-09-20T14:28:08.388Z] crypto/sha1 [2019-09-20T14:28:08.409Z] #58 153.7 CC criu/path.o [2019-09-20T14:28:08.409Z] #58 153.9 CC criu/pie-util-vdso-elf32.o [2019-09-20T14:28:08.639Z] #58 26.94 CC images/core-ppc64.o [2019-09-20T14:28:08.675Z] crypto/sha256 [2019-09-20T14:28:08.675Z] encoding/pem [2019-09-20T14:28:08.675Z] net [2019-09-20T14:28:08.675Z] vendor/golang.org/x/crypto/internal/chacha20 [2019-09-20T14:28:08.960Z] vendor/golang.org/x/crypto/poly1305 [2019-09-20T14:28:08.960Z] vendor/golang.org/x/crypto/curve25519 [2019-09-20T14:28:08.960Z] flag [2019-09-20T14:28:08.960Z] go/token [2019-09-20T14:28:08.960Z] net/url [2019-09-20T14:28:08.974Z] #58 154.3 CC criu/pie-util-vdso.o [2019-09-20T14:28:09.232Z] #58 154.7 CC criu/pie-util.o [2019-09-20T14:28:09.246Z] go/scanner [2019-09-20T14:28:09.246Z] text/template/parse [2019-09-20T14:28:09.490Z] #58 154.9 CC criu/pipes.o [2019-09-20T14:28:09.534Z] go/ast [2019-09-20T14:28:09.534Z] log [2019-09-20T14:28:09.566Z] #58 27.70 CC images/core-s390.o [2019-09-20T14:28:09.824Z] encoding/json [2019-09-20T14:28:10.056Z] #58 155.5 CC criu/plugin.o [2019-09-20T14:28:10.127Z] #58 28.49 CC images/cpuinfo.o [2019-09-20T14:28:10.314Z] #58 155.8 CC criu/proc_parse.o [2019-09-20T14:28:10.314Z] #58 ... [2019-09-20T14:28:10.314Z] [2019-09-20T14:28:10.314Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-09-20T14:28:10.314Z] #14 12.68 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-09-20T14:28:10.452Z] text/template [2019-09-20T14:28:10.572Z] #14 12.95 Collecting pyyaml (from yamllint==1.16.0) [2019-09-20T14:28:10.690Z] #58 29.06 CC images/inventory.o [2019-09-20T14:28:10.739Z] go/parser [2019-09-20T14:28:10.945Z] #58 29.43 CC images/fdinfo.o [2019-09-20T14:28:11.367Z] encoding/xml [2019-09-20T14:28:11.653Z] go/doc [2019-09-20T14:28:11.872Z] #58 29.90 CC images/fown.o [2019-09-20T14:28:11.872Z] #58 30.10 CC images/ns.o [2019-09-20T14:28:11.872Z] #58 ... [2019-09-20T14:28:11.872Z] [2019-09-20T14:28:11.872Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:28:11.872Z] #13 19.04 Fetched 7925 kB in 15s (506 kB/s) [2019-09-20T14:28:11.872Z] #13 19.04 Reading package lists... [2019-09-20T14:28:11.872Z] #13 25.13 Reading package lists... [2019-09-20T14:28:11.872Z] #13 ... [2019-09-20T14:28:11.872Z] [2019-09-20T14:28:11.872Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-20T14:28:11.872Z] #33 90.43 text/template/parse [2019-09-20T14:28:11.872Z] #33 93.74 go/parser [2019-09-20T14:28:11.872Z] #33 95.21 text/template [2019-09-20T14:28:11.944Z] compress/flate [2019-09-20T14:28:11.945Z] #14 14.18 Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-09-20T14:28:12.128Z] #33 ... [2019-09-20T14:28:12.128Z] [2019-09-20T14:28:12.128Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:28:12.128Z] #58 30.33 CC images/regfile.o [2019-09-20T14:28:12.383Z] #58 30.56 CC images/ghost-file.o [2019-09-20T14:28:12.639Z] #58 31.05 CC images/fifo.o [2019-09-20T14:28:12.895Z] #58 31.27 CC images/remap-file-path.o [2019-09-20T14:28:12.967Z] github.com/LK4D4/vndr/build [2019-09-20T14:28:12.967Z] compress/gzip [2019-09-20T14:28:12.967Z] math/big [2019-09-20T14:28:12.967Z] encoding/hex [2019-09-20T14:28:13.252Z] vendor/golang.org/x/crypto/chacha20poly1305 [2019-09-20T14:28:13.455Z] #58 31.55 CC images/eventfd.o [2019-09-20T14:28:13.456Z] #58 31.74 CC images/eventpoll.o [2019-09-20T14:28:13.541Z] vendor/golang.org/x/text/unicode/bidi [2019-09-20T14:28:13.711Z] #58 31.99 CC images/fh.o [2019-09-20T14:28:13.829Z] vendor/golang.org/x/text/unicode/norm [2019-09-20T14:28:13.845Z] #14 16.01 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-09-20T14:28:13.967Z] #58 32.29 CC images/fsnotify.o [2019-09-20T14:28:14.116Z] vendor/golang.org/x/text/secure/bidirule [2019-09-20T14:28:14.116Z] vendor/golang.org/x/net/http2/hpack [2019-09-20T14:28:14.741Z] mime [2019-09-20T14:28:14.778Z] #14 17.10 Downloading https://files.pythonhosted.org/packages/84/2a/bfee636b1e2f7d6e30dd74f49201ccfa5c3cf322d44929ecc6c137c486c5/pathspec-0.5.9.tar.gz [2019-09-20T14:28:14.893Z] #58 32.96 CC images/signalfd.o [2019-09-20T14:28:14.893Z] #58 33.16 CC images/fs.o [2019-09-20T14:28:14.893Z] #58 33.35 CC images/pstree.o [2019-09-20T14:28:15.034Z] vendor/golang.org/x/net/idna [2019-09-20T14:28:15.148Z] #58 33.62 CC images/pipe.o [2019-09-20T14:28:15.322Z] crypto/rand [2019-09-20T14:28:15.403Z] #58 33.84 CC images/tcp-stream.o [2019-09-20T14:28:15.610Z] crypto/elliptic [2019-09-20T14:28:15.610Z] encoding/asn1 [2019-09-20T14:28:15.610Z] crypto/ed25519 [2019-09-20T14:28:15.659Z] #58 34.09 CC images/sk-packet.o [2019-09-20T14:28:15.712Z] #14 18.19 Building wheels for collected packages: pyyaml, pathspec [2019-09-20T14:28:15.897Z] crypto/rsa [2019-09-20T14:28:15.970Z] #14 18.19 Running setup.py bdist_wheel for pyyaml: started [2019-09-20T14:28:16.184Z] crypto/dsa [2019-09-20T14:28:16.184Z] net/textproto [2019-09-20T14:28:16.184Z] vendor/golang.org/x/net/http/httpproxy [2019-09-20T14:28:16.184Z] mime/quotedprintable [2019-09-20T14:28:16.219Z] #58 34.52 CC images/mnt.o [2019-09-20T14:28:16.470Z] net/http/internal [2019-09-20T14:28:16.470Z] crypto/ecdsa [2019-09-20T14:28:16.470Z] crypto/x509/pkix [2019-09-20T14:28:16.470Z] vendor/golang.org/x/crypto/cryptobyte [2019-09-20T14:28:16.470Z] vendor/golang.org/x/net/http/httpguts [2019-09-20T14:28:16.470Z] mime/multipart [2019-09-20T14:28:16.470Z] os/exec [2019-09-20T14:28:16.475Z] #58 34.82 CC images/pipe-data.o [2019-09-20T14:28:16.536Z] #14 ... [2019-09-20T14:28:16.536Z] [2019-09-20T14:28:16.536Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-20T14:28:16.536Z] #55 224.4 + dpkg --print-architecture [2019-09-20T14:28:16.536Z] #55 224.4 + cd /tmp/tmp.fDLJ5QVl9F/src/github.com/docker/distribution [2019-09-20T14:28:16.536Z] #55 224.4 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-20T14:28:16.536Z] #55 224.7 + GOPATH=/tmp/tmp.fDLJ5QVl9F/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.fDLJ5QVl9F [2019-09-20T14:28:16.536Z] #55 224.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-09-20T14:28:16.730Z] #58 35.06 CC images/sa.o [2019-09-20T14:28:16.986Z] #58 35.36 CC images/timer.o [2019-09-20T14:28:17.087Z] crypto/x509 [2019-09-20T14:28:17.102Z] #55 ... [2019-09-20T14:28:17.102Z] [2019-09-20T14:28:17.102Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-09-20T14:28:17.102Z] #14 19.53 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-09-20T14:28:17.360Z] #14 19.53 Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-09-20T14:28:17.360Z] #14 19.67 Running setup.py bdist_wheel for pathspec: started [2019-09-20T14:28:17.547Z] #58 35.81 CC images/timerfd.o [2019-09-20T14:28:17.702Z] crypto/tls [2019-09-20T14:28:17.802Z] #58 36.06 CC images/mm.o [2019-09-20T14:28:18.064Z] #58 36.34 CC images/sk-opts.o [2019-09-20T14:28:18.320Z] #58 36.53 CC images/sk-unix.o [2019-09-20T14:28:18.629Z] #58 36.84 CC images/sk-inet.o [2019-09-20T14:28:18.733Z] #14 20.73 Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-09-20T14:28:18.734Z] #14 20.73 Stored in directory: /root/.cache/pip/wheels/45/cb/7e/ce6e6062c69446e39e328170524ca8213498bc66a74c6a210b [2019-09-20T14:28:18.734Z] #14 20.76 Successfully built pyyaml pathspec [2019-09-20T14:28:18.734Z] #14 20.76 Installing collected packages: pyyaml, pathspec, yamllint [2019-09-20T14:28:18.892Z] #58 37.37 CC images/tun.o [2019-09-20T14:28:18.992Z] #14 21.18 Successfully installed pathspec-0.5.9 pyyaml-5.1.2 yamllint-1.16.0 [2019-09-20T14:28:19.476Z] #58 37.86 CC images/sk-netlink.o [2019-09-20T14:28:19.558Z] #14 DONE 21.9s [2019-09-20T14:28:19.558Z] [2019-09-20T14:28:19.558Z] #16 [dev 9/24] COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-09-20T14:28:19.731Z] net/http/httptrace [2019-09-20T14:28:19.731Z] net/http [2019-09-20T14:28:19.818Z] #16 DONE 0.2s [2019-09-20T14:28:19.818Z] [2019-09-20T14:28:19.818Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:28:19.818Z] #58 158.2 CC criu/protobuf-desc.o [2019-09-20T14:28:19.818Z] #58 159.0 CC criu/protobuf.o [2019-09-20T14:28:19.818Z] #58 159.4 CC criu/pstree.o [2019-09-20T14:28:19.818Z] #58 160.4 CC criu/rbtree.o [2019-09-20T14:28:19.818Z] #58 160.7 CC criu/rst-malloc.o [2019-09-20T14:28:19.818Z] #58 161.0 CC criu/seccomp.o [2019-09-20T14:28:19.818Z] #58 161.8 CC criu/seize.o [2019-09-20T14:28:19.818Z] #58 162.6 CC criu/servicefd.o [2019-09-20T14:28:19.818Z] #58 163.1 CC criu/shmem.o [2019-09-20T14:28:19.818Z] #58 164.1 CC criu/sigframe.o [2019-09-20T14:28:19.818Z] #58 164.3 CC criu/signalfd.o [2019-09-20T14:28:19.818Z] #58 164.7 CC criu/sk-inet.o [2019-09-20T14:28:19.818Z] #58 ... [2019-09-20T14:28:19.818Z] [2019-09-20T14:28:19.818Z] #21 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-09-20T14:28:20.039Z] #58 38.17 CC images/packet-sock.o [2019-09-20T14:28:20.039Z] #58 ... [2019-09-20T14:28:20.039Z] [2019-09-20T14:28:20.039Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:28:20.039Z] #13 25.13 Reading package lists... [2019-09-20T14:28:20.039Z] #13 30.28 Building dependency tree... [2019-09-20T14:28:20.039Z] #13 31.48 Reading state information... [2019-09-20T14:28:20.039Z] #13 32.87 The following additional packages will be installed: [2019-09-20T14:28:20.039Z] #13 32.87 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-09-20T14:28:20.039Z] #13 32.87 dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-09-20T14:28:20.039Z] #13 32.87 libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-09-20T14:28:20.039Z] #13 32.87 libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-09-20T14:28:20.039Z] #13 32.87 libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-09-20T14:28:20.039Z] #13 32.87 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-09-20T14:28:20.039Z] #13 32.87 libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common [2019-09-20T14:28:20.039Z] #13 32.88 mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-09-20T14:28:20.039Z] #13 32.88 python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-09-20T14:28:20.039Z] #13 32.88 Suggested packages: [2019-09-20T14:28:20.039Z] #13 32.88 apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-09-20T14:28:20.039Z] #13 32.88 gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-09-20T14:28:20.039Z] #13 32.88 python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-09-20T14:28:20.039Z] #13 32.88 vim-doc vim-scripts xfsdump acl attr quota [2019-09-20T14:28:20.039Z] #13 32.88 Recommended packages: [2019-09-20T14:28:20.039Z] #13 32.88 aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-09-20T14:28:20.039Z] #13 32.88 python3-keyrings.alt python3-xdg unzip [2019-09-20T14:28:20.039Z] #13 36.72 The following NEW packages will be installed: [2019-09-20T14:28:20.039Z] #13 36.72 apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-09-20T14:28:20.039Z] #13 36.72 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-09-20T14:28:20.039Z] #13 36.72 bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-09-20T14:28:20.039Z] #13 36.73 gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-09-20T14:28:20.039Z] #13 36.73 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-09-20T14:28:20.039Z] #13 36.73 libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-09-20T14:28:20.039Z] #13 36.73 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-09-20T14:28:20.039Z] #13 36.73 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-09-20T14:28:20.039Z] #13 36.73 libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-09-20T14:28:20.039Z] #13 36.73 libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-09-20T14:28:20.039Z] #13 36.73 mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-09-20T14:28:20.039Z] #13 36.73 python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-09-20T14:28:20.039Z] #13 36.73 python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-09-20T14:28:20.039Z] #13 36.74 xfsprogs xxd xz-utils zip [2019-09-20T14:28:20.296Z] #13 ... [2019-09-20T14:28:20.296Z] [2019-09-20T14:28:20.296Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:28:20.296Z] #58 38.62 CC images/ipc-var.o [2019-09-20T14:28:20.551Z] #58 38.81 CC images/ipc-desc.o [2019-09-20T14:28:20.806Z] #58 39.12 CC images/ipc-shm.o [2019-09-20T14:28:21.061Z] #58 39.34 CC images/ipc-msg.o [2019-09-20T14:28:21.192Z] #21 DONE 1.1s [2019-09-20T14:28:21.192Z] [2019-09-20T14:28:21.192Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:28:21.192Z] #58 166.0 CC criu/sk-netlink.o [2019-09-20T14:28:21.192Z] #58 166.4 CC criu/sk-packet.o [2019-09-20T14:28:21.316Z] #58 39.67 CC images/ipc-sem.o [2019-09-20T14:28:21.572Z] #58 39.87 CC images/utsns.o [2019-09-20T14:28:21.758Z] #58 167.0 CC criu/sk-queue.o [2019-09-20T14:28:21.827Z] #58 40.18 CC images/creds.o [2019-09-20T14:28:22.016Z] #58 167.4 CC criu/sk-tcp.o [2019-09-20T14:28:22.083Z] #58 40.43 CC images/vma.o [2019-09-20T14:28:22.338Z] #58 40.73 CC images/netdev.o [2019-09-20T14:28:22.582Z] #58 167.9 CC criu/sk-unix.o [2019-09-20T14:28:22.898Z] #58 41.17 CC images/tty.o [2019-09-20T14:28:23.154Z] #58 ... [2019-09-20T14:28:23.154Z] [2019-09-20T14:28:23.154Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-20T14:28:23.154Z] #33 97.43 log [2019-09-20T14:28:23.154Z] #33 98.02 encoding/binary [2019-09-20T14:28:23.154Z] #33 100.1 encoding/base64 [2019-09-20T14:28:23.154Z] #33 100.3 go/doc [2019-09-20T14:28:23.154Z] #33 100.8 encoding/json [2019-09-20T14:28:23.154Z] #33 104.5 github.com/LK4D4/vndr/build [2019-09-20T14:28:23.154Z] #33 106.6 encoding/xml [2019-09-20T14:28:23.154Z] #33 ... [2019-09-20T14:28:23.154Z] [2019-09-20T14:28:23.154Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:28:23.154Z] #13 37.83 0 upgraded, 69 newly installed, 0 to remove and 1 not upgraded. [2019-09-20T14:28:23.154Z] #13 37.83 Need to get 90.9 MB of archives. [2019-09-20T14:28:23.154Z] #13 37.83 After this operation, 541 MB of additional disk space will be used. [2019-09-20T14:28:23.154Z] #13 37.83 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bash-completion all 1:2.1-4.3 [178 kB] [2019-09-20T14:28:23.154Z] #13 37.83 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] [2019-09-20T14:28:23.154Z] #13 37.83 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnfnetlink0 amd64 1.0.1-3 [13.5 kB] [2019-09-20T14:28:23.154Z] #13 37.84 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcrecpp0v5 amd64 2:8.39-3 [151 kB] [2019-09-20T14:28:23.154Z] #13 37.86 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libudev-dev amd64 232-25+deb9u12 [92.5 kB] [2019-09-20T14:28:23.154Z] #13 37.87 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-minimal amd64 3.5.3-1+deb9u1 [573 kB] [2019-09-20T14:28:23.154Z] #13 37.93 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5-minimal amd64 3.5.3-1+deb9u1 [1691 kB] [2019-09-20T14:28:23.154Z] #13 38.09 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-minimal amd64 3.5.3-1 [35.3 kB] [2019-09-20T14:28:23.154Z] #13 38.09 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmpdec2 amd64 2.4.2-1 [85.2 kB] [2019-09-20T14:28:23.154Z] #13 38.10 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-stdlib amd64 3.5.3-1+deb9u1 [2167 kB] [2019-09-20T14:28:23.154Z] #13 38.25 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5 amd64 3.5.3-1+deb9u1 [229 kB] [2019-09-20T14:28:23.154Z] #13 38.27 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3-stdlib amd64 3.5.3-1 [18.6 kB] [2019-09-20T14:28:23.154Z] #13 38.27 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dh-python all 2.20170125 [86.8 kB] [2019-09-20T14:28:23.154Z] #13 38.27 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3 amd64 3.5.3-1 [21.6 kB] [2019-09-20T14:28:23.154Z] #13 38.28 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 pigz amd64 2.3.4-1 [55.4 kB] [2019-09-20T14:28:23.154Z] #13 38.28 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip4tc0 amd64 1.6.0+snapshot20161117-6 [67.8 kB] [2019-09-20T14:28:23.154Z] #13 38.30 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip6tc0 amd64 1.6.0+snapshot20161117-6 [68.1 kB] [2019-09-20T14:28:23.154Z] #13 38.30 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libiptc0 amd64 1.6.0+snapshot20161117-6 [57.5 kB] [2019-09-20T14:28:23.154Z] #13 38.31 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxtables12 amd64 1.6.0+snapshot20161117-6 [75.9 kB] [2019-09-20T14:28:23.154Z] #13 38.32 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnetfilter-conntrack3 amd64 1.0.6-2 [38.7 kB] [2019-09-20T14:28:23.154Z] #13 38.32 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 iptables amd64 1.6.0+snapshot20161117-6 [288 kB] [2019-09-20T14:28:23.154Z] #13 38.35 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-20T14:28:23.154Z] #13 38.36 Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-20T14:28:23.154Z] #13 38.38 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bzip2 amd64 1.0.6-8.1 [47.5 kB] [2019-09-20T14:28:23.154Z] #13 38.39 Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgpm2 amd64 1.20.4-6.2+b1 [34.2 kB] [2019-09-20T14:28:23.154Z] #13 38.39 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xz-utils amd64 5.2.2-1.2+b1 [266 kB] [2019-09-20T14:28:23.154Z] #13 38.41 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 aufs-tools amd64 1:4.1+20161219-1 [102 kB] [2019-09-20T14:28:23.154Z] #13 38.41 Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-09-20T14:28:23.154Z] #13 38.42 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] [2019-09-20T14:28:23.154Z] #13 38.46 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] [2019-09-20T14:28:23.154Z] #13 38.47 Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper1.02.1 amd64 2:1.02.137-2 [170 kB] [2019-09-20T14:28:23.154Z] #13 38.48 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dmsetup amd64 2:1.02.137-2 [107 kB] [2019-09-20T14:28:23.154Z] #13 38.50 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] [2019-09-20T14:28:23.154Z] #13 38.51 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] [2019-09-20T14:28:23.154Z] #13 38.52 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] [2019-09-20T14:28:23.154Z] #13 38.53 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libaio1 amd64 0.3.110-3 [9412 B] [2019-09-20T14:28:23.154Z] #13 38.54 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap2-bin amd64 1:2.25-1 [26.5 kB] [2019-09-20T14:28:23.154Z] #13 38.54 Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.137-2 [41.6 kB] [2019-09-20T14:28:23.154Z] #13 38.55 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsepol1-dev amd64 2.6-2 [309 kB] [2019-09-20T14:28:23.154Z] #13 38.58 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre16-3 amd64 2:8.39-3 [258 kB] [2019-09-20T14:28:23.154Z] #13 38.60 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre32-3 amd64 2:8.39-3 [248 kB] [2019-09-20T14:28:23.154Z] #13 38.62 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre3-dev amd64 2:8.39-3 [647 kB] [2019-09-20T14:28:23.154Z] #13 38.66 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libselinux1-dev amd64 2.6-3+b3 [184 kB] [2019-09-20T14:28:23.154Z] #13 38.67 Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-dev amd64 2:1.02.137-2 [68.6 kB] [2019-09-20T14:28:23.154Z] #13 38.68 Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] [2019-09-20T14:28:23.154Z] #13 38.69 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] [2019-09-20T14:28:23.154Z] #13 38.69 Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libreadline5 amd64 5.2+dfsg-3+b1 [119 kB] [2019-09-20T14:28:23.154Z] #13 38.70 Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsystemd-dev amd64 232-25+deb9u12 [1972 kB] [2019-09-20T14:28:23.154Z] #13 38.81 Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 net-tools amd64 1.60+git20161116.90da8a0-1 [248 kB] [2019-09-20T14:28:23.154Z] #13 38.85 Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] [2019-09-20T14:28:23.154Z] #13 38.92 Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-09-20T14:28:23.154Z] #13 38.93 Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pkg-resources all 33.1.1-1 [137 kB] [2019-09-20T14:28:23.154Z] #13 38.93 Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-setuptools all 33.1.1-1 [215 kB] [2019-09-20T14:28:23.154Z] #13 38.95 Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-wheel all 0.29.0-2 [51.8 kB] [2019-09-20T14:28:23.154Z] #13 38.96 Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 thin-provisioning-tools amd64 0.6.1-4+b1 [363 kB] [2019-09-20T14:28:23.154Z] #13 38.99 Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-09-20T14:28:23.154Z] #13 39.41 Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim amd64 2:8.0.0197-4+deb9u3 [1034 kB] [2019-09-20T14:28:23.154Z] #13 39.48 Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xfsprogs amd64 4.9.0+nmu1 [811 kB] [2019-09-20T14:28:23.154Z] #13 39.56 Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB] [2019-09-20T14:28:23.154Z] #13 39.58 Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-perl amd64 2.11.0-3+deb9u2 [82.2 kB] [2019-09-20T14:28:23.154Z] #13 39.59 Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 apparmor amd64 2.11.0-3+deb9u2 [525 kB] [2019-09-20T14:28:23.154Z] #13 39.65 Get:62 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64-i686 amd64 2.28-5+7.4+b4 [2242 kB] [2019-09-20T14:28:23.154Z] #13 39.83 Get:63 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64-x86-64 amd64 2.28-5+7.4+b4 [2467 kB] [2019-09-20T14:28:23.154Z] #13 40.01 Get:64 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB] [2019-09-20T14:28:23.154Z] #13 40.02 Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-common all 5.0.1-1 [4764 kB] [2019-09-20T14:28:23.154Z] #13 40.48 Get:66 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB] [2019-09-20T14:28:23.202Z] github.com/LK4D4/vndr/godl [2019-09-20T14:28:23.409Z] #13 40.86 Get:67 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gcc-mingw-w64-base amd64 6.3.0-18+19.3+b3 [170 kB] [2019-09-20T14:28:23.557Z] github.com/LK4D4/vndr [2019-09-20T14:28:23.665Z] #13 40.87 Get:68 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gcc-mingw-w64-x86-64 amd64 6.3.0-18+19.3+b3 [32.7 MB] [2019-09-20T14:28:23.960Z] #58 169.6 CC criu/sockets.o [2019-09-20T14:28:24.893Z] #58 170.3 CC criu/stats.o [2019-09-20T14:28:25.153Z] #58 170.6 CC criu/string.o [2019-09-20T14:28:25.153Z] #58 170.7 CC criu/sysctl.o [2019-09-20T14:28:26.087Z] #58 171.3 CC criu/sysfs_parse.o [2019-09-20T14:28:26.182Z] #13 43.46 Get:69 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 g++-mingw-w64-x86-64 amd64 6.3.0-18+19.3+b3 [22.4 MB] [2019-09-20T14:28:26.345Z] #58 171.7 CC criu/timerfd.o [2019-09-20T14:28:26.603Z] #58 172.1 CC criu/tty.o [2019-09-20T14:28:27.959Z] Removing intermediate container 63b24c9f38c0 [2019-09-20T14:28:27.960Z] ---> 7ead30fde208 [2019-09-20T14:28:27.960Z] Step 50/126 : FROM dev-base AS containerd [2019-09-20T14:28:27.960Z] ---> 4039e85f295c [2019-09-20T14:28:27.960Z] Step 51/126 : ARG DEBIAN_FRONTEND [2019-09-20T14:28:27.960Z] ---> Using cache [2019-09-20T14:28:27.960Z] ---> f4233f435224 [2019-09-20T14:28:27.960Z] Step 52/126 : RUN apt-get update && apt-get install -y --no-install-recommends btrfs-tools && rm -rf /var/lib/apt/lists/* [2019-09-20T14:28:27.960Z] ---> Running in c5674c9968ef [2019-09-20T14:28:27.960Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-20T14:28:27.960Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-20T14:28:28.243Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-20T14:28:28.243Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-20T14:28:28.243Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-20T14:28:28.243Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [485 kB] [2019-09-20T14:28:28.502Z] #58 173.9 CC criu/tun.o [2019-09-20T14:28:28.528Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-09-20T14:28:28.814Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-09-20T14:28:29.067Z] #58 174.3 CC criu/uffd.o [2019-09-20T14:28:29.442Z] #13 46.38 debconf: delaying package configuration, since apt-utils is not installed [2019-09-20T14:28:29.442Z] #13 46.51 Fetched 90.9 MB in 8s (10.5 MB/s) [2019-09-20T14:28:29.442Z] #13 46.66 Selecting previously unselected package bash-completion. [2019-09-20T14:28:29.443Z] #13 46.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 ... 15161 files and directories currently installed.) [2019-09-20T14:28:29.443Z] #13 46.72 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-09-20T14:28:30.002Z] #58 175.3 CC criu/util.o [2019-09-20T14:28:30.834Z] Fetched 7724 kB in 2s (3106 kB/s) [2019-09-20T14:28:31.374Z] #58 176.4 CC criu/uts_ns.o [2019-09-20T14:28:31.374Z] #58 176.8 CC criu/vdso-compat.o [2019-09-20T14:28:31.448Z] Reading package lists... [2019-09-20T14:28:31.632Z] #58 176.9 CC criu/vdso.o [2019-09-20T14:28:32.565Z] #58 177.9 LINK criu/built-in.o [2019-09-20T14:28:32.737Z] Reading package lists... [2019-09-20T14:28:32.824Z] #58 178.1 LINK criu/criu [2019-09-20T14:28:33.021Z] Building dependency tree... [2019-09-20T14:28:33.021Z] Reading state information... [2019-09-20T14:28:33.021Z] The following additional packages will be installed: [2019-09-20T14:28:33.021Z] btrfs-progs liblzo2-2 [2019-09-20T14:28:33.082Z] #58 178.5 DEP lib/c/criu.d [2019-09-20T14:28:33.082Z] #58 178.6 CC images/rpc.pb-c.o [2019-09-20T14:28:33.082Z] #58 ... [2019-09-20T14:28:33.082Z] [2019-09-20T14:28:33.082Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-20T14:28:33.082Z] #55 245.4 + rm -rf /tmp/tmp.fDLJ5QVl9F/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.fDLJ5QVl9F [2019-09-20T14:28:33.304Z] The following NEW packages will be installed: [2019-09-20T14:28:33.304Z] btrfs-progs btrfs-tools liblzo2-2 [2019-09-20T14:28:33.304Z] 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded. [2019-09-20T14:28:33.304Z] Need to get 588 kB of archives. [2019-09-20T14:28:33.304Z] After this operation, 5005 kB of additional disk space will be used. [2019-09-20T14:28:33.304Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el liblzo2-2 ppc64el 2.08-1.2+b2 [51.0 kB] [2019-09-20T14:28:33.304Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-progs ppc64el 4.7.3-1 [520 kB] [2019-09-20T14:28:33.304Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-tools ppc64el 4.7.3-1 [16.9 kB] [2019-09-20T14:28:33.588Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-20T14:28:33.588Z] Fetched 588 kB in 0s (5992 kB/s) [2019-09-20T14:28:33.588Z] Selecting previously unselected package liblzo2-2:ppc64el. [2019-09-20T14:28:33.588Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14950 files and directories currently installed.) [2019-09-20T14:28:33.588Z] Preparing to unpack .../liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-09-20T14:28:33.588Z] Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-09-20T14:28:33.588Z] Selecting previously unselected package btrfs-progs. [2019-09-20T14:28:33.588Z] Preparing to unpack .../btrfs-progs_4.7.3-1_ppc64el.deb ... [2019-09-20T14:28:33.588Z] Unpacking btrfs-progs (4.7.3-1) ... [2019-09-20T14:28:33.644Z] #13 50.37 Unpacking bash-completion (1:2.1-4.3) ... [2019-09-20T14:28:33.644Z] #13 ... [2019-09-20T14:28:33.644Z] [2019-09-20T14:28:33.644Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-09-20T14:28:33.644Z] #61 110.1 + for f in rootlesskit rootlesskit-docker-proxy [2019-09-20T14:28:33.644Z] #61 110.1 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-09-20T14:28:33.644Z] #61 DONE 118.0s [2019-09-20T14:28:33.644Z] [2019-09-20T14:28:33.644Z] #62 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-09-20T14:28:33.644Z] #62 DONE 0.1s [2019-09-20T14:28:33.644Z] [2019-09-20T14:28:33.644Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:28:33.644Z] #58 41.95 CC images/file-lock.o [2019-09-20T14:28:33.645Z] #58 42.28 CC images/rlimit.o [2019-09-20T14:28:33.645Z] #58 42.53 CC images/pagemap.o [2019-09-20T14:28:33.645Z] #58 42.95 CC images/siginfo.o [2019-09-20T14:28:33.645Z] #58 43.25 CC images/rpc.o [2019-09-20T14:28:33.645Z] #58 44.77 CC images/ext-file.o [2019-09-20T14:28:33.645Z] #58 45.01 CC images/cgroup.o [2019-09-20T14:28:33.645Z] #58 45.78 CC images/userns.o [2019-09-20T14:28:33.645Z] #58 46.04 CC images/google/protobuf/descriptor.o [2019-09-20T14:28:33.645Z] #58 47.92 CC images/opts.o [2019-09-20T14:28:33.645Z] #58 48.15 CC images/seccomp.o [2019-09-20T14:28:33.645Z] #58 48.54 CC images/binfmt-misc.o [2019-09-20T14:28:33.645Z] #58 48.76 CC images/time.o [2019-09-20T14:28:33.645Z] #58 48.99 CC images/sysctl.o [2019-09-20T14:28:33.645Z] #58 49.29 CC images/autofs.o [2019-09-20T14:28:33.645Z] #58 49.58 CC images/macvlan.o [2019-09-20T14:28:33.645Z] #58 49.80 CC images/sit.o [2019-09-20T14:28:33.645Z] #58 50.01 LINK images/built-in.o [2019-09-20T14:28:33.645Z] #58 50.24 GEN compel/include/asm [2019-09-20T14:28:33.645Z] #58 50.26 GEN compel/include/version.h [2019-09-20T14:28:33.645Z] #58 50.30 touch .config [2019-09-20T14:28:33.645Z] #58 50.31 GEN include/common/config.h [2019-09-20T14:28:33.645Z] #58 50.40 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2019-09-20T14:28:33.645Z] #58 50.43 GEN compel/plugins/include/uapi/std/syscall-64.h [2019-09-20T14:28:33.645Z] #58 50.46 GEN compel/arch/x86/plugins/std/syscalls-64.S [2019-09-20T14:28:33.645Z] #58 50.51 DEP compel/arch/x86/plugins/std/syscalls-64.d [2019-09-20T14:28:33.645Z] #58 50.55 DEP compel/arch/x86/plugins/std/memcpy.d [2019-09-20T14:28:33.645Z] #58 50.59 DEP compel/arch/x86/plugins/std/parasite-head.d [2019-09-20T14:28:33.645Z] #58 50.62 GEN compel/plugins/include/uapi/std/syscall.h [2019-09-20T14:28:33.645Z] #58 50.67 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2019-09-20T14:28:33.645Z] #58 50.68 GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-09-20T14:28:33.645Z] #58 50.72 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-09-20T14:28:33.645Z] #58 50.72 DEP compel/plugins/std/infect.d [2019-09-20T14:28:33.645Z] #58 50.85 DEP compel/plugins/std/string.d [2019-09-20T14:28:33.645Z] #58 50.98 DEP compel/plugins/std/log.d [2019-09-20T14:28:33.645Z] #58 51.15 DEP compel/plugins/std/fds.d [2019-09-20T14:28:33.645Z] #58 51.22 DEP compel/plugins/std/std.d [2019-09-20T14:28:33.645Z] #58 51.36 DEP compel/plugins/shmem/shmem.d [2019-09-20T14:28:33.645Z] #58 51.53 DEP compel/plugins/fds/fds.d [2019-09-20T14:28:33.645Z] #58 51.71 CC compel/plugins/std/std.o [2019-09-20T14:28:33.645Z] #58 ... [2019-09-20T14:28:33.645Z] [2019-09-20T14:28:33.645Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-20T14:28:33.645Z] #33 108.1 compress/flate [2019-09-20T14:28:33.645Z] #33 110.9 hash [2019-09-20T14:28:33.645Z] #33 111.1 hash/crc32 [2019-09-20T14:28:33.645Z] #33 111.6 compress/gzip [2019-09-20T14:28:33.645Z] #33 112.3 context [2019-09-20T14:28:33.645Z] #33 112.9 crypto/cipher [2019-09-20T14:28:33.645Z] #33 113.2 math/big [2019-09-20T14:28:33.645Z] #33 114.5 crypto/aes [2019-09-20T14:28:33.645Z] #33 115.8 crypto [2019-09-20T14:28:33.645Z] #33 116.0 crypto/des [2019-09-20T14:28:33.645Z] #33 116.5 crypto/internal/randutil [2019-09-20T14:28:33.645Z] #33 116.6 crypto/sha512 [2019-09-20T14:28:33.645Z] #33 117.9 crypto/ed25519/internal/edwards25519 [2019-09-20T14:28:33.649Z] #55 DONE 245.9s [2019-09-20T14:28:33.649Z] [2019-09-20T14:28:33.649Z] #24 [golangci_lint 3/3] RUN PREFIX=/build ./install.sh golangci_lint [2019-09-20T14:28:33.649Z] #24 ... [2019-09-20T14:28:33.649Z] [2019-09-20T14:28:33.649Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:28:33.649Z] #58 179.2 CC lib/c/criu.o [2019-09-20T14:28:33.872Z] Selecting previously unselected package btrfs-tools. [2019-09-20T14:28:33.872Z] Preparing to unpack .../btrfs-tools_4.7.3-1_ppc64el.deb ... [2019-09-20T14:28:33.872Z] Unpacking btrfs-tools (4.7.3-1) ... [2019-09-20T14:28:33.872Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-20T14:28:33.872Z] Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-09-20T14:28:33.872Z] Setting up btrfs-progs (4.7.3-1) ... [2019-09-20T14:28:33.872Z] Setting up btrfs-tools (4.7.3-1) ... [2019-09-20T14:28:33.872Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-20T14:28:34.205Z] #33 ... [2019-09-20T14:28:34.205Z] [2019-09-20T14:28:34.205Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:28:34.205Z] #13 51.35 Selecting previously unselected package libnet1:amd64. [2019-09-20T14:28:34.205Z] #13 51.35 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_amd64.deb ... [2019-09-20T14:28:34.205Z] #13 51.36 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... [2019-09-20T14:28:34.462Z] #13 51.70 Selecting previously unselected package libnfnetlink0:amd64. [2019-09-20T14:28:34.462Z] #13 51.70 Preparing to unpack .../02-libnfnetlink0_1.0.1-3_amd64.deb ... [2019-09-20T14:28:34.462Z] #13 51.73 Unpacking libnfnetlink0:amd64 (1.0.1-3) ... [2019-09-20T14:28:34.487Z] Removing intermediate container c5674c9968ef [2019-09-20T14:28:34.487Z] ---> 32ef466eee75 [2019-09-20T14:28:34.487Z] Step 53/126 : ENV INSTALL_BINARY_NAME=containerd [2019-09-20T14:28:34.487Z] ---> Running in 74c70b0b047e [2019-09-20T14:28:34.487Z] Removing intermediate container 74c70b0b047e [2019-09-20T14:28:34.487Z] ---> b8aec376b5c7 [2019-09-20T14:28:34.487Z] Step 54/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-20T14:28:34.718Z] #13 52.00 Selecting previously unselected package libpcrecpp0v5:amd64. [2019-09-20T14:28:34.718Z] #13 52.00 Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_amd64.deb ... [2019-09-20T14:28:34.718Z] #13 52.01 Unpacking libpcrecpp0v5:amd64 (2:8.39-3) ... [2019-09-20T14:28:34.775Z] ---> fbd01d621ab7 [2019-09-20T14:28:34.775Z] Step 55/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-20T14:28:34.775Z] ---> 0208dbfc1b72 [2019-09-20T14:28:34.775Z] Step 56/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-20T14:28:34.775Z] ---> Running in 8a1841a4020c [2019-09-20T14:28:34.974Z] #13 52.13 Selecting previously unselected package libudev-dev:amd64. [2019-09-20T14:28:34.974Z] #13 52.14 Preparing to unpack .../04-libudev-dev_232-25+deb9u12_amd64.deb ... [2019-09-20T14:28:34.974Z] #13 52.17 Unpacking libudev-dev:amd64 (232-25+deb9u12) ... [2019-09-20T14:28:34.974Z] #13 52.34 Selecting previously unselected package libpython3.5-minimal:amd64. [2019-09-20T14:28:34.974Z] #13 52.34 Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... [2019-09-20T14:28:34.974Z] #13 52.34 Unpacking libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... [2019-09-20T14:28:35.022Z] #58 180.4 LINK lib/c/built-in.o [2019-09-20T14:28:35.022Z] #58 180.4 LINK lib/c/libcriu.so [2019-09-20T14:28:35.022Z] #58 180.6 GEN magic.py [2019-09-20T14:28:35.062Z] + RM_GOPATH=0 [2019-09-20T14:28:35.062Z] + TMP_GOPATH= [2019-09-20T14:28:35.062Z] + : /build [2019-09-20T14:28:35.062Z] + '[' -z '' ']' [2019-09-20T14:28:35.062Z] ++ mktemp -d [2019-09-20T14:28:35.062Z] + export GOPATH=/tmp/tmp.OTFr7H5pFi [2019-09-20T14:28:35.062Z] + GOPATH=/tmp/tmp.OTFr7H5pFi [2019-09-20T14:28:35.062Z] + RM_GOPATH=1 [2019-09-20T14:28:35.062Z] ++ dirname ./install.sh [2019-09-20T14:28:35.062Z] + dir=. [2019-09-20T14:28:35.062Z] + bin=containerd [2019-09-20T14:28:35.062Z] + shift [2019-09-20T14:28:35.062Z] + '[' '!' -f ./containerd.installer ']' [2019-09-20T14:28:35.062Z] + . ./containerd.installer [2019-09-20T14:28:35.062Z] ++ CONTAINERD_COMMIT=d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-20T14:28:35.062Z] + install_containerd [2019-09-20T14:28:35.062Z] Install containerd version d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-20T14:28:35.062Z] + echo 'Install containerd version d50db0a42053864a270f648048f9a8b4f24eced3' [2019-09-20T14:28:35.062Z] + git clone https://github.com/containerd/containerd.git /tmp/tmp.OTFr7H5pFi/src/github.com/containerd/containerd [2019-09-20T14:28:35.062Z] Cloning into '/tmp/tmp.OTFr7H5pFi/src/github.com/containerd/containerd'... [2019-09-20T14:28:35.280Z] #58 180.7 Note: Building without setproctitle() and strlcpy() support. [2019-09-20T14:28:35.280Z] #58 180.7 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-20T14:28:35.846Z] #58 181.1 fatal: Not a git repository (or any of the parent directories): .git [2019-09-20T14:28:35.898Z] #13 53.04 Selecting previously unselected package python3.5-minimal. [2019-09-20T14:28:35.898Z] #13 53.04 Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... [2019-09-20T14:28:35.898Z] #13 53.05 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-20T14:28:36.106Z] #58 181.6 make[1]: Nothing to be done for 'all'. [2019-09-20T14:28:36.673Z] #58 182.1 make[1]: 'images/built-in.o' is up to date. [2019-09-20T14:28:36.673Z] #58 182.2 make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-09-20T14:28:36.673Z] #58 182.2 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-09-20T14:28:36.673Z] #58 182.2 make[1]: 'compel/libcompel.a' is up to date. [2019-09-20T14:28:36.673Z] #58 182.2 make[1]: 'compel/compel-host-bin' is up to date. [2019-09-20T14:28:36.931Z] #58 182.2 make[1]: Nothing to be done for 'all'. [2019-09-20T14:28:36.931Z] #58 182.3 make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-20T14:28:36.931Z] #58 182.4 make[2]: Nothing to be done for 'all'. [2019-09-20T14:28:36.931Z] #58 182.4 make[2]: Nothing to be done for 'all'. [2019-09-20T14:28:36.931Z] #58 182.5 make[2]: Nothing to be done for 'all'. [2019-09-20T14:28:37.190Z] #58 182.5 make[2]: Nothing to be done for 'all'. [2019-09-20T14:28:37.190Z] #58 182.6 make[2]: Nothing to be done for 'all'. [2019-09-20T14:28:37.190Z] #58 182.6 make[2]: Nothing to be done for 'all'. [2019-09-20T14:28:37.190Z] #58 182.6 make[2]: Nothing to be done for 'all'. [2019-09-20T14:28:37.261Z] #13 54.37 Selecting previously unselected package python3-minimal. [2019-09-20T14:28:37.261Z] #13 54.38 Preparing to unpack .../07-python3-minimal_3.5.3-1_amd64.deb ... [2019-09-20T14:28:37.261Z] #13 54.38 Unpacking python3-minimal (3.5.3-1) ... [2019-09-20T14:28:37.261Z] #13 54.49 Selecting previously unselected package libmpdec2:amd64. [2019-09-20T14:28:37.261Z] #13 54.49 Preparing to unpack .../08-libmpdec2_2.4.2-1_amd64.deb ... [2019-09-20T14:28:37.261Z] #13 54.50 Unpacking libmpdec2:amd64 (2.4.2-1) ... [2019-09-20T14:28:37.448Z] #58 182.7 make[2]: Nothing to be done for 'all'. [2019-09-20T14:28:37.448Z] #58 182.7 INSTALL criu/criu [2019-09-20T14:28:37.448Z] #58 DONE 182.9s [2019-09-20T14:28:37.448Z] [2019-09-20T14:28:37.448Z] #24 [golangci_lint 3/3] RUN PREFIX=/build ./install.sh golangci_lint [2019-09-20T14:28:37.517Z] #13 54.64 Selecting previously unselected package libpython3.5-stdlib:amd64. [2019-09-20T14:28:37.517Z] #13 54.65 Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_amd64.deb ... [2019-09-20T14:28:37.517Z] #13 54.66 Unpacking libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... [2019-09-20T14:28:37.985Z] Removing intermediate container 0d9c2a1af39f [2019-09-20T14:28:37.985Z] ---> df7d0d591916 [2019-09-20T14:28:37.985Z] Step 67/126 : FROM base AS gotestsum [2019-09-20T14:28:37.985Z] ---> 031cdf2bb232 [2019-09-20T14:28:37.985Z] Step 68/126 : ENV INSTALL_BINARY_NAME=gotestsum [2019-09-20T14:28:37.985Z] ---> Running in 38d926591618 [2019-09-20T14:28:37.985Z] Removing intermediate container 38d926591618 [2019-09-20T14:28:37.985Z] ---> dd99984ea864 [2019-09-20T14:28:37.985Z] Step 69/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-20T14:28:37.985Z] ---> c5f4aacf6361 [2019-09-20T14:28:37.985Z] Step 70/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-20T14:28:37.985Z] ---> d877ff8b0a82 [2019-09-20T14:28:37.985Z] Step 71/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-20T14:28:37.985Z] ---> Running in 0c4964567980 [2019-09-20T14:28:37.985Z] + RM_GOPATH=0 [2019-09-20T14:28:37.985Z] + TMP_GOPATH= [2019-09-20T14:28:37.985Z] + : /build [2019-09-20T14:28:37.985Z] + '[' -z '' ']' [2019-09-20T14:28:37.985Z] Installing gotestsum version v0.3.5 [2019-09-20T14:28:37.985Z] ++ mktemp -d [2019-09-20T14:28:37.985Z] + export GOPATH=/tmp/tmp.dYkfp8gkzT [2019-09-20T14:28:37.985Z] + GOPATH=/tmp/tmp.dYkfp8gkzT [2019-09-20T14:28:37.985Z] + RM_GOPATH=1 [2019-09-20T14:28:37.985Z] ++ dirname ./install.sh [2019-09-20T14:28:37.985Z] + dir=. [2019-09-20T14:28:37.985Z] + bin=gotestsum [2019-09-20T14:28:37.985Z] + shift [2019-09-20T14:28:37.985Z] + '[' '!' -f ./gotestsum.installer ']' [2019-09-20T14:28:37.985Z] + . ./gotestsum.installer [2019-09-20T14:28:37.985Z] ++ GOTESTSUM_COMMIT=v0.3.5 [2019-09-20T14:28:37.985Z] + install_gotestsum [2019-09-20T14:28:37.985Z] + echo 'Installing gotestsum version v0.3.5' [2019-09-20T14:28:37.985Z] + go get -d gotest.tools/gotestsum [2019-09-20T14:28:39.404Z] #13 56.38 Selecting previously unselected package python3.5. [2019-09-20T14:28:39.404Z] #13 56.38 Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_amd64.deb ... [2019-09-20T14:28:39.404Z] #13 56.39 Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-09-20T14:28:39.404Z] #13 56.54 Selecting previously unselected package libpython3-stdlib:amd64. [2019-09-20T14:28:39.404Z] #13 56.55 Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_amd64.deb ... [2019-09-20T14:28:39.404Z] #13 56.55 Unpacking libpython3-stdlib:amd64 (3.5.3-1) ... [2019-09-20T14:28:39.404Z] #13 56.63 Selecting previously unselected package dh-python. [2019-09-20T14:28:39.404Z] #13 56.63 Preparing to unpack .../12-dh-python_2.20170125_all.deb ... [2019-09-20T14:28:39.404Z] #13 56.63 Unpacking dh-python (2.20170125) ... [2019-09-20T14:28:39.631Z] Running on azwin-2-f26c80 in d:\jenkins\workspace\moby_PR-39943 [Pipeline] { [Pipeline] ws [2019-09-20T14:28:39.645Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2019-09-20T14:28:39.703Z] #13 56.83 Setting up libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... [2019-09-20T14:28:39.703Z] #13 56.86 Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-20T14:28:41.269Z] + cd /tmp/tmp.dYkfp8gkzT/src/gotest.tools/gotestsum [2019-09-20T14:28:41.269Z] + git checkout -q v0.3.5 [2019-09-20T14:28:41.269Z] + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-09-20T14:28:41.878Z] + cd /tmp/tmp.OTFr7H5pFi/src/github.com/containerd/containerd [2019-09-20T14:28:41.878Z] + git checkout -q d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-20T14:28:41.878Z] + export 'BUILDTAGS=netgo osusergo static_build' [2019-09-20T14:28:41.878Z] + BUILDTAGS='netgo osusergo static_build' [2019-09-20T14:28:41.878Z] + export EXTRA_FLAGS=-buildmode=pie [2019-09-20T14:28:41.878Z] + EXTRA_FLAGS=-buildmode=pie [2019-09-20T14:28:41.878Z] + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-09-20T14:28:41.878Z] + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-09-20T14:28:41.878Z] + '[' '' = dynamic ']' [2019-09-20T14:28:41.878Z] + make [2019-09-20T14:28:42.163Z] 🇩 bin/ctr [2019-09-20T14:28:42.967Z] #13 60.19 Setting up python3-minimal (3.5.3-1) ... [2019-09-20T14:28:44.332Z] #13 ... [2019-09-20T14:28:44.332Z] [2019-09-20T14:28:44.332Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:28:44.332Z] #58 52.36 CC compel/plugins/std/fds.o [2019-09-20T14:28:44.332Z] #58 53.21 CC compel/plugins/std/log.o [2019-09-20T14:28:44.332Z] #58 54.10 CC compel/plugins/std/string.o [2019-09-20T14:28:44.332Z] #58 54.99 CC compel/plugins/std/infect.o [2019-09-20T14:28:44.332Z] #58 55.60 CC compel/arch/x86/plugins/std/parasite-head.o [2019-09-20T14:28:44.332Z] #58 55.65 CC compel/arch/x86/plugins/std/memcpy.o [2019-09-20T14:28:44.332Z] #58 55.67 CC compel/arch/x86/plugins/std/syscalls-64.o [2019-09-20T14:28:44.332Z] #58 55.74 AR compel/plugins/std.lib.a [2019-09-20T14:28:44.332Z] #58 55.81 CC compel/plugins/fds/fds.o [2019-09-20T14:28:44.332Z] #58 56.08 AR compel/plugins/fds.lib.a [2019-09-20T14:28:44.332Z] #58 56.11 HOSTDEP compel/src/lib/log-host.d [2019-09-20T14:28:44.332Z] #58 56.22 HOSTDEP compel/src/lib/handle-elf-host.d [2019-09-20T14:28:44.332Z] #58 56.34 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2019-09-20T14:28:44.332Z] #58 56.49 HOSTDEP compel/src/main-host.d [2019-09-20T14:28:44.332Z] #58 56.72 DEP compel/src/lib/ptrace.d [2019-09-20T14:28:44.332Z] #58 56.97 DEP compel/src/lib/infect.d [2019-09-20T14:28:44.332Z] #58 57.12 DEP compel/src/lib/infect-util.d [2019-09-20T14:28:44.332Z] #58 57.26 DEP compel/src/lib/infect-rpc.d [2019-09-20T14:28:44.332Z] #58 57.44 DEP compel/arch/x86/src/lib/infect.d [2019-09-20T14:28:44.332Z] #58 57.61 DEP compel/arch/x86/src/lib/cpu.d [2019-09-20T14:28:44.332Z] #58 57.69 DEP compel/src/lib/log.d [2019-09-20T14:28:44.332Z] #58 57.82 DEP compel/src/main.d [2019-09-20T14:28:44.332Z] #58 57.95 DEP compel/src/lib/handle-elf.d [2019-09-20T14:28:44.332Z] #58 58.15 DEP compel/arch/x86/src/lib/handle-elf.d [2019-09-20T14:28:44.332Z] #58 58.40 CC compel/src/lib/log.o [2019-09-20T14:28:44.332Z] #58 58.76 CC compel/arch/x86/src/lib/cpu.o [2019-09-20T14:28:44.332Z] #58 59.70 CC compel/arch/x86/src/lib/infect.o [2019-09-20T14:28:44.332Z] #58 60.68 CC compel/src/lib/infect-rpc.o [2019-09-20T14:28:44.332Z] #58 61.13 CC compel/src/lib/infect-util.o [2019-09-20T14:28:44.332Z] #58 61.45 CC compel/src/lib/infect.o [2019-09-20T14:28:44.332Z] #58 ... [2019-09-20T14:28:44.332Z] [2019-09-20T14:28:44.332Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:28:44.332Z] #13 61.55 Selecting previously unselected package python3. [2019-09-20T14:28:44.332Z] #13 61.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 ... 16747 files and directories currently installed.) [2019-09-20T14:28:44.332Z] #13 61.59 Preparing to unpack .../00-python3_3.5.3-1_amd64.deb ... [2019-09-20T14:28:44.332Z] #13 61.60 Unpacking python3 (3.5.3-1) ... [2019-09-20T14:28:44.588Z] #13 61.70 Selecting previously unselected package pigz. [2019-09-20T14:28:44.588Z] #13 61.72 Preparing to unpack .../01-pigz_2.3.4-1_amd64.deb ... [2019-09-20T14:28:44.588Z] #13 61.73 Unpacking pigz (2.3.4-1) ... [2019-09-20T14:28:44.588Z] #13 61.83 Selecting previously unselected package libip4tc0:amd64. [2019-09-20T14:28:44.588Z] #13 61.83 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-20T14:28:44.588Z] #13 61.85 Unpacking libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-20T14:28:44.928Z] #13 61.98 Selecting previously unselected package libip6tc0:amd64. [2019-09-20T14:28:44.928Z] #13 61.99 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-20T14:28:44.928Z] #13 61.99 Unpacking libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-20T14:28:44.928Z] #13 62.10 Selecting previously unselected package libiptc0:amd64. [2019-09-20T14:28:44.928Z] #13 62.12 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-20T14:28:44.928Z] #13 62.13 Unpacking libiptc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-20T14:28:45.183Z] #13 62.29 Selecting previously unselected package libxtables12:amd64. [2019-09-20T14:28:45.183Z] #13 62.29 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-20T14:28:45.183Z] #13 62.30 Unpacking libxtables12:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-20T14:28:45.183Z] #13 62.42 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2019-09-20T14:28:45.183Z] #13 62.42 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_amd64.deb ... [2019-09-20T14:28:45.183Z] #13 62.43 Unpacking libnetfilter-conntrack3:amd64 (1.0.6-2) ... [2019-09-20T14:28:45.439Z] #13 62.53 Selecting previously unselected package iptables. [2019-09-20T14:28:45.439Z] #13 62.56 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-20T14:28:45.439Z] #13 62.57 Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-09-20T14:28:45.694Z] #13 62.96 Selecting previously unselected package xxd. [2019-09-20T14:28:45.694Z] #13 62.97 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-09-20T14:28:45.694Z] #13 62.98 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:28:45.694Z] #13 ... [2019-09-20T14:28:45.694Z] [2019-09-20T14:28:45.694Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-20T14:28:45.694Z] #33 120.1 crypto/hmac [2019-09-20T14:28:45.694Z] #33 120.3 crypto/md5 [2019-09-20T14:28:45.694Z] #33 120.9 crypto/rc4 [2019-09-20T14:28:45.694Z] #33 121.2 crypto/sha1 [2019-09-20T14:28:45.694Z] #33 122.4 crypto/sha256 [2019-09-20T14:28:45.694Z] #33 123.1 crypto/rand [2019-09-20T14:28:45.694Z] #33 123.4 crypto/elliptic [2019-09-20T14:28:45.694Z] #33 123.8 encoding/asn1 [2019-09-20T14:28:45.694Z] #33 125.6 crypto/ed25519 [2019-09-20T14:28:45.694Z] #33 125.9 crypto/rsa [2019-09-20T14:28:45.694Z] #33 126.9 crypto/ecdsa [2019-09-20T14:28:45.694Z] #33 127.2 crypto/dsa [2019-09-20T14:28:45.694Z] #33 127.6 encoding/hex [2019-09-20T14:28:45.694Z] #33 127.7 encoding/pem [2019-09-20T14:28:45.694Z] #33 128.0 crypto/x509/pkix [2019-09-20T14:28:45.694Z] #33 128.3 vendor/golang.org/x/crypto/cryptobyte [2019-09-20T14:28:45.694Z] #33 128.5 vendor/golang.org/x/net/dns/dnsmessage [2019-09-20T14:28:45.950Z] #33 ... [2019-09-20T14:28:45.950Z] [2019-09-20T14:28:45.950Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:28:45.950Z] #13 63.14 Selecting previously unselected package vim-common. [2019-09-20T14:28:45.950Z] #13 63.15 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-20T14:28:45.950Z] #13 63.17 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:28:46.205Z] #13 63.36 Selecting previously unselected package bzip2. [2019-09-20T14:28:46.205Z] #13 63.38 Preparing to unpack .../10-bzip2_1.0.6-8.1_amd64.deb ... [2019-09-20T14:28:46.205Z] #13 63.38 Unpacking bzip2 (1.0.6-8.1) ... [2019-09-20T14:28:46.205Z] #13 63.50 Selecting previously unselected package libgpm2:amd64. [2019-09-20T14:28:46.205Z] #13 63.52 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_amd64.deb ... [2019-09-20T14:28:46.205Z] #13 63.53 Unpacking libgpm2:amd64 (1.20.4-6.2+b1) ... [2019-09-20T14:28:46.205Z] #13 63.63 Selecting previously unselected package xz-utils. [2019-09-20T14:28:46.460Z] #13 63.63 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_amd64.deb ... [2019-09-20T14:28:46.460Z] #13 63.63 Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-09-20T14:28:46.716Z] #13 63.92 Selecting previously unselected package aufs-tools. [2019-09-20T14:28:46.716Z] #13 63.94 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_amd64.deb ... [2019-09-20T14:28:46.716Z] #13 63.94 Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-09-20T14:28:46.972Z] #13 64.21 Selecting previously unselected package liblzo2-2:amd64. [2019-09-20T14:28:46.972Z] #13 64.21 Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-09-20T14:28:46.972Z] #13 64.22 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-20T14:28:47.228Z] #13 64.35 Selecting previously unselected package btrfs-progs. [2019-09-20T14:28:47.228Z] #13 64.36 Preparing to unpack .../15-btrfs-progs_4.7.3-1_amd64.deb ... [2019-09-20T14:28:47.228Z] #13 64.37 Unpacking btrfs-progs (4.7.3-1) ... [2019-09-20T14:28:47.789Z] #13 64.97 Selecting previously unselected package btrfs-tools. [2019-09-20T14:28:47.789Z] #13 64.99 Preparing to unpack .../16-btrfs-tools_4.7.3-1_amd64.deb ... [2019-09-20T14:28:47.789Z] #13 65.00 Unpacking btrfs-tools (4.7.3-1) ... [2019-09-20T14:28:47.789Z] #13 65.07 Selecting previously unselected package libdevmapper1.02.1:amd64. [2019-09-20T14:28:47.789Z] #13 65.07 Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_amd64.deb ... [2019-09-20T14:28:47.789Z] #13 65.08 Unpacking libdevmapper1.02.1:amd64 (2:1.02.137-2) ... [2019-09-20T14:28:48.044Z] #13 65.22 Selecting previously unselected package dmsetup. [2019-09-20T14:28:48.044Z] #13 65.23 Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_amd64.deb ... [2019-09-20T14:28:48.044Z] #13 65.24 Unpacking dmsetup (2:1.02.137-2) ... [2019-09-20T14:28:48.044Z] #13 65.37 Selecting previously unselected package libonig4:amd64. [2019-09-20T14:28:48.044Z] #13 65.38 Preparing to unpack .../19-libonig4_6.1.3-2_amd64.deb ... [2019-09-20T14:28:48.044Z] #13 65.39 Unpacking libonig4:amd64 (6.1.3-2) ... [2019-09-20T14:28:48.300Z] #13 65.57 Selecting previously unselected package libjq1:amd64. [2019-09-20T14:28:48.300Z] #13 65.58 Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_amd64.deb ... [2019-09-20T14:28:48.300Z] #13 65.58 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... [2019-09-20T14:28:48.558Z] #13 65.72 Selecting previously unselected package jq. [2019-09-20T14:28:48.558Z] #13 65.73 Preparing to unpack .../21-jq_1.5+dfsg-1.3_amd64.deb ... [2019-09-20T14:28:48.558Z] #13 65.73 Unpacking jq (1.5+dfsg-1.3) ... [2019-09-20T14:28:48.558Z] #13 65.84 Selecting previously unselected package libaio1:amd64. [2019-09-20T14:28:48.558Z] #13 65.85 Preparing to unpack .../22-libaio1_0.3.110-3_amd64.deb ... [2019-09-20T14:28:48.558Z] #13 65.86 Unpacking libaio1:amd64 (0.3.110-3) ... [2019-09-20T14:28:48.558Z] #13 65.94 Selecting previously unselected package libcap2-bin. [2019-09-20T14:28:48.814Z] #13 65.94 Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_amd64.deb ... [2019-09-20T14:28:48.814Z] #13 65.95 Unpacking libcap2-bin (1:2.25-1) ... [2019-09-20T14:28:48.814Z] #13 66.06 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2019-09-20T14:28:48.814Z] #13 66.07 Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_amd64.deb ... [2019-09-20T14:28:48.814Z] #13 66.08 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... [2019-09-20T14:28:49.070Z] #13 66.20 Selecting previously unselected package libsepol1-dev:amd64. [2019-09-20T14:28:49.070Z] #13 66.20 Preparing to unpack .../25-libsepol1-dev_2.6-2_amd64.deb ... [2019-09-20T14:28:49.070Z] #13 66.21 Unpacking libsepol1-dev:amd64 (2.6-2) ... [2019-09-20T14:28:49.326Z] #13 66.60 Selecting previously unselected package libpcre16-3:amd64. [2019-09-20T14:28:49.326Z] #13 66.60 Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_amd64.deb ... [2019-09-20T14:28:49.326Z] #13 66.61 Unpacking libpcre16-3:amd64 (2:8.39-3) ... [2019-09-20T14:28:49.581Z] #13 66.82 Selecting previously unselected package libpcre32-3:amd64. [2019-09-20T14:28:49.581Z] #13 66.82 Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_amd64.deb ... [2019-09-20T14:28:49.581Z] #13 66.83 Unpacking libpcre32-3:amd64 (2:8.39-3) ... [2019-09-20T14:28:49.837Z] #13 67.08 Selecting previously unselected package libpcre3-dev:amd64. [2019-09-20T14:28:49.837Z] #13 67.08 Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_amd64.deb ... [2019-09-20T14:28:49.837Z] #13 67.09 Unpacking libpcre3-dev:amd64 (2:8.39-3) ... [2019-09-20T14:28:50.398Z] #13 67.67 Selecting previously unselected package libselinux1-dev:amd64. [2019-09-20T14:28:50.398Z] #13 67.67 Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_amd64.deb ... [2019-09-20T14:28:50.398Z] #13 67.68 Unpacking libselinux1-dev:amd64 (2.6-3+b3) ... [2019-09-20T14:28:50.654Z] #13 67.98 Selecting previously unselected package libdevmapper-dev:amd64. [2019-09-20T14:28:50.654Z] #13 68.00 Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_amd64.deb ... [2019-09-20T14:28:50.654Z] #13 68.01 Unpacking libdevmapper-dev:amd64 (2:1.02.137-2) ... [2019-09-20T14:28:50.909Z] #13 68.14 Selecting previously unselected package libnl-3-200:amd64. [2019-09-20T14:28:50.909Z] #13 68.14 Preparing to unpack .../31-libnl-3-200_3.2.27-2_amd64.deb ... [2019-09-20T14:28:50.909Z] #13 68.14 Unpacking libnl-3-200:amd64 (3.2.27-2) ... [2019-09-20T14:28:51.165Z] #13 68.43 Selecting previously unselected package libprotobuf-c1:amd64. [2019-09-20T14:28:51.165Z] #13 68.43 Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_amd64.deb ... [2019-09-20T14:28:51.165Z] #13 68.44 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... [2019-09-20T14:28:51.165Z] #13 68.52 Selecting previously unselected package libreadline5:amd64. [2019-09-20T14:28:51.165Z] #13 68.52 Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_amd64.deb ... [2019-09-20T14:28:51.165Z] #13 68.53 Unpacking libreadline5:amd64 (5.2+dfsg-3+b1) ... [2019-09-20T14:28:51.420Z] #13 68.71 Selecting previously unselected package libsystemd-dev:amd64. [2019-09-20T14:28:51.420Z] #13 68.74 Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_amd64.deb ... [2019-09-20T14:28:51.420Z] #13 68.74 Unpacking libsystemd-dev:amd64 (232-25+deb9u12) ... [2019-09-20T14:28:52.313Z] #24 ... [2019-09-20T14:28:52.314Z] [2019-09-20T14:28:52.314Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-20T14:28:52.314Z] #47 221.0 🇩 bin/containerd [2019-09-20T14:28:52.571Z] #47 ... [2019-09-20T14:28:52.571Z] [2019-09-20T14:28:52.571Z] #24 [golangci_lint 3/3] RUN PREFIX=/build ./install.sh golangci_lint [2019-09-20T14:28:52.571Z] #24 DONE 264.5s [2019-09-20T14:28:52.571Z] [2019-09-20T14:28:52.571Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-20T14:28:52.699Z] Removing intermediate container 0c4964567980 [2019-09-20T14:28:52.699Z] ---> a5931ae71325 [2019-09-20T14:28:52.699Z] Step 72/126 : FROM dev-base AS dockercli [2019-09-20T14:28:52.699Z] ---> 031cdf2bb232 [2019-09-20T14:28:52.699Z] Step 73/126 : ENV INSTALL_BINARY_NAME=dockercli [2019-09-20T14:28:52.699Z] ---> Running in fd68ff96458e [2019-09-20T14:28:52.699Z] Removing intermediate container fd68ff96458e [2019-09-20T14:28:52.699Z] ---> de28da27f304 [2019-09-20T14:28:52.699Z] Step 74/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-20T14:28:52.699Z] ---> 3c015dfda03c [2019-09-20T14:28:52.699Z] Step 75/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-20T14:28:52.699Z] ---> 7e2bcd9ab914 [2019-09-20T14:28:52.699Z] Step 76/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-20T14:28:52.699Z] ---> Running in c27bcf6684d4 [2019-09-20T14:28:53.494Z] + RM_GOPATH=0 [2019-09-20T14:28:53.494Z] + TMP_GOPATH= [2019-09-20T14:28:53.494Z] + : /build [2019-09-20T14:28:53.494Z] + '[' -z '' ']' [2019-09-20T14:28:53.494Z] ++ mktemp -d [2019-09-20T14:28:53.494Z] + export GOPATH=/tmp/tmp.4qGj53CbGY [2019-09-20T14:28:53.494Z] + GOPATH=/tmp/tmp.4qGj53CbGY [2019-09-20T14:28:53.494Z] + RM_GOPATH=1 [2019-09-20T14:28:53.494Z] ++ dirname ./install.sh [2019-09-20T14:28:53.494Z] + dir=. [2019-09-20T14:28:53.494Z] + bin=dockercli [2019-09-20T14:28:53.494Z] + shift [2019-09-20T14:28:53.494Z] + '[' '!' -f ./dockercli.installer ']' [2019-09-20T14:28:53.494Z] + . ./dockercli.installer [2019-09-20T14:28:53.494Z] ++ DOCKERCLI_CHANNEL=stable [2019-09-20T14:28:53.494Z] ++ DOCKERCLI_VERSION=17.06.2-ce [2019-09-20T14:28:53.494Z] + install_dockercli [2019-09-20T14:28:53.494Z] + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-09-20T14:28:53.494Z] Install docker/cli version 17.06.2-ce from stable [2019-09-20T14:28:53.494Z] ++ uname -m [2019-09-20T14:28:53.494Z] + arch=s390x [2019-09-20T14:28:53.494Z] + '[' s390x '!=' x86_64 ']' [2019-09-20T14:28:53.494Z] + '[' s390x '!=' s390x ']' [2019-09-20T14:28:53.494Z] + url=https://download.docker.com/linux/static [2019-09-20T14:28:53.494Z] + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2019-09-20T14:28:53.494Z] + tar -xz docker/docker [2019-09-20T14:28:53.563Z] #13 70.74 Selecting previously unselected package net-tools. [2019-09-20T14:28:53.564Z] #13 70.78 Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_amd64.deb ... [2019-09-20T14:28:53.564Z] #13 70.78 Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-20T14:28:53.819Z] #13 71.09 Selecting previously unselected package python-pip-whl. [2019-09-20T14:28:53.819Z] #13 71.10 Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-09-20T14:28:53.819Z] #13 71.10 Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-20T14:28:53.945Z] #47 ... [2019-09-20T14:28:53.945Z] [2019-09-20T14:28:53.945Z] #25 [dev 11/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-09-20T14:28:53.945Z] #25 DONE 0.2s [2019-09-20T14:28:53.945Z] [2019-09-20T14:28:53.945Z] #28 [dev 12/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-09-20T14:28:53.945Z] #28 DONE 0.3s [2019-09-20T14:28:53.945Z] [2019-09-20T14:28:53.945Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-20T14:28:53.945Z] #47 ... [2019-09-20T14:28:53.945Z] [2019-09-20T14:28:53.945Z] #31 [dev 13/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-09-20T14:28:53.945Z] #31 DONE 0.1s [2019-09-20T14:28:54.203Z] [2019-09-20T14:28:54.203Z] #34 [dev 14/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-09-20T14:28:54.203Z] #34 DONE 0.1s [2019-09-20T14:28:54.203Z] [2019-09-20T14:28:54.203Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-20T14:28:54.203Z] #47 ... [2019-09-20T14:28:54.203Z] [2019-09-20T14:28:54.203Z] #39 [dev 15/24] COPY --from=tini /build/ /usr/local/bin/ [2019-09-20T14:28:54.203Z] #39 DONE 0.1s [2019-09-20T14:28:54.461Z] [2019-09-20T14:28:54.461Z] #43 [dev 16/24] COPY --from=runc /build/ /usr/local/bin/ [2019-09-20T14:28:54.461Z] #43 DONE 0.1s [2019-09-20T14:28:54.461Z] [2019-09-20T14:28:54.461Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-20T14:28:54.635Z] #13 71.77 Selecting previously unselected package python3-pip. [2019-09-20T14:28:54.635Z] #13 71.79 Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-09-20T14:28:54.635Z] #13 71.80 Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-09-20T14:28:54.766Z] + mkdir -p /build [2019-09-20T14:28:54.766Z] + mv docker/docker /build/ [2019-09-20T14:28:54.766Z] + rmdir docker [2019-09-20T14:28:54.891Z] #13 72.05 Selecting previously unselected package python3-pkg-resources. [2019-09-20T14:28:54.891Z] #13 72.06 Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-09-20T14:28:54.891Z] #13 72.07 Unpacking python3-pkg-resources (33.1.1-1) ... [2019-09-20T14:28:55.138Z] Removing intermediate container c27bcf6684d4 [2019-09-20T14:28:55.138Z] ---> 2cac9830c199 [2019-09-20T14:28:55.138Z] Step 77/126 : FROM runtime-dev AS runc [2019-09-20T14:28:55.138Z] ---> c4494b786a98 [2019-09-20T14:28:55.139Z] Step 78/126 : ENV INSTALL_BINARY_NAME=runc [2019-09-20T14:28:55.146Z] #13 72.32 Selecting previously unselected package python3-setuptools. [2019-09-20T14:28:55.146Z] #13 72.32 Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-09-20T14:28:55.146Z] #13 72.33 Unpacking python3-setuptools (33.1.1-1) ... [2019-09-20T14:28:55.443Z] #13 72.59 Selecting previously unselected package python3-wheel. [2019-09-20T14:28:55.443Z] #13 72.61 Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-09-20T14:28:55.443Z] #13 72.62 Unpacking python3-wheel (0.29.0-2) ... [2019-09-20T14:28:55.443Z] #13 72.75 Selecting previously unselected package thin-provisioning-tools. [2019-09-20T14:28:55.443Z] #13 72.75 Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_amd64.deb ... [2019-09-20T14:28:55.443Z] #13 72.75 Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-20T14:28:55.502Z] ---> Running in 4c992ea54e52 [2019-09-20T14:28:55.502Z] Removing intermediate container 4c992ea54e52 [2019-09-20T14:28:55.502Z] ---> 6fcbc385eb4c [2019-09-20T14:28:55.502Z] Step 79/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-20T14:28:55.882Z] ---> a694935973f9 [2019-09-20T14:28:55.882Z] Step 80/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-20T14:28:55.882Z] ---> ad7dd7a98a02 [2019-09-20T14:28:55.882Z] Step 81/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-20T14:28:56.004Z] #13 73.21 Selecting previously unselected package vim-runtime. [2019-09-20T14:28:56.004Z] #13 73.21 Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-20T14:28:56.004Z] #13 73.27 Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' [2019-09-20T14:28:56.004Z] #13 ... [2019-09-20T14:28:56.004Z] [2019-09-20T14:28:56.004Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:28:56.004Z] #58 64.20 CC compel/src/lib/ptrace.o [2019-09-20T14:28:56.004Z] #58 64.81 AR compel/libcompel.a [2019-09-20T14:28:56.004Z] #58 64.93 HOSTCC compel/src/main-host.o [2019-09-20T14:28:56.004Z] #58 65.37 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2019-09-20T14:28:56.004Z] #58 65.60 HOSTCC compel/src/lib/handle-elf-host.o [2019-09-20T14:28:56.004Z] #58 66.14 HOSTCC compel/src/lib/log-host.o [2019-09-20T14:28:56.004Z] #58 66.52 HOSTLINK compel/compel-host-bin [2019-09-20T14:28:56.004Z] #58 66.70 DEP soccr/soccr.d [2019-09-20T14:28:56.004Z] #58 66.99 CC soccr/soccr.o [2019-09-20T14:28:56.004Z] #58 68.56 AR soccr/libsoccr.a [2019-09-20T14:28:56.004Z] #58 68.61 make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-20T14:28:56.004Z] #58 68.96 DEP criu/arch/x86/sigframe.d [2019-09-20T14:28:56.004Z] #58 69.10 DEP criu/arch/x86/sigaction_compat.d [2019-09-20T14:28:56.004Z] #58 69.38 DEP criu/arch/x86/kerndat.d [2019-09-20T14:28:56.004Z] #58 69.60 DEP criu/arch/x86/crtools.d [2019-09-20T14:28:56.004Z] #58 69.75 DEP criu/arch/x86/cpu.d [2019-09-20T14:28:56.004Z] #58 69.95 CC criu/arch/x86/cpu.o [2019-09-20T14:28:56.004Z] #58 70.69 CC criu/arch/x86/crtools.o [2019-09-20T14:28:56.004Z] #58 72.39 CC criu/arch/x86/kerndat.o [2019-09-20T14:28:56.004Z] #58 72.97 CC criu/arch/x86/sigaction_compat.o [2019-09-20T14:28:56.004Z] #58 73.27 CC criu/arch/x86/sigframe.o [2019-09-20T14:28:56.004Z] #58 73.52 LINK criu/arch/x86/crtools.built-in.o [2019-09-20T14:28:56.004Z] #58 73.58 DEP criu/pie/util-vdso-elf32.d [2019-09-20T14:28:56.004Z] #58 73.73 DEP criu/arch/x86/vdso-pie.d [2019-09-20T14:28:56.004Z] #58 73.83 DEP criu/pie/parasite-vdso.d [2019-09-20T14:28:56.004Z] #58 73.97 DEP criu/pie/util-vdso.d [2019-09-20T14:28:56.004Z] #58 74.09 DEP criu/pie/util.d [2019-09-20T14:28:56.004Z] #58 74.26 CC criu/pie/util.o [2019-09-20T14:28:56.004Z] #58 ... [2019-09-20T14:28:56.004Z] [2019-09-20T14:28:56.004Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:28:56.004Z] #13 73.27 Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' [2019-09-20T14:28:56.004Z] #13 73.30 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-09-20T14:28:56.004Z] #13 73.32 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:28:56.260Z] #13 ... [2019-09-20T14:28:56.260Z] [2019-09-20T14:28:56.260Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-20T14:28:56.260Z] #33 130.8 internal/singleflight [2019-09-20T14:28:56.260Z] #33 131.1 vendor/golang.org/x/crypto/internal/chacha20 [2019-09-20T14:28:56.260Z] #33 131.7 vendor/golang.org/x/crypto/poly1305 [2019-09-20T14:28:56.260Z] #33 132.2 vendor/golang.org/x/sys/cpu [2019-09-20T14:28:56.260Z] #33 132.5 vendor/golang.org/x/crypto/chacha20poly1305 [2019-09-20T14:28:56.260Z] #33 132.6 net [2019-09-20T14:28:56.260Z] #33 133.9 vendor/golang.org/x/crypto/hkdf [2019-09-20T14:28:56.260Z] #33 134.2 vendor/golang.org/x/text/transform [2019-09-20T14:28:56.260Z] #33 134.9 vendor/golang.org/x/text/unicode/bidi [2019-09-20T14:28:56.260Z] #33 136.6 vendor/golang.org/x/text/secure/bidirule [2019-09-20T14:28:56.260Z] #33 137.0 vendor/golang.org/x/text/unicode/norm [2019-09-20T14:28:56.390Z] ---> Running in 761d9ee57006 [2019-09-20T14:28:56.390Z] + RM_GOPATH=0 [2019-09-20T14:28:56.390Z] + TMP_GOPATH= [2019-09-20T14:28:56.390Z] + : /build [2019-09-20T14:28:56.390Z] + '[' -z '' ']' [2019-09-20T14:28:56.390Z] ++ mktemp -d [2019-09-20T14:28:56.390Z] + export GOPATH=/tmp/tmp.GHkzswcKwI [2019-09-20T14:28:56.390Z] + GOPATH=/tmp/tmp.GHkzswcKwI [2019-09-20T14:28:56.390Z] + RM_GOPATH=1 [2019-09-20T14:28:56.390Z] ++ dirname ./install.sh [2019-09-20T14:28:56.390Z] + dir=. [2019-09-20T14:28:56.390Z] + bin=runc [2019-09-20T14:28:56.390Z] + shift [2019-09-20T14:28:56.390Z] + '[' '!' -f ./runc.installer ']' [2019-09-20T14:28:56.390Z] + . ./runc.installer [2019-09-20T14:28:56.390Z] ++ RUNC_COMMIT=425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-20T14:28:56.390Z] + install_runc [2019-09-20T14:28:56.390Z] + grep -q '^3\.10\.0.*\.el7\.' [2019-09-20T14:28:56.390Z] + uname -r [2019-09-20T14:28:56.390Z] + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-09-20T14:28:56.390Z] + echo 'Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux )' [2019-09-20T14:28:56.390Z] + git clone https://github.com/opencontainers/runc.git /tmp/tmp.GHkzswcKwI/src/github.com/opencontainers/runc [2019-09-20T14:28:56.390Z] Cloning into '/tmp/tmp.GHkzswcKwI/src/github.com/opencontainers/runc'... [2019-09-20T14:28:56.390Z] Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux ) [2019-09-20T14:28:56.516Z] #33 ... [2019-09-20T14:28:56.516Z] [2019-09-20T14:28:56.516Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:28:56.516Z] #58 74.65 CC criu/pie/util-vdso.o [2019-09-20T14:28:57.119Z] #58 75.48 CC criu/pie/parasite-vdso.o [2019-09-20T14:28:57.695Z] + cd /tmp/tmp.GHkzswcKwI/src/github.com/opencontainers/runc [2019-09-20T14:28:57.695Z] + git checkout -q 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-20T14:28:57.695Z] + '[' -z '' ']' [2019-09-20T14:28:57.695Z] + target=static [2019-09-20T14:28:57.695Z] + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-09-20T14:28:57.695Z] CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o runc . [2019-09-20T14:28:58.482Z] #58 76.75 CC criu/arch/x86/vdso-pie.o [2019-09-20T14:28:59.043Z] #58 77.14 CC criu/pie/util-vdso-elf32.o [2019-09-20T14:28:59.604Z] #58 77.96 AR criu/pie/pie.lib.a [2019-09-20T14:28:59.859Z] #58 78.06 DEP criu/pie/restorer.d [2019-09-20T14:28:59.859Z] #58 78.31 DEP criu/arch/x86/sigaction_compat_pie.d [2019-09-20T14:29:00.421Z] #58 78.47 DEP criu/arch/x86/restorer_unmap.d [2019-09-20T14:29:00.421Z] #58 78.53 DEP criu/arch/x86/restorer.d [2019-09-20T14:29:00.421Z] #58 78.75 DEP criu/pie/parasite.d [2019-09-20T14:29:00.982Z] #58 79.08 CC criu/pie/parasite.o [2019-09-20T14:29:02.346Z] #58 ... [2019-09-20T14:29:02.346Z] [2019-09-20T14:29:02.346Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:29:02.346Z] #13 78.13 Selecting previously unselected package vim. [2019-09-20T14:29:02.346Z] #13 78.17 Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-09-20T14:29:02.346Z] #13 78.17 Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:29:02.346Z] #13 78.98 Selecting previously unselected package xfsprogs. [2019-09-20T14:29:02.346Z] #13 78.99 Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_amd64.deb ... [2019-09-20T14:29:02.346Z] #13 79.00 Unpacking xfsprogs (4.9.0+nmu1) ... [2019-09-20T14:29:02.346Z] #13 79.74 Selecting previously unselected package zip. [2019-09-20T14:29:02.346Z] #13 79.76 Preparing to unpack .../45-zip_3.0-11+b1_amd64.deb ... [2019-09-20T14:29:02.346Z] #13 79.76 Unpacking zip (3.0-11+b1) ... [2019-09-20T14:29:02.360Z] using credential docker-jenkins-github-credentials [2019-09-20T14:29:02.435Z] Cloning the remote Git repository [2019-09-20T14:29:02.435Z] Cloning with configured refspecs honoured and without tags [2019-09-20T14:29:02.615Z] Cloning repository https://github.com/moby/moby.git [2019-09-20T14:29:02.908Z] #13 79.97 Selecting previously unselected package libapparmor-perl. [2019-09-20T14:29:02.908Z] #13 79.99 Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_amd64.deb ... [2019-09-20T14:29:02.908Z] #13 80.00 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-20T14:29:02.908Z] #13 80.12 Selecting previously unselected package apparmor. [2019-09-20T14:29:02.908Z] #13 80.13 Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_amd64.deb ... [2019-09-20T14:29:03.164Z] #13 80.27 Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-09-20T14:29:03.419Z] #13 80.79 Selecting previously unselected package binutils-mingw-w64-i686. [2019-09-20T14:29:03.419Z] #13 80.79 Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_amd64.deb ... [2019-09-20T14:29:03.419Z] #13 80.80 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-20T14:29:02.980Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2019-09-20T14:29:04.461Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-20T14:29:04.462Z] > git --version # timeout=10 [2019-09-20T14:29:04.508Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-20T14:29:04.510Z] > git fetch --no-tags --force --progress https://github.com/moby/moby.git +refs/pull/39943/head:refs/remotes/origin/PR-39943 +refs/heads/master:refs/remotes/origin/master [2019-09-20T14:29:05.933Z] #13 82.83 Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-09-20T14:29:05.933Z] #13 82.84 Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_amd64.deb ... [2019-09-20T14:29:05.933Z] #13 82.84 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-20T14:29:07.297Z] #13 ... [2019-09-20T14:29:07.297Z] [2019-09-20T14:29:07.297Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-20T14:29:07.297Z] #33 141.5 vendor/golang.org/x/net/idna [2019-09-20T14:29:07.297Z] #33 143.9 vendor/golang.org/x/net/http2/hpack [2019-09-20T14:29:07.297Z] #33 145.3 mime [2019-09-20T14:29:07.297Z] #33 147.2 mime/quotedprintable [2019-09-20T14:29:07.297Z] #33 147.7 net/http/internal [2019-09-20T14:29:07.297Z] #33 148.1 os/exec [2019-09-20T14:29:07.297Z] #33 ... [2019-09-20T14:29:07.297Z] [2019-09-20T14:29:07.297Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:29:07.297Z] #58 80.85 LINK criu/pie/parasite.built-in.o [2019-09-20T14:29:07.297Z] #58 80.88 GEN criu/pie/parasite-blob.h [2019-09-20T14:29:07.297Z] #58 80.91 CC criu/arch/x86/restorer.o [2019-09-20T14:29:07.297Z] #58 81.73 CC criu/arch/x86/restorer_unmap.o [2019-09-20T14:29:07.297Z] #58 81.79 CC criu/arch/x86/sigaction_compat_pie.o [2019-09-20T14:29:07.297Z] #58 82.17 CC criu/pie/restorer.o [2019-09-20T14:29:07.553Z] #58 85.87 LINK criu/pie/restorer.built-in.o [2019-09-20T14:29:07.553Z] #58 85.90 GEN criu/pie/restorer-blob.h [2019-09-20T14:29:07.553Z] #58 85.99 DEP criu/vdso.d [2019-09-20T14:29:07.553Z] #58 ... [2019-09-20T14:29:07.553Z] [2019-09-20T14:29:07.553Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:29:07.809Z] #13 84.99 Selecting previously unselected package binutils-mingw-w64. [2019-09-20T14:29:07.809Z] #13 85.02 Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-09-20T14:29:07.809Z] #13 85.02 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-20T14:29:08.065Z] #13 85.27 Selecting previously unselected package mingw-w64-common. [2019-09-20T14:29:08.065Z] #13 85.28 Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-09-20T14:29:08.065Z] #13 85.28 Unpacking mingw-w64-common (5.0.1-1) ... [2019-09-20T14:29:11.673Z] CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-09-20T14:29:11.673Z] + mkdir -p /build [2019-09-20T14:29:11.673Z] + cp runc /build/runc [2019-09-20T14:29:12.447Z] Removing intermediate container 761d9ee57006 [2019-09-20T14:29:12.447Z] ---> 152982fb1ca8 [2019-09-20T14:29:12.447Z] Step 82/126 : FROM dev-base AS tini [2019-09-20T14:29:12.447Z] ---> 031cdf2bb232 [2019-09-20T14:29:12.447Z] Step 83/126 : ARG DEBIAN_FRONTEND [2019-09-20T14:29:12.447Z] ---> Using cache [2019-09-20T14:29:12.447Z] ---> f757b0b2b340 [2019-09-20T14:29:12.447Z] Step 84/126 : RUN apt-get update && apt-get install -y --no-install-recommends cmake vim-common && rm -rf /var/lib/apt/lists/* [2019-09-20T14:29:12.447Z] ---> Running in 577f52eeaa90 [2019-09-20T14:29:13.229Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-20T14:29:13.229Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-20T14:29:13.229Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-20T14:29:13.229Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-20T14:29:13.229Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-20T14:29:13.229Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [489 kB] [2019-09-20T14:29:13.612Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-20T14:29:13.612Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-20T14:29:14.597Z] #13 90.88 Selecting previously unselected package mingw-w64-x86-64-dev. [2019-09-20T14:29:14.597Z] #13 90.90 Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-09-20T14:29:14.597Z] #13 90.90 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-20T14:29:14.597Z] #13 ... [2019-09-20T14:29:14.597Z] [2019-09-20T14:29:14.597Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:29:14.597Z] #58 86.28 DEP criu/vdso-compat.d [2019-09-20T14:29:14.597Z] #58 86.44 DEP criu/uts_ns.d [2019-09-20T14:29:14.597Z] #58 86.67 DEP criu/util.d [2019-09-20T14:29:14.597Z] #58 86.92 DEP criu/uffd.d [2019-09-20T14:29:14.597Z] #58 87.17 DEP criu/tun.d [2019-09-20T14:29:14.597Z] #58 87.45 DEP criu/tty.d [2019-09-20T14:29:14.597Z] #58 87.77 DEP criu/timerfd.d [2019-09-20T14:29:14.597Z] #58 87.99 DEP criu/sysfs_parse.d [2019-09-20T14:29:14.597Z] #58 88.22 DEP criu/sysctl.d [2019-09-20T14:29:14.597Z] #58 88.39 DEP criu/string.d [2019-09-20T14:29:14.597Z] #58 88.49 DEP criu/stats.d [2019-09-20T14:29:14.597Z] #58 88.68 DEP criu/sockets.d [2019-09-20T14:29:14.597Z] #58 88.87 DEP criu/sk-unix.d [2019-09-20T14:29:14.597Z] #58 89.14 DEP criu/sk-tcp.d [2019-09-20T14:29:14.597Z] #58 89.42 DEP criu/sk-queue.d [2019-09-20T14:29:14.597Z] #58 89.70 DEP criu/sk-packet.d [2019-09-20T14:29:14.597Z] #58 89.96 DEP criu/sk-netlink.d [2019-09-20T14:29:14.597Z] #58 90.18 DEP criu/sk-inet.d [2019-09-20T14:29:14.597Z] #58 90.38 DEP criu/signalfd.d [2019-09-20T14:29:14.597Z] #58 90.53 DEP criu/sigframe.d [2019-09-20T14:29:14.597Z] #58 90.66 DEP criu/shmem.d [2019-09-20T14:29:14.597Z] #58 90.95 DEP criu/servicefd.d [2019-09-20T14:29:14.597Z] #58 91.23 DEP criu/seize.d [2019-09-20T14:29:14.597Z] #58 91.43 DEP criu/seccomp.d [2019-09-20T14:29:14.597Z] #58 91.65 DEP criu/rst-malloc.d [2019-09-20T14:29:14.597Z] #58 91.71 DEP criu/rbtree.d [2019-09-20T14:29:14.597Z] #58 91.77 DEP criu/pstree.d [2019-09-20T14:29:14.597Z] #58 91.93 DEP criu/protobuf.d [2019-09-20T14:29:14.597Z] #58 92.10 GEN criu/protobuf-desc-gen.h [2019-09-20T14:29:14.962Z] Fetched 7674 kB in 1s (4619 kB/s) [2019-09-20T14:29:15.363Z] Reading package lists... [2019-09-20T14:29:15.523Z] #58 93.88 DEP criu/protobuf-desc.d [2019-09-20T14:29:15.737Z] Reading package lists... [2019-09-20T14:29:15.737Z] Building dependency tree... [2019-09-20T14:29:15.737Z] Reading state information... [2019-09-20T14:29:15.824Z] #58 94.04 DEP criu/proc_parse.d [2019-09-20T14:29:15.824Z] #58 94.27 DEP criu/plugin.d [2019-09-20T14:29:16.085Z] #58 94.38 DEP criu/pipes.d [2019-09-20T14:29:16.107Z] The following additional packages will be installed: [2019-09-20T14:29:16.107Z] cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-09-20T14:29:16.107Z] Suggested packages: [2019-09-20T14:29:16.107Z] codeblocks eclipse ninja-build lrzip [2019-09-20T14:29:16.107Z] Recommended packages: [2019-09-20T14:29:16.107Z] xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-09-20T14:29:16.107Z] The following NEW packages will be installed: [2019-09-20T14:29:16.107Z] cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-09-20T14:29:16.107Z] vim-common xxd [2019-09-20T14:29:16.107Z] 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded. [2019-09-20T14:29:16.107Z] Need to get 13.2 MB of archives. [2019-09-20T14:29:16.107Z] After this operation, 59.4 MB of additional disk space will be used. [2019-09-20T14:29:16.107Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x cmake-data all 3.7.2-1 [1216 kB] [2019-09-20T14:29:16.107Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB] [2019-09-20T14:29:16.107Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libicu57 s390x 57.1-6+deb9u3 [7528 kB] [2019-09-20T14:29:16.107Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libxml2 s390x 2.9.4+dfsg1-2.2+deb9u2 [853 kB] [2019-09-20T14:29:16.107Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libarchive13 s390x 3.2.2-2+deb9u1 [283 kB] [2019-09-20T14:29:16.107Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] [2019-09-20T14:29:16.108Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libuv1 s390x 1.9.1-3 [82.4 kB] [2019-09-20T14:29:16.108Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x cmake s390x 3.7.2-1 [2797 kB] [2019-09-20T14:29:16.108Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xxd s390x 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-20T14:29:16.108Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-20T14:29:16.340Z] #58 94.62 DEP criu/pie-util.d [2019-09-20T14:29:16.340Z] #58 94.71 DEP criu/pie-util-vdso.d [2019-09-20T14:29:16.340Z] #58 94.77 DEP criu/pie-util-vdso-elf32.d [2019-09-20T14:29:16.382Z] #47 243.3 🇩 bin/containerd-stress [2019-09-20T14:29:16.382Z] #47 244.8 🇩 bin/containerd-shim [2019-09-20T14:29:16.480Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-20T14:29:16.480Z] Fetched 13.2 MB in 0s (59.5 MB/s) [2019-09-20T14:29:16.480Z] Selecting previously unselected package cmake-data. [2019-09-20T14:29:16.480Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14828 files and directories currently installed.) [2019-09-20T14:29:16.480Z] Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-09-20T14:29:16.480Z] Unpacking cmake-data (3.7.2-1) ... [2019-09-20T14:29:16.847Z] Selecting previously unselected package liblzo2-2:s390x. [2019-09-20T14:29:16.847Z] Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-09-20T14:29:16.847Z] Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-20T14:29:16.847Z] Selecting previously unselected package libicu57:s390x. [2019-09-20T14:29:16.847Z] Preparing to unpack .../2-libicu57_57.1-6+deb9u3_s390x.deb ... [2019-09-20T14:29:16.847Z] Unpacking libicu57:s390x (57.1-6+deb9u3) ... [2019-09-20T14:29:16.915Z] #58 95.00 DEP criu/path.d [2019-09-20T14:29:16.915Z] #58 95.28 DEP criu/parasite-syscall.d [2019-09-20T14:29:17.474Z] #58 95.66 DEP criu/pagemap.d [2019-09-20T14:29:17.631Z] Selecting previously unselected package libxml2:s390x. [2019-09-20T14:29:17.631Z] Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_s390x.deb ... [2019-09-20T14:29:17.631Z] Unpacking libxml2:s390x (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-20T14:29:17.729Z] #58 95.97 DEP criu/pagemap-cache.d [2019-09-20T14:29:17.729Z] #58 96.14 DEP criu/page-xfer.d [2019-09-20T14:29:17.983Z] #58 ... [2019-09-20T14:29:17.983Z] [2019-09-20T14:29:17.983Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-20T14:29:17.983Z] #33 152.4 net/textproto [2019-09-20T14:29:17.983Z] #33 152.4 crypto/x509 [2019-09-20T14:29:17.983Z] #33 153.5 vendor/golang.org/x/net/http/httpguts [2019-09-20T14:29:17.983Z] #33 153.8 vendor/golang.org/x/net/http/httpproxy [2019-09-20T14:29:17.983Z] #33 154.3 mime/multipart [2019-09-20T14:29:17.983Z] #33 156.9 crypto/tls [2019-09-20T14:29:17.994Z] Selecting previously unselected package libarchive13:s390x. [2019-09-20T14:29:17.994Z] Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_s390x.deb ... [2019-09-20T14:29:17.994Z] Unpacking libarchive13:s390x (3.2.2-2+deb9u1) ... [2019-09-20T14:29:17.994Z] Selecting previously unselected package libjsoncpp1:s390x. [2019-09-20T14:29:17.994Z] Preparing to unpack .../5-libjsoncpp1_1.7.4-3_s390x.deb ... [2019-09-20T14:29:17.994Z] Unpacking libjsoncpp1:s390x (1.7.4-3) ... [2019-09-20T14:29:17.994Z] Selecting previously unselected package libuv1:s390x. [2019-09-20T14:29:17.994Z] Preparing to unpack .../6-libuv1_1.9.1-3_s390x.deb ... [2019-09-20T14:29:17.994Z] Unpacking libuv1:s390x (1.9.1-3) ... [2019-09-20T14:29:17.994Z] Selecting previously unselected package cmake. [2019-09-20T14:29:17.994Z] Preparing to unpack .../7-cmake_3.7.2-1_s390x.deb ... [2019-09-20T14:29:17.994Z] Unpacking cmake (3.7.2-1) ... [2019-09-20T14:29:18.238Z] #33 ... [2019-09-20T14:29:18.239Z] [2019-09-20T14:29:18.239Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:29:18.239Z] #58 96.36 DEP criu/page-pipe.d [2019-09-20T14:29:18.239Z] #58 96.56 DEP criu/netfilter.d [2019-09-20T14:29:18.376Z] Selecting previously unselected package xxd. [2019-09-20T14:29:18.376Z] Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-09-20T14:29:18.376Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:29:18.376Z] Selecting previously unselected package vim-common. [2019-09-20T14:29:18.376Z] Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-20T14:29:18.376Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:29:18.376Z] Processing triggers for mime-support (3.60) ... [2019-09-20T14:29:18.376Z] Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:29:18.376Z] Setting up libuv1:s390x (1.9.1-3) ... [2019-09-20T14:29:18.376Z] Setting up cmake-data (3.7.2-1) ... [2019-09-20T14:29:18.376Z] Setting up libicu57:s390x (57.1-6+deb9u3) ... [2019-09-20T14:29:18.376Z] Setting up libxml2:s390x (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-20T14:29:18.376Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-20T14:29:18.376Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:29:18.376Z] Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-20T14:29:18.376Z] Setting up libjsoncpp1:s390x (1.7.4-3) ... [2019-09-20T14:29:18.376Z] Setting up libarchive13:s390x (3.2.2-2+deb9u1) ... [2019-09-20T14:29:18.376Z] Setting up cmake (3.7.2-1) ... [2019-09-20T14:29:18.493Z] #58 96.76 DEP criu/net.d [2019-09-20T14:29:18.746Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-20T14:29:18.748Z] #58 97.09 DEP criu/namespaces.d [2019-09-20T14:29:19.004Z] #58 ... [2019-09-20T14:29:19.004Z] [2019-09-20T14:29:19.004Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-09-20T14:29:19.004Z] #27 DONE 163.4s [2019-09-20T14:29:19.259Z] [2019-09-20T14:29:19.259Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:29:19.259Z] #58 97.36 DEP criu/mount.d [2019-09-20T14:29:19.514Z] #58 97.78 DEP criu/mem.d [2019-09-20T14:29:19.590Z] Removing intermediate container 577f52eeaa90 [2019-09-20T14:29:19.590Z] ---> 5c356ee1ee48 [2019-09-20T14:29:19.590Z] Step 85/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-20T14:29:19.770Z] #58 98.13 DEP criu/lsm.d [2019-09-20T14:29:20.001Z] ---> 68e6908a2b92 [2019-09-20T14:29:20.002Z] Step 86/126 : ENV INSTALL_BINARY_NAME=tini [2019-09-20T14:29:20.002Z] ---> Running in 19e2d6d3c739 [2019-09-20T14:29:20.330Z] #58 98.47 DEP criu/log.d [2019-09-20T14:29:20.330Z] #58 98.72 DEP criu/libnetlink.d [2019-09-20T14:29:20.389Z] Removing intermediate container 19e2d6d3c739 [2019-09-20T14:29:20.389Z] ---> d096ad06491e [2019-09-20T14:29:20.389Z] Step 87/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-20T14:29:20.389Z] ---> 7b9d308bde9b [2019-09-20T14:29:20.389Z] Step 88/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-20T14:29:20.389Z] ---> Running in bd6a4dbae400 [2019-09-20T14:29:20.569Z] Fetching without tags [2019-09-20T14:29:20.586Z] #58 98.92 DEP criu/kerndat.d [2019-09-20T14:29:20.841Z] #58 99.23 DEP criu/kcmp-ids.d [2019-09-20T14:29:21.097Z] #58 99.32 DEP criu/irmap.d [2019-09-20T14:29:21.097Z] #58 ... [2019-09-20T14:29:21.097Z] [2019-09-20T14:29:21.097Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-20T14:29:21.097Z] #15 165.4 + rm -rf /tmp/tmp.jbHNePAHtH [2019-09-20T14:29:21.097Z] #15 DONE 165.8s [2019-09-20T14:29:21.173Z] + RM_GOPATH=0 [2019-09-20T14:29:21.173Z] + TMP_GOPATH= [2019-09-20T14:29:21.173Z] + : /build [2019-09-20T14:29:21.173Z] + '[' -z '' ']' [2019-09-20T14:29:21.173Z] ++ mktemp -d [2019-09-20T14:29:21.173Z] + export GOPATH=/tmp/tmp.8Oy2x5MG9j [2019-09-20T14:29:21.173Z] + GOPATH=/tmp/tmp.8Oy2x5MG9j [2019-09-20T14:29:21.173Z] + RM_GOPATH=1 [2019-09-20T14:29:21.173Z] ++ dirname ./install.sh [2019-09-20T14:29:21.173Z] + dir=. [2019-09-20T14:29:21.173Z] + bin=tini [2019-09-20T14:29:21.173Z] + shift [2019-09-20T14:29:21.173Z] + '[' '!' -f ./tini.installer ']' [2019-09-20T14:29:21.173Z] + . ./tini.installer [2019-09-20T14:29:21.173Z] ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-20T14:29:21.173Z] + install_tini [2019-09-20T14:29:21.173Z] + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-09-20T14:29:21.173Z] + git clone https://github.com/krallin/tini.git /tmp/tmp.8Oy2x5MG9j/tini [2019-09-20T14:29:21.173Z] Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-20T14:29:21.173Z] Cloning into '/tmp/tmp.8Oy2x5MG9j/tini'... [2019-09-20T14:29:21.173Z] + cd /tmp/tmp.8Oy2x5MG9j/tini [2019-09-20T14:29:21.173Z] + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-20T14:29:21.173Z] + cmake . [2019-09-20T14:29:21.173Z] -- The C compiler identification is GNU 6.3.0 [2019-09-20T14:29:21.173Z] -- Check for working C compiler: /usr/bin/cc [2019-09-20T14:29:21.352Z] [2019-09-20T14:29:21.352Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:29:21.352Z] #58 99.57 DEP criu/ipc_ns.d [2019-09-20T14:29:21.352Z] #58 99.78 DEP criu/image.d [2019-09-20T14:29:21.550Z] -- Check for working C compiler: /usr/bin/cc -- works [2019-09-20T14:29:21.550Z] -- Detecting C compiler ABI info [2019-09-20T14:29:21.550Z] -- Detecting C compiler ABI info - done [2019-09-20T14:29:21.550Z] -- Detecting C compile features [2019-09-20T14:29:21.550Z] -- Detecting C compile features - done [2019-09-20T14:29:21.550Z] -- Performing Test HAS_BUILTIN_FORTIFY [2019-09-20T14:29:21.550Z] -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-09-20T14:29:21.550Z] -- Configuring done [2019-09-20T14:29:21.550Z] -- Generating done [2019-09-20T14:29:21.550Z] -- Build files have been written to: /tmp/tmp.8Oy2x5MG9j/tini [2019-09-20T14:29:21.550Z] + make tini-static [2019-09-20T14:29:21.550Z] Scanning dependencies of target tini-static [2019-09-20T14:29:20.245Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-20T14:29:20.315Z] > git config --add remote.origin.fetch +refs/pull/39943/head:refs/remotes/origin/PR-39943 # timeout=10 [2019-09-20T14:29:20.358Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-09-20T14:29:20.474Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-20T14:29:20.593Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-20T14:29:20.594Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-20T14:29:20.595Z] > git fetch --no-tags --force --progress https://github.com/moby/moby.git +refs/pull/39943/head:refs/remotes/origin/PR-39943 +refs/heads/master:refs/remotes/origin/master [2019-09-20T14:29:21.608Z] #58 100.1 DEP criu/image-desc.d [2019-09-20T14:29:21.645Z] #47 250.4 🇩 bin/containerd-shim-runc-v1 [2019-09-20T14:29:21.690Z] Merging remotes/origin/master commit 4e8cf9f5ddccbb8619640876fc302b8f41c58184 into PR head commit 04d9e157b2b09401ae3e9e00e143606218910580 [2019-09-20T14:29:21.918Z] [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-09-20T14:29:21.918Z] [100%] Linking C executable tini-static [2019-09-20T14:29:21.918Z] [100%] Built target tini-static [2019-09-20T14:29:21.918Z] + mkdir -p /build [2019-09-20T14:29:21.918Z] + cp tini-static /build/docker-init [2019-09-20T14:29:22.168Z] #58 100.3 DEP criu/fsnotify.d [2019-09-20T14:29:22.424Z] #58 100.6 DEP criu/filesystems.d [2019-09-20T14:29:22.679Z] #58 100.9 DEP criu/files.d [2019-09-20T14:29:22.679Z] #58 101.1 DEP criu/files-reg.d [2019-09-20T14:29:22.698Z] Removing intermediate container bd6a4dbae400 [2019-09-20T14:29:22.698Z] ---> eebbce766e83 [2019-09-20T14:29:22.698Z] Step 89/126 : FROM dev-base AS rootlesskit [2019-09-20T14:29:22.698Z] ---> 031cdf2bb232 [2019-09-20T14:29:22.698Z] Step 90/126 : ENV INSTALL_BINARY_NAME=rootlesskit [2019-09-20T14:29:22.698Z] ---> Running in edbca7e59354 [2019-09-20T14:29:22.698Z] Removing intermediate container edbca7e59354 [2019-09-20T14:29:22.698Z] ---> 648ede683c38 [2019-09-20T14:29:22.698Z] Step 91/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-20T14:29:22.935Z] #58 101.3 DEP criu/files-ext.d [2019-09-20T14:29:23.063Z] ---> 1519c8aa662b [2019-09-20T14:29:23.063Z] Step 92/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-20T14:29:23.063Z] ---> 0c5f363101dd [2019-09-20T14:29:23.063Z] Step 93/126 : RUN PREFIX=/build/ ./install.sh $INSTALL_BINARY_NAME [2019-09-20T14:29:23.191Z] #58 101.5 DEP criu/file-lock.d [2019-09-20T14:29:23.446Z] ---> Running in 2fd66c4277f3 [2019-09-20T14:29:23.446Z] #58 101.7 DEP criu/file-ids.d [2019-09-20T14:29:23.446Z] #58 101.9 DEP criu/fifo.d [2019-09-20T14:29:23.702Z] #58 102.1 DEP criu/fdstore.d [2019-09-20T14:29:23.880Z] + RM_GOPATH=0 [2019-09-20T14:29:23.880Z] + TMP_GOPATH= [2019-09-20T14:29:23.880Z] + : /build/ [2019-09-20T14:29:23.880Z] + '[' -z '' ']' [2019-09-20T14:29:23.880Z] ++ mktemp -d [2019-09-20T14:29:23.880Z] + export GOPATH=/tmp/tmp.9gcKeGhgzx [2019-09-20T14:29:23.880Z] + GOPATH=/tmp/tmp.9gcKeGhgzx [2019-09-20T14:29:23.880Z] + RM_GOPATH=1 [2019-09-20T14:29:23.880Z] ++ dirname ./install.sh [2019-09-20T14:29:23.880Z] + dir=. [2019-09-20T14:29:23.880Z] + bin=rootlesskit [2019-09-20T14:29:23.880Z] + shift [2019-09-20T14:29:23.880Z] + '[' '!' -f ./rootlesskit.installer ']' [2019-09-20T14:29:23.880Z] + . ./rootlesskit.installer [2019-09-20T14:29:23.880Z] ++ ROOTLESSKIT_COMMIT=791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-20T14:29:23.880Z] + install_rootlesskit [2019-09-20T14:29:23.880Z] + case "$1" in [2019-09-20T14:29:23.880Z] + export CGO_ENABLED=0 [2019-09-20T14:29:23.880Z] + CGO_ENABLED=0 [2019-09-20T14:29:23.880Z] + _install_rootlesskit [2019-09-20T14:29:23.880Z] + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-09-20T14:29:23.880Z] Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-20T14:29:23.880Z] + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.9gcKeGhgzx/src/github.com/rootless-containers/rootlesskit [2019-09-20T14:29:23.880Z] Cloning into '/tmp/tmp.9gcKeGhgzx/src/github.com/rootless-containers/rootlesskit'... [2019-09-20T14:29:23.957Z] #58 102.2 DEP criu/fault-injection.d [2019-09-20T14:29:23.957Z] #58 102.2 DEP criu/external.d [2019-09-20T14:29:24.171Z] #47 252.9 🇩 binaries [2019-09-20T14:29:24.171Z] #47 252.9 + mkdir -p /build [2019-09-20T14:29:24.171Z] #47 252.9 + cp bin/containerd /build/containerd [2019-09-20T14:29:24.171Z] #47 252.9 + cp bin/containerd-shim /build/containerd-shim [2019-09-20T14:29:24.171Z] #47 252.9 + cp bin/ctr /build/ctr [2019-09-20T14:29:24.213Z] #58 102.3 DEP criu/eventpoll.d [2019-09-20T14:29:24.213Z] #58 102.6 DEP criu/eventfd.d [2019-09-20T14:29:24.372Z] + cd /tmp/tmp.9gcKeGhgzx/src/github.com/rootless-containers/rootlesskit [2019-09-20T14:29:24.372Z] + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-20T14:29:24.372Z] + for f in rootlesskit rootlesskit-docker-proxy [2019-09-20T14:29:24.372Z] + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-09-20T14:29:24.468Z] #58 102.7 DEP criu/crtools.d [2019-09-20T14:29:21.785Z] > git config core.sparsecheckout # timeout=10 [2019-09-20T14:29:21.831Z] > git checkout -f 04d9e157b2b09401ae3e9e00e143606218910580 [2019-09-20T14:29:24.452Z] > git merge 4e8cf9f5ddccbb8619640876fc302b8f41c58184 # timeout=10 [2019-09-20T14:29:24.719Z] Merge succeeded, producing 04d9e157b2b09401ae3e9e00e143606218910580 [2019-09-20T14:29:24.721Z] Checking out Revision 04d9e157b2b09401ae3e9e00e143606218910580 (PR-39943) [2019-09-20T14:29:24.725Z] #58 102.9 DEP criu/cr-service.d [2019-09-20T14:29:24.726Z] #58 103.1 DEP criu/cr-restore.d [2019-09-20T14:29:24.735Z] #47 DONE 253.6s [2019-09-20T14:29:25.286Z] #58 103.5 DEP criu/cr-errno.d [2019-09-20T14:29:25.286Z] #58 103.5 DEP criu/cr-dump.d [2019-09-20T14:29:25.542Z] #58 103.8 DEP criu/cr-dedup.d [2019-09-20T14:29:25.542Z] #58 104.0 DEP criu/cr-check.d [2019-09-20T14:29:25.667Z] [2019-09-20T14:29:25.667Z] #48 [dev 17/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-09-20T14:29:25.927Z] #48 DONE 0.2s [2019-09-20T14:29:25.927Z] [2019-09-20T14:29:25.927Z] #51 [dev 18/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-09-20T14:29:26.102Z] #58 104.3 DEP criu/config.d [2019-09-20T14:29:26.102Z] #58 104.5 DEP criu/clone-noasan.d [2019-09-20T14:29:26.102Z] #58 104.6 DEP criu/cgroup.d [2019-09-20T14:29:26.184Z] #51 DONE 0.1s [2019-09-20T14:29:26.184Z] [2019-09-20T14:29:26.184Z] #54 [dev 19/24] COPY --from=dockercli /build/ /usr/local/cli [2019-09-20T14:29:26.184Z] #54 DONE 0.1s [2019-09-20T14:29:26.184Z] [2019-09-20T14:29:26.184Z] #56 [dev 20/24] COPY --from=registry /build/registry* /usr/local/bin/ [2019-09-20T14:29:26.441Z] #56 DONE 0.3s [2019-09-20T14:29:26.441Z] [2019-09-20T14:29:26.441Z] #59 [dev 21/24] COPY --from=criu /build/ /usr/local/ [2019-09-20T14:29:26.441Z] #59 DONE 0.1s [2019-09-20T14:29:26.441Z] [2019-09-20T14:29:26.441Z] #63 [dev 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-09-20T14:29:26.663Z] #58 104.8 DEP criu/cgroup-props.d [2019-09-20T14:29:26.663Z] #58 105.0 DEP criu/bitmap.d [2019-09-20T14:29:26.663Z] #58 105.0 DEP criu/bfd.d [2019-09-20T14:29:26.663Z] #58 105.1 DEP criu/autofs.d [2019-09-20T14:29:26.697Z] #63 DONE 0.1s [2019-09-20T14:29:26.697Z] [2019-09-20T14:29:26.697Z] #65 [dev 23/24] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397... [2019-09-20T14:29:26.918Z] #58 105.3 DEP criu/aio.d [2019-09-20T14:29:26.973Z] #65 DONE 0.3s [2019-09-20T14:29:26.974Z] [2019-09-20T14:29:26.974Z] #66 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-09-20T14:29:26.974Z] #66 DONE 0.0s [2019-09-20T14:29:26.974Z] [2019-09-20T14:29:26.974Z] #67 [final 1/1] COPY . /go/src/github.com/docker/docker [2019-09-20T14:29:27.174Z] #58 105.5 DEP criu/action-scripts.d [2019-09-20T14:29:27.430Z] #58 105.8 CC criu/action-scripts.o [2019-09-20T14:29:24.603Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2019-09-20T14:29:24.744Z] > git config core.sparsecheckout # timeout=10 [2019-09-20T14:29:24.792Z] > git checkout -f 04d9e157b2b09401ae3e9e00e143606218910580 [2019-09-20T14:29:27.990Z] #58 106.3 CC criu/aio.o [2019-09-20T14:29:28.374Z] #67 DONE 1.0s [2019-09-20T14:29:28.374Z] [2019-09-20T14:29:28.374Z] #68 exporting to image [2019-09-20T14:29:28.374Z] #68 exporting layers [2019-09-20T14:29:28.550Z] #58 106.9 CC criu/autofs.o [2019-09-20T14:29:29.520Z] #58 ... [2019-09-20T14:29:29.520Z] [2019-09-20T14:29:29.520Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:29:29.520Z] #13 96.92 Selecting previously unselected package gcc-mingw-w64-base. [2019-09-20T14:29:29.520Z] #13 96.93 Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_amd64.deb ... [2019-09-20T14:29:29.520Z] #13 96.96 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-20T14:29:29.520Z] #13 97.27 Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-09-20T14:29:29.520Z] #13 97.27 Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... [2019-09-20T14:29:29.520Z] #13 97.28 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-20T14:29:30.446Z] #13 ... [2019-09-20T14:29:30.446Z] [2019-09-20T14:29:30.446Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:29:30.446Z] #58 108.7 CC criu/bfd.o [2019-09-20T14:29:30.742Z] + for f in rootlesskit rootlesskit-docker-proxy [2019-09-20T14:29:30.742Z] + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-09-20T14:29:31.007Z] #58 ... [2019-09-20T14:29:31.007Z] [2019-09-20T14:29:31.007Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-20T14:29:31.007Z] #33 165.3 net/http/httptrace [2019-09-20T14:29:31.007Z] #33 165.5 net/http [2019-09-20T14:29:31.007Z] #33 ... [2019-09-20T14:29:31.007Z] [2019-09-20T14:29:31.007Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:29:31.007Z] #58 109.3 CC criu/bitmap.o [2019-09-20T14:29:31.262Z] #58 109.5 CC criu/cgroup-props.o [2019-09-20T14:29:32.188Z] #58 110.4 CC criu/cgroup.o [2019-09-20T14:29:32.769Z] Removing intermediate container 2fd66c4277f3 [2019-09-20T14:29:32.769Z] ---> 1733694b30ae [2019-09-20T14:29:32.769Z] Step 94/126 : COPY ./contrib/dockerd-rootless.sh /build [2019-09-20T14:29:33.141Z] ---> b02eb1c66828 [2019-09-20T14:29:33.141Z] Step 95/126 : FROM runtime-dev AS dev [2019-09-20T14:29:33.141Z] ---> c4494b786a98 [2019-09-20T14:29:33.141Z] Step 96/126 : ARG DEBIAN_FRONTEND [2019-09-20T14:29:33.141Z] ---> Running in b9b4db60e27b [2019-09-20T14:29:33.141Z] Removing intermediate container b9b4db60e27b [2019-09-20T14:29:33.141Z] ---> 818aa033094d [2019-09-20T14:29:33.141Z] Step 97/126 : RUN groupadd -r docker [2019-09-20T14:29:33.141Z] ---> Running in d07bae4db557 [2019-09-20T14:29:33.195Z] Commit message: "testutil/daemon: add NewDaemon without testingT" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-09-20T14:29:34.391Z] Removing intermediate container d07bae4db557 [2019-09-20T14:29:34.391Z] ---> 9ebb8583d4db [2019-09-20T14:29:34.391Z] Step 98/126 : RUN useradd --create-home --gid docker unprivilegeduser [2019-09-20T14:29:34.391Z] ---> Running in 5f9d5816a782 [2019-09-20T14:29:34.929Z] #68 exporting layers 6.4s done [2019-09-20T14:29:34.929Z] #68 writing image sha256:1e5171f68134d4b059587ee71ee5efddfabab8c7dc15587274ee6ef0f66023b8 done [2019-09-20T14:29:34.929Z] #68 naming to docker.io/library/docker:04d9e157b2b09401ae3e9e00e143606218910580 done [2019-09-20T14:29:34.929Z] #68 DONE 6.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2019-09-20T14:29:35.451Z] #58 113.7 CC criu/clone-noasan.o [2019-09-20T14:29:35.506Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39943/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-39943/.git:/go/src/github.com/docker/docker/.git --name docker-pr14 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=04d9e157b2b09401ae3e9e00e143606218910580 -e DOCKER_GRAPHDRIVER docker:04d9e157b2b09401ae3e9e00e143606218910580 hack/validate/default [2019-09-20T14:29:35.649Z] Removing intermediate container 5f9d5816a782 [2019-09-20T14:29:35.649Z] ---> dc7fad78ece6 [2019-09-20T14:29:35.649Z] Step 99/126 : RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2019-09-20T14:29:35.649Z] ---> Running in 487d74207c15 [2019-09-20T14:29:35.707Z] #58 114.0 CC criu/config.o [2019-09-20T14:29:36.013Z] '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-09-20T14:29:36.125Z] + docker version [2019-09-20T14:29:36.438Z] Congratulations! All commits are properly signed with the DCO! [2019-09-20T14:29:36.438Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2019-09-20T14:29:36.438Z] INFO [lintersdb] Active 15 linters: [deadcode gofmt goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2019-09-20T14:29:36.438Z] INFO [lintersdb] Optimized sublinters [staticcheck gosimple unused] into metalinter megacheck [2019-09-20T14:29:36.949Z] Removing intermediate container 487d74207c15 [2019-09-20T14:29:36.949Z] ---> 426df8dd0132 [2019-09-20T14:29:36.949Z] Step 100/126 : RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2019-09-20T14:29:36.949Z] ---> Running in 9240438714b6 [2019-09-20T14:29:37.637Z] #58 115.6 CC criu/cr-check.o [2019-09-20T14:29:37.637Z] #58 ... [2019-09-20T14:29:37.637Z] [2019-09-20T14:29:37.637Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:29:37.637Z] #13 114.6 Selecting previously unselected package g++-mingw-w64-x86-64. [2019-09-20T14:29:37.637Z] #13 114.6 Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... [2019-09-20T14:29:37.637Z] #13 114.6 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-20T14:29:37.732Z] Removing intermediate container 9240438714b6 [2019-09-20T14:29:37.732Z] ---> 555cadd2c2b2 [2019-09-20T14:29:37.732Z] Step 101/126 : RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2019-09-20T14:29:37.732Z] ---> Running in 2494a29d0fa1 [2019-09-20T14:29:38.954Z] 🇩 bin/containerd [2019-09-20T14:29:38.988Z] Removing intermediate container 2494a29d0fa1 [2019-09-20T14:29:38.988Z] ---> e28a86db5894 [2019-09-20T14:29:38.988Z] Step 102/126 : RUN ldconfig [2019-09-20T14:29:38.988Z] ---> Running in 4cfc0eea862b [2019-09-20T14:29:40.250Z] Removing intermediate container 4cfc0eea862b [2019-09-20T14:29:40.250Z] ---> 6ab997bbd12f [2019-09-20T14:29:40.250Z] Step 103/126 : RUN apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion btrfs-tools iptables jq libcap2-bin libdevmapper-dev libudev-dev libsystemd-dev binutils-mingw-w64 g++-mingw-w64-x86-64 net-tools pigz python3-pip python3-setuptools python3-wheel thin-provisioning-tools vim vim-common xfsprogs zip bzip2 xz-utils libprotobuf-c1 libnet1 libnl-3-200 && rm -rf /var/lib/apt/lists/* [2019-09-20T14:29:40.250Z] ---> Running in 43803d738e2e [2019-09-20T14:29:40.625Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-20T14:29:40.625Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-20T14:29:40.625Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-20T14:29:40.625Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-20T14:29:40.625Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-20T14:29:41.014Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [489 kB] [2019-09-20T14:29:41.014Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-20T14:29:41.014Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-20T14:29:42.326Z] Fetched 7674 kB in 1s (4766 kB/s) [2019-09-20T14:29:42.701Z] Reading package lists... [2019-09-20T14:29:42.919Z] #13 ... [2019-09-20T14:29:42.919Z] [2019-09-20T14:29:42.919Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-20T14:29:42.919Z] #33 177.3 github.com/LK4D4/vndr/godl [2019-09-20T14:29:42.919Z] #33 178.0 github.com/LK4D4/vndr [2019-09-20T14:29:42.919Z] #33 DONE 186.6s [2019-09-20T14:29:42.919Z] [2019-09-20T14:29:42.919Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:29:42.919Z] #58 117.6 CC criu/cr-dedup.o [2019-09-20T14:29:42.919Z] #58 118.1 CC criu/cr-dump.o [2019-09-20T14:29:42.919Z] #58 120.5 CC criu/cr-errno.o [2019-09-20T14:29:42.919Z] #58 120.6 CC criu/cr-restore.o [2019-09-20T14:29:43.479Z] Reading package lists... [2019-09-20T14:29:43.479Z] Building dependency tree... [2019-09-20T14:29:43.479Z] Reading state information... [2019-09-20T14:29:43.479Z] The following additional packages will be installed: [2019-09-20T14:29:43.479Z] binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-09-20T14:29:43.479Z] dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-09-20T14:29:43.479Z] libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-09-20T14:29:43.479Z] libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-09-20T14:29:43.479Z] libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-09-20T14:29:43.479Z] libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-09-20T14:29:43.479Z] libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common [2019-09-20T14:29:43.479Z] mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-09-20T14:29:43.479Z] python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-09-20T14:29:43.479Z] Suggested packages: [2019-09-20T14:29:43.479Z] apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-09-20T14:29:43.479Z] gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-09-20T14:29:43.479Z] python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-09-20T14:29:43.479Z] vim-doc vim-scripts xfsdump acl attr quota [2019-09-20T14:29:43.479Z] Recommended packages: [2019-09-20T14:29:43.479Z] aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-09-20T14:29:43.479Z] python3-keyrings.alt python3-xdg unzip [2019-09-20T14:29:44.265Z] The following NEW packages will be installed: [2019-09-20T14:29:44.265Z] apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-09-20T14:29:44.265Z] binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-09-20T14:29:44.265Z] bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-09-20T14:29:44.265Z] gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-09-20T14:29:44.265Z] libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-09-20T14:29:44.265Z] libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-09-20T14:29:44.265Z] libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-09-20T14:29:44.265Z] libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-09-20T14:29:44.265Z] libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-09-20T14:29:44.265Z] libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-09-20T14:29:44.265Z] mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-09-20T14:29:44.265Z] python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-09-20T14:29:44.265Z] python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-09-20T14:29:44.265Z] xfsprogs xxd xz-utils zip [2019-09-20T14:29:44.265Z] 0 upgraded, 69 newly installed, 0 to remove and 1 not upgraded. [2019-09-20T14:29:44.265Z] Need to get 88.2 MB of archives. [2019-09-20T14:29:44.265Z] After this operation, 565 MB of additional disk space will be used. [2019-09-20T14:29:44.265Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x bash-completion all 1:2.1-4.3 [178 kB] [2019-09-20T14:29:44.265Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1 s390x 1.1.6+dfsg-3 [57.1 kB] [2019-09-20T14:29:44.265Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnfnetlink0 s390x 1.0.1-3 [13.7 kB] [2019-09-20T14:29:44.265Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcrecpp0v5 s390x 2:8.39-3 [151 kB] [2019-09-20T14:29:44.265Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libudev-dev s390x 232-25+deb9u12 [92.5 kB] [2019-09-20T14:29:44.265Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3.5-minimal s390x 3.5.3-1+deb9u1 [569 kB] [2019-09-20T14:29:44.265Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3.5-minimal s390x 3.5.3-1+deb9u1 [1563 kB] [2019-09-20T14:29:44.265Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-minimal s390x 3.5.3-1 [35.3 kB] [2019-09-20T14:29:44.265Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libmpdec2 s390x 2.4.2-1 [83.6 kB] [2019-09-20T14:29:44.265Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3.5-stdlib s390x 3.5.3-1+deb9u1 [2119 kB] [2019-09-20T14:29:44.650Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3.5 s390x 3.5.3-1+deb9u1 [229 kB] [2019-09-20T14:29:44.650Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3-stdlib s390x 3.5.3-1 [18.6 kB] [2019-09-20T14:29:44.650Z] Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main s390x dh-python all 2.20170125 [86.8 kB] [2019-09-20T14:29:44.650Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3 s390x 3.5.3-1 [21.6 kB] [2019-09-20T14:29:44.650Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main s390x pigz s390x 2.3.4-1 [51.1 kB] [2019-09-20T14:29:44.650Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libip4tc0 s390x 1.6.0+snapshot20161117-6 [67.9 kB] [2019-09-20T14:29:44.650Z] Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libip6tc0 s390x 1.6.0+snapshot20161117-6 [68.2 kB] [2019-09-20T14:29:44.650Z] Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libiptc0 s390x 1.6.0+snapshot20161117-6 [57.6 kB] [2019-09-20T14:29:44.650Z] Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libxtables12 s390x 1.6.0+snapshot20161117-6 [75.3 kB] [2019-09-20T14:29:44.650Z] Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnetfilter-conntrack3 s390x 1.0.6-2 [37.1 kB] [2019-09-20T14:29:44.650Z] Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main s390x iptables s390x 1.6.0+snapshot20161117-6 [282 kB] [2019-09-20T14:29:44.650Z] Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xxd s390x 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-20T14:29:44.650Z] Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-20T14:29:44.650Z] Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main s390x bzip2 s390x 1.0.6-8.1 [48.1 kB] [2019-09-20T14:29:44.650Z] Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libgpm2 s390x 1.20.4-6.2+b1 [34.4 kB] [2019-09-20T14:29:44.650Z] Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xz-utils s390x 5.2.2-1.2+b1 [263 kB] [2019-09-20T14:29:44.650Z] Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main s390x aufs-tools s390x 1:4.1+20161219-1 [102 kB] [2019-09-20T14:29:44.650Z] Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB] [2019-09-20T14:29:44.650Z] Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-progs s390x 4.7.3-1 [595 kB] [2019-09-20T14:29:44.650Z] Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-tools s390x 4.7.3-1 [16.9 kB] [2019-09-20T14:29:44.650Z] Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libdevmapper1.02.1 s390x 2:1.02.137-2 [160 kB] [2019-09-20T14:29:44.650Z] Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main s390x dmsetup s390x 2:1.02.137-2 [104 kB] [2019-09-20T14:29:44.650Z] Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libonig4 s390x 6.1.3-2 [142 kB] [2019-09-20T14:29:44.650Z] Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjq1 s390x 1.5+dfsg-1.3 [126 kB] [2019-09-20T14:29:44.650Z] Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main s390x jq s390x 1.5+dfsg-1.3 [59.2 kB] [2019-09-20T14:29:44.650Z] Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libaio1 s390x 0.3.110-3 [9482 B] [2019-09-20T14:29:44.650Z] Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libcap2-bin s390x 1:2.25-1 [26.8 kB] [2019-09-20T14:29:44.650Z] Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libdevmapper-event1.02.1 s390x 2:1.02.137-2 [41.0 kB] [2019-09-20T14:29:44.650Z] Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libsepol1-dev s390x 2.6-2 [293 kB] [2019-09-20T14:29:44.650Z] Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre16-3 s390x 2:8.39-3 [189 kB] [2019-09-20T14:29:44.650Z] Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre32-3 s390x 2:8.39-3 [184 kB] [2019-09-20T14:29:44.650Z] Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre3-dev s390x 2:8.39-3 [488 kB] [2019-09-20T14:29:44.650Z] Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libselinux1-dev s390x 2.6-3+b3 [182 kB] [2019-09-20T14:29:44.650Z] Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libdevmapper-dev s390x 2:1.02.137-2 [68.6 kB] [2019-09-20T14:29:44.650Z] Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-200 s390x 3.2.27-2 [59.3 kB] [2019-09-20T14:29:44.650Z] Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c1 s390x 1.2.1-2 [25.1 kB] [2019-09-20T14:29:44.650Z] Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libreadline5 s390x 5.2+dfsg-3+b1 [120 kB] [2019-09-20T14:29:44.650Z] Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libsystemd-dev s390x 232-25+deb9u12 [1763 kB] [2019-09-20T14:29:44.650Z] Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main s390x net-tools s390x 1.60+git20161116.90da8a0-1 [243 kB] [2019-09-20T14:29:44.650Z] Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] [2019-09-20T14:29:44.650Z] Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-09-20T14:29:44.650Z] Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-pkg-resources all 33.1.1-1 [137 kB] [2019-09-20T14:29:44.650Z] Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-setuptools all 33.1.1-1 [215 kB] [2019-09-20T14:29:44.650Z] Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-wheel all 0.29.0-2 [51.8 kB] [2019-09-20T14:29:44.650Z] Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main s390x thin-provisioning-tools s390x 0.6.1-4+b1 [321 kB] [2019-09-20T14:29:44.650Z] Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-09-20T14:29:44.650Z] Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim s390x 2:8.0.0197-4+deb9u3 [994 kB] [2019-09-20T14:29:44.650Z] Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xfsprogs s390x 4.9.0+nmu1 [786 kB] [2019-09-20T14:29:44.650Z] Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main s390x zip s390x 3.0-11+b1 [232 kB] [2019-09-20T14:29:44.650Z] Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor-perl s390x 2.11.0-3+deb9u2 [82.5 kB] [2019-09-20T14:29:44.650Z] Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main s390x apparmor s390x 2.11.0-3+deb9u2 [532 kB] [2019-09-20T14:29:44.650Z] Get:62 http://cdn-fastly.deb.debian.org/debian stretch/main s390x binutils-mingw-w64-i686 s390x 2.28-5+7.4+b4 [2151 kB] [2019-09-20T14:29:44.650Z] Get:63 http://cdn-fastly.deb.debian.org/debian stretch/main s390x binutils-mingw-w64-x86-64 s390x 2.28-5+7.4+b4 [2722 kB] [2019-09-20T14:29:44.687Z] Client: Docker Engine - Enterprise [2019-09-20T14:29:44.687Z] Version: 19.03.2 [2019-09-20T14:29:44.687Z] API version: 1.40 [2019-09-20T14:29:44.687Z] Go version: go1.12.8 [2019-09-20T14:29:44.687Z] Git commit: c92ab06ed9 [2019-09-20T14:29:44.687Z] Built: 09/03/2019 16:38:11 [2019-09-20T14:29:44.687Z] OS/Arch: windows/amd64 [2019-09-20T14:29:44.687Z] Experimental: false [2019-09-20T14:29:44.687Z] [2019-09-20T14:29:44.687Z] Server: Docker Engine - Enterprise [2019-09-20T14:29:44.687Z] Engine: [2019-09-20T14:29:44.687Z] Version: 19.03.2 [2019-09-20T14:29:44.687Z] API version: 1.40 (minimum version 1.24) [2019-09-20T14:29:44.687Z] Go version: go1.12.8 [2019-09-20T14:29:44.687Z] Git commit: c92ab06ed9 [2019-09-20T14:29:44.687Z] Built: 09/03/2019 16:35:47 [2019-09-20T14:29:44.687Z] OS/Arch: windows/amd64 [2019-09-20T14:29:44.687Z] Experimental: true [2019-09-20T14:29:45.018Z] Get:64 http://cdn-fastly.deb.debian.org/debian stretch/main s390x binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB] [2019-09-20T14:29:45.018Z] Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main s390x mingw-w64-common all 5.0.1-1 [4764 kB] [2019-09-20T14:29:45.018Z] Get:66 http://cdn-fastly.deb.debian.org/debian stretch/main s390x mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB] [2019-09-20T14:29:45.018Z] Get:67 http://cdn-fastly.deb.debian.org/debian stretch/main s390x gcc-mingw-w64-base s390x 6.3.0-18+19.3+b3 [170 kB] [2019-09-20T14:29:45.018Z] 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] [Pipeline] sh [2019-09-20T14:29:45.391Z] Get:69 http://cdn-fastly.deb.debian.org/debian stretch/main s390x g++-mingw-w64-x86-64 s390x 6.3.0-18+19.3+b3 [21.7 MB] [2019-09-20T14:29:45.761Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-20T14:29:45.761Z] Fetched 88.2 MB in 1s (61.6 MB/s) [2019-09-20T14:29:45.761Z] Selecting previously unselected package bash-completion. [2019-09-20T14:29:45.761Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14898 files and directories currently installed.) [2019-09-20T14:29:45.761Z] Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-09-20T14:29:46.196Z] Unpacking bash-completion (1:2.1-4.3) ... [2019-09-20T14:29:46.196Z] Selecting previously unselected package libnet1:s390x. [2019-09-20T14:29:46.196Z] Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_s390x.deb ... [2019-09-20T14:29:46.196Z] Unpacking libnet1:s390x (1.1.6+dfsg-3) ... [2019-09-20T14:29:46.208Z] + docker info [2019-09-20T14:29:46.686Z] Selecting previously unselected package libnfnetlink0:s390x. [2019-09-20T14:29:46.686Z] Preparing to unpack .../02-libnfnetlink0_1.0.1-3_s390x.deb ... [2019-09-20T14:29:46.686Z] Unpacking libnfnetlink0:s390x (1.0.1-3) ... [2019-09-20T14:29:46.686Z] Selecting previously unselected package libpcrecpp0v5:s390x. [2019-09-20T14:29:46.686Z] Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_s390x.deb ... [2019-09-20T14:29:46.686Z] Unpacking libpcrecpp0v5:s390x (2:8.39-3) ... [2019-09-20T14:29:46.686Z] Selecting previously unselected package libudev-dev:s390x. [2019-09-20T14:29:46.686Z] Preparing to unpack .../04-libudev-dev_232-25+deb9u12_s390x.deb ... [2019-09-20T14:29:46.686Z] Unpacking libudev-dev:s390x (232-25+deb9u12) ... [2019-09-20T14:29:46.686Z] Selecting previously unselected package libpython3.5-minimal:s390x. [2019-09-20T14:29:46.686Z] Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_s390x.deb ... [2019-09-20T14:29:46.686Z] Unpacking libpython3.5-minimal:s390x (3.5.3-1+deb9u1) ... [2019-09-20T14:29:46.686Z] Selecting previously unselected package python3.5-minimal. [2019-09-20T14:29:46.686Z] Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_s390x.deb ... [2019-09-20T14:29:46.686Z] Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-20T14:29:47.081Z] #58 125.1 CC criu/cr-service.o [2019-09-20T14:29:47.098Z] Selecting previously unselected package python3-minimal. [2019-09-20T14:29:47.098Z] Preparing to unpack .../07-python3-minimal_3.5.3-1_s390x.deb ... [2019-09-20T14:29:47.098Z] Unpacking python3-minimal (3.5.3-1) ... [2019-09-20T14:29:47.098Z] Selecting previously unselected package libmpdec2:s390x. [2019-09-20T14:29:47.098Z] Preparing to unpack .../08-libmpdec2_2.4.2-1_s390x.deb ... [2019-09-20T14:29:47.098Z] Unpacking libmpdec2:s390x (2.4.2-1) ... [2019-09-20T14:29:47.098Z] Selecting previously unselected package libpython3.5-stdlib:s390x. [2019-09-20T14:29:47.098Z] Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_s390x.deb ... [2019-09-20T14:29:47.098Z] Unpacking libpython3.5-stdlib:s390x (3.5.3-1+deb9u1) ... [2019-09-20T14:29:47.098Z] Selecting previously unselected package python3.5. [2019-09-20T14:29:47.098Z] Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_s390x.deb ... [2019-09-20T14:29:47.098Z] Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-09-20T14:29:47.098Z] Selecting previously unselected package libpython3-stdlib:s390x. [2019-09-20T14:29:47.098Z] Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_s390x.deb ... [2019-09-20T14:29:47.098Z] Unpacking libpython3-stdlib:s390x (3.5.3-1) ... [2019-09-20T14:29:47.470Z] Selecting previously unselected package dh-python. [2019-09-20T14:29:47.470Z] Preparing to unpack .../12-dh-python_2.20170125_all.deb ... [2019-09-20T14:29:47.470Z] Unpacking dh-python (2.20170125) ... [2019-09-20T14:29:47.470Z] Setting up libpython3.5-minimal:s390x (3.5.3-1+deb9u1) ... [2019-09-20T14:29:47.470Z] Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-20T14:29:47.846Z] Setting up python3-minimal (3.5.3-1) ... [2019-09-20T14:29:47.846Z] Selecting previously unselected package python3. [2019-09-20T14:29:47.846Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16484 files and directories currently installed.) [2019-09-20T14:29:47.846Z] Preparing to unpack .../00-python3_3.5.3-1_s390x.deb ... [2019-09-20T14:29:47.846Z] Unpacking python3 (3.5.3-1) ... [2019-09-20T14:29:48.223Z] Selecting previously unselected package pigz. [2019-09-20T14:29:48.223Z] Preparing to unpack .../01-pigz_2.3.4-1_s390x.deb ... [2019-09-20T14:29:48.223Z] Unpacking pigz (2.3.4-1) ... [2019-09-20T14:29:48.223Z] Selecting previously unselected package libip4tc0:s390x. [2019-09-20T14:29:48.223Z] Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-09-20T14:29:48.223Z] Unpacking libip4tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-20T14:29:48.223Z] Selecting previously unselected package libip6tc0:s390x. [2019-09-20T14:29:48.223Z] Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-09-20T14:29:48.223Z] Unpacking libip6tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-20T14:29:48.223Z] Selecting previously unselected package libiptc0:s390x. [2019-09-20T14:29:48.223Z] Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-09-20T14:29:48.223Z] Unpacking libiptc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-20T14:29:48.223Z] Selecting previously unselected package libxtables12:s390x. [2019-09-20T14:29:48.223Z] Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_s390x.deb ... [2019-09-20T14:29:48.223Z] Unpacking libxtables12:s390x (1.6.0+snapshot20161117-6) ... [2019-09-20T14:29:48.223Z] Selecting previously unselected package libnetfilter-conntrack3:s390x. [2019-09-20T14:29:48.223Z] Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_s390x.deb ... [2019-09-20T14:29:48.223Z] Unpacking libnetfilter-conntrack3:s390x (1.0.6-2) ... [2019-09-20T14:29:48.223Z] Selecting previously unselected package iptables. [2019-09-20T14:29:48.223Z] Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_s390x.deb ... [2019-09-20T14:29:48.223Z] Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-09-20T14:29:48.223Z] Selecting previously unselected package xxd. [2019-09-20T14:29:48.223Z] Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-09-20T14:29:48.223Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:29:48.223Z] Selecting previously unselected package vim-common. [2019-09-20T14:29:48.223Z] Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-20T14:29:48.223Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:29:48.486Z] #58 126.5 CC criu/crtools.o [2019-09-20T14:29:48.591Z] Selecting previously unselected package bzip2. [2019-09-20T14:29:48.591Z] Preparing to unpack .../10-bzip2_1.0.6-8.1_s390x.deb ... [2019-09-20T14:29:48.591Z] Unpacking bzip2 (1.0.6-8.1) ... [2019-09-20T14:29:48.591Z] Selecting previously unselected package libgpm2:s390x. [2019-09-20T14:29:48.591Z] Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_s390x.deb ... [2019-09-20T14:29:48.591Z] Unpacking libgpm2:s390x (1.20.4-6.2+b1) ... [2019-09-20T14:29:48.591Z] Selecting previously unselected package xz-utils. [2019-09-20T14:29:48.591Z] Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_s390x.deb ... [2019-09-20T14:29:48.591Z] Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-09-20T14:29:48.591Z] Selecting previously unselected package aufs-tools. [2019-09-20T14:29:48.591Z] Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_s390x.deb ... [2019-09-20T14:29:48.591Z] Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-09-20T14:29:48.591Z] Selecting previously unselected package liblzo2-2:s390x. [2019-09-20T14:29:48.591Z] Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-09-20T14:29:48.591Z] Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-20T14:29:48.591Z] Selecting previously unselected package btrfs-progs. [2019-09-20T14:29:48.591Z] Preparing to unpack .../15-btrfs-progs_4.7.3-1_s390x.deb ... [2019-09-20T14:29:48.591Z] Unpacking btrfs-progs (4.7.3-1) ... [2019-09-20T14:29:48.591Z] Selecting previously unselected package btrfs-tools. [2019-09-20T14:29:48.591Z] Preparing to unpack .../16-btrfs-tools_4.7.3-1_s390x.deb ... [2019-09-20T14:29:48.591Z] Unpacking btrfs-tools (4.7.3-1) ... [2019-09-20T14:29:48.591Z] Selecting previously unselected package libdevmapper1.02.1:s390x. [2019-09-20T14:29:48.591Z] Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_s390x.deb ... [2019-09-20T14:29:48.591Z] Unpacking libdevmapper1.02.1:s390x (2:1.02.137-2) ... [2019-09-20T14:29:48.591Z] Selecting previously unselected package dmsetup. [2019-09-20T14:29:48.591Z] Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_s390x.deb ... [2019-09-20T14:29:48.591Z] Unpacking dmsetup (2:1.02.137-2) ... [2019-09-20T14:29:48.741Z] #58 127.1 CC criu/eventfd.o [2019-09-20T14:29:48.972Z] Selecting previously unselected package libonig4:s390x. [2019-09-20T14:29:48.972Z] Preparing to unpack .../19-libonig4_6.1.3-2_s390x.deb ... [2019-09-20T14:29:48.972Z] Unpacking libonig4:s390x (6.1.3-2) ... [2019-09-20T14:29:48.972Z] Selecting previously unselected package libjq1:s390x. [2019-09-20T14:29:48.972Z] Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_s390x.deb ... [2019-09-20T14:29:48.972Z] Unpacking libjq1:s390x (1.5+dfsg-1.3) ... [2019-09-20T14:29:48.972Z] Selecting previously unselected package jq. [2019-09-20T14:29:48.972Z] Preparing to unpack .../21-jq_1.5+dfsg-1.3_s390x.deb ... [2019-09-20T14:29:48.972Z] Unpacking jq (1.5+dfsg-1.3) ... [2019-09-20T14:29:48.972Z] Selecting previously unselected package libaio1:s390x. [2019-09-20T14:29:48.972Z] Preparing to unpack .../22-libaio1_0.3.110-3_s390x.deb ... [2019-09-20T14:29:48.972Z] Unpacking libaio1:s390x (0.3.110-3) ... [2019-09-20T14:29:48.972Z] Selecting previously unselected package libcap2-bin. [2019-09-20T14:29:48.972Z] Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_s390x.deb ... [2019-09-20T14:29:48.972Z] Unpacking libcap2-bin (1:2.25-1) ... [2019-09-20T14:29:48.972Z] Selecting previously unselected package libdevmapper-event1.02.1:s390x. [2019-09-20T14:29:48.972Z] Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_s390x.deb ... [2019-09-20T14:29:48.972Z] Unpacking libdevmapper-event1.02.1:s390x (2:1.02.137-2) ... [2019-09-20T14:29:48.972Z] Selecting previously unselected package libsepol1-dev:s390x. [2019-09-20T14:29:48.972Z] Preparing to unpack .../25-libsepol1-dev_2.6-2_s390x.deb ... [2019-09-20T14:29:48.972Z] Unpacking libsepol1-dev:s390x (2.6-2) ... [2019-09-20T14:29:48.972Z] Selecting previously unselected package libpcre16-3:s390x. [2019-09-20T14:29:48.972Z] Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_s390x.deb ... [2019-09-20T14:29:48.972Z] Unpacking libpcre16-3:s390x (2:8.39-3) ... [2019-09-20T14:29:48.972Z] Selecting previously unselected package libpcre32-3:s390x. [2019-09-20T14:29:48.972Z] Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_s390x.deb ... [2019-09-20T14:29:48.972Z] Unpacking libpcre32-3:s390x (2:8.39-3) ... [2019-09-20T14:29:48.997Z] #58 127.5 CC criu/eventpoll.o [2019-09-20T14:29:49.341Z] Selecting previously unselected package libpcre3-dev:s390x. [2019-09-20T14:29:49.341Z] Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_s390x.deb ... [2019-09-20T14:29:49.341Z] Unpacking libpcre3-dev:s390x (2:8.39-3) ... [2019-09-20T14:29:49.341Z] Selecting previously unselected package libselinux1-dev:s390x. [2019-09-20T14:29:49.341Z] Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_s390x.deb ... [2019-09-20T14:29:49.341Z] Unpacking libselinux1-dev:s390x (2.6-3+b3) ... [2019-09-20T14:29:49.341Z] Selecting previously unselected package libdevmapper-dev:s390x. [2019-09-20T14:29:49.341Z] Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_s390x.deb ... [2019-09-20T14:29:49.341Z] Unpacking libdevmapper-dev:s390x (2:1.02.137-2) ... [2019-09-20T14:29:49.341Z] Selecting previously unselected package libnl-3-200:s390x. [2019-09-20T14:29:49.341Z] Preparing to unpack .../31-libnl-3-200_3.2.27-2_s390x.deb ... [2019-09-20T14:29:49.341Z] Unpacking libnl-3-200:s390x (3.2.27-2) ... [2019-09-20T14:29:49.341Z] Selecting previously unselected package libprotobuf-c1:s390x. [2019-09-20T14:29:49.341Z] Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_s390x.deb ... [2019-09-20T14:29:49.341Z] Unpacking libprotobuf-c1:s390x (1.2.1-2) ... [2019-09-20T14:29:49.711Z] Selecting previously unselected package libreadline5:s390x. [2019-09-20T14:29:49.711Z] Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_s390x.deb ... [2019-09-20T14:29:49.711Z] Unpacking libreadline5:s390x (5.2+dfsg-3+b1) ... [2019-09-20T14:29:49.711Z] Selecting previously unselected package libsystemd-dev:s390x. [2019-09-20T14:29:49.711Z] Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_s390x.deb ... [2019-09-20T14:29:49.711Z] Unpacking libsystemd-dev:s390x (232-25+deb9u12) ... [2019-09-20T14:29:49.923Z] #58 ... [2019-09-20T14:29:49.923Z] [2019-09-20T14:29:49.923Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:29:49.923Z] #13 127.2 Setting up aufs-tools (1:4.1+20161219-1) ... [2019-09-20T14:29:49.923Z] #13 127.2 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-20T14:29:49.923Z] #13 127.2 Setting up libsepol1-dev:amd64 (2.6-2) ... [2019-09-20T14:29:49.923Z] #13 127.2 Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-20T14:29:49.923Z] #13 127.3 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... [2019-09-20T14:29:49.923Z] #13 127.3 Setting up libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-20T14:29:49.923Z] #13 127.3 Processing triggers for mime-support (3.60) ... [2019-09-20T14:29:50.100Z] Selecting previously unselected package net-tools. [2019-09-20T14:29:50.100Z] Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_s390x.deb ... [2019-09-20T14:29:50.100Z] Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-20T14:29:50.100Z] Selecting previously unselected package python-pip-whl. [2019-09-20T14:29:50.100Z] Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-09-20T14:29:50.100Z] Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-20T14:29:50.100Z] Selecting previously unselected package python3-pip. [2019-09-20T14:29:50.100Z] Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-09-20T14:29:50.100Z] Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-09-20T14:29:50.100Z] Selecting previously unselected package python3-pkg-resources. [2019-09-20T14:29:50.100Z] Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-09-20T14:29:50.100Z] Unpacking python3-pkg-resources (33.1.1-1) ... [2019-09-20T14:29:50.100Z] Selecting previously unselected package python3-setuptools. [2019-09-20T14:29:50.100Z] Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-09-20T14:29:50.100Z] Unpacking python3-setuptools (33.1.1-1) ... [2019-09-20T14:29:50.100Z] Selecting previously unselected package python3-wheel. [2019-09-20T14:29:50.100Z] Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-09-20T14:29:50.178Z] #13 127.3 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:29:50.178Z] #13 127.3 Setting up libgpm2:amd64 (1.20.4-6.2+b1) ... [2019-09-20T14:29:50.178Z] #13 127.4 Setting up libcap2-bin (1:2.25-1) ... [2019-09-20T14:29:50.178Z] #13 127.4 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-20T14:29:50.178Z] #13 127.4 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-20T14:29:50.178Z] #13 127.4 Setting up bash-completion (1:2.1-4.3) ... [2019-09-20T14:29:50.473Z] Unpacking python3-wheel (0.29.0-2) ... [2019-09-20T14:29:50.473Z] Selecting previously unselected package thin-provisioning-tools. [2019-09-20T14:29:50.473Z] Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_s390x.deb ... [2019-09-20T14:29:50.473Z] Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-20T14:29:50.473Z] Selecting previously unselected package vim-runtime. [2019-09-20T14:29:50.473Z] Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-20T14:29:50.473Z] Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' [2019-09-20T14:29:50.473Z] Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-09-20T14:29:50.473Z] Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:29:51.374Z] Selecting previously unselected package vim. [2019-09-20T14:29:51.374Z] Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-09-20T14:29:51.374Z] Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:29:51.374Z] Selecting previously unselected package xfsprogs. [2019-09-20T14:29:51.374Z] Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_s390x.deb ... [2019-09-20T14:29:51.374Z] Unpacking xfsprogs (4.9.0+nmu1) ... [2019-09-20T14:29:51.374Z] Selecting previously unselected package zip. [2019-09-20T14:29:51.374Z] Preparing to unpack .../45-zip_3.0-11+b1_s390x.deb ... [2019-09-20T14:29:51.374Z] Unpacking zip (3.0-11+b1) ... [2019-09-20T14:29:51.374Z] Selecting previously unselected package libapparmor-perl. [2019-09-20T14:29:51.374Z] Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_s390x.deb ... [2019-09-20T14:29:51.374Z] Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-20T14:29:51.738Z] Selecting previously unselected package apparmor. [2019-09-20T14:29:51.738Z] Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_s390x.deb ... [2019-09-20T14:29:51.738Z] Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-09-20T14:29:51.738Z] Selecting previously unselected package binutils-mingw-w64-i686. [2019-09-20T14:29:51.738Z] Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_s390x.deb ... [2019-09-20T14:29:51.738Z] Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-20T14:29:52.116Z] Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-09-20T14:29:52.116Z] Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_s390x.deb ... [2019-09-20T14:29:52.116Z] Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-20T14:29:52.478Z] Selecting previously unselected package binutils-mingw-w64. [2019-09-20T14:29:52.478Z] Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-09-20T14:29:52.478Z] Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-20T14:29:52.478Z] Selecting previously unselected package mingw-w64-common. [2019-09-20T14:29:52.478Z] Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-09-20T14:29:52.478Z] Unpacking mingw-w64-common (5.0.1-1) ... [2019-09-20T14:29:52.691Z] #13 129.8 Setting up libonig4:amd64 (6.1.3-2) ... [2019-09-20T14:29:52.691Z] #13 129.8 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... [2019-09-20T14:29:52.691Z] #13 129.8 Setting up zip (3.0-11+b1) ... [2019-09-20T14:29:52.691Z] #13 129.8 Setting up bzip2 (1.0.6-8.1) ... [2019-09-20T14:29:52.691Z] #13 129.8 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-20T14:29:52.691Z] #13 129.9 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... [2019-09-20T14:29:52.691Z] #13 129.9 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-20T14:29:52.691Z] #13 129.9 Setting up libaio1:amd64 (0.3.110-3) ... [2019-09-20T14:29:52.691Z] #13 129.9 Setting up libxtables12:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-20T14:29:52.691Z] #13 129.9 Setting up xz-utils (5.2.2-1.2+b1) ... [2019-09-20T14:29:52.691Z] #13 129.9 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-09-20T14:29:52.691Z] #13 129.9 Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-20T14:29:52.691Z] #13 129.9 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:29:52.691Z] #13 129.9 Setting up libpcrecpp0v5:amd64 (2:8.39-3) ... [2019-09-20T14:29:52.691Z] #13 130.0 Setting up libpcre32-3:amd64 (2:8.39-3) ... [2019-09-20T14:29:52.691Z] #13 130.0 Setting up libnfnetlink0:amd64 (1.0.1-3) ... [2019-09-20T14:29:52.691Z] #13 130.0 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:29:52.863Z] Selecting previously unselected package mingw-w64-x86-64-dev. [2019-09-20T14:29:52.863Z] Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-09-20T14:29:52.863Z] Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-20T14:29:53.202Z] #13 130.4 Setting up libsystemd-dev:amd64 (232-25+deb9u12) ... [2019-09-20T14:29:53.202Z] #13 130.4 Setting up libpcre16-3:amd64 (2:8.39-3) ... [2019-09-20T14:29:53.202Z] #13 130.5 Setting up libreadline5:amd64 (5.2+dfsg-3+b1) ... [2019-09-20T14:29:53.202Z] #13 130.5 Setting up libnl-3-200:amd64 (3.2.27-2) ... [2019-09-20T14:29:53.202Z] #13 130.5 Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-20T14:29:53.202Z] #13 130.5 Setting up libudev-dev:amd64 (232-25+deb9u12) ... [2019-09-20T14:29:53.202Z] #13 130.5 Setting up pigz (2.3.4-1) ... [2019-09-20T14:29:53.202Z] #13 130.5 Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-20T14:29:53.202Z] #13 130.6 Setting up libmpdec2:amd64 (2.4.2-1) ... [2019-09-20T14:29:53.202Z] #13 130.6 Setting up libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-20T14:29:53.202Z] #13 130.6 Setting up mingw-w64-common (5.0.1-1) ... [2019-09-20T14:29:53.202Z] #13 130.6 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-20T14:29:53.202Z] #13 130.6 Setting up jq (1.5+dfsg-1.3) ... [2019-09-20T14:29:53.202Z] #13 130.6 Setting up libpcre3-dev:amd64 (2:8.39-3) ... [2019-09-20T14:29:53.457Z] #13 130.6 Setting up libnetfilter-conntrack3:amd64 (1.0.6-2) ... [2019-09-20T14:29:53.457Z] #13 130.7 Setting up xfsprogs (4.9.0+nmu1) ... [2019-09-20T14:29:53.457Z] #13 130.7 Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:29:53.457Z] #13 130.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-09-20T14:29:53.457Z] #13 130.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-09-20T14:29:53.457Z] #13 130.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-09-20T14:29:53.457Z] #13 130.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-09-20T14:29:53.457Z] #13 130.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-09-20T14:29:53.457Z] #13 130.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-09-20T14:29:53.457Z] #13 130.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-09-20T14:29:53.457Z] #13 130.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-09-20T14:29:53.457Z] #13 130.7 Setting up libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... [2019-09-20T14:29:53.457Z] #13 130.7 Setting up libiptc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-20T14:29:53.457Z] #13 130.8 Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-20T14:29:53.457Z] #13 130.8 Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-09-20T14:29:53.457Z] #13 130.8 Setting up btrfs-progs (4.7.3-1) ... [2019-09-20T14:29:53.457Z] #13 130.8 Setting up libselinux1-dev:amd64 (2.6-3+b3) ... [2019-09-20T14:29:53.457Z] #13 130.8 Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-09-20T14:29:54.154Z] Selecting previously unselected package gcc-mingw-w64-base. [2019-09-20T14:29:54.154Z] Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_s390x.deb ... [2019-09-20T14:29:54.154Z] Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-20T14:29:54.154Z] Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-09-20T14:29:54.154Z] Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_s390x.deb ... [2019-09-20T14:29:54.154Z] Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-20T14:29:57.463Z] Selecting previously unselected package g++-mingw-w64-x86-64. [2019-09-20T14:29:57.463Z] Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_s390x.deb ... [2019-09-20T14:29:57.463Z] Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-20T14:29:58.738Z] #13 135.1 Setting up libpython3-stdlib:amd64 (3.5.3-1) ... [2019-09-20T14:29:58.739Z] #13 135.2 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-20T14:29:58.739Z] #13 135.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-09-20T14:29:58.739Z] #13 135.2 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-posix (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-09-20T14:29:58.739Z] #13 135.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-09-20T14:29:58.739Z] #13 135.2 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-win32 (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-09-20T14:29:58.739Z] #13 135.2 Setting up btrfs-tools (4.7.3-1) ... [2019-09-20T14:29:58.739Z] #13 135.2 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-20T14:29:58.739Z] #13 135.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-09-20T14:29:58.739Z] #13 135.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-09-20T14:29:58.739Z] #13 135.2 Setting up python3 (3.5.3-1) ... [2019-09-20T14:29:59.665Z] #13 136.8 Setting up apparmor (2.11.0-3+deb9u2) ... [2019-09-20T14:29:59.903Z] Setting up aufs-tools (1:4.1+20161219-1) ... [2019-09-20T14:29:59.903Z] Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-20T14:29:59.903Z] Setting up libsepol1-dev:s390x (2.6-2) ... [2019-09-20T14:29:59.903Z] Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-20T14:29:59.903Z] Setting up libnet1:s390x (1.1.6+dfsg-3) ... [2019-09-20T14:29:59.903Z] Setting up libip4tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-20T14:29:59.903Z] Processing triggers for mime-support (3.60) ... [2019-09-20T14:29:59.903Z] Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:29:59.903Z] Setting up libgpm2:s390x (1.20.4-6.2+b1) ... [2019-09-20T14:29:59.903Z] Setting up libcap2-bin (1:2.25-1) ... [2019-09-20T14:29:59.903Z] Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-20T14:29:59.903Z] Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-20T14:29:59.903Z] Setting up bash-completion (1:2.1-4.3) ... [2019-09-20T14:30:00.226Z] #13 ... [2019-09-20T14:30:00.226Z] [2019-09-20T14:30:00.226Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:30:00.226Z] #58 128.4 CC criu/external.o [2019-09-20T14:30:00.226Z] #58 128.8 CC criu/fault-injection.o [2019-09-20T14:30:00.226Z] #58 128.9 CC criu/fdstore.o [2019-09-20T14:30:00.226Z] #58 129.3 CC criu/fifo.o [2019-09-20T14:30:00.226Z] #58 129.7 CC criu/file-ids.o [2019-09-20T14:30:00.226Z] #58 130.1 CC criu/file-lock.o [2019-09-20T14:30:00.226Z] #58 130.9 CC criu/files-ext.o [2019-09-20T14:30:00.226Z] #58 131.2 CC criu/files-reg.o [2019-09-20T14:30:00.226Z] #58 133.3 CC criu/files.o [2019-09-20T14:30:00.226Z] #58 135.7 CC criu/filesystems.o [2019-09-20T14:30:00.226Z] #58 136.4 CC criu/fsnotify.o [2019-09-20T14:30:00.226Z] #58 137.6 CC criu/image-desc.o [2019-09-20T14:30:00.226Z] #58 137.7 CC criu/image.o [2019-09-20T14:30:00.486Z] #58 138.6 CC criu/ipc_ns.o [2019-09-20T14:30:00.691Z] Setting up libonig4:s390x (6.1.3-2) ... [2019-09-20T14:30:00.691Z] Setting up libprotobuf-c1:s390x (1.2.1-2) ... [2019-09-20T14:30:00.691Z] Setting up zip (3.0-11+b1) ... [2019-09-20T14:30:00.691Z] Setting up bzip2 (1.0.6-8.1) ... [2019-09-20T14:30:00.691Z] Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-20T14:30:00.691Z] Setting up libjq1:s390x (1.5+dfsg-1.3) ... [2019-09-20T14:30:00.691Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-20T14:30:00.691Z] Setting up libaio1:s390x (0.3.110-3) ... [2019-09-20T14:30:00.691Z] Setting up libxtables12:s390x (1.6.0+snapshot20161117-6) ... [2019-09-20T14:30:00.691Z] Setting up xz-utils (5.2.2-1.2+b1) ... [2019-09-20T14:30:00.691Z] update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-09-20T14:30:00.691Z] Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-20T14:30:00.691Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:30:00.691Z] Setting up libpcrecpp0v5:s390x (2:8.39-3) ... [2019-09-20T14:30:00.691Z] Setting up libpcre32-3:s390x (2:8.39-3) ... [2019-09-20T14:30:00.691Z] Setting up libnfnetlink0:s390x (1.0.1-3) ... [2019-09-20T14:30:00.691Z] Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:30:00.691Z] Setting up libsystemd-dev:s390x (232-25+deb9u12) ... [2019-09-20T14:30:00.691Z] Setting up libpcre16-3:s390x (2:8.39-3) ... [2019-09-20T14:30:00.691Z] Setting up libreadline5:s390x (5.2+dfsg-3+b1) ... [2019-09-20T14:30:00.691Z] Setting up libnl-3-200:s390x (3.2.27-2) ... [2019-09-20T14:30:00.691Z] Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-20T14:30:00.691Z] Setting up libudev-dev:s390x (232-25+deb9u12) ... [2019-09-20T14:30:00.691Z] Setting up pigz (2.3.4-1) ... [2019-09-20T14:30:00.691Z] Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-20T14:30:00.691Z] Setting up libmpdec2:s390x (2.4.2-1) ... [2019-09-20T14:30:00.691Z] Setting up libip6tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-20T14:30:00.691Z] Setting up mingw-w64-common (5.0.1-1) ... [2019-09-20T14:30:00.691Z] Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-20T14:30:00.691Z] Setting up jq (1.5+dfsg-1.3) ... [2019-09-20T14:30:00.691Z] Setting up libpcre3-dev:s390x (2:8.39-3) ... [2019-09-20T14:30:00.744Z] #58 ... [2019-09-20T14:30:00.744Z] [2019-09-20T14:30:00.744Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:30:00.744Z] #13 138.0 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-09-20T14:30:01.000Z] #13 138.2 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-09-20T14:30:01.000Z] #13 138.2 Setting up libdevmapper1.02.1:amd64 (2:1.02.137-2) ... [2019-09-20T14:30:01.000Z] #13 138.2 Setting up python3-wheel (0.29.0-2) ... [2019-09-20T14:30:01.082Z] Setting up libnetfilter-conntrack3:s390x (1.0.6-2) ... [2019-09-20T14:30:01.082Z] Setting up xfsprogs (4.9.0+nmu1) ... [2019-09-20T14:30:01.082Z] Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:30:01.082Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-09-20T14:30:01.082Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-09-20T14:30:01.082Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-09-20T14:30:01.082Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-09-20T14:30:01.082Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-09-20T14:30:01.082Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-09-20T14:30:01.082Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-09-20T14:30:01.082Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-09-20T14:30:01.082Z] Setting up libpython3.5-stdlib:s390x (3.5.3-1+deb9u1) ... [2019-09-20T14:30:01.082Z] Setting up libiptc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-20T14:30:01.082Z] Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-20T14:30:01.082Z] Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-09-20T14:30:01.082Z] Setting up btrfs-progs (4.7.3-1) ... [2019-09-20T14:30:01.082Z] Setting up libselinux1-dev:s390x (2.6-3+b3) ... [2019-09-20T14:30:01.082Z] Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-09-20T14:30:01.924Z] Setting up libpython3-stdlib:s390x (3.5.3-1) ... [2019-09-20T14:30:01.924Z] Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-20T14:30:01.924Z] update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-09-20T14:30:01.924Z] update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-posix (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-09-20T14:30:01.924Z] update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-09-20T14:30:01.924Z] update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-win32 (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-09-20T14:30:01.924Z] Setting up btrfs-tools (4.7.3-1) ... [2019-09-20T14:30:01.924Z] Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-20T14:30:01.924Z] update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-09-20T14:30:01.924Z] update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-09-20T14:30:01.924Z] Setting up python3 (3.5.3-1) ... [2019-09-20T14:30:01.926Z] #13 139.2 Setting up python3-pkg-resources (33.1.1-1) ... [2019-09-20T14:30:02.322Z] Setting up apparmor (2.11.0-3+deb9u2) ... [2019-09-20T14:30:02.852Z] #13 140.3 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... [2019-09-20T14:30:02.959Z] INFO [loader] Go packages loading at mode load types and syntax took 25.558426623s [2019-09-20T14:30:03.115Z] update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-09-20T14:30:03.115Z] diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-09-20T14:30:03.115Z] Setting up libdevmapper1.02.1:s390x (2:1.02.137-2) ... [2019-09-20T14:30:03.115Z] Setting up python3-wheel (0.29.0-2) ... [2019-09-20T14:30:03.413Z] #13 140.5 Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-09-20T14:30:03.476Z] Setting up python3-pkg-resources (33.1.1-1) ... [2019-09-20T14:30:03.845Z] Setting up libdevmapper-event1.02.1:s390x (2:1.02.137-2) ... [2019-09-20T14:30:03.845Z] Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-09-20T14:30:03.845Z] Setting up dmsetup (2:1.02.137-2) ... [2019-09-20T14:30:03.845Z] Setting up python3-setuptools (33.1.1-1) ... [2019-09-20T14:30:04.214Z] Setting up dh-python (2.20170125) ... [2019-09-20T14:30:04.214Z] Setting up libdevmapper-dev:s390x (2:1.02.137-2) ... [2019-09-20T14:30:04.214Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-20T14:30:04.339Z] #13 141.6 Setting up dmsetup (2:1.02.137-2) ... [2019-09-20T14:30:04.339Z] #13 141.6 Setting up python3-setuptools (33.1.1-1) ... [2019-09-20T14:30:05.707Z] #13 143.0 Setting up dh-python (2.20170125) ... [2019-09-20T14:30:06.634Z] #13 143.9 Setting up libdevmapper-dev:amd64 (2:1.02.137-2) ... [2019-09-20T14:30:06.634Z] #13 ... [2019-09-20T14:30:06.634Z] [2019-09-20T14:30:06.634Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-20T14:30:06.634Z] #42 164.7 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-09-20T14:30:06.634Z] #42 166.9 + mkdir -p /build [2019-09-20T14:30:06.634Z] #42 166.9 + cp runc /build/runc [2019-09-20T14:30:06.634Z] #42 DONE 167.9s [2019-09-20T14:30:06.634Z] [2019-09-20T14:30:06.634Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:30:06.634Z] #13 144.0 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-20T14:30:06.634Z] #13 ... [2019-09-20T14:30:06.634Z] [2019-09-20T14:30:06.634Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:30:06.634Z] #58 139.9 CC criu/irmap.o [2019-09-20T14:30:06.634Z] #58 140.6 CC criu/kcmp-ids.o [2019-09-20T14:30:06.634Z] #58 140.9 CC criu/kerndat.o [2019-09-20T14:30:06.634Z] #58 142.1 CC criu/libnetlink.o [2019-09-20T14:30:06.634Z] #58 142.5 CC criu/log.o [2019-09-20T14:30:06.634Z] #58 143.1 CC criu/lsm.o [2019-09-20T14:30:06.634Z] #58 143.4 CC criu/mem.o [2019-09-20T14:30:06.634Z] #58 145.0 CC criu/mount.o [2019-09-20T14:30:07.148Z] INFO [loader] SSA repr building timing: packages building 284.768832ms, total 4.942196905s [2019-09-20T14:30:07.560Z] #58 ... [2019-09-20T14:30:07.560Z] [2019-09-20T14:30:07.560Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-20T14:30:07.560Z] #13 DONE 144.5s [2019-09-20T14:30:07.560Z] [2019-09-20T14:30:07.560Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-09-20T14:30:09.317Z] Removing intermediate container 43803d738e2e [2019-09-20T14:30:09.317Z] ---> 7d7e7ac6934e [2019-09-20T14:30:09.317Z] Step 104/126 : RUN pip3 install yamllint==1.16.0 [2019-09-20T14:30:09.317Z] ---> Running in d03ff629ab1e [2019-09-20T14:30:10.103Z] Collecting yamllint==1.16.0 [2019-09-20T14:30:10.490Z] Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-09-20T14:30:10.490Z] Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-09-20T14:30:10.490Z] Downloading https://files.pythonhosted.org/packages/84/2a/bfee636b1e2f7d6e30dd74f49201ccfa5c3cf322d44929ecc6c137c486c5/pathspec-0.5.9.tar.gz [2019-09-20T14:30:10.860Z] Collecting pyyaml (from yamllint==1.16.0) [2019-09-20T14:30:10.860Z] Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-09-20T14:30:11.261Z] Building wheels for collected packages: pathspec, pyyaml [2019-09-20T14:30:11.261Z] Running setup.py bdist_wheel for pathspec: started [2019-09-20T14:30:11.533Z] 🇩 bin/containerd-stress [2019-09-20T14:30:11.533Z] 🇩 bin/containerd-shim [2019-09-20T14:30:11.635Z] Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-09-20T14:30:11.635Z] Stored in directory: /root/.cache/pip/wheels/45/cb/7e/ce6e6062c69446e39e328170524ca8213498bc66a74c6a210b [2019-09-20T14:30:11.635Z] Running setup.py bdist_wheel for pyyaml: started [2019-09-20T14:30:12.026Z] Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-09-20T14:30:12.026Z] Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-09-20T14:30:12.026Z] Successfully built pathspec pyyaml [2019-09-20T14:30:12.026Z] Installing collected packages: pathspec, pyyaml, yamllint [2019-09-20T14:30:12.026Z] Successfully installed pathspec-0.5.9 pyyaml-5.1.2 yamllint-1.16.0 [2019-09-20T14:30:12.813Z] Removing intermediate container d03ff629ab1e [2019-09-20T14:30:12.813Z] ---> d238b26bef5d [2019-09-20T14:30:12.813Z] Step 105/126 : COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-09-20T14:30:13.337Z] ---> c82d59277411 [2019-09-20T14:30:13.337Z] Step 106/126 : COPY --from=frozen-images /build/ /docker-frozen-images [2019-09-20T14:30:14.175Z] #14 ... [2019-09-20T14:30:14.175Z] [2019-09-20T14:30:14.175Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:30:14.175Z] #58 148.8 CC criu/namespaces.o [2019-09-20T14:30:14.175Z] #58 150.6 CC criu/net.o [2019-09-20T14:30:14.769Z] #58 153.2 CC criu/netfilter.o [2019-09-20T14:30:15.347Z] #58 153.5 CC criu/page-pipe.o [2019-09-20T14:30:15.613Z] #58 154.1 CC criu/page-xfer.o [2019-09-20T14:30:15.885Z] ---> d9f6d4d1ee57 [2019-09-20T14:30:15.885Z] Step 107/126 : COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-09-20T14:30:16.145Z] Client: [2019-09-20T14:30:16.145Z] Debug Mode: false [2019-09-20T14:30:16.145Z] Plugins: [2019-09-20T14:30:16.145Z] cluster: Manage Docker clusters (Docker Inc., v1.1.0-8c33de7) [2019-09-20T14:30:16.145Z] [2019-09-20T14:30:16.145Z] Server: [2019-09-20T14:30:16.145Z] Containers: 0 [2019-09-20T14:30:16.145Z] Running: 0 [2019-09-20T14:30:16.145Z] Paused: 0 [2019-09-20T14:30:16.145Z] Stopped: 0 [2019-09-20T14:30:16.145Z] Images: 0 [2019-09-20T14:30:16.145Z] Server Version: 19.03.2 [2019-09-20T14:30:16.145Z] Storage Driver: windowsfilter (windows) lcow (linux) [2019-09-20T14:30:16.145Z] Windows: [2019-09-20T14:30:16.145Z] LCOW: [2019-09-20T14:30:16.145Z] Logging Driver: json-file [2019-09-20T14:30:16.145Z] Plugins: [2019-09-20T14:30:16.145Z] Volume: local [2019-09-20T14:30:16.145Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2019-09-20T14:30:16.145Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-09-20T14:30:16.145Z] Swarm: inactive [2019-09-20T14:30:16.145Z] Default Isolation: process [2019-09-20T14:30:16.145Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-09-20T14:30:16.145Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-09-20T14:30:16.145Z] OSType: windows [2019-09-20T14:30:16.145Z] Architecture: x86_64 [2019-09-20T14:30:16.145Z] CPUs: 4 [2019-09-20T14:30:16.145Z] Total Memory: 32GiB [2019-09-20T14:30:16.145Z] Name: azwin-2-f26c80 [2019-09-20T14:30:16.145Z] ID: IC67:CPLY:EIK5:CT5D:QZ5Y:TFZJ:TENS:TGFH:O2CW:TVBL:R7LO:BNSW [2019-09-20T14:30:16.145Z] Docker Root Dir: D:\docker [2019-09-20T14:30:16.145Z] Debug Mode: false [2019-09-20T14:30:16.145Z] Registry: https://index.docker.io/v1/ [2019-09-20T14:30:16.145Z] Labels: [2019-09-20T14:30:16.145Z] Experimental: true [2019-09-20T14:30:16.145Z] Insecure Registries: [2019-09-20T14:30:16.145Z] 10.0.0.4:5000 [2019-09-20T14:30:16.145Z] 127.0.0.0/8 [2019-09-20T14:30:16.145Z] Registry Mirrors: [2019-09-20T14:30:16.145Z] http://10.0.0.4:5000/ [2019-09-20T14:30:16.145Z] Live Restore Enabled: false [2019-09-20T14:30:16.145Z] [2019-09-20T14:30:16.254Z] ---> 414826cf1863 [2019-09-20T14:30:16.254Z] Step 108/126 : COPY --from=gotestsum /build/ /usr/local/bin/ [2019-09-20T14:30:16.254Z] ---> 62f3b808c5b3 [2019-09-20T14:30:16.254Z] Step 109/126 : COPY --from=tomlv /build/ /usr/local/bin/ [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2019-09-20T14:30:16.615Z] ---> d1b081daefd6 [2019-09-20T14:30:16.615Z] Step 110/126 : COPY --from=vndr /build/ /usr/local/bin/ [2019-09-20T14:30:16.976Z] #58 155.1 CC criu/pagemap-cache.o [2019-09-20T14:30:16.976Z] #58 155.4 CC criu/pagemap.o [2019-09-20T14:30:16.982Z] ---> ee035c892427 [2019-09-20T14:30:16.982Z] Step 111/126 : COPY --from=tini /build/ /usr/local/bin/ [2019-09-20T14:30:17.349Z] ---> 4aa50e64ab86 [2019-09-20T14:30:17.349Z] Step 112/126 : COPY --from=runc /build/ /usr/local/bin/ [2019-09-20T14:30:17.349Z] ---> 783d854a5601 [2019-09-20T14:30:17.349Z] Step 113/126 : COPY --from=containerd /build/ /usr/local/bin/ [2019-09-20T14:30:17.900Z] #58 156.0 CC criu/parasite-syscall.o [2019-09-20T14:30:18.167Z] ---> 971f4e597a51 [2019-09-20T14:30:18.168Z] Step 114/126 : COPY --from=proxy /build/ /usr/local/bin/ [2019-09-20T14:30:18.463Z] #58 156.8 CC criu/path.o [2019-09-20T14:30:18.588Z] ---> b67f4ddc30fe [2019-09-20T14:30:18.588Z] Step 115/126 : COPY --from=dockercli /build/ /usr/local/cli [2019-09-20T14:30:18.718Z] #58 157.0 CC criu/pie-util-vdso-elf32.o [2019-09-20T14:30:19.014Z] ---> acf4d6f5c5d5 [2019-09-20T14:30:19.014Z] Step 116/126 : COPY --from=registry /build/registry* /usr/local/bin/ [2019-09-20T14:30:19.279Z] #58 157.4 CC criu/pie-util-vdso.o [2019-09-20T14:30:19.534Z] #58 157.7 CC criu/pie-util.o [2019-09-20T14:30:19.534Z] #58 157.9 CC criu/pipes.o [2019-09-20T14:30:19.798Z] ---> 246bf1809c86 [2019-09-20T14:30:19.798Z] Step 117/126 : COPY --from=criu /build/ /usr/local/ [2019-09-20T14:30:19.959Z] 🇩 bin/containerd-shim-runc-v1 [2019-09-20T14:30:20.095Z] #58 158.4 CC criu/plugin.o [2019-09-20T14:30:20.171Z] ---> d719466c6b5c [2019-09-20T14:30:20.171Z] Step 118/126 : COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-09-20T14:30:20.351Z] #58 158.8 CC criu/proc_parse.o [2019-09-20T14:30:20.534Z] ---> 0cc0fe0842c5 [2019-09-20T14:30:20.534Z] Step 119/126 : COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e /vpnkit /usr/local/bin/vpnkit.x86_64 [2019-09-20T14:30:20.920Z] sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e: Pulling from djs55/vpnkit [2019-09-20T14:30:20.920Z] bad55c542dc9: Pulling fs layer [2019-09-20T14:30:20.920Z] bad55c542dc9: Download complete [2019-09-20T14:30:21.283Z] bad55c542dc9: Pull complete [2019-09-20T14:30:21.283Z] Digest: sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2019-09-20T14:30:21.283Z] Status: Downloaded newer image for djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2019-09-20T14:30:21.651Z] ---> 338c5df4a779 [2019-09-20T14:30:21.651Z] Step 120/126 : ENV PATH=/usr/local/cli:$PATH [2019-09-20T14:30:22.017Z] ---> Running in f7a859360e21 [2019-09-20T14:30:22.017Z] Removing intermediate container f7a859360e21 [2019-09-20T14:30:22.017Z] ---> bc5e8803047b [2019-09-20T14:30:22.017Z] Step 121/126 : ENV DOCKER_BUILDTAGS apparmor seccomp selinux [2019-09-20T14:30:22.017Z] ---> Running in 767b547aba08 [2019-09-20T14:30:22.237Z] #58 ... [2019-09-20T14:30:22.237Z] [2019-09-20T14:30:22.237Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-20T14:30:22.237Z] #55 226.8 + dpkg --print-architecture [2019-09-20T14:30:22.237Z] #55 226.8 + cd /tmp/tmp.FzWB887hLp/src/github.com/docker/distribution [2019-09-20T14:30:22.237Z] #55 226.8 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-20T14:30:22.412Z] Removing intermediate container 767b547aba08 [2019-09-20T14:30:22.412Z] ---> df87acda903d [2019-09-20T14:30:22.412Z] Step 122/126 : WORKDIR /go/src/github.com/docker/docker [2019-09-20T14:30:22.412Z] ---> Running in 870e24bb2b27 [2019-09-20T14:30:22.412Z] Removing intermediate container 870e24bb2b27 [2019-09-20T14:30:22.412Z] ---> 5082b2491277 [2019-09-20T14:30:22.412Z] Step 123/126 : VOLUME /var/lib/docker [2019-09-20T14:30:22.493Z] #55 227.1 + GOPATH=/tmp/tmp.FzWB887hLp/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.FzWB887hLp [2019-09-20T14:30:22.493Z] #55 227.1 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-09-20T14:30:22.866Z] ---> Running in e56c67b71006 [2019-09-20T14:30:22.866Z] Removing intermediate container e56c67b71006 [2019-09-20T14:30:22.866Z] ---> 28674da1641e [2019-09-20T14:30:22.866Z] Step 124/126 : ENTRYPOINT ["hack/dind"] [2019-09-20T14:30:22.866Z] ---> Running in 48833c7d7eb4 [2019-09-20T14:30:22.866Z] Removing intermediate container 48833c7d7eb4 [2019-09-20T14:30:22.866Z] ---> 01e8e39322bd [2019-09-20T14:30:22.866Z] Step 125/126 : FROM dev AS final [2019-09-20T14:30:22.866Z] ---> 01e8e39322bd [2019-09-20T14:30:22.866Z] Step 126/126 : COPY . /go/src/github.com/docker/docker [2019-09-20T14:30:23.856Z] #55 ... [2019-09-20T14:30:23.856Z] [2019-09-20T14:30:23.856Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-09-20T14:30:23.856Z] #14 6.277 Collecting yamllint==1.16.0 [2019-09-20T14:30:23.856Z] #14 12.99 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-09-20T14:30:23.856Z] #14 13.30 Collecting pyyaml (from yamllint==1.16.0) [2019-09-20T14:30:23.856Z] #14 14.53 Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-09-20T14:30:23.856Z] #14 16.43 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-09-20T14:30:23.856Z] #14 ... [2019-09-20T14:30:23.856Z] [2019-09-20T14:30:23.856Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:30:23.856Z] #58 161.2 CC criu/protobuf-desc.o [2019-09-20T14:30:23.856Z] #58 162.1 CC criu/protobuf.o [2019-09-20T14:30:24.112Z] #58 162.5 CC criu/pstree.o [2019-09-20T14:30:24.357Z] 🇩 binaries [2019-09-20T14:30:24.357Z] + mkdir -p /build [2019-09-20T14:30:24.357Z] + cp bin/containerd /build/containerd [2019-09-20T14:30:24.357Z] + cp bin/containerd-shim /build/containerd-shim [2019-09-20T14:30:24.357Z] + cp bin/ctr /build/ctr [2019-09-20T14:30:25.146Z] #58 163.4 CC criu/rbtree.o [2019-09-20T14:30:25.398Z] ---> 5bcc9835bd91 [2019-09-20T14:30:25.398Z] Successfully built 5bcc9835bd91 [2019-09-20T14:30:25.398Z] Successfully tagged docker:04d9e157b2b09401ae3e9e00e143606218910580 [2019-09-20T14:30:25.402Z] #58 163.8 CC criu/rst-malloc.o [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-09-20T14:30:25.963Z] #58 164.1 CC criu/seccomp.o [2019-09-20T14:30:26.248Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-39943/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr14 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=04d9e157b2b09401ae3e9e00e143606218910580 -e DOCKER_GRAPHDRIVER docker:04d9e157b2b09401ae3e9e00e143606218910580 hack/test/unit [2019-09-20T14:30:26.523Z] #58 164.7 CC criu/seize.o [2019-09-20T14:30:27.084Z] #58 165.5 CC criu/servicefd.o [2019-09-20T14:30:27.645Z] #58 165.9 CC criu/shmem.o [2019-09-20T14:30:28.615Z] #58 166.8 CC criu/sigframe.o [2019-09-20T14:30:28.615Z] #58 167.0 CC criu/signalfd.o [2019-09-20T14:30:28.897Z] ? github.com/docker/docker/api [no test files] [2019-09-20T14:30:29.177Z] #58 167.3 CC criu/sk-inet.o [2019-09-20T14:30:29.185Z] DEBUG: print all environment variables to check how Jenkins runs this script [2019-09-20T14:30:29.185Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-de90f996\powershellScript.ps1'; exit $LASTEXITCODE; [2019-09-20T14:30:29.185Z] ---------------------------------------------------------------------------- [2019-09-20T14:30:29.185Z] [2019-09-20T14:30:29.185Z] INFO: executeCI.ps1 starting at Fri Sep 20 14:30:28 CUT 2019 [2019-09-20T14:30:29.185Z] [2019-09-20T14:30:29.185Z] INFO: Script version 05-Feb-2019 09:03 PDT [2019-09-20T14:30:29.185Z] INFO: Running git version 2.23.0.windows.1 [2019-09-20T14:30:29.185Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2019-09-20T14:30:29.185Z] INFO: Environment variables: [2019-09-20T14:30:29.185Z] [2019-09-20T14:30:29.185Z] Name Value [2019-09-20T14:30:29.185Z] ---- ----- [2019-09-20T14:30:29.185Z] ALLUSERSPROFILE C:\ProgramData [2019-09-20T14:30:29.185Z] amd64 true [2019-09-20T14:30:29.185Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2019-09-20T14:30:29.185Z] APT_MIRROR cdn-fastly.deb.debian.org [2019-09-20T14:30:29.185Z] BRANCH_NAME PR-39943 [2019-09-20T14:30:29.185Z] BUILD_DISPLAY_NAME #14 [2019-09-20T14:30:29.185Z] BUILD_ID 14 [2019-09-20T14:30:29.185Z] BUILD_NUMBER 14 [2019-09-20T14:30:29.185Z] BUILD_TAG jenkins-moby-PR-39943-14 [2019-09-20T14:30:29.185Z] BUILD_URL https://ci.docker.com/public/job/moby/job/PR-39943/14/ [2019-09-20T14:30:29.185Z] CHANGE_AUTHOR SamWhited [2019-09-20T14:30:29.185Z] CHANGE_AUTHOR_DISPLAY_NAME Sam Whited [2019-09-20T14:30:29.185Z] CHANGE_AUTHOR_EMAIL sam@samwhited.com [2019-09-20T14:30:29.185Z] CHANGE_BRANCH no_testingt_daemon [2019-09-20T14:30:29.185Z] CHANGE_FORK SamWhited [2019-09-20T14:30:29.185Z] CHANGE_ID 39943 [2019-09-20T14:30:29.185Z] CHANGE_TARGET master [2019-09-20T14:30:29.185Z] CHANGE_TITLE testutil/daemon: add NewDaemon without testingT [2019-09-20T14:30:29.185Z] CHANGE_URL https://github.com/moby/moby/pull/39943 [2019-09-20T14:30:29.185Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-20T14:30:29.185Z] CommonProgramFiles C:\Program Files\Common Files [2019-09-20T14:30:29.185Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2019-09-20T14:30:29.185Z] CommonProgramW6432 C:\Program Files\Common Files [2019-09-20T14:30:29.185Z] COMPUTERNAME azwin-2-f26c80 [2019-09-20T14:30:29.185Z] ComSpec C:\windows\system32\cmd.exe [2019-09-20T14:30:29.186Z] ConfigSequenceNumber 0 [2019-09-20T14:30:29.186Z] DOCKER_BUILDKIT 0 [2019-09-20T14:30:29.186Z] DOCKER_DUT_DEBUG 1 [2019-09-20T14:30:29.186Z] DOCKER_EXPERIMENTAL 1 [2019-09-20T14:30:29.186Z] DOCKER_GRAPHDRIVER overlay2 [2019-09-20T14:30:29.186Z] DriverData C:\Windows\System32\Drivers\DriverData [2019-09-20T14:30:29.186Z] EXECUTOR_NUMBER 0 [2019-09-20T14:30:29.186Z] FQDN azwin-2-f26c80.westus.cloudapp.azure.com [2019-09-20T14:30:29.186Z] GIT_BRANCH PR-39943 [2019-09-20T14:30:29.186Z] GIT_COMMIT 04d9e157b2b09401ae3e9e00e143606218910580 [2019-09-20T14:30:29.186Z] GIT_PREVIOUS_COMMIT 999eb0b32e2032c8c7c46b8758c8860510ed56bc [2019-09-20T14:30:29.186Z] GIT_URL https://github.com/moby/moby.git [2019-09-20T14:30:29.186Z] HUDSON_COOKIE 70a450f1-9f1b-4d10-88e5-8bc26b68b15c [2019-09-20T14:30:29.186Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2019-09-20T14:30:29.186Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2019-09-20T14:30:29.186Z] HUDSON_URL https://ci.docker.com/public/ [2019-09-20T14:30:29.186Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.222-2.b10.ojdkbuild.windows.x86_64 [2019-09-20T14:30:29.186Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2019-09-20T14:30:29.186Z] JENKINS_NODE_COOKIE 31361db1-1bd5-4485-9f0f-001a44506e06 [2019-09-20T14:30:29.186Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2019-09-20T14:30:29.186Z] JENKINS_URL https://ci.docker.com/public/ [2019-09-20T14:30:29.186Z] JOB_BASE_NAME PR-39943 [2019-09-20T14:30:29.186Z] JOB_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-39943/display/redirect [2019-09-20T14:30:29.186Z] JOB_NAME moby/PR-39943 [2019-09-20T14:30:29.186Z] JOB_URL https://ci.docker.com/public/job/moby/job/PR-39943/ [2019-09-20T14:30:29.186Z] library.jps.version master [2019-09-20T14:30:29.186Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2019-09-20T14:30:29.186Z] NODE_LABELS amd64 azure azwin-2-f26c80 azwin-2019 docker west-us windows windows-2019 x86_64 [2019-09-20T14:30:29.186Z] NODE_NAME azwin-2-f26c80 [2019-09-20T14:30:29.186Z] NUMBER_OF_PROCESSORS 4 [2019-09-20T14:30:29.186Z] OS Windows_NT [2019-09-20T14:30:29.186Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2019-09-20T14:30:29.186Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2019-09-20T14:30:29.186Z] ppc64le true [2019-09-20T14:30:29.186Z] PROCESSOR_ARCHITECTURE AMD64 [2019-09-20T14:30:29.186Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2019-09-20T14:30:29.187Z] PROCESSOR_LEVEL 6 [2019-09-20T14:30:29.187Z] PROCESSOR_REVISION 4f01 [2019-09-20T14:30:29.187Z] ProgramData C:\ProgramData [2019-09-20T14:30:29.187Z] ProgramFiles C:\Program Files [2019-09-20T14:30:29.187Z] ProgramFiles(x86) C:\Program Files (x86) [2019-09-20T14:30:29.187Z] ProgramW6432 C:\Program Files [2019-09-20T14:30:29.187Z] PROMPT $P$G [2019-09-20T14:30:29.187Z] PSExecutionPolicyPreference Bypass [2019-09-20T14:30:29.187Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2019-09-20T14:30:29.187Z] PUBLIC C:\Users\Public [2019-09-20T14:30:29.187Z] RUN_CHANGES_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-39943/14/display/redirect?page=changes [2019-09-20T14:30:29.187Z] RUN_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-39943/14/display/redirect [2019-09-20T14:30:29.187Z] s390x true [2019-09-20T14:30:29.187Z] skip_dco false [2019-09-20T14:30:29.187Z] SKIP_VALIDATION_TESTS 1 [2019-09-20T14:30:29.187Z] SOURCES_DRIVE d [2019-09-20T14:30:29.187Z] SOURCES_SUBDIR gopath [2019-09-20T14:30:29.187Z] STAGE_NAME Run tests [2019-09-20T14:30:29.187Z] SystemDrive C: [2019-09-20T14:30:29.187Z] SystemRoot C:\windows [2019-09-20T14:30:29.187Z] TEMP C:\windows\TEMP [2019-09-20T14:30:29.187Z] TESTDEBUG 0 [2019-09-20T14:30:29.187Z] TESTRUN_DRIVE d [2019-09-20T14:30:29.187Z] TESTRUN_SUBDIR CI-14 [2019-09-20T14:30:29.187Z] TIMEOUT 120m [2019-09-20T14:30:29.187Z] TMP C:\windows\TEMP [2019-09-20T14:30:29.187Z] unit_validate true [2019-09-20T14:30:29.187Z] USERDOMAIN WORKGROUP [2019-09-20T14:30:29.187Z] USERNAME azwin-2-f26c80$ [2019-09-20T14:30:29.187Z] USERPROFILE C:\windows\system32\config\systemprofile [2019-09-20T14:30:29.187Z] windir C:\windows [2019-09-20T14:30:29.187Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2019-09-20T14:30:29.187Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2019-09-20T14:30:29.187Z] windowsRS1 false [2019-09-20T14:30:29.187Z] windowsRS5 true [2019-09-20T14:30:29.187Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2019-09-20T14:30:29.187Z] [2019-09-20T14:30:29.187Z] [2019-09-20T14:30:29.187Z] [2019-09-20T14:30:29.433Z] #58 ... [2019-09-20T14:30:29.433Z] [2019-09-20T14:30:29.433Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-09-20T14:30:29.433Z] #14 17.55 Downloading https://files.pythonhosted.org/packages/84/2a/bfee636b1e2f7d6e30dd74f49201ccfa5c3cf322d44929ecc6c137c486c5/pathspec-0.5.9.tar.gz [2019-09-20T14:30:29.433Z] #14 18.72 Building wheels for collected packages: pyyaml, pathspec [2019-09-20T14:30:29.433Z] #14 18.72 Running setup.py bdist_wheel for pyyaml: started [2019-09-20T14:30:29.433Z] #14 20.04 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-09-20T14:30:29.433Z] #14 20.05 Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-09-20T14:30:29.433Z] #14 20.13 Running setup.py bdist_wheel for pathspec: started [2019-09-20T14:30:29.433Z] #14 21.25 Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-09-20T14:30:29.433Z] #14 21.25 Stored in directory: /root/.cache/pip/wheels/45/cb/7e/ce6e6062c69446e39e328170524ca8213498bc66a74c6a210b [2019-09-20T14:30:29.433Z] #14 21.27 Successfully built pyyaml pathspec [2019-09-20T14:30:29.433Z] #14 21.28 Installing collected packages: pyyaml, pathspec, yamllint [2019-09-20T14:30:29.433Z] #14 21.71 Successfully installed pathspec-0.5.9 pyyaml-5.1.2 yamllint-1.16.0 [2019-09-20T14:30:29.433Z] #14 DONE 22.3s [2019-09-20T14:30:29.692Z] [2019-09-20T14:30:29.692Z] #16 [dev 9/24] COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-09-20T14:30:29.692Z] #16 DONE 0.2s [2019-09-20T14:30:29.692Z] [2019-09-20T14:30:29.692Z] #21 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-09-20T14:30:29.852Z] Removing intermediate container 8a1841a4020c [2019-09-20T14:30:29.852Z] ---> 754cb74b84ce [2019-09-20T14:30:29.852Z] Step 57/126 : FROM dev-base AS proxy [2019-09-20T14:30:29.852Z] ---> 4039e85f295c [2019-09-20T14:30:29.852Z] Step 58/126 : ENV INSTALL_BINARY_NAME=proxy [2019-09-20T14:30:29.852Z] ---> Running in ddc9c26552d8 [2019-09-20T14:30:30.135Z] Removing intermediate container ddc9c26552d8 [2019-09-20T14:30:30.135Z] ---> 64a572ebc15f [2019-09-20T14:30:30.135Z] Step 59/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-20T14:30:30.135Z] ---> 696720baa744 [2019-09-20T14:30:30.135Z] Step 60/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-20T14:30:30.152Z] INFO: Sources under d:\gopath\... [2019-09-20T14:30:30.152Z] INFO: Test run under d:\CI-14\... [2019-09-20T14:30:30.152Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2019-09-20T14:30:30.152Z] INFO: docker/docker repository was found [2019-09-20T14:30:30.418Z] ---> ff7a2425fb73 [2019-09-20T14:30:30.418Z] Step 61/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-20T14:30:30.418Z] ---> Running in fb4be7b89d28 [2019-09-20T14:30:30.610Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2019-09-20T14:30:30.701Z] + RM_GOPATH=0 [2019-09-20T14:30:30.701Z] + TMP_GOPATH= [2019-09-20T14:30:30.701Z] + : /build [2019-09-20T14:30:30.701Z] + '[' -z '' ']' [2019-09-20T14:30:30.701Z] ++ mktemp -d [2019-09-20T14:30:30.701Z] + export GOPATH=/tmp/tmp.PhJM608tDM [2019-09-20T14:30:30.701Z] + GOPATH=/tmp/tmp.PhJM608tDM [2019-09-20T14:30:30.701Z] + RM_GOPATH=1 [2019-09-20T14:30:30.701Z] ++ dirname ./install.sh [2019-09-20T14:30:30.701Z] + dir=. [2019-09-20T14:30:30.701Z] + bin=proxy [2019-09-20T14:30:30.701Z] + shift [2019-09-20T14:30:30.701Z] + '[' '!' -f ./proxy.installer ']' [2019-09-20T14:30:30.701Z] + . ./proxy.installer [2019-09-20T14:30:30.701Z] ++ LIBNETWORK_COMMIT=92d1fbe1eb0883cf11d283cea8e658275146411d [2019-09-20T14:30:30.701Z] + install_proxy [2019-09-20T14:30:30.701Z] + case "$1" in [2019-09-20T14:30:30.701Z] + export CGO_ENABLED=0 [2019-09-20T14:30:30.701Z] + CGO_ENABLED=0 [2019-09-20T14:30:30.701Z] + _install_proxy [2019-09-20T14:30:30.701Z] + echo 'Install docker-proxy version 92d1fbe1eb0883cf11d283cea8e658275146411d' [2019-09-20T14:30:30.701Z] + git clone https://github.com/docker/libnetwork.git /tmp/tmp.PhJM608tDM/src/github.com/docker/libnetwork [2019-09-20T14:30:30.701Z] Install docker-proxy version 92d1fbe1eb0883cf11d283cea8e658275146411d [2019-09-20T14:30:30.701Z] Cloning into '/tmp/tmp.PhJM608tDM/src/github.com/docker/libnetwork'... [2019-09-20T14:30:31.056Z] #21 DONE 1.2s [2019-09-20T14:30:31.056Z] [2019-09-20T14:30:31.056Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:30:31.056Z] #58 168.4 CC criu/sk-netlink.o [2019-09-20T14:30:31.056Z] #58 168.9 CC criu/sk-packet.o [2019-09-20T14:30:31.056Z] #58 169.4 CC criu/sk-queue.o [2019-09-20T14:30:31.575Z] ltsc2019: Pulling from windows/servercore [2019-09-20T14:30:31.616Z] #58 169.9 CC criu/sk-tcp.o [2019-09-20T14:30:31.873Z] #58 170.3 CC criu/sk-unix.o [2019-09-20T14:30:32.033Z] 65014b3c3121: Pulling fs layer [2019-09-20T14:30:32.033Z] 2945147eda09: Pulling fs layer [2019-09-20T14:30:33.761Z] #58 171.8 CC criu/sockets.o [2019-09-20T14:30:34.165Z] + cd /tmp/tmp.PhJM608tDM/src/github.com/docker/libnetwork [2019-09-20T14:30:34.165Z] + git checkout -q 92d1fbe1eb0883cf11d283cea8e658275146411d [2019-09-20T14:30:34.165Z] + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-09-20T14:30:34.322Z] #58 172.6 CC criu/stats.o [2019-09-20T14:30:34.578Z] #58 172.9 CC criu/string.o [2019-09-20T14:30:34.834Z] #58 173.0 CC criu/sysctl.o [2019-09-20T14:30:35.396Z] #58 173.7 CC criu/sysfs_parse.o [2019-09-20T14:30:35.957Z] #58 174.1 CC criu/timerfd.o [2019-09-20T14:30:36.212Z] #58 174.5 CC criu/tty.o [2019-09-20T14:30:37.633Z] Removing intermediate container fb4be7b89d28 [2019-09-20T14:30:37.633Z] ---> b017e088cbcd [2019-09-20T14:30:37.633Z] Step 62/126 : FROM base AS golangci_lint [2019-09-20T14:30:37.633Z] ---> 4039e85f295c [2019-09-20T14:30:37.633Z] Step 63/126 : ENV INSTALL_BINARY_NAME=golangci_lint [2019-09-20T14:30:37.633Z] ---> Running in af1d3157e720 [2019-09-20T14:30:37.633Z] Removing intermediate container af1d3157e720 [2019-09-20T14:30:37.633Z] ---> aab512a3f551 [2019-09-20T14:30:37.633Z] Step 64/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-20T14:30:37.919Z] ---> 90deac277a08 [2019-09-20T14:30:37.919Z] Step 65/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-20T14:30:37.919Z] ---> 77ddfa62bfa8 [2019-09-20T14:30:37.919Z] Step 66/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-20T14:30:37.919Z] ---> Running in aaae311f713b [2019-09-20T14:30:38.105Z] #58 176.1 CC criu/tun.o [2019-09-20T14:30:38.361Z] #58 176.6 CC criu/uffd.o [2019-09-20T14:30:38.535Z] + RM_GOPATH=0 [2019-09-20T14:30:38.535Z] + TMP_GOPATH= [2019-09-20T14:30:38.535Z] + : /build [2019-09-20T14:30:38.535Z] + '[' -z '' ']' [2019-09-20T14:30:38.535Z] ++ mktemp -d [2019-09-20T14:30:38.535Z] + export GOPATH=/tmp/tmp.JsiJcsA1dF [2019-09-20T14:30:38.535Z] + GOPATH=/tmp/tmp.JsiJcsA1dF [2019-09-20T14:30:38.535Z] + RM_GOPATH=1 [2019-09-20T14:30:38.535Z] ++ dirname ./install.sh [2019-09-20T14:30:38.535Z] + dir=. [2019-09-20T14:30:38.535Z] + bin=golangci_lint [2019-09-20T14:30:38.535Z] + shift [2019-09-20T14:30:38.535Z] + '[' '!' -f ./golangci_lint.installer ']' [2019-09-20T14:30:38.535Z] + . ./golangci_lint.installer [2019-09-20T14:30:38.535Z] ++ : v1.17.1 [2019-09-20T14:30:38.535Z] + install_golangci_lint [2019-09-20T14:30:38.535Z] + echo 'Installing golangci-lint version v1.17.1' [2019-09-20T14:30:38.535Z] + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2019-09-20T14:30:38.535Z] Installing golangci-lint version v1.17.1 [2019-09-20T14:30:39.287Z] #58 177.6 CC criu/util.o [2019-09-20T14:30:40.436Z] ok github.com/docker/docker/api/server 0.013s coverage: 9.0% of statements [2019-09-20T14:30:40.618Z] 2945147eda09: Verifying Checksum [2019-09-20T14:30:40.618Z] 2945147eda09: Download complete [2019-09-20T14:30:40.656Z] #58 178.9 CC criu/uts_ns.o [2019-09-20T14:30:40.912Z] #58 179.1 CC criu/vdso-compat.o [2019-09-20T14:30:41.168Z] #58 179.4 CC criu/vdso.o [2019-09-20T14:30:41.219Z] + cd /tmp/tmp.JsiJcsA1dF/src/github.com/golangci/golangci-lint/ [2019-09-20T14:30:41.219Z] + git checkout -q v1.17.1 [2019-09-20T14:30:41.219Z] + go build -buildmode=pie -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2019-09-20T14:30:42.095Z] #58 180.2 LINK criu/built-in.o [2019-09-20T14:30:42.095Z] #58 180.3 LINK criu/criu [2019-09-20T14:30:42.351Z] #58 180.7 DEP lib/c/criu.d [2019-09-20T14:30:42.606Z] #58 180.8 CC images/rpc.pb-c.o [2019-09-20T14:30:43.167Z] #58 181.3 CC lib/c/criu.o [2019-09-20T14:30:44.093Z] #58 182.3 LINK lib/c/built-in.o [2019-09-20T14:30:44.093Z] #58 182.3 LINK lib/c/libcriu.so [2019-09-20T14:30:44.093Z] #58 182.5 GEN magic.py [2019-09-20T14:30:44.093Z] #58 182.6 Note: Building without setproctitle() and strlcpy() support. [2019-09-20T14:30:44.093Z] #58 182.6 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-20T14:30:44.349Z] #58 ... [2019-09-20T14:30:44.349Z] [2019-09-20T14:30:44.349Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-20T14:30:44.349Z] #55 249.1 + rm -rf /tmp/tmp.FzWB887hLp/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.FzWB887hLp [2019-09-20T14:30:44.911Z] #55 DONE 249.6s [2019-09-20T14:30:44.911Z] [2019-09-20T14:30:44.911Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-20T14:30:45.167Z] #58 183.5 fatal: Not a git repository (or any of the parent directories): .git [2019-09-20T14:30:46.530Z] #58 184.7 make[1]: Nothing to be done for 'all'. [2019-09-20T14:30:46.786Z] #58 185.2 make[1]: 'images/built-in.o' is up to date. [2019-09-20T14:30:46.786Z] #58 185.2 make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-09-20T14:30:46.786Z] #58 185.2 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-09-20T14:30:47.041Z] #58 185.3 make[1]: 'compel/libcompel.a' is up to date. [2019-09-20T14:30:47.041Z] #58 185.3 make[1]: 'compel/compel-host-bin' is up to date. [2019-09-20T14:30:47.041Z] #58 185.3 make[1]: Nothing to be done for 'all'. [2019-09-20T14:30:47.041Z] #58 185.3 make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-20T14:30:47.041Z] #58 185.5 make[2]: Nothing to be done for 'all'. [2019-09-20T14:30:47.041Z] #58 185.5 make[2]: Nothing to be done for 'all'. [2019-09-20T14:30:47.041Z] #58 185.5 make[2]: Nothing to be done for 'all'. [2019-09-20T14:30:47.297Z] #58 185.6 make[2]: Nothing to be done for 'all'. [2019-09-20T14:30:47.297Z] #58 185.7 make[2]: Nothing to be done for 'all'. [2019-09-20T14:30:47.297Z] #58 185.7 make[2]: Nothing to be done for 'all'. [2019-09-20T14:30:47.297Z] #58 185.7 make[2]: Nothing to be done for 'all'. [2019-09-20T14:30:47.297Z] #58 185.8 make[2]: Nothing to be done for 'all'. [2019-09-20T14:30:47.553Z] #58 185.8 INSTALL criu/criu [2019-09-20T14:30:47.808Z] #58 DONE 185.9s [2019-09-20T14:30:47.808Z] [2019-09-20T14:30:47.808Z] #24 [golangci_lint 3/3] RUN PREFIX=/build ./install.sh golangci_lint [2019-09-20T14:30:49.224Z] 65014b3c3121: Verifying Checksum [2019-09-20T14:30:49.224Z] 65014b3c3121: Download complete [2019-09-20T14:31:05.847Z] #24 ... [2019-09-20T14:31:05.847Z] [2019-09-20T14:31:05.847Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-20T14:31:05.847Z] #47 224.0 🇩 bin/containerd [2019-09-20T14:31:05.847Z] #47 ... [2019-09-20T14:31:05.847Z] [2019-09-20T14:31:05.847Z] #24 [golangci_lint 3/3] RUN PREFIX=/build ./install.sh golangci_lint [2019-09-20T14:31:05.847Z] #24 DONE 268.0s [2019-09-20T14:31:05.847Z] [2019-09-20T14:31:05.847Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-20T14:31:05.847Z] #47 ... [2019-09-20T14:31:05.847Z] [2019-09-20T14:31:05.847Z] #25 [dev 11/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-09-20T14:31:05.847Z] #25 DONE 0.2s [2019-09-20T14:31:05.847Z] [2019-09-20T14:31:05.847Z] #28 [dev 12/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-09-20T14:31:05.848Z] #28 DONE 0.1s [2019-09-20T14:31:05.848Z] [2019-09-20T14:31:05.848Z] #31 [dev 13/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-09-20T14:31:05.848Z] #31 DONE 0.1s [2019-09-20T14:31:05.848Z] [2019-09-20T14:31:05.848Z] #34 [dev 14/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-09-20T14:31:05.848Z] #34 DONE 0.1s [2019-09-20T14:31:05.848Z] [2019-09-20T14:31:05.848Z] #39 [dev 15/24] COPY --from=tini /build/ /usr/local/bin/ [2019-09-20T14:31:05.848Z] #39 DONE 0.1s [2019-09-20T14:31:05.848Z] [2019-09-20T14:31:05.848Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-20T14:31:05.848Z] #47 ... [2019-09-20T14:31:05.848Z] [2019-09-20T14:31:05.848Z] #43 [dev 16/24] COPY --from=runc /build/ /usr/local/bin/ [2019-09-20T14:31:05.848Z] #43 DONE 0.1s [2019-09-20T14:31:05.848Z] [2019-09-20T14:31:05.848Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-20T14:31:27.725Z] #47 246.5 🇩 bin/containerd-stress [2019-09-20T14:31:27.725Z] #47 247.9 🇩 bin/containerd-shim [2019-09-20T14:31:28.596Z] WARN [runner/golint] Golint: can't lint 4 files: no file name for file &{Doc: Package:21092039 Name:quota Decls:[0xc00dac4a40 0xc00dac4ac0 0xc00dac4b40 0xc00dac4bc0 0xc024b3a270 0xc024b3a3c0] Scope:scope 0xc01d2cc3c0 { [2019-09-20T14:31:28.596Z] var ErrQuotaNotSupported [2019-09-20T14:31:28.596Z] type errQuotaNotSupported [2019-09-20T14:31:28.596Z] } [2019-09-20T14:31:28.596Z] Imports:[0xc024b3a0f0] Unresolved:[errdefs nil string] Comments:[0xc024b42020 0xc024b421a0]} [2019-09-20T14:31:34.300Z] #47 253.8 🇩 bin/containerd-shim-runc-v1 [2019-09-20T14:31:35.661Z] #47 256.3 🇩 binaries [2019-09-20T14:31:35.916Z] #47 256.3 + mkdir -p /build [2019-09-20T14:31:35.916Z] #47 256.3 + cp bin/containerd /build/containerd [2019-09-20T14:31:35.916Z] #47 256.4 + cp bin/containerd-shim /build/containerd-shim [2019-09-20T14:31:35.916Z] #47 256.4 + cp bin/ctr /build/ctr [2019-09-20T14:31:36.476Z] #47 DONE 256.9s [2019-09-20T14:31:37.399Z] [2019-09-20T14:31:37.399Z] #48 [dev 17/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-09-20T14:31:37.399Z] #48 DONE 0.2s [2019-09-20T14:31:37.653Z] [2019-09-20T14:31:37.653Z] #51 [dev 18/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-09-20T14:31:37.653Z] #51 DONE 0.1s [2019-09-20T14:31:37.653Z] [2019-09-20T14:31:37.653Z] #54 [dev 19/24] COPY --from=dockercli /build/ /usr/local/cli [2019-09-20T14:31:37.653Z] #54 DONE 0.1s [2019-09-20T14:31:37.653Z] [2019-09-20T14:31:37.653Z] #56 [dev 20/24] COPY --from=registry /build/registry* /usr/local/bin/ [2019-09-20T14:31:37.908Z] #56 DONE 0.2s [2019-09-20T14:31:37.908Z] [2019-09-20T14:31:37.908Z] #59 [dev 21/24] COPY --from=criu /build/ /usr/local/ [2019-09-20T14:31:37.908Z] #59 DONE 0.1s [2019-09-20T14:31:37.908Z] [2019-09-20T14:31:37.908Z] #63 [dev 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-09-20T14:31:37.908Z] #63 DONE 0.1s [2019-09-20T14:31:38.175Z] [2019-09-20T14:31:38.175Z] #65 [dev 23/24] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397... [2019-09-20T14:31:38.175Z] #65 DONE 0.2s [2019-09-20T14:31:38.175Z] [2019-09-20T14:31:38.175Z] #66 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-09-20T14:31:38.175Z] #66 DONE 0.0s [2019-09-20T14:31:38.175Z] [2019-09-20T14:31:38.175Z] #67 [final 1/1] COPY . /go/src/github.com/docker/docker [2019-09-20T14:31:39.531Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-09-20T14:31:39.531Z] ok github.com/docker/docker/api/server/httputils 0.013s coverage: 14.7% of statements [2019-09-20T14:31:39.531Z] ok github.com/docker/docker/api/server/middleware 0.003s coverage: 37.7% of statements [2019-09-20T14:31:39.531Z] ? github.com/docker/docker/api/server/router [no test files] [2019-09-20T14:31:39.531Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-09-20T14:31:39.531Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-09-20T14:31:39.531Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-09-20T14:31:39.531Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-09-20T14:31:39.531Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-09-20T14:31:39.531Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-09-20T14:31:39.531Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-09-20T14:31:39.531Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-09-20T14:31:39.531Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-09-20T14:31:39.531Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-09-20T14:31:39.531Z] ok github.com/docker/docker/api/server/router/swarm 0.006s coverage: 4.0% of statements [2019-09-20T14:31:39.531Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-09-20T14:31:39.531Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-09-20T14:31:39.531Z] ? github.com/docker/docker/api/types [no test files] [2019-09-20T14:31:39.531Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-09-20T14:31:39.531Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-09-20T14:31:39.531Z] ? github.com/docker/docker/api/types/container [no test files] [2019-09-20T14:31:39.531Z] ? github.com/docker/docker/api/types/events [no test files] [2019-09-20T14:31:39.531Z] ok github.com/docker/docker/api/types/strslice 0.001s coverage: 90.0% of statements [2019-09-20T14:31:39.531Z] ok github.com/docker/docker/api/types/filters 0.002s coverage: 95.2% of statements [2019-09-20T14:31:39.531Z] ? github.com/docker/docker/api/types/image [no test files] [2019-09-20T14:31:39.531Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-09-20T14:31:39.531Z] ? github.com/docker/docker/api/types/network [no test files] [2019-09-20T14:31:39.531Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-09-20T14:31:39.531Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-09-20T14:31:39.531Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-09-20T14:31:39.531Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-09-20T14:31:39.531Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2019-09-20T14:31:39.531Z] ok github.com/docker/docker/api/types/versions 0.001s coverage: 75.0% of statements [2019-09-20T14:31:39.531Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-09-20T14:31:39.531Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-09-20T14:31:39.531Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-09-20T14:31:39.531Z] ? github.com/docker/docker/builder [no test files] [2019-09-20T14:31:39.531Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-09-20T14:31:39.531Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-09-20T14:31:39.531Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-09-20T14:31:39.531Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-09-20T14:31:39.531Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-09-20T14:31:39.531Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-09-20T14:31:39.531Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-09-20T14:31:39.531Z] ok github.com/docker/docker/builder/dockerignore 0.001s coverage: 96.8% of statements [2019-09-20T14:31:39.531Z] ok github.com/docker/docker/builder/fscache 0.111s coverage: 69.2% of statements [2019-09-20T14:31:39.531Z] ok github.com/docker/docker/builder/dockerfile 0.913s coverage: 45.1% of statements [2019-09-20T14:31:40.076Z] #67 DONE 1.5s [2019-09-20T14:31:40.076Z] [2019-09-20T14:31:40.076Z] #68 exporting to image [2019-09-20T14:31:40.076Z] #68 exporting layers [2019-09-20T14:31:40.485Z] ok github.com/docker/docker/builder/remotecontext 0.468s coverage: 13.6% of statements [2019-09-20T14:31:40.868Z] ok github.com/docker/docker/builder/remotecontext/git 0.969s coverage: 85.1% of statements [2019-09-20T14:31:40.868Z] ? github.com/docker/docker/cli [no test files] [2019-09-20T14:31:40.868Z] ? github.com/docker/docker/cli/config [no test files] [2019-09-20T14:31:41.250Z] ok github.com/docker/docker/cli/debug 0.019s coverage: 100.0% of statements [2019-09-20T14:31:45.436Z] ok github.com/docker/docker/client 0.186s coverage: 75.8% of statements [2019-09-20T14:31:46.645Z] #68 exporting layers 6.1s done [2019-09-20T14:31:46.645Z] #68 writing image sha256:afb63ed14a6b5d0055930653112cd2d64eb68efedffa0f0fe11dcccef12b6a61 done [2019-09-20T14:31:46.645Z] #68 naming to docker.io/library/docker:04d9e157b2b09401ae3e9e00e143606218910580 done [2019-09-20T14:31:46.645Z] #68 DONE 6.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2019-09-20T14:31:48.163Z] [2019-09-20T14:31:48.418Z] Removing bundles/ [2019-09-20T14:31:48.419Z] [2019-09-20T14:31:48.419Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2019-09-20T14:31:48.419Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-09-20T14:31:48.419Z] GOOS="" GOARCH="" GOARM="" [2019-09-20T14:31:49.503Z] Removing intermediate container aaae311f713b [2019-09-20T14:31:49.504Z] ---> e34c02399b49 [2019-09-20T14:31:49.504Z] Step 67/126 : FROM base AS gotestsum [2019-09-20T14:31:49.504Z] ---> 4039e85f295c [2019-09-20T14:31:49.504Z] Step 68/126 : ENV INSTALL_BINARY_NAME=gotestsum [2019-09-20T14:31:49.504Z] ---> Running in bacc74f54e22 [2019-09-20T14:31:49.504Z] Removing intermediate container bacc74f54e22 [2019-09-20T14:31:49.504Z] ---> 925fa57b8711 [2019-09-20T14:31:49.504Z] Step 69/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-20T14:31:49.504Z] ---> d23b3bf35d44 [2019-09-20T14:31:49.504Z] Step 70/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-20T14:31:49.504Z] ---> df7e975b86a1 [2019-09-20T14:31:49.504Z] Step 71/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-20T14:31:49.504Z] ---> Running in 9f319d5c699c [2019-09-20T14:31:49.504Z] + RM_GOPATH=0 [2019-09-20T14:31:49.504Z] + TMP_GOPATH= [2019-09-20T14:31:49.504Z] + : /build [2019-09-20T14:31:49.504Z] + '[' -z '' ']' [2019-09-20T14:31:49.504Z] ++ mktemp -d [2019-09-20T14:31:49.504Z] + export GOPATH=/tmp/tmp.DPWzvcykkI [2019-09-20T14:31:49.504Z] + GOPATH=/tmp/tmp.DPWzvcykkI [2019-09-20T14:31:49.504Z] + RM_GOPATH=1 [2019-09-20T14:31:49.504Z] ++ dirname ./install.sh [2019-09-20T14:31:49.504Z] + dir=. [2019-09-20T14:31:49.504Z] + bin=gotestsum [2019-09-20T14:31:49.504Z] + shift [2019-09-20T14:31:49.504Z] + '[' '!' -f ./gotestsum.installer ']' [2019-09-20T14:31:49.504Z] + . ./gotestsum.installer [2019-09-20T14:31:49.504Z] ++ GOTESTSUM_COMMIT=v0.3.5 [2019-09-20T14:31:49.504Z] + install_gotestsum [2019-09-20T14:31:49.504Z] + echo 'Installing gotestsum version v0.3.5' [2019-09-20T14:31:49.504Z] + go get -d gotest.tools/gotestsum [2019-09-20T14:31:49.504Z] Installing gotestsum version v0.3.5 [2019-09-20T14:31:50.512Z] INFO [runner] worker.2 took 1m40.902173927s with stages: golint: 1m17.871036405s, gosec: 12.387134751s, gofmt: 4.289318881s, ineffassign: 2.686463306s, misspell: 2.368772081s, varcheck: 548.451632ms, deadcode: 359.636855ms, unconvert: 219.975042ms, structcheck: 171.312567ms, typecheck: 7.911µs [2019-09-20T14:31:50.512Z] INFO [runner] worker.1 took 1m43.124760708s with stages: megacheck: 48.073342184s, govet: 27.884592082s, goimports: 27.16680513s [2019-09-20T14:31:50.512Z] INFO [runner] Workers idle times: #2: 2.213848412s [2019-09-20T14:31:50.512Z] INFO [runner] Issues before processing: 1980, after processing: 0 [2019-09-20T14:31:50.512Z] INFO [runner] processing took 641.367642ms with stages: exclude: 204.160624ms, autogenerated_exclude: 159.10602ms, identifier_marker: 152.149077ms, nolint: 71.318516ms, skip_dirs: 42.569456ms, path_prettifier: 7.096109ms, cgo: 2.054863ms, exclude-rules: 1.702197ms, filename_unadjuster: 1.165661ms, skip_files: 17.51µs, diff: 8.922µs, max_same_issues: 3.61µs, uniq_by_line: 3.551µs, source_code: 3.509µs, max_per_file_from_linter: 2.96µs, max_from_linter: 2.561µs, path_shortener: 2.496µs [2019-09-20T14:31:50.512Z] INFO File cache stats: 1436 entries of total size 6.8MiB [2019-09-20T14:31:50.512Z] INFO Memory: 174 samples, avg is 1365.4MB, max is 5584.4MB [2019-09-20T14:31:50.512Z] INFO Execution took 2m13.823332449s [2019-09-20T14:31:50.512Z] Congratulations! "./pkg/..." is safely isolated from internal code. [2019-09-20T14:31:50.512Z] No api/types/ or api/swagger.yaml changes in diff. [2019-09-20T14:31:50.512Z] Congratulations! All toml source files changed here have valid syntax. [2019-09-20T14:31:50.512Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2019-09-20T14:31:50.512Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2019-09-20T14:31:50.516Z] + cd /tmp/tmp.DPWzvcykkI/src/gotest.tools/gotestsum [2019-09-20T14:31:50.516Z] + git checkout -q v0.3.5 [2019-09-20T14:31:50.516Z] + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2019-09-20T14:31:51.776Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39943/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr14 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=04d9e157b2b09401ae3e9e00e143606218910580 -e DOCKER_GRAPHDRIVER docker:04d9e157b2b09401ae3e9e00e143606218910580 hack/make.sh dynbinary-daemon test-docker-py [2019-09-20T14:31:52.342Z] [2019-09-20T14:31:52.599Z] Removing bundles/ [2019-09-20T14:31:52.599Z] [2019-09-20T14:31:52.599Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2019-09-20T14:31:52.599Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-09-20T14:31:52.599Z] GOOS="" GOARCH="" GOARM="" [2019-09-20T14:32:12.892Z] Removing intermediate container 9f319d5c699c [2019-09-20T14:32:12.892Z] ---> e4f7a5ee4666 [2019-09-20T14:32:12.892Z] Step 72/126 : FROM dev-base AS dockercli [2019-09-20T14:32:12.892Z] ---> 4039e85f295c [2019-09-20T14:32:12.892Z] Step 73/126 : ENV INSTALL_BINARY_NAME=dockercli [2019-09-20T14:32:12.892Z] ---> Running in 9e47207df117 [2019-09-20T14:32:12.892Z] Removing intermediate container 9e47207df117 [2019-09-20T14:32:12.892Z] ---> 6118b2d9a764 [2019-09-20T14:32:12.892Z] Step 74/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-20T14:32:12.892Z] ---> 02dbac6d6f33 [2019-09-20T14:32:12.892Z] Step 75/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-20T14:32:12.892Z] ---> 800add0534b5 [2019-09-20T14:32:12.892Z] Step 76/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-20T14:32:12.892Z] ---> Running in 0a2079e39207 [2019-09-20T14:32:12.892Z] + RM_GOPATH=0 [2019-09-20T14:32:12.892Z] + TMP_GOPATH= [2019-09-20T14:32:12.892Z] + : /build [2019-09-20T14:32:12.892Z] + '[' -z '' ']' [2019-09-20T14:32:12.892Z] ++ mktemp -d [2019-09-20T14:32:12.892Z] + export GOPATH=/tmp/tmp.0u0S70qnoc [2019-09-20T14:32:12.892Z] + GOPATH=/tmp/tmp.0u0S70qnoc [2019-09-20T14:32:12.892Z] + RM_GOPATH=1 [2019-09-20T14:32:12.892Z] ++ dirname ./install.sh [2019-09-20T14:32:12.892Z] + dir=. [2019-09-20T14:32:12.892Z] + bin=dockercli [2019-09-20T14:32:12.892Z] + shift [2019-09-20T14:32:12.892Z] + '[' '!' -f ./dockercli.installer ']' [2019-09-20T14:32:12.892Z] + . ./dockercli.installer [2019-09-20T14:32:12.892Z] ++ DOCKERCLI_CHANNEL=stable [2019-09-20T14:32:12.892Z] ++ DOCKERCLI_VERSION=17.06.2-ce [2019-09-20T14:32:12.892Z] + install_dockercli [2019-09-20T14:32:12.892Z] Install docker/cli version 17.06.2-ce from stable [2019-09-20T14:32:12.892Z] + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-09-20T14:32:12.892Z] ++ uname -m [2019-09-20T14:32:12.892Z] + arch=ppc64le [2019-09-20T14:32:12.892Z] + '[' ppc64le '!=' x86_64 ']' [2019-09-20T14:32:12.892Z] + '[' ppc64le '!=' s390x ']' [2019-09-20T14:32:12.892Z] + '[' ppc64le '!=' armhf ']' [2019-09-20T14:32:12.892Z] + build_dockercli [2019-09-20T14:32:12.892Z] + git clone https://github.com/docker/docker-ce /tmp/tmp.0u0S70qnoc/tmp/docker-ce [2019-09-20T14:32:12.892Z] Cloning into '/tmp/tmp.0u0S70qnoc/tmp/docker-ce'... [2019-09-20T14:32:14.523Z] ok github.com/docker/docker/cmd/dockerd 0.077s coverage: 29.9% of statements [2019-09-20T14:32:14.523Z] ok github.com/docker/docker/container 0.110s coverage: 35.3% of statements [2019-09-20T14:32:14.523Z] ? github.com/docker/docker/container/stream [no test files] [2019-09-20T14:32:14.523Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-09-20T14:32:14.523Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-09-20T14:32:14.523Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-09-20T14:32:22.582Z] ok github.com/docker/docker/daemon/cluster 0.028s coverage: 0.5% of statements [2019-09-20T14:32:24.443Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2019-09-20T14:32:25.731Z] ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.8% of statements [2019-09-20T14:32:33.602Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.427s coverage: 13.6% of statements [2019-09-20T14:32:34.940Z] ok github.com/docker/docker/daemon 12.300s coverage: 17.6% of statements [2019-09-20T14:32:34.940Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-09-20T14:32:34.940Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-09-20T14:32:35.338Z] ok github.com/docker/docker/daemon/config 0.048s coverage: 84.2% of statements [2019-09-20T14:32:36.438Z] ok github.com/docker/docker/daemon/discovery 0.033s coverage: 30.0% of statements [2019-09-20T14:32:36.866Z] ok github.com/docker/docker/daemon/events 0.075s coverage: 50.0% of statements [2019-09-20T14:32:36.866Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-09-20T14:32:36.866Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-09-20T14:32:38.188Z] ok github.com/docker/docker/daemon/graphdriver 0.014s coverage: 2.2% of statements [2019-09-20T14:32:39.880Z] + cd /tmp/tmp.0u0S70qnoc/tmp/docker-ce [2019-09-20T14:32:39.880Z] + git checkout -q v17.06.2-ce [2019-09-20T14:32:39.880Z] + mkdir -p /tmp/tmp.0u0S70qnoc/src/github.com/docker [2019-09-20T14:32:39.880Z] + mv components/cli /tmp/tmp.0u0S70qnoc/src/github.com/docker/cli [2019-09-20T14:32:39.880Z] + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2019-09-20T14:32:40.711Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.004s coverage: 2.9% of statements [2019-09-20T14:32:41.316Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.238s coverage: 57.9% of statements [2019-09-20T14:32:47.928Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.717s coverage: 45.9% of statements [2019-09-20T14:32:50.546Z] ok github.com/docker/docker/daemon/graphdriver/aufs 11.721s coverage: 72.5% of statements [2019-09-20T14:32:50.546Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-09-20T14:32:51.352Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.068s coverage: 50.8% of statements [2019-09-20T14:32:53.160Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.617s coverage: 76.1% of statements [2019-09-20T14:32:54.463Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.005s coverage: 58.0% of statements [2019-09-20T14:32:55.331Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.006s coverage: 3.0% of statements [2019-09-20T14:32:57.929Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.832s coverage: 57.0% of statements [2019-09-20T14:32:57.929Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-09-20T14:32:57.929Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-09-20T14:32:57.929Z] ok github.com/docker/docker/daemon/images 0.009s coverage: 4.9% of statements [2019-09-20T14:32:57.929Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-09-20T14:32:58.305Z] ok github.com/docker/docker/daemon/links 0.013s coverage: 93.0% of statements [2019-09-20T14:32:58.305Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-09-20T14:32:59.622Z] ok github.com/docker/docker/daemon/logger 0.212s coverage: 42.7% of statements [2019-09-20T14:33:00.465Z] ok github.com/docker/docker/daemon/logger/awslogs 0.116s coverage: 77.8% of statements [2019-09-20T14:33:00.465Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-09-20T14:33:00.465Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-09-20T14:33:00.873Z] 65014b3c3121: Pull complete [2019-09-20T14:33:01.393Z] ok github.com/docker/docker/daemon/logger/gelf 0.003s coverage: 68.2% of statements [2019-09-20T14:33:02.211Z] ok github.com/docker/docker/daemon/logger/journald 0.028s coverage: 26.2% of statements [2019-09-20T14:33:02.659Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.029s coverage: 62.1% of statements [2019-09-20T14:33:03.135Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.004s coverage: 88.3% of statements [2019-09-20T14:33:03.951Z] ok github.com/docker/docker/daemon/logger/local 0.011s coverage: 74.7% of statements [2019-09-20T14:33:03.951Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-09-20T14:33:04.824Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.023s coverage: 18.6% of statements [2019-09-20T14:33:06.307Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 47.8% of statements [2019-09-20T14:33:06.691Z] ok github.com/docker/docker/daemon/logger/templates 0.001s coverage: 8.3% of statements [2019-09-20T14:33:07.519Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2019-09-20T14:33:07.519Z] ok github.com/docker/docker/daemon/logger/splunk 1.785s coverage: 84.5% of statements [2019-09-20T14:33:07.519Z] ? github.com/docker/docker/daemon/names [no test files] [2019-09-20T14:33:07.519Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-09-20T14:33:09.425Z] ok github.com/docker/docker/distribution/metadata 0.051s coverage: 48.2% of statements [2019-09-20T14:33:09.769Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-09-20T14:33:09.769Z] [2019-09-20T14:33:09.769Z] [2019-09-20T14:33:09.769Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2019-09-20T14:33:09.769Z] [2019-09-20T14:33:09.769Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-09-20T14:33:09.769Z] [2019-09-20T14:33:09.769Z] No new tests added to integration. [2019-09-20T14:33:09.769Z] [2019-09-20T14:33:09.769Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-09-20T14:33:09.769Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-09-20T14:33:09.769Z] PKG_CONFIG=pkg-config [2019-09-20T14:33:09.769Z] GOLANG_VERSION=1.13 [2019-09-20T14:33:09.769Z] HOSTNAME=9dea7c510cb0 [2019-09-20T14:33:09.769Z] KEEPBUNDLE=1 [2019-09-20T14:33:09.769Z] container=docker [2019-09-20T14:33:09.769Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-09-20T14:33:09.769Z] GO111MODULE=off [2019-09-20T14:33:09.769Z] GOPATH=/go [2019-09-20T14:33:09.769Z] PWD=/go/src/github.com/docker/docker [2019-09-20T14:33:09.769Z] HOME=/root [2019-09-20T14:33:09.769Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-20T14:33:09.769Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-20T14:33:09.769Z] DOCKER_GITCOMMIT=04d9e157b2b09401ae3e9e00e143606218910580 [2019-09-20T14:33:09.769Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-20T14:33:09.769Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-20T14:33:09.769Z] TERM=xterm [2019-09-20T14:33:09.769Z] DEST=bundles/test-integration [2019-09-20T14:33:09.769Z] SHLVL=1 [2019-09-20T14:33:09.769Z] TIMEOUT=120m [2019-09-20T14:33:09.769Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-20T14:33:09.769Z] DOCKER_PKG=github.com/docker/docker [2019-09-20T14:33:09.769Z] TESTDEBUG=0 [2019-09-20T14:33:09.769Z] _=/usr/bin/env [2019-09-20T14:33:09.769Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-09-20T14:33:09.769Z] PKG_CONFIG=pkg-config [2019-09-20T14:33:09.769Z] GOLANG_VERSION=1.13 [2019-09-20T14:33:09.769Z] HOSTNAME=859e3099ace3 [2019-09-20T14:33:09.769Z] KEEPBUNDLE=1 [2019-09-20T14:33:09.769Z] container=docker [2019-09-20T14:33:09.769Z] TEST_SKIP_INTEGRATION=1 [2019-09-20T14:33:09.769Z] GO111MODULE=off [2019-09-20T14:33:09.769Z] GOPATH=/go [2019-09-20T14:33:09.769Z] PWD=/go/src/github.com/docker/docker [2019-09-20T14:33:09.769Z] HOME=/root [2019-09-20T14:33:09.769Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-20T14:33:09.769Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-20T14:33:09.769Z] DOCKER_GITCOMMIT=04d9e157b2b09401ae3e9e00e143606218910580 [2019-09-20T14:33:09.769Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-20T14:33:09.769Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-20T14:33:09.769Z] TERM=xterm [2019-09-20T14:33:09.769Z] DEST=bundles/test-integration [2019-09-20T14:33:09.769Z] SHLVL=1 [2019-09-20T14:33:09.769Z] TIMEOUT=120m [2019-09-20T14:33:09.769Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2019-09-20T14:33:09.769Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-20T14:33:09.769Z] DOCKER_PKG=github.com/docker/docker [2019-09-20T14:33:09.769Z] TESTDEBUG=0 [2019-09-20T14:33:09.769Z] _=/usr/bin/env [2019-09-20T14:33:09.769Z] Building test suite binary ./integration-cli/test.main [2019-09-20T14:33:09.769Z] PKG_CONFIG=pkg-config [2019-09-20T14:33:09.769Z] GOLANG_VERSION=1.13 [2019-09-20T14:33:09.769Z] HOSTNAME=c9ba7721535b [2019-09-20T14:33:09.769Z] KEEPBUNDLE=1 [2019-09-20T14:33:09.769Z] container=docker [2019-09-20T14:33:09.769Z] TEST_SKIP_INTEGRATION=1 [2019-09-20T14:33:09.769Z] GO111MODULE=off [2019-09-20T14:33:09.769Z] GOPATH=/go [2019-09-20T14:33:09.769Z] PWD=/go/src/github.com/docker/docker [2019-09-20T14:33:09.769Z] HOME=/root [2019-09-20T14:33:09.769Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-20T14:33:09.769Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-20T14:33:09.769Z] DOCKER_GITCOMMIT=04d9e157b2b09401ae3e9e00e143606218910580 [2019-09-20T14:33:09.769Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-20T14:33:09.769Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-20T14:33:09.769Z] TERM=xterm [2019-09-20T14:33:09.769Z] DEST=bundles/test-integration [2019-09-20T14:33:09.769Z] SHLVL=1 [2019-09-20T14:33:09.769Z] TIMEOUT=120m [2019-09-20T14:33:09.769Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2019-09-20T14:33:09.769Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-20T14:33:09.769Z] DOCKER_PKG=github.com/docker/docker [2019-09-20T14:33:09.769Z] TESTDEBUG=0 [2019-09-20T14:33:09.769Z] _=/usr/bin/env [2019-09-20T14:33:09.769Z] Building test suite binary ./integration-cli/test.main [2019-09-20T14:33:10.234Z] ok github.com/docker/docker/distribution 0.341s coverage: 22.6% of statements [2019-09-20T14:33:10.234Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-09-20T14:33:11.405Z] ok github.com/docker/docker/errdefs 0.004s coverage: 49.4% of statements [2019-09-20T14:33:12.736Z] ok github.com/docker/docker/image 0.016s coverage: 86.4% of statements [2019-09-20T14:33:12.736Z] ok github.com/docker/docker/distribution/xfer 1.479s coverage: 83.4% of statements [2019-09-20T14:33:12.736Z] ? github.com/docker/docker/dockerversion [no test files] [2019-09-20T14:33:14.008Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-09-20T14:33:14.008Z] [2019-09-20T14:33:14.008Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2019-09-20T14:33:14.008Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2019-09-20T14:33:14.008Z] Using test binary docker [2019-09-20T14:33:14.008Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-09-20T14:33:14.008Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-20T14:33:14.008Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-20T14:33:14.008Z] Warning failed to create cache: (null) [2019-09-20T14:33:14.008Z] . [2019-09-20T14:33:14.008Z] INFO: Waiting for daemon to start... [2019-09-20T14:33:14.008Z] Starting dockerd [2019-09-20T14:33:14.008Z] . [2019-09-20T14:33:14.008Z] INFO: Building docker-sdk-python3:4.0.2... [2019-09-20T14:33:14.049Z] ok github.com/docker/docker/image/cache 0.005s coverage: 19.2% of statements [2019-09-20T14:33:14.049Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-09-20T14:33:14.049Z] ok github.com/docker/docker/image/v1 0.008s coverage: 25.0% of statements [2019-09-20T14:33:14.049Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-09-20T14:33:14.856Z] ok github.com/docker/docker/libcontainerd/queue 0.021s coverage: 100.0% of statements [2019-09-20T14:33:16.839Z] ok github.com/docker/docker/opts 0.033s coverage: 66.9% of statements [2019-09-20T14:33:16.839Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2019-09-20T14:33:18.685Z] ok github.com/docker/docker/pkg/archive 0.484s coverage: 76.8% of statements [2019-09-20T14:33:19.949Z] ok github.com/docker/docker/pkg/authorization 0.675s coverage: 66.7% of statements [2019-09-20T14:33:20.322Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2019-09-20T14:33:20.703Z] ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements [2019-09-20T14:33:24.053Z] ok github.com/docker/docker/layer 7.929s coverage: 68.8% of statements [2019-09-20T14:33:24.053Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-09-20T14:33:24.053Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-09-20T14:33:24.053Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-09-20T14:33:24.053Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-09-20T14:33:24.053Z] ? github.com/docker/docker/oci [no test files] [2019-09-20T14:33:24.053Z] ? github.com/docker/docker/oci/caps [no test files] [2019-09-20T14:33:24.415Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2019-09-20T14:33:25.217Z] ok github.com/docker/docker/pkg/chrootarchive 3.556s coverage: 43.2% of statements [2019-09-20T14:33:25.217Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-09-20T14:33:25.217Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-09-20T14:33:25.217Z] ok github.com/docker/docker/pkg/discovery 0.008s coverage: 58.3% of statements [2019-09-20T14:33:25.613Z] ok github.com/docker/docker/pkg/discovery/file 0.002s coverage: 92.9% of statements [2019-09-20T14:33:26.436Z] ok github.com/docker/docker/pkg/discovery/memory 0.002s coverage: 92.3% of statements [2019-09-20T14:33:27.433Z] ok github.com/docker/docker/pkg/discovery/nodes 0.023s coverage: 93.8% of statements [2019-09-20T14:33:27.843Z] ok github.com/docker/docker/pkg/dmesg 0.022s coverage: 83.3% of statements [2019-09-20T14:33:29.167Z] ok github.com/docker/docker/pkg/filenotify 0.602s coverage: 67.0% of statements [2019-09-20T14:33:29.563Z] ok github.com/docker/docker/pkg/discovery/kv 3.166s coverage: 84.1% of statements [2019-09-20T14:33:29.955Z] ok github.com/docker/docker/pkg/fileutils 0.026s coverage: 89.5% of statements [2019-09-20T14:33:30.348Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 10.2% of statements [2019-09-20T14:33:30.348Z] ok github.com/docker/docker/pkg/fsutils 0.446s coverage: 85.1% of statements [2019-09-20T14:33:31.163Z] ok github.com/docker/docker/pkg/idtools 0.333s coverage: 70.1% of statements [2019-09-20T14:33:31.981Z] ok github.com/docker/docker/pkg/ioutils 0.465s coverage: 70.6% of statements [2019-09-20T14:33:31.981Z] ok github.com/docker/docker/pkg/jsonmessage 0.011s coverage: 91.7% of statements [2019-09-20T14:33:32.510Z] ok github.com/docker/docker/pkg/locker 0.024s coverage: 88.9% of statements [2019-09-20T14:33:32.510Z] ok github.com/docker/docker/pkg/longpath 0.003s coverage: 100.0% of statements [2019-09-20T14:33:32.510Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-09-20T14:33:33.016Z] ok github.com/docker/docker/pkg/namesgenerator 0.025s coverage: 85.7% of statements [2019-09-20T14:33:33.393Z] ok github.com/docker/docker/pkg/parsers 0.011s coverage: 97.0% of statements [2019-09-20T14:33:33.776Z] ok github.com/docker/docker/pkg/parsers/kernel 0.001s coverage: 60.0% of statements [2019-09-20T14:33:34.155Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.003s coverage: 91.4% of statements [2019-09-20T14:33:34.553Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2019-09-20T14:33:34.937Z] ok github.com/docker/docker/pkg/mount 1.250s coverage: 69.6% of statements [2019-09-20T14:33:34.937Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-09-20T14:33:34.937Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-09-20T14:33:34.937Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-09-20T14:33:35.731Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.008s coverage: 56.8% of statements [2019-09-20T14:33:36.538Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2019-09-20T14:33:36.538Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 87.9% of statements [2019-09-20T14:33:37.104Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2019-09-20T14:33:38.393Z] ok github.com/docker/docker/pkg/pubsub 1.035s coverage: 73.9% of statements [2019-09-20T14:33:38.772Z] ok github.com/docker/docker/pkg/reexec 0.004s coverage: 82.4% of statements [2019-09-20T14:33:41.972Z] ok github.com/docker/docker/pkg/signal 2.453s coverage: 61.0% of statements [2019-09-20T14:33:42.345Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2019-09-20T14:33:42.730Z] ok github.com/docker/docker/pkg/streamformatter 0.002s coverage: 66.2% of statements [2019-09-20T14:33:43.184Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2019-09-20T14:33:43.601Z] ok github.com/docker/docker/pkg/symlink 0.006s coverage: 87.7% of statements [2019-09-20T14:33:44.008Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 80.6% of statements [2019-09-20T14:33:44.836Z] ok github.com/docker/docker/pkg/system 0.028s coverage: 36.9% of statements [2019-09-20T14:33:45.210Z] ok github.com/docker/docker/pkg/tailfile 0.052s coverage: 88.6% of statements [2019-09-20T14:33:46.028Z] ok github.com/docker/docker/pkg/tarsum 0.063s coverage: 89.3% of statements [2019-09-20T14:33:46.414Z] ok github.com/docker/docker/pkg/term 0.004s coverage: 84.8% of statements [2019-09-20T14:33:46.414Z] testing: warning: no tests to run [2019-09-20T14:33:46.414Z] coverage: [no statements] [2019-09-20T14:33:46.414Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2019-09-20T14:33:46.778Z] ok github.com/docker/docker/pkg/truncindex 0.101s coverage: 91.5% of statements [2019-09-20T14:33:47.198Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2019-09-20T14:33:47.649Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2019-09-20T14:33:48.153Z] + return [2019-09-20T14:33:48.153Z] Removing intermediate container 0a2079e39207 [2019-09-20T14:33:48.153Z] ---> e798cb1244be [2019-09-20T14:33:48.153Z] Step 77/126 : FROM runtime-dev AS runc [2019-09-20T14:33:48.153Z] ---> 149a24c7648d [2019-09-20T14:33:48.153Z] Step 78/126 : ENV INSTALL_BINARY_NAME=runc [2019-09-20T14:33:48.153Z] ---> Running in 86a0a1252a08 [2019-09-20T14:33:48.153Z] Removing intermediate container 86a0a1252a08 [2019-09-20T14:33:48.153Z] ---> f07ab7b1bc24 [2019-09-20T14:33:48.153Z] Step 79/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-20T14:33:48.153Z] ---> 6102b1139561 [2019-09-20T14:33:48.153Z] Step 80/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-20T14:33:48.153Z] ---> 53e017a4df0a [2019-09-20T14:33:48.153Z] Step 81/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-20T14:33:48.153Z] ---> Running in b2f82eb9ec73 [2019-09-20T14:33:48.153Z] + RM_GOPATH=0 [2019-09-20T14:33:48.153Z] + TMP_GOPATH= [2019-09-20T14:33:48.153Z] + : /build [2019-09-20T14:33:48.153Z] + '[' -z '' ']' [2019-09-20T14:33:48.153Z] ++ mktemp -d [2019-09-20T14:33:48.153Z] + export GOPATH=/tmp/tmp.kWxN6OKifB [2019-09-20T14:33:48.153Z] + GOPATH=/tmp/tmp.kWxN6OKifB [2019-09-20T14:33:48.153Z] + RM_GOPATH=1 [2019-09-20T14:33:48.153Z] ++ dirname ./install.sh [2019-09-20T14:33:48.153Z] + dir=. [2019-09-20T14:33:48.153Z] + bin=runc [2019-09-20T14:33:48.153Z] + shift [2019-09-20T14:33:48.153Z] + '[' '!' -f ./runc.installer ']' [2019-09-20T14:33:48.153Z] + . ./runc.installer [2019-09-20T14:33:48.154Z] ++ RUNC_COMMIT=425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-20T14:33:48.154Z] + install_runc [2019-09-20T14:33:48.154Z] + uname -r [2019-09-20T14:33:48.154Z] + grep -q '^3\.10\.0.*\.el7\.' [2019-09-20T14:33:48.154Z] + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-09-20T14:33:48.154Z] + echo 'Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux )' [2019-09-20T14:33:48.154Z] + git clone https://github.com/opencontainers/runc.git /tmp/tmp.kWxN6OKifB/src/github.com/opencontainers/runc [2019-09-20T14:33:48.154Z] Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux ) [2019-09-20T14:33:48.154Z] Cloning into '/tmp/tmp.kWxN6OKifB/src/github.com/opencontainers/runc'... [2019-09-20T14:33:48.154Z] + cd /tmp/tmp.kWxN6OKifB/src/github.com/opencontainers/runc [2019-09-20T14:33:48.154Z] + git checkout -q 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-20T14:33:48.154Z] + '[' -z '' ']' [2019-09-20T14:33:48.154Z] + target=static [2019-09-20T14:33:48.154Z] + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-09-20T14:33:48.154Z] CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o runc . [2019-09-20T14:33:50.168Z] ok github.com/docker/docker/plugin 0.542s coverage: 27.1% of statements [2019-09-20T14:33:50.535Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2019-09-20T14:33:51.367Z] ok github.com/docker/docker/profiles/seccomp 0.003s coverage: 76.2% of statements [2019-09-20T14:33:52.180Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2019-09-20T14:33:53.533Z] ok github.com/docker/docker/registry 0.173s coverage: 56.5% of statements [2019-09-20T14:33:54.337Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2019-09-20T14:33:54.735Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 45.3% of statements [2019-09-20T14:33:55.546Z] ok github.com/docker/docker/runconfig 0.007s coverage: 68.2% of statements [2019-09-20T14:33:55.941Z] ok github.com/docker/docker/testutil 0.011s coverage: 62.5% of statements [2019-09-20T14:33:59.336Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2019-09-20T14:33:59.713Z] ok github.com/docker/docker/volume/local 0.027s coverage: 73.0% of statements [2019-09-20T14:34:00.095Z] ok github.com/docker/docker/volume/mounts 0.023s coverage: 67.0% of statements [2019-09-20T14:34:01.402Z] ok github.com/docker/docker/volume/service 0.014s coverage: 73.0% of statements [2019-09-20T14:34:10.710Z] ok github.com/docker/docker/pkg/plugins 33.617s coverage: 76.6% of statements [2019-09-20T14:34:10.710Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-09-20T14:34:10.710Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-09-20T14:34:10.710Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-09-20T14:34:10.710Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-09-20T14:34:10.710Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-09-20T14:34:10.710Z] ? github.com/docker/docker/rootless [no test files] [2019-09-20T14:34:10.710Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-09-20T14:34:10.710Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-09-20T14:34:10.710Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-09-20T14:34:10.710Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-09-20T14:34:10.710Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-09-20T14:34:10.710Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-09-20T14:34:10.710Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-09-20T14:34:10.710Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-09-20T14:34:10.710Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-09-20T14:34:10.710Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-09-20T14:34:10.710Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-09-20T14:34:10.710Z] ? github.com/docker/docker/testutil/request [no test files] [2019-09-20T14:34:10.710Z] ? github.com/docker/docker/volume [no test files] [2019-09-20T14:34:10.710Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-09-20T14:34:10.710Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-09-20T14:34:10.710Z] [2019-09-20T14:34:10.710Z] === Skipped [2019-09-20T14:34:10.710Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-09-20T14:34:10.710Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-09-20T14:34:10.710Z] [2019-09-20T14:34:10.710Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-09-20T14:34:10.710Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-09-20T14:34:10.710Z] [2019-09-20T14:34:10.710Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-09-20T14:34:10.710Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-20T14:34:10.710Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-20T14:34:10.710Z] [2019-09-20T14:34:10.710Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-09-20T14:34:10.710Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-20T14:34:10.710Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-20T14:34:10.710Z] [2019-09-20T14:34:10.710Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-09-20T14:34:10.710Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-20T14:34:10.710Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-20T14:34:10.710Z] [2019-09-20T14:34:10.710Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-09-20T14:34:10.710Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-20T14:34:10.710Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-20T14:34:10.710Z] [2019-09-20T14:34:10.710Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-09-20T14:34:10.710Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-20T14:34:10.710Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-20T14:34:10.710Z] [2019-09-20T14:34:10.710Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-09-20T14:34:10.710Z] graphtest_unix.go:73: No driver to put! [2019-09-20T14:34:10.710Z] [2019-09-20T14:34:10.710Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-09-20T14:34:10.710Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-09-20T14:34:10.710Z] [2019-09-20T14:34:10.710Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-09-20T14:34:10.710Z] overlay_test.go:49: Fails to compute changes intermittently [2019-09-20T14:34:10.710Z] [2019-09-20T14:34:10.710Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-09-20T14:34:10.710Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-09-20T14:34:10.710Z] [2019-09-20T14:34:10.710Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-09-20T14:34:10.710Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-09-20T14:34:10.710Z] [2019-09-20T14:34:10.710Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-09-20T14:34:10.710Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-20T14:34:10.710Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-20T14:34:10.710Z] [2019-09-20T14:34:10.710Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-09-20T14:34:10.710Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-20T14:34:10.710Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-20T14:34:10.710Z] [2019-09-20T14:34:10.710Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-09-20T14:34:10.710Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-20T14:34:10.710Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-20T14:34:10.710Z] [2019-09-20T14:34:10.710Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-09-20T14:34:10.710Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-20T14:34:10.710Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-20T14:34:10.710Z] [2019-09-20T14:34:10.710Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-09-20T14:34:10.710Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-20T14:34:10.710Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-20T14:34:10.710Z] [2019-09-20T14:34:10.710Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-09-20T14:34:10.710Z] graphtest_unix.go:73: No driver to put! [2019-09-20T14:34:10.710Z] [2019-09-20T14:34:10.710Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-09-20T14:34:10.710Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-09-20T14:34:10.710Z] [2019-09-20T14:34:10.710Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-09-20T14:34:10.710Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-09-20T14:34:10.710Z] [2019-09-20T14:34:10.710Z] [2019-09-20T14:34:10.710Z] DONE 2084 tests, 20 skipped in 221.609s Post stage [Pipeline] junit [2019-09-20T14:34:10.851Z] Recording test results [2019-09-20T14:34:15.160Z] CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-09-20T14:34:15.160Z] + mkdir -p /build [2019-09-20T14:34:15.160Z] + cp runc /build/runc [2019-09-20T14:34:15.160Z] Removing intermediate container b2f82eb9ec73 [2019-09-20T14:34:15.160Z] ---> c17260c8185c [2019-09-20T14:34:15.160Z] Step 82/126 : FROM dev-base AS tini [2019-09-20T14:34:15.160Z] ---> 4039e85f295c [2019-09-20T14:34:15.160Z] Step 83/126 : ARG DEBIAN_FRONTEND [2019-09-20T14:34:15.160Z] ---> Using cache [2019-09-20T14:34:15.160Z] ---> f4233f435224 [2019-09-20T14:34:15.160Z] Step 84/126 : RUN apt-get update && apt-get install -y --no-install-recommends cmake vim-common && rm -rf /var/lib/apt/lists/* [2019-09-20T14:34:15.160Z] ---> Running in 0fdb82e06350 [2019-09-20T14:34:15.160Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-20T14:34:15.160Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-20T14:34:15.161Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-20T14:34:15.161Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-20T14:34:15.161Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-20T14:34:15.161Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [485 kB] [2019-09-20T14:34:15.161Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-09-20T14:34:15.161Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-09-20T14:34:16.215Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-39943/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr14 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=04d9e157b2b09401ae3e9e00e143606218910580 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT docker:04d9e157b2b09401ae3e9e00e143606218910580 hack/make.sh dynbinary test-integration [2019-09-20T14:34:16.602Z] [2019-09-20T14:34:16.602Z] Removing bundles/ [2019-09-20T14:34:16.602Z] [2019-09-20T14:34:16.602Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-09-20T14:34:16.602Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-09-20T14:34:16.602Z] GOOS="" GOARCH="" GOARM="" [2019-09-20T14:34:16.642Z] Fetched 7724 kB in 2s (3065 kB/s) [2019-09-20T14:34:17.648Z] Reading package lists... [2019-09-20T14:34:18.942Z] Reading package lists... [2019-09-20T14:34:19.224Z] Building dependency tree... [2019-09-20T14:34:19.224Z] Reading state information... [2019-09-20T14:34:19.224Z] The following additional packages will be installed: [2019-09-20T14:34:19.224Z] cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-09-20T14:34:19.224Z] Suggested packages: [2019-09-20T14:34:19.224Z] codeblocks eclipse ninja-build lrzip [2019-09-20T14:34:19.224Z] Recommended packages: [2019-09-20T14:34:19.224Z] xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-09-20T14:34:19.508Z] The following NEW packages will be installed: [2019-09-20T14:34:19.508Z] cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-09-20T14:34:19.508Z] vim-common xxd [2019-09-20T14:34:19.508Z] 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded. [2019-09-20T14:34:19.508Z] Need to get 13.4 MB of archives. [2019-09-20T14:34:19.508Z] After this operation, 60.4 MB of additional disk space will be used. [2019-09-20T14:34:19.508Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el cmake-data all 3.7.2-1 [1216 kB] [2019-09-20T14:34:19.508Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el liblzo2-2 ppc64el 2.08-1.2+b2 [51.0 kB] [2019-09-20T14:34:19.508Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libicu57 ppc64el 57.1-6+deb9u3 [7669 kB] [2019-09-20T14:34:20.123Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-2.2+deb9u2 [830 kB] [2019-09-20T14:34:20.123Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libarchive13 ppc64el 3.2.2-2+deb9u1 [272 kB] [2019-09-20T14:34:20.123Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2019-09-20T14:34:20.123Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libuv1 ppc64el 1.9.1-3 [78.3 kB] [2019-09-20T14:34:20.123Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el cmake ppc64el 3.7.2-1 [2872 kB] [2019-09-20T14:34:20.406Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xxd ppc64el 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-20T14:34:20.406Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-20T14:34:20.406Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-20T14:34:20.691Z] Fetched 13.4 MB in 0s (16.0 MB/s) [2019-09-20T14:34:20.691Z] Selecting previously unselected package cmake-data. [2019-09-20T14:34:20.691Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14950 files and directories currently installed.) [2019-09-20T14:34:20.691Z] Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-09-20T14:34:20.691Z] Unpacking cmake-data (3.7.2-1) ... [2019-09-20T14:34:21.309Z] Selecting previously unselected package liblzo2-2:ppc64el. [2019-09-20T14:34:21.309Z] Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-09-20T14:34:21.309Z] Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-09-20T14:34:21.309Z] Selecting previously unselected package libicu57:ppc64el. [2019-09-20T14:34:21.309Z] Preparing to unpack .../2-libicu57_57.1-6+deb9u3_ppc64el.deb ... [2019-09-20T14:34:21.309Z] Unpacking libicu57:ppc64el (57.1-6+deb9u3) ... [2019-09-20T14:34:22.316Z] Selecting previously unselected package libxml2:ppc64el. [2019-09-20T14:34:22.316Z] Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_ppc64el.deb ... [2019-09-20T14:34:22.316Z] Unpacking libxml2:ppc64el (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-20T14:34:22.599Z] Selecting previously unselected package libarchive13:ppc64el. [2019-09-20T14:34:22.599Z] Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_ppc64el.deb ... [2019-09-20T14:34:22.599Z] Unpacking libarchive13:ppc64el (3.2.2-2+deb9u1) ... [2019-09-20T14:34:22.599Z] Selecting previously unselected package libjsoncpp1:ppc64el. [2019-09-20T14:34:22.599Z] Preparing to unpack .../5-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2019-09-20T14:34:22.599Z] Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2019-09-20T14:34:22.599Z] Selecting previously unselected package libuv1:ppc64el. [2019-09-20T14:34:22.599Z] Preparing to unpack .../6-libuv1_1.9.1-3_ppc64el.deb ... [2019-09-20T14:34:22.599Z] Unpacking libuv1:ppc64el (1.9.1-3) ... [2019-09-20T14:34:22.599Z] Selecting previously unselected package cmake. [2019-09-20T14:34:22.599Z] Preparing to unpack .../7-cmake_3.7.2-1_ppc64el.deb ... [2019-09-20T14:34:22.599Z] Unpacking cmake (3.7.2-1) ... [2019-09-20T14:34:23.215Z] Selecting previously unselected package xxd. [2019-09-20T14:34:23.215Z] Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-09-20T14:34:23.215Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:34:23.215Z] Selecting previously unselected package vim-common. [2019-09-20T14:34:23.215Z] Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-20T14:34:23.215Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:34:23.215Z] Processing triggers for mime-support (3.60) ... [2019-09-20T14:34:23.215Z] Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:34:23.215Z] Setting up libuv1:ppc64el (1.9.1-3) ... [2019-09-20T14:34:23.215Z] Setting up cmake-data (3.7.2-1) ... [2019-09-20T14:34:23.215Z] Setting up libicu57:ppc64el (57.1-6+deb9u3) ... [2019-09-20T14:34:23.215Z] Setting up libxml2:ppc64el (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-20T14:34:23.215Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-20T14:34:23.215Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:34:23.215Z] Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-09-20T14:34:23.215Z] Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2019-09-20T14:34:23.215Z] Setting up libarchive13:ppc64el (3.2.2-2+deb9u1) ... [2019-09-20T14:34:23.215Z] Setting up cmake (3.7.2-1) ... [2019-09-20T14:34:23.215Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-20T14:34:25.239Z] Removing intermediate container 0fdb82e06350 [2019-09-20T14:34:25.239Z] ---> 33d62ee47137 [2019-09-20T14:34:25.239Z] Step 85/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-20T14:34:25.239Z] ---> af8913177823 [2019-09-20T14:34:25.240Z] Step 86/126 : ENV INSTALL_BINARY_NAME=tini [2019-09-20T14:34:25.240Z] ---> Running in 00c47d0bc5e5 [2019-09-20T14:34:25.240Z] Removing intermediate container 00c47d0bc5e5 [2019-09-20T14:34:25.240Z] ---> 940dda1eae6b [2019-09-20T14:34:25.240Z] Step 87/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-20T14:34:25.524Z] ---> 515b4bdb8014 [2019-09-20T14:34:25.524Z] Step 88/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-20T14:34:25.524Z] ---> Running in 1824920c2b60 [2019-09-20T14:34:25.807Z] + RM_GOPATH=0 [2019-09-20T14:34:25.807Z] + TMP_GOPATH= [2019-09-20T14:34:25.807Z] + : /build [2019-09-20T14:34:25.807Z] + '[' -z '' ']' [2019-09-20T14:34:25.807Z] ++ mktemp -d [2019-09-20T14:34:25.807Z] + export GOPATH=/tmp/tmp.urX9ULrAcD [2019-09-20T14:34:25.807Z] + GOPATH=/tmp/tmp.urX9ULrAcD [2019-09-20T14:34:25.807Z] + RM_GOPATH=1 [2019-09-20T14:34:25.807Z] ++ dirname ./install.sh [2019-09-20T14:34:25.807Z] + dir=. [2019-09-20T14:34:25.807Z] + bin=tini [2019-09-20T14:34:25.807Z] + shift [2019-09-20T14:34:25.807Z] + '[' '!' -f ./tini.installer ']' [2019-09-20T14:34:25.807Z] + . ./tini.installer [2019-09-20T14:34:25.807Z] ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-20T14:34:25.807Z] + install_tini [2019-09-20T14:34:25.807Z] Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-20T14:34:25.807Z] + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-09-20T14:34:25.807Z] + git clone https://github.com/krallin/tini.git /tmp/tmp.urX9ULrAcD/tini [2019-09-20T14:34:25.807Z] Cloning into '/tmp/tmp.urX9ULrAcD/tini'... [2019-09-20T14:34:26.090Z] + cd /tmp/tmp.urX9ULrAcD/tini [2019-09-20T14:34:26.090Z] + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-20T14:34:26.090Z] + cmake . [2019-09-20T14:34:26.373Z] -- The C compiler identification is GNU 6.3.0 [2019-09-20T14:34:26.373Z] -- Check for working C compiler: /usr/bin/cc [2019-09-20T14:34:26.373Z] -- Check for working C compiler: /usr/bin/cc -- works [2019-09-20T14:34:26.373Z] -- Detecting C compiler ABI info [2019-09-20T14:34:26.655Z] -- Detecting C compiler ABI info - done [2019-09-20T14:34:26.655Z] -- Detecting C compile features [2019-09-20T14:34:26.938Z] -- Detecting C compile features - done [2019-09-20T14:34:26.938Z] -- Performing Test HAS_BUILTIN_FORTIFY [2019-09-20T14:34:26.938Z] -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-09-20T14:34:27.220Z] -- Configuring done [2019-09-20T14:34:27.220Z] -- Generating done [2019-09-20T14:34:27.220Z] -- Build files have been written to: /tmp/tmp.urX9ULrAcD/tini [2019-09-20T14:34:27.220Z] + make tini-static [2019-09-20T14:34:27.220Z] Scanning dependencies of target tini-static [2019-09-20T14:34:27.220Z] [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-09-20T14:34:27.503Z] [100%] Linking C executable tini-static [2019-09-20T14:34:27.786Z] [100%] Built target tini-static [2019-09-20T14:34:27.786Z] + mkdir -p /build [2019-09-20T14:34:27.786Z] + cp tini-static /build/docker-init [2019-09-20T14:34:28.082Z] Removing intermediate container 1824920c2b60 [2019-09-20T14:34:28.082Z] ---> 0422393fb5d7 [2019-09-20T14:34:28.082Z] Step 89/126 : FROM dev-base AS rootlesskit [2019-09-20T14:34:28.082Z] ---> 4039e85f295c [2019-09-20T14:34:28.082Z] Step 90/126 : ENV INSTALL_BINARY_NAME=rootlesskit [2019-09-20T14:34:28.370Z] ---> Running in 8d7ebafb9806 [2019-09-20T14:34:28.370Z] Removing intermediate container 8d7ebafb9806 [2019-09-20T14:34:28.370Z] ---> 1c464be9c9c9 [2019-09-20T14:34:28.370Z] Step 91/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-20T14:34:28.653Z] ---> 8c4ca7700943 [2019-09-20T14:34:28.653Z] Step 92/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-20T14:34:28.653Z] ---> ee23c8bf5425 [2019-09-20T14:34:28.653Z] Step 93/126 : RUN PREFIX=/build/ ./install.sh $INSTALL_BINARY_NAME [2019-09-20T14:34:28.653Z] ---> Running in 28815c376363 [2019-09-20T14:34:28.936Z] + RM_GOPATH=0 [2019-09-20T14:34:28.936Z] + TMP_GOPATH= [2019-09-20T14:34:28.936Z] + : /build/ [2019-09-20T14:34:28.936Z] + '[' -z '' ']' [2019-09-20T14:34:28.936Z] ++ mktemp -d [2019-09-20T14:34:28.936Z] + export GOPATH=/tmp/tmp.5T9wN2Vje0 [2019-09-20T14:34:28.936Z] + GOPATH=/tmp/tmp.5T9wN2Vje0 [2019-09-20T14:34:28.936Z] + RM_GOPATH=1 [2019-09-20T14:34:28.936Z] ++ dirname ./install.sh [2019-09-20T14:34:28.936Z] + dir=. [2019-09-20T14:34:28.936Z] + bin=rootlesskit [2019-09-20T14:34:28.936Z] + shift [2019-09-20T14:34:28.936Z] + '[' '!' -f ./rootlesskit.installer ']' [2019-09-20T14:34:28.936Z] + . ./rootlesskit.installer [2019-09-20T14:34:28.936Z] ++ ROOTLESSKIT_COMMIT=791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-20T14:34:28.936Z] + install_rootlesskit [2019-09-20T14:34:28.936Z] + case "$1" in [2019-09-20T14:34:28.936Z] + export CGO_ENABLED=0 [2019-09-20T14:34:28.936Z] + CGO_ENABLED=0 [2019-09-20T14:34:28.936Z] + _install_rootlesskit [2019-09-20T14:34:28.936Z] + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-09-20T14:34:28.936Z] + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.5T9wN2Vje0/src/github.com/rootless-containers/rootlesskit [2019-09-20T14:34:28.936Z] Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-20T14:34:28.936Z] Cloning into '/tmp/tmp.5T9wN2Vje0/src/github.com/rootless-containers/rootlesskit'... [2019-09-20T14:34:29.946Z] + cd /tmp/tmp.5T9wN2Vje0/src/github.com/rootless-containers/rootlesskit [2019-09-20T14:34:29.946Z] + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-20T14:34:29.946Z] + for f in rootlesskit rootlesskit-docker-proxy [2019-09-20T14:34:29.946Z] + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-09-20T14:34:35.416Z] sha256:3846218d89ab73078988aab234f0dcbbc61c3bcdf7dd96b477fd222a91599fdb [2019-09-20T14:34:35.416Z] INFO: Starting docker-py tests... [2019-09-20T14:34:35.416Z] ============================= test session starts ============================== [2019-09-20T14:34:35.416Z] platform linux -- Python 3.6.9, pytest-4.1.0, py-1.8.0, pluggy-0.13.0 [2019-09-20T14:34:35.416Z] rootdir: /src, inifile: pytest.ini [2019-09-20T14:34:35.416Z] plugins: timeout-1.3.3, cov-2.6.1 [2019-09-20T14:34:35.416Z] collected 385 items / 6 deselected [2019-09-20T14:34:35.416Z] [2019-09-20T14:34:42.501Z] + for f in rootlesskit rootlesskit-docker-proxy [2019-09-20T14:34:42.502Z] + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-09-20T14:34:43.976Z] Removing intermediate container 28815c376363 [2019-09-20T14:34:43.976Z] ---> 8e9f65eac9e3 [2019-09-20T14:34:43.976Z] Step 94/126 : COPY ./contrib/dockerd-rootless.sh /build [2019-09-20T14:34:43.976Z] ---> d6a68be06cbf [2019-09-20T14:34:43.976Z] Step 95/126 : FROM runtime-dev AS dev [2019-09-20T14:34:43.976Z] ---> 149a24c7648d [2019-09-20T14:34:43.976Z] Step 96/126 : ARG DEBIAN_FRONTEND [2019-09-20T14:34:43.976Z] ---> Running in e4c9339155d5 [2019-09-20T14:34:43.976Z] Removing intermediate container e4c9339155d5 [2019-09-20T14:34:43.976Z] ---> 69059844c965 [2019-09-20T14:34:43.976Z] Step 97/126 : RUN groupadd -r docker [2019-09-20T14:34:43.976Z] ---> Running in 5ae6c41ebdbe [2019-09-20T14:34:44.990Z] Removing intermediate container 5ae6c41ebdbe [2019-09-20T14:34:44.990Z] ---> 0e77519fef43 [2019-09-20T14:34:44.990Z] Step 98/126 : RUN useradd --create-home --gid docker unprivilegeduser [2019-09-20T14:34:44.990Z] ---> Running in 26105389b4a5 [2019-09-20T14:34:45.605Z] Removing intermediate container 26105389b4a5 [2019-09-20T14:34:45.605Z] ---> 7b796dcf27c7 [2019-09-20T14:34:45.605Z] Step 99/126 : RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2019-09-20T14:34:45.605Z] ---> Running in 79e60e6c3deb [2019-09-20T14:34:45.889Z] '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-09-20T14:34:46.171Z] Removing intermediate container 79e60e6c3deb [2019-09-20T14:34:46.171Z] ---> 766bffd078c3 [2019-09-20T14:34:46.171Z] Step 100/126 : RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2019-09-20T14:34:46.455Z] ---> Running in 7d20f134b5f0 [2019-09-20T14:34:47.071Z] Removing intermediate container 7d20f134b5f0 [2019-09-20T14:34:47.071Z] ---> 51551d5e3a29 [2019-09-20T14:34:47.071Z] Step 101/126 : RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2019-09-20T14:34:47.071Z] ---> Running in da8db7347c36 [2019-09-20T14:34:47.179Z] tests/integration/api_build_test.py ......................X [ 6%] [2019-09-20T14:34:47.693Z] tests/integration/api_client_test.py ..... [ 7%] [2019-09-20T14:34:47.694Z] Removing intermediate container da8db7347c36 [2019-09-20T14:34:47.694Z] ---> 7940594b1f9c [2019-09-20T14:34:47.694Z] Step 102/126 : RUN ldconfig [2019-09-20T14:34:47.694Z] ---> Running in 89f576a24e70 [2019-09-20T14:34:48.705Z] Removing intermediate container 89f576a24e70 [2019-09-20T14:34:48.705Z] ---> 94eb38e8119f [2019-09-20T14:34:48.705Z] Step 103/126 : RUN apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion btrfs-tools iptables jq libcap2-bin libdevmapper-dev libudev-dev libsystemd-dev binutils-mingw-w64 g++-mingw-w64-x86-64 net-tools pigz python3-pip python3-setuptools python3-wheel thin-provisioning-tools vim vim-common xfsprogs zip bzip2 xz-utils libprotobuf-c1 libnet1 libnl-3-200 && rm -rf /var/lib/apt/lists/* [2019-09-20T14:34:48.705Z] ---> Running in 736a086a2b9c [2019-09-20T14:34:48.986Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-20T14:34:49.270Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-20T14:34:49.270Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-20T14:34:49.270Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-20T14:34:49.270Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-20T14:34:49.553Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [485 kB] [2019-09-20T14:34:49.553Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-09-20T14:34:49.626Z] tests/integration/api_config_test.py ..... [ 8%] [2019-09-20T14:34:49.837Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-09-20T14:34:51.860Z] Fetched 7724 kB in 2s (2951 kB/s) [2019-09-20T14:34:52.866Z] Reading package lists... [2019-09-20T14:34:53.875Z] Reading package lists... [2019-09-20T14:34:54.159Z] Building dependency tree... [2019-09-20T14:34:54.159Z] Reading state information... [2019-09-20T14:34:54.441Z] The following additional packages will be installed: [2019-09-20T14:34:54.441Z] binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-09-20T14:34:54.441Z] dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-09-20T14:34:54.441Z] libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-09-20T14:34:54.441Z] libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-09-20T14:34:54.441Z] libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-09-20T14:34:54.441Z] libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-09-20T14:34:54.441Z] libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common [2019-09-20T14:34:54.441Z] mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-09-20T14:34:54.441Z] python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-09-20T14:34:54.441Z] Suggested packages: [2019-09-20T14:34:54.441Z] apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-09-20T14:34:54.441Z] gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-09-20T14:34:54.441Z] python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-09-20T14:34:54.441Z] vim-doc vim-scripts xfsdump acl attr quota [2019-09-20T14:34:54.441Z] Recommended packages: [2019-09-20T14:34:54.441Z] aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-09-20T14:34:54.441Z] python3-keyrings.alt python3-xdg unzip [2019-09-20T14:34:55.451Z] The following NEW packages will be installed: [2019-09-20T14:34:55.451Z] apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-09-20T14:34:55.451Z] binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-09-20T14:34:55.451Z] bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-09-20T14:34:55.451Z] gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-09-20T14:34:55.451Z] libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-09-20T14:34:55.451Z] libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-09-20T14:34:55.451Z] libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-09-20T14:34:55.451Z] libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-09-20T14:34:55.451Z] libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-09-20T14:34:55.451Z] libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-09-20T14:34:55.451Z] mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-09-20T14:34:55.451Z] python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-09-20T14:34:55.451Z] python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-09-20T14:34:55.451Z] xfsprogs xxd xz-utils zip [2019-09-20T14:34:55.451Z] 0 upgraded, 69 newly installed, 0 to remove and 1 not upgraded. [2019-09-20T14:34:55.451Z] Need to get 87.3 MB of archives. [2019-09-20T14:34:55.451Z] After this operation, 585 MB of additional disk space will be used. [2019-09-20T14:34:55.451Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el bash-completion all 1:2.1-4.3 [178 kB] [2019-09-20T14:34:55.451Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3 [57.6 kB] [2019-09-20T14:34:55.451Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnfnetlink0 ppc64el 1.0.1-3 [12.8 kB] [2019-09-20T14:34:55.451Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-3 [152 kB] [2019-09-20T14:34:55.451Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libudev-dev ppc64el 232-25+deb9u12 [92.5 kB] [2019-09-20T14:34:55.451Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3.5-minimal ppc64el 3.5.3-1+deb9u1 [574 kB] [2019-09-20T14:34:55.451Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3.5-minimal ppc64el 3.5.3-1+deb9u1 [1704 kB] [2019-09-20T14:34:55.451Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-minimal ppc64el 3.5.3-1 [35.3 kB] [2019-09-20T14:34:55.451Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libmpdec2 ppc64el 2.4.2-1 [81.9 kB] [2019-09-20T14:34:55.451Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3.5-stdlib ppc64el 3.5.3-1+deb9u1 [2179 kB] [2019-09-20T14:34:55.451Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3.5 ppc64el 3.5.3-1+deb9u1 [229 kB] [2019-09-20T14:34:55.451Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3-stdlib ppc64el 3.5.3-1 [18.6 kB] [2019-09-20T14:34:55.451Z] Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el dh-python all 2.20170125 [86.8 kB] [2019-09-20T14:34:55.451Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3 ppc64el 3.5.3-1 [21.6 kB] [2019-09-20T14:34:55.451Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el pigz ppc64el 2.3.4-1 [49.4 kB] [2019-09-20T14:34:55.451Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libip4tc0 ppc64el 1.6.0+snapshot20161117-6 [67.6 kB] [2019-09-20T14:34:55.451Z] Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libip6tc0 ppc64el 1.6.0+snapshot20161117-6 [67.9 kB] [2019-09-20T14:34:55.451Z] Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libiptc0 ppc64el 1.6.0+snapshot20161117-6 [57.8 kB] [2019-09-20T14:34:55.451Z] Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libxtables12 ppc64el 1.6.0+snapshot20161117-6 [74.7 kB] [2019-09-20T14:34:55.451Z] Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.6-2 [34.7 kB] [2019-09-20T14:34:55.451Z] Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el iptables ppc64el 1.6.0+snapshot20161117-6 [278 kB] [2019-09-20T14:34:55.451Z] Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xxd ppc64el 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-20T14:34:55.451Z] Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-20T14:34:55.451Z] Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el bzip2 ppc64el 1.0.6-8.1 [46.3 kB] [2019-09-20T14:34:55.451Z] Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libgpm2 ppc64el 1.20.4-6.2+b1 [33.9 kB] [2019-09-20T14:34:55.737Z] Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xz-utils ppc64el 5.2.2-1.2+b1 [262 kB] [2019-09-20T14:34:55.737Z] Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el aufs-tools ppc64el 1:4.1+20161219-1 [102 kB] [2019-09-20T14:34:55.737Z] Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el liblzo2-2 ppc64el 2.08-1.2+b2 [51.0 kB] [2019-09-20T14:34:55.737Z] Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-progs ppc64el 4.7.3-1 [520 kB] [2019-09-20T14:34:55.737Z] Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-tools ppc64el 4.7.3-1 [16.9 kB] [2019-09-20T14:34:55.737Z] Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.137-2 [150 kB] [2019-09-20T14:34:55.737Z] Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el dmsetup ppc64el 2:1.02.137-2 [102 kB] [2019-09-20T14:34:55.737Z] Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libonig4 ppc64el 6.1.3-2 [140 kB] [2019-09-20T14:34:55.737Z] Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjq1 ppc64el 1.5+dfsg-1.3 [111 kB] [2019-09-20T14:34:55.737Z] Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el jq ppc64el 1.5+dfsg-1.3 [58.9 kB] [2019-09-20T14:34:55.737Z] Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libaio1 ppc64el 0.3.110-3 [9514 B] [2019-09-20T14:34:55.737Z] Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libcap2-bin ppc64el 1:2.25-1 [27.2 kB] [2019-09-20T14:34:55.737Z] Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libdevmapper-event1.02.1 ppc64el 2:1.02.137-2 [41.0 kB] [2019-09-20T14:34:55.737Z] Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libsepol1-dev ppc64el 2.6-2 [294 kB] [2019-09-20T14:34:55.737Z] Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre16-3 ppc64el 2:8.39-3 [239 kB] [2019-09-20T14:34:55.737Z] Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre32-3 ppc64el 2:8.39-3 [232 kB] [2019-09-20T14:34:55.737Z] Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre3-dev ppc64el 2:8.39-3 [586 kB] [2019-09-20T14:34:55.737Z] Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libselinux1-dev ppc64el 2.6-3+b3 [183 kB] [2019-09-20T14:34:55.737Z] Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libdevmapper-dev ppc64el 2:1.02.137-2 [68.6 kB] [2019-09-20T14:34:55.737Z] Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-200 ppc64el 3.2.27-2 [55.9 kB] [2019-09-20T14:34:55.737Z] Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c1 ppc64el 1.2.1-2 [24.6 kB] [2019-09-20T14:34:55.737Z] Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b1 [111 kB] [2019-09-20T14:34:55.737Z] Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libsystemd-dev ppc64el 232-25+deb9u12 [1717 kB] [2019-09-20T14:34:55.737Z] Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el net-tools ppc64el 1.60+git20161116.90da8a0-1 [235 kB] [2019-09-20T14:34:55.737Z] Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] [2019-09-20T14:34:55.737Z] Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-09-20T14:34:55.737Z] Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-pkg-resources all 33.1.1-1 [137 kB] [2019-09-20T14:34:55.737Z] Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-setuptools all 33.1.1-1 [215 kB] [2019-09-20T14:34:55.737Z] Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-wheel all 0.29.0-2 [51.8 kB] [2019-09-20T14:34:55.737Z] Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el thin-provisioning-tools ppc64el 0.6.1-4+b1 [326 kB] [2019-09-20T14:34:55.737Z] Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-09-20T14:34:56.043Z] Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim ppc64el 2:8.0.0197-4+deb9u3 [914 kB] [2019-09-20T14:34:56.043Z] Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xfsprogs ppc64el 4.9.0+nmu1 [729 kB] [2019-09-20T14:34:56.043Z] Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2019-09-20T14:34:56.043Z] Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor-perl ppc64el 2.11.0-3+deb9u2 [78.9 kB] [2019-09-20T14:34:56.043Z] Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el apparmor ppc64el 2.11.0-3+deb9u2 [527 kB] [2019-09-20T14:34:56.043Z] Get:62 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el binutils-mingw-w64-i686 ppc64el 2.28-5+7.4+b4 [1957 kB] [2019-09-20T14:34:56.043Z] Get:63 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el binutils-mingw-w64-x86-64 ppc64el 2.28-5+7.4+b4 [2454 kB] [2019-09-20T14:34:56.043Z] Get:64 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB] [2019-09-20T14:34:56.043Z] Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el mingw-w64-common all 5.0.1-1 [4764 kB] [2019-09-20T14:34:56.043Z] Get:66 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB] [2019-09-20T14:34:56.343Z] Get:67 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el gcc-mingw-w64-base ppc64el 6.3.0-18+19.3+b3 [170 kB] [2019-09-20T14:34:56.343Z] Get:68 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el gcc-mingw-w64-x86-64 ppc64el 6.3.0-18+19.3+b3 [31.0 MB] [2019-09-20T14:34:56.970Z] Get:69 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el g++-mingw-w64-x86-64 ppc64el 6.3.0-18+19.3+b3 [21.6 MB] [2019-09-20T14:34:57.327Z] 2945147eda09: Pull complete [2019-09-20T14:34:57.327Z] Digest: sha256:d7e7e3702cbc4d8ea29001a02c1c852d0229a0679d94e017a41c43dbaa01db20 [2019-09-20T14:34:57.327Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-20T14:34:57.327Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-20T14:34:57.327Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2019-09-20T14:34:57.327Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2019-09-20T14:34:57.327Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.737' [2019-09-20T14:34:57.327Z] INFO: Docker version of control daemon [2019-09-20T14:34:57.327Z] [2019-09-20T14:34:57.327Z] Client: Docker Engine - Enterprise [2019-09-20T14:34:57.327Z] Version: 19.03.2 [2019-09-20T14:34:57.327Z] API version: 1.40 [2019-09-20T14:34:57.327Z] Go version: go1.12.8 [2019-09-20T14:34:57.327Z] Git commit: c92ab06ed9 [2019-09-20T14:34:57.327Z] Built: 09/03/2019 16:38:11 [2019-09-20T14:34:57.327Z] OS/Arch: windows/amd64 [2019-09-20T14:34:57.327Z] Experimental: false [2019-09-20T14:34:57.327Z] [2019-09-20T14:34:57.327Z] Server: Docker Engine - Enterprise [2019-09-20T14:34:57.327Z] Engine: [2019-09-20T14:34:57.327Z] Version: 19.03.2 [2019-09-20T14:34:57.327Z] API version: 1.40 (minimum version 1.24) [2019-09-20T14:34:57.327Z] Go version: go1.12.8 [2019-09-20T14:34:57.327Z] Git commit: c92ab06ed9 [2019-09-20T14:34:57.327Z] Built: 09/03/2019 16:35:47 [2019-09-20T14:34:57.327Z] OS/Arch: windows/amd64 [2019-09-20T14:34:57.327Z] Experimental: true [2019-09-20T14:34:57.327Z] [2019-09-20T14:34:57.327Z] INFO: Docker info of control daemon [2019-09-20T14:34:57.327Z] [2019-09-20T14:34:57.589Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-20T14:34:57.589Z] Fetched 87.3 MB in 1s (44.3 MB/s) [2019-09-20T14:34:57.589Z] Selecting previously unselected package bash-completion. [2019-09-20T14:34:57.589Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15020 files and directories currently installed.) [2019-09-20T14:34:57.589Z] Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-09-20T14:34:57.785Z] Client: [2019-09-20T14:34:57.785Z] Debug Mode: false [2019-09-20T14:34:57.785Z] Plugins: [2019-09-20T14:34:57.785Z] cluster: Manage Docker clusters (Docker Inc., v1.1.0-8c33de7) [2019-09-20T14:34:57.785Z] [2019-09-20T14:34:57.785Z] Server: [2019-09-20T14:34:57.785Z] Containers: 0 [2019-09-20T14:34:57.785Z] Running: 0 [2019-09-20T14:34:57.785Z] Paused: 0 [2019-09-20T14:34:57.785Z] Stopped: 0 [2019-09-20T14:34:57.785Z] Images: 1 [2019-09-20T14:34:57.785Z] Server Version: 19.03.2 [2019-09-20T14:34:57.785Z] Storage Driver: windowsfilter (windows) lcow (linux) [2019-09-20T14:34:57.785Z] Windows: [2019-09-20T14:34:57.785Z] LCOW: [2019-09-20T14:34:57.785Z] Logging Driver: json-file [2019-09-20T14:34:57.785Z] Plugins: [2019-09-20T14:34:57.785Z] Volume: local [2019-09-20T14:34:57.785Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2019-09-20T14:34:57.786Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-09-20T14:34:57.786Z] Swarm: inactive [2019-09-20T14:34:57.786Z] Default Isolation: process [2019-09-20T14:34:57.786Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-09-20T14:34:57.786Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-09-20T14:34:57.786Z] OSType: windows [2019-09-20T14:34:57.786Z] Architecture: x86_64 [2019-09-20T14:34:57.786Z] CPUs: 4 [2019-09-20T14:34:57.786Z] Total Memory: 32GiB [2019-09-20T14:34:57.786Z] Name: azwin-2-f26c80 [2019-09-20T14:34:57.786Z] ID: IC67:CPLY:EIK5:CT5D:QZ5Y:TFZJ:TENS:TGFH:O2CW:TVBL:R7LO:BNSW [2019-09-20T14:34:57.786Z] Docker Root Dir: D:\docker [2019-09-20T14:34:57.786Z] Debug Mode: false [2019-09-20T14:34:57.786Z] Registry: https://index.docker.io/v1/ [2019-09-20T14:34:57.786Z] Labels: [2019-09-20T14:34:57.786Z] Experimental: true [2019-09-20T14:34:57.786Z] Insecure Registries: [2019-09-20T14:34:57.786Z] 10.0.0.4:5000 [2019-09-20T14:34:57.786Z] 127.0.0.0/8 [2019-09-20T14:34:57.786Z] Registry Mirrors: [2019-09-20T14:34:57.786Z] http://10.0.0.4:5000/ [2019-09-20T14:34:57.786Z] Live Restore Enabled: false [2019-09-20T14:34:57.786Z] [2019-09-20T14:34:57.786Z] [2019-09-20T14:34:58.242Z] INFO: Commit hash is 04d9e157b [2019-09-20T14:34:58.242Z] INFO: Nuke-Everything... [2019-09-20T14:34:58.242Z] INFO: Container count on control daemon to delete is 0 [2019-09-20T14:34:58.597Z] Unpacking bash-completion (1:2.1-4.3) ... [2019-09-20T14:34:58.881Z] Selecting previously unselected package libnet1:ppc64el. [2019-09-20T14:34:58.881Z] Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_ppc64el.deb ... [2019-09-20T14:34:58.881Z] Unpacking libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-09-20T14:34:58.881Z] Selecting previously unselected package libnfnetlink0:ppc64el. [2019-09-20T14:34:58.881Z] Preparing to unpack .../02-libnfnetlink0_1.0.1-3_ppc64el.deb ... [2019-09-20T14:34:58.881Z] Unpacking libnfnetlink0:ppc64el (1.0.1-3) ... [2019-09-20T14:34:58.881Z] Selecting previously unselected package libpcrecpp0v5:ppc64el. [2019-09-20T14:34:58.881Z] Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_ppc64el.deb ... [2019-09-20T14:34:58.881Z] Unpacking libpcrecpp0v5:ppc64el (2:8.39-3) ... [2019-09-20T14:34:58.881Z] Selecting previously unselected package libudev-dev:ppc64el. [2019-09-20T14:34:58.881Z] Preparing to unpack .../04-libudev-dev_232-25+deb9u12_ppc64el.deb ... [2019-09-20T14:34:58.881Z] Unpacking libudev-dev:ppc64el (232-25+deb9u12) ... [2019-09-20T14:34:58.881Z] Selecting previously unselected package libpython3.5-minimal:ppc64el. [2019-09-20T14:34:58.881Z] Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_ppc64el.deb ... [2019-09-20T14:34:58.881Z] Unpacking libpython3.5-minimal:ppc64el (3.5.3-1+deb9u1) ... [2019-09-20T14:34:59.165Z] Selecting previously unselected package python3.5-minimal. [2019-09-20T14:34:59.165Z] Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_ppc64el.deb ... [2019-09-20T14:34:59.165Z] Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-20T14:34:59.207Z] INFO: Nuking d:\CI-14 [2019-09-20T14:34:59.207Z] INFO: Zapped successfully [2019-09-20T14:34:59.207Z] INFO: Location for testing is d:\CI-14\CI-04d9e157b [2019-09-20T14:34:59.207Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2019-09-20T14:34:59.207Z] [2019-09-20T14:34:59.207Z] [2019-09-20T14:34:59.207Z] INFO: Building the image from Dockerfile.windows at 09/20/2019 14:34:59... [2019-09-20T14:34:59.207Z] [2019-09-20T14:34:59.447Z] Selecting previously unselected package python3-minimal. [2019-09-20T14:34:59.447Z] Preparing to unpack .../07-python3-minimal_3.5.3-1_ppc64el.deb ... [2019-09-20T14:34:59.447Z] Unpacking python3-minimal (3.5.3-1) ... [2019-09-20T14:34:59.447Z] Selecting previously unselected package libmpdec2:ppc64el. [2019-09-20T14:34:59.447Z] Preparing to unpack .../08-libmpdec2_2.4.2-1_ppc64el.deb ... [2019-09-20T14:34:59.447Z] Unpacking libmpdec2:ppc64el (2.4.2-1) ... [2019-09-20T14:34:59.447Z] Selecting previously unselected package libpython3.5-stdlib:ppc64el. [2019-09-20T14:34:59.447Z] Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_ppc64el.deb ... [2019-09-20T14:34:59.447Z] Unpacking libpython3.5-stdlib:ppc64el (3.5.3-1+deb9u1) ... [2019-09-20T14:34:59.732Z] Selecting previously unselected package python3.5. [2019-09-20T14:34:59.732Z] Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_ppc64el.deb ... [2019-09-20T14:34:59.732Z] Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-09-20T14:34:59.732Z] Selecting previously unselected package libpython3-stdlib:ppc64el. [2019-09-20T14:34:59.732Z] Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_ppc64el.deb ... [2019-09-20T14:34:59.732Z] Unpacking libpython3-stdlib:ppc64el (3.5.3-1) ... [2019-09-20T14:35:00.016Z] Selecting previously unselected package dh-python. [2019-09-20T14:35:00.016Z] Preparing to unpack .../12-dh-python_2.20170125_all.deb ... [2019-09-20T14:35:00.016Z] Unpacking dh-python (2.20170125) ... [2019-09-20T14:35:00.016Z] Setting up libpython3.5-minimal:ppc64el (3.5.3-1+deb9u1) ... [2019-09-20T14:35:00.016Z] Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-20T14:35:01.025Z] Setting up python3-minimal (3.5.3-1) ... [2019-09-20T14:35:01.310Z] Selecting previously unselected package python3. [2019-09-20T14:35:01.310Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16606 files and directories currently installed.) [2019-09-20T14:35:01.310Z] Preparing to unpack .../00-python3_3.5.3-1_ppc64el.deb ... [2019-09-20T14:35:01.310Z] Unpacking python3 (3.5.3-1) ... [2019-09-20T14:35:01.310Z] Selecting previously unselected package pigz. [2019-09-20T14:35:01.310Z] Preparing to unpack .../01-pigz_2.3.4-1_ppc64el.deb ... [2019-09-20T14:35:01.310Z] Unpacking pigz (2.3.4-1) ... [2019-09-20T14:35:01.310Z] Selecting previously unselected package libip4tc0:ppc64el. [2019-09-20T14:35:01.310Z] Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-09-20T14:35:01.310Z] Unpacking libip4tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-20T14:35:01.310Z] Selecting previously unselected package libip6tc0:ppc64el. [2019-09-20T14:35:01.310Z] Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-09-20T14:35:01.310Z] Unpacking libip6tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-20T14:35:01.310Z] Selecting previously unselected package libiptc0:ppc64el. [2019-09-20T14:35:01.310Z] Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-09-20T14:35:01.310Z] Unpacking libiptc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-20T14:35:01.310Z] Selecting previously unselected package libxtables12:ppc64el. [2019-09-20T14:35:01.310Z] Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-09-20T14:35:01.310Z] Unpacking libxtables12:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-20T14:35:01.310Z] Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2019-09-20T14:35:01.310Z] Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_ppc64el.deb ... [2019-09-20T14:35:01.310Z] Unpacking libnetfilter-conntrack3:ppc64el (1.0.6-2) ... [2019-09-20T14:35:01.310Z] Selecting previously unselected package iptables. [2019-09-20T14:35:01.310Z] Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-09-20T14:35:01.310Z] Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-09-20T14:35:01.595Z] Selecting previously unselected package xxd. [2019-09-20T14:35:01.595Z] Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-09-20T14:35:01.595Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:35:01.595Z] Selecting previously unselected package vim-common. [2019-09-20T14:35:01.595Z] Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-20T14:35:01.595Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:35:01.595Z] Selecting previously unselected package bzip2. [2019-09-20T14:35:01.595Z] Preparing to unpack .../10-bzip2_1.0.6-8.1_ppc64el.deb ... [2019-09-20T14:35:01.595Z] Unpacking bzip2 (1.0.6-8.1) ... [2019-09-20T14:35:01.595Z] Selecting previously unselected package libgpm2:ppc64el. [2019-09-20T14:35:01.595Z] Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_ppc64el.deb ... [2019-09-20T14:35:01.595Z] Unpacking libgpm2:ppc64el (1.20.4-6.2+b1) ... [2019-09-20T14:35:01.595Z] Selecting previously unselected package xz-utils. [2019-09-20T14:35:01.595Z] Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_ppc64el.deb ... [2019-09-20T14:35:01.595Z] Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-09-20T14:35:01.880Z] Selecting previously unselected package aufs-tools. [2019-09-20T14:35:01.880Z] Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_ppc64el.deb ... [2019-09-20T14:35:01.880Z] Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-09-20T14:35:01.880Z] Selecting previously unselected package liblzo2-2:ppc64el. [2019-09-20T14:35:01.880Z] Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-09-20T14:35:01.880Z] Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-09-20T14:35:01.880Z] Selecting previously unselected package btrfs-progs. [2019-09-20T14:35:01.880Z] Preparing to unpack .../15-btrfs-progs_4.7.3-1_ppc64el.deb ... [2019-09-20T14:35:01.880Z] Unpacking btrfs-progs (4.7.3-1) ... [2019-09-20T14:35:01.880Z] Selecting previously unselected package btrfs-tools. [2019-09-20T14:35:01.880Z] Preparing to unpack .../16-btrfs-tools_4.7.3-1_ppc64el.deb ... [2019-09-20T14:35:01.880Z] Unpacking btrfs-tools (4.7.3-1) ... [2019-09-20T14:35:01.880Z] Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2019-09-20T14:35:01.880Z] Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_ppc64el.deb ... [2019-09-20T14:35:01.880Z] Unpacking libdevmapper1.02.1:ppc64el (2:1.02.137-2) ... [2019-09-20T14:35:01.880Z] Selecting previously unselected package dmsetup. [2019-09-20T14:35:01.880Z] Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_ppc64el.deb ... [2019-09-20T14:35:02.164Z] Unpacking dmsetup (2:1.02.137-2) ... [2019-09-20T14:35:02.164Z] Selecting previously unselected package libonig4:ppc64el. [2019-09-20T14:35:02.164Z] Preparing to unpack .../19-libonig4_6.1.3-2_ppc64el.deb ... [2019-09-20T14:35:02.164Z] Unpacking libonig4:ppc64el (6.1.3-2) ... [2019-09-20T14:35:02.164Z] Selecting previously unselected package libjq1:ppc64el. [2019-09-20T14:35:02.164Z] Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_ppc64el.deb ... [2019-09-20T14:35:02.164Z] Unpacking libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-09-20T14:35:02.164Z] Selecting previously unselected package jq. [2019-09-20T14:35:02.164Z] Preparing to unpack .../21-jq_1.5+dfsg-1.3_ppc64el.deb ... [2019-09-20T14:35:02.164Z] Unpacking jq (1.5+dfsg-1.3) ... [2019-09-20T14:35:02.164Z] Selecting previously unselected package libaio1:ppc64el. [2019-09-20T14:35:02.164Z] Preparing to unpack .../22-libaio1_0.3.110-3_ppc64el.deb ... [2019-09-20T14:35:02.164Z] Unpacking libaio1:ppc64el (0.3.110-3) ... [2019-09-20T14:35:02.164Z] Selecting previously unselected package libcap2-bin. [2019-09-20T14:35:02.164Z] Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_ppc64el.deb ... [2019-09-20T14:35:02.164Z] Unpacking libcap2-bin (1:2.25-1) ... [2019-09-20T14:35:02.164Z] Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2019-09-20T14:35:02.164Z] Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_ppc64el.deb ... [2019-09-20T14:35:02.164Z] Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.137-2) ... [2019-09-20T14:35:02.164Z] Selecting previously unselected package libsepol1-dev:ppc64el. [2019-09-20T14:35:02.164Z] Preparing to unpack .../25-libsepol1-dev_2.6-2_ppc64el.deb ... [2019-09-20T14:35:02.164Z] Unpacking libsepol1-dev:ppc64el (2.6-2) ... [2019-09-20T14:35:02.448Z] Selecting previously unselected package libpcre16-3:ppc64el. [2019-09-20T14:35:02.448Z] Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_ppc64el.deb ... [2019-09-20T14:35:02.448Z] Unpacking libpcre16-3:ppc64el (2:8.39-3) ... [2019-09-20T14:35:02.448Z] Selecting previously unselected package libpcre32-3:ppc64el. [2019-09-20T14:35:02.448Z] Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_ppc64el.deb ... [2019-09-20T14:35:02.448Z] Unpacking libpcre32-3:ppc64el (2:8.39-3) ... [2019-09-20T14:35:02.448Z] Selecting previously unselected package libpcre3-dev:ppc64el. [2019-09-20T14:35:02.448Z] Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_ppc64el.deb ... [2019-09-20T14:35:02.448Z] Unpacking libpcre3-dev:ppc64el (2:8.39-3) ... [2019-09-20T14:35:02.448Z] Selecting previously unselected package libselinux1-dev:ppc64el. [2019-09-20T14:35:02.448Z] Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_ppc64el.deb ... [2019-09-20T14:35:02.448Z] Unpacking libselinux1-dev:ppc64el (2.6-3+b3) ... [2019-09-20T14:35:02.731Z] Selecting previously unselected package libdevmapper-dev:ppc64el. [2019-09-20T14:35:02.731Z] Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_ppc64el.deb ... [2019-09-20T14:35:02.731Z] Unpacking libdevmapper-dev:ppc64el (2:1.02.137-2) ... [2019-09-20T14:35:02.731Z] Selecting previously unselected package libnl-3-200:ppc64el. [2019-09-20T14:35:02.731Z] Preparing to unpack .../31-libnl-3-200_3.2.27-2_ppc64el.deb ... [2019-09-20T14:35:02.731Z] Unpacking libnl-3-200:ppc64el (3.2.27-2) ... [2019-09-20T14:35:02.731Z] Selecting previously unselected package libprotobuf-c1:ppc64el. [2019-09-20T14:35:02.731Z] Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_ppc64el.deb ... [2019-09-20T14:35:02.731Z] Unpacking libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-09-20T14:35:02.731Z] Selecting previously unselected package libreadline5:ppc64el. [2019-09-20T14:35:02.731Z] Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_ppc64el.deb ... [2019-09-20T14:35:02.731Z] Unpacking libreadline5:ppc64el (5.2+dfsg-3+b1) ... [2019-09-20T14:35:02.731Z] Selecting previously unselected package libsystemd-dev:ppc64el. [2019-09-20T14:35:02.731Z] Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_ppc64el.deb ... [2019-09-20T14:35:02.731Z] Unpacking libsystemd-dev:ppc64el (232-25+deb9u12) ... [2019-09-20T14:35:03.348Z] Selecting previously unselected package net-tools. [2019-09-20T14:35:03.348Z] Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_ppc64el.deb ... [2019-09-20T14:35:03.348Z] Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-20T14:35:03.348Z] Selecting previously unselected package python-pip-whl. [2019-09-20T14:35:03.348Z] Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-09-20T14:35:03.348Z] Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-20T14:35:03.348Z] Selecting previously unselected package python3-pip. [2019-09-20T14:35:03.348Z] Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-09-20T14:35:03.349Z] Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-09-20T14:35:03.349Z] Selecting previously unselected package python3-pkg-resources. [2019-09-20T14:35:03.349Z] Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-09-20T14:35:03.349Z] Unpacking python3-pkg-resources (33.1.1-1) ... [2019-09-20T14:35:03.632Z] Selecting previously unselected package python3-setuptools. [2019-09-20T14:35:03.632Z] Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-09-20T14:35:03.632Z] Unpacking python3-setuptools (33.1.1-1) ... [2019-09-20T14:35:03.632Z] Selecting previously unselected package python3-wheel. [2019-09-20T14:35:03.632Z] Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-09-20T14:35:03.632Z] Unpacking python3-wheel (0.29.0-2) ... [2019-09-20T14:35:03.632Z] Selecting previously unselected package thin-provisioning-tools. [2019-09-20T14:35:03.632Z] Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_ppc64el.deb ... [2019-09-20T14:35:03.632Z] Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-20T14:35:03.632Z] Selecting previously unselected package vim-runtime. [2019-09-20T14:35:03.632Z] Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-20T14:35:03.632Z] Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' [2019-09-20T14:35:03.632Z] Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-09-20T14:35:03.632Z] Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:35:04.997Z] Sending build context to Docker daemon 49.97MB [2019-09-20T14:35:04.997Z] [2019-09-20T14:35:04.997Z] Step 1/8 : FROM microsoft/windowsservercore [2019-09-20T14:35:04.997Z] ---> 1ddfa8bee56a [2019-09-20T14:35:04.997Z] Step 2/8 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2019-09-20T14:35:05.123Z] Selecting previously unselected package vim. [2019-09-20T14:35:05.123Z] Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-09-20T14:35:05.123Z] Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:35:05.123Z] Selecting previously unselected package xfsprogs. [2019-09-20T14:35:05.123Z] Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_ppc64el.deb ... [2019-09-20T14:35:05.123Z] Unpacking xfsprogs (4.9.0+nmu1) ... [2019-09-20T14:35:05.123Z] Selecting previously unselected package zip. [2019-09-20T14:35:05.123Z] Preparing to unpack .../45-zip_3.0-11+b1_ppc64el.deb ... [2019-09-20T14:35:05.123Z] Unpacking zip (3.0-11+b1) ... [2019-09-20T14:35:05.123Z] Selecting previously unselected package libapparmor-perl. [2019-09-20T14:35:05.123Z] Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_ppc64el.deb ... [2019-09-20T14:35:05.123Z] Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-20T14:35:05.123Z] Selecting previously unselected package apparmor. [2019-09-20T14:35:05.123Z] Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_ppc64el.deb ... [2019-09-20T14:35:05.123Z] Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-09-20T14:35:05.407Z] Selecting previously unselected package binutils-mingw-w64-i686. [2019-09-20T14:35:05.407Z] Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_ppc64el.deb ... [2019-09-20T14:35:05.407Z] Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-20T14:35:05.454Z] ---> Running in 10feb39b54be [2019-09-20T14:35:05.690Z] Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-09-20T14:35:05.691Z] Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_ppc64el.deb ... [2019-09-20T14:35:05.691Z] Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-20T14:35:05.912Z] Removing intermediate container 10feb39b54be [2019-09-20T14:35:05.912Z] ---> 0afcad7344f5 [2019-09-20T14:35:05.912Z] Step 3/8 : ARG GO_VERSION=1.13.0 [2019-09-20T14:35:05.912Z] ---> Running in 45fcaaa241a1 [2019-09-20T14:35:06.306Z] Selecting previously unselected package binutils-mingw-w64. [2019-09-20T14:35:06.306Z] Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-09-20T14:35:06.306Z] Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-20T14:35:06.306Z] Selecting previously unselected package mingw-w64-common. [2019-09-20T14:35:06.306Z] Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-09-20T14:35:06.306Z] Unpacking mingw-w64-common (5.0.1-1) ... [2019-09-20T14:35:06.882Z] Removing intermediate container 45fcaaa241a1 [2019-09-20T14:35:06.883Z] ---> 96ea77596a37 [2019-09-20T14:35:06.883Z] Step 4/8 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 [2019-09-20T14:35:06.883Z] ---> Running in eb81451e9c03 [2019-09-20T14:35:07.318Z] Selecting previously unselected package mingw-w64-x86-64-dev. [2019-09-20T14:35:07.318Z] Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-09-20T14:35:07.318Z] Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-20T14:35:07.349Z] Removing intermediate container eb81451e9c03 [2019-09-20T14:35:07.349Z] ---> ddad95e70cc1 [2019-09-20T14:35:07.349Z] 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/jhowardmsft/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/jhowardmsft/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/jhowardmsft/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; Write-Host INFO: Creating source directory...; New-Item -ItemType Directory -Path ${GOPATH}\src\github.com\docker\docker | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; Write-Host INFO: Completed [2019-09-20T14:35:07.349Z] ---> Running in ce5d2e76c2da [2019-09-20T14:35:08.329Z] Selecting previously unselected package gcc-mingw-w64-base. [2019-09-20T14:35:08.329Z] Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-09-20T14:35:08.329Z] Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-20T14:35:08.329Z] Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-09-20T14:35:08.329Z] Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-09-20T14:35:08.329Z] Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-20T14:35:12.713Z] Selecting previously unselected package g++-mingw-w64-x86-64. [2019-09-20T14:35:12.713Z] Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-09-20T14:35:12.713Z] Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-20T14:35:14.417Z] [2019-09-20T14:35:14.417Z] SUCCESS: Specified value was saved. [2019-09-20T14:35:15.600Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-09-20T14:35:15.600Z] [2019-09-20T14:35:15.600Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-09-20T14:35:15.600Z] PKG_CONFIG=pkg-config [2019-09-20T14:35:15.600Z] GOLANG_VERSION=1.13 [2019-09-20T14:35:15.600Z] HOSTNAME=e811245733f1 [2019-09-20T14:35:15.600Z] DOCKER_EXPERIMENTAL=1 [2019-09-20T14:35:15.600Z] container=docker [2019-09-20T14:35:15.600Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-09-20T14:35:15.600Z] GO111MODULE=off [2019-09-20T14:35:15.600Z] GOPATH=/go [2019-09-20T14:35:15.600Z] PWD=/go/src/github.com/docker/docker [2019-09-20T14:35:15.600Z] HOME=/root [2019-09-20T14:35:15.600Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-20T14:35:15.600Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-20T14:35:15.600Z] DOCKER_GITCOMMIT=04d9e157b2b09401ae3e9e00e143606218910580 [2019-09-20T14:35:15.600Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-20T14:35:15.600Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-20T14:35:15.600Z] TERM=xterm [2019-09-20T14:35:15.600Z] DEST=bundles/test-integration [2019-09-20T14:35:15.600Z] SHLVL=1 [2019-09-20T14:35:15.600Z] TIMEOUT=120m [2019-09-20T14:35:15.600Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-20T14:35:15.600Z] DOCKER_PKG=github.com/docker/docker [2019-09-20T14:35:15.600Z] TESTDEBUG=0 [2019-09-20T14:35:15.600Z] _=/usr/bin/env [2019-09-20T14:35:15.600Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-09-20T14:35:15.950Z] INFO: Downloading git... [2019-09-20T14:35:16.171Z] Setting up aufs-tools (1:4.1+20161219-1) ... [2019-09-20T14:35:16.171Z] Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-20T14:35:16.171Z] Setting up libsepol1-dev:ppc64el (2.6-2) ... [2019-09-20T14:35:16.171Z] Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-20T14:35:16.171Z] Setting up libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-09-20T14:35:16.171Z] Setting up libip4tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-20T14:35:16.171Z] Processing triggers for mime-support (3.60) ... [2019-09-20T14:35:16.171Z] Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:35:16.171Z] Setting up libgpm2:ppc64el (1.20.4-6.2+b1) ... [2019-09-20T14:35:16.171Z] Setting up libcap2-bin (1:2.25-1) ... [2019-09-20T14:35:16.171Z] Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-20T14:35:16.171Z] Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-20T14:35:16.171Z] Setting up bash-completion (1:2.1-4.3) ... [2019-09-20T14:35:17.489Z] INFO: Downloading go... [2019-09-20T14:35:17.645Z] Setting up libonig4:ppc64el (6.1.3-2) ... [2019-09-20T14:35:17.645Z] Setting up libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-09-20T14:35:17.645Z] Setting up zip (3.0-11+b1) ... [2019-09-20T14:35:17.645Z] Setting up bzip2 (1.0.6-8.1) ... [2019-09-20T14:35:17.645Z] Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-20T14:35:17.645Z] Setting up libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-09-20T14:35:17.645Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-20T14:35:17.645Z] Setting up libaio1:ppc64el (0.3.110-3) ... [2019-09-20T14:35:17.645Z] Setting up libxtables12:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-20T14:35:17.645Z] Setting up xz-utils (5.2.2-1.2+b1) ... [2019-09-20T14:35:17.645Z] update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-09-20T14:35:17.645Z] Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-20T14:35:17.645Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:35:17.645Z] Setting up libpcrecpp0v5:ppc64el (2:8.39-3) ... [2019-09-20T14:35:17.645Z] Setting up libpcre32-3:ppc64el (2:8.39-3) ... [2019-09-20T14:35:17.645Z] Setting up libnfnetlink0:ppc64el (1.0.1-3) ... [2019-09-20T14:35:17.645Z] Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:35:17.645Z] Setting up libsystemd-dev:ppc64el (232-25+deb9u12) ... [2019-09-20T14:35:17.645Z] Setting up libpcre16-3:ppc64el (2:8.39-3) ... [2019-09-20T14:35:17.645Z] Setting up libreadline5:ppc64el (5.2+dfsg-3+b1) ... [2019-09-20T14:35:17.645Z] Setting up libnl-3-200:ppc64el (3.2.27-2) ... [2019-09-20T14:35:17.645Z] Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-20T14:35:17.645Z] Setting up libudev-dev:ppc64el (232-25+deb9u12) ... [2019-09-20T14:35:17.645Z] Setting up pigz (2.3.4-1) ... [2019-09-20T14:35:17.645Z] Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-20T14:35:17.645Z] Setting up libmpdec2:ppc64el (2.4.2-1) ... [2019-09-20T14:35:17.645Z] Setting up libip6tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-20T14:35:17.645Z] Setting up mingw-w64-common (5.0.1-1) ... [2019-09-20T14:35:17.645Z] Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-09-20T14:35:17.645Z] Setting up jq (1.5+dfsg-1.3) ... [2019-09-20T14:35:17.645Z] Setting up libpcre3-dev:ppc64el (2:8.39-3) ... [2019-09-20T14:35:17.645Z] Setting up libnetfilter-conntrack3:ppc64el (1.0.6-2) ... [2019-09-20T14:35:17.645Z] Setting up xfsprogs (4.9.0+nmu1) ... [2019-09-20T14:35:17.645Z] Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-09-20T14:35:17.645Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-09-20T14:35:17.645Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-09-20T14:35:17.645Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-09-20T14:35:17.645Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-09-20T14:35:17.645Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-09-20T14:35:17.645Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-09-20T14:35:17.645Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-09-20T14:35:17.645Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-09-20T14:35:17.645Z] Setting up libpython3.5-stdlib:ppc64el (3.5.3-1+deb9u1) ... [2019-09-20T14:35:17.645Z] Setting up libiptc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-20T14:35:17.645Z] Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-20T14:35:17.645Z] Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-09-20T14:35:17.645Z] Setting up btrfs-progs (4.7.3-1) ... [2019-09-20T14:35:17.645Z] Setting up libselinux1-dev:ppc64el (2.6-3+b3) ... [2019-09-20T14:35:17.645Z] Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-09-20T14:35:18.462Z] INFO: Downloading compiler 1 of 3... [2019-09-20T14:35:19.434Z] INFO: Downloading compiler 2 of 3... [2019-09-20T14:35:19.680Z] Setting up libpython3-stdlib:ppc64el (3.5.3-1) ... [2019-09-20T14:35:19.680Z] Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-20T14:35:19.680Z] update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-09-20T14:35:19.680Z] update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-posix (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-09-20T14:35:19.680Z] update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-09-20T14:35:19.680Z] update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-win32 (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-09-20T14:35:19.680Z] Setting up btrfs-tools (4.7.3-1) ... [2019-09-20T14:35:19.680Z] Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-20T14:35:19.680Z] update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-09-20T14:35:19.680Z] update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-09-20T14:35:19.680Z] Setting up python3 (3.5.3-1) ... [2019-09-20T14:35:19.891Z] INFO: Downloading compiler 3 of 3... [2019-09-20T14:35:20.294Z] Setting up apparmor (2.11.0-3+deb9u2) ... [2019-09-20T14:35:20.863Z] INFO: Extracting git... [2019-09-20T14:35:20.909Z] update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-09-20T14:35:20.909Z] diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-09-20T14:35:20.909Z] Setting up libdevmapper1.02.1:ppc64el (2:1.02.137-2) ... [2019-09-20T14:35:20.909Z] Setting up python3-wheel (0.29.0-2) ... [2019-09-20T14:35:21.192Z] Setting up python3-pkg-resources (33.1.1-1) ... [2019-09-20T14:35:21.475Z] Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.137-2) ... [2019-09-20T14:35:21.475Z] Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-09-20T14:35:22.089Z] Setting up dmsetup (2:1.02.137-2) ... [2019-09-20T14:35:22.089Z] Setting up python3-setuptools (33.1.1-1) ... [2019-09-20T14:35:22.372Z] Setting up dh-python (2.20170125) ... [2019-09-20T14:35:22.657Z] Setting up libdevmapper-dev:ppc64el (2:1.02.137-2) ... [2019-09-20T14:35:22.657Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-20T14:35:24.445Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2019-09-20T14:35:32.937Z] Removing intermediate container 736a086a2b9c [2019-09-20T14:35:32.937Z] ---> 93f052debd6f [2019-09-20T14:35:32.937Z] Step 104/126 : RUN pip3 install yamllint==1.16.0 [2019-09-20T14:35:32.937Z] ---> Running in 33de8baa2839 [2019-09-20T14:35:35.612Z] Collecting yamllint==1.16.0 [2019-09-20T14:35:35.894Z] Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-09-20T14:35:35.894Z] Collecting pyyaml (from yamllint==1.16.0) [2019-09-20T14:35:36.176Z] Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-09-20T14:35:37.182Z] Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-09-20T14:35:37.182Z] Downloading https://files.pythonhosted.org/packages/84/2a/bfee636b1e2f7d6e30dd74f49201ccfa5c3cf322d44929ecc6c137c486c5/pathspec-0.5.9.tar.gz [2019-09-20T14:35:37.796Z] Building wheels for collected packages: pyyaml, pathspec [2019-09-20T14:35:37.796Z] Running setup.py bdist_wheel for pyyaml: started [2019-09-20T14:35:38.412Z] Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-09-20T14:35:38.412Z] Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-09-20T14:35:38.412Z] Running setup.py bdist_wheel for pathspec: started [2019-09-20T14:35:38.545Z] INFO: Expanding go... [2019-09-20T14:35:39.041Z] Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-09-20T14:35:39.041Z] Stored in directory: /root/.cache/pip/wheels/45/cb/7e/ce6e6062c69446e39e328170524ca8213498bc66a74c6a210b [2019-09-20T14:35:39.041Z] Successfully built pyyaml pathspec [2019-09-20T14:35:39.041Z] Installing collected packages: pyyaml, pathspec, yamllint [2019-09-20T14:35:39.324Z] Successfully installed pathspec-0.5.9 pyyaml-5.1.2 yamllint-1.16.0 [2019-09-20T14:35:39.943Z] Removing intermediate container 33de8baa2839 [2019-09-20T14:35:39.943Z] ---> bf65f8ecc285 [2019-09-20T14:35:39.943Z] Step 105/126 : COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-09-20T14:35:41.422Z] ---> 84d8ec10b0f8 [2019-09-20T14:35:41.422Z] Step 106/126 : COPY --from=frozen-images /build/ /docker-frozen-images [2019-09-20T14:35:45.813Z] ---> 0a8997f448f3 [2019-09-20T14:35:45.813Z] Step 107/126 : COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-09-20T14:35:46.096Z] ---> 59ec69727fcd [2019-09-20T14:35:46.096Z] Step 108/126 : COPY --from=gotestsum /build/ /usr/local/bin/ [2019-09-20T14:35:46.379Z] ---> 72ec72d9b00d [2019-09-20T14:35:46.379Z] Step 109/126 : COPY --from=tomlv /build/ /usr/local/bin/ [2019-09-20T14:35:46.661Z] ---> d6b1c4c9348e [2019-09-20T14:35:46.661Z] Step 110/126 : COPY --from=vndr /build/ /usr/local/bin/ [2019-09-20T14:35:46.944Z] ---> 92dec1f0b1c4 [2019-09-20T14:35:46.944Z] Step 111/126 : COPY --from=tini /build/ /usr/local/bin/ [2019-09-20T14:35:47.229Z] ---> 6ac2731c61bc [2019-09-20T14:35:47.229Z] Step 112/126 : COPY --from=runc /build/ /usr/local/bin/ [2019-09-20T14:35:47.513Z] ---> 4c803c3f632a [2019-09-20T14:35:47.513Z] Step 113/126 : COPY --from=containerd /build/ /usr/local/bin/ [2019-09-20T14:35:48.522Z] ---> 6a1a10eeee91 [2019-09-20T14:35:48.522Z] Step 114/126 : COPY --from=proxy /build/ /usr/local/bin/ [2019-09-20T14:35:48.806Z] ---> 9504952abe6d [2019-09-20T14:35:48.806Z] Step 115/126 : COPY --from=dockercli /build/ /usr/local/cli [2019-09-20T14:35:49.422Z] ---> 95818efbb81f [2019-09-20T14:35:49.422Z] Step 116/126 : COPY --from=registry /build/registry* /usr/local/bin/ [2019-09-20T14:35:50.918Z] ---> a3973d0147f0 [2019-09-20T14:35:50.918Z] Step 117/126 : COPY --from=criu /build/ /usr/local/ [2019-09-20T14:35:51.200Z] ---> 5ae547b94a55 [2019-09-20T14:35:51.200Z] Step 118/126 : COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-09-20T14:35:51.815Z] ---> e682a4b24c00 [2019-09-20T14:35:51.815Z] Step 119/126 : COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e /vpnkit /usr/local/bin/vpnkit.x86_64 [2019-09-20T14:35:52.097Z] sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e: Pulling from djs55/vpnkit [2019-09-20T14:35:52.097Z] bad55c542dc9: Pulling fs layer [2019-09-20T14:35:52.382Z] bad55c542dc9: Verifying Checksum [2019-09-20T14:35:52.382Z] bad55c542dc9: Download complete [2019-09-20T14:35:53.001Z] bad55c542dc9: Pull complete [2019-09-20T14:35:53.001Z] Digest: sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2019-09-20T14:35:53.001Z] Status: Downloaded newer image for djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2019-09-20T14:35:53.292Z] ---> 6c13b7047665 [2019-09-20T14:35:53.292Z] Step 120/126 : ENV PATH=/usr/local/cli:$PATH [2019-09-20T14:35:53.575Z] ---> Running in e6d5aa728a5c [2019-09-20T14:35:53.575Z] Removing intermediate container e6d5aa728a5c [2019-09-20T14:35:53.575Z] ---> 1e121d3b415d [2019-09-20T14:35:53.575Z] Step 121/126 : ENV DOCKER_BUILDTAGS apparmor seccomp selinux [2019-09-20T14:35:53.575Z] ---> Running in b2d2da5c8ee1 [2019-09-20T14:35:53.575Z] Removing intermediate container b2d2da5c8ee1 [2019-09-20T14:35:53.575Z] ---> b1160b519b1d [2019-09-20T14:35:53.575Z] Step 122/126 : WORKDIR /go/src/github.com/docker/docker [2019-09-20T14:35:53.858Z] ---> Running in 64ef66d1b3b9 [2019-09-20T14:35:53.858Z] Removing intermediate container 64ef66d1b3b9 [2019-09-20T14:35:53.858Z] ---> 3dd7a2423a7c [2019-09-20T14:35:53.858Z] Step 123/126 : VOLUME /var/lib/docker [2019-09-20T14:35:53.858Z] ---> Running in e5941fd315a9 [2019-09-20T14:35:53.858Z] Removing intermediate container e5941fd315a9 [2019-09-20T14:35:53.858Z] ---> 09537c82508b [2019-09-20T14:35:53.858Z] Step 124/126 : ENTRYPOINT ["hack/dind"] [2019-09-20T14:35:54.141Z] ---> Running in 544741bbd437 [2019-09-20T14:35:54.141Z] Removing intermediate container 544741bbd437 [2019-09-20T14:35:54.141Z] ---> a10246225828 [2019-09-20T14:35:54.141Z] Step 125/126 : FROM dev AS final [2019-09-20T14:35:54.141Z] ---> a10246225828 [2019-09-20T14:35:54.141Z] Step 126/126 : COPY . /go/src/github.com/docker/docker [2019-09-20T14:36:00.952Z] ---> 1dd147dd4d82 [2019-09-20T14:36:00.952Z] Successfully built 1dd147dd4d82 [2019-09-20T14:36:00.952Z] Successfully tagged docker:04d9e157b2b09401ae3e9e00e143606218910580 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-09-20T14:36:01.169Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-09-20T14:36:01.414Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-39943/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr14 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=04d9e157b2b09401ae3e9e00e143606218910580 -e DOCKER_GRAPHDRIVER docker:04d9e157b2b09401ae3e9e00e143606218910580 hack/test/unit [2019-09-20T14:36:02.098Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-09-20T14:36:03.702Z] INFO: Expanding compiler 1 of 3... [2019-09-20T14:36:03.702Z] INFO: Expanding compiler 2 of 3... [2019-09-20T14:36:04.919Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-09-20T14:36:04.919Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-09-20T14:36:05.819Z] ? github.com/docker/docker/api [no test files] [2019-09-20T14:36:06.238Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-09-20T14:36:08.444Z] INFO: Expanding compiler 3 of 3... [2019-09-20T14:36:09.293Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-09-20T14:36:09.409Z] INFO: Removing downloaded files... [2019-09-20T14:36:09.409Z] INFO: Creating source directory... [2019-09-20T14:36:09.409Z] INFO: Configuring git core.autocrlf... [2019-09-20T14:36:09.409Z] INFO: Completed [2019-09-20T14:36:11.798Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-09-20T14:36:12.113Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-09-20T14:36:15.172Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-09-20T14:36:17.045Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-09-20T14:36:17.432Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-09-20T14:36:18.765Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-09-20T14:36:20.755Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-09-20T14:36:21.179Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-09-20T14:36:24.646Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-09-20T14:36:25.289Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-09-20T14:36:27.944Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-09-20T14:36:28.160Z] ................................................ [ 29%] [2019-09-20T14:36:29.925Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-09-20T14:36:30.959Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-09-20T14:36:32.521Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-09-20T14:36:33.588Z] ok github.com/docker/docker/api/server 0.035s coverage: 9.0% of statements [2019-09-20T14:36:35.051Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-09-20T14:36:35.911Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-09-20T14:36:37.490Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-09-20T14:36:38.416Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-09-20T14:36:38.577Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-09-20T14:36:39.849Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-09-20T14:36:39.849Z] Using test binary docker [2019-09-20T14:36:39.849Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-09-20T14:36:39.849Z] +++ /etc/init.d/apparmor start [2019-09-20T14:36:39.849Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-20T14:36:39.849Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-20T14:36:39.849Z] Warning failed to create cache: (null) [2019-09-20T14:36:39.849Z] . [2019-09-20T14:36:39.849Z] Starting dockerd [2019-09-20T14:36:39.849Z] INFO: Waiting for daemon to start... [2019-09-20T14:36:39.849Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2019-09-20T14:36:42.290Z] . [2019-09-20T14:36:42.290Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-09-20T14:36:42.290Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-09-20T14:36:42.290Z] Error: No such image: emptyfs [2019-09-20T14:36:42.290Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-09-20T14:36:42.290Z] ++++ docker load [2019-09-20T14:36:42.290Z] Running integration-test (iteration 1) [2019-09-20T14:36:42.290Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2019-09-20T14:36:42.290Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:36:42.290Z] ++ set -e [2019-09-20T14:36:42.290Z] ++ '[' -n 0 ']' [2019-09-20T14:36:42.290Z] ++ set -x [2019-09-20T14:36:42.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=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:36:46.496Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-09-20T14:36:47.256Z] tests/integration/api_exec_test.py .................... [ 35%] [2019-09-20T14:36:49.030Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-09-20T14:36:51.984Z] Loaded image: buildpack-deps:jessie [2019-09-20T14:36:51.984Z] Loaded image: busybox:latest [2019-09-20T14:36:51.984Z] Loaded image: busybox:glibc [2019-09-20T14:36:51.984Z] Loaded image: debian:jessie [2019-09-20T14:36:51.984Z] Loaded image: hello-world:latest [2019-09-20T14:36:51.984Z] INFO: Testing against a local daemon [2019-09-20T14:36:51.984Z] === RUN TestCgroupNamespacesBuild [2019-09-20T14:36:53.332Z] --- PASS: TestCgroupNamespacesBuild (1.74s) [2019-09-20T14:36:53.332Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild" [2019-09-20T14:36:53.332Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-09-20T14:36:54.599Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.66s) [2019-09-20T14:36:54.599Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode" [2019-09-20T14:36:54.599Z] === RUN TestBuildWithSession [2019-09-20T14:36:54.947Z] tests/integration/api_healthcheck_test.py .... [ 36%] [2019-09-20T14:36:55.563Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-09-20T14:36:57.804Z] --- PASS: TestBuildWithSession (2.79s) [2019-09-20T14:36:57.804Z] === RUN TestBuildSquashParent [2019-09-20T14:36:59.106Z] tests/integration/api_image_test.py ...........s..... [ 40%] [2019-09-20T14:37:03.686Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-09-20T14:37:04.308Z] --- PASS: TestBuildSquashParent (6.21s) [2019-09-20T14:37:04.308Z] === RUN TestBuildWithRemoveAndForceRemove [2019-09-20T14:37:04.308Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-20T14:37:04.308Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-20T14:37:04.308Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-20T14:37:04.308Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-20T14:37:04.308Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-20T14:37:04.308Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-20T14:37:04.308Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-20T14:37:04.308Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-20T14:37:04.308Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-20T14:37:04.308Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-20T14:37:04.308Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-20T14:37:04.308Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-20T14:37:04.308Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-20T14:37:04.308Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-20T14:37:06.793Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-20T14:37:06.793Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-20T14:37:09.219Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-20T14:37:09.588Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-20T14:37:10.216Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-09-20T14:37:12.021Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2019-09-20T14:37:12.021Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.77s) [2019-09-20T14:37:12.021Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.86s) [2019-09-20T14:37:12.021Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.81s) [2019-09-20T14:37:12.021Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.81s) [2019-09-20T14:37:12.021Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.64s) [2019-09-20T14:37:12.021Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.60s) [2019-09-20T14:37:12.021Z] === RUN TestBuildMultiStageCopy [2019-09-20T14:37:12.021Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-20T14:37:14.586Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-20T14:37:15.364Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-20T14:37:15.735Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-20T14:37:16.099Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-20T14:37:16.475Z] --- PASS: TestBuildMultiStageCopy (4.62s) [2019-09-20T14:37:16.475Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.71s) [2019-09-20T14:37:16.475Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.44s) [2019-09-20T14:37:16.475Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.47s) [2019-09-20T14:37:16.475Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.50s) [2019-09-20T14:37:16.475Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.50s) [2019-09-20T14:37:16.475Z] === RUN TestBuildMultiStageParentConfig [2019-09-20T14:37:16.747Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-09-20T14:37:18.337Z] --- PASS: TestBuildMultiStageParentConfig (1.35s) [2019-09-20T14:37:18.337Z] === RUN TestBuildLabelWithTargets [2019-09-20T14:37:19.999Z] tests/integration/api_network_test.py ........................... [ 47%] [2019-09-20T14:37:20.166Z] --- PASS: TestBuildLabelWithTargets (2.17s) [2019-09-20T14:37:20.166Z] === RUN TestBuildWithEmptyLayers [2019-09-20T14:37:21.966Z] --- PASS: TestBuildWithEmptyLayers (1.51s) [2019-09-20T14:37:21.966Z] === RUN TestBuildMultiStageOnBuild [2019-09-20T14:37:23.278Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-09-20T14:37:24.465Z] --- PASS: TestBuildMultiStageOnBuild (2.80s) [2019-09-20T14:37:24.465Z] === RUN TestBuildUncleanTarFilenames [2019-09-20T14:37:25.722Z] --- PASS: TestBuildUncleanTarFilenames (1.17s) [2019-09-20T14:37:25.722Z] === RUN TestBuildMultiStageLayerLeak [2019-09-20T14:37:25.791Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-09-20T14:37:28.445Z] tests/integration/api_plugin_test.py ........... [ 50%] [2019-09-20T14:37:28.942Z] --- PASS: TestBuildMultiStageLayerLeak (2.88s) [2019-09-20T14:37:28.942Z] === RUN TestBuildWithHugeFile [2019-09-20T14:37:29.848Z] tests/integration/api_secret_test.py ..... [ 51%] [2019-09-20T14:37:32.366Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-09-20T14:37:34.878Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-09-20T14:37:34.878Z] Using test binary docker [2019-09-20T14:37:34.878Z] +++ /etc/init.d/apparmor start [2019-09-20T14:37:34.878Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-20T14:37:34.878Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-20T14:37:34.878Z] Warning failed to create cache: (null) [2019-09-20T14:37:34.878Z] . [2019-09-20T14:37:34.878Z] INFO: Waiting for daemon to start... [2019-09-20T14:37:34.878Z] Starting dockerd [2019-09-20T14:37:34.878Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2019-09-20T14:37:35.807Z] tests/integration/api_service_test.py ................s................. [ 60%] [2019-09-20T14:37:37.390Z] . [2019-09-20T14:37:37.390Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-09-20T14:37:37.390Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-09-20T14:37:37.390Z] Error: No such image: emptyfs [2019-09-20T14:37:37.390Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-09-20T14:37:37.390Z] ++++ docker load [2019-09-20T14:37:37.645Z] Running integration-test (iteration 1) [2019-09-20T14:37:37.645Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2019-09-20T14:37:37.645Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:37:37.645Z] ++ set -e [2019-09-20T14:37:37.645Z] ++ '[' -n 0 ']' [2019-09-20T14:37:37.645Z] ++ set -x [2019-09-20T14:37:37.645Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:37:49.432Z] ........................ [ 67%] [2019-09-20T14:38:03.552Z] --- PASS: TestBuildWithHugeFile (30.27s) [2019-09-20T14:38:03.552Z] === RUN TestBuildWithEmptyDockerfile [2019-09-20T14:38:03.552Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-20T14:38:03.552Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-20T14:38:03.552Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-20T14:38:03.552Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-20T14:38:03.552Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-20T14:38:03.552Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-20T14:38:03.552Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-20T14:38:03.552Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-20T14:38:03.552Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-20T14:38:03.552Z] --- PASS: TestBuildWithEmptyDockerfile (0.21s) [2019-09-20T14:38:03.552Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.25s) [2019-09-20T14:38:03.552Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.25s) [2019-09-20T14:38:03.552Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.11s) [2019-09-20T14:38:03.552Z] === RUN TestBuildPreserveOwnership [2019-09-20T14:38:03.552Z] === RUN TestBuildPreserveOwnership/copy_from [2019-09-20T14:38:03.552Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-09-20T14:38:05.366Z] --- PASS: TestBuildPreserveOwnership (6.16s) [2019-09-20T14:38:05.366Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.97s) [2019-09-20T14:38:05.366Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.17s) [2019-09-20T14:38:05.366Z] === RUN TestBuildPlatformInvalid [2019-09-20T14:38:05.751Z] --- PASS: TestBuildPlatformInvalid (0.14s) [2019-09-20T14:38:05.751Z] PASS [2019-09-20T14:38:05.751Z] [2019-09-20T14:38:05.751Z] DONE 32 tests in 83.451s [2019-09-20T14:38:05.751Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2019-09-20T14:38:05.751Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:38:05.751Z] ++ set -e [2019-09-20T14:38:05.751Z] ++ '[' -n 0 ']' [2019-09-20T14:38:05.751Z] ++ set -x [2019-09-20T14:38: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=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:38:06.133Z] INFO: Testing against a local daemon [2019-09-20T14:38:06.133Z] === RUN TestConfigList [2019-09-20T14:38:09.479Z] --- PASS: TestConfigList (2.96s) [2019-09-20T14:38:09.479Z] config_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigList" [2019-09-20T14:38:09.479Z] === RUN TestConfigsCreateAndDelete [2019-09-20T14:38:09.706Z] Loaded image: buildpack-deps:jessie [2019-09-20T14:38:09.706Z] Loaded image: busybox:latest [2019-09-20T14:38:09.706Z] Loaded image: busybox:glibc [2019-09-20T14:38:09.706Z] Loaded image: debian:jessie [2019-09-20T14:38:09.706Z] Loaded image: hello-world:latest [2019-09-20T14:38:09.706Z] INFO: Testing against a local daemon [2019-09-20T14:38:09.706Z] === RUN TestCgroupNamespacesBuild [2019-09-20T14:38:10.737Z] ok github.com/docker/docker/api/server/httputils 0.022s coverage: 14.7% of statements [2019-09-20T14:38:11.070Z] --- PASS: TestCgroupNamespacesBuild (3.85s) [2019-09-20T14:38:11.070Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild" [2019-09-20T14:38:11.070Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-09-20T14:38:11.369Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-09-20T14:38:11.906Z] --- PASS: TestConfigsCreateAndDelete (2.92s) [2019-09-20T14:38:11.906Z] config_test.go:112: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete" [2019-09-20T14:38:11.906Z] === RUN TestConfigsUpdate [2019-09-20T14:38:11.994Z] ok github.com/docker/docker/api/server/middleware 0.011s coverage: 37.7% of statements [2019-09-20T14:38:11.994Z] ? github.com/docker/docker/api/server/router [no test files] [2019-09-20T14:38:11.994Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-09-20T14:38:11.994Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-09-20T14:38:13.011Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-09-20T14:38:13.011Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-09-20T14:38:13.011Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-09-20T14:38:13.011Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-09-20T14:38:13.011Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-09-20T14:38:13.011Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-09-20T14:38:13.584Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.25s) [2019-09-20T14:38:13.584Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode" [2019-09-20T14:38:13.584Z] === RUN TestBuildWithSession [2019-09-20T14:38:14.448Z] --- PASS: TestConfigsUpdate (2.58s) [2019-09-20T14:38:14.449Z] config_test.go:140: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate" [2019-09-20T14:38:14.449Z] === RUN TestTemplatedConfig [2019-09-20T14:38:15.057Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-09-20T14:38:15.057Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-09-20T14:38:16.075Z] ok github.com/docker/docker/api/types/filters 0.011s coverage: 95.2% of statements [2019-09-20T14:38:16.362Z] ok github.com/docker/docker/api/types/strslice 0.024s coverage: 90.0% of statements [2019-09-20T14:38:16.362Z] ok github.com/docker/docker/api/types/time 0.009s coverage: 100.0% of statements [2019-09-20T14:38:16.362Z] ok github.com/docker/docker/api/server/router/swarm 0.009s coverage: 4.0% of statements [2019-09-20T14:38:16.362Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-09-20T14:38:16.362Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-09-20T14:38:16.362Z] ? github.com/docker/docker/api/types [no test files] [2019-09-20T14:38:16.362Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-09-20T14:38:16.362Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-09-20T14:38:16.362Z] ? github.com/docker/docker/api/types/container [no test files] [2019-09-20T14:38:16.362Z] ? github.com/docker/docker/api/types/events [no test files] [2019-09-20T14:38:16.362Z] ? github.com/docker/docker/api/types/image [no test files] [2019-09-20T14:38:16.362Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-09-20T14:38:16.362Z] ? github.com/docker/docker/api/types/network [no test files] [2019-09-20T14:38:16.362Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-09-20T14:38:16.362Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-09-20T14:38:16.362Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-09-20T14:38:16.362Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-09-20T14:38:16.947Z] --- PASS: TestBuildWithSession (3.67s) [2019-09-20T14:38:16.947Z] === RUN TestBuildSquashParent [2019-09-20T14:38:17.381Z] ok github.com/docker/docker/api/types/versions 0.020s coverage: 75.0% of statements [2019-09-20T14:38:17.381Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-09-20T14:38:17.381Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-09-20T14:38:17.381Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-09-20T14:38:17.381Z] ? github.com/docker/docker/builder [no test files] [2019-09-20T14:38:17.381Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-09-20T14:38:17.381Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-09-20T14:38:17.381Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-09-20T14:38:17.381Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-09-20T14:38:17.381Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-09-20T14:38:17.381Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-09-20T14:38:17.381Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-09-20T14:38:18.037Z] ok github.com/docker/docker/builder/dockerignore 0.025s coverage: 96.8% of statements [2019-09-20T14:38:18.500Z] --- PASS: TestTemplatedConfig (3.48s) [2019-09-20T14:38:18.500Z] config_test.go:192: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig" [2019-09-20T14:38:18.500Z] === RUN TestConfigInspect [2019-09-20T14:38:21.023Z] --- PASS: TestConfigInspect (2.84s) [2019-09-20T14:38:21.023Z] config_test.go:326: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect" [2019-09-20T14:38:21.023Z] === RUN TestConfigCreateWithLabels [2019-09-20T14:38:21.080Z] Removing intermediate container ce5d2e76c2da [2019-09-20T14:38:21.080Z] ---> 2403086f1f56 [2019-09-20T14:38:21.080Z] Step 6/8 : ENTRYPOINT ["powershell.exe"] [2019-09-20T14:38:21.080Z] ---> Running in 571251481d28 [2019-09-20T14:38:21.080Z] Removing intermediate container 571251481d28 [2019-09-20T14:38:21.080Z] ---> 478a5e3b7d4a [2019-09-20T14:38:21.080Z] Step 7/8 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2019-09-20T14:38:21.080Z] ---> Running in 304a501c2fd8 [2019-09-20T14:38:21.080Z] Removing intermediate container 304a501c2fd8 [2019-09-20T14:38:21.080Z] ---> ceca1f29e660 [2019-09-20T14:38:21.080Z] Step 8/8 : COPY . . [2019-09-20T14:38:23.474Z] --- PASS: TestConfigCreateWithLabels (2.80s) [2019-09-20T14:38:23.474Z] config_test.go:350: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels" [2019-09-20T14:38:23.474Z] === RUN TestConfigCreateResolve [2019-09-20T14:38:26.075Z] tests/integration/api_swarm_test.py .ssss.s...x....... [ 72%] [2019-09-20T14:38:26.780Z] --- PASS: TestConfigCreateResolve (2.82s) [2019-09-20T14:38:26.780Z] config_test.go:377: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve" [2019-09-20T14:38:26.780Z] === RUN TestConfigDaemonLibtrustID [2019-09-20T14:38:27.160Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2019-09-20T14:38:27.160Z] config_test.go:427: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID" [2019-09-20T14:38:27.160Z] PASS [2019-09-20T14:38:27.160Z] [2019-09-20T14:38:27.160Z] DONE 8 tests in 21.239s [2019-09-20T14:38:27.160Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2019-09-20T14:38:27.160Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:38:27.160Z] ++ set -e [2019-09-20T14:38:27.160Z] ++ '[' -n 0 ']' [2019-09-20T14:38:27.160Z] ++ set -x [2019-09-20T14:38:27.160Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:38:27.160Z] INFO: Testing against a local daemon [2019-09-20T14:38:27.160Z] === RUN TestCheckpoint [2019-09-20T14:38:27.160Z] --- SKIP: TestCheckpoint (0.00s) [2019-09-20T14:38:27.160Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-20T14:38:27.160Z] === RUN TestContainerInvalidJSON [2019-09-20T14:38:27.160Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-09-20T14:38:27.160Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-09-20T14:38:27.160Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-09-20T14:38:27.160Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-09-20T14:38:27.160Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-09-20T14:38:27.160Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-09-20T14:38:27.160Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-09-20T14:38:27.160Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-09-20T14:38:27.160Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-09-20T14:38:27.527Z] --- PASS: TestContainerInvalidJSON (0.03s) [2019-09-20T14:38:27.527Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-09-20T14:38:27.527Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-09-20T14:38:27.527Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-09-20T14:38:27.527Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-20T14:38:27.527Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s) [2019-09-20T14:38:27.527Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-20T14:38:27.527Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s) [2019-09-20T14:38:27.527Z] === RUN TestCopyToContainerPathDoesNotExist [2019-09-20T14:38:27.893Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.13s) [2019-09-20T14:38:27.893Z] === RUN TestCopyToContainerPathIsNotDir [2019-09-20T14:38:27.893Z] --- PASS: TestCopyToContainerPathIsNotDir (0.13s) [2019-09-20T14:38:27.893Z] === RUN TestCopyFromContainer [2019-09-20T14:38:28.360Z] ok github.com/docker/docker/builder/fscache 0.154s coverage: 69.2% of statements [2019-09-20T14:38:28.360Z] ok github.com/docker/docker/builder/remotecontext/git 4.933s coverage: 85.1% of statements [2019-09-20T14:38:28.648Z] ok github.com/docker/docker/cli/debug 0.005s coverage: 100.0% of statements [2019-09-20T14:38:29.150Z] --- PASS: TestBuildSquashParent (10.27s) [2019-09-20T14:38:29.150Z] build_squash_test.go:29: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestBuildSquashParent" [2019-09-20T14:38:29.150Z] === RUN TestBuildWithRemoveAndForceRemove [2019-09-20T14:38:29.150Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-20T14:38:29.150Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-20T14:38:29.150Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-20T14:38:29.150Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-20T14:38:29.150Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-20T14:38:29.150Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-20T14:38:29.150Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-20T14:38:29.150Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-20T14:38:29.150Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-20T14:38:29.150Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-20T14:38:29.150Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-20T14:38:29.150Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-20T14:38:29.150Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-20T14:38:29.150Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-20T14:38:29.275Z] ok github.com/docker/docker/builder/remotecontext 0.415s coverage: 13.6% of statements [2019-09-20T14:38:29.275Z] ok github.com/docker/docker/builder/dockerfile 1.050s coverage: 45.1% of statements [2019-09-20T14:38:29.275Z] ? github.com/docker/docker/cli [no test files] [2019-09-20T14:38:29.275Z] ? github.com/docker/docker/cli/config [no test files] [2019-09-20T14:38:29.701Z] === RUN TestCopyFromContainer// [2019-09-20T14:38:29.701Z] === RUN TestCopyFromContainer//bar/root [2019-09-20T14:38:29.701Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-20T14:38:30.081Z] === RUN TestCopyFromContainer/bar/quux [2019-09-20T14:38:30.081Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-20T14:38:30.081Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-20T14:38:30.081Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-20T14:38:30.482Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-20T14:38:30.482Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-20T14:38:30.482Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-20T14:38:30.482Z] --- PASS: TestCopyFromContainer (2.71s) [2019-09-20T14:38:30.482Z] --- PASS: TestCopyFromContainer// (0.06s) [2019-09-20T14:38:30.482Z] --- PASS: TestCopyFromContainer//bar/root (0.10s) [2019-09-20T14:38:30.482Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2019-09-20T14:38:30.482Z] --- PASS: TestCopyFromContainer/bar/quux (0.11s) [2019-09-20T14:38:30.482Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2019-09-20T14:38:30.482Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2019-09-20T14:38:30.482Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.12s) [2019-09-20T14:38:30.482Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2019-09-20T14:38:30.482Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2019-09-20T14:38:30.482Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2019-09-20T14:38:30.482Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-09-20T14:38:30.482Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-20T14:38:30.482Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-20T14:38:30.482Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-20T14:38:30.482Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-20T14:38:30.482Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-20T14:38:30.482Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-20T14:38:30.482Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-20T14:38:30.482Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-20T14:38:30.482Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-20T14:38:30.482Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2019-09-20T14:38:30.482Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2019-09-20T14:38:30.482Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-09-20T14:38:30.482Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2019-09-20T14:38:30.482Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-20T14:38:30.482Z] --- PASS: TestCreateLinkToNonExistingContainer (0.08s) [2019-09-20T14:38:30.482Z] === RUN TestCreateWithInvalidEnv [2019-09-20T14:38:30.482Z] === RUN TestCreateWithInvalidEnv/0 [2019-09-20T14:38:30.482Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-09-20T14:38:30.482Z] === RUN TestCreateWithInvalidEnv/1 [2019-09-20T14:38:30.482Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-09-20T14:38:30.482Z] === RUN TestCreateWithInvalidEnv/2 [2019-09-20T14:38:30.482Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-09-20T14:38:30.903Z] === CONT TestCreateWithInvalidEnv/0 [2019-09-20T14:38:30.903Z] === CONT TestCreateWithInvalidEnv/2 [2019-09-20T14:38:30.903Z] === CONT TestCreateWithInvalidEnv/1 [2019-09-20T14:38:30.903Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2019-09-20T14:38:30.903Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-09-20T14:38:30.903Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2019-09-20T14:38:30.903Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2019-09-20T14:38:30.903Z] === RUN TestCreateTmpfsMountsTarget [2019-09-20T14:38:30.903Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2019-09-20T14:38:30.903Z] === RUN TestCreateWithCustomMaskedPaths [2019-09-20T14:38:31.033Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-20T14:38:31.033Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-20T14:38:32.396Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-09-20T14:38:32.396Z] Using test binary docker [2019-09-20T14:38:32.396Z] +++ /etc/init.d/apparmor start [2019-09-20T14:38:32.396Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-20T14:38:32.396Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-20T14:38:32.396Z] Warning failed to create cache: (null) [2019-09-20T14:38:32.396Z] . [2019-09-20T14:38:32.396Z] Starting dockerd [2019-09-20T14:38:32.396Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2019-09-20T14:38:32.396Z] INFO: Waiting for daemon to start... [2019-09-20T14:38:33.350Z] --- PASS: TestCreateWithCustomMaskedPaths (2.37s) [2019-09-20T14:38:33.351Z] === RUN TestCreateWithCapabilities [2019-09-20T14:38:33.351Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-09-20T14:38:33.351Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-09-20T14:38:33.351Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-09-20T14:38:33.351Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-09-20T14:38:33.351Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-09-20T14:38:33.351Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-09-20T14:38:33.351Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-09-20T14:38:33.351Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-09-20T14:38:33.351Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-09-20T14:38:33.351Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-09-20T14:38:33.351Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-20T14:38:33.351Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-20T14:38:33.351Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-09-20T14:38:33.351Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-09-20T14:38:33.351Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-09-20T14:38:33.351Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-09-20T14:38:33.351Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-09-20T14:38:33.351Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-09-20T14:38:33.351Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-09-20T14:38:33.351Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-09-20T14:38:33.351Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-09-20T14:38:33.351Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-09-20T14:38:33.351Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-09-20T14:38:33.351Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-09-20T14:38:33.351Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-09-20T14:38:33.351Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-09-20T14:38:33.351Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-09-20T14:38:33.351Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-09-20T14:38:33.351Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-20T14:38:33.351Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-09-20T14:38:33.351Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-09-20T14:38:33.351Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-09-20T14:38:33.351Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-09-20T14:38:33.351Z] --- PASS: TestCreateWithCapabilities (0.01s) [2019-09-20T14:38:33.351Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2019-09-20T14:38:33.351Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-09-20T14:38:33.351Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.06s) [2019-09-20T14:38:33.351Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.07s) [2019-09-20T14:38:33.351Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.06s) [2019-09-20T14:38:33.351Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.08s) [2019-09-20T14:38:33.351Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.06s) [2019-09-20T14:38:33.351Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-09-20T14:38:33.351Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.06s) [2019-09-20T14:38:33.351Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.06s) [2019-09-20T14:38:33.351Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.07s) [2019-09-20T14:38:33.351Z] === RUN TestCreateWithCustomReadonlyPaths [2019-09-20T14:38:33.855Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-09-20T14:38:33.855Z] Using test binary docker [2019-09-20T14:38:33.855Z] +++ /etc/init.d/apparmor start [2019-09-20T14:38:33.855Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-20T14:38:33.855Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-20T14:38:33.855Z] Warning failed to create cache: (null) [2019-09-20T14:38:33.855Z] . [2019-09-20T14:38:33.855Z] Starting dockerd [2019-09-20T14:38:33.855Z] INFO: Waiting for daemon to start... [2019-09-20T14:38:33.855Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2019-09-20T14:38:34.111Z] .=== CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-20T14:38:34.111Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-20T14:38:34.670Z] [2019-09-20T14:38:34.670Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-09-20T14:38:34.670Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-09-20T14:38:34.670Z] Error: No such image: emptyfs [2019-09-20T14:38:34.670Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-09-20T14:38:34.670Z] ++++ docker load [2019-09-20T14:38:34.925Z] Running integration-test (iteration 1) [2019-09-20T14:38:34.925Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2019-09-20T14:38:34.925Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2019-09-20T14:38:34.925Z] ++ set -e [2019-09-20T14:38:34.925Z] ++ '[' -n 0 ']' [2019-09-20T14:38:34.925Z] ++ set -x [2019-09-20T14:38:34.925Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2019-09-20T14:38:35.810Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.59s) [2019-09-20T14:38:35.810Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-09-20T14:38:35.810Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-20T14:38:35.810Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-20T14:38:35.810Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-20T14:38:35.810Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-20T14:38:35.810Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-20T14:38:35.810Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-20T14:38:35.810Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-20T14:38:35.810Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-20T14:38:35.810Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-20T14:38:35.810Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-20T14:38:35.810Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-20T14:38:35.810Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-20T14:38:35.810Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-20T14:38:35.810Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-20T14:38:35.810Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-20T14:38:35.810Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2019-09-20T14:38:35.810Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2019-09-20T14:38:35.810Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2019-09-20T14:38:35.810Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s) [2019-09-20T14:38:35.810Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2019-09-20T14:38:35.810Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2019-09-20T14:38:35.810Z] === RUN TestContainerStartOnDaemonRestart [2019-09-20T14:38:35.810Z] === PAUSE TestContainerStartOnDaemonRestart [2019-09-20T14:38:35.810Z] === RUN TestDaemonRestartIpcMode [2019-09-20T14:38:35.810Z] === PAUSE TestDaemonRestartIpcMode [2019-09-20T14:38:35.810Z] === RUN TestDiff [2019-09-20T14:38:35.957Z] [2019-09-20T14:38:35.957Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-09-20T14:38:35.957Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-09-20T14:38:35.957Z] Error: No such image: emptyfs [2019-09-20T14:38:35.957Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-09-20T14:38:35.957Z] ++++ docker load [2019-09-20T14:38:36.212Z] Running integration-test (iteration 1) [2019-09-20T14:38:36.212Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2019-09-20T14:38:36.212Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2019-09-20T14:38:36.212Z] ++ set -e [2019-09-20T14:38:36.212Z] ++ '[' -n 0 ']' [2019-09-20T14:38:36.212Z] ++ set -x [2019-09-20T14:38:36.212Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2019-09-20T14:38:36.584Z] --- PASS: TestDiff (0.78s) [2019-09-20T14:38:36.584Z] === RUN TestExecWithCloseStdin [2019-09-20T14:38:37.989Z] --- PASS: TestExecWithCloseStdin (1.20s) [2019-09-20T14:38:37.989Z] === RUN TestExec [2019-09-20T14:38:38.098Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2019-09-20T14:38:38.098Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.42s) [2019-09-20T14:38:38.098Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.49s) [2019-09-20T14:38:38.098Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.34s) [2019-09-20T14:38:38.098Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.49s) [2019-09-20T14:38:38.098Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (4.00s) [2019-09-20T14:38:38.098Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.92s) [2019-09-20T14:38:38.098Z] === RUN TestBuildMultiStageCopy [2019-09-20T14:38:38.098Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-20T14:38:39.266Z] --- PASS: TestExec (1.04s) [2019-09-20T14:38:39.266Z] === RUN TestExecUser [2019-09-20T14:38:40.052Z] --- PASS: TestExecUser (0.95s) [2019-09-20T14:38:40.052Z] === RUN TestExportContainerAndImportImage [2019-09-20T14:38:41.181Z] tests/integration/api_volume_test.py ......... [ 74%] [2019-09-20T14:38:41.307Z] --- PASS: TestExportContainerAndImportImage (1.25s) [2019-09-20T14:38:41.307Z] === RUN TestExportContainerAfterDaemonRestart [2019-09-20T14:38:42.164Z] ---> 42292eb4c48d [2019-09-20T14:38:42.260Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-20T14:38:42.515Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-20T14:38:42.693Z] --- PASS: TestExportContainerAfterDaemonRestart (1.55s) [2019-09-20T14:38:42.693Z] export_test.go:63: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart" [2019-09-20T14:38:42.693Z] === RUN TestHealthCheckWorkdir [2019-09-20T14:38:43.074Z] tests/integration/client_test.py ..... [ 75%] [2019-09-20T14:38:43.483Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-20T14:38:43.638Z] tests/integration/errors_test.py . [ 75%] [2019-09-20T14:38:43.702Z] Successfully built 42292eb4c48d [2019-09-20T14:38:43.702Z] Successfully tagged docker:latest [2019-09-20T14:38:43.702Z] INFO: Image build ended at 09/20/2019 14:38:43. Duration:00:03:44.2809868 [2019-09-20T14:38:43.702Z] [2019-09-20T14:38:43.702Z] [2019-09-20T14:38:43.702Z] INFO: Building the test binaries at 09/20/2019 14:38:43... [2019-09-20T14:38:43.956Z] --- PASS: TestHealthCheckWorkdir (1.14s) [2019-09-20T14:38:43.956Z] === RUN TestHealthKillContainer [2019-09-20T14:38:44.043Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-20T14:38:44.570Z] ok github.com/docker/docker/client 0.554s coverage: 75.8% of statements [2019-09-20T14:38:44.602Z] --- PASS: TestBuildMultiStageCopy (6.57s) [2019-09-20T14:38:44.602Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.70s) [2019-09-20T14:38:44.602Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.75s) [2019-09-20T14:38:44.602Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.68s) [2019-09-20T14:38:44.602Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.69s) [2019-09-20T14:38:44.602Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.75s) [2019-09-20T14:38:44.602Z] === RUN TestBuildMultiStageParentConfig [2019-09-20T14:38:46.530Z] --- PASS: TestBuildMultiStageParentConfig (1.85s) [2019-09-20T14:38:46.530Z] === RUN TestBuildLabelWithTargets [2019-09-20T14:38:47.108Z] --- PASS: TestHealthKillContainer (3.16s) [2019-09-20T14:38:47.108Z] === RUN TestInspectCpusetInConfigPre120 [2019-09-20T14:38:47.927Z] --- PASS: TestInspectCpusetInConfigPre120 (0.89s) [2019-09-20T14:38:47.927Z] === RUN TestIpcModeNone [2019-09-20T14:38:48.766Z] --- PASS: TestIpcModeNone (1.00s) [2019-09-20T14:38:48.766Z] === RUN TestIpcModePrivate [2019-09-20T14:38:49.497Z] INFO: make.ps1 starting at 09/20/2019 14:38:48 [2019-09-20T14:38:49.497Z] INFO: Git commit (04d9e157b) assumed from DOCKER_GITCOMMIT environment variable [2019-09-20T14:38:49.497Z] INFO: Invoking autogen... [2019-09-20T14:38:49.956Z] INFO: Building daemon... [2019-09-20T14:38:50.028Z] --- PASS: TestIpcModePrivate (1.01s) [2019-09-20T14:38:50.028Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:56, shared: false, mustBeShared: false [2019-09-20T14:38:50.028Z] === RUN TestIpcModeShareable [2019-09-20T14:38:50.688Z] --- PASS: TestBuildLabelWithTargets (3.46s) [2019-09-20T14:38:50.688Z] === RUN TestBuildWithEmptyLayers [2019-09-20T14:38:51.279Z] --- PASS: TestIpcModeShareable (1.10s) [2019-09-20T14:38:51.279Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:50, shared: true, mustBeShared: true [2019-09-20T14:38:51.279Z] === RUN TestAPIIpcModeShareableAndContainer [2019-09-20T14:38:51.612Z] --- PASS: TestBuildWithEmptyLayers (1.63s) [2019-09-20T14:38:51.612Z] === RUN TestBuildMultiStageOnBuild [2019-09-20T14:38:54.521Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.06s) [2019-09-20T14:38:54.521Z] === RUN TestAPIIpcModeHost [2019-09-20T14:38:54.890Z] --- PASS: TestAPIIpcModeHost (0.78s) [2019-09-20T14:38:54.890Z] === RUN TestDaemonIpcModeShareable [2019-09-20T14:38:56.710Z] --- PASS: TestDaemonIpcModeShareable (1.87s) [2019-09-20T14:38:56.710Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable" [2019-09-20T14:38:56.710Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2019-09-20T14:38:56.710Z] === RUN TestDaemonIpcModePrivate [2019-09-20T14:38:56.847Z] --- PASS: TestBuildMultiStageOnBuild (4.31s) [2019-09-20T14:38:56.847Z] === RUN TestBuildUncleanTarFilenames [2019-09-20T14:38:57.405Z] --- PASS: TestBuildUncleanTarFilenames (1.50s) [2019-09-20T14:38:57.405Z] === RUN TestBuildMultiStageLayerLeak [2019-09-20T14:38:58.538Z] --- PASS: TestDaemonIpcModePrivate (1.82s) [2019-09-20T14:38:58.538Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate" [2019-09-20T14:38:58.538Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false [2019-09-20T14:38:58.538Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-09-20T14:38:59.918Z] Loaded image: buildpack-deps:jessie [2019-09-20T14:38:59.918Z] Loaded image: busybox:latest [2019-09-20T14:39:00.173Z] Loaded image: busybox:glibc [2019-09-20T14:39:00.173Z] Loaded image: debian:jessie [2019-09-20T14:39:00.173Z] Loaded image: hello-world:latest [2019-09-20T14:39:00.427Z] INFO: Testing against a local daemon [2019-09-20T14:39:00.427Z] === RUN TestDockerSuite [2019-09-20T14:39:00.427Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2019-09-20T14:39:00.427Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2019-09-20T14:39:00.427Z] === RUN TestDockerSuite/TestAPIErrorJSON [2019-09-20T14:39:00.427Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2019-09-20T14:39:00.427Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2019-09-20T14:39:00.427Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2019-09-20T14:39:00.427Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2019-09-20T14:39:00.427Z] === RUN TestDockerSuite/TestAPIImagesDelete [2019-09-20T14:39:00.489Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.82s) [2019-09-20T14:39:00.489Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig" [2019-09-20T14:39:00.489Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false [2019-09-20T14:39:00.489Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-09-20T14:39:00.986Z] Loaded image: buildpack-deps:jessie [2019-09-20T14:39:00.986Z] Loaded image: busybox:latest [2019-09-20T14:39:00.986Z] === RUN TestDockerSuite/TestAPIImagesFilter [2019-09-20T14:39:01.241Z] === RUN TestDockerSuite/TestAPIImagesHistory [2019-09-20T14:39:01.241Z] Loaded image: busybox:glibc [2019-09-20T14:39:01.241Z] Loaded image: debian:jessie [2019-09-20T14:39:01.496Z] Loaded image: hello-world:latest [2019-09-20T14:39:01.496Z] INFO: Testing against a local daemon [2019-09-20T14:39:01.496Z] === RUN TestDockerDaemonSuite [2019-09-20T14:39:01.496Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2019-09-20T14:39:01.752Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2019-09-20T14:39:01.752Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2019-09-20T14:39:02.303Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.86s) [2019-09-20T14:39:02.303Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig" [2019-09-20T14:39:02.303Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2019-09-20T14:39:02.303Z] === RUN TestIpcModeOlderClient [2019-09-20T14:39:02.303Z] === PAUSE TestIpcModeOlderClient [2019-09-20T14:39:02.303Z] === RUN TestKillContainerInvalidSignal [2019-09-20T14:39:02.311Z] --- PASS: TestBuildMultiStageLayerLeak (4.70s) [2019-09-20T14:39:02.311Z] === RUN TestBuildWithHugeFile [2019-09-20T14:39:02.311Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2019-09-20T14:39:02.566Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2019-09-20T14:39:02.566Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2019-09-20T14:39:03.091Z] --- PASS: TestKillContainerInvalidSignal (0.86s) [2019-09-20T14:39:03.091Z] === RUN TestKillContainer [2019-09-20T14:39:03.091Z] === RUN TestKillContainer/no_signal [2019-09-20T14:39:03.913Z] === RUN TestKillContainer/non_killing_signal [2019-09-20T14:39:04.448Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2019-09-20T14:39:04.702Z] === RUN TestDockerSuite/TestAPINetworkFilter [2019-09-20T14:39:04.702Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2019-09-20T14:39:04.702Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2019-09-20T14:39:04.717Z] === RUN TestKillContainer/killing_signal [2019-09-20T14:39:05.629Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2019-09-20T14:39:05.973Z] --- PASS: TestKillContainer (2.67s) [2019-09-20T14:39:05.973Z] --- PASS: TestKillContainer/no_signal (0.82s) [2019-09-20T14:39:05.973Z] --- PASS: TestKillContainer/non_killing_signal (0.64s) [2019-09-20T14:39:05.973Z] --- PASS: TestKillContainer/killing_signal (0.80s) [2019-09-20T14:39:05.973Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-09-20T14:39:05.973Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-09-20T14:39:06.554Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2019-09-20T14:39:06.757Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-09-20T14:39:07.117Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2019-09-20T14:39:07.117Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2019-09-20T14:39:07.117Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2019-09-20T14:39:07.117Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2019-09-20T14:39:07.543Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.86s) [2019-09-20T14:39:07.543Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.90s) [2019-09-20T14:39:07.543Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.59s) [2019-09-20T14:39:07.543Z] === RUN TestKillStoppedContainer [2019-09-20T14:39:07.935Z] --- PASS: TestKillStoppedContainer (0.08s) [2019-09-20T14:39:07.935Z] === RUN TestKillStoppedContainerAPIPre120 [2019-09-20T14:39:07.935Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2019-09-20T14:39:07.935Z] === RUN TestKillDifferentUserContainer [2019-09-20T14:39:08.786Z] --- PASS: TestKillDifferentUserContainer (0.90s) [2019-09-20T14:39:08.786Z] === RUN TestInspectOomKilledTrue [2019-09-20T14:39:08.786Z] --- SKIP: TestInspectOomKilledTrue (0.01s) [2019-09-20T14:39:08.786Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-20T14:39:08.786Z] === RUN TestInspectOomKilledFalse [2019-09-20T14:39:08.786Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-09-20T14:39:08.786Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-20T14:39:08.786Z] === RUN TestLinksEtcHostsContentMatch [2019-09-20T14:39:09.001Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2019-09-20T14:39:09.255Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2019-09-20T14:39:09.644Z] --- PASS: TestLinksEtcHostsContentMatch (0.69s) [2019-09-20T14:39:09.644Z] === RUN TestLinksContainerNames [2019-09-20T14:39:11.443Z] --- PASS: TestLinksContainerNames (1.68s) [2019-09-20T14:39:11.443Z] === RUN TestLogsFollowTailEmpty [2019-09-20T14:39:12.237Z] --- PASS: TestLogsFollowTailEmpty (0.88s) [2019-09-20T14:39:12.237Z] === RUN TestContainerNetworkMountsNoChown [2019-09-20T14:39:12.516Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2019-09-20T14:39:13.046Z] --- PASS: TestContainerNetworkMountsNoChown (1.02s) [2019-09-20T14:39:13.046Z] === RUN TestMountDaemonRoot [2019-09-20T14:39:13.046Z] === RUN TestMountDaemonRoot/default [2019-09-20T14:39:13.046Z] === PAUSE TestMountDaemonRoot/default [2019-09-20T14:39:13.046Z] === RUN TestMountDaemonRoot/private [2019-09-20T14:39:13.046Z] === PAUSE TestMountDaemonRoot/private [2019-09-20T14:39:13.046Z] === RUN TestMountDaemonRoot/rprivate [2019-09-20T14:39:13.046Z] === PAUSE TestMountDaemonRoot/rprivate [2019-09-20T14:39:13.046Z] === RUN TestMountDaemonRoot/slave [2019-09-20T14:39:13.046Z] === PAUSE TestMountDaemonRoot/slave [2019-09-20T14:39:13.046Z] === RUN TestMountDaemonRoot/rslave [2019-09-20T14:39:13.046Z] === PAUSE TestMountDaemonRoot/rslave [2019-09-20T14:39:13.046Z] === RUN TestMountDaemonRoot/shared [2019-09-20T14:39:13.046Z] === PAUSE TestMountDaemonRoot/shared [2019-09-20T14:39:13.046Z] === RUN TestMountDaemonRoot/rshared [2019-09-20T14:39:13.046Z] === PAUSE TestMountDaemonRoot/rshared [2019-09-20T14:39:13.046Z] === CONT TestMountDaemonRoot/default [2019-09-20T14:39:13.046Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-09-20T14:39:13.046Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-09-20T14:39:13.046Z] === RUN TestMountDaemonRoot/default/bind_root [2019-09-20T14:39:13.046Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-09-20T14:39:13.046Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-09-20T14:39:13.046Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-09-20T14:39:13.046Z] === RUN TestMountDaemonRoot/default/mount_root [2019-09-20T14:39:13.046Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-09-20T14:39:13.046Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-09-20T14:39:13.046Z] === CONT TestMountDaemonRoot/rshared [2019-09-20T14:39:13.046Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-09-20T14:39:13.046Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-09-20T14:39:13.046Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-09-20T14:39:13.046Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-09-20T14:39:13.046Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-09-20T14:39:13.046Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-09-20T14:39:13.046Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-09-20T14:39:13.046Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-09-20T14:39:13.046Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-09-20T14:39:13.046Z] === CONT TestMountDaemonRoot/shared [2019-09-20T14:39:13.046Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-09-20T14:39:13.046Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-09-20T14:39:13.046Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-09-20T14:39:13.046Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-09-20T14:39:13.046Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-09-20T14:39:13.046Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-09-20T14:39:13.046Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-09-20T14:39:13.046Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-09-20T14:39:13.046Z] === CONT TestMountDaemonRoot/rslave [2019-09-20T14:39:13.046Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-09-20T14:39:13.046Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-09-20T14:39:13.046Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-09-20T14:39:13.046Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-09-20T14:39:13.046Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-09-20T14:39:13.046Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-09-20T14:39:13.046Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-09-20T14:39:13.046Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-09-20T14:39:13.046Z] === CONT TestMountDaemonRoot/slave [2019-09-20T14:39:13.046Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-09-20T14:39:13.046Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-09-20T14:39:13.046Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-09-20T14:39:13.046Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-09-20T14:39:13.046Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-09-20T14:39:13.046Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-09-20T14:39:13.046Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-09-20T14:39:13.046Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-09-20T14:39:13.046Z] === CONT TestMountDaemonRoot/rprivate [2019-09-20T14:39:13.046Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-09-20T14:39:13.046Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-09-20T14:39:13.046Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-09-20T14:39:13.046Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-09-20T14:39:13.046Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-09-20T14:39:13.046Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-09-20T14:39:13.046Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-09-20T14:39:13.046Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-09-20T14:39:13.046Z] === CONT TestMountDaemonRoot/private [2019-09-20T14:39:13.046Z] === RUN TestMountDaemonRoot/private/bind_root [2019-09-20T14:39:13.046Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-09-20T14:39:13.046Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-09-20T14:39:13.046Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-09-20T14:39:13.046Z] === RUN TestMountDaemonRoot/private/mount_root [2019-09-20T14:39:13.046Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-09-20T14:39:13.046Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-09-20T14:39:13.046Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-09-20T14:39:13.046Z] === CONT TestMountDaemonRoot/default/mount_root [2019-09-20T14:39:13.046Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-09-20T14:39:13.419Z] === CONT TestMountDaemonRoot/default/bind_root [2019-09-20T14:39:13.419Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-09-20T14:39:13.419Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-09-20T14:39:13.419Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-09-20T14:39:13.419Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-09-20T14:39:13.419Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-09-20T14:39:13.419Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-09-20T14:39:13.419Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-09-20T14:39:13.419Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-09-20T14:39:13.419Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-09-20T14:39:13.419Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-09-20T14:39:13.419Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-09-20T14:39:13.439Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2019-09-20T14:39:13.844Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-09-20T14:39:13.844Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-09-20T14:39:13.844Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-09-20T14:39:13.844Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-09-20T14:39:13.844Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-09-20T14:39:13.844Z] === CONT TestMountDaemonRoot/private/bind_root [2019-09-20T14:39:13.844Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-09-20T14:39:13.844Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-09-20T14:39:13.844Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-09-20T14:39:13.844Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-09-20T14:39:13.844Z] === CONT TestMountDaemonRoot/private/mount_root [2019-09-20T14:39:13.844Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-09-20T14:39:13.844Z] --- PASS: TestMountDaemonRoot (0.01s) [2019-09-20T14:39:13.844Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-09-20T14:39:13.844Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2019-09-20T14:39:13.844Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.11s) [2019-09-20T14:39:13.844Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.12s) [2019-09-20T14:39:13.844Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2019-09-20T14:39:13.844Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-09-20T14:39:13.844Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2019-09-20T14:39:13.844Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.10s) [2019-09-20T14:39:13.844Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2019-09-20T14:39:13.844Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2019-09-20T14:39:13.844Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-09-20T14:39:13.844Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2019-09-20T14:39:13.844Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2019-09-20T14:39:13.844Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2019-09-20T14:39:13.844Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2019-09-20T14:39:13.844Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-09-20T14:39:13.844Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2019-09-20T14:39:13.844Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.10s) [2019-09-20T14:39:13.844Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2019-09-20T14:39:13.844Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s) [2019-09-20T14:39:13.844Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-09-20T14:39:13.844Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2019-09-20T14:39:13.844Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2019-09-20T14:39:13.844Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2019-09-20T14:39:13.844Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2019-09-20T14:39:13.845Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-09-20T14:39:13.845Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2019-09-20T14:39:13.845Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2019-09-20T14:39:13.845Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2019-09-20T14:39:13.845Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2019-09-20T14:39:13.845Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-09-20T14:39:13.845Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2019-09-20T14:39:13.845Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2019-09-20T14:39:13.845Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2019-09-20T14:39:13.845Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2019-09-20T14:39:13.845Z] === RUN TestContainerBindMountNonRecursive [2019-09-20T14:39:15.323Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2019-09-20T14:39:16.349Z] --- PASS: TestContainerBindMountNonRecursive (2.27s) [2019-09-20T14:39:16.349Z] === RUN TestNetworkNat [2019-09-20T14:39:16.684Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2019-09-20T14:39:17.125Z] --- PASS: TestNetworkNat (0.87s) [2019-09-20T14:39:17.125Z] === RUN TestNetworkLocalhostTCPNat [2019-09-20T14:39:17.925Z] --- PASS: TestNetworkLocalhostTCPNat (1.01s) [2019-09-20T14:39:17.925Z] === RUN TestNetworkLoopbackNat [2019-09-20T14:39:18.567Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2019-09-20T14:39:18.803Z] tests/integration/models_containers_test.py ............................ [ 83%] [2019-09-20T14:39:18.822Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2019-09-20T14:39:19.242Z] --- PASS: TestNetworkLoopbackNat (1.18s) [2019-09-20T14:39:19.242Z] === RUN TestPause [2019-09-20T14:39:20.168Z] --- PASS: TestPause (1.04s) [2019-09-20T14:39:20.168Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-09-20T14:39:20.168Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.01s) [2019-09-20T14:39:20.168Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-20T14:39:20.168Z] === RUN TestPauseStopPausedContainer [2019-09-20T14:39:20.705Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2019-09-20T14:39:21.424Z] --- PASS: TestPauseStopPausedContainer (0.95s) [2019-09-20T14:39:21.424Z] === RUN TestPsFilter [2019-09-20T14:39:21.424Z] --- PASS: TestPsFilter (0.26s) [2019-09-20T14:39:21.425Z] === RUN TestRemoveContainerWithRemovedVolume [2019-09-20T14:39:21.629Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2019-09-20T14:39:22.220Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.80s) [2019-09-20T14:39:22.220Z] === RUN TestRemoveContainerWithVolume [2019-09-20T14:39:22.553Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2019-09-20T14:39:23.467Z] --- PASS: TestRemoveContainerWithVolume (0.88s) [2019-09-20T14:39:23.467Z] === RUN TestRemoveContainerRunning [2019-09-20T14:39:23.946Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2019-09-20T14:39:24.206Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2019-09-20T14:39:24.393Z] --- PASS: TestRemoveContainerRunning (0.89s) [2019-09-20T14:39:24.393Z] === RUN TestRemoveContainerForceRemoveRunning [2019-09-20T14:39:25.145Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2019-09-20T14:39:25.179Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.99s) [2019-09-20T14:39:25.179Z] === RUN TestRemoveInvalidContainer [2019-09-20T14:39:25.179Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2019-09-20T14:39:25.179Z] === RUN TestRenameLinkedContainer [2019-09-20T14:39:26.507Z] === RUN TestDockerSuite/TestAttachAfterDetach [2019-09-20T14:39:27.432Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2019-09-20T14:39:28.390Z] --- PASS: TestRenameLinkedContainer (3.48s) [2019-09-20T14:39:28.390Z] === RUN TestRenameStoppedContainer [2019-09-20T14:39:28.793Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2019-09-20T14:39:29.633Z] --- PASS: TestRenameStoppedContainer (0.87s) [2019-09-20T14:39:29.633Z] === RUN TestRenameRunningContainerAndReuse [2019-09-20T14:39:31.302Z] === RUN TestDockerSuite/TestAttachDetach [2019-09-20T14:39:31.548Z] --- PASS: TestRenameRunningContainerAndReuse (1.85s) [2019-09-20T14:39:31.548Z] === RUN TestRenameInvalidName [2019-09-20T14:39:31.815Z] ok github.com/docker/docker/cmd/dockerd 0.197s coverage: 29.9% of statements [2019-09-20T14:39:31.866Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2019-09-20T14:39:32.344Z] --- PASS: TestRenameInvalidName (0.90s) [2019-09-20T14:39:32.344Z] === RUN TestRenameAnonymousContainer [2019-09-20T14:39:32.428Z] === RUN TestDockerSuite/TestAttachDisconnect [2019-09-20T14:39:34.315Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2019-09-20T14:39:35.555Z] --- PASS: TestRenameAnonymousContainer (2.85s) [2019-09-20T14:39:35.555Z] === RUN TestRenameContainerWithSameName [2019-09-20T14:39:35.993Z] --- PASS: TestRenameContainerWithSameName (0.88s) [2019-09-20T14:39:35.993Z] === RUN TestRenameContainerWithLinkedContainer [2019-09-20T14:39:36.243Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2019-09-20T14:39:36.243Z] === RUN TestDockerSuite/TestAttachPausedContainer [2019-09-20T14:39:37.317Z] ......... [ 85%] [2019-09-20T14:39:37.348Z] ok github.com/docker/docker/container 0.239s coverage: 35.3% of statements [2019-09-20T14:39:37.348Z] ? github.com/docker/docker/container/stream [no test files] [2019-09-20T14:39:37.348Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-09-20T14:39:37.348Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-09-20T14:39:37.348Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-09-20T14:39:37.822Z] --- PASS: TestRenameContainerWithLinkedContainer (1.85s) [2019-09-20T14:39:37.823Z] === RUN TestResize [2019-09-20T14:39:38.127Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2019-09-20T14:39:38.601Z] --- PASS: TestResize (0.95s) [2019-09-20T14:39:38.601Z] === RUN TestResizeWithInvalidSize [2019-09-20T14:39:39.052Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2019-09-20T14:39:39.307Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2019-09-20T14:39:39.864Z] --- PASS: TestResizeWithInvalidSize (0.97s) [2019-09-20T14:39:39.864Z] === RUN TestResizeWhenContainerNotStarted [2019-09-20T14:39:40.646Z] --- PASS: TestResizeWhenContainerNotStarted (0.85s) [2019-09-20T14:39:40.646Z] === RUN TestDaemonRestartKillContainers [2019-09-20T14:39:40.646Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-20T14:39:40.646Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-20T14:39:40.646Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-20T14:39:40.646Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-20T14:39:40.646Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-20T14:39:40.646Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-20T14:39:40.646Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-20T14:39:40.646Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-20T14:39:40.646Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-20T14:39:40.646Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-20T14:39:40.646Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-20T14:39:40.646Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-20T14:39:40.646Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-20T14:39:40.646Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-20T14:39:40.646Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-20T14:39:40.646Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-20T14:39:40.646Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-20T14:39:40.646Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-20T14:39:40.646Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-20T14:39:40.646Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-20T14:39:40.646Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-20T14:39:40.646Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-20T14:39:40.646Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-20T14:39:40.646Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-20T14:39:40.646Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-20T14:39:40.647Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-20T14:39:40.669Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2019-09-20T14:39:40.924Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2019-09-20T14:39:41.771Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.052s coverage: 65.3% of statements [2019-09-20T14:39:42.614Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-20T14:39:42.775Z] tests/integration/models_images_test.py ............... [ 89%] [2019-09-20T14:39:42.989Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-20T14:39:44.235Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2019-09-20T14:39:44.235Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2019-09-20T14:39:44.257Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-20T14:39:44.257Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-20T14:39:44.400Z] tests/integration/models_networks_test.py .... [ 90%] [2019-09-20T14:39:44.489Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2019-09-20T14:39:45.049Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2019-09-20T14:39:45.554Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-20T14:39:45.945Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-20T14:39:45.974Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2019-09-20T14:39:46.899Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2019-09-20T14:39:47.459Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2019-09-20T14:39:47.459Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2019-09-20T14:39:47.459Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2019-09-20T14:39:47.943Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-20T14:39:48.316Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-20T14:39:49.385Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2019-09-20T14:39:49.658Z] tests/integration/models_nodes_test.py . [ 91%] [2019-09-20T14:39:50.206Z] ok github.com/docker/docker/daemon/cluster/convert 0.058s coverage: 35.8% of statements [2019-09-20T14:39:50.746Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2019-09-20T14:39:50.746Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2019-09-20T14:39:50.828Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-20T14:39:51.027Z] tests/integration/models_resources_test.py . [ 91%] [2019-09-20T14:39:51.636Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-20T14:39:52.632Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2019-09-20T14:39:52.913Z] ok github.com/docker/docker/daemon/cluster 0.178s coverage: 0.5% of statements [2019-09-20T14:39:53.645Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-09-20T14:39:53.645Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.11s) [2019-09-20T14:39:53.645Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon" [2019-09-20T14:39:53.645Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.43s) [2019-09-20T14:39:53.645Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon" [2019-09-20T14:39:53.645Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.49s) [2019-09-20T14:39:53.645Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon" [2019-09-20T14:39:53.645Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.46s) [2019-09-20T14:39:53.645Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon" [2019-09-20T14:39:53.645Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.43s) [2019-09-20T14:39:53.645Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon" [2019-09-20T14:39:53.645Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.48s) [2019-09-20T14:39:53.645Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon" [2019-09-20T14:39:53.645Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.41s) [2019-09-20T14:39:53.645Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon" [2019-09-20T14:39:53.645Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.49s) [2019-09-20T14:39:53.645Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon" [2019-09-20T14:39:53.645Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.85s) [2019-09-20T14:39:53.645Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon" [2019-09-20T14:39:53.645Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.04s) [2019-09-20T14:39:53.645Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon" [2019-09-20T14:39:53.645Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.38s) [2019-09-20T14:39:53.645Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon" [2019-09-20T14:39:53.645Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.39s) [2019-09-20T14:39:53.645Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon" [2019-09-20T14:39:53.645Z] === RUN TestCgroupNamespacesRun [2019-09-20T14:39:55.475Z] --- PASS: TestCgroupNamespacesRun (1.78s) [2019-09-20T14:39:55.475Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun" [2019-09-20T14:39:55.475Z] === RUN TestCgroupNamespacesRunPrivileged [2019-09-20T14:39:56.791Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2019-09-20T14:39:57.097Z] tests/integration/models_services_test.py ..............X. [ 95%] [2019-09-20T14:39:57.311Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.65s) [2019-09-20T14:39:57.311Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged" [2019-09-20T14:39:57.311Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-09-20T14:39:57.350Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2019-09-20T14:39:57.911Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2019-09-20T14:39:58.440Z] ok github.com/docker/docker/daemon/discovery 0.010s coverage: 30.0% of statements [2019-09-20T14:39:59.228Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.82s) [2019-09-20T14:39:59.228Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode" [2019-09-20T14:39:59.228Z] === RUN TestCgroupNamespacesRunHostMode [2019-09-20T14:40:00.356Z] tests/integration/models_swarm_test.py .. [ 96%] [2019-09-20T14:40:00.356Z] tests/integration/models_volumes_test.py .. [ 96%] [2019-09-20T14:40:00.505Z] ok github.com/docker/docker/daemon/config 0.096s coverage: 84.2% of statements [2019-09-20T14:40:00.505Z] ok github.com/docker/docker/daemon/events 0.079s coverage: 50.0% of statements [2019-09-20T14:40:01.032Z] --- PASS: TestCgroupNamespacesRunHostMode (1.76s) [2019-09-20T14:40:01.032Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode" [2019-09-20T14:40:01.032Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-09-20T14:40:02.056Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2019-09-20T14:40:02.056Z] [2019-09-20T14:40:02.056Z] ________ ____ __. [2019-09-20T14:40:02.056Z] \_____ \ | |/ _| [2019-09-20T14:40:02.056Z] / | \| < [2019-09-20T14:40:02.056Z] / | \ | \ [2019-09-20T14:40:02.056Z] \_______ /____|__ \ [2019-09-20T14:40:02.056Z] \/ \/ [2019-09-20T14:40:02.056Z] [2019-09-20T14:40:02.056Z] INFO: make.ps1 ended at 09/20/2019 14:40:01 [2019-09-20T14:40:02.067Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2019-09-20T14:40:02.820Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.72s) [2019-09-20T14:40:02.820Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode" [2019-09-20T14:40:02.820Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-09-20T14:40:03.256Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.86s) [2019-09-20T14:40:03.256Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate" [2019-09-20T14:40:03.256Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-09-20T14:40:03.980Z] ok github.com/docker/docker/daemon/graphdriver 0.011s coverage: 2.2% of statements [2019-09-20T14:40:04.101Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.84s) [2019-09-20T14:40:04.101Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode" [2019-09-20T14:40:04.101Z] === RUN TestCgroupNamespacesRunOlderClient [2019-09-20T14:40:04.252Z] INFO: Binaries build ended at 09/20/2019 14:40:03. Duration:00:01:20.0532866 [2019-09-20T14:40:05.074Z] tests/integration/regression_test.py ...... [ 98%] [2019-09-20T14:40:05.589Z] tests/integration/credentials/store_test.py ...... [ 99%] [2019-09-20T14:40:05.589Z] tests/integration/credentials/utils_test.py . [100%] [2019-09-20T14:40:05.589Z] [2019-09-20T14:40:05.589Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2019-09-20T14:40:05.589Z] =========================== short test summary info ============================ [2019-09-20T14:40:05.589Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2019-09-20T14:40:05.589Z] CONFIG_RT_GROUP_SCHED isn't enabled [2019-09-20T14:40:05.589Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2019-09-20T14:40:05.589Z] Not supported on most drivers [2019-09-20T14:40:05.589Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2019-09-20T14:40:05.589Z] This doesn't seem to be taken into account by the engine [2019-09-20T14:40:05.589Z] SKIP [1] tests/integration/api_image_test.py:290: Doesn't work inside a container - FIXME [2019-09-20T14:40:05.589Z] SKIP [1] tests/integration/api_service_test.py:853: API version is too low (< 1.38) [2019-09-20T14:40:05.589Z] SKIP [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39) [2019-09-20T14:40:05.589Z] SKIP [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39) [2019-09-20T14:40:05.589Z] SKIP [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39) [2019-09-20T14:40:05.589Z] SKIP [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39) [2019-09-20T14:40:05.589Z] SKIP [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2019-09-20T14:40:05.589Z] = 367 passed, 7 skipped, 6 deselected, 3 xfailed, 2 xpassed in 341.33 seconds == [2019-09-20T14:40:05.941Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.83s) [2019-09-20T14:40:05.942Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient" [2019-09-20T14:40:05.942Z] === RUN TestKernelTCPMemory [2019-09-20T14:40:06.018Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.598s coverage: 13.7% of statements [2019-09-20T14:40:06.153Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2019-09-20T14:40:06.223Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2019-09-20T14:40:06.223Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2019-09-20T14:40:06.453Z] INFO: Copying the built daemon binary to d:\CI-14\CI-04d9e157b\binary\dockerd-04d9e157b.exe... [2019-09-20T14:40:06.783Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2019-09-20T14:40:06.916Z] INFO: Copying the built client binary to d:\CI-14\CI-04d9e157b\binary\docker-04d9e157b.exe... [2019-09-20T14:40:07.199Z] --- PASS: TestKernelTCPMemory (1.02s) [2019-09-20T14:40:07.199Z] === RUN TestNISDomainname [2019-09-20T14:40:07.348Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2019-09-20T14:40:07.380Z] INFO: Copying dockerversion from the container... [2019-09-20T14:40:07.646Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2019-09-20T14:40:07.844Z] INFO: Copying the golang package from the container to d:\CI-14\CI-04d9e157b\installer\go.zip... [2019-09-20T14:40:08.519Z] --- PASS: TestNISDomainname (1.23s) [2019-09-20T14:40:08.519Z] === RUN TestHostnameDnsResolution [2019-09-20T14:40:08.707Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.011s coverage: 2.9% of statements [2019-09-20T14:40:09.741Z] ok github.com/docker/docker/daemon/graphdriver/copy 1.088s coverage: 57.9% of statements [2019-09-20T14:40:09.818Z] --- PASS: TestHostnameDnsResolution (1.29s) [2019-09-20T14:40:09.818Z] === RUN TestStats [2019-09-20T14:40:10.033Z] ok github.com/docker/docker/daemon 12.491s coverage: 17.6% of statements [2019-09-20T14:40:10.033Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-09-20T14:40:10.033Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-09-20T14:40:10.033Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-09-20T14:40:10.033Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-09-20T14:40:10.045Z] INFO: Extracting go.zip to d:\CI-14\CI-04d9e157b\go [2019-09-20T14:40:11.613Z] --- PASS: TestStats (1.85s) [2019-09-20T14:40:11.613Z] === RUN TestStopContainerWithTimeout [2019-09-20T14:40:11.613Z] === RUN TestStopContainerWithTimeout/0 [2019-09-20T14:40:11.613Z] === PAUSE TestStopContainerWithTimeout/0 [2019-09-20T14:40:11.613Z] === RUN TestStopContainerWithTimeout/1 [2019-09-20T14:40:11.613Z] === PAUSE TestStopContainerWithTimeout/1 [2019-09-20T14:40:11.613Z] === RUN TestStopContainerWithTimeout/3 [2019-09-20T14:40:11.613Z] === PAUSE TestStopContainerWithTimeout/3 [2019-09-20T14:40:11.613Z] === RUN TestStopContainerWithTimeout/-1 [2019-09-20T14:40:11.613Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-09-20T14:40:11.613Z] === CONT TestStopContainerWithTimeout/0 [2019-09-20T14:40:11.613Z] === CONT TestStopContainerWithTimeout/-1 [2019-09-20T14:40:11.847Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2019-09-20T14:40:11.847Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2019-09-20T14:40:12.423Z] === CONT TestStopContainerWithTimeout/3 [2019-09-20T14:40:14.920Z] === CONT TestStopContainerWithTimeout/1 [2019-09-20T14:40:15.551Z] ok github.com/docker/docker/daemon/graphdriver/aufs 10.734s coverage: 68.6% of statements [2019-09-20T14:40:16.009Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2019-09-20T14:40:16.009Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2019-09-20T14:40:16.566Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.946s coverage: 50.8% of statements [2019-09-20T14:40:16.709Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2019-09-20T14:40:16.709Z] --- PASS: TestStopContainerWithTimeout/0 (1.11s) [2019-09-20T14:40:16.709Z] --- PASS: TestStopContainerWithTimeout/-1 (2.99s) [2019-09-20T14:40:16.709Z] --- PASS: TestStopContainerWithTimeout/3 (2.96s) [2019-09-20T14:40:16.709Z] --- PASS: TestStopContainerWithTimeout/1 (1.95s) [2019-09-20T14:40:16.709Z] === RUN TestDeleteDevicemapper [2019-09-20T14:40:16.709Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-09-20T14:40:16.709Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-20T14:40:16.709Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-09-20T14:40:18.329Z] umount: bundles/test-docker-py/root: mountpoint not found [2019-09-20T14:40:18.329Z] Clearing AppArmor profiles cache:. [2019-09-20T14:40:18.329Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-20T14:40:18.329Z] Unloading profiles will leave already running processes permanently [2019-09-20T14:40:18.329Z] unconfined, which can lead to unexpected situations. [2019-09-20T14:40:18.329Z] [2019-09-20T14:40:18.329Z] To set a process to complain mode, use the command line tool [2019-09-20T14:40:18.329Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-20T14:40:18.329Z] with the 'teardown' option." [2019-09-20T14:40:18.329Z] [2019-09-20T14:40:18.608Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.972s coverage: 45.9% of statements [2019-09-20T14:40:18.608Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] Post stage [Pipeline] junit [2019-09-20T14:40:18.652Z] Recording test results [2019-09-20T14:40:19.269Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [Pipeline] sh [2019-09-20T14:40:19.828Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2019-09-20T14:40:19.972Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.52s) [2019-09-20T14:40:19.972Z] === RUN TestUpdateMemory [2019-09-20T14:40:19.972Z] --- SKIP: TestUpdateMemory (0.01s) [2019-09-20T14:40:19.972Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-09-20T14:40:19.972Z] === RUN TestUpdateCPUQuota [2019-09-20T14:40:20.081Z] + echo Ensuring container killed. [2019-09-20T14:40:20.081Z] Ensuring container killed. [2019-09-20T14:40:20.081Z] + docker rm -vf docker-pr14 [2019-09-20T14:40:20.081Z] Error: No such container: docker-pr14 [2019-09-20T14:40:20.081Z] + true [Pipeline] sh [2019-09-20T14:40:20.366Z] + echo Chowning /workspace to jenkins user [2019-09-20T14:40:20.366Z] Chowning /workspace to jenkins user [2019-09-20T14:40:20.366Z] + id -u [2019-09-20T14:40:20.366Z] + id -g [2019-09-20T14:40:20.366Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39943:/workspace busybox chown -R 1000:1000 /workspace [2019-09-20T14:40:20.366Z] Unable to find image 'busybox:latest' locally [2019-09-20T14:40:20.366Z] latest: Pulling from library/busybox [2019-09-20T14:40:20.366Z] 7c9d20b9b6cd: Pulling fs layer [2019-09-20T14:40:20.625Z] 7c9d20b9b6cd: Verifying Checksum [2019-09-20T14:40:20.625Z] 7c9d20b9b6cd: Download complete [2019-09-20T14:40:20.625Z] 7c9d20b9b6cd: Pull complete [2019-09-20T14:40:20.625Z] Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e [2019-09-20T14:40:20.625Z] Status: Downloaded newer image for busybox:latest [2019-09-20T14:40:20.656Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.635s coverage: 76.1% of statements [2019-09-20T14:40:20.656Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 4.558s coverage: 52.5% of statements [2019-09-20T14:40:20.656Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-09-20T14:40:20.656Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-09-20T14:40:20.656Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.027s coverage: 58.0% of statements [2019-09-20T14:40:20.751Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2019-09-20T14:40:21.796Z] --- PASS: TestUpdateCPUQuota (1.73s) [2019-09-20T14:40:21.796Z] === RUN TestUpdatePidsLimit [2019-09-20T14:40:21.796Z] === RUN TestUpdatePidsLimit/update_from_none [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-09-20T14:40:22.111Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2019-09-20T14:40:22.166Z] === RUN TestUpdatePidsLimit/no_change [2019-09-20T14:40:22.292Z] + bundleName=docker-py [2019-09-20T14:40:22.292Z] + echo Creating docker-py-bundles.tar.gz [2019-09-20T14:40:22.292Z] Creating docker-py-bundles.tar.gz [2019-09-20T14:40:22.292Z] + tar -czf docker-py-bundles.tar.gz bundles/test-docker-py/junit-report.xml bundles/test-docker-py/docker.log bundles/test-docker-py/test.log [Pipeline] archiveArtifacts [2019-09-20T14:40:22.302Z] Archiving artifacts [2019-09-20T14:40:22.534Z] === RUN TestUpdatePidsLimit/update_lower [2019-09-20T14:40:22.722Z] ok github.com/docker/docker/daemon/links 0.023s coverage: 93.0% of statements [2019-09-20T14:40:22.902Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-09-20T14:40:23.270Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-09-20T14:40:23.472Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2019-09-20T14:40:23.727Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2019-09-20T14:40:23.732Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39943/14/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2019-09-20T14:40:23.981Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2019-09-20T14:40:24.051Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-09-20T14:40:24.208Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.031s coverage: 3.0% of statements [2019-09-20T14:40:24.221Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39943/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr14 -e DOCKER_GITCOMMIT=04d9e157b2b09401ae3e9e00e143606218910580 -e DOCKER_GRAPHDRIVER docker:04d9e157b2b09401ae3e9e00e143606218910580 hack/make.sh binary-daemon [2019-09-20T14:40:24.466Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-09-20T14:40:24.787Z] [2019-09-20T14:40:24.787Z] Removing bundles/ [2019-09-20T14:40:24.787Z] [2019-09-20T14:40:24.787Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2019-09-20T14:40:24.787Z] Building: bundles/binary-daemon/dockerd-dev [2019-09-20T14:40:24.787Z] GOOS="" GOARCH="" GOARM="" [2019-09-20T14:40:25.347Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2019-09-20T14:40:26.253Z] ok github.com/docker/docker/daemon/logger 0.277s coverage: 42.7% of statements [2019-09-20T14:40:26.324Z] --- PASS: TestUpdatePidsLimit (4.30s) [2019-09-20T14:40:26.324Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.43s) [2019-09-20T14:40:26.324Z] --- PASS: TestUpdatePidsLimit/no_change (0.41s) [2019-09-20T14:40:26.324Z] --- PASS: TestUpdatePidsLimit/update_lower (0.41s) [2019-09-20T14:40:26.324Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.47s) [2019-09-20T14:40:26.324Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.44s) [2019-09-20T14:40:26.324Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.43s) [2019-09-20T14:40:26.324Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.49s) [2019-09-20T14:40:26.324Z] === RUN TestUpdateRestartPolicy [2019-09-20T14:40:26.708Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2019-09-20T14:40:27.746Z] ok github.com/docker/docker/daemon/logger/gelf 0.022s coverage: 68.2% of statements [2019-09-20T14:40:28.635Z] --- PASS: TestBuildWithHugeFile (86.26s) [2019-09-20T14:40:28.635Z] === RUN TestBuildWithEmptyDockerfile [2019-09-20T14:40:28.635Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-20T14:40:28.635Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-20T14:40:28.635Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-20T14:40:28.635Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-20T14:40:28.635Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-20T14:40:28.635Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-20T14:40:28.635Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-20T14:40:28.635Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-20T14:40:28.635Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-20T14:40:28.635Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2019-09-20T14:40:28.890Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s) [2019-09-20T14:40:28.890Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.22s) [2019-09-20T14:40:28.890Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.22s) [2019-09-20T14:40:28.890Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.10s) [2019-09-20T14:40:28.890Z] === RUN TestBuildPreserveOwnership [2019-09-20T14:40:28.890Z] === RUN TestBuildPreserveOwnership/copy_from [2019-09-20T14:40:30.318Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2019-09-20T14:40:30.465Z] ok github.com/docker/docker/daemon/logger/awslogs 0.578s coverage: 77.8% of statements [2019-09-20T14:40:30.465Z] ok github.com/docker/docker/daemon/logger/journald 0.026s coverage: 26.2% of statements [2019-09-20T14:40:30.894Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2019-09-20T14:40:31.086Z] ok github.com/docker/docker/daemon/images 0.121s coverage: 4.9% of statements [2019-09-20T14:40:31.086Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-09-20T14:40:31.086Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-09-20T14:40:31.086Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-09-20T14:40:31.086Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-09-20T14:40:31.467Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2019-09-20T14:40:31.707Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.019s coverage: 62.1% of statements [2019-09-20T14:40:32.329Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.023s coverage: 88.3% of statements [2019-09-20T14:40:32.438Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2019-09-20T14:40:32.998Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-09-20T14:40:34.881Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2019-09-20T14:40:34.881Z] --- PASS: TestBuildPreserveOwnership (6.22s) [2019-09-20T14:40:34.881Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.25s) [2019-09-20T14:40:34.881Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.94s) [2019-09-20T14:40:34.881Z] === RUN TestBuildPlatformInvalid [2019-09-20T14:40:35.027Z] ok github.com/docker/docker/daemon/logger/local 0.135s coverage: 74.7% of statements [2019-09-20T14:40:35.027Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-09-20T14:40:35.136Z] --- PASS: TestBuildPlatformInvalid (0.16s) [2019-09-20T14:40:35.136Z] PASS [2019-09-20T14:40:35.136Z] [2019-09-20T14:40:35.136Z] DONE 32 tests in 177.537s [2019-09-20T14:40:35.136Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2019-09-20T14:40:35.136Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:40:35.136Z] ++ set -e [2019-09-20T14:40:35.136Z] ++ '[' -n 0 ']' [2019-09-20T14:40:35.136Z] ++ set -x [2019-09-20T14:40:35.136Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:40:35.650Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.033s coverage: 18.6% of statements [2019-09-20T14:40:35.695Z] INFO: Testing against a local daemon [2019-09-20T14:40:35.695Z] === RUN TestConfigList [2019-09-20T14:40:35.939Z] ok github.com/docker/docker/daemon/logger/syslog 0.013s coverage: 47.8% of statements [2019-09-20T14:40:37.444Z] ok github.com/docker/docker/daemon/logger/templates 0.027s coverage: 8.3% of statements [2019-09-20T14:40:38.936Z] ok github.com/docker/docker/daemon/network 0.007s coverage: 63.8% of statements [2019-09-20T14:40:38.955Z] --- PASS: TestConfigList (3.44s) [2019-09-20T14:40:38.955Z] config_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigList" [2019-09-20T14:40:38.955Z] === RUN TestConfigsCreateAndDelete [2019-09-20T14:40:38.955Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2019-09-20T14:40:39.988Z] --- PASS: TestUpdateRestartPolicy (12.88s) [2019-09-20T14:40:39.988Z] === RUN TestUpdateRestartWithAutoRemove [2019-09-20T14:40:39.988Z] --- PASS: TestUpdateRestartWithAutoRemove (0.96s) [2019-09-20T14:40:39.988Z] === RUN TestWaitNonBlocked [2019-09-20T14:40:39.988Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-20T14:40:39.988Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-20T14:40:39.988Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-20T14:40:39.988Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-20T14:40:39.988Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-20T14:40:39.988Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-20T14:40:40.105Z] INFO: Extraction ended at 09/20/2019 14:40:37. Duration:00:00:27.6399973 [2019-09-20T14:40:40.106Z] INFO: Updating the golang and path environment variables [2019-09-20T14:40:40.106Z] INFO: GOPATH=d:\gopath [2019-09-20T14:40:40.106Z] INFO: go version go1.13 windows/amd64 [2019-09-20T14:40:40.106Z] INFO: Running the daemon under test in debug mode [2019-09-20T14:40:40.106Z] INFO: Starting a daemon under test... [2019-09-20T14:40:40.106Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI-14\CI-04d9e157b\daemon --pidfile d:\CI-14\CI-04d9e157b\docker.pid -D [2019-09-20T14:40:40.106Z] INFO: Process started successfully. [2019-09-20T14:40:40.106Z] INFO: Start tailing logs of the daemon under tests [2019-09-20T14:40:40.106Z] INFO: Waiting for the daemon under test to start... [2019-09-20T14:40:40.421Z] ok github.com/docker/docker/daemon/logger/splunk 3.123s coverage: 84.5% of statements [2019-09-20T14:40:40.421Z] ? github.com/docker/docker/daemon/names [no test files] [2019-09-20T14:40:40.421Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-09-20T14:40:40.886Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2019-09-20T14:40:41.248Z] --- PASS: TestWaitNonBlocked (0.01s) [2019-09-20T14:40:41.248Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.06s) [2019-09-20T14:40:41.248Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.14s) [2019-09-20T14:40:41.248Z] === RUN TestWaitBlocked [2019-09-20T14:40:41.248Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-20T14:40:41.248Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-20T14:40:41.248Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-09-20T14:40:41.248Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-09-20T14:40:41.248Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-20T14:40:41.248Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-09-20T14:40:41.659Z] INFO: Daemon under test started and replied! [2019-09-20T14:40:41.659Z] INFO: Docker version of the daemon under test [2019-09-20T14:40:41.659Z] [2019-09-20T14:40:41.659Z] Client: [2019-09-20T14:40:41.659Z] Version: 17.06.2-ce [2019-09-20T14:40:41.659Z] API version: 1.30 [2019-09-20T14:40:41.659Z] Go version: go1.8.3 [2019-09-20T14:40:41.659Z] Git commit: cec0b72 [2019-09-20T14:40:41.659Z] Built: Tue Sep 5 19:57:19 2017 [2019-09-20T14:40:41.659Z] OS/Arch: windows/amd64 [2019-09-20T14:40:41.659Z] [2019-09-20T14:40:41.659Z] Server: [2019-09-20T14:40:41.659Z] Version: 0.0.0-dev [2019-09-20T14:40:41.659Z] API version: 1.41 (minimum version 1.24) [2019-09-20T14:40:41.659Z] Go version: go1.13 [2019-09-20T14:40:41.659Z] Git commit: 04d9e157b [2019-09-20T14:40:41.659Z] Built: 09/20/2019 14:38:49 [2019-09-20T14:40:41.659Z] OS/Arch: windows/amd64 [2019-09-20T14:40:41.659Z] Experimental: false [2019-09-20T14:40:41.659Z] [2019-09-20T14:40:41.659Z] INFO: Docker info of the daemon under test [2019-09-20T14:40:41.659Z] [2019-09-20T14:40:41.659Z] Containers: 0 [2019-09-20T14:40:41.659Z] Running: 0 [2019-09-20T14:40:41.659Z] Paused: 0 [2019-09-20T14:40:41.659Z] Stopped: 0 [2019-09-20T14:40:41.659Z] Images: 0 [2019-09-20T14:40:41.659Z] Server Version: 0.0.0-dev [2019-09-20T14:40:41.659Z] Storage Driver: windowsfilter [2019-09-20T14:40:41.659Z] Windows: [2019-09-20T14:40:41.659Z] Logging Driver: json-file [2019-09-20T14:40:41.659Z] Plugins: [2019-09-20T14:40:41.659Z] Volume: local [2019-09-20T14:40:41.659Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2019-09-20T14:40:41.659Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-09-20T14:40:41.659Z] Swarm: inactive [2019-09-20T14:40:41.659Z] Default Isolation: process [2019-09-20T14:40:41.659Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-09-20T14:40:41.659Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-09-20T14:40:41.659Z] OSType: windows [2019-09-20T14:40:41.659Z] Architecture: x86_64 [2019-09-20T14:40:41.659Z] CPUs: 4 [2019-09-20T14:40:41.659Z] Total Memory: 32GiB [2019-09-20T14:40:41.659Z] Name: azwin-2-f26c80 [2019-09-20T14:40:41.659Z] ID: UO37:NAAC:LQEU:V5IB:6PVF:5GY2:PQLR:UF7T:SMVJ:MBDC:3I4S:DCKL [2019-09-20T14:40:41.659Z] Docker Root Dir: D:\CI-14\CI-04d9e157b\daemon [2019-09-20T14:40:41.659Z] Debug Mode (client): false [2019-09-20T14:40:41.659Z] Debug Mode (server): true [2019-09-20T14:40:41.659Z] File Descriptors: -1 [2019-09-20T14:40:41.659Z] Goroutines: 17 [2019-09-20T14:40:41.659Z] System Time: 2019-09-20T14:40:41.2925346Z [2019-09-20T14:40:41.659Z] EventsListeners: 0 [2019-09-20T14:40:41.659Z] Registry: https://index.docker.io/v1/ [2019-09-20T14:40:41.659Z] Labels: [2019-09-20T14:40:41.659Z] Experimental: false [2019-09-20T14:40:41.659Z] Insecure Registries: [2019-09-20T14:40:41.659Z] 127.0.0.0/8 [2019-09-20T14:40:41.659Z] Live Restore Enabled: false [2019-09-20T14:40:41.659Z] [2019-09-20T14:40:41.659Z] [2019-09-20T14:40:41.659Z] INFO: Docker images of the daemon under test [2019-09-20T14:40:41.659Z] [2019-09-20T14:40:41.659Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2019-09-20T14:40:41.659Z] [2019-09-20T14:40:41.659Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2019-09-20T14:40:41.659Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2019-09-20T14:40:41.659Z] ltsc2019: Pulling from windows/servercore [2019-09-20T14:40:42.037Z] --- PASS: TestWaitBlocked (0.01s) [2019-09-20T14:40:42.037Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.98s) [2019-09-20T14:40:42.037Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.05s) [2019-09-20T14:40:42.037Z] === CONT TestContainerStartOnDaemonRestart [2019-09-20T14:40:42.037Z] === CONT TestIpcModeOlderClient [2019-09-20T14:40:42.037Z] --- PASS: TestIpcModeOlderClient (0.16s) [2019-09-20T14:40:42.037Z] === CONT TestDaemonRestartIpcMode [2019-09-20T14:40:42.122Z] 65014b3c3121: Pulling fs layer [2019-09-20T14:40:42.122Z] 2945147eda09: Pulling fs layer [2019-09-20T14:40:42.247Z] --- PASS: TestConfigsCreateAndDelete (3.28s) [2019-09-20T14:40:42.247Z] config_test.go:112: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete" [2019-09-20T14:40:42.247Z] === RUN TestConfigsUpdate [2019-09-20T14:40:42.806Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2019-09-20T14:40:43.123Z] ok github.com/docker/docker/distribution/metadata 0.201s coverage: 48.2% of statements [2019-09-20T14:40:43.365Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2019-09-20T14:40:43.746Z] ok github.com/docker/docker/errdefs 0.030s coverage: 49.4% of statements [2019-09-20T14:40:43.924Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2019-09-20T14:40:44.482Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2019-09-20T14:40:44.767Z] ok github.com/docker/docker/distribution 0.666s coverage: 22.6% of statements [2019-09-20T14:40:44.767Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-09-20T14:40:45.042Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2019-09-20T14:40:45.343Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2019-09-20T14:40:45.343Z] --- PASS: TestConfigsUpdate (3.14s) [2019-09-20T14:40:45.343Z] config_test.go:140: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate" [2019-09-20T14:40:45.343Z] === RUN TestTemplatedConfig [2019-09-20T14:40:45.374Z] --- PASS: TestContainerStartOnDaemonRestart (3.08s) [2019-09-20T14:40:45.374Z] daemon_linux_test.go:35: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart" [2019-09-20T14:40:46.176Z] --- PASS: TestDaemonRestartIpcMode (3.77s) [2019-09-20T14:40:46.176Z] daemon_linux_test.go:89: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode" [2019-09-20T14:40:46.176Z] PASS [2019-09-20T14:40:46.176Z] [2019-09-20T14:40:46.176Z] === Skipped [2019-09-20T14:40:46.176Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2019-09-20T14:40:46.176Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-20T14:40:46.176Z] [2019-09-20T14:40:46.176Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.01s) [2019-09-20T14:40:46.176Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-20T14:40:46.176Z] [2019-09-20T14:40:46.176Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2019-09-20T14:40:46.176Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-20T14:40:46.176Z] [2019-09-20T14:40:46.176Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.01s) [2019-09-20T14:40:46.176Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-20T14:40:46.176Z] [2019-09-20T14:40:46.176Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2019-09-20T14:40:46.176Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-20T14:40:46.176Z] [2019-09-20T14:40:46.176Z] === SKIP: s390x.integration.container TestUpdateMemory (0.01s) [2019-09-20T14:40:46.176Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-09-20T14:40:46.176Z] [2019-09-20T14:40:46.176Z] [2019-09-20T14:40:46.176Z] DONE 197 tests, 6 skipped in 138.962s [2019-09-20T14:40:46.176Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2019-09-20T14:40:46.176Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:40:46.176Z] ++ set -e [2019-09-20T14:40:46.176Z] ++ '[' -n 0 ']' [2019-09-20T14:40:46.176Z] ++ set -x [2019-09-20T14:40:46.176Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:40:46.176Z] INFO: Testing against a local daemon [2019-09-20T14:40:46.176Z] === RUN TestCommitInheritsEnv [2019-09-20T14:40:46.267Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2019-09-20T14:40:46.967Z] --- PASS: TestCommitInheritsEnv (0.48s) [2019-09-20T14:40:46.967Z] === RUN TestImportExtremelyLargeImageWorks [2019-09-20T14:40:46.967Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-09-20T14:40:46.967Z] === RUN TestImagesFilterMultiReference [2019-09-20T14:40:46.967Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2019-09-20T14:40:46.967Z] === RUN TestImagePullPlatformInvalid [2019-09-20T14:40:46.967Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2019-09-20T14:40:46.967Z] === RUN TestRemoveImageOrphaning [2019-09-20T14:40:47.190Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2019-09-20T14:40:47.347Z] --- PASS: TestRemoveImageOrphaning (0.51s) [2019-09-20T14:40:47.347Z] === RUN TestRemoveImageGarbageCollector [2019-09-20T14:40:47.347Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2019-09-20T14:40:47.347Z] remove_unix_test.go:30: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-20T14:40:47.347Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-09-20T14:40:47.347Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2019-09-20T14:40:47.347Z] === RUN TestTagInvalidReference [2019-09-20T14:40:47.347Z] --- PASS: TestTagInvalidReference (0.01s) [2019-09-20T14:40:47.347Z] === RUN TestTagValidPrefixedRepo [2019-09-20T14:40:47.347Z] --- PASS: TestTagValidPrefixedRepo (0.03s) [2019-09-20T14:40:47.347Z] === RUN TestTagExistedNameWithoutForce [2019-09-20T14:40:47.347Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2019-09-20T14:40:47.347Z] === RUN TestTagOfficialNames [2019-09-20T14:40:47.347Z] --- PASS: TestTagOfficialNames (0.04s) [2019-09-20T14:40:47.347Z] === RUN TestTagMatchesDigest [2019-09-20T14:40:47.481Z] ok github.com/docker/docker/distribution/xfer 1.541s coverage: 83.9% of statements [2019-09-20T14:40:47.481Z] ? github.com/docker/docker/dockerversion [no test files] [2019-09-20T14:40:47.709Z] --- PASS: TestTagMatchesDigest (0.04s) [2019-09-20T14:40:47.709Z] === CONT TestImportExtremelyLargeImageWorks [2019-09-20T14:40:48.105Z] ok github.com/docker/docker/image 0.083s coverage: 86.4% of statements [2019-09-20T14:40:48.114Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2019-09-20T14:40:48.392Z] ok github.com/docker/docker/image/cache 0.018s coverage: 19.2% of statements [2019-09-20T14:40:48.392Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-09-20T14:40:49.414Z] ok github.com/docker/docker/image/v1 0.091s coverage: 25.0% of statements [2019-09-20T14:40:49.414Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-09-20T14:40:49.516Z] --- PASS: TestTemplatedConfig (4.04s) [2019-09-20T14:40:49.516Z] config_test.go:192: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig" [2019-09-20T14:40:49.516Z] === RUN TestConfigInspect [2019-09-20T14:40:49.701Z] ok github.com/docker/docker/libcontainerd/queue 0.035s coverage: 100.0% of statements [2019-09-20T14:40:50.119Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2019-09-20T14:40:50.756Z] 2945147eda09: Verifying Checksum [2019-09-20T14:40:50.756Z] 2945147eda09: Download complete [2019-09-20T14:40:51.188Z] ok github.com/docker/docker/pkg/aaparser 0.042s coverage: 50.0% of statements [2019-09-20T14:40:51.478Z] === RUN TestDockerSuite/TestBuildAddNonTar [2019-09-20T14:40:52.037Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2019-09-20T14:40:52.600Z] --- PASS: TestConfigInspect (3.09s) [2019-09-20T14:40:52.600Z] config_test.go:326: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect" [2019-09-20T14:40:52.600Z] === RUN TestConfigCreateWithLabels [2019-09-20T14:40:52.854Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2019-09-20T14:40:53.783Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2019-09-20T14:40:53.783Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2019-09-20T14:40:54.672Z] ok github.com/docker/docker/opts 0.057s coverage: 66.9% of statements [2019-09-20T14:40:55.671Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2019-09-20T14:40:55.927Z] --- PASS: TestConfigCreateWithLabels (3.36s) [2019-09-20T14:40:55.927Z] config_test.go:350: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels" [2019-09-20T14:40:55.927Z] === RUN TestConfigCreateResolve [2019-09-20T14:40:56.163Z] ok github.com/docker/docker/pkg/broadcaster 0.004s coverage: 100.0% of statements [2019-09-20T14:40:56.789Z] ok github.com/docker/docker/pkg/authorization 1.450s coverage: 66.7% of statements [2019-09-20T14:40:57.076Z] ok github.com/docker/docker/pkg/capabilities 0.018s coverage: 87.5% of statements [2019-09-20T14:40:57.286Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2019-09-20T14:40:57.542Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2019-09-20T14:40:57.698Z] ok github.com/docker/docker/pkg/archive 1.555s coverage: 77.1% of statements [2019-09-20T14:40:58.146Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2019-09-20T14:40:58.721Z] ok github.com/docker/docker/pkg/directory 0.012s coverage: 80.0% of statements [2019-09-20T14:40:59.346Z] ok github.com/docker/docker/pkg/discovery 0.031s coverage: 58.3% of statements [2019-09-20T14:40:59.387Z] 65014b3c3121: Download complete [2019-09-20T14:40:59.505Z] --- PASS: TestConfigCreateResolve (3.33s) [2019-09-20T14:40:59.505Z] config_test.go:377: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve" [2019-09-20T14:40:59.505Z] === RUN TestConfigDaemonLibtrustID [2019-09-20T14:40:59.759Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2019-09-20T14:40:59.759Z] config_test.go:427: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID" [2019-09-20T14:40:59.759Z] PASS [2019-09-20T14:40:59.759Z] [2019-09-20T14:40:59.759Z] DONE 8 tests in 24.488s [2019-09-20T14:40:59.759Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2019-09-20T14:40:59.759Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:40:59.759Z] ++ set -e [2019-09-20T14:40:59.759Z] ++ '[' -n 0 ']' [2019-09-20T14:40:59.759Z] ++ set -x [2019-09-20T14:40:59.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=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:40:59.966Z] ok github.com/docker/docker/pkg/discovery/file 0.021s coverage: 97.6% of statements [2019-09-20T14:41:00.014Z] INFO: Testing against a local daemon [2019-09-20T14:41:00.014Z] === RUN TestCheckpoint [2019-09-20T14:41:00.014Z] --- SKIP: TestCheckpoint (0.00s) [2019-09-20T14:41:00.014Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-20T14:41:00.014Z] === RUN TestContainerInvalidJSON [2019-09-20T14:41:00.014Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-09-20T14:41:00.014Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-09-20T14:41:00.014Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-09-20T14:41:00.014Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-09-20T14:41:00.014Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-09-20T14:41:00.014Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-09-20T14:41:00.014Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-09-20T14:41:00.014Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-09-20T14:41:00.014Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-09-20T14:41:00.014Z] --- PASS: TestContainerInvalidJSON (0.01s) [2019-09-20T14:41:00.014Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-09-20T14:41:00.014Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-09-20T14:41:00.014Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-09-20T14:41:00.014Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-20T14:41:00.014Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.10s) [2019-09-20T14:41:00.014Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-20T14:41:00.268Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.09s) [2019-09-20T14:41:00.268Z] === RUN TestCopyToContainerPathDoesNotExist [2019-09-20T14:41:00.268Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2019-09-20T14:41:00.268Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.10s) [2019-09-20T14:41:00.268Z] === RUN TestCopyToContainerPathIsNotDir [2019-09-20T14:41:00.268Z] --- PASS: TestCopyToContainerPathIsNotDir (0.12s) [2019-09-20T14:41:00.268Z] === RUN TestCopyFromContainer [2019-09-20T14:41:01.191Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2019-09-20T14:41:01.456Z] ok github.com/docker/docker/pkg/discovery/memory 0.008s coverage: 92.3% of statements [2019-09-20T14:41:01.751Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2019-09-20T14:41:02.311Z] === RUN TestCopyFromContainer// [2019-09-20T14:41:02.311Z] === RUN TestCopyFromContainer//bar/root [2019-09-20T14:41:02.479Z] ok github.com/docker/docker/layer 7.766s coverage: 68.8% of statements [2019-09-20T14:41:02.479Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-09-20T14:41:02.479Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-09-20T14:41:02.479Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-09-20T14:41:02.479Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-09-20T14:41:02.479Z] ? github.com/docker/docker/oci [no test files] [2019-09-20T14:41:02.479Z] ? github.com/docker/docker/oci/caps [no test files] [2019-09-20T14:41:02.479Z] ok github.com/docker/docker/pkg/discovery/nodes 0.006s coverage: 93.8% of statements [2019-09-20T14:41:02.566Z] === RUN TestDockerSuite/TestBuildAddScript [2019-09-20T14:41:02.566Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-20T14:41:02.566Z] === RUN TestCopyFromContainer/bar/quux [2019-09-20T14:41:02.820Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-20T14:41:02.820Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-20T14:41:02.820Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-20T14:41:03.075Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-20T14:41:03.075Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-20T14:41:03.075Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-20T14:41:03.100Z] ok github.com/docker/docker/pkg/dmesg 0.016s coverage: 83.3% of statements [2019-09-20T14:41:03.331Z] --- PASS: TestCopyFromContainer (2.87s) [2019-09-20T14:41:03.331Z] --- PASS: TestCopyFromContainer// (0.08s) [2019-09-20T14:41:03.331Z] --- PASS: TestCopyFromContainer//bar/root (0.12s) [2019-09-20T14:41:03.331Z] --- PASS: TestCopyFromContainer//bar/root/ (0.09s) [2019-09-20T14:41:03.331Z] --- PASS: TestCopyFromContainer/bar/quux (0.12s) [2019-09-20T14:41:03.331Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2019-09-20T14:41:03.331Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2019-09-20T14:41:03.331Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2019-09-20T14:41:03.331Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s) [2019-09-20T14:41:03.331Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2019-09-20T14:41:03.331Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2019-09-20T14:41:03.331Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-09-20T14:41:03.331Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-20T14:41:03.331Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-20T14:41:03.331Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-20T14:41:03.331Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-20T14:41:03.331Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-20T14:41:03.331Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-20T14:41:03.331Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-20T14:41:03.331Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-20T14:41:03.331Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-20T14:41:03.331Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2019-09-20T14:41:03.331Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2019-09-20T14:41:03.331Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-09-20T14:41:03.331Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2019-09-20T14:41:03.331Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-20T14:41:03.331Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2019-09-20T14:41:03.331Z] === RUN TestCreateWithInvalidEnv [2019-09-20T14:41:03.331Z] === RUN TestCreateWithInvalidEnv/0 [2019-09-20T14:41:03.331Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-09-20T14:41:03.331Z] === RUN TestCreateWithInvalidEnv/1 [2019-09-20T14:41:03.331Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-09-20T14:41:03.331Z] === RUN TestCreateWithInvalidEnv/2 [2019-09-20T14:41:03.331Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-09-20T14:41:03.331Z] === CONT TestCreateWithInvalidEnv/0 [2019-09-20T14:41:03.331Z] === CONT TestCreateWithInvalidEnv/2 [2019-09-20T14:41:03.331Z] === CONT TestCreateWithInvalidEnv/1 [2019-09-20T14:41:03.331Z] --- PASS: TestCreateWithInvalidEnv (0.04s) [2019-09-20T14:41:03.331Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-09-20T14:41:03.331Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-09-20T14:41:03.331Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-09-20T14:41:03.331Z] === RUN TestCreateTmpfsMountsTarget [2019-09-20T14:41:03.331Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2019-09-20T14:41:03.331Z] === RUN TestCreateWithCustomMaskedPaths [2019-09-20T14:41:04.117Z] ok github.com/docker/docker/pkg/chrootarchive 4.397s coverage: 43.2% of statements [2019-09-20T14:41:04.117Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-09-20T14:41:04.117Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-09-20T14:41:04.117Z] ok github.com/docker/docker/pkg/filenotify 0.607s coverage: 67.0% of statements [2019-09-20T14:41:04.404Z] ok github.com/docker/docker/pkg/fileutils 0.029s coverage: 89.5% of statements [2019-09-20T14:41:05.420Z] ok github.com/docker/docker/pkg/discovery/kv 3.274s coverage: 84.1% of statements [2019-09-20T14:41:05.708Z] ok github.com/docker/docker/pkg/fsutils 0.404s coverage: 85.1% of statements [2019-09-20T14:41:05.842Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2019-09-20T14:41:05.842Z] --- PASS: TestCreateWithCustomMaskedPaths (2.21s) [2019-09-20T14:41:05.842Z] === RUN TestCreateWithCapabilities [2019-09-20T14:41:05.842Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-09-20T14:41:05.842Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-09-20T14:41:05.842Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-09-20T14:41:05.842Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-09-20T14:41:05.842Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-09-20T14:41:05.842Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-09-20T14:41:05.842Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-09-20T14:41:05.842Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-09-20T14:41:05.842Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-09-20T14:41:05.842Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-09-20T14:41:05.842Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-20T14:41:05.842Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-20T14:41:05.842Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-09-20T14:41:05.842Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-09-20T14:41:05.842Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-09-20T14:41:05.842Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-09-20T14:41:05.842Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-09-20T14:41:05.842Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-09-20T14:41:05.842Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-09-20T14:41:05.842Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-09-20T14:41:05.842Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-09-20T14:41:05.842Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-09-20T14:41:05.842Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-09-20T14:41:05.842Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-09-20T14:41:05.842Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-20T14:41:05.842Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-09-20T14:41:05.842Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-09-20T14:41:05.842Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-09-20T14:41:05.842Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-09-20T14:41:05.842Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-09-20T14:41:05.842Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-09-20T14:41:05.842Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-09-20T14:41:05.842Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-09-20T14:41:05.842Z] --- PASS: TestCreateWithCapabilities (0.02s) [2019-09-20T14:41:05.842Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.06s) [2019-09-20T14:41:05.842Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.07s) [2019-09-20T14:41:05.842Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.04s) [2019-09-20T14:41:05.842Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.05s) [2019-09-20T14:41:05.842Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2019-09-20T14:41:05.842Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-09-20T14:41:05.842Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-09-20T14:41:05.842Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.06s) [2019-09-20T14:41:05.842Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.06s) [2019-09-20T14:41:05.842Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.06s) [2019-09-20T14:41:05.842Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.06s) [2019-09-20T14:41:05.842Z] === RUN TestCreateWithCustomReadonlyPaths [2019-09-20T14:41:05.994Z] ok github.com/docker/docker/pkg/homedir 0.014s coverage: 10.2% of statements [2019-09-20T14:41:08.038Z] ok github.com/docker/docker/pkg/locker 0.062s coverage: 88.9% of statements [2019-09-20T14:41:08.038Z] ok github.com/docker/docker/pkg/jsonmessage 0.011s coverage: 91.7% of statements [2019-09-20T14:41:08.355Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2019-09-20T14:41:08.355Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.35s) [2019-09-20T14:41:08.355Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-09-20T14:41:08.355Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-20T14:41:08.355Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-20T14:41:08.355Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-20T14:41:08.355Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-20T14:41:08.355Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-20T14:41:08.355Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-20T14:41:08.355Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-20T14:41:08.355Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-20T14:41:08.355Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-20T14:41:08.355Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-20T14:41:08.355Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-20T14:41:08.355Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-20T14:41:08.355Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-20T14:41:08.355Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-20T14:41:08.355Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-20T14:41:08.355Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2019-09-20T14:41:08.355Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2019-09-20T14:41:08.355Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2019-09-20T14:41:08.355Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2019-09-20T14:41:08.355Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-09-20T14:41:08.355Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2019-09-20T14:41:08.355Z] === RUN TestContainerStartOnDaemonRestart [2019-09-20T14:41:08.355Z] === PAUSE TestContainerStartOnDaemonRestart [2019-09-20T14:41:08.355Z] === RUN TestDaemonRestartIpcMode [2019-09-20T14:41:08.355Z] === PAUSE TestDaemonRestartIpcMode [2019-09-20T14:41:08.355Z] === RUN TestDiff [2019-09-20T14:41:08.661Z] ok github.com/docker/docker/pkg/idtools 0.872s coverage: 70.1% of statements [2019-09-20T14:41:08.955Z] ok github.com/docker/docker/pkg/longpath 0.005s coverage: 100.0% of statements [2019-09-20T14:41:09.244Z] ok github.com/docker/docker/pkg/ioutils 1.906s coverage: 70.1% of statements [2019-09-20T14:41:09.244Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-09-20T14:41:09.282Z] --- PASS: TestDiff (0.93s) [2019-09-20T14:41:09.282Z] === RUN TestExecWithCloseStdin [2019-09-20T14:41:09.533Z] ok github.com/docker/docker/pkg/namesgenerator 0.006s coverage: 85.7% of statements [2019-09-20T14:41:10.558Z] ok github.com/docker/docker/pkg/parsers 0.028s coverage: 97.0% of statements [2019-09-20T14:41:10.558Z] ok github.com/docker/docker/pkg/parsers/kernel 0.021s coverage: 60.0% of statements [2019-09-20T14:41:10.644Z] --- PASS: TestExecWithCloseStdin (1.18s) [2019-09-20T14:41:10.644Z] === RUN TestExec [2019-09-20T14:41:10.849Z] ok github.com/docker/docker/pkg/mount 0.873s coverage: 69.6% of statements [2019-09-20T14:41:10.849Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-09-20T14:41:11.471Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.012s coverage: 91.4% of statements [2019-09-20T14:41:11.569Z] --- PASS: TestExec (1.28s) [2019-09-20T14:41:11.569Z] === RUN TestExecUser [2019-09-20T14:41:11.758Z] ok github.com/docker/docker/pkg/pidfile 0.020s coverage: 82.4% of statements [2019-09-20T14:41:11.758Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-09-20T14:41:11.758Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-09-20T14:41:12.778Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.054s coverage: 56.8% of statements [2019-09-20T14:41:12.931Z] --- PASS: TestExecUser (1.18s) [2019-09-20T14:41:12.931Z] === RUN TestExportContainerAndImportImage [2019-09-20T14:41:13.490Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2019-09-20T14:41:13.800Z] ok github.com/docker/docker/pkg/pools 0.007s coverage: 87.9% of statements [2019-09-20T14:41:14.051Z] --- PASS: TestExportContainerAndImportImage (1.30s) [2019-09-20T14:41:14.051Z] === RUN TestExportContainerAfterDaemonRestart [2019-09-20T14:41:14.305Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2019-09-20T14:41:14.420Z] ok github.com/docker/docker/pkg/progress 0.005s coverage: 75.9% of statements [2019-09-20T14:41:14.707Z] ok github.com/docker/docker/pkg/plugins/transport 0.021s coverage: 85.7% of statements [2019-09-20T14:41:15.334Z] ok github.com/docker/docker/pkg/reexec 0.009s coverage: 82.4% of statements [2019-09-20T14:41:15.666Z] --- PASS: TestExportContainerAfterDaemonRestart (1.57s) [2019-09-20T14:41:15.666Z] export_test.go:63: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart" [2019-09-20T14:41:15.666Z] === RUN TestHealthCheckWorkdir [2019-09-20T14:41:15.955Z] ok github.com/docker/docker/pkg/pubsub 1.195s coverage: 73.9% of statements [2019-09-20T14:41:16.577Z] ok github.com/docker/docker/pkg/stdcopy 0.030s coverage: 100.0% of statements [2019-09-20T14:41:17.030Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2019-09-20T14:41:17.030Z] --- PASS: TestHealthCheckWorkdir (1.36s) [2019-09-20T14:41:17.030Z] === RUN TestHealthKillContainer [2019-09-20T14:41:17.596Z] ok github.com/docker/docker/pkg/streamformatter 0.006s coverage: 66.2% of statements [2019-09-20T14:41:17.596Z] ok github.com/docker/docker/pkg/stringid 0.005s coverage: 70.6% of statements [2019-09-20T14:41:18.609Z] ok github.com/docker/docker/pkg/symlink 0.017s coverage: 87.7% of statements [2019-09-20T14:41:18.609Z] ok github.com/docker/docker/pkg/sysinfo 0.012s coverage: 80.0% of statements [2019-09-20T14:41:19.230Z] ok github.com/docker/docker/pkg/signal 3.431s coverage: 61.0% of statements [2019-09-20T14:41:19.854Z] ok github.com/docker/docker/pkg/tailfile 0.125s coverage: 88.6% of statements [2019-09-20T14:41:20.141Z] ok github.com/docker/docker/pkg/system 0.055s coverage: 36.9% of statements [2019-09-20T14:41:20.293Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2019-09-20T14:41:20.293Z] --- PASS: TestHealthKillContainer (3.25s) [2019-09-20T14:41:20.293Z] === RUN TestInspectCpusetInConfigPre120 [2019-09-20T14:41:21.158Z] testing: warning: no tests to run [2019-09-20T14:41:21.158Z] coverage: [no statements] [2019-09-20T14:41:21.158Z] ok github.com/docker/docker/pkg/term/windows 0.006s coverage: [no statements] [no tests to run] [2019-09-20T14:41:21.218Z] --- PASS: TestInspectCpusetInConfigPre120 (0.90s) [2019-09-20T14:41:21.218Z] === RUN TestIpcModeNone [2019-09-20T14:41:21.778Z] ok github.com/docker/docker/pkg/term 0.009s coverage: 84.8% of statements [2019-09-20T14:41:22.409Z] ok github.com/docker/docker/pkg/truncindex 0.107s coverage: 91.5% of statements [2019-09-20T14:41:22.409Z] ok github.com/docker/docker/pkg/tarsum 0.261s coverage: 89.3% of statements [2019-09-20T14:41:22.409Z] ok github.com/docker/docker/pkg/urlutil 0.006s coverage: 100.0% of statements [2019-09-20T14:41:22.578Z] --- PASS: TestIpcModeNone (1.28s) [2019-09-20T14:41:22.578Z] === RUN TestIpcModePrivate [2019-09-20T14:41:23.031Z] ok github.com/docker/docker/pkg/useragent 0.006s coverage: 88.9% of statements [2019-09-20T14:41:23.941Z] --- PASS: TestIpcModePrivate (1.52s) [2019-09-20T14:41:23.941Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:195, shared: false, mustBeShared: false [2019-09-20T14:41:23.941Z] === RUN TestIpcModeShareable [2019-09-20T14:41:24.500Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2019-09-20T14:41:24.755Z] === RUN TestDockerSuite/TestBuildAddTar [2019-09-20T14:41:25.378Z] --- PASS: TestIpcModeShareable (1.30s) [2019-09-20T14:41:25.378Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:186, shared: true, mustBeShared: true [2019-09-20T14:41:25.378Z] === RUN TestAPIIpcModeShareableAndContainer [2019-09-20T14:41:25.725Z] ok github.com/docker/docker/plugin/v2 0.007s coverage: 14.5% of statements [2019-09-20T14:41:27.296Z] ok github.com/docker/docker/reference 0.017s coverage: 84.4% of statements [2019-09-20T14:41:27.918Z] ok github.com/docker/docker/profiles/seccomp 0.015s coverage: 68.8% of statements [2019-09-20T14:41:28.543Z] ok github.com/docker/docker/plugin 0.625s coverage: 27.1% of statements [2019-09-20T14:41:30.037Z] ok github.com/docker/docker/registry/resumable 0.024s coverage: 100.0% of statements [2019-09-20T14:41:30.622Z] --- PASS: TestAPIIpcModeShareableAndContainer (4.85s) [2019-09-20T14:41:30.622Z] === RUN TestAPIIpcModeHost [2019-09-20T14:41:30.659Z] ok github.com/docker/docker/restartmanager 0.031s coverage: 45.3% of statements [2019-09-20T14:41:30.878Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2019-09-20T14:41:31.133Z] --- PASS: TestAPIIpcModeHost (1.04s) [2019-09-20T14:41:31.134Z] === RUN TestDaemonIpcModeShareable [2019-09-20T14:41:31.676Z] ok github.com/docker/docker/testutil 0.006s coverage: 62.5% of statements [2019-09-20T14:41:32.694Z] ok github.com/docker/docker/runconfig 0.073s coverage: 68.2% of statements [2019-09-20T14:41:32.980Z] ok github.com/docker/docker/registry 0.685s coverage: 56.5% of statements [2019-09-20T14:41:33.645Z] --- PASS: TestDaemonIpcModeShareable (1.99s) [2019-09-20T14:41:33.645Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable" [2019-09-20T14:41:33.645Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:215, shared: true, mustBeShared: true [2019-09-20T14:41:33.645Z] === RUN TestDaemonIpcModePrivate [2019-09-20T14:41:33.645Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2019-09-20T14:41:34.573Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2019-09-20T14:41:35.134Z] --- PASS: TestDaemonIpcModePrivate (2.06s) [2019-09-20T14:41:35.134Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate" [2019-09-20T14:41:35.134Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:184, shared: false, mustBeShared: false [2019-09-20T14:41:35.134Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-09-20T14:41:35.389Z] === RUN TestDockerSuite/TestBuildAddTarXz [2019-09-20T14:41:36.457Z] ok github.com/docker/docker/volume/drivers 0.011s coverage: 36.1% of statements [2019-09-20T14:41:36.749Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2019-09-20T14:41:37.309Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.03s) [2019-09-20T14:41:37.309Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig" [2019-09-20T14:41:37.309Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:217, shared: false, mustBeShared: false [2019-09-20T14:41:37.309Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-09-20T14:41:38.234Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2019-09-20T14:41:38.502Z] ok github.com/docker/docker/volume/mounts 0.062s coverage: 67.0% of statements [2019-09-20T14:41:38.799Z] ok github.com/docker/docker/volume/local 0.044s coverage: 73.0% of statements [2019-09-20T14:41:39.594Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.15s) [2019-09-20T14:41:39.594Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig" [2019-09-20T14:41:39.594Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:204, shared: true, mustBeShared: true [2019-09-20T14:41:39.594Z] === RUN TestIpcModeOlderClient [2019-09-20T14:41:39.594Z] === PAUSE TestIpcModeOlderClient [2019-09-20T14:41:39.594Z] === RUN TestKillContainerInvalidSignal [2019-09-20T14:41:39.594Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2019-09-20T14:41:40.276Z] ok github.com/docker/docker/volume/service 0.031s coverage: 73.0% of statements [2019-09-20T14:41:40.518Z] --- PASS: TestKillContainerInvalidSignal (0.88s) [2019-09-20T14:41:40.518Z] === RUN TestKillContainer [2019-09-20T14:41:40.518Z] === RUN TestKillContainer/no_signal [2019-09-20T14:41:41.444Z] === RUN TestKillContainer/non_killing_signal [2019-09-20T14:41:42.004Z] === RUN TestKillContainer/killing_signal [2019-09-20T14:41:42.929Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2019-09-20T14:41:42.929Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2019-09-20T14:41:43.183Z] --- PASS: TestKillContainer (2.96s) [2019-09-20T14:41:43.184Z] --- PASS: TestKillContainer/no_signal (0.93s) [2019-09-20T14:41:43.184Z] --- PASS: TestKillContainer/non_killing_signal (0.67s) [2019-09-20T14:41:43.184Z] --- PASS: TestKillContainer/killing_signal (1.09s) [2019-09-20T14:41:43.184Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-09-20T14:41:43.439Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-09-20T14:41:44.364Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-09-20T14:41:45.289Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.76s) [2019-09-20T14:41:45.289Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.87s) [2019-09-20T14:41:45.289Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.64s) [2019-09-20T14:41:45.289Z] === RUN TestKillStoppedContainer [2019-09-20T14:41:45.289Z] --- PASS: TestKillStoppedContainer (0.10s) [2019-09-20T14:41:45.289Z] === RUN TestKillStoppedContainerAPIPre120 [2019-09-20T14:41:45.289Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2019-09-20T14:41:45.289Z] === RUN TestKillDifferentUserContainer [2019-09-20T14:41:46.194Z] Created binary: bundles/binary-daemon/dockerd-dev [2019-09-20T14:41:46.194Z] Copying nested executables into bundles/binary-daemon [2019-09-20T14:41:46.194Z] [Pipeline] } [Pipeline] // stage [2019-09-20T14:41:46.214Z] --- PASS: TestKillDifferentUserContainer (1.03s) [2019-09-20T14:41:46.214Z] === RUN TestInspectOomKilledTrue [2019-09-20T14:41:46.214Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-09-20T14:41:46.214Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-20T14:41:46.214Z] === RUN TestInspectOomKilledFalse [2019-09-20T14:41:46.214Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-09-20T14:41:46.214Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-20T14:41:46.214Z] === RUN TestLinksEtcHostsContentMatch [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2019-09-20T14:41:46.532Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39943/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr14 -e DOCKER_GITCOMMIT=04d9e157b2b09401ae3e9e00e143606218910580 -e DOCKER_GRAPHDRIVER docker:04d9e157b2b09401ae3e9e00e143606218910580 hack/make.sh cross [2019-09-20T14:41:47.097Z] [2019-09-20T14:41:47.097Z] Removing bundles/ [2019-09-20T14:41:47.097Z] [2019-09-20T14:41:47.097Z] ---> Making bundle: cross (in bundles/cross) [2019-09-20T14:41:47.097Z] Cross building: bundles/cross/linux/amd64 [2019-09-20T14:41:47.097Z] Building: bundles/cross/linux/amd64/dockerd-dev [2019-09-20T14:41:47.097Z] GOOS="linux" GOARCH="amd64" GOARM="" [2019-09-20T14:41:47.138Z] --- PASS: TestLinksEtcHostsContentMatch (0.71s) [2019-09-20T14:41:47.138Z] === RUN TestLinksContainerNames [2019-09-20T14:41:48.498Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2019-09-20T14:41:48.641Z] ok github.com/docker/docker/pkg/plugins 33.657s coverage: 76.6% of statements [2019-09-20T14:41:48.641Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-09-20T14:41:48.641Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-09-20T14:41:48.641Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-09-20T14:41:48.641Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-09-20T14:41:48.641Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-09-20T14:41:48.641Z] ? github.com/docker/docker/rootless [no test files] [2019-09-20T14:41:48.641Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-09-20T14:41:48.641Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-09-20T14:41:48.641Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-09-20T14:41:48.641Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-09-20T14:41:48.641Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-09-20T14:41:48.641Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-09-20T14:41:48.641Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-09-20T14:41:48.641Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-09-20T14:41:48.641Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-09-20T14:41:48.641Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-09-20T14:41:48.641Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-09-20T14:41:48.641Z] ? github.com/docker/docker/testutil/request [no test files] [2019-09-20T14:41:48.641Z] ? github.com/docker/docker/volume [no test files] [2019-09-20T14:41:48.641Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-09-20T14:41:48.641Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-09-20T14:41:48.641Z] [2019-09-20T14:41:48.641Z] === Skipped [2019-09-20T14:41:48.641Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-09-20T14:41:48.641Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-09-20T14:41:48.641Z] [2019-09-20T14:41:48.641Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-09-20T14:41:48.641Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-09-20T14:41:48.641Z] [2019-09-20T14:41:48.641Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-09-20T14:41:48.641Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-20T14:41:48.641Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-20T14:41:48.641Z] [2019-09-20T14:41:48.641Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-09-20T14:41:48.641Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-20T14:41:48.641Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-20T14:41:48.641Z] [2019-09-20T14:41:48.641Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-09-20T14:41:48.641Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-20T14:41:48.641Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-20T14:41:48.641Z] [2019-09-20T14:41:48.641Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-09-20T14:41:48.641Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-20T14:41:48.641Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-20T14:41:48.641Z] [2019-09-20T14:41:48.641Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-09-20T14:41:48.641Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-20T14:41:48.641Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-20T14:41:48.641Z] [2019-09-20T14:41:48.641Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-09-20T14:41:48.641Z] graphtest_unix.go:73: No driver to put! [2019-09-20T14:41:48.641Z] [2019-09-20T14:41:48.641Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-09-20T14:41:48.641Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-09-20T14:41:48.641Z] [2019-09-20T14:41:48.641Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-09-20T14:41:48.641Z] overlay_test.go:49: Fails to compute changes intermittently [2019-09-20T14:41:48.641Z] [2019-09-20T14:41:48.641Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-09-20T14:41:48.641Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-09-20T14:41:48.641Z] [2019-09-20T14:41:48.641Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-09-20T14:41:48.641Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-09-20T14:41:48.641Z] [2019-09-20T14:41:48.641Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-09-20T14:41:48.641Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-20T14:41:48.641Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-20T14:41:48.641Z] [2019-09-20T14:41:48.641Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-09-20T14:41:48.641Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-20T14:41:48.641Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-20T14:41:48.641Z] [2019-09-20T14:41:48.641Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-09-20T14:41:48.641Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-20T14:41:48.641Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-20T14:41:48.641Z] [2019-09-20T14:41:48.641Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-09-20T14:41:48.641Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-20T14:41:48.641Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-20T14:41:48.641Z] [2019-09-20T14:41:48.641Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-09-20T14:41:48.641Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-20T14:41:48.641Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-20T14:41:48.641Z] [2019-09-20T14:41:48.641Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-09-20T14:41:48.641Z] graphtest_unix.go:73: No driver to put! [2019-09-20T14:41:48.641Z] [2019-09-20T14:41:48.641Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-09-20T14:41:48.641Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-09-20T14:41:48.641Z] [2019-09-20T14:41:48.641Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-09-20T14:41:48.641Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-09-20T14:41:48.641Z] [2019-09-20T14:41:48.641Z] [2019-09-20T14:41:48.641Z] DONE 2084 tests, 20 skipped in 344.524s Post stage [Pipeline] junit [2019-09-20T14:41:48.678Z] Recording test results [2019-09-20T14:41:48.753Z] --- PASS: TestLinksContainerNames (1.80s) [2019-09-20T14:41:48.753Z] === RUN TestLogsFollowTailEmpty [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-09-20T14:41:49.634Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-39943/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr14 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=04d9e157b2b09401ae3e9e00e143606218910580 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT docker:04d9e157b2b09401ae3e9e00e143606218910580 hack/make.sh dynbinary test-integration [2019-09-20T14:41:49.679Z] --- PASS: TestLogsFollowTailEmpty (1.01s) [2019-09-20T14:41:49.679Z] === RUN TestContainerNetworkMountsNoChown [2019-09-20T14:41:49.918Z] [2019-09-20T14:41:50.204Z] Removing bundles/ [2019-09-20T14:41:50.204Z] [2019-09-20T14:41:50.204Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-09-20T14:41:50.204Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-09-20T14:41:50.204Z] GOOS="" GOARCH="" GOARM="" [2019-09-20T14:41:50.238Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2019-09-20T14:41:50.494Z] === RUN TestDockerSuite/TestBuildBlankName [2019-09-20T14:41:50.749Z] --- PASS: TestContainerNetworkMountsNoChown (0.95s) [2019-09-20T14:41:50.749Z] === RUN TestMountDaemonRoot [2019-09-20T14:41:50.749Z] === RUN TestMountDaemonRoot/default [2019-09-20T14:41:50.749Z] === PAUSE TestMountDaemonRoot/default [2019-09-20T14:41:50.749Z] === RUN TestMountDaemonRoot/private [2019-09-20T14:41:50.749Z] === PAUSE TestMountDaemonRoot/private [2019-09-20T14:41:50.749Z] === RUN TestMountDaemonRoot/rprivate [2019-09-20T14:41:50.749Z] === PAUSE TestMountDaemonRoot/rprivate [2019-09-20T14:41:50.749Z] === RUN TestMountDaemonRoot/slave [2019-09-20T14:41:50.749Z] === PAUSE TestMountDaemonRoot/slave [2019-09-20T14:41:50.749Z] === RUN TestMountDaemonRoot/rslave [2019-09-20T14:41:50.749Z] === PAUSE TestMountDaemonRoot/rslave [2019-09-20T14:41:50.749Z] === RUN TestMountDaemonRoot/shared [2019-09-20T14:41:50.749Z] === PAUSE TestMountDaemonRoot/shared [2019-09-20T14:41:50.749Z] === RUN TestMountDaemonRoot/rshared [2019-09-20T14:41:50.749Z] === PAUSE TestMountDaemonRoot/rshared [2019-09-20T14:41:50.749Z] === CONT TestMountDaemonRoot/default [2019-09-20T14:41:50.749Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-09-20T14:41:50.749Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-09-20T14:41:50.749Z] === RUN TestMountDaemonRoot/default/mount_root [2019-09-20T14:41:50.749Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-09-20T14:41:50.749Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-09-20T14:41:50.749Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-09-20T14:41:50.749Z] === RUN TestMountDaemonRoot/default/bind_root [2019-09-20T14:41:50.749Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-09-20T14:41:50.749Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-09-20T14:41:50.749Z] === CONT TestMountDaemonRoot/rshared [2019-09-20T14:41:50.749Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-09-20T14:41:50.749Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-09-20T14:41:50.749Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-09-20T14:41:50.749Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-09-20T14:41:50.749Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-09-20T14:41:50.749Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-09-20T14:41:50.749Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-09-20T14:41:50.749Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-09-20T14:41:50.749Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-09-20T14:41:50.749Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2019-09-20T14:41:51.004Z] === CONT TestMountDaemonRoot/shared [2019-09-20T14:41:51.004Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-09-20T14:41:51.004Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-09-20T14:41:51.004Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-09-20T14:41:51.004Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-09-20T14:41:51.004Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-09-20T14:41:51.004Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-09-20T14:41:51.004Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-09-20T14:41:51.004Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-09-20T14:41:51.004Z] === CONT TestMountDaemonRoot/rslave [2019-09-20T14:41:51.004Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-09-20T14:41:51.004Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-09-20T14:41:51.004Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-09-20T14:41:51.004Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-09-20T14:41:51.004Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-09-20T14:41:51.004Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-09-20T14:41:51.004Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-09-20T14:41:51.004Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-09-20T14:41:51.004Z] === CONT TestMountDaemonRoot/slave [2019-09-20T14:41:51.004Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-09-20T14:41:51.004Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-09-20T14:41:51.004Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-09-20T14:41:51.004Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-09-20T14:41:51.004Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-09-20T14:41:51.004Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-09-20T14:41:51.004Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-09-20T14:41:51.004Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-09-20T14:41:51.004Z] === CONT TestMountDaemonRoot/rprivate [2019-09-20T14:41:51.004Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-09-20T14:41:51.004Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-09-20T14:41:51.004Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-09-20T14:41:51.004Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-09-20T14:41:51.004Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-09-20T14:41:51.004Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-09-20T14:41:51.004Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-09-20T14:41:51.004Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-09-20T14:41:51.004Z] === CONT TestMountDaemonRoot/private [2019-09-20T14:41:51.004Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-09-20T14:41:51.004Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-09-20T14:41:51.004Z] === RUN TestMountDaemonRoot/private/mount_root [2019-09-20T14:41:51.004Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-09-20T14:41:51.004Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-09-20T14:41:51.004Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-09-20T14:41:51.004Z] === RUN TestMountDaemonRoot/private/bind_root [2019-09-20T14:41:51.004Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-09-20T14:41:51.004Z] === CONT TestMountDaemonRoot/default/bind_root [2019-09-20T14:41:51.004Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-09-20T14:41:51.004Z] === CONT TestMountDaemonRoot/default/mount_root [2019-09-20T14:41:51.004Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-09-20T14:41:51.004Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-09-20T14:41:51.004Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-09-20T14:41:51.259Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-09-20T14:41:51.259Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-09-20T14:41:51.259Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-09-20T14:41:51.259Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-09-20T14:41:51.259Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-09-20T14:41:51.259Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-09-20T14:41:51.259Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-09-20T14:41:51.259Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-09-20T14:41:51.514Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-09-20T14:41:51.514Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-09-20T14:41:51.514Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-09-20T14:41:51.514Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-09-20T14:41:51.514Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-09-20T14:41:51.514Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-09-20T14:41:51.514Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-09-20T14:41:51.514Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-09-20T14:41:51.514Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-09-20T14:41:51.514Z] === CONT TestMountDaemonRoot/private/bind_root [2019-09-20T14:41:51.514Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-09-20T14:41:51.769Z] === CONT TestMountDaemonRoot/private/mount_root [2019-09-20T14:41:51.769Z] --- PASS: TestMountDaemonRoot (0.04s) [2019-09-20T14:41:51.769Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-09-20T14:41:51.769Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.12s) [2019-09-20T14:41:51.769Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2019-09-20T14:41:51.769Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.11s) [2019-09-20T14:41:51.769Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2019-09-20T14:41:51.769Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-09-20T14:41:51.769Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s) [2019-09-20T14:41:51.769Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2019-09-20T14:41:51.769Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2019-09-20T14:41:51.769Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2019-09-20T14:41:51.769Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-09-20T14:41:51.769Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2019-09-20T14:41:51.769Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2019-09-20T14:41:51.769Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2019-09-20T14:41:51.769Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.07s) [2019-09-20T14:41:51.769Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-09-20T14:41:51.769Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) [2019-09-20T14:41:51.769Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2019-09-20T14:41:51.769Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2019-09-20T14:41:51.769Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.10s) [2019-09-20T14:41:51.769Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-09-20T14:41:51.769Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2019-09-20T14:41:51.769Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2019-09-20T14:41:51.769Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2019-09-20T14:41:51.769Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2019-09-20T14:41:51.769Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-09-20T14:41:51.769Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2019-09-20T14:41:51.769Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2019-09-20T14:41:51.769Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2019-09-20T14:41:51.769Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2019-09-20T14:41:51.769Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-09-20T14:41:51.769Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2019-09-20T14:41:51.769Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2019-09-20T14:41:51.769Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.06s) [2019-09-20T14:41:51.769Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2019-09-20T14:41:51.769Z] === RUN TestContainerBindMountNonRecursive [2019-09-20T14:41:52.328Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2019-09-20T14:41:53.688Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2019-09-20T14:41:54.247Z] --- PASS: TestContainerBindMountNonRecursive (2.41s) [2019-09-20T14:41:54.247Z] === RUN TestNetworkNat [2019-09-20T14:41:55.171Z] --- PASS: TestNetworkNat (1.01s) [2019-09-20T14:41:55.171Z] === RUN TestNetworkLocalhostTCPNat [2019-09-20T14:41:56.101Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2019-09-20T14:41:56.356Z] --- PASS: TestNetworkLocalhostTCPNat (1.19s) [2019-09-20T14:41:56.357Z] === RUN TestNetworkLoopbackNat [2019-09-20T14:41:57.282Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2019-09-20T14:41:57.537Z] --- PASS: TestNetworkLoopbackNat (1.21s) [2019-09-20T14:41:57.537Z] === RUN TestPause [2019-09-20T14:41:58.462Z] --- PASS: TestPause (1.05s) [2019-09-20T14:41:58.462Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-09-20T14:41:58.462Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-09-20T14:41:58.462Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-20T14:41:58.462Z] === RUN TestPauseStopPausedContainer [2019-09-20T14:41:59.822Z] --- PASS: TestPauseStopPausedContainer (1.03s) [2019-09-20T14:41:59.822Z] === RUN TestPsFilter [2019-09-20T14:41:59.822Z] --- PASS: TestPsFilter (0.26s) [2019-09-20T14:41:59.822Z] === RUN TestRemoveContainerWithRemovedVolume [2019-09-20T14:42:00.079Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2019-09-20T14:42:01.006Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.08s) [2019-09-20T14:42:01.006Z] === RUN TestRemoveContainerWithVolume [2019-09-20T14:42:01.937Z] --- PASS: TestRemoveContainerWithVolume (1.00s) [2019-09-20T14:42:01.937Z] === RUN TestRemoveContainerRunning [2019-09-20T14:42:02.862Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2019-09-20T14:42:03.117Z] --- PASS: TestRemoveContainerRunning (1.14s) [2019-09-20T14:42:03.117Z] === RUN TestRemoveContainerForceRemoveRunning [2019-09-20T14:42:03.679Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2019-09-20T14:42:03.934Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.87s) [2019-09-20T14:42:03.934Z] === RUN TestRemoveInvalidContainer [2019-09-20T14:42:03.934Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2019-09-20T14:42:03.934Z] === RUN TestRenameLinkedContainer [2019-09-20T14:42:05.818Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2019-09-20T14:42:07.180Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2019-09-20T14:42:07.435Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2019-09-20T14:42:07.994Z] --- PASS: TestRenameLinkedContainer (3.95s) [2019-09-20T14:42:07.994Z] === RUN TestRenameStoppedContainer [2019-09-20T14:42:08.554Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2019-09-20T14:42:08.809Z] --- PASS: TestRenameStoppedContainer (0.88s) [2019-09-20T14:42:08.809Z] === RUN TestRenameRunningContainerAndReuse [2019-09-20T14:42:10.703Z] --- PASS: TestRenameRunningContainerAndReuse (1.87s) [2019-09-20T14:42:10.703Z] === RUN TestRenameInvalidName [2019-09-20T14:42:10.703Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2019-09-20T14:42:10.959Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2019-09-20T14:42:11.887Z] --- PASS: TestRenameInvalidName (1.02s) [2019-09-20T14:42:11.887Z] === RUN TestRenameAnonymousContainer [2019-09-20T14:42:14.396Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2019-09-20T14:42:14.396Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2019-09-20T14:42:14.396Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2019-09-20T14:42:15.758Z] --- PASS: TestRenameAnonymousContainer (4.03s) [2019-09-20T14:42:15.758Z] === RUN TestRenameContainerWithSameName [2019-09-20T14:42:16.684Z] --- PASS: TestRenameContainerWithSameName (0.99s) [2019-09-20T14:42:16.684Z] === RUN TestRenameContainerWithLinkedContainer [2019-09-20T14:42:18.047Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2019-09-20T14:42:18.607Z] --- PASS: TestRenameContainerWithLinkedContainer (1.99s) [2019-09-20T14:42:18.607Z] === RUN TestResize [2019-09-20T14:42:19.970Z] --- PASS: TestResize (1.03s) [2019-09-20T14:42:19.970Z] === RUN TestResizeWithInvalidSize [2019-09-20T14:42:20.909Z] --- PASS: TestResizeWithInvalidSize (1.29s) [2019-09-20T14:42:20.909Z] === RUN TestResizeWhenContainerNotStarted [2019-09-20T14:42:22.281Z] --- PASS: TestResizeWhenContainerNotStarted (1.06s) [2019-09-20T14:42:22.281Z] === RUN TestDaemonRestartKillContainers [2019-09-20T14:42:22.281Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-20T14:42:22.281Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-20T14:42:22.281Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-20T14:42:22.281Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-20T14:42:22.281Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-20T14:42:22.281Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-20T14:42:22.281Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-20T14:42:22.281Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-20T14:42:22.281Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-20T14:42:22.281Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-20T14:42:22.281Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-20T14:42:22.281Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-20T14:42:22.281Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-20T14:42:22.281Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-20T14:42:22.281Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-20T14:42:22.281Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-20T14:42:22.281Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-20T14:42:22.281Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-20T14:42:22.281Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-20T14:42:22.281Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-20T14:42:22.281Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-20T14:42:22.281Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-20T14:42:22.281Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-20T14:42:22.281Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-20T14:42:22.281Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-20T14:42:22.281Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-20T14:42:23.644Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2019-09-20T14:42:24.568Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2019-09-20T14:42:24.823Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-20T14:42:24.823Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-20T14:42:26.707Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-20T14:42:26.707Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-20T14:42:27.238Z] --- PASS: TestImportExtremelyLargeImageWorks (95.82s) [2019-09-20T14:42:27.238Z] import_test.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks" [2019-09-20T14:42:27.238Z] PASS [2019-09-20T14:42:27.238Z] [2019-09-20T14:42:27.238Z] === Skipped [2019-09-20T14:42:27.238Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s) [2019-09-20T14:42:27.238Z] remove_unix_test.go:30: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-20T14:42:27.238Z] [2019-09-20T14:42:27.238Z] [2019-09-20T14:42:27.238Z] DONE 12 tests, 1 skipped in 97.374s [2019-09-20T14:42:27.238Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2019-09-20T14:42:27.238Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:42:27.238Z] ++ set -e [2019-09-20T14:42:27.238Z] ++ '[' -n 0 ']' [2019-09-20T14:42:27.238Z] ++ set -x [2019-09-20T14:42:27.238Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:42:27.238Z] INFO: Testing against a local daemon [2019-09-20T14:42:27.238Z] === RUN TestNetworkCreateDelete [2019-09-20T14:42:27.238Z] --- PASS: TestNetworkCreateDelete (0.12s) [2019-09-20T14:42:27.238Z] === RUN TestDockerNetworkDeletePreferID [2019-09-20T14:42:27.238Z] --- PASS: TestDockerNetworkDeletePreferID (0.33s) [2019-09-20T14:42:27.238Z] === RUN TestInspectNetwork [2019-09-20T14:42:27.267Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2019-09-20T14:42:28.193Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-20T14:42:28.193Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-20T14:42:28.448Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2019-09-20T14:42:28.587Z] === RUN TestInspectNetwork/full_network_id [2019-09-20T14:42:28.587Z] === RUN TestInspectNetwork/partial_network_id [2019-09-20T14:42:28.587Z] === RUN TestInspectNetwork/network_name [2019-09-20T14:42:28.587Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-09-20T14:42:30.959Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-20T14:42:30.959Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2019-09-20T14:42:30.959Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-20T14:42:31.887Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2019-09-20T14:42:32.455Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2019-09-20T14:42:33.380Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2019-09-20T14:42:33.612Z] --- PASS: TestInspectNetwork (9.59s) [2019-09-20T14:42:33.612Z] inspect_test.go:18: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork" [2019-09-20T14:42:33.612Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-09-20T14:42:33.612Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-09-20T14:42:33.612Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-09-20T14:42:33.612Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-09-20T14:42:33.612Z] === RUN TestRunContainerWithBridgeNone [2019-09-20T14:42:34.307Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-20T14:42:35.430Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2019-09-20T14:42:35.430Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-20T14:42:36.893Z] --- PASS: TestRunContainerWithBridgeNone (2.76s) [2019-09-20T14:42:36.893Z] network_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone" [2019-09-20T14:42:36.893Z] === RUN TestNetworkInvalidJSON [2019-09-20T14:42:36.893Z] === RUN TestNetworkInvalidJSON//networks/create [2019-09-20T14:42:36.893Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-09-20T14:42:36.893Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-09-20T14:42:36.893Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-09-20T14:42:36.893Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-20T14:42:36.893Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-20T14:42:36.893Z] === CONT TestNetworkInvalidJSON//networks/create [2019-09-20T14:42:36.893Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-20T14:42:36.893Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-09-20T14:42:36.893Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2019-09-20T14:42:36.893Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-09-20T14:42:36.893Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-09-20T14:42:36.893Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-09-20T14:42:36.893Z] === RUN TestDaemonRestartWithLiveRestore [2019-09-20T14:42:37.677Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2019-09-20T14:42:37.677Z] service_test.go:32: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore" [2019-09-20T14:42:37.677Z] === RUN TestDaemonDefaultNetworkPools [2019-09-20T14:42:37.944Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-09-20T14:42:37.944Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.70s) [2019-09-20T14:42:37.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-09-20T14:42:37.944Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.73s) [2019-09-20T14:42:37.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-09-20T14:42:37.944Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.64s) [2019-09-20T14:42:37.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-09-20T14:42:37.944Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.63s) [2019-09-20T14:42:37.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-09-20T14:42:37.944Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.62s) [2019-09-20T14:42:37.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-09-20T14:42:37.944Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.74s) [2019-09-20T14:42:37.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-09-20T14:42:37.944Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.56s) [2019-09-20T14:42:37.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-09-20T14:42:37.944Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.88s) [2019-09-20T14:42:37.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-09-20T14:42:37.944Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.81s) [2019-09-20T14:42:37.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-09-20T14:42:37.944Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.27s) [2019-09-20T14:42:37.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-09-20T14:42:37.944Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.55s) [2019-09-20T14:42:37.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-09-20T14:42:37.944Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.12s) [2019-09-20T14:42:37.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-09-20T14:42:37.944Z] === RUN TestCgroupNamespacesRun [2019-09-20T14:42:37.944Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2019-09-20T14:42:38.199Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2019-09-20T14:42:38.447Z] --- PASS: TestDaemonDefaultNetworkPools (0.78s) [2019-09-20T14:42:38.447Z] service_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools" [2019-09-20T14:42:38.447Z] === RUN TestDaemonRestartWithExistingNetwork [2019-09-20T14:42:39.224Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.12s) [2019-09-20T14:42:39.224Z] service_test.go:98: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork" [2019-09-20T14:42:39.224Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-20T14:42:39.560Z] --- PASS: TestCgroupNamespacesRun (1.89s) [2019-09-20T14:42:39.560Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun" [2019-09-20T14:42:39.560Z] === RUN TestCgroupNamespacesRunPrivileged [2019-09-20T14:42:40.592Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.19s) [2019-09-20T14:42:40.592Z] service_test.go:131: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange" [2019-09-20T14:42:40.592Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-09-20T14:42:41.023Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2019-09-20T14:42:41.023Z] service_test.go:181: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool" [2019-09-20T14:42:41.023Z] === RUN TestServiceWithPredefinedNetwork [2019-09-20T14:42:41.443Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.84s) [2019-09-20T14:42:41.443Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged" [2019-09-20T14:42:41.443Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-09-20T14:42:42.368Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2019-09-20T14:42:43.294Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.15s) [2019-09-20T14:42:43.294Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode" [2019-09-20T14:42:43.294Z] === RUN TestCgroupNamespacesRunHostMode [2019-09-20T14:42:44.186Z] --- PASS: TestServiceWithPredefinedNetwork (2.94s) [2019-09-20T14:42:44.186Z] service_test.go:203: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork" [2019-09-20T14:42:44.186Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-09-20T14:42:44.186Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-20T14:42:44.186Z] service_test.go:230: FLAKY_TEST [2019-09-20T14:42:44.186Z] === RUN TestServiceWithDataPathPortInit [2019-09-20T14:42:44.696Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2019-09-20T14:42:45.618Z] --- PASS: TestCgroupNamespacesRunHostMode (2.10s) [2019-09-20T14:42:45.618Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode" [2019-09-20T14:42:45.618Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-09-20T14:42:45.873Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2019-09-20T14:42:47.760Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2019-09-20T14:42:47.760Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.00s) [2019-09-20T14:42:47.760Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode" [2019-09-20T14:42:47.760Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-09-20T14:42:47.760Z] === RUN TestDockerSuite/TestBuildCacheAdd [2019-09-20T14:42:48.320Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.94s) [2019-09-20T14:42:48.320Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate" [2019-09-20T14:42:48.320Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-09-20T14:42:48.320Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2019-09-20T14:42:49.245Z] === RUN TestDockerSuite/TestBuildCacheFrom [2019-09-20T14:42:49.500Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.99s) [2019-09-20T14:42:49.500Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode" [2019-09-20T14:42:49.500Z] === RUN TestCgroupNamespacesRunOlderClient [2019-09-20T14:42:50.058Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2019-09-20T14:42:51.420Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.84s) [2019-09-20T14:42:51.420Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient" [2019-09-20T14:42:51.420Z] === RUN TestKernelTCPMemory [2019-09-20T14:42:52.344Z] --- PASS: TestKernelTCPMemory (1.14s) [2019-09-20T14:42:52.344Z] === RUN TestNISDomainname [2019-09-20T14:42:53.707Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2019-09-20T14:42:53.707Z] --- PASS: TestNISDomainname (1.34s) [2019-09-20T14:42:53.707Z] === RUN TestHostnameDnsResolution [2019-09-20T14:42:55.590Z] --- PASS: TestHostnameDnsResolution (1.84s) [2019-09-20T14:42:55.590Z] === RUN TestStats [2019-09-20T14:42:55.590Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2019-09-20T14:42:57.472Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2019-09-20T14:42:57.472Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2019-09-20T14:42:57.728Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2019-09-20T14:42:58.287Z] --- PASS: TestStats (2.79s) [2019-09-20T14:42:58.287Z] === RUN TestStopContainerWithTimeout [2019-09-20T14:42:58.287Z] === RUN TestStopContainerWithTimeout/0 [2019-09-20T14:42:58.287Z] === PAUSE TestStopContainerWithTimeout/0 [2019-09-20T14:42:58.287Z] === RUN TestStopContainerWithTimeout/1 [2019-09-20T14:42:58.287Z] === PAUSE TestStopContainerWithTimeout/1 [2019-09-20T14:42:58.287Z] === RUN TestStopContainerWithTimeout/3 [2019-09-20T14:42:58.287Z] === PAUSE TestStopContainerWithTimeout/3 [2019-09-20T14:42:58.287Z] === RUN TestStopContainerWithTimeout/-1 [2019-09-20T14:42:58.287Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-09-20T14:42:58.287Z] === CONT TestStopContainerWithTimeout/0 [2019-09-20T14:42:58.287Z] === CONT TestStopContainerWithTimeout/-1 [2019-09-20T14:42:58.847Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2019-09-20T14:42:59.103Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2019-09-20T14:42:59.663Z] === CONT TestStopContainerWithTimeout/3 [2019-09-20T14:43:00.636Z] --- PASS: TestServiceWithDataPathPortInit (16.02s) [2019-09-20T14:43:00.636Z] service_test.go:323: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-09-20T14:43:00.636Z] service_test.go:355: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-09-20T14:43:00.636Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-09-20T14:43:01.545Z] === CONT TestStopContainerWithTimeout/1 [2019-09-20T14:43:02.469Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2019-09-20T14:43:03.392Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2019-09-20T14:43:03.392Z] --- PASS: TestStopContainerWithTimeout/0 (1.23s) [2019-09-20T14:43:03.392Z] --- PASS: TestStopContainerWithTimeout/-1 (3.04s) [2019-09-20T14:43:03.392Z] --- PASS: TestStopContainerWithTimeout/3 (2.75s) [2019-09-20T14:43:03.392Z] --- PASS: TestStopContainerWithTimeout/1 (1.92s) [2019-09-20T14:43:03.392Z] === RUN TestDeleteDevicemapper [2019-09-20T14:43:03.392Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-09-20T14:43:03.392Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-20T14:43:03.392Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-09-20T14:43:05.277Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2019-09-20T14:43:07.164Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.80s) [2019-09-20T14:43:07.164Z] === RUN TestUpdateMemory [2019-09-20T14:43:07.164Z] --- SKIP: TestUpdateMemory (0.00s) [2019-09-20T14:43:07.164Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-09-20T14:43:07.164Z] === RUN TestUpdateCPUQuota [2019-09-20T14:43:08.090Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2019-09-20T14:43:08.326Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.97s) [2019-09-20T14:43:08.326Z] service_test.go:388: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit" [2019-09-20T14:43:08.326Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:uomorhvhaoq8g4o3f517iwusm Created:2019-09-20 14:43:01.042989686 +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[684b3cbdd69f52559ce083f8c2e5e5f00d1a5aa1322fd32d7129a8ad1dcbcff1:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.eydu0o73s8bkzdva7rh1x48at EndpointID:6b77cf7627daa2e09d4d7148c14dded72c5505b2e085d39333a0cb29d6958742 MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:8a778d17f02edc7f3e70f0dedd6a238d91f56db62cb80c4af2e5819f21701364 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:310bf33e637e IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.eydu0o73s8bkzdva7rh1x48at EndpointID:6b77cf7627daa2e09d4d7148c14dded72c5505b2e085d39333a0cb29d6958742 EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-09-20T14:43:08.326Z] PASS [2019-09-20T14:43:08.326Z] [2019-09-20T14:43:08.326Z] === Skipped [2019-09-20T14:43:08.326Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-20T14:43:08.326Z] service_test.go:230: FLAKY_TEST [2019-09-20T14:43:08.326Z] [2019-09-20T14:43:08.326Z] [2019-09-20T14:43:08.326Z] DONE 21 tests, 1 skipped in 44.736s [2019-09-20T14:43:08.326Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-09-20T14:43:08.326Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:43:08.326Z] ++ set -e [2019-09-20T14:43:08.326Z] ++ '[' -n 0 ']' [2019-09-20T14:43:08.326Z] ++ set -x [2019-09-20T14:43:08.326Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:43:08.326Z] INFO: Testing against a local daemon [2019-09-20T14:43:08.326Z] === RUN TestDockerNetworkIpvlanPersistance [2019-09-20T14:43:08.345Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2019-09-20T14:43:08.553Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2019-09-20T14:43:08.553Z] Copying nested executables into bundles/cross/linux/amd64 [2019-09-20T14:43:08.553Z] Cross building: bundles/cross/windows/amd64 [2019-09-20T14:43:08.553Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2019-09-20T14:43:08.553Z] GOOS="windows" GOARCH="amd64" GOARM="" [2019-09-20T14:43:08.905Z] === RUN TestDockerSuite/TestBuildClearCmd [2019-09-20T14:43:09.464Z] --- PASS: TestUpdateCPUQuota (2.24s) [2019-09-20T14:43:09.464Z] === RUN TestUpdatePidsLimit [2019-09-20T14:43:09.464Z] === RUN TestUpdatePidsLimit/update_from_none [2019-09-20T14:43:09.720Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2019-09-20T14:43:09.975Z] === RUN TestDockerSuite/TestBuildCmd [2019-09-20T14:43:09.975Z] === RUN TestUpdatePidsLimit/no_change [2019-09-20T14:43:10.155Z] --- PASS: TestDockerNetworkIpvlanPersistance (1.38s) [2019-09-20T14:43:10.155Z] ipvlan_test.go:28: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlanPersistance" [2019-09-20T14:43:10.155Z] === RUN TestDockerNetworkIpvlan [2019-09-20T14:43:10.230Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2019-09-20T14:43:10.230Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2019-09-20T14:43:10.484Z] === RUN TestUpdatePidsLimit/update_lower [2019-09-20T14:43:10.550Z] === RUN TestDockerNetworkIpvlan/Subinterface [2019-09-20T14:43:10.739Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2019-09-20T14:43:10.739Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2019-09-20T14:43:10.995Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-09-20T14:43:10.995Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2019-09-20T14:43:10.995Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2019-09-20T14:43:11.555Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-09-20T14:43:11.918Z] === RUN TestDockerNetworkIpvlan/OverlapParent [2019-09-20T14:43:12.115Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-09-20T14:43:12.370Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-09-20T14:43:12.626Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2019-09-20T14:43:12.727Z] === RUN TestDockerNetworkIpvlan/L2NilParent [2019-09-20T14:43:14.510Z] --- PASS: TestUpdatePidsLimit (4.85s) [2019-09-20T14:43:14.510Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.63s) [2019-09-20T14:43:14.510Z] --- PASS: TestUpdatePidsLimit/no_change (0.53s) [2019-09-20T14:43:14.510Z] --- PASS: TestUpdatePidsLimit/update_lower (0.54s) [2019-09-20T14:43:14.510Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.51s) [2019-09-20T14:43:14.510Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.48s) [2019-09-20T14:43:14.510Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.44s) [2019-09-20T14:43:14.510Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.44s) [2019-09-20T14:43:14.510Z] === RUN TestUpdateRestartPolicy [2019-09-20T14:43:15.168Z] === RUN TestDockerNetworkIpvlan/L2InternalMode [2019-09-20T14:43:15.870Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2019-09-20T14:43:16.810Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2019-09-20T14:43:17.370Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2019-09-20T14:43:17.928Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2019-09-20T14:43:18.852Z] === RUN TestDockerSuite/TestBuildConditionalCache [2019-09-20T14:43:19.214Z] === RUN TestDockerNetworkIpvlan/L3NilParent [2019-09-20T14:43:19.777Z] === RUN TestDockerSuite/TestBuildContChar [2019-09-20T14:43:21.006Z] === RUN TestDockerNetworkIpvlan/L3InternalMode [2019-09-20T14:43:21.137Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2019-09-20T14:43:21.695Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2019-09-20T14:43:23.099Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2019-09-20T14:43:24.459Z] === RUN TestDockerSuite/TestBuildContextCleanup [2019-09-20T14:43:24.459Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2019-09-20T14:43:24.459Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2019-09-20T14:43:25.185Z] === RUN TestDockerNetworkIpvlan/L2MultiSubnet [2019-09-20T14:43:25.384Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2019-09-20T14:43:25.954Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2019-09-20T14:43:26.209Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2019-09-20T14:43:26.209Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2019-09-20T14:43:26.398Z] 65014b3c3121: Pull complete [2019-09-20T14:43:28.096Z] --- PASS: TestUpdateRestartPolicy (13.52s) [2019-09-20T14:43:28.096Z] === RUN TestUpdateRestartWithAutoRemove [2019-09-20T14:43:28.655Z] --- PASS: TestUpdateRestartWithAutoRemove (0.98s) [2019-09-20T14:43:28.655Z] === RUN TestWaitNonBlocked [2019-09-20T14:43:28.655Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-20T14:43:28.655Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-20T14:43:28.655Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-20T14:43:28.655Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-20T14:43:28.655Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-20T14:43:28.655Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-20T14:43:29.245Z] === RUN TestDockerNetworkIpvlan/L3MultiSubnet [2019-09-20T14:43:30.021Z] --- PASS: TestWaitNonBlocked (0.02s) [2019-09-20T14:43:30.021Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.28s) [2019-09-20T14:43:30.021Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.37s) [2019-09-20T14:43:30.021Z] === RUN TestWaitBlocked [2019-09-20T14:43:30.021Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-20T14:43:30.021Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-20T14:43:30.021Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-09-20T14:43:30.021Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-09-20T14:43:30.021Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-20T14:43:30.021Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-09-20T14:43:30.622Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2019-09-20T14:43:31.547Z] --- PASS: TestWaitBlocked (0.03s) [2019-09-20T14:43:31.547Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.03s) [2019-09-20T14:43:31.547Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.21s) [2019-09-20T14:43:31.547Z] === CONT TestContainerStartOnDaemonRestart [2019-09-20T14:43:31.547Z] === CONT TestIpcModeOlderClient [2019-09-20T14:43:31.547Z] --- PASS: TestIpcModeOlderClient (0.13s) [2019-09-20T14:43:31.547Z] === CONT TestDaemonRestartIpcMode [2019-09-20T14:43:31.547Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2019-09-20T14:43:33.465Z] === RUN TestDockerNetworkIpvlan/Addressing [2019-09-20T14:43:35.771Z] --- PASS: TestContainerStartOnDaemonRestart (3.75s) [2019-09-20T14:43:35.771Z] daemon_linux_test.go:35: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart" [2019-09-20T14:43:35.934Z] --- PASS: TestDockerNetworkIpvlan (26.00s) [2019-09-20T14:43:35.934Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-09-20T14:43:35.934Z] --- PASS: TestDockerNetworkIpvlan/Subinterface (0.10s) [2019-09-20T14:43:35.934Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-09-20T14:43:35.934Z] --- PASS: TestDockerNetworkIpvlan/OverlapParent (0.06s) [2019-09-20T14:43:35.934Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-09-20T14:43:35.934Z] --- PASS: TestDockerNetworkIpvlan/L2NilParent (1.20s) [2019-09-20T14:43:35.934Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-09-20T14:43:35.934Z] --- PASS: TestDockerNetworkIpvlan/L2InternalMode (2.32s) [2019-09-20T14:43:35.934Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-09-20T14:43:35.934Z] --- PASS: TestDockerNetworkIpvlan/L3NilParent (1.18s) [2019-09-20T14:43:35.934Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-09-20T14:43:35.934Z] --- PASS: TestDockerNetworkIpvlan/L3InternalMode (2.16s) [2019-09-20T14:43:35.934Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-09-20T14:43:35.934Z] --- PASS: TestDockerNetworkIpvlan/L2MultiSubnet (2.94s) [2019-09-20T14:43:35.934Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-09-20T14:43:35.934Z] --- PASS: TestDockerNetworkIpvlan/L3MultiSubnet (3.13s) [2019-09-20T14:43:35.934Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-09-20T14:43:35.934Z] --- PASS: TestDockerNetworkIpvlan/Addressing (1.81s) [2019-09-20T14:43:35.934Z] PASS [2019-09-20T14:43:35.934Z] [2019-09-20T14:43:35.934Z] DONE 11 tests in 27.753s [2019-09-20T14:43:35.934Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-09-20T14:43:35.934Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:43:35.934Z] ++ set -e [2019-09-20T14:43:35.934Z] ++ '[' -n 0 ']' [2019-09-20T14:43:35.934Z] ++ set -x [2019-09-20T14:43:35.934Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:43:36.026Z] --- PASS: TestDaemonRestartIpcMode (4.67s) [2019-09-20T14:43:36.026Z] daemon_linux_test.go:89: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode" [2019-09-20T14:43:36.026Z] PASS [2019-09-20T14:43:36.026Z] [2019-09-20T14:43:36.026Z] === Skipped [2019-09-20T14:43:36.026Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2019-09-20T14:43:36.026Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-20T14:43:36.026Z] [2019-09-20T14:43:36.026Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2019-09-20T14:43:36.026Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-20T14:43:36.026Z] [2019-09-20T14:43:36.026Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2019-09-20T14:43:36.026Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-20T14:43:36.026Z] [2019-09-20T14:43:36.026Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-09-20T14:43:36.026Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-20T14:43:36.026Z] [2019-09-20T14:43:36.026Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2019-09-20T14:43:36.026Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-20T14:43:36.026Z] [2019-09-20T14:43:36.026Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2019-09-20T14:43:36.026Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-09-20T14:43:36.026Z] [2019-09-20T14:43:36.026Z] [2019-09-20T14:43:36.026Z] DONE 197 tests, 6 skipped in 156.379s [2019-09-20T14:43:36.026Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2019-09-20T14:43:36.027Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:43:36.027Z] ++ set -e [2019-09-20T14:43:36.027Z] ++ '[' -n 0 ']' [2019-09-20T14:43:36.027Z] ++ set -x [2019-09-20T14:43:36.027Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:43:36.367Z] INFO: Testing against a local daemon [2019-09-20T14:43:36.368Z] === RUN TestDockerNetworkMacvlanPersistance [2019-09-20T14:43:36.590Z] INFO: Testing against a local daemon [2019-09-20T14:43:36.590Z] === RUN TestCommitInheritsEnv [2019-09-20T14:43:36.888Z] --- PASS: TestCommitInheritsEnv (0.53s) [2019-09-20T14:43:36.888Z] === RUN TestImportExtremelyLargeImageWorks [2019-09-20T14:43:36.888Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-09-20T14:43:36.888Z] === RUN TestImagesFilterMultiReference [2019-09-20T14:43:37.142Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2019-09-20T14:43:37.142Z] === RUN TestImagePullPlatformInvalid [2019-09-20T14:43:37.142Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2019-09-20T14:43:37.142Z] === RUN TestRemoveImageOrphaning [2019-09-20T14:43:37.397Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2019-09-20T14:43:37.652Z] --- PASS: TestRemoveImageOrphaning (0.59s) [2019-09-20T14:43:37.652Z] === RUN TestRemoveImageGarbageCollector [2019-09-20T14:43:37.723Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.43s) [2019-09-20T14:43:37.724Z] macvlan_test.go:24: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance" [2019-09-20T14:43:37.724Z] === RUN TestDockerNetworkMacvlan [2019-09-20T14:43:38.510Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-09-20T14:43:39.307Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-09-20T14:43:40.101Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-09-20T14:43:40.161Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2019-09-20T14:43:40.161Z] --- PASS: TestRemoveImageGarbageCollector (2.33s) [2019-09-20T14:43:40.161Z] remove_unix_test.go:34: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRemoveImageGarbageCollector" [2019-09-20T14:43:40.161Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-09-20T14:43:40.161Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2019-09-20T14:43:40.161Z] === RUN TestTagInvalidReference [2019-09-20T14:43:40.161Z] --- PASS: TestTagInvalidReference (0.02s) [2019-09-20T14:43:40.161Z] === RUN TestTagValidPrefixedRepo [2019-09-20T14:43:40.161Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2019-09-20T14:43:40.161Z] === RUN TestTagExistedNameWithoutForce [2019-09-20T14:43:40.161Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2019-09-20T14:43:40.161Z] === RUN TestTagOfficialNames [2019-09-20T14:43:40.161Z] --- PASS: TestTagOfficialNames (0.10s) [2019-09-20T14:43:40.161Z] === RUN TestTagMatchesDigest [2019-09-20T14:43:40.161Z] --- PASS: TestTagMatchesDigest (0.04s) [2019-09-20T14:43:40.161Z] === CONT TestImportExtremelyLargeImageWorks [2019-09-20T14:43:40.721Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2019-09-20T14:43:40.976Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2019-09-20T14:43:41.536Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2019-09-20T14:43:42.343Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-09-20T14:43:42.695Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-09-20T14:43:43.352Z] [2019-09-20T14:43:43.352Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-09-20T14:43:43.973Z] PKG_CONFIG=pkg-config [2019-09-20T14:43:43.973Z] GOLANG_VERSION=1.13 [2019-09-20T14:43:43.973Z] HOSTNAME=0dd50edc9db1 [2019-09-20T14:43:43.973Z] DOCKER_EXPERIMENTAL=1 [2019-09-20T14:43:43.973Z] container=docker [2019-09-20T14:43:43.973Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-09-20T14:43:43.973Z] GO111MODULE=off [2019-09-20T14:43:43.973Z] GOPATH=/go [2019-09-20T14:43:43.973Z] PWD=/go/src/github.com/docker/docker [2019-09-20T14:43:43.973Z] HOME=/root [2019-09-20T14:43:43.973Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-20T14:43:43.973Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-20T14:43:43.973Z] DOCKER_GITCOMMIT=04d9e157b2b09401ae3e9e00e143606218910580 [2019-09-20T14:43:43.973Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-20T14:43:43.973Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-20T14:43:43.973Z] TERM=xterm [2019-09-20T14:43:43.973Z] DEST=bundles/test-integration [2019-09-20T14:43:43.973Z] SHLVL=1 [2019-09-20T14:43:43.973Z] TIMEOUT=120m [2019-09-20T14:43:43.973Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-20T14:43:43.973Z] DOCKER_PKG=github.com/docker/docker [2019-09-20T14:43:43.973Z] TESTDEBUG=0 [2019-09-20T14:43:43.973Z] _=/usr/bin/env [2019-09-20T14:43:43.973Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-09-20T14:43:44.797Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2019-09-20T14:43:46.159Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2019-09-20T14:43:46.709Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-09-20T14:43:46.719Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2019-09-20T14:43:47.279Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2019-09-20T14:43:47.839Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2019-09-20T14:43:48.399Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2019-09-20T14:43:50.909Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2019-09-20T14:43:50.909Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2019-09-20T14:43:51.470Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2019-09-20T14:43:51.905Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-09-20T14:43:52.395Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2019-09-20T14:43:52.695Z] --- PASS: TestDockerNetworkMacvlan (15.23s) [2019-09-20T14:43:52.695Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-20T14:43:52.695Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2019-09-20T14:43:52.695Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-20T14:43:52.695Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2019-09-20T14:43:52.695Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-20T14:43:52.695Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.27s) [2019-09-20T14:43:52.695Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-20T14:43:52.695Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.20s) [2019-09-20T14:43:52.695Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-20T14:43:52.695Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.26s) [2019-09-20T14:43:52.695Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-20T14:43:52.695Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.96s) [2019-09-20T14:43:52.695Z] PASS [2019-09-20T14:43:52.695Z] [2019-09-20T14:43:52.695Z] DONE 8 tests in 16.922s [2019-09-20T14:43:52.695Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2019-09-20T14:43:52.695Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:43:52.695Z] ++ set -e [2019-09-20T14:43:52.695Z] ++ '[' -n 0 ']' [2019-09-20T14:43:52.695Z] ++ set -x [2019-09-20T14:43:52.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=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:43:53.085Z] testing: warning: no tests to run [2019-09-20T14:43:53.085Z] PASS [2019-09-20T14:43:53.085Z] [2019-09-20T14:43:53.085Z] DONE 0 tests in 0.090s [2019-09-20T14:43:53.085Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-09-20T14:43:53.085Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:43:53.085Z] ++ set -e [2019-09-20T14:43:53.085Z] ++ '[' -n 0 ']' [2019-09-20T14:43:53.085Z] ++ set -x [2019-09-20T14:43:53.085Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:43:53.085Z] INFO: Testing against a local daemon [2019-09-20T14:43:53.085Z] === RUN TestAuthZPluginAllowRequest [2019-09-20T14:43:53.757Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2019-09-20T14:43:53.757Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2019-09-20T14:43:53.757Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2019-09-20T14:43:53.757Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2019-09-20T14:43:53.757Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2019-09-20T14:43:54.317Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2019-09-20T14:43:54.938Z] --- PASS: TestAuthZPluginAllowRequest (1.62s) [2019-09-20T14:43:54.938Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest" [2019-09-20T14:43:54.938Z] === RUN TestAuthZPluginTLS [2019-09-20T14:43:55.440Z] --- PASS: TestAuthZPluginTLS (0.54s) [2019-09-20T14:43:55.440Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS" [2019-09-20T14:43:55.440Z] === RUN TestAuthZPluginDenyRequest [2019-09-20T14:43:55.822Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2019-09-20T14:43:55.822Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest" [2019-09-20T14:43:55.822Z] === RUN TestAuthZPluginAPIDenyResponse [2019-09-20T14:43:56.617Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.56s) [2019-09-20T14:43:56.617Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse" [2019-09-20T14:43:56.617Z] === RUN TestAuthZPluginDenyResponse [2019-09-20T14:43:56.985Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2019-09-20T14:43:56.985Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse" [2019-09-20T14:43:56.985Z] === RUN TestAuthZPluginAllowEventStream [2019-09-20T14:43:58.476Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2019-09-20T14:43:59.035Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2019-09-20T14:43:59.080Z] --- PASS: TestAuthZPluginAllowEventStream (1.72s) [2019-09-20T14:43:59.080Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream" [2019-09-20T14:43:59.080Z] === RUN TestAuthZPluginErrorResponse [2019-09-20T14:43:59.080Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2019-09-20T14:43:59.080Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse" [2019-09-20T14:43:59.080Z] === RUN TestAuthZPluginErrorRequest [2019-09-20T14:43:59.865Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2019-09-20T14:43:59.865Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest" [2019-09-20T14:43:59.865Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-09-20T14:43:59.960Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2019-09-20T14:44:00.292Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2019-09-20T14:44:00.292Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration" [2019-09-20T14:44:00.292Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-09-20T14:44:01.843Z] === RUN TestDockerDaemonSuite/TestRegistryMirrors [2019-09-20T14:44:02.249Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.08s) [2019-09-20T14:44:02.249Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking" [2019-09-20T14:44:02.249Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-09-20T14:44:02.403Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2019-09-20T14:44:04.681Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.16s) [2019-09-20T14:44:04.681Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom" [2019-09-20T14:44:04.681Z] === RUN TestAuthZPluginHeader [2019-09-20T14:44:05.484Z] --- PASS: TestAuthZPluginHeader (0.85s) [2019-09-20T14:44:05.484Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader" [2019-09-20T14:44:05.484Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-09-20T14:44:05.484Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-09-20T14:44:05.484Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-20T14:44:05.484Z] === RUN TestAuthZPluginV2Disable [2019-09-20T14:44:05.484Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-09-20T14:44:05.484Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-20T14:44:05.484Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-09-20T14:44:05.484Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-09-20T14:44:05.484Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-20T14:44:05.484Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-09-20T14:44:05.484Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-09-20T14:44:05.484Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-20T14:44:05.484Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-09-20T14:44:06.562Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2019-09-20T14:44:06.562Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2019-09-20T14:44:10.763Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2019-09-20T14:44:10.764Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2019-09-20T14:44:10.764Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2019-09-20T14:44:15.998Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2019-09-20T14:44:16.207Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2019-09-20T14:44:16.207Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2019-09-20T14:44:16.207Z] remote: Enumerating objects: 19, done. [2019-09-20T14:44:16.207Z] remote: Total 19 (delta 0), reused 0 (delta 0), pack-reused 19 [2019-09-20T14:44:16.207Z] Unpacking objects: 5% (1/19) Unpacking objects: 10% (2/19) Unpacking objects: 15% (3/19) Unpacking objects: 21% (4/19) Unpacking objects: 26% (5/19) Unpacking objects: 31% (6/19) Unpacking objects: 36% (7/19) Unpacking objects: 42% (8/19) Unpacking objects: 47% (9/19) Unpacking objects: 52% (10/19) Unpacking objects: 57% (11/19) Unpacking objects: 63% (12/19) Unpacking objects: 68% (13/19) Unpacking objects: 73% (14/19) Unpacking objects: 78% (15/19) Unpacking objects: 84% (16/19) Unpacking objects: 89% (17/19) Unpacking objects: 94% (18/19) Unpacking objects: 100% (19/19) Unpacking objects: 100% (19/19), done. [2019-09-20T14:44:16.207Z] Building: bundles/cross/windows/amd64/containerutility.exe [2019-09-20T14:44:16.207Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-09-20T14:44:16.532Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39943/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr14 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=04d9e157b2b09401ae3e9e00e143606218910580 -e DOCKER_GRAPHDRIVER docker:04d9e157b2b09401ae3e9e00e143606218910580 hack/test/unit [2019-09-20T14:44:18.518Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2019-09-20T14:44:18.518Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2019-09-20T14:44:19.057Z] ? github.com/docker/docker/api [no test files] [2019-09-20T14:44:19.440Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2019-09-20T14:44:20.848Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2019-09-20T14:44:25.016Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2019-09-20T14:44:25.383Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.93s) [2019-09-20T14:44:25.383Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart" [2019-09-20T14:44:25.383Z] PASS [2019-09-20T14:44:25.383Z] [2019-09-20T14:44:25.383Z] === Skipped [2019-09-20T14:44:25.383Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-09-20T14:44:25.383Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-20T14:44:25.383Z] [2019-09-20T14:44:25.383Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2019-09-20T14:44:25.383Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-20T14:44:25.383Z] [2019-09-20T14:44:25.383Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-09-20T14:44:25.383Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-20T14:44:25.383Z] [2019-09-20T14:44:25.383Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-09-20T14:44:25.383Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-20T14:44:25.383Z] [2019-09-20T14:44:25.383Z] [2019-09-20T14:44:25.383Z] DONE 17 tests, 4 skipped in 29.404s [2019-09-20T14:44:25.383Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-09-20T14:44:25.383Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:44:25.383Z] ++ set -e [2019-09-20T14:44:25.383Z] ++ '[' -n 0 ']' [2019-09-20T14:44:25.383Z] ++ set -x [2019-09-20T14:44:25.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=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:44:25.383Z] INFO: Testing against a local daemon [2019-09-20T14:44:25.383Z] === RUN TestPluginInvalidJSON [2019-09-20T14:44:25.383Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-09-20T14:44:25.383Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-09-20T14:44:25.383Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-09-20T14:44:25.383Z] --- PASS: TestPluginInvalidJSON (0.04s) [2019-09-20T14:44:25.383Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-09-20T14:44:25.383Z] PASS [2019-09-20T14:44:25.383Z] [2019-09-20T14:44:25.383Z] DONE 2 tests in 0.251s [2019-09-20T14:44:25.383Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-09-20T14:44:25.383Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:44:25.383Z] ++ set -e [2019-09-20T14:44:25.383Z] ++ '[' -n 0 ']' [2019-09-20T14:44:25.383Z] ++ set -x [2019-09-20T14:44:25.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=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:44:25.383Z] INFO: Testing against a local daemon [2019-09-20T14:44:25.383Z] === RUN TestExternalGraphDriver [2019-09-20T14:44:25.383Z] === RUN TestExternalGraphDriver/json [2019-09-20T14:44:25.383Z] === RUN TestExternalGraphDriver/spec [2019-09-20T14:44:26.379Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2019-09-20T14:44:27.183Z] === RUN TestExternalGraphDriver/pull [2019-09-20T14:44:27.303Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2019-09-20T14:44:29.186Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2019-09-20T14:44:29.643Z] --- PASS: TestExternalGraphDriver (6.36s) [2019-09-20T14:44:29.643Z] external_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver" [2019-09-20T14:44:29.643Z] --- PASS: TestExternalGraphDriver/json (1.98s) [2019-09-20T14:44:29.643Z] --- PASS: TestExternalGraphDriver/spec (2.11s) [2019-09-20T14:44:29.643Z] --- PASS: TestExternalGraphDriver/pull (2.12s) [2019-09-20T14:44:29.643Z] === RUN TestGraphdriverPluginV2 [2019-09-20T14:44:29.643Z] --- SKIP: TestGraphdriverPluginV2 (0.06s) [2019-09-20T14:44:29.643Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-20T14:44:29.643Z] PASS [2019-09-20T14:44:29.643Z] [2019-09-20T14:44:29.643Z] === Skipped [2019-09-20T14:44:29.643Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s) [2019-09-20T14:44:29.643Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-20T14:44:29.643Z] [2019-09-20T14:44:29.643Z] [2019-09-20T14:44:29.643Z] DONE 5 tests, 1 skipped in 6.659s [2019-09-20T14:44:29.643Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-09-20T14:44:29.643Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:44:29.643Z] ++ set -e [2019-09-20T14:44:29.643Z] ++ '[' -n 0 ']' [2019-09-20T14:44:29.643Z] ++ set -x [2019-09-20T14:44:29.643Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:44:29.643Z] INFO: Testing against a local daemon [2019-09-20T14:44:29.643Z] === RUN TestContinueAfterPluginCrash [2019-09-20T14:44:29.643Z] === PAUSE TestContinueAfterPluginCrash [2019-09-20T14:44:29.643Z] === RUN TestDaemonStartWithLogOpt [2019-09-20T14:44:29.643Z] === PAUSE TestDaemonStartWithLogOpt [2019-09-20T14:44:29.643Z] === CONT TestContinueAfterPluginCrash [2019-09-20T14:44:29.643Z] === CONT TestDaemonStartWithLogOpt [2019-09-20T14:44:31.243Z] ok github.com/docker/docker/api/server 0.011s coverage: 9.0% of statements [2019-09-20T14:44:34.419Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2019-09-20T14:44:34.419Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2019-09-20T14:44:34.674Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2019-09-20T14:44:34.674Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2019-09-20T14:44:36.557Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2019-09-20T14:44:37.918Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2019-09-20T14:44:39.278Z] === RUN TestDockerSuite/TestBuildDockerignore [2019-09-20T14:44:41.307Z] --- PASS: TestDaemonStartWithLogOpt (10.58s) [2019-09-20T14:44:41.307Z] validation_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt" [2019-09-20T14:44:44.517Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2019-09-20T14:44:45.420Z] --- PASS: TestContinueAfterPluginCrash (15.46s) [2019-09-20T14:44:45.420Z] logging_linux_test.go:22: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash" [2019-09-20T14:44:45.420Z] PASS [2019-09-20T14:44:45.420Z] [2019-09-20T14:44:45.420Z] DONE 2 tests in 15.657s [2019-09-20T14:44:45.420Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-09-20T14:44:45.420Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:44:45.420Z] ++ set -e [2019-09-20T14:44:45.420Z] ++ '[' -n 0 ']' [2019-09-20T14:44:45.420Z] ++ set -x [2019-09-20T14:44:45.420Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:44:45.420Z] INFO: Testing against a local daemon [2019-09-20T14:44:45.420Z] === RUN TestPluginWithDevMounts [2019-09-20T14:44:45.420Z] === PAUSE TestPluginWithDevMounts [2019-09-20T14:44:45.420Z] === CONT TestPluginWithDevMounts [2019-09-20T14:44:47.026Z] === RUN TestDockerDaemonSuite/TestShmSize [2019-09-20T14:44:47.242Z] --- PASS: TestPluginWithDevMounts (2.05s) [2019-09-20T14:44:47.242Z] mounts_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts" [2019-09-20T14:44:47.242Z] PASS [2019-09-20T14:44:47.242Z] [2019-09-20T14:44:47.242Z] DONE 1 tests in 2.328s [2019-09-20T14:44:47.242Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2019-09-20T14:44:47.242Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:44:47.242Z] ++ set -e [2019-09-20T14:44:47.242Z] ++ '[' -n 0 ']' [2019-09-20T14:44:47.242Z] ++ set -x [2019-09-20T14:44:47.242Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:44:47.612Z] INFO: Testing against a local daemon [2019-09-20T14:44:47.612Z] === RUN TestSecretInspect [2019-09-20T14:44:49.541Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2019-09-20T14:44:50.277Z] --- PASS: TestSecretInspect (2.76s) [2019-09-20T14:44:50.277Z] secret_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect" [2019-09-20T14:44:50.277Z] === RUN TestSecretList [2019-09-20T14:44:52.716Z] --- PASS: TestSecretList (2.41s) [2019-09-20T14:44:52.716Z] secret_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretList" [2019-09-20T14:44:52.716Z] === RUN TestSecretsCreateAndDelete [2019-09-20T14:44:52.846Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2019-09-20T14:44:52.847Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2019-09-20T14:44:53.102Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2019-09-20T14:44:54.988Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2019-09-20T14:44:56.006Z] --- PASS: TestSecretsCreateAndDelete (2.89s) [2019-09-20T14:44:56.006Z] secret_test.go:125: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete" [2019-09-20T14:44:56.006Z] === RUN TestSecretsUpdate [2019-09-20T14:44:58.248Z] --- PASS: TestDockerDaemonSuite (356.50s) [2019-09-20T14:44:58.248Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (4.81s) [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool" [2019-09-20T14:44:58.248Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (2.31s) [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon" [2019-09-20T14:44:58.248Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.59s) [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCLIProxyProxyTCPSock" [2019-09-20T14:44:58.248Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (4.24s) [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill" [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill" [2019-09-20T14:44:58.248Z] docker_cli_daemon_test.go:1449: Daemon d2b1ed4bd7a13 is not started [2019-09-20T14:44:58.248Z] check_test.go:309: Daemon d6939deda2417 is not started [2019-09-20T14:44:58.248Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.87s) [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash" [2019-09-20T14:44:58.248Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (2.56s) [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown" [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown" [2019-09-20T14:44:58.248Z] check_test.go:309: Daemon d30b3d4a43352 is not started [2019-09-20T14:44:58.248Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (1.77s) [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonAllocatesListeningPort" [2019-09-20T14:44:58.248Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (3.59s) [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeExternal" [2019-09-20T14:44:58.248Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (3.06s) [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork" [2019-09-20T14:44:58.248Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (4.49s) [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeFixedCidr" [2019-09-20T14:44:58.248Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (4.31s) [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2" [2019-09-20T14:44:58.248Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (3.10s) [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeIP" [2019-09-20T14:44:58.248Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.50s) [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeNone" [2019-09-20T14:44:58.248Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (3.13s) [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCgroupParent" [2019-09-20T14:44:58.248Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress" [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress" [2019-09-20T14:44:58.248Z] check_test.go:309: Daemon d7cd6ba5dc9e1 is not started [2019-09-20T14:44:58.248Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress" [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress" [2019-09-20T14:44:58.248Z] check_test.go:309: Daemon dd91e60890fed is not started [2019-09-20T14:44:58.248Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (2.04s) [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode" [2019-09-20T14:44:58.248Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.53s) [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDebugLog" [2019-09-20T14:44:58.248Z] check_test.go:309: Daemon d840d0ffbae46 is not started [2019-09-20T14:44:58.248Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (3.37s) [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit" [2019-09-20T14:44:58.248Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.74s) [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet" [2019-09-20T14:44:58.248Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (3.48s) [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit" [2019-09-20T14:44:58.248Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.33s) [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig" [2019-09-20T14:44:58.248Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.59s) [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload" [2019-09-20T14:44:58.248Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.65s) [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonEvents" [2019-09-20T14:44:58.248Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.95s) [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonEventsWithFilters" [2019-09-20T14:44:58.248Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonExitOnFailure" [2019-09-20T14:44:58.248Z] check_test.go:309: Daemon db7429272dfe0 is not started [2019-09-20T14:44:58.248Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.54s) [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonFlagD" [2019-09-20T14:44:58.248Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonFlagDebug" [2019-09-20T14:44:58.248Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.53s) [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal" [2019-09-20T14:44:58.248Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (4.16s) [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonICCLinkExpose" [2019-09-20T14:44:58.248Z] --- SKIP: TestDockerDaemonSuite/TestDaemonICCPing (0.00s) [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonICCPing" [2019-09-20T14:44:58.248Z] requirement.go:26: unmatched requirement bridgeNfIptables [2019-09-20T14:44:58.248Z] check_test.go:309: Daemon d3121fa3a7de3 is not started [2019-09-20T14:44:58.248Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (3.52s) [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIP" [2019-09-20T14:44:58.248Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6Enabled" [2019-09-20T14:44:58.248Z] requirement.go:26: unmatched requirement IPv6 [2019-09-20T14:44:58.248Z] check_test.go:309: Daemon d4f4ad7128486 is not started [2019-09-20T14:44:58.248Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (3.35s) [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR" [2019-09-20T14:44:58.248Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (3.07s) [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac" [2019-09-20T14:44:58.248Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (2.07s) [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6HostMode" [2019-09-20T14:44:58.248Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (2.53s) [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIptablesClean" [2019-09-20T14:44:58.248Z] check_test.go:309: Daemon dc9654ee6acae is not started [2019-09-20T14:44:58.248Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.83s) [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIptablesCreate" [2019-09-20T14:44:58.248Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.52s) [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonKeyGeneration" [2019-09-20T14:44:58.248Z] check_test.go:309: Daemon d83f9c106694c is not started [2019-09-20T14:44:58.248Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.08s) [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins" [2019-09-20T14:44:58.248Z] docker_cli_daemon_plugins_test.go:79: Daemon d1e02939b6402 is not started [2019-09-20T14:44:58.248Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.22s) [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonKillWithPlugins" [2019-09-20T14:44:58.248Z] docker_cli_daemon_plugins_test.go:169: Daemon d7be74acc20fb is not started [2019-09-20T14:44:58.248Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.70s) [2019-09-20T14:44:58.248Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink" [2019-09-20T14:44:58.248Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.52s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogLevelDebug" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogLevelFatal" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogLevelWrong" [2019-09-20T14:44:58.249Z] check_test.go:309: Daemon d72cca0e287b0 is not started [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.82s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogOptions" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.93s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverDefault" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (2.00s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.82s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverNone" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.91s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.80s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.90s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.53s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonMaxConcurrency" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.54s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (6.26s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError" [2019-09-20T14:44:58.249Z] check_test.go:309: Daemon de5a8708dd54c is not started [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.43s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartCleanupNetns" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (13.98s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.49s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartKillWait" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.10s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartLocalVolumes" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (5.23s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartOnFailure" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.26s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartRenameContainer" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (5.72s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork" [2019-09-20T14:44:58.249Z] check_test.go:309: Daemon dd246ca1e43e7 is not started [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.52s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.34s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (11.12s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartUnlessStopped" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.36s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.60s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.28s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.39s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways" [2019-09-20T14:44:58.249Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize" [2019-09-20T14:44:58.249Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-20T14:44:58.249Z] check_test.go:309: Daemon dee83095f21f4 is not started [2019-09-20T14:44:58.249Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize" [2019-09-20T14:44:58.249Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-20T14:44:58.249Z] check_test.go:309: Daemon d4612863c4183 is not started [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.67s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer" [2019-09-20T14:44:58.249Z] check_test.go:309: Daemon d26981a0c2063 is not started [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (5.86s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithLinks" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.60s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithNames" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.57s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.45s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.61s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.27s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (5.15s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.75s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer" [2019-09-20T14:44:58.249Z] check_test.go:309: Daemon d09ef5139b7f7 is not started [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.57s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.56s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.74s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownTimeout" [2019-09-20T14:44:58.249Z] check_test.go:309: Daemon d6e20d3470ea1 is not started [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.52s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.83s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownWithPlugins" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.27s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.53s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartIptablesFalse" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.62s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.10s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-09-20T14:44:58.249Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from config [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-09-20T14:44:58.249Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from config [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-09-20T14:44:58.249Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from config [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-09-20T14:44:58.249Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from config [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-09-20T14:44:58.249Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from config [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-09-20T14:44:58.249Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from cli [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-09-20T14:44:58.249Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from cli [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-09-20T14:44:58.249Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from cli [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-09-20T14:44:58.249Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from cli [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-09-20T14:44:58.249Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from cli [2019-09-20T14:44:58.249Z] check_test.go:309: Daemon d6e57329f72e2 is not started [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.07s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithoutColors" [2019-09-20T14:44:58.249Z] check_test.go:309: Daemon d58b28dec2bdc is not started [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.53s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithoutHost" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (0.53s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.11s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonUlimitDefaults" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.52s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp" [2019-09-20T14:44:58.249Z] check_test.go:309: Daemon d8f29cfcfbc7c is not started [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.85s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.82s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonWideLogConfig" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.31s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.03s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonWithWrongkey" [2019-09-20T14:44:58.249Z] check_test.go:309: Daemon d44b977fcd0f4 is not started [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (5.82s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.57s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestExecAfterDaemonRestart" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (3.50s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.14s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove" [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove" [2019-09-20T14:44:58.249Z] check_test.go:309: Daemon df56c7fde7607 is not started [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.59s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSInfo" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.56s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSInfoRogueCert" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.57s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (2.12s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSRun" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestLegacyDaemonCommand" [2019-09-20T14:44:58.249Z] check_test.go:309: Daemon d2b2bd0cc50f0 is not started [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.88s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPluginListFilterCapability" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.86s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPluginListFilterEnabled" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.15s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.51s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPruneImageDangling" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.90s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPruneImageLabel" [2019-09-20T14:44:58.249Z] --- PASS: TestDockerDaemonSuite/TestRegistryMirrors (0.60s) [2019-09-20T14:44:58.249Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRegistryMirrors" [2019-09-20T14:44:58.250Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (4.12s) [2019-09-20T14:44:58.250Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore" [2019-09-20T14:44:58.250Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (4.08s) [2019-09-20T14:44:58.250Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore" [2019-09-20T14:44:58.250Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (5.34s) [2019-09-20T14:44:58.250Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunLinksChanged" [2019-09-20T14:44:58.250Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (2.27s) [2019-09-20T14:44:58.250Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunSeccompJSONNewFormat" [2019-09-20T14:44:58.250Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.24s) [2019-09-20T14:44:58.250Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap" [2019-09-20T14:44:58.250Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.24s) [2019-09-20T14:44:58.250Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames" [2019-09-20T14:44:58.250Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.79s) [2019-09-20T14:44:58.250Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile" [2019-09-20T14:44:58.250Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (9.41s) [2019-09-20T14:44:58.250Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine" [2019-09-20T14:44:58.250Z] docker_cli_daemon_test.go:2542: Daemon df680b848d544 is not started [2019-09-20T14:44:58.250Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (10.11s) [2019-09-20T14:44:58.250Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile" [2019-09-20T14:44:58.250Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (3.10s) [2019-09-20T14:44:58.250Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault" [2019-09-20T14:44:58.250Z] --- PASS: TestDockerDaemonSuite/TestShmSize (2.21s) [2019-09-20T14:44:58.250Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestShmSize" [2019-09-20T14:44:58.250Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (3.07s) [2019-09-20T14:44:58.250Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestShmSizeReload" [2019-09-20T14:44:58.250Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.10s) [2019-09-20T14:44:58.250Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestTLSVerify" [2019-09-20T14:44:58.250Z] check_test.go:309: Daemon d9ea5671252d1 is not started [2019-09-20T14:44:58.250Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.58s) [2019-09-20T14:44:58.250Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestVolumePlugin" [2019-09-20T14:44:58.250Z] === RUN TestDockerSwarmSuite [2019-09-20T14:44:58.250Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2019-09-20T14:44:58.455Z] --- PASS: TestSecretsUpdate (2.81s) [2019-09-20T14:44:58.455Z] secret_test.go:172: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate" [2019-09-20T14:44:58.455Z] === RUN TestTemplatedSecret [2019-09-20T14:44:59.173Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2019-09-20T14:45:02.649Z] --- PASS: TestTemplatedSecret (3.75s) [2019-09-20T14:45:02.649Z] secret_test.go:221: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret" [2019-09-20T14:45:02.649Z] === RUN TestSecretCreateResolve [2019-09-20T14:45:03.332Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2019-09-20T14:45:05.100Z] --- PASS: TestSecretCreateResolve (2.83s) [2019-09-20T14:45:05.100Z] secret_test.go:342: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve" [2019-09-20T14:45:05.100Z] PASS [2019-09-20T14:45:05.100Z] [2019-09-20T14:45:05.100Z] DONE 6 tests in 17.762s [2019-09-20T14:45:05.100Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2019-09-20T14:45:05.100Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:45:05.100Z] ++ set -e [2019-09-20T14:45:05.100Z] ++ '[' -n 0 ']' [2019-09-20T14:45:05.100Z] ++ set -x [2019-09-20T14:45:05.100Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:45:05.100Z] INFO: Testing against a local daemon [2019-09-20T14:45:05.100Z] === RUN TestServiceCreateInit [2019-09-20T14:45:05.100Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-09-20T14:45:05.845Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2019-09-20T14:45:10.193Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-09-20T14:45:12.372Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2019-09-20T14:45:14.257Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2019-09-20T14:45:15.180Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2019-09-20T14:45:15.180Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2019-09-20T14:45:15.239Z] --- PASS: TestServiceCreateInit (9.49s) [2019-09-20T14:45:15.239Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.05s) [2019-09-20T14:45:15.239Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled" [2019-09-20T14:45:15.239Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.41s) [2019-09-20T14:45:15.239Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled" [2019-09-20T14:45:15.239Z] === RUN TestCreateServiceMultipleTimes [2019-09-20T14:45:20.457Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2019-09-20T14:45:21.124Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-09-20T14:45:21.124Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-09-20T14:45:21.124Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-09-20T14:45:22.971Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2019-09-20T14:45:23.155Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-09-20T14:45:24.332Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2019-09-20T14:45:25.694Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2019-09-20T14:45:25.949Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2019-09-20T14:45:28.656Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-09-20T14:45:33.047Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-09-20T14:45:35.094Z] --- PASS: TestCreateServiceMultipleTimes (17.29s) [2019-09-20T14:45:35.095Z] create_test.go:80: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes" [2019-09-20T14:45:35.095Z] === RUN TestCreateServiceConflict [2019-09-20T14:45:35.095Z] --- PASS: TestCreateServiceConflict (2.67s) [2019-09-20T14:45:35.095Z] create_test.go:129: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict" [2019-09-20T14:45:35.095Z] === RUN TestCreateServiceMaxReplicas [2019-09-20T14:45:35.885Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2019-09-20T14:45:36.809Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2019-09-20T14:45:38.217Z] 2945147eda09: Pull complete [2019-09-20T14:45:38.218Z] Digest: sha256:d7e7e3702cbc4d8ea29001a02c1c852d0229a0679d94e017a41c43dbaa01db20 [2019-09-20T14:45:38.218Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-20T14:45:38.218Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2019-09-20T14:45:38.218Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2019-09-20T14:45:38.218Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.737' [2019-09-20T14:45:38.218Z] WARN: Skipping validation tests [2019-09-20T14:45:38.218Z] INFO: Running unit tests at 09/20/2019 14:45:25... [2019-09-20T14:45:38.218Z] INFO: make.ps1 starting at 09/20/2019 14:45:29 [2019-09-20T14:45:38.218Z] INFO: Git commit (04d9e157b) assumed from DOCKER_GITCOMMIT environment variable [2019-09-20T14:45:38.218Z] INFO: Invoking autogen... [2019-09-20T14:45:38.218Z] INFO: Running unit tests... [2019-09-20T14:45:38.262Z] --- PASS: TestCreateServiceMaxReplicas (3.23s) [2019-09-20T14:45:38.262Z] create_test.go:150: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas" [2019-09-20T14:45:38.262Z] === RUN TestCreateWithDuplicateNetworkNames [2019-09-20T14:45:38.554Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-09-20T14:45:38.554Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-09-20T14:45:38.907Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-09-20T14:45:38.907Z] ok github.com/docker/docker/api/server/httputils 0.005s coverage: 14.7% of statements [2019-09-20T14:45:38.907Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2019-09-20T14:45:38.907Z] ? github.com/docker/docker/api/server/router [no test files] [2019-09-20T14:45:38.907Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-09-20T14:45:38.907Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-09-20T14:45:38.907Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-09-20T14:45:38.907Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-09-20T14:45:38.907Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-09-20T14:45:38.907Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-09-20T14:45:38.907Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-09-20T14:45:38.907Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-09-20T14:45:38.907Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-09-20T14:45:38.907Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-09-20T14:45:38.907Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 4.0% of statements [2019-09-20T14:45:38.907Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-09-20T14:45:38.907Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-09-20T14:45:38.907Z] ? github.com/docker/docker/api/types [no test files] [2019-09-20T14:45:38.907Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-09-20T14:45:38.907Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-09-20T14:45:38.907Z] ? github.com/docker/docker/api/types/container [no test files] [2019-09-20T14:45:38.907Z] ? github.com/docker/docker/api/types/events [no test files] [2019-09-20T14:45:38.907Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements [2019-09-20T14:45:38.907Z] ok github.com/docker/docker/api/types/filters 0.005s coverage: 95.2% of statements [2019-09-20T14:45:38.907Z] ? github.com/docker/docker/api/types/image [no test files] [2019-09-20T14:45:38.907Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-09-20T14:45:38.907Z] ? github.com/docker/docker/api/types/network [no test files] [2019-09-20T14:45:38.907Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-09-20T14:45:38.907Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-09-20T14:45:38.907Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-09-20T14:45:38.907Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-09-20T14:45:38.907Z] ok github.com/docker/docker/api/types/versions 0.010s coverage: 75.0% of statements [2019-09-20T14:45:38.907Z] ok github.com/docker/docker/api/types/time 0.006s coverage: 100.0% of statements [2019-09-20T14:45:38.907Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-09-20T14:45:38.907Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-09-20T14:45:38.907Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-09-20T14:45:38.907Z] ? github.com/docker/docker/builder [no test files] [2019-09-20T14:45:38.907Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-09-20T14:45:38.907Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-09-20T14:45:38.907Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-09-20T14:45:38.907Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-09-20T14:45:38.907Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-09-20T14:45:38.907Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-09-20T14:45:38.907Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-09-20T14:45:38.907Z] ok github.com/docker/docker/builder/dockerignore 0.011s coverage: 96.8% of statements [2019-09-20T14:45:40.102Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2019-09-20T14:45:40.804Z] ok github.com/docker/docker/builder/fscache 0.109s coverage: 69.2% of statements [2019-09-20T14:45:40.804Z] ok github.com/docker/docker/builder/dockerfile 0.540s coverage: 45.1% of statements [2019-09-20T14:45:43.327Z] ok github.com/docker/docker/builder/remotecontext 0.175s coverage: 13.6% of statements [2019-09-20T14:45:43.327Z] ok github.com/docker/docker/builder/remotecontext/git 0.822s coverage: 85.1% of statements [2019-09-20T14:45:43.584Z] ? github.com/docker/docker/cli [no test files] [2019-09-20T14:45:43.584Z] ? github.com/docker/docker/cli/config [no test files] [2019-09-20T14:45:43.584Z] ok github.com/docker/docker/cli/debug 0.012s coverage: 100.0% of statements [2019-09-20T14:45:44.064Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-09-20T14:45:45.545Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-09-20T14:45:48.847Z] ok github.com/docker/docker/client 0.207s coverage: 75.8% of statements [2019-09-20T14:45:50.664Z] ? github.com/docker/docker/api [no test files] [2019-09-20T14:45:51.053Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-09-20T14:45:51.958Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.52s) [2019-09-20T14:45:51.958Z] create_test.go:171: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames" [2019-09-20T14:45:51.958Z] === RUN TestCreateServiceSecretFileMode [2019-09-20T14:45:54.693Z] --- PASS: TestCreateServiceSecretFileMode (3.39s) [2019-09-20T14:45:54.693Z] create_test.go:224: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode" [2019-09-20T14:45:54.693Z] === RUN TestCreateServiceConfigFileMode [2019-09-20T14:45:54.950Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2019-09-20T14:45:54.950Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2019-09-20T14:45:56.553Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-09-20T14:45:57.888Z] --- PASS: TestCreateServiceConfigFileMode (3.14s) [2019-09-20T14:45:57.888Z] create_test.go:288: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode" [2019-09-20T14:45:57.888Z] === RUN TestCreateServiceSysctls [2019-09-20T14:46:00.189Z] === RUN TestDockerSuite/TestBuildDotDotFile [2019-09-20T14:46:00.189Z] === RUN TestDockerSuite/TestBuildEOLInLine [2019-09-20T14:46:00.948Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-09-20T14:46:02.148Z] --- PASS: TestCreateServiceSysctls (4.25s) [2019-09-20T14:46:02.148Z] create_test.go:378: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls" [2019-09-20T14:46:02.148Z] === RUN TestCreateServiceCapabilities [2019-09-20T14:46:05.362Z] --- PASS: TestCreateServiceCapabilities (3.20s) [2019-09-20T14:46:05.362Z] create_test.go:462: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities" [2019-09-20T14:46:05.362Z] === RUN TestInspect [2019-09-20T14:46:05.462Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2019-09-20T14:46:06.021Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2019-09-20T14:46:06.276Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2019-09-20T14:46:06.480Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-09-20T14:46:07.200Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2019-09-20T14:46:07.200Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2019-09-20T14:46:07.760Z] === RUN TestDockerSuite/TestBuildEntrypoint [2019-09-20T14:46:08.015Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2019-09-20T14:46:08.426Z] ok github.com/docker/docker/api/server 0.086s coverage: 9.0% of statements [2019-09-20T14:46:09.476Z] --- PASS: TestInspect (3.47s) [2019-09-20T14:46:09.476Z] inspect_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspect" [2019-09-20T14:46:09.476Z] === RUN TestDockerNetworkConnectAlias [2019-09-20T14:46:11.323Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2019-09-20T14:46:11.973Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-09-20T14:46:12.683Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2019-09-20T14:46:12.984Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-09-20T14:46:14.565Z] === RUN TestDockerSuite/TestBuildEnv [2019-09-20T14:46:15.699Z] --- PASS: TestDockerNetworkConnectAlias (6.20s) [2019-09-20T14:46:15.699Z] network_test.go:20: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias" [2019-09-20T14:46:15.699Z] === RUN TestDockerNetworkReConnect [2019-09-20T14:46:16.449Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2019-09-20T14:46:16.449Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2019-09-20T14:46:17.009Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2019-09-20T14:46:18.371Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2019-09-20T14:46:18.477Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-09-20T14:46:19.733Z] === RUN TestDockerSuite/TestBuildEnvUsage [2019-09-20T14:46:19.775Z] --- PASS: TestDockerNetworkReConnect (4.70s) [2019-09-20T14:46:19.775Z] network_test.go:82: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect" [2019-09-20T14:46:19.775Z] === RUN TestServicePlugin [2019-09-20T14:46:19.775Z] --- SKIP: TestServicePlugin (0.00s) [2019-09-20T14:46:19.775Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-20T14:46:19.775Z] === RUN TestServiceUpdateLabel [2019-09-20T14:46:19.960Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-09-20T14:46:19.960Z] Using test binary docker [2019-09-20T14:46:19.960Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-09-20T14:46:19.960Z] +++ /etc/init.d/apparmor start [2019-09-20T14:46:19.960Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-20T14:46:19.960Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-20T14:46:19.960Z] Warning failed to create cache: (null) [2019-09-20T14:46:19.960Z] . [2019-09-20T14:46:19.960Z] INFO: Waiting for daemon to start... [2019-09-20T14:46:19.960Z] Starting dockerd [2019-09-20T14:46:19.960Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2019-09-20T14:46:20.916Z] ok github.com/docker/docker/cmd/dockerd 0.091s coverage: 29.9% of statements [2019-09-20T14:46:22.265Z] . [2019-09-20T14:46:22.265Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-09-20T14:46:22.265Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-09-20T14:46:22.265Z] Error: No such image: emptyfs [2019-09-20T14:46:22.265Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-09-20T14:46:22.265Z] ++++ docker load [2019-09-20T14:46:22.287Z] ok github.com/docker/docker/container 0.120s coverage: 35.0% of statements [2019-09-20T14:46:22.287Z] ? github.com/docker/docker/container/stream [no test files] [2019-09-20T14:46:22.287Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-09-20T14:46:22.287Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-09-20T14:46:22.287Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-09-20T14:46:22.551Z] Running integration-test (iteration 1) [2019-09-20T14:46:22.551Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2019-09-20T14:46:22.551Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:46:22.551Z] ++ set -e [2019-09-20T14:46:22.551Z] ++ '[' -n 0 ']' [2019-09-20T14:46:22.551Z] ++ set -x [2019-09-20T14:46:22.551Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:46:23.114Z] --- PASS: TestServiceUpdateLabel (2.99s) [2019-09-20T14:46:23.114Z] update_test.go:21: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel" [2019-09-20T14:46:23.114Z] === RUN TestServiceUpdateSecrets [2019-09-20T14:46:29.662Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2019-09-20T14:46:31.547Z] --- PASS: TestImportExtremelyLargeImageWorks (171.31s) [2019-09-20T14:46:31.547Z] import_test.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks" [2019-09-20T14:46:31.547Z] PASS [2019-09-20T14:46:31.547Z] [2019-09-20T14:46:31.547Z] DONE 12 tests in 175.421s [2019-09-20T14:46:31.547Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2019-09-20T14:46:31.547Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:46:31.547Z] ++ set -e [2019-09-20T14:46:31.547Z] ++ '[' -n 0 ']' [2019-09-20T14:46:31.547Z] ++ set -x [2019-09-20T14:46:31.547Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:46:31.802Z] INFO: Testing against a local daemon [2019-09-20T14:46:31.802Z] === RUN TestNetworkCreateDelete [2019-09-20T14:46:32.057Z] --- PASS: TestNetworkCreateDelete (0.15s) [2019-09-20T14:46:32.057Z] === RUN TestDockerNetworkDeletePreferID [2019-09-20T14:46:32.251Z] ok github.com/docker/docker/daemon/cluster 0.050s coverage: 0.5% of statements [2019-09-20T14:46:32.312Z] --- PASS: TestDockerNetworkDeletePreferID (0.41s) [2019-09-20T14:46:32.312Z] === RUN TestInspectNetwork [2019-09-20T14:46:32.509Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2019-09-20T14:46:33.881Z] ok github.com/docker/docker/daemon/cluster/convert 0.009s coverage: 35.8% of statements [2019-09-20T14:46:37.810Z] Loaded image: buildpack-deps:jessie [2019-09-20T14:46:37.810Z] Loaded image: busybox:latest [2019-09-20T14:46:37.810Z] Loaded image: busybox:glibc [2019-09-20T14:46:37.810Z] Loaded image: debian:jessie [2019-09-20T14:46:37.810Z] Loaded image: hello-world:latest [2019-09-20T14:46:37.810Z] INFO: Testing against a local daemon [2019-09-20T14:46:37.810Z] === RUN TestCgroupNamespacesBuild [2019-09-20T14:46:38.425Z] --- PASS: TestCgroupNamespacesBuild (1.62s) [2019-09-20T14:46:38.425Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild" [2019-09-20T14:46:38.425Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-09-20T14:46:39.492Z] --- PASS: TestServiceUpdateSecrets (15.60s) [2019-09-20T14:46:39.492Z] update_test.go:77: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets" [2019-09-20T14:46:39.492Z] === RUN TestServiceUpdateConfigs [2019-09-20T14:46:39.896Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.58s) [2019-09-20T14:46:39.896Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode" [2019-09-20T14:46:39.896Z] === RUN TestBuildWithSession [2019-09-20T14:46:40.380Z] === RUN TestInspectNetwork/full_network_id [2019-09-20T14:46:40.380Z] === RUN TestInspectNetwork/partial_network_id [2019-09-20T14:46:40.380Z] === RUN TestInspectNetwork/network_name [2019-09-20T14:46:40.380Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-09-20T14:46:41.987Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.429s coverage: 13.7% of statements [2019-09-20T14:46:42.578Z] --- PASS: TestBuildWithSession (2.18s) [2019-09-20T14:46:42.578Z] === RUN TestBuildSquashParent [2019-09-20T14:46:43.361Z] ok github.com/docker/docker/daemon 12.214s coverage: 17.6% of statements [2019-09-20T14:46:43.361Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-09-20T14:46:43.361Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-09-20T14:46:43.361Z] ok github.com/docker/docker/daemon/config 0.049s coverage: 84.2% of statements [2019-09-20T14:46:43.639Z] --- PASS: TestInspectNetwork (10.97s) [2019-09-20T14:46:43.639Z] inspect_test.go:18: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork" [2019-09-20T14:46:43.639Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-09-20T14:46:43.639Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-09-20T14:46:43.639Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-09-20T14:46:43.639Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-09-20T14:46:43.639Z] === RUN TestRunContainerWithBridgeNone [2019-09-20T14:46:44.740Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2019-09-20T14:46:44.740Z] ok github.com/docker/docker/daemon/discovery 0.005s coverage: 30.0% of statements [2019-09-20T14:46:44.740Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-09-20T14:46:44.740Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-09-20T14:46:46.111Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2019-09-20T14:46:46.148Z] --- PASS: TestRunContainerWithBridgeNone (2.66s) [2019-09-20T14:46:46.148Z] network_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone" [2019-09-20T14:46:46.148Z] === RUN TestNetworkInvalidJSON [2019-09-20T14:46:46.148Z] === RUN TestNetworkInvalidJSON//networks/create [2019-09-20T14:46:46.148Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-09-20T14:46:46.148Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-09-20T14:46:46.148Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-09-20T14:46:46.148Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-20T14:46:46.148Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-20T14:46:46.148Z] === CONT TestNetworkInvalidJSON//networks/create [2019-09-20T14:46:46.148Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-20T14:46:46.148Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-09-20T14:46:46.148Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2019-09-20T14:46:46.148Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-09-20T14:46:46.148Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-09-20T14:46:46.148Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-09-20T14:46:46.148Z] === RUN TestDaemonRestartWithLiveRestore [2019-09-20T14:46:47.073Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2019-09-20T14:46:47.073Z] service_test.go:32: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore" [2019-09-20T14:46:47.073Z] === RUN TestDaemonDefaultNetworkPools [2019-09-20T14:46:47.675Z] --- PASS: TestDaemonDefaultNetworkPools (0.70s) [2019-09-20T14:46:47.675Z] service_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools" [2019-09-20T14:46:47.675Z] === RUN TestDaemonRestartWithExistingNetwork [2019-09-20T14:46:48.007Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.005s coverage: 2.9% of statements [2019-09-20T14:46:48.071Z] --- PASS: TestBuildSquashParent (5.43s) [2019-09-20T14:46:48.071Z] === RUN TestBuildWithRemoveAndForceRemove [2019-09-20T14:46:48.071Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-20T14:46:48.071Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-20T14:46:48.071Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-20T14:46:48.071Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-20T14:46:48.071Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-20T14:46:48.071Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-20T14:46:48.071Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-20T14:46:48.071Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-20T14:46:48.071Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-20T14:46:48.071Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-20T14:46:48.071Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-20T14:46:48.071Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-20T14:46:48.071Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-20T14:46:48.071Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-20T14:46:48.071Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-20T14:46:48.071Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-20T14:46:48.938Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.229s coverage: 57.0% of statements [2019-09-20T14:46:49.035Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.12s) [2019-09-20T14:46:49.035Z] service_test.go:98: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork" [2019-09-20T14:46:49.035Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-20T14:46:50.396Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s) [2019-09-20T14:46:50.396Z] service_test.go:131: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange" [2019-09-20T14:46:50.396Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-09-20T14:46:50.650Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2019-09-20T14:46:50.650Z] service_test.go:181: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool" [2019-09-20T14:46:50.650Z] === RUN TestServiceWithPredefinedNetwork [2019-09-20T14:46:50.762Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-20T14:46:50.762Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-20T14:46:51.210Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2019-09-20T14:46:52.217Z] ok github.com/docker/docker/daemon/graphdriver/aufs 5.442s coverage: 72.5% of statements [2019-09-20T14:46:52.218Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 1.709s coverage: 46.1% of statements [2019-09-20T14:46:52.218Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-09-20T14:46:52.813Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2019-09-20T14:46:52.813Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.88s) [2019-09-20T14:46:52.813Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.98s) [2019-09-20T14:46:52.813Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.06s) [2019-09-20T14:46:52.813Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.13s) [2019-09-20T14:46:52.813Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.31s) [2019-09-20T14:46:52.813Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.24s) [2019-09-20T14:46:52.813Z] === RUN TestBuildMultiStageCopy [2019-09-20T14:46:52.813Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-20T14:46:53.092Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2019-09-20T14:46:54.016Z] --- PASS: TestServiceWithPredefinedNetwork (3.19s) [2019-09-20T14:46:54.016Z] service_test.go:203: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork" [2019-09-20T14:46:54.016Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-09-20T14:46:54.016Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-20T14:46:54.016Z] service_test.go:230: FLAKY_TEST [2019-09-20T14:46:54.016Z] === RUN TestServiceWithDataPathPortInit [2019-09-20T14:46:54.745Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.032s coverage: 50.8% of statements [2019-09-20T14:46:54.839Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-20T14:46:55.125Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-20T14:46:55.410Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-20T14:46:55.814Z] --- PASS: TestServiceUpdateConfigs (15.63s) [2019-09-20T14:46:55.814Z] update_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs" [2019-09-20T14:46:55.814Z] === RUN TestServiceUpdateNetwork [2019-09-20T14:46:56.034Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-20T14:46:56.116Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.329s coverage: 76.1% of statements [2019-09-20T14:46:56.318Z] --- PASS: TestBuildMultiStageCopy (3.53s) [2019-09-20T14:46:56.318Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.97s) [2019-09-20T14:46:56.318Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.38s) [2019-09-20T14:46:56.318Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.38s) [2019-09-20T14:46:56.318Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.39s) [2019-09-20T14:46:56.318Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.42s) [2019-09-20T14:46:56.318Z] === RUN TestBuildMultiStageParentConfig [2019-09-20T14:46:57.046Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.006s coverage: 58.0% of statements [2019-09-20T14:46:57.046Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 3.032s coverage: 57.2% of statements [2019-09-20T14:46:57.046Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-09-20T14:46:57.046Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-09-20T14:46:57.344Z] --- PASS: TestBuildMultiStageParentConfig (0.96s) [2019-09-20T14:46:57.344Z] === RUN TestBuildLabelWithTargets [2019-09-20T14:46:58.416Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.008s coverage: 3.0% of statements [2019-09-20T14:46:58.821Z] --- PASS: TestBuildLabelWithTargets (1.51s) [2019-09-20T14:46:58.821Z] === RUN TestBuildWithEmptyLayers [2019-09-20T14:46:59.223Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-09-20T14:46:59.223Z] ok github.com/docker/docker/api/server/httputils 0.124s coverage: 14.7% of statements [2019-09-20T14:46:59.347Z] ok github.com/docker/docker/daemon/links 0.014s coverage: 93.0% of statements [2019-09-20T14:46:59.434Z] --- PASS: TestBuildWithEmptyLayers (0.77s) [2019-09-20T14:46:59.434Z] === RUN TestBuildMultiStageOnBuild [2019-09-20T14:47:00.313Z] ok github.com/docker/docker/daemon/images 0.012s coverage: 4.9% of statements [2019-09-20T14:47:00.313Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-09-20T14:47:00.313Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-09-20T14:47:00.780Z] ok github.com/docker/docker/api/server/middleware 0.160s coverage: 37.7% of statements [2019-09-20T14:47:00.780Z] ? github.com/docker/docker/api/server/router [no test files] [2019-09-20T14:47:00.780Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-09-20T14:47:00.780Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-09-20T14:47:00.780Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-09-20T14:47:00.780Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-09-20T14:47:00.780Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-09-20T14:47:00.780Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-09-20T14:47:00.780Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-09-20T14:47:00.780Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-09-20T14:47:00.780Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-09-20T14:47:00.780Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-09-20T14:47:01.256Z] ok github.com/docker/docker/daemon/logger 0.255s coverage: 42.7% of statements [2019-09-20T14:47:02.113Z] --- PASS: TestBuildMultiStageOnBuild (2.17s) [2019-09-20T14:47:02.113Z] === RUN TestBuildUncleanTarFilenames [2019-09-20T14:47:02.334Z] ok github.com/docker/docker/api/server/router/swarm 0.114s coverage: 4.0% of statements [2019-09-20T14:47:02.334Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-09-20T14:47:02.334Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-09-20T14:47:02.334Z] ? github.com/docker/docker/api/types [no test files] [2019-09-20T14:47:02.334Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-09-20T14:47:02.334Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-09-20T14:47:02.334Z] ? github.com/docker/docker/api/types/container [no test files] [2019-09-20T14:47:02.334Z] ? github.com/docker/docker/api/types/events [no test files] [2019-09-20T14:47:02.334Z] ok github.com/docker/docker/api/types/filters 0.071s coverage: 95.2% of statements [2019-09-20T14:47:02.334Z] ? github.com/docker/docker/api/types/image [no test files] [2019-09-20T14:47:02.334Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-09-20T14:47:02.334Z] ? github.com/docker/docker/api/types/network [no test files] [2019-09-20T14:47:02.334Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-09-20T14:47:02.334Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-09-20T14:47:02.334Z] ok github.com/docker/docker/api/types/strslice 0.216s coverage: 90.0% of statements [2019-09-20T14:47:02.334Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-09-20T14:47:02.334Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-09-20T14:47:02.632Z] ok github.com/docker/docker/daemon/logger/awslogs 0.162s coverage: 77.8% of statements [2019-09-20T14:47:02.632Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-09-20T14:47:02.632Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-09-20T14:47:02.632Z] ok github.com/docker/docker/daemon/logger/gelf 0.007s coverage: 68.2% of statements [2019-09-20T14:47:02.730Z] --- PASS: TestBuildUncleanTarFilenames (1.14s) [2019-09-20T14:47:02.730Z] === RUN TestBuildMultiStageLayerLeak [2019-09-20T14:47:02.799Z] ok github.com/docker/docker/api/types/time 0.369s coverage: 100.0% of statements [2019-09-20T14:47:02.799Z] ok github.com/docker/docker/api/types/versions 0.071s coverage: 75.0% of statements [2019-09-20T14:47:02.799Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-09-20T14:47:02.799Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-09-20T14:47:02.799Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-09-20T14:47:02.799Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2019-09-20T14:47:02.799Z] ? github.com/docker/docker/builder [no test files] [2019-09-20T14:47:02.799Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-09-20T14:47:02.799Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-09-20T14:47:02.799Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-09-20T14:47:02.799Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-09-20T14:47:02.799Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-09-20T14:47:02.799Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-09-20T14:47:02.799Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-09-20T14:47:03.565Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 26.2% of statements [2019-09-20T14:47:03.823Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.019s coverage: 62.1% of statements [2019-09-20T14:47:03.942Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2019-09-20T14:47:03.942Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2019-09-20T14:47:04.197Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2019-09-20T14:47:04.388Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.005s coverage: 88.3% of statements [2019-09-20T14:47:04.755Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2019-09-20T14:47:05.323Z] ok github.com/docker/docker/daemon/logger/local 0.015s coverage: 74.7% of statements [2019-09-20T14:47:05.323Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-09-20T14:47:05.409Z] --- PASS: TestBuildMultiStageLayerLeak (2.27s) [2019-09-20T14:47:05.409Z] === RUN TestBuildWithHugeFile [2019-09-20T14:47:05.581Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.034s coverage: 18.6% of statements [2019-09-20T14:47:06.116Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2019-09-20T14:47:06.370Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2019-09-20T14:47:06.371Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2019-09-20T14:47:06.929Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2019-09-20T14:47:06.954Z] ok github.com/docker/docker/daemon/logger/syslog 0.019s coverage: 47.8% of statements [2019-09-20T14:47:07.526Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2019-09-20T14:47:08.091Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2019-09-20T14:47:08.349Z] ok github.com/docker/docker/daemon/logger/splunk 1.592s coverage: 84.5% of statements [2019-09-20T14:47:08.349Z] ? github.com/docker/docker/daemon/names [no test files] [2019-09-20T14:47:08.349Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-09-20T14:47:09.455Z] --- PASS: TestServiceUpdateNetwork (14.24s) [2019-09-20T14:47:09.455Z] update_test.go:201: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork" [2019-09-20T14:47:09.455Z] PASS [2019-09-20T14:47:09.455Z] [2019-09-20T14:47:09.455Z] === Skipped [2019-09-20T14:47:09.455Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) [2019-09-20T14:47:09.455Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-20T14:47:09.455Z] [2019-09-20T14:47:09.455Z] [2019-09-20T14:47:09.455Z] DONE 19 tests, 1 skipped in 123.184s [2019-09-20T14:47:09.455Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2019-09-20T14:47:09.455Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:47:09.455Z] ++ set -e [2019-09-20T14:47:09.455Z] ++ '[' -n 0 ']' [2019-09-20T14:47:09.455Z] ++ set -x [2019-09-20T14:47:09.455Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:47:09.455Z] INFO: Testing against a local daemon [2019-09-20T14:47:09.455Z] === RUN TestSessionCreate [2019-09-20T14:47:09.455Z] --- PASS: TestSessionCreate (0.02s) [2019-09-20T14:47:09.455Z] === RUN TestSessionCreateWithBadUpgrade [2019-09-20T14:47:09.455Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2019-09-20T14:47:09.455Z] PASS [2019-09-20T14:47:09.455Z] [2019-09-20T14:47:09.455Z] DONE 2 tests in 0.212s [2019-09-20T14:47:09.455Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2019-09-20T14:47:09.455Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:47:09.455Z] ++ set -e [2019-09-20T14:47:09.455Z] ++ '[' -n 0 ']' [2019-09-20T14:47:09.455Z] ++ set -x [2019-09-20T14:47:09.455Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:47:09.455Z] INFO: Testing against a local daemon [2019-09-20T14:47:09.455Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-09-20T14:47:09.455Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-20T14:47:09.455Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-20T14:47:09.455Z] === RUN TestEventsExecDie [2019-09-20T14:47:09.822Z] --- PASS: TestEventsExecDie (0.99s) [2019-09-20T14:47:09.822Z] === RUN TestEventsBackwardsCompatible [2019-09-20T14:47:09.822Z] --- PASS: TestEventsBackwardsCompatible (0.12s) [2019-09-20T14:47:09.822Z] === RUN TestInfoBinaryCommits [2019-09-20T14:47:09.822Z] --- PASS: TestInfoBinaryCommits (0.02s) [2019-09-20T14:47:09.822Z] === RUN TestInfoAPIVersioned [2019-09-20T14:47:09.822Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-09-20T14:47:09.822Z] === RUN TestInfoAPI [2019-09-20T14:47:09.822Z] --- PASS: TestInfoAPI (0.02s) [2019-09-20T14:47:09.822Z] === RUN TestInfoAPIWarnings [2019-09-20T14:47:09.920Z] ok github.com/docker/docker/builder/dockerfile 0.806s coverage: 43.2% of statements [2019-09-20T14:47:09.920Z] ok github.com/docker/docker/builder/dockerignore 0.043s coverage: 96.8% of statements [2019-09-20T14:47:09.920Z] ok github.com/docker/docker/builder/fscache 1.245s coverage: 69.2% of statements [2019-09-20T14:47:09.920Z] ok github.com/docker/docker/builder/remotecontext 0.628s coverage: 9.2% of statements [2019-09-20T14:47:10.248Z] ok github.com/docker/docker/distribution/metadata 0.027s coverage: 48.2% of statements [2019-09-20T14:47:10.248Z] ok github.com/docker/docker/distribution 0.202s coverage: 22.6% of statements [2019-09-20T14:47:10.248Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-09-20T14:47:10.621Z] --- PASS: TestInfoAPIWarnings (0.80s) [2019-09-20T14:47:10.621Z] info_test.go:49: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings" [2019-09-20T14:47:10.621Z] === RUN TestLoginFailsWithBadCredentials [2019-09-20T14:47:11.011Z] --- PASS: TestLoginFailsWithBadCredentials (0.44s) [2019-09-20T14:47:11.011Z] === RUN TestPingCacheHeaders [2019-09-20T14:47:11.011Z] --- PASS: TestPingCacheHeaders (0.03s) [2019-09-20T14:47:11.011Z] === RUN TestPingGet [2019-09-20T14:47:11.011Z] --- PASS: TestPingGet (0.01s) [2019-09-20T14:47:11.011Z] === RUN TestPingHead [2019-09-20T14:47:11.011Z] --- PASS: TestPingHead (0.02s) [2019-09-20T14:47:11.011Z] === RUN TestVersion [2019-09-20T14:47:11.455Z] --- PASS: TestVersion (0.04s) [2019-09-20T14:47:11.455Z] PASS [2019-09-20T14:47:11.455Z] [2019-09-20T14:47:11.455Z] === Skipped [2019-09-20T14:47:11.455Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-20T14:47:11.455Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-20T14:47:11.455Z] [2019-09-20T14:47:11.455Z] [2019-09-20T14:47:11.455Z] DONE 12 tests, 1 skipped in 2.710s [2019-09-20T14:47:11.455Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2019-09-20T14:47:11.455Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:47:11.455Z] ++ set -e [2019-09-20T14:47:11.455Z] ++ '[' -n 0 ']' [2019-09-20T14:47:11.455Z] ++ set -x [2019-09-20T14:47:11.455Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:47:11.455Z] INFO: Testing against a local daemon [2019-09-20T14:47:11.455Z] === RUN TestVolumesCreateAndList [2019-09-20T14:47:11.455Z] --- PASS: TestVolumesCreateAndList (0.02s) [2019-09-20T14:47:11.455Z] === RUN TestVolumesRemove [2019-09-20T14:47:11.455Z] --- PASS: TestVolumesRemove (0.10s) [2019-09-20T14:47:11.455Z] === RUN TestVolumesInspect [2019-09-20T14:47:11.455Z] --- PASS: TestVolumesInspect (0.02s) [2019-09-20T14:47:11.455Z] === RUN TestVolumesInvalidJSON [2019-09-20T14:47:11.455Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-09-20T14:47:11.455Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-09-20T14:47:11.455Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-09-20T14:47:11.455Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2019-09-20T14:47:11.455Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-09-20T14:47:11.455Z] PASS [2019-09-20T14:47:11.455Z] [2019-09-20T14:47:11.455Z] DONE 5 tests in 0.371s [2019-09-20T14:47:11.625Z] ok github.com/docker/docker/errdefs 0.008s coverage: 49.4% of statements [2019-09-20T14:47:11.863Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-09-20T14:47:11.863Z] ++++ cat bundles/test-integration/docker.pid [2019-09-20T14:47:11.863Z] +++ kill 11658 [2019-09-20T14:47:12.995Z] ok github.com/docker/docker/image 0.016s coverage: 86.4% of statements [2019-09-20T14:47:13.505Z] --- PASS: TestServiceWithDataPathPortInit (19.45s) [2019-09-20T14:47:13.505Z] service_test.go:323: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-09-20T14:47:13.505Z] service_test.go:355: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-09-20T14:47:13.505Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-09-20T14:47:13.560Z] ok github.com/docker/docker/distribution/xfer 1.426s coverage: 83.4% of statements [2019-09-20T14:47:13.560Z] ? github.com/docker/docker/dockerversion [no test files] [2019-09-20T14:47:13.669Z] umount: bundles/test-integration/root: mountpoint not found [2019-09-20T14:47:13.669Z] +++ /etc/init.d/apparmor stop [2019-09-20T14:47:13.669Z] Clearing AppArmor profiles cache:. [2019-09-20T14:47:13.669Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-20T14:47:13.669Z] Unloading profiles will leave already running processes permanently [2019-09-20T14:47:13.669Z] unconfined, which can lead to unexpected situations. [2019-09-20T14:47:13.669Z] [2019-09-20T14:47:13.669Z] To set a process to complain mode, use the command line tool [2019-09-20T14:47:13.669Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-20T14:47:13.669Z] with the 'teardown' option." [2019-09-20T14:47:13.669Z] [2019-09-20T14:47:13.817Z] ok github.com/docker/docker/image/cache 0.008s coverage: 19.2% of statements [2019-09-20T14:47:13.817Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-09-20T14:47:14.748Z] ok github.com/docker/docker/image/v1 0.010s coverage: 25.0% of statements [2019-09-20T14:47:14.748Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-09-20T14:47:15.680Z] ok github.com/docker/docker/libcontainerd/queue 0.041s coverage: 100.0% of statements Post stage [Pipeline] junit [2019-09-20T14:47:16.241Z] Recording test results [2019-09-20T14:47:16.611Z] ok github.com/docker/docker/opts 0.017s coverage: 66.9% of statements [2019-09-20T14:47:16.868Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-09-20T14:47:17.743Z] + echo Ensuring container killed. [2019-09-20T14:47:17.743Z] Ensuring container killed. [2019-09-20T14:47:17.743Z] + docker rm -vf docker-pr14 [2019-09-20T14:47:17.743Z] Error: No such container: docker-pr14 [2019-09-20T14:47:17.743Z] + true [Pipeline] sh [2019-09-20T14:47:18.557Z] + echo Chowning /workspace to jenkins user [2019-09-20T14:47:18.557Z] Chowning /workspace to jenkins user [2019-09-20T14:47:18.557Z] + id -u [2019-09-20T14:47:18.557Z] + id -g [2019-09-20T14:47:18.557Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-39943:/workspace busybox chown -R 1001:1001 /workspace [2019-09-20T14:47:18.557Z] Unable to find image 'busybox:latest' locally [2019-09-20T14:47:18.557Z] latest: Pulling from library/busybox [2019-09-20T14:47:18.754Z] === RUN TestDockerSuite/TestBuildExpose [2019-09-20T14:47:18.754Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2019-09-20T14:47:18.763Z] ok github.com/docker/docker/pkg/archive 0.409s coverage: 77.3% of statements [2019-09-20T14:47:18.923Z] 6d4c3d9fc915: Pulling fs layer [2019-09-20T14:47:18.923Z] 6d4c3d9fc915: Verifying Checksum [2019-09-20T14:47:18.923Z] 6d4c3d9fc915: Download complete [2019-09-20T14:47:19.313Z] === RUN TestDockerSuite/TestBuildExposeOrder [2019-09-20T14:47:19.328Z] ok github.com/docker/docker/pkg/authorization 0.100s coverage: 66.7% of statements [2019-09-20T14:47:19.568Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2019-09-20T14:47:19.585Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2019-09-20T14:47:19.708Z] 6d4c3d9fc915: Pull complete [2019-09-20T14:47:19.708Z] Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e [2019-09-20T14:47:19.708Z] Status: Downloaded newer image for busybox:latest [2019-09-20T14:47:19.822Z] === RUN TestDockerSuite/TestBuildFails [2019-09-20T14:47:19.843Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2019-09-20T14:47:20.745Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2019-09-20T14:47:20.745Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-09-20T14:47:22.461Z] + bundleName=s390x-integration [2019-09-20T14:47:22.461Z] + echo Creating s390x-integration-bundles.tar.gz [2019-09-20T14:47:22.461Z] Creating s390x-integration-bundles.tar.gz [2019-09-20T14:47:22.461Z] + xargs tar -czf s390x-integration-bundles.tar.gz [2019-09-20T14:47:22.461Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2019-09-20T14:47:22.688Z] Archiving artifacts [2019-09-20T14:47:23.116Z] ok github.com/docker/docker/layer 7.098s coverage: 68.8% of statements [2019-09-20T14:47:23.116Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-09-20T14:47:23.116Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-09-20T14:47:23.116Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-09-20T14:47:23.116Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-09-20T14:47:23.116Z] ? github.com/docker/docker/oci [no test files] [2019-09-20T14:47:23.116Z] ? github.com/docker/docker/oci/caps [no test files] [2019-09-20T14:47:23.251Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2019-09-20T14:47:23.373Z] ok github.com/docker/docker/pkg/chrootarchive 2.904s coverage: 43.2% of statements [2019-09-20T14:47:23.373Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-09-20T14:47:23.373Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-09-20T14:47:23.373Z] ok github.com/docker/docker/pkg/directory 0.011s coverage: 80.0% of statements [2019-09-20T14:47:23.507Z] --- PASS: TestServiceWithDefaultAddressPoolInit (10.23s) [2019-09-20T14:47:23.507Z] service_test.go:388: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit" [2019-09-20T14:47:23.507Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:kwwyzgnrzwrs39760mw5nwxat Created:2019-09-20 14:47:14.814674906 +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[8aceafa4362a293d99cb49e85cabf1f065ecd5ec6f16a5ca2e6647efea532761:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.77vf5637wxt249u84p2tshpv0 EndpointID:3748231f8ca80cf92aa136a221a5d09572f43632edb6dd87abe7946e71e7261e MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:1915c486df1a3ab8d592b215a8c9abcf3b443417af27970bcfed1be7d7009d85 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:95f7f7ac4225 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.77vf5637wxt249u84p2tshpv0 EndpointID:3748231f8ca80cf92aa136a221a5d09572f43632edb6dd87abe7946e71e7261e EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-09-20T14:47:23.507Z] PASS [2019-09-20T14:47:23.507Z] [2019-09-20T14:47:23.507Z] === Skipped [2019-09-20T14:47:23.507Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-20T14:47:23.507Z] service_test.go:230: FLAKY_TEST [2019-09-20T14:47:23.507Z] [2019-09-20T14:47:23.507Z] [2019-09-20T14:47:23.507Z] DONE 21 tests, 1 skipped in 51.956s [2019-09-20T14:47:23.507Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-09-20T14:47:23.507Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:47:23.507Z] ++ set -e [2019-09-20T14:47:23.507Z] ++ '[' -n 0 ']' [2019-09-20T14:47:23.507Z] ++ set -x [2019-09-20T14:47:23.507Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:47:23.762Z] INFO: Testing against a local daemon [2019-09-20T14:47:23.762Z] === RUN TestDockerNetworkIpvlanPersistance [2019-09-20T14:47:23.762Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2019-09-20T14:47:23.762Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-20T14:47:23.762Z] === RUN TestDockerNetworkIpvlan [2019-09-20T14:47:23.762Z] --- SKIP: TestDockerNetworkIpvlan (0.01s) [2019-09-20T14:47:23.762Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-20T14:47:23.762Z] PASS [2019-09-20T14:47:23.762Z] [2019-09-20T14:47:23.762Z] === Skipped [2019-09-20T14:47:23.762Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2019-09-20T14:47:23.762Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-20T14:47:23.762Z] [2019-09-20T14:47:23.762Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.01s) [2019-09-20T14:47:23.762Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-20T14:47:23.762Z] [2019-09-20T14:47:23.762Z] [2019-09-20T14:47:23.762Z] DONE 2 tests, 2 skipped in 0.239s [2019-09-20T14:47:23.762Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-09-20T14:47:23.762Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:47:23.762Z] ++ set -e [2019-09-20T14:47:23.762Z] ++ '[' -n 0 ']' [2019-09-20T14:47:23.762Z] ++ set -x [2019-09-20T14:47:23.762Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:47:23.937Z] ok github.com/docker/docker/pkg/discovery 0.004s coverage: 58.3% of statements [2019-09-20T14:47:24.017Z] INFO: Testing against a local daemon [2019-09-20T14:47:24.017Z] === RUN TestDockerNetworkMacvlanPersistance [2019-09-20T14:47:24.194Z] ok github.com/docker/docker/pkg/discovery/file 0.003s coverage: 92.9% of statements [2019-09-20T14:47:25.125Z] ok github.com/docker/docker/pkg/discovery/memory 0.004s coverage: 92.3% of statements [2019-09-20T14:47:25.379Z] === RUN TestDockerSuite/TestBuildForceRm [2019-09-20T14:47:25.379Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.38s) [2019-09-20T14:47:25.379Z] macvlan_test.go:24: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance" [2019-09-20T14:47:25.379Z] === RUN TestDockerNetworkMacvlan [2019-09-20T14:47:25.382Z] ok github.com/docker/docker/pkg/discovery/nodes 0.003s coverage: 93.8% of statements [2019-09-20T14:47:25.946Z] ok github.com/docker/docker/pkg/dmesg 0.006s coverage: 83.3% of statements [2019-09-20T14:47:26.303Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-09-20T14:47:26.876Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2019-09-20T14:47:27.228Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-09-20T14:47:27.228Z] === RUN TestDockerSuite/TestBuildFromGit [2019-09-20T14:47:27.806Z] ok github.com/docker/docker/pkg/fileutils 0.012s coverage: 89.5% of statements [2019-09-20T14:47:28.152Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-09-20T14:47:28.370Z] ok github.com/docker/docker/pkg/fsutils 0.182s coverage: 85.1% of statements [2019-09-20T14:47:28.370Z] ok github.com/docker/docker/pkg/discovery/kv 3.108s coverage: 84.1% of statements [2019-09-20T14:47:28.627Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 10.2% of statements [2019-09-20T14:47:29.074Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2019-09-20T14:47:29.329Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2019-09-20T14:47:29.559Z] ok github.com/docker/docker/pkg/idtools 0.513s coverage: 70.1% of statements [2019-09-20T14:47:29.816Z] ok github.com/docker/docker/pkg/ioutils 0.521s coverage: 70.6% of statements [2019-09-20T14:47:30.074Z] ok github.com/docker/docker/pkg/jsonmessage 0.015s coverage: 91.7% of statements [2019-09-20T14:47:30.331Z] ok github.com/docker/docker/pkg/locker 0.016s coverage: 88.9% of statements [2019-09-20T14:47:30.588Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2019-09-20T14:47:30.588Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-09-20T14:47:30.639Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39943/14/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-09-20T14:47:30.689Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2019-09-20T14:47:31.153Z] ok github.com/docker/docker/pkg/namesgenerator 0.007s coverage: 85.7% of statements [2019-09-20T14:47:31.248Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-09-20T14:47:31.374Z] + make clean [2019-09-20T14:47:31.410Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2019-09-20T14:47:31.668Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2019-09-20T14:47:31.668Z] ok github.com/docker/docker/pkg/mount 0.600s coverage: 69.6% of statements [2019-09-20T14:47:31.668Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-09-20T14:47:31.737Z] docker volume rm -f docker-dev-cache [2019-09-20T14:47:31.737Z] docker-dev-cache [Pipeline] deleteDir [2019-09-20T14:47:31.926Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.014s coverage: 91.4% of statements [2019-09-20T14:47:32.184Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2019-09-20T14:47:32.184Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-09-20T14:47:32.184Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-09-20T14:47:32.607Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2019-09-20T14:47:33.117Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.011s coverage: 56.8% of statements [2019-09-20T14:47:33.530Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2019-09-20T14:47:33.682Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2019-09-20T14:47:33.785Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2019-09-20T14:47:33.939Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 87.9% of statements [2019-09-20T14:47:34.197Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2019-09-20T14:47:35.565Z] ok github.com/docker/docker/pkg/pubsub 1.031s coverage: 73.9% of statements [2019-09-20T14:47:35.565Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2019-09-20T14:47:35.710Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-09-20T14:47:36.269Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2019-09-20T14:47:38.774Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2019-09-20T14:47:38.840Z] ok github.com/docker/docker/pkg/signal 2.381s coverage: 61.0% of statements [2019-09-20T14:47:38.840Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2019-09-20T14:47:39.098Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2019-09-20T14:47:39.356Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2019-09-20T14:47:39.613Z] ok github.com/docker/docker/pkg/symlink 0.007s coverage: 87.7% of statements [2019-09-20T14:47:39.699Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2019-09-20T14:47:39.954Z] === RUN TestDockerSuite/TestBuildHistory [2019-09-20T14:47:40.179Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 80.6% of statements [2019-09-20T14:47:40.745Z] ok github.com/docker/docker/pkg/system 0.016s coverage: 36.9% of statements [2019-09-20T14:47:41.003Z] ok github.com/docker/docker/pkg/tailfile 0.049s coverage: 88.6% of statements [2019-09-20T14:47:41.568Z] ok github.com/docker/docker/pkg/tarsum 0.047s coverage: 89.3% of statements [2019-09-20T14:47:41.839Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-09-20T14:47:42.132Z] ok github.com/docker/docker/pkg/term 0.003s coverage: 84.8% of statements [2019-09-20T14:47:42.132Z] testing: warning: no tests to run [2019-09-20T14:47:42.132Z] coverage: [no statements] [2019-09-20T14:47:42.132Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2019-09-20T14:47:42.696Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2019-09-20T14:47:42.696Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2019-09-20T14:47:42.953Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2019-09-20T14:47:44.347Z] --- PASS: TestDockerNetworkMacvlan (18.59s) [2019-09-20T14:47:44.347Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-20T14:47:44.347Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s) [2019-09-20T14:47:44.347Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-20T14:47:44.347Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.10s) [2019-09-20T14:47:44.347Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-20T14:47:44.347Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.05s) [2019-09-20T14:47:44.347Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-20T14:47:44.347Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.91s) [2019-09-20T14:47:44.347Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-20T14:47:44.347Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.37s) [2019-09-20T14:47:44.347Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-20T14:47:44.347Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.90s) [2019-09-20T14:47:44.347Z] PASS [2019-09-20T14:47:44.347Z] [2019-09-20T14:47:44.347Z] DONE 8 tests in 20.235s [2019-09-20T14:47:44.347Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2019-09-20T14:47:44.347Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:47:44.347Z] ++ set -e [2019-09-20T14:47:44.347Z] ++ '[' -n 0 ']' [2019-09-20T14:47:44.347Z] ++ set -x [2019-09-20T14:47:44.347Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:47:44.347Z] testing: warning: no tests to run [2019-09-20T14:47:44.347Z] PASS [2019-09-20T14:47:44.347Z] [2019-09-20T14:47:44.347Z] DONE 0 tests in 0.042s [2019-09-20T14:47:44.347Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-09-20T14:47:44.347Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:47:44.347Z] ++ set -e [2019-09-20T14:47:44.347Z] ++ '[' -n 0 ']' [2019-09-20T14:47:44.347Z] ++ set -x [2019-09-20T14:47:44.347Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:47:44.347Z] INFO: Testing against a local daemon [2019-09-20T14:47:44.347Z] === RUN TestAuthZPluginAllowRequest [2019-09-20T14:47:44.847Z] ok github.com/docker/docker/plugin 0.534s coverage: 27.1% of statements [2019-09-20T14:47:45.707Z] === RUN TestDockerSuite/TestBuildIidFile [2019-09-20T14:47:45.737Z] ok github.com/docker/docker/builder/remotecontext/git 32.416s coverage: 85.1% of statements [2019-09-20T14:47:45.738Z] ? github.com/docker/docker/cli [no test files] [2019-09-20T14:47:45.738Z] ? github.com/docker/docker/cli/config [no test files] [2019-09-20T14:47:45.738Z] ok github.com/docker/docker/cli/debug 0.107s coverage: 100.0% of statements [2019-09-20T14:47:45.738Z] ok github.com/docker/docker/client 0.669s coverage: 75.3% of statements [2019-09-20T14:47:45.778Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2019-09-20T14:47:46.266Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2019-09-20T14:47:46.266Z] --- PASS: TestAuthZPluginAllowRequest (1.76s) [2019-09-20T14:47:46.266Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest" [2019-09-20T14:47:46.266Z] === RUN TestAuthZPluginTLS [2019-09-20T14:47:46.344Z] ok github.com/docker/docker/profiles/seccomp 0.005s coverage: 73.8% of statements [2019-09-20T14:47:46.601Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2019-09-20T14:47:46.825Z] --- PASS: TestAuthZPluginTLS (0.57s) [2019-09-20T14:47:46.825Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS" [2019-09-20T14:47:46.825Z] === RUN TestAuthZPluginDenyRequest [2019-09-20T14:47:47.080Z] === RUN TestDockerSuite/TestBuildInheritance [2019-09-20T14:47:47.291Z] ok github.com/docker/docker/cmd/dockerd 0.666s coverage: 18.6% of statements [2019-09-20T14:47:47.334Z] --- PASS: TestAuthZPluginDenyRequest (0.55s) [2019-09-20T14:47:47.334Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest" [2019-09-20T14:47:47.334Z] === RUN TestAuthZPluginAPIDenyResponse [2019-09-20T14:47:47.588Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2019-09-20T14:47:47.843Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.57s) [2019-09-20T14:47:47.843Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse" [2019-09-20T14:47:47.843Z] === RUN TestAuthZPluginDenyResponse [2019-09-20T14:47:47.971Z] ok github.com/docker/docker/registry 0.086s coverage: 56.5% of statements [2019-09-20T14:47:48.402Z] === RUN TestDockerSuite/TestBuildInvalidTag [2019-09-20T14:47:48.402Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2019-09-20T14:47:48.402Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2019-09-20T14:47:48.402Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse" [2019-09-20T14:47:48.402Z] === RUN TestAuthZPluginAllowEventStream [2019-09-20T14:47:48.536Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2019-09-20T14:47:48.793Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2019-09-20T14:47:49.326Z] === RUN TestDockerSuite/TestBuildLabel [2019-09-20T14:47:49.770Z] ok github.com/docker/docker/runconfig 0.009s coverage: 68.2% of statements [2019-09-20T14:47:49.884Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2019-09-20T14:47:50.031Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2019-09-20T14:47:50.140Z] --- PASS: TestAuthZPluginAllowEventStream (1.76s) [2019-09-20T14:47:50.140Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream" [2019-09-20T14:47:50.140Z] === RUN TestAuthZPluginErrorResponse [2019-09-20T14:47:50.394Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2019-09-20T14:47:50.649Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2019-09-20T14:47:50.649Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse" [2019-09-20T14:47:50.649Z] === RUN TestAuthZPluginErrorRequest [2019-09-20T14:47:50.904Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2019-09-20T14:47:51.058Z] ok github.com/docker/docker/container 0.539s coverage: 42.5% of statements [2019-09-20T14:47:51.058Z] ? github.com/docker/docker/container/stream [no test files] [2019-09-20T14:47:51.058Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-09-20T14:47:51.058Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-09-20T14:47:51.058Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-09-20T14:47:51.158Z] === RUN TestDockerSuite/TestBuildLabels [2019-09-20T14:47:51.158Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2019-09-20T14:47:51.158Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest" [2019-09-20T14:47:51.158Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-09-20T14:47:51.718Z] === RUN TestDockerSuite/TestBuildLabelsCache [2019-09-20T14:47:51.718Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.56s) [2019-09-20T14:47:51.718Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration" [2019-09-20T14:47:51.718Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-09-20T14:47:52.553Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2019-09-20T14:47:53.080Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2019-09-20T14:47:53.116Z] ok github.com/docker/docker/volume/local 0.023s coverage: 73.0% of statements [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-09-20T14:47:53.681Z] ok github.com/docker/docker/volume/mounts 0.018s coverage: 67.0% of statements [2019-09-20T14:47:54.005Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.06s) [2019-09-20T14:47:54.005Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking" [2019-09-20T14:47:54.005Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-09-20T14:47:54.613Z] ok github.com/docker/docker/volume/service 0.013s coverage: 73.0% of statements [2019-09-20T14:47:55.888Z] === RUN TestDockerSuite/TestBuildLastModified [2019-09-20T14:47:56.143Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.27s) [2019-09-20T14:47:56.143Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom" [2019-09-20T14:47:56.143Z] === RUN TestAuthZPluginHeader [2019-09-20T14:47:57.066Z] --- PASS: TestAuthZPluginHeader (0.82s) [2019-09-20T14:47:57.066Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader" [2019-09-20T14:47:57.066Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-09-20T14:48:02.341Z] === RUN TestDockerSuite/TestBuildLineBreak [2019-09-20T14:48:02.341Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.75s) [2019-09-20T14:48:02.341Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2AllowNonVolumeRequest" [2019-09-20T14:48:02.341Z] === RUN TestAuthZPluginV2Disable [2019-09-20T14:48:05.761Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2019-09-20T14:48:05.761Z] --- PASS: TestAuthZPluginV2Disable (3.79s) [2019-09-20T14:48:05.761Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2Disable" [2019-09-20T14:48:05.761Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-09-20T14:48:05.761Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2019-09-20T14:48:06.016Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2019-09-20T14:48:06.016Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2019-09-20T14:48:06.271Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2019-09-20T14:48:06.271Z] === RUN TestDockerSuite/TestBuildMaintainer [2019-09-20T14:48:06.525Z] === RUN TestDockerSuite/TestBuildMissingArgs [2019-09-20T14:48:06.791Z] ok github.com/docker/docker/pkg/plugins 33.621s coverage: 76.6% of statements [2019-09-20T14:48:06.791Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-09-20T14:48:06.791Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-09-20T14:48:06.791Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-09-20T14:48:06.791Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-09-20T14:48:06.791Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-09-20T14:48:06.791Z] ? github.com/docker/docker/rootless [no test files] [2019-09-20T14:48:06.791Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-09-20T14:48:06.791Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-09-20T14:48:06.791Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-09-20T14:48:06.792Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-09-20T14:48:06.792Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-09-20T14:48:06.792Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-09-20T14:48:06.792Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-09-20T14:48:06.792Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-09-20T14:48:06.792Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-09-20T14:48:06.792Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-09-20T14:48:06.792Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-09-20T14:48:06.792Z] ? github.com/docker/docker/testutil/request [no test files] [2019-09-20T14:48:06.792Z] ? github.com/docker/docker/volume [no test files] [2019-09-20T14:48:06.792Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-09-20T14:48:06.792Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-09-20T14:48:07.048Z] [2019-09-20T14:48:07.048Z] === Skipped [2019-09-20T14:48:07.048Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-09-20T14:48:07.048Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-09-20T14:48:07.048Z] [2019-09-20T14:48:07.048Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-09-20T14:48:07.048Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-09-20T14:48:07.048Z] [2019-09-20T14:48:07.048Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-09-20T14:48:07.048Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-20T14:48:07.048Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-20T14:48:07.048Z] [2019-09-20T14:48:07.048Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-09-20T14:48:07.048Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-20T14:48:07.048Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-20T14:48:07.048Z] [2019-09-20T14:48:07.048Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-09-20T14:48:07.048Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-20T14:48:07.048Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-20T14:48:07.048Z] [2019-09-20T14:48:07.048Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-09-20T14:48:07.048Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-20T14:48:07.049Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-20T14:48:07.049Z] [2019-09-20T14:48:07.049Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-09-20T14:48:07.049Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-20T14:48:07.049Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-20T14:48:07.049Z] [2019-09-20T14:48:07.049Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-09-20T14:48:07.049Z] graphtest_unix.go:73: No driver to put! [2019-09-20T14:48:07.049Z] [2019-09-20T14:48:07.049Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-09-20T14:48:07.049Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-09-20T14:48:07.049Z] [2019-09-20T14:48:07.049Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-09-20T14:48:07.049Z] overlay_test.go:49: Fails to compute changes intermittently [2019-09-20T14:48:07.049Z] [2019-09-20T14:48:07.049Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-09-20T14:48:07.049Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-09-20T14:48:07.049Z] [2019-09-20T14:48:07.049Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-09-20T14:48:07.049Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-09-20T14:48:07.049Z] [2019-09-20T14:48:07.049Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-09-20T14:48:07.049Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-20T14:48:07.049Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-20T14:48:07.049Z] [2019-09-20T14:48:07.049Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-09-20T14:48:07.049Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-20T14:48:07.049Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-20T14:48:07.049Z] [2019-09-20T14:48:07.049Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-09-20T14:48:07.049Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-20T14:48:07.049Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-20T14:48:07.049Z] [2019-09-20T14:48:07.049Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-09-20T14:48:07.049Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-20T14:48:07.049Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-20T14:48:07.049Z] [2019-09-20T14:48:07.049Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-09-20T14:48:07.049Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-20T14:48:07.049Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-20T14:48:07.049Z] [2019-09-20T14:48:07.049Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-09-20T14:48:07.049Z] graphtest_unix.go:73: No driver to put! [2019-09-20T14:48:07.049Z] [2019-09-20T14:48:07.049Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-09-20T14:48:07.049Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-09-20T14:48:07.049Z] [2019-09-20T14:48:07.049Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-09-20T14:48:07.049Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-09-20T14:48:07.049Z] [2019-09-20T14:48:07.049Z] [2019-09-20T14:48:07.049Z] DONE 2084 tests, 20 skipped in 229.043s Post stage [Pipeline] junit [2019-09-20T14:48:07.625Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2019-09-20T14:48:08.339Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39943/.git:/go/src/github.com/docker/docker/.git --name docker-pr14 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=04d9e157b2b09401ae3e9e00e143606218910580 -e DOCKER_GRAPHDRIVER docker:04d9e157b2b09401ae3e9e00e143606218910580 hack/validate/vendor [2019-09-20T14:48:09.077Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2019-09-20T14:48:09.077Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.63s) [2019-09-20T14:48:09.077Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2RejectVolumeRequests" [2019-09-20T14:48:09.077Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-09-20T14:48:09.271Z] No vendor changes in diff. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build e2e image) [Pipeline] sh [2019-09-20T14:48:10.155Z] + echo Building e2e image [2019-09-20T14:48:10.155Z] Building e2e image [2019-09-20T14:48:10.155Z] + docker build --build-arg DOCKER_GITCOMMIT=04d9e157b2b09401ae3e9e00e143606218910580 -t moby-e2e-test -f Dockerfile.e2e . [2019-09-20T14:48:10.155Z] #2 [internal] load .dockerignore [2019-09-20T14:48:10.155Z] #2 transferring context: 34B done [2019-09-20T14:48:10.155Z] #2 DONE 0.0s [2019-09-20T14:48:10.155Z] [2019-09-20T14:48:10.155Z] #1 [internal] load build definition from Dockerfile.e2e [2019-09-20T14:48:10.155Z] #1 transferring dockerfile: 3.21kB done [2019-09-20T14:48:10.155Z] #1 DONE 0.0s [2019-09-20T14:48:10.155Z] [2019-09-20T14:48:10.155Z] #4 [internal] load metadata for docker.io/library/golang:1.13.0-alpine [2019-09-20T14:48:10.414Z] #4 DONE 0.3s [2019-09-20T14:48:10.414Z] [2019-09-20T14:48:10.414Z] #3 [internal] load metadata for docker.io/library/alpine:3.10 [2019-09-20T14:48:10.414Z] #3 DONE 0.3s [2019-09-20T14:48:10.414Z] [2019-09-20T14:48:10.414Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:72c42ed48c3a2db3... [2019-09-20T14:48:10.414Z] #5 resolve docker.io/library/alpine:3.10@sha256:72c42ed48c3a2db31b7dafe17d275b634664a708d901ec9fd57b1529280f01fb done [2019-09-20T14:48:10.414Z] #5 DONE 0.0s [2019-09-20T14:48:10.414Z] [2019-09-20T14:48:10.414Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... [2019-09-20T14:48:10.437Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2019-09-20T14:48:11.354Z] #6 ... [2019-09-20T14:48:11.354Z] [2019-09-20T14:48:11.354Z] #8 [internal] load build context [2019-09-20T14:48:11.354Z] #8 transferring context: 794.21kB 0.5s done [2019-09-20T14:48:11.354Z] #8 DONE 0.6s [2019-09-20T14:48:11.354Z] [2019-09-20T14:48:11.354Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.0-alpine@sha256:84349ee862... [2019-09-20T14:48:11.354Z] #14 resolve docker.io/library/golang:1.13.0-alpine@sha256:84349ee862d8bafff35e0d2bfd539da565b536b4dfce654773fc21a1db2da6d7 done [2019-09-20T14:48:11.354Z] #14 sha256:84349ee862d8bafff35e0d2bfd539da565b536b4dfce654773fc21a1db2da6d7 1.65kB / 1.65kB done [2019-09-20T14:48:11.354Z] #14 sha256:c9f7377aae0ca02bfd86f3d598bde66c11646c7f5597e8c9d8ca4bde78e51df1 1.36kB / 1.36kB done [2019-09-20T14:48:11.354Z] #14 sha256:33fbbc2ca571e774e0253ff2e42f0206e96736897b9ec438db701b645a260e9a 3.80kB / 3.80kB done [2019-09-20T14:48:11.354Z] #14 sha256:7f94eaf8af200ac18deb367dab5fb993b8ee609611a0493aa4adc287f8c682f7 301.73kB / 301.73kB 0.1s done [2019-09-20T14:48:11.354Z] #14 sha256:9fe9984849c103d07696bf941dcae6df23b652efdaedf3d804baeede686e8faf 154B / 154B 0.2s done [2019-09-20T14:48:11.354Z] #14 sha256:43c4d47973b8a428b549e22359ac3a552c3c83debaa85da4e394a3cc7917e639 31.05MB / 126.84MB 0.7s [2019-09-20T14:48:11.354Z] #14 extracting sha256:7f94eaf8af200ac18deb367dab5fb993b8ee609611a0493aa4adc287f8c682f7 0.3s done [2019-09-20T14:48:11.354Z] #14 sha256:9aaad45c37b562f6dd13a806b44c2e88c4c3d3a536cfd78c00f6336c1d5d6c40 124B / 124B 0.2s done [2019-09-20T14:48:11.354Z] #14 extracting sha256:9fe9984849c103d07696bf941dcae6df23b652efdaedf3d804baeede686e8faf done [2019-09-20T14:48:11.354Z] #14 sha256:43c4d47973b8a428b549e22359ac3a552c3c83debaa85da4e394a3cc7917e639 40.47MB / 126.84MB 0.8s [2019-09-20T14:48:11.612Z] #14 sha256:43c4d47973b8a428b549e22359ac3a552c3c83debaa85da4e394a3cc7917e639 62.02MB / 126.84MB 1.0s [2019-09-20T14:48:11.612Z] #14 sha256:43c4d47973b8a428b549e22359ac3a552c3c83debaa85da4e394a3cc7917e639 71.88MB / 126.84MB 1.1s [2019-09-20T14:48:11.871Z] #14 sha256:43c4d47973b8a428b549e22359ac3a552c3c83debaa85da4e394a3cc7917e639 92.05MB / 126.84MB 1.3s [2019-09-20T14:48:12.130Z] #14 sha256:43c4d47973b8a428b549e22359ac3a552c3c83debaa85da4e394a3cc7917e639 102.24MB / 126.84MB 1.4s [2019-09-20T14:48:12.130Z] #14 sha256:43c4d47973b8a428b549e22359ac3a552c3c83debaa85da4e394a3cc7917e639 124.34MB / 126.84MB 1.6s [2019-09-20T14:48:12.236Z] ok github.com/docker/docker/daemon 2.965s coverage: 9.1% of statements [2019-09-20T14:48:12.236Z] ok github.com/docker/docker/daemon/cluster 1.519s coverage: 0.5% of statements [2019-09-20T14:48:12.236Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.305s coverage: 65.3% of statements [2019-09-20T14:48:12.236Z] ok github.com/docker/docker/daemon/cluster/convert 1.337s coverage: 35.8% of statements [2019-09-20T14:48:12.236Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-09-20T14:48:12.236Z] ok github.com/docker/docker/daemon/cluster/executor/container 1.411s coverage: 10.9% of statements [2019-09-20T14:48:12.236Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-09-20T14:48:12.236Z] ok github.com/docker/docker/daemon/config 0.797s coverage: 82.3% of statements [2019-09-20T14:48:12.236Z] ok github.com/docker/docker/daemon/discovery 0.298s coverage: 30.0% of statements [2019-09-20T14:48:12.236Z] ok github.com/docker/docker/daemon/events 0.820s coverage: 50.0% of statements [2019-09-20T14:48:12.236Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-09-20T14:48:12.236Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-09-20T14:48:12.236Z] ok github.com/docker/docker/daemon/graphdriver 0.188s coverage: 2.3% of statements [2019-09-20T14:48:12.236Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2019-09-20T14:48:12.236Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2019-09-20T14:48:12.236Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-09-20T14:48:12.236Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2019-09-20T14:48:12.236Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2019-09-20T14:48:12.236Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2019-09-20T14:48:12.236Z] ? github.com/docker/docker/daemon/graphdriver/quota [no test files] [2019-09-20T14:48:12.236Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-09-20T14:48:12.236Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2019-09-20T14:48:12.236Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2019-09-20T14:48:12.236Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2019-09-20T14:48:12.236Z] ok github.com/docker/docker/daemon/images 0.464s coverage: 4.9% of statements [2019-09-20T14:48:12.236Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-09-20T14:48:12.236Z] ok github.com/docker/docker/daemon/links 0.105s coverage: 93.0% of statements [2019-09-20T14:48:12.236Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-09-20T14:48:12.236Z] ok github.com/docker/docker/daemon/logger 0.406s coverage: 43.0% of statements [2019-09-20T14:48:12.694Z] #14 ... [2019-09-20T14:48:12.694Z] [2019-09-20T14:48:12.694Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... [2019-09-20T14:48:12.694Z] #6 DONE 2.1s [2019-09-20T14:48:12.694Z] [2019-09-20T14:48:12.694Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.0-alpine@sha256:84349ee862... [2019-09-20T14:48:12.694Z] #14 sha256:43c4d47973b8a428b549e22359ac3a552c3c83debaa85da4e394a3cc7917e639 126.84MB / 126.84MB 2.0s done [2019-09-20T14:48:12.694Z] #14 extracting sha256:43c4d47973b8a428b549e22359ac3a552c3c83debaa85da4e394a3cc7917e639 [2019-09-20T14:48:12.700Z] ok github.com/docker/docker/daemon/logger/awslogs 0.468s coverage: 77.4% of statements [2019-09-20T14:48:12.700Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2019-09-20T14:48:12.700Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-09-20T14:48:12.700Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-09-20T14:48:12.700Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2019-09-20T14:48:12.700Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2019-09-20T14:48:13.167Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.398s coverage: 62.1% of statements [2019-09-20T14:48:13.167Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.433s coverage: 88.3% of statements [2019-09-20T14:48:15.366Z] ok github.com/docker/docker/daemon/logger/local 0.667s coverage: 74.7% of statements [2019-09-20T14:48:15.366Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-09-20T14:48:15.366Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.310s coverage: 18.1% of statements [2019-09-20T14:48:17.569Z] ok github.com/docker/docker/daemon/logger/splunk 2.127s coverage: 84.5% of statements [2019-09-20T14:48:17.569Z] ok github.com/docker/docker/daemon/logger/syslog 0.249s coverage: 47.8% of statements [2019-09-20T14:48:17.569Z] ok github.com/docker/docker/daemon/logger/templates 0.061s coverage: 8.3% of statements [2019-09-20T14:48:17.569Z] ? github.com/docker/docker/daemon/names [no test files] [2019-09-20T14:48:17.569Z] ? github.com/docker/docker/daemon/network [no test files] [2019-09-20T14:48:17.569Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-09-20T14:48:17.950Z] #14 extracting sha256:43c4d47973b8a428b549e22359ac3a552c3c83debaa85da4e394a3cc7917e639 5.1s [2019-09-20T14:48:18.591Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2019-09-20T14:48:18.591Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2019-09-20T14:48:18.591Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2019-09-20T14:48:18.884Z] #14 extracting sha256:43c4d47973b8a428b549e22359ac3a552c3c83debaa85da4e394a3cc7917e639 6.1s done [2019-09-20T14:48:19.141Z] #14 ... [2019-09-20T14:48:19.142Z] [2019-09-20T14:48:19.142Z] #7 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... [2019-09-20T14:48:19.142Z] #7 1.076 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2019-09-20T14:48:19.142Z] #7 2.154 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2019-09-20T14:48:19.142Z] #7 2.272 (1/31) Installing ncurses-terminfo-base (6.1_p20190518-r0) [2019-09-20T14:48:19.142Z] #7 2.278 (2/31) Installing ncurses-terminfo (6.1_p20190518-r0) [2019-09-20T14:48:19.142Z] #7 2.489 (3/31) Installing ncurses-libs (6.1_p20190518-r0) [2019-09-20T14:48:19.142Z] #7 2.502 (4/31) Installing readline (8.0.0-r0) [2019-09-20T14:48:19.142Z] #7 2.507 (5/31) Installing bash (5.0.0-r0) [2019-09-20T14:48:19.142Z] #7 2.523 Executing bash-5.0.0-r0.post-install [2019-09-20T14:48:19.142Z] #7 2.531 (6/31) Installing ca-certificates (20190108-r0) [2019-09-20T14:48:19.142Z] #7 2.551 (7/31) Installing libgcc (8.3.0-r0) [2019-09-20T14:48:19.142Z] #7 2.556 (8/31) Installing libstdc++ (8.3.0-r0) [2019-09-20T14:48:19.142Z] #7 2.570 (9/31) Installing binutils (2.32-r0) [2019-09-20T14:48:19.142Z] #7 2.676 (10/31) Installing gmp (6.1.2-r1) [2019-09-20T14:48:19.142Z] #7 2.686 (11/31) Installing isl (0.18-r0) [2019-09-20T14:48:19.142Z] #7 2.707 (12/31) Installing libgomp (8.3.0-r0) [2019-09-20T14:48:19.142Z] #7 2.713 (13/31) Installing libatomic (8.3.0-r0) [2019-09-20T14:48:19.142Z] #7 2.716 (14/31) Installing mpfr3 (3.1.5-r1) [2019-09-20T14:48:19.142Z] #7 2.723 (15/31) Installing mpc1 (1.1.0-r0) [2019-09-20T14:48:19.142Z] #7 2.727 (16/31) Installing gcc (8.3.0-r0) [2019-09-20T14:48:19.142Z] #7 3.637 (17/31) Installing musl-dev (1.1.22-r3) [2019-09-20T14:48:19.142Z] #7 3.742 (18/31) Installing libc-dev (0.7.1-r0) [2019-09-20T14:48:19.142Z] #7 3.743 (19/31) Installing g++ (8.3.0-r0) [2019-09-20T14:48:19.142Z] #7 4.324 (20/31) Installing nghttp2-libs (1.39.2-r0) [2019-09-20T14:48:19.142Z] #7 4.328 (21/31) Installing libcurl (7.66.0-r0) [2019-09-20T14:48:19.142Z] #7 4.338 (22/31) Installing expat (2.2.8-r0) [2019-09-20T14:48:19.142Z] #7 4.343 (23/31) Installing pcre2 (10.33-r0) [2019-09-20T14:48:19.142Z] #7 4.352 (24/31) Installing git (2.22.0-r0) [2019-09-20T14:48:19.142Z] #7 4.569 (25/31) Installing libmnl (1.0.4-r0) [2019-09-20T14:48:19.142Z] #7 4.572 (26/31) Installing libnftnl-libs (1.1.3-r0) [2019-09-20T14:48:19.142Z] #7 4.576 (27/31) Installing iptables (1.8.3-r0) [2019-09-20T14:48:19.142Z] #7 4.604 (28/31) Installing pigz (2.4-r0) [2019-09-20T14:48:19.142Z] #7 4.609 (29/31) Installing tar (1.32-r0) [2019-09-20T14:48:19.142Z] #7 4.618 (30/31) Installing xz-libs (5.2.4-r0) [2019-09-20T14:48:19.142Z] #7 4.623 (31/31) Installing xz (5.2.4-r0) [2019-09-20T14:48:19.142Z] #7 4.628 Executing busybox-1.30.1-r2.trigger [2019-09-20T14:48:19.142Z] #7 4.639 Executing ca-certificates-20190108-r0.trigger [2019-09-20T14:48:19.142Z] #7 4.692 OK: 185 MiB in 45 packages [2019-09-20T14:48:19.142Z] #7 DONE 6.4s [2019-09-20T14:48:19.142Z] [2019-09-20T14:48:19.142Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh /scripts/run.sh [2019-09-20T14:48:19.142Z] #9 DONE 0.1s [2019-09-20T14:48:19.142Z] [2019-09-20T14:48:19.142Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.0-alpine@sha256:84349ee862... [2019-09-20T14:48:19.142Z] #14 extracting sha256:9aaad45c37b562f6dd13a806b44c2e88c4c3d3a536cfd78c00f6336c1d5d6c40 done [2019-09-20T14:48:19.142Z] #14 DONE 8.7s [2019-09-20T14:48:19.142Z] [2019-09-20T14:48:19.142Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh [2019-09-20T14:48:19.142Z] #10 DONE 0.1s [2019-09-20T14:48:19.142Z] [2019-09-20T14:48:19.142Z] #11 [runner 6/12] COPY integration/testdata /tests/integration/testdat... [2019-09-20T14:48:19.399Z] #11 DONE 0.1s [2019-09-20T14:48:19.399Z] [2019-09-20T14:48:19.399Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t... [2019-09-20T14:48:19.399Z] #12 DONE 0.1s [2019-09-20T14:48:19.399Z] [2019-09-20T14:48:19.399Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2019-09-20T14:48:19.399Z] #15 ... [2019-09-20T14:48:19.399Z] [2019-09-20T14:48:19.399Z] #13 [runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fix... [2019-09-20T14:48:19.399Z] #13 DONE 0.1s [2019-09-20T14:48:19.656Z] [2019-09-20T14:48:19.656Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2019-09-20T14:48:19.913Z] #15 0.624 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2019-09-20T14:48:20.475Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.11s) [2019-09-20T14:48:20.475Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2BadManifestFailsDaemonStart" [2019-09-20T14:48:20.475Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-09-20T14:48:20.844Z] #15 1.684 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2019-09-20T14:48:20.844Z] #15 1.759 (1/43) Installing ncurses-terminfo-base (6.1_p20190518-r0) [2019-09-20T14:48:21.101Z] #15 1.762 (2/43) Installing ncurses-terminfo (6.1_p20190518-r0) [2019-09-20T14:48:21.101Z] #15 1.909 (3/43) Installing ncurses-libs (6.1_p20190518-r0) [2019-09-20T14:48:21.101Z] #15 1.917 (4/43) Installing readline (8.0.0-r0) [2019-09-20T14:48:21.101Z] #15 1.923 (5/43) Installing bash (5.0.0-r0) [2019-09-20T14:48:21.101Z] #15 1.935 Executing bash-5.0.0-r0.post-install [2019-09-20T14:48:21.101Z] #15 1.937 (6/43) Installing linux-headers (4.19.36-r0) [2019-09-20T14:48:21.101Z] #15 2.008 (7/43) Installing libuuid (2.33.2-r0) [2019-09-20T14:48:21.101Z] #15 2.011 (8/43) Installing btrfs-progs-libs (5.1.1-r0) [2019-09-20T14:48:21.336Z] ok github.com/docker/docker/distribution 1.385s coverage: 20.8% of statements [2019-09-20T14:48:21.336Z] ok github.com/docker/docker/distribution/metadata 1.642s coverage: 48.2% of statements [2019-09-20T14:48:21.336Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-09-20T14:48:21.336Z] ok github.com/docker/docker/distribution/xfer 1.693s coverage: 61.7% of statements [2019-09-20T14:48:21.336Z] ? github.com/docker/docker/dockerversion [no test files] [2019-09-20T14:48:21.336Z] ok github.com/docker/docker/errdefs 0.236s coverage: 49.4% of statements [2019-09-20T14:48:21.359Z] #15 2.014 (9/43) Installing btrfs-progs-dev (5.1.1-r0) [2019-09-20T14:48:21.359Z] #15 2.019 (10/43) Installing binutils (2.32-r0) [2019-09-20T14:48:21.359Z] #15 2.094 (11/43) Installing libmagic (5.37-r0) [2019-09-20T14:48:21.359Z] #15 2.116 (12/43) Installing file (5.37-r0) [2019-09-20T14:48:21.359Z] #15 2.118 (13/43) Installing gmp (6.1.2-r1) [2019-09-20T14:48:21.359Z] #15 2.125 (14/43) Installing isl (0.18-r0) [2019-09-20T14:48:21.359Z] #15 2.138 (15/43) Installing libgomp (8.3.0-r0) [2019-09-20T14:48:21.359Z] #15 2.142 (16/43) Installing libatomic (8.3.0-r0) [2019-09-20T14:48:21.359Z] #15 2.144 (17/43) Installing libgcc (8.3.0-r0) [2019-09-20T14:48:21.359Z] #15 2.146 (18/43) Installing mpfr3 (3.1.5-r1) [2019-09-20T14:48:21.359Z] #15 2.151 (19/43) Installing mpc1 (1.1.0-r0) [2019-09-20T14:48:21.359Z] #15 2.154 (20/43) Installing libstdc++ (8.3.0-r0) [2019-09-20T14:48:21.359Z] #15 2.164 (21/43) Installing gcc (8.3.0-r0) [2019-09-20T14:48:21.924Z] #15 2.798 (22/43) Installing musl-dev (1.1.22-r3) [2019-09-20T14:48:22.181Z] #15 2.878 (23/43) Installing libc-dev (0.7.1-r0) [2019-09-20T14:48:22.181Z] #15 2.880 (24/43) Installing g++ (8.3.0-r0) [2019-09-20T14:48:22.439Z] #15 3.296 (25/43) Installing make (4.2.1-r2) [2019-09-20T14:48:22.696Z] #15 3.300 (26/43) Installing fortify-headers (1.1-r0) [2019-09-20T14:48:22.696Z] #15 3.302 (27/43) Installing build-base (0.5-r1) [2019-09-20T14:48:22.696Z] #15 3.304 (28/43) Installing nghttp2-libs (1.39.2-r0) [2019-09-20T14:48:22.696Z] #15 3.307 (29/43) Installing libcurl (7.66.0-r0) [2019-09-20T14:48:22.696Z] #15 3.314 (30/43) Installing curl (7.66.0-r0) [2019-09-20T14:48:22.696Z] #15 3.317 (31/43) Installing oniguruma (6.9.2-r0) [2019-09-20T14:48:22.696Z] #15 3.324 (32/43) Installing jq (1.6-r0) [2019-09-20T14:48:22.696Z] #15 3.331 (33/43) Installing device-mapper-libs (2.02.184-r0) [2019-09-20T14:48:22.696Z] #15 3.336 (34/43) Installing device-mapper-event-libs (2.02.184-r0) [2019-09-20T14:48:22.696Z] #15 3.338 (35/43) Installing libaio (0.3.111-r0) [2019-09-20T14:48:22.696Z] #15 3.340 (36/43) Installing libblkid (2.33.2-r0) [2019-09-20T14:48:22.696Z] #15 3.345 (37/43) Installing lvm2-libs (2.02.184-r0) [2019-09-20T14:48:22.696Z] #15 3.372 (38/43) Installing libfdisk (2.33.2-r0) [2019-09-20T14:48:22.696Z] #15 3.378 (39/43) Installing libmount (2.33.2-r0) [2019-09-20T14:48:22.696Z] #15 3.384 (40/43) Installing libsmartcols (2.33.2-r0) [2019-09-20T14:48:22.696Z] #15 3.388 (41/43) Installing pkgconf (1.6.1-r1) [2019-09-20T14:48:22.696Z] #15 3.391 (42/43) Installing util-linux-dev (2.33.2-r0) [2019-09-20T14:48:22.696Z] #15 3.412 (43/43) Installing lvm2-dev (2.02.184-r0) [2019-09-20T14:48:22.696Z] #15 3.419 Executing busybox-1.30.1-r2.trigger [2019-09-20T14:48:22.696Z] #15 3.424 OK: 190 MiB in 58 packages [2019-09-20T14:48:23.261Z] #15 DONE 4.1s [2019-09-20T14:48:23.518Z] [2019-09-20T14:48:23.518Z] #16 [base 3/5] RUN mkdir -p /build/ [2019-09-20T14:48:24.267Z] ok github.com/docker/docker/image 1.167s coverage: 86.4% of statements [2019-09-20T14:48:24.267Z] ok github.com/docker/docker/image/cache 0.133s coverage: 19.2% of statements [2019-09-20T14:48:24.267Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-09-20T14:48:24.267Z] ok github.com/docker/docker/image/v1 0.331s coverage: 25.0% of statements [2019-09-20T14:48:24.267Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-09-20T14:48:24.449Z] #16 DONE 0.8s [2019-09-20T14:48:24.449Z] [2019-09-20T14:48:24.449Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/ [2019-09-20T14:48:24.706Z] #17 DONE 0.7s [2019-09-20T14:48:24.963Z] [2019-09-20T14:48:24.963Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/ [2019-09-20T14:48:24.963Z] #18 DONE 0.0s [2019-09-20T14:48:24.963Z] [2019-09-20T14:48:24.963Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh / [2019-09-20T14:48:25.220Z] #19 DONE 0.1s [2019-09-20T14:48:25.220Z] [2019-09-20T14:48:25.220Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-20T14:48:25.820Z] ok github.com/docker/docker/layer 0.502s coverage: 30.0% of statements [2019-09-20T14:48:25.820Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-09-20T14:48:26.152Z] #20 1.141 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-09-20T14:48:26.410Z] #20 1.343 [2019-09-20T14:48:26.926Z] #20 1.452 ###### 9.3% ################ 22.9% ###################################### 53.8% ################################################## 70.0% #################################################################### 95.7% ######################################################################## 100.0% [2019-09-20T14:48:27.183Z] #20 2.088 [2019-09-20T14:48:27.441Z] #20 2.201 ############################## 42.0% ################################################################### 94.0% ######################################################################## 100.0% [2019-09-20T14:48:27.441Z] #20 2.492 [2019-09-20T14:48:27.956Z] #20 2.603 ############# 18.8% ############################## 42.0% ############################################## 65.1% ############################################################### 88.4% ######################################################################## 100.0% [2019-09-20T14:48:28.214Z] #20 3.141 [2019-09-20T14:48:28.559Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2019-09-20T14:48:28.750Z] ok github.com/docker/docker/libcontainerd/local 0.398s coverage: 1.0% of statements [2019-09-20T14:48:28.750Z] ok github.com/docker/docker/libcontainerd/queue 0.226s coverage: 100.0% of statements [2019-09-20T14:48:28.750Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-09-20T14:48:28.750Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-09-20T14:48:28.750Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-09-20T14:48:28.750Z] ? github.com/docker/docker/oci [no test files] [2019-09-20T14:48:28.750Z] ? github.com/docker/docker/oci/caps [no test files] [2019-09-20T14:48:28.750Z] ok github.com/docker/docker/opts 0.228s coverage: 67.3% of statements [2019-09-20T14:48:28.750Z] ok github.com/docker/docker/pkg/aaparser 0.106s coverage: 50.0% of statements [2019-09-20T14:48:29.482Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2019-09-20T14:48:29.506Z] #20 3.249 # 1.7% ######## 11.7% ############# 19.2% ################### 26.6% ######################## 34.1% ############################# 41.5% ################################### 49.0% ######################################## 56.4% ############################################# 62.5% ##################################################### 74.6% ########################################################### 82.3% ################################################################ 89.7% ##################################################################### 96.9% ######################################################################## 100.0% [2019-09-20T14:48:29.763Z] #20 4.661 [2019-09-20T14:48:30.328Z] #20 5.133 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-09-20T14:48:30.328Z] #20 5.316 [2019-09-20T14:48:30.586Z] #20 5.376 ######################################################################## 100.0% [2019-09-20T14:48:30.586Z] #20 5.505 [2019-09-20T14:48:31.150Z] #20 5.985 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-09-20T14:48:31.150Z] #20 6.162 [2019-09-20T14:48:31.422Z] #20 6.272 0.7% ######################################################################## 100.0% [2019-09-20T14:48:31.422Z] #20 6.452 [2019-09-20T14:48:31.988Z] #20 6.978 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-09-20T14:48:31.988Z] #20 ... [2019-09-20T14:48:31.988Z] [2019-09-20T14:48:31.988Z] #31 [builder 1/4] COPY . . [2019-09-20T14:48:31.988Z] #31 DONE 7.2s [2019-09-20T14:48:31.988Z] [2019-09-20T14:48:31.988Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-20T14:48:31.988Z] #20 7.049 skipping existing 1849cc453dee [2019-09-20T14:48:32.248Z] #20 ... [2019-09-20T14:48:32.248Z] [2019-09-20T14:48:32.248Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-... [2019-09-20T14:48:32.821Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2019-09-20T14:48:33.180Z] #32 DONE 0.9s [2019-09-20T14:48:33.180Z] [2019-09-20T14:48:33.180Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-09-20T14:48:33.744Z] #33 ... [2019-09-20T14:48:33.744Z] [2019-09-20T14:48:33.744Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-20T14:48:33.744Z] #20 7.264 [2019-09-20T14:48:33.744Z] #20 7.930 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-09-20T14:48:33.744Z] #20 8.264 [2019-09-20T14:48:33.744Z] #20 8.363 ######################################################################## 100.0% [2019-09-20T14:48:33.744Z] #20 8.538 [2019-09-20T14:48:33.744Z] #20 8.578 Download of images into '/build' complete. [2019-09-20T14:48:33.744Z] #20 8.578 Use something like the following to load the result into a Docker daemon: [2019-09-20T14:48:33.744Z] #20 8.578 tar -cC '/build' . | docker load [2019-09-20T14:48:33.744Z] #20 DONE 8.7s [2019-09-20T14:48:33.744Z] [2019-09-20T14:48:33.744Z] #26 [contrib 1/4] COPY contrib/syscall-test /build/syscall-test [2019-09-20T14:48:33.744Z] #26 DONE 0.1s [2019-09-20T14:48:33.744Z] [2019-09-20T14:48:33.744Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-20T14:48:33.744Z] #22 DONE 0.1s [2019-09-20T14:48:34.002Z] [2019-09-20T14:48:34.002Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... [2019-09-20T14:48:34.002Z] #27 DONE 0.1s [2019-09-20T14:48:34.002Z] [2019-09-20T14:48:34.002Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-09-20T14:48:34.002Z] #33 0.906 [2019-09-20T14:48:34.002Z] #33 ... [2019-09-20T14:48:34.002Z] [2019-09-20T14:48:34.002Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-09-20T14:48:34.002Z] #23 DONE 0.1s [2019-09-20T14:48:34.002Z] [2019-09-20T14:48:34.002Z] #28 [contrib 3/4] COPY contrib/httpserver contrib/httpserver [2019-09-20T14:48:34.002Z] #28 DONE 0.1s [2019-09-20T14:48:34.183Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2019-09-20T14:48:34.183Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2019-09-20T14:48:34.259Z] [2019-09-20T14:48:34.259Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-09-20T14:48:34.259Z] #33 1.057 Removing bundles/ [2019-09-20T14:48:34.259Z] #33 1.058 [2019-09-20T14:48:34.259Z] #33 1.069 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary) [2019-09-20T14:48:35.197Z] #33 2.081 Building test suite binary ./integration-cli/test.main [2019-09-20T14:48:37.441Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2019-09-20T14:48:37.441Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2019-09-20T14:48:37.441Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.64s) [2019-09-20T14:48:37.441Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart" [2019-09-20T14:48:37.441Z] PASS [2019-09-20T14:48:37.441Z] [2019-09-20T14:48:37.441Z] DONE 17 tests in 52.756s [2019-09-20T14:48:37.441Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-09-20T14:48:37.441Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:48:37.441Z] ++ set -e [2019-09-20T14:48:37.441Z] ++ '[' -n 0 ']' [2019-09-20T14:48:37.441Z] ++ set -x [2019-09-20T14:48:37.441Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:48:37.441Z] INFO: Testing against a local daemon [2019-09-20T14:48:37.441Z] === RUN TestPluginInvalidJSON [2019-09-20T14:48:37.441Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-09-20T14:48:37.441Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-09-20T14:48:37.441Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-09-20T14:48:37.441Z] --- PASS: TestPluginInvalidJSON (0.03s) [2019-09-20T14:48:37.441Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2019-09-20T14:48:37.441Z] PASS [2019-09-20T14:48:37.441Z] [2019-09-20T14:48:37.441Z] DONE 2 tests in 0.210s [2019-09-20T14:48:37.441Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-09-20T14:48:37.441Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:48:37.441Z] ++ set -e [2019-09-20T14:48:37.441Z] ++ '[' -n 0 ']' [2019-09-20T14:48:37.441Z] ++ set -x [2019-09-20T14:48:37.441Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:48:37.441Z] INFO: Testing against a local daemon [2019-09-20T14:48:37.441Z] === RUN TestExternalGraphDriver [2019-09-20T14:48:37.696Z] === RUN TestExternalGraphDriver/json [2019-09-20T14:48:38.476Z] #33 ... [2019-09-20T14:48:38.476Z] [2019-09-20T14:48:38.476Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images [2019-09-20T14:48:38.476Z] #21 DONE 1.7s [2019-09-20T14:48:38.733Z] [2019-09-20T14:48:38.733Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-20T14:48:38.733Z] #24 2.002 + RM_GOPATH=0 [2019-09-20T14:48:38.733Z] #24 2.002 + TMP_GOPATH= [2019-09-20T14:48:38.733Z] #24 2.002 + : /build [2019-09-20T14:48:38.733Z] #24 2.002 + '[' -z '' ']' [2019-09-20T14:48:38.733Z] #24 2.005 ++ mktemp -d [2019-09-20T14:48:38.733Z] #24 2.012 + export GOPATH=/tmp/tmp.dknMdc [2019-09-20T14:48:38.733Z] #24 2.012 + GOPATH=/tmp/tmp.dknMdc [2019-09-20T14:48:38.733Z] #24 2.012 + RM_GOPATH=1 [2019-09-20T14:48:38.733Z] #24 2.012 ++ dirname ./install.sh [2019-09-20T14:48:38.733Z] #24 2.012 + dir=. [2019-09-20T14:48:38.733Z] #24 2.012 + bin=dockercli [2019-09-20T14:48:38.733Z] #24 2.012 + shift [2019-09-20T14:48:38.733Z] #24 2.012 + '[' '!' -f ./dockercli.installer ']' [2019-09-20T14:48:38.733Z] #24 2.012 + . ./dockercli.installer [2019-09-20T14:48:38.733Z] #24 2.012 ++ DOCKERCLI_CHANNEL=stable [2019-09-20T14:48:38.733Z] #24 2.012 ++ DOCKERCLI_VERSION=17.06.2-ce [2019-09-20T14:48:38.733Z] #24 2.012 + install_dockercli [2019-09-20T14:48:38.733Z] #24 2.012 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-09-20T14:48:38.733Z] #24 2.012 ++ uname -m [2019-09-20T14:48:38.733Z] #24 2.012 + arch=x86_64 [2019-09-20T14:48:38.733Z] #24 2.012 + '[' x86_64 '!=' x86_64 ']' [2019-09-20T14:48:38.733Z] #24 2.012 + url=https://download.docker.com/linux/static [2019-09-20T14:48:38.733Z] #24 2.012 Install docker/cli version 17.06.2-ce from stable [2019-09-20T14:48:38.733Z] #24 2.013 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2019-09-20T14:48:38.733Z] #24 2.013 + tar -xz docker/docker [2019-09-20T14:48:38.733Z] #24 4.784 + mkdir -p /build [2019-09-20T14:48:38.733Z] #24 4.785 + mv docker/docker /build/ [2019-09-20T14:48:38.733Z] #24 4.786 + rmdir docker [2019-09-20T14:48:38.733Z] #24 DONE 4.9s [2019-09-20T14:48:38.733Z] [2019-09-20T14:48:38.733Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2019-09-20T14:48:39.664Z] #29 ... [2019-09-20T14:48:39.664Z] [2019-09-20T14:48:39.664Z] #25 [runner 10/12] COPY --from=dockercli /build/ /usr/bin/ [2019-09-20T14:48:39.922Z] #25 DONE 0.3s [2019-09-20T14:48:39.922Z] [2019-09-20T14:48:39.922Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-09-20T14:48:40.204Z] === RUN TestExternalGraphDriver/spec [2019-09-20T14:48:42.087Z] === RUN TestExternalGraphDriver/pull [2019-09-20T14:48:42.342Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2019-09-20T14:48:42.461Z] --- PASS: TestBuildWithHugeFile (83.46s) [2019-09-20T14:48:42.461Z] === RUN TestBuildWithEmptyDockerfile [2019-09-20T14:48:42.461Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-20T14:48:42.461Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-20T14:48:42.461Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-20T14:48:42.461Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-20T14:48:42.461Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-20T14:48:42.462Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-20T14:48:42.462Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-20T14:48:42.462Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-20T14:48:42.462Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-20T14:48:42.462Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2019-09-20T14:48:42.462Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.24s) [2019-09-20T14:48:42.462Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.26s) [2019-09-20T14:48:42.462Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.27s) [2019-09-20T14:48:42.462Z] === RUN TestBuildPreserveOwnership [2019-09-20T14:48:42.462Z] === RUN TestBuildPreserveOwnership/copy_from [2019-09-20T14:48:42.462Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-09-20T14:48:42.462Z] --- PASS: TestBuildPreserveOwnership (4.73s) [2019-09-20T14:48:42.462Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.05s) [2019-09-20T14:48:42.462Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.67s) [2019-09-20T14:48:42.462Z] === RUN TestBuildPlatformInvalid [2019-09-20T14:48:42.462Z] --- PASS: TestBuildPlatformInvalid (0.14s) [2019-09-20T14:48:42.462Z] PASS [2019-09-20T14:48:42.462Z] [2019-09-20T14:48:42.462Z] DONE 32 tests in 131.320s [2019-09-20T14:48:42.462Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2019-09-20T14:48:42.462Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:48:42.462Z] ++ set -e [2019-09-20T14:48:42.462Z] ++ '[' -n 0 ']' [2019-09-20T14:48:42.462Z] ++ set -x [2019-09-20T14:48:42.462Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:48:42.462Z] INFO: Testing against a local daemon [2019-09-20T14:48:42.462Z] === RUN TestConfigList [2019-09-20T14:48:42.462Z] --- PASS: TestConfigList (2.18s) [2019-09-20T14:48:42.462Z] config_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigList" [2019-09-20T14:48:42.462Z] === RUN TestConfigsCreateAndDelete [2019-09-20T14:48:42.462Z] --- PASS: TestConfigsCreateAndDelete (2.18s) [2019-09-20T14:48:42.462Z] config_test.go:112: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete" [2019-09-20T14:48:42.462Z] === RUN TestConfigsUpdate [2019-09-20T14:48:42.462Z] --- PASS: TestConfigsUpdate (2.15s) [2019-09-20T14:48:42.462Z] config_test.go:140: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate" [2019-09-20T14:48:42.462Z] === RUN TestTemplatedConfig [2019-09-20T14:48:42.901Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2019-09-20T14:48:43.467Z] --- PASS: TestTemplatedConfig (2.81s) [2019-09-20T14:48:43.467Z] config_test.go:192: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig" [2019-09-20T14:48:43.467Z] === RUN TestConfigInspect [2019-09-20T14:48:43.825Z] --- PASS: TestExternalGraphDriver (6.39s) [2019-09-20T14:48:43.825Z] external_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver" [2019-09-20T14:48:43.825Z] --- PASS: TestExternalGraphDriver/json (2.13s) [2019-09-20T14:48:43.825Z] --- PASS: TestExternalGraphDriver/spec (2.11s) [2019-09-20T14:48:43.825Z] --- PASS: TestExternalGraphDriver/pull (2.01s) [2019-09-20T14:48:43.825Z] === RUN TestGraphdriverPluginV2 [2019-09-20T14:48:45.495Z] --- PASS: TestConfigInspect (2.16s) [2019-09-20T14:48:45.495Z] config_test.go:326: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect" [2019-09-20T14:48:45.495Z] === RUN TestConfigCreateWithLabels [2019-09-20T14:48:45.708Z] === RUN TestDockerSuite/TestBuildMultipleTags [2019-09-20T14:48:45.708Z] === RUN TestDockerSuite/TestBuildNetContainer [2019-09-20T14:48:47.518Z] --- PASS: TestConfigCreateWithLabels (2.18s) [2019-09-20T14:48:47.518Z] config_test.go:350: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels" [2019-09-20T14:48:47.518Z] === RUN TestConfigCreateResolve [2019-09-20T14:48:48.216Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2019-09-20T14:48:48.216Z] === RUN TestDockerSuite/TestBuildNetNone [2019-09-20T14:48:49.141Z] === RUN TestDockerSuite/TestBuildNoContext [2019-09-20T14:48:49.141Z] --- PASS: TestGraphdriverPluginV2 (5.18s) [2019-09-20T14:48:49.141Z] external_test.go:413: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestGraphdriverPluginV2" [2019-09-20T14:48:49.141Z] PASS [2019-09-20T14:48:49.141Z] [2019-09-20T14:48:49.141Z] DONE 5 tests in 11.860s [2019-09-20T14:48:49.141Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-09-20T14:48:49.141Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:48:49.141Z] ++ set -e [2019-09-20T14:48:49.141Z] ++ '[' -n 0 ']' [2019-09-20T14:48:49.141Z] ++ set -x [2019-09-20T14:48:49.141Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:48:49.395Z] INFO: Testing against a local daemon [2019-09-20T14:48:49.395Z] === RUN TestContinueAfterPluginCrash [2019-09-20T14:48:49.395Z] === PAUSE TestContinueAfterPluginCrash [2019-09-20T14:48:49.395Z] === RUN TestDaemonStartWithLogOpt [2019-09-20T14:48:49.395Z] === PAUSE TestDaemonStartWithLogOpt [2019-09-20T14:48:49.395Z] === CONT TestContinueAfterPluginCrash [2019-09-20T14:48:49.395Z] === CONT TestDaemonStartWithLogOpt [2019-09-20T14:48:50.199Z] --- PASS: TestConfigCreateResolve (2.14s) [2019-09-20T14:48:50.199Z] config_test.go:377: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve" [2019-09-20T14:48:50.199Z] === RUN TestConfigDaemonLibtrustID [2019-09-20T14:48:50.199Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2019-09-20T14:48:50.199Z] config_test.go:427: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID" [2019-09-20T14:48:50.199Z] PASS [2019-09-20T14:48:50.199Z] [2019-09-20T14:48:50.199Z] DONE 8 tests in 16.471s [2019-09-20T14:48:50.199Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2019-09-20T14:48:50.199Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:48:50.199Z] ++ set -e [2019-09-20T14:48:50.199Z] ++ '[' -n 0 ']' [2019-09-20T14:48:50.199Z] ++ set -x [2019-09-20T14:48:50.199Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:48:50.320Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2019-09-20T14:48:50.482Z] INFO: Testing against a local daemon [2019-09-20T14:48:50.482Z] === RUN TestCheckpoint [2019-09-20T14:48:50.482Z] --- SKIP: TestCheckpoint (0.00s) [2019-09-20T14:48:50.482Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-20T14:48:50.482Z] === RUN TestContainerInvalidJSON [2019-09-20T14:48:50.482Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-09-20T14:48:50.482Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-09-20T14:48:50.482Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-09-20T14:48:50.482Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-09-20T14:48:50.482Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-09-20T14:48:50.482Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-09-20T14:48:50.482Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-09-20T14:48:50.482Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-09-20T14:48:50.482Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-09-20T14:48:50.482Z] --- PASS: TestContainerInvalidJSON (0.02s) [2019-09-20T14:48:50.482Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-09-20T14:48:50.482Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-09-20T14:48:50.482Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-09-20T14:48:50.482Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-20T14:48:50.482Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2019-09-20T14:48:50.482Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-20T14:48:50.767Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.08s) [2019-09-20T14:48:50.767Z] === RUN TestCopyToContainerPathDoesNotExist [2019-09-20T14:48:50.767Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2019-09-20T14:48:50.767Z] === RUN TestCopyToContainerPathIsNotDir [2019-09-20T14:48:50.767Z] --- PASS: TestCopyToContainerPathIsNotDir (0.08s) [2019-09-20T14:48:50.767Z] === RUN TestCopyFromContainer [2019-09-20T14:48:52.203Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2019-09-20T14:48:52.241Z] === RUN TestCopyFromContainer// [2019-09-20T14:48:52.526Z] === RUN TestCopyFromContainer//bar/root [2019-09-20T14:48:52.526Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-20T14:48:52.526Z] === RUN TestCopyFromContainer/bar/quux [2019-09-20T14:48:52.810Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-20T14:48:52.810Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-20T14:48:52.810Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-20T14:48:53.093Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-20T14:48:53.093Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-20T14:48:53.093Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-20T14:48:53.376Z] --- PASS: TestCopyFromContainer (2.50s) [2019-09-20T14:48:53.376Z] --- PASS: TestCopyFromContainer// (0.09s) [2019-09-20T14:48:53.377Z] --- PASS: TestCopyFromContainer//bar/root (0.10s) [2019-09-20T14:48:53.377Z] --- PASS: TestCopyFromContainer//bar/root/ (0.09s) [2019-09-20T14:48:53.377Z] --- PASS: TestCopyFromContainer/bar/quux (0.10s) [2019-09-20T14:48:53.377Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2019-09-20T14:48:53.377Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s) [2019-09-20T14:48:53.377Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s) [2019-09-20T14:48:53.377Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2019-09-20T14:48:53.377Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2019-09-20T14:48:53.377Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2019-09-20T14:48:53.377Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-09-20T14:48:53.377Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-20T14:48:53.377Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-20T14:48:53.377Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-20T14:48:53.377Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-20T14:48:53.377Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-20T14:48:53.377Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-20T14:48:53.377Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-20T14:48:53.377Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-20T14:48:53.377Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-20T14:48:53.377Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2019-09-20T14:48:53.377Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-09-20T14:48:53.377Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2019-09-20T14:48:53.377Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2019-09-20T14:48:53.377Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-20T14:48:53.377Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2019-09-20T14:48:53.377Z] === RUN TestCreateWithInvalidEnv [2019-09-20T14:48:53.377Z] === RUN TestCreateWithInvalidEnv/0 [2019-09-20T14:48:53.377Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-09-20T14:48:53.377Z] === RUN TestCreateWithInvalidEnv/1 [2019-09-20T14:48:53.377Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-09-20T14:48:53.377Z] === RUN TestCreateWithInvalidEnv/2 [2019-09-20T14:48:53.377Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-09-20T14:48:53.377Z] === CONT TestCreateWithInvalidEnv/0 [2019-09-20T14:48:53.377Z] === CONT TestCreateWithInvalidEnv/2 [2019-09-20T14:48:53.377Z] === CONT TestCreateWithInvalidEnv/1 [2019-09-20T14:48:53.377Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2019-09-20T14:48:53.377Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-09-20T14:48:53.377Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-09-20T14:48:53.377Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-09-20T14:48:53.377Z] === RUN TestCreateTmpfsMountsTarget [2019-09-20T14:48:53.377Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2019-09-20T14:48:53.377Z] === RUN TestCreateWithCustomMaskedPaths [2019-09-20T14:48:54.715Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2019-09-20T14:48:55.406Z] --- PASS: TestCreateWithCustomMaskedPaths (1.95s) [2019-09-20T14:48:55.406Z] === RUN TestCreateWithCapabilities [2019-09-20T14:48:55.406Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-09-20T14:48:55.406Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-09-20T14:48:55.406Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-09-20T14:48:55.406Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-09-20T14:48:55.406Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-09-20T14:48:55.406Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-09-20T14:48:55.406Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-09-20T14:48:55.406Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-09-20T14:48:55.406Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-09-20T14:48:55.406Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-09-20T14:48:55.406Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-20T14:48:55.406Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-20T14:48:55.406Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-09-20T14:48:55.406Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-09-20T14:48:55.406Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-09-20T14:48:55.406Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-09-20T14:48:55.406Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-09-20T14:48:55.406Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-09-20T14:48:55.406Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-09-20T14:48:55.406Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-09-20T14:48:55.406Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-09-20T14:48:55.406Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-09-20T14:48:55.406Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-09-20T14:48:55.406Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-09-20T14:48:55.406Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-09-20T14:48:55.406Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-20T14:48:55.406Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-09-20T14:48:55.406Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-09-20T14:48:55.406Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-09-20T14:48:55.406Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-09-20T14:48:55.406Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-09-20T14:48:55.406Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-09-20T14:48:55.406Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-09-20T14:48:55.640Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2019-09-20T14:48:55.640Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2019-09-20T14:48:55.689Z] --- PASS: TestCreateWithCapabilities (0.03s) [2019-09-20T14:48:55.689Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s) [2019-09-20T14:48:55.689Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.05s) [2019-09-20T14:48:55.689Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-09-20T14:48:55.689Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.06s) [2019-09-20T14:48:55.689Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.07s) [2019-09-20T14:48:55.689Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.05s) [2019-09-20T14:48:55.689Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.01s) [2019-09-20T14:48:55.689Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.05s) [2019-09-20T14:48:55.689Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.06s) [2019-09-20T14:48:55.689Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.05s) [2019-09-20T14:48:55.689Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.06s) [2019-09-20T14:48:55.689Z] === RUN TestCreateWithCustomReadonlyPaths [2019-09-20T14:48:56.200Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2019-09-20T14:48:56.761Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2019-09-20T14:48:57.712Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.95s) [2019-09-20T14:48:57.712Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-09-20T14:48:57.712Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-20T14:48:57.712Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-20T14:48:57.712Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-20T14:48:57.712Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-20T14:48:57.712Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-20T14:48:57.712Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-20T14:48:57.712Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-20T14:48:57.712Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-20T14:48:57.712Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-20T14:48:57.712Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-20T14:48:57.712Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-20T14:48:57.712Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-20T14:48:57.712Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-20T14:48:57.712Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-20T14:48:57.712Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-20T14:48:57.712Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2019-09-20T14:48:57.712Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2019-09-20T14:48:57.713Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2019-09-20T14:48:57.713Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2019-09-20T14:48:57.713Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s) [2019-09-20T14:48:57.713Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2019-09-20T14:48:57.713Z] === RUN TestContainerStartOnDaemonRestart [2019-09-20T14:48:57.713Z] === PAUSE TestContainerStartOnDaemonRestart [2019-09-20T14:48:57.713Z] === RUN TestDaemonRestartIpcMode [2019-09-20T14:48:57.713Z] === PAUSE TestDaemonRestartIpcMode [2019-09-20T14:48:57.713Z] === RUN TestDiff [2019-09-20T14:48:58.123Z] === RUN TestDockerSuite/TestBuildOnBuild [2019-09-20T14:48:58.327Z] --- PASS: TestDiff (0.69s) [2019-09-20T14:48:58.327Z] === RUN TestExecWithCloseStdin [2019-09-20T14:48:58.800Z] ok github.com/docker/docker/pkg/archive 10.005s coverage: 62.0% of statements [2019-09-20T14:48:58.800Z] ok github.com/docker/docker/pkg/authorization 0.945s coverage: 26.2% of statements [2019-09-20T14:48:58.800Z] ok github.com/docker/docker/pkg/broadcaster 0.070s coverage: 100.0% of statements [2019-09-20T14:48:58.800Z] ok github.com/docker/docker/pkg/capabilities 0.041s coverage: 87.5% of statements [2019-09-20T14:48:58.800Z] ok github.com/docker/docker/pkg/chrootarchive 0.192s coverage: 15.4% of statements [2019-09-20T14:48:58.800Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-09-20T14:48:58.800Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-09-20T14:48:58.800Z] ok github.com/docker/docker/pkg/directory 0.136s coverage: 80.0% of statements [2019-09-20T14:48:58.800Z] ok github.com/docker/docker/pkg/discovery 0.171s coverage: 58.3% of statements [2019-09-20T14:48:58.800Z] ok github.com/docker/docker/pkg/discovery/file 0.181s coverage: 92.9% of statements [2019-09-20T14:48:58.800Z] ok github.com/docker/docker/pkg/discovery/kv 3.490s coverage: 84.1% of statements [2019-09-20T14:48:58.800Z] ok github.com/docker/docker/pkg/discovery/memory 0.134s coverage: 92.3% of statements [2019-09-20T14:48:58.800Z] ok github.com/docker/docker/pkg/discovery/nodes 0.039s coverage: 93.8% of statements [2019-09-20T14:48:58.800Z] ok github.com/docker/docker/pkg/filenotify 0.146s coverage: 45.7% of statements [2019-09-20T14:48:58.800Z] ok github.com/docker/docker/pkg/fileutils 0.114s coverage: 87.7% of statements [2019-09-20T14:48:58.800Z] ok github.com/docker/docker/pkg/homedir 0.168s coverage: 37.5% of statements [2019-09-20T14:48:58.800Z] ok github.com/docker/docker/pkg/idtools 0.142s coverage: 6.3% of statements [2019-09-20T14:48:58.800Z] ok github.com/docker/docker/pkg/ioutils 0.784s coverage: 67.9% of statements [2019-09-20T14:48:58.800Z] ok github.com/docker/docker/pkg/jsonmessage 0.319s coverage: 91.7% of statements [2019-09-20T14:48:58.800Z] ok github.com/docker/docker/pkg/locker 0.048s coverage: 88.9% of statements [2019-09-20T14:48:58.800Z] ok github.com/docker/docker/pkg/longpath 0.044s coverage: 100.0% of statements [2019-09-20T14:48:58.800Z] ? github.com/docker/docker/pkg/mount [no test files] [2019-09-20T14:48:58.800Z] ok github.com/docker/docker/pkg/namesgenerator 0.051s coverage: 85.7% of statements [2019-09-20T14:48:58.800Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-09-20T14:48:58.800Z] ok github.com/docker/docker/pkg/parsers 0.061s coverage: 97.0% of statements [2019-09-20T14:48:58.800Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2019-09-20T14:48:58.800Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2019-09-20T14:48:58.800Z] ok github.com/docker/docker/pkg/pidfile 0.119s coverage: 82.6% of statements [2019-09-20T14:48:58.800Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-09-20T14:48:58.800Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-09-20T14:48:59.333Z] --- PASS: TestExecWithCloseStdin (0.90s) [2019-09-20T14:48:59.333Z] === RUN TestExec [2019-09-20T14:48:59.948Z] --- PASS: TestExec (0.84s) [2019-09-20T14:48:59.948Z] === RUN TestExecUser [2019-09-20T14:49:00.960Z] --- PASS: TestExecUser (0.86s) [2019-09-20T14:49:00.960Z] === RUN TestExportContainerAndImportImage [2019-09-20T14:49:01.384Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2019-09-20T14:49:01.882Z] #33 ... [2019-09-20T14:49:01.882Z] [2019-09-20T14:49:01.882Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2019-09-20T14:49:01.882Z] #29 27.77 # github.com/docker/docker/contrib/httpserver [2019-09-20T14:49:01.882Z] #29 27.77 loadinternal: cannot find runtime/cgo [2019-09-20T14:49:01.972Z] --- PASS: TestExportContainerAndImportImage (1.00s) [2019-09-20T14:49:01.972Z] === RUN TestExportContainerAfterDaemonRestart [2019-09-20T14:49:02.140Z] #29 DONE 28.2s [2019-09-20T14:49:02.140Z] [2019-09-20T14:49:02.140Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-09-20T14:49:02.309Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2019-09-20T14:49:02.709Z] #33 ... [2019-09-20T14:49:02.709Z] [2019-09-20T14:49:02.709Z] #30 [runner 11/12] COPY --from=contrib /build/ /tests/contrib/ [2019-09-20T14:49:02.969Z] #30 DONE 0.1s [2019-09-20T14:49:02.969Z] [2019-09-20T14:49:02.969Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-09-20T14:49:03.447Z] --- PASS: TestExportContainerAfterDaemonRestart (1.53s) [2019-09-20T14:49:03.448Z] export_test.go:63: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart" [2019-09-20T14:49:03.448Z] === RUN TestHealthCheckWorkdir [2019-09-20T14:49:04.460Z] --- PASS: TestHealthCheckWorkdir (1.08s) [2019-09-20T14:49:04.460Z] === RUN TestHealthKillContainer [2019-09-20T14:49:06.512Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2019-09-20T14:49:06.512Z] --- PASS: TestDaemonStartWithLogOpt (17.30s) [2019-09-20T14:49:06.512Z] validation_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt" [2019-09-20T14:49:07.873Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2019-09-20T14:49:07.921Z] --- PASS: TestHealthKillContainer (2.95s) [2019-09-20T14:49:07.921Z] === RUN TestInspectCpusetInConfigPre120 [2019-09-20T14:49:07.921Z] --- PASS: TestInspectCpusetInConfigPre120 (0.66s) [2019-09-20T14:49:07.921Z] === RUN TestIpcModeNone [2019-09-20T14:49:08.930Z] --- PASS: TestIpcModeNone (0.84s) [2019-09-20T14:49:08.930Z] === RUN TestIpcModePrivate [2019-09-20T14:49:09.937Z] --- PASS: TestIpcModePrivate (0.89s) [2019-09-20T14:49:09.937Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:54, shared: false, mustBeShared: false [2019-09-20T14:49:09.937Z] === RUN TestIpcModeShareable [2019-09-20T14:49:10.425Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2019-09-20T14:49:10.570Z] --- PASS: TestIpcModeShareable (0.89s) [2019-09-20T14:49:10.570Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:48, shared: true, mustBeShared: true [2019-09-20T14:49:10.570Z] === RUN TestAPIIpcModeShareableAndContainer [2019-09-20T14:49:11.394Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2019-09-20T14:49:11.649Z] --- PASS: TestContinueAfterPluginCrash (22.40s) [2019-09-20T14:49:11.649Z] logging_linux_test.go:22: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash" [2019-09-20T14:49:11.649Z] PASS [2019-09-20T14:49:11.649Z] [2019-09-20T14:49:11.649Z] DONE 2 tests in 22.631s [2019-09-20T14:49:11.649Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-09-20T14:49:11.649Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:49:11.649Z] ++ set -e [2019-09-20T14:49:11.649Z] ++ '[' -n 0 ']' [2019-09-20T14:49:11.649Z] ++ set -x [2019-09-20T14:49:11.649Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:49:11.903Z] INFO: Testing against a local daemon [2019-09-20T14:49:11.903Z] === RUN TestPluginWithDevMounts [2019-09-20T14:49:11.903Z] === PAUSE TestPluginWithDevMounts [2019-09-20T14:49:11.903Z] === CONT TestPluginWithDevMounts [2019-09-20T14:49:13.247Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.43s) [2019-09-20T14:49:13.247Z] === RUN TestAPIIpcModeHost [2019-09-20T14:49:13.263Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2019-09-20T14:49:13.864Z] --- PASS: TestAPIIpcModeHost (0.69s) [2019-09-20T14:49:13.864Z] === RUN TestDaemonIpcModeShareable [2019-09-20T14:49:13.870Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2019-09-20T14:49:13.870Z] --- PASS: TestPluginWithDevMounts (2.01s) [2019-09-20T14:49:13.870Z] mounts_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts" [2019-09-20T14:49:13.870Z] PASS [2019-09-20T14:49:13.870Z] [2019-09-20T14:49:13.870Z] DONE 1 tests in 2.227s [2019-09-20T14:49:13.870Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2019-09-20T14:49:13.870Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:49:13.870Z] ++ set -e [2019-09-20T14:49:13.870Z] ++ '[' -n 0 ']' [2019-09-20T14:49:13.870Z] ++ set -x [2019-09-20T14:49:13.870Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:49:14.124Z] INFO: Testing against a local daemon [2019-09-20T14:49:14.124Z] === RUN TestSecretInspect [2019-09-20T14:49:15.884Z] --- PASS: TestDaemonIpcModeShareable (1.75s) [2019-09-20T14:49:15.884Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable" [2019-09-20T14:49:15.884Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:56, shared: true, mustBeShared: true [2019-09-20T14:49:15.884Z] === RUN TestDaemonIpcModePrivate [2019-09-20T14:49:16.554Z] ok github.com/docker/docker/pkg/plugins 35.255s coverage: 73.4% of statements [2019-09-20T14:49:16.554Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.088s coverage: 56.8% of statements [2019-09-20T14:49:16.554Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-09-20T14:49:16.554Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-09-20T14:49:16.554Z] ok github.com/docker/docker/pkg/plugins/transport 0.122s coverage: 85.7% of statements [2019-09-20T14:49:16.554Z] ok github.com/docker/docker/pkg/pools 0.037s coverage: 87.9% of statements [2019-09-20T14:49:16.554Z] ok github.com/docker/docker/pkg/progress 0.042s coverage: 75.9% of statements [2019-09-20T14:49:16.554Z] ok github.com/docker/docker/pkg/pubsub 1.092s coverage: 73.9% of statements [2019-09-20T14:49:16.554Z] ok github.com/docker/docker/pkg/reexec 0.159s coverage: 82.4% of statements [2019-09-20T14:49:16.554Z] ok github.com/docker/docker/pkg/signal 0.073s coverage: 20.3% of statements [2019-09-20T14:49:16.554Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-09-20T14:49:16.554Z] ok github.com/docker/docker/pkg/stdcopy 0.039s coverage: 100.0% of statements [2019-09-20T14:49:16.554Z] ok github.com/docker/docker/pkg/streamformatter 0.041s coverage: 66.2% of statements [2019-09-20T14:49:16.554Z] ok github.com/docker/docker/pkg/stringid 0.040s coverage: 70.6% of statements [2019-09-20T14:49:16.554Z] ? github.com/docker/docker/pkg/symlink [no test files] [2019-09-20T14:49:16.554Z] ok github.com/docker/docker/pkg/sysinfo 0.036s coverage: 38.2% of statements [2019-09-20T14:49:16.554Z] ok github.com/docker/docker/pkg/system 0.114s coverage: 12.7% of statements [2019-09-20T14:49:16.554Z] ok github.com/docker/docker/pkg/tailfile 0.079s coverage: 88.6% of statements [2019-09-20T14:49:16.554Z] ok github.com/docker/docker/pkg/tarsum 0.198s coverage: 89.3% of statements [2019-09-20T14:49:16.554Z] ok github.com/docker/docker/pkg/term 0.065s coverage: 30.8% of statements [2019-09-20T14:49:16.554Z] ok github.com/docker/docker/pkg/term/windows 0.035s coverage: 0.0% of statements [no tests to run] [2019-09-20T14:49:16.554Z] ok github.com/docker/docker/pkg/truncindex 0.150s coverage: 91.5% of statements [2019-09-20T14:49:16.554Z] ok github.com/docker/docker/pkg/urlutil 0.039s coverage: 100.0% of statements [2019-09-20T14:49:16.554Z] ok github.com/docker/docker/pkg/useragent 0.034s coverage: 88.9% of statements [2019-09-20T14:49:16.554Z] ok github.com/docker/docker/plugin 0.309s coverage: 11.6% of statements [2019-09-20T14:49:16.554Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-09-20T14:49:16.554Z] ok github.com/docker/docker/plugin/v2 0.145s coverage: 20.1% of statements [2019-09-20T14:49:16.554Z] ok github.com/docker/docker/reference 0.143s coverage: 84.4% of statements [2019-09-20T14:49:16.554Z] ok github.com/docker/docker/registry 0.429s coverage: 52.3% of statements [2019-09-20T14:49:16.554Z] ok github.com/docker/docker/registry/resumable 0.327s coverage: 100.0% of statements [2019-09-20T14:49:16.554Z] ok github.com/docker/docker/restartmanager 0.040s coverage: 50.9% of statements [2019-09-20T14:49:16.554Z] ? github.com/docker/docker/rootless [no test files] [2019-09-20T14:49:16.554Z] ok github.com/docker/docker/runconfig 0.173s coverage: 54.5% of statements [2019-09-20T14:49:16.554Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-09-20T14:49:16.554Z] ok github.com/docker/docker/testutil 0.109s coverage: 62.5% of statements [2019-09-20T14:49:16.554Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-09-20T14:49:16.554Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-09-20T14:49:16.554Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-09-20T14:49:16.554Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-09-20T14:49:16.554Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-09-20T14:49:16.554Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-09-20T14:49:16.554Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-09-20T14:49:16.554Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-09-20T14:49:16.554Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-09-20T14:49:16.554Z] ? github.com/docker/docker/testutil/request [no test files] [2019-09-20T14:49:16.554Z] ? github.com/docker/docker/volume [no test files] [2019-09-20T14:49:16.554Z] ok github.com/docker/docker/volume/drivers 0.200s coverage: 36.1% of statements [2019-09-20T14:49:16.554Z] ok github.com/docker/docker/volume/local 0.214s coverage: 37.7% of statements [2019-09-20T14:49:16.554Z] ok github.com/docker/docker/volume/mounts 0.126s coverage: 66.2% of statements [2019-09-20T14:49:16.554Z] ok github.com/docker/docker/volume/service 0.396s coverage: 70.3% of statements [2019-09-20T14:49:16.554Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-09-20T14:49:16.554Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-09-20T14:49:17.360Z] --- PASS: TestDaemonIpcModePrivate (1.72s) [2019-09-20T14:49:17.361Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate" [2019-09-20T14:49:17.361Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:62, shared: false, mustBeShared: false [2019-09-20T14:49:17.361Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-09-20T14:49:17.381Z] --- PASS: TestSecretInspect (3.11s) [2019-09-20T14:49:17.381Z] secret_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect" [2019-09-20T14:49:17.381Z] === RUN TestSecretList [2019-09-20T14:49:17.636Z] === RUN TestDockerSuite/TestBuildPATH [2019-09-20T14:49:18.113Z] INFO: make.ps1 ended at 09/20/2019 14:49:18 [2019-09-20T14:49:19.385Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.71s) [2019-09-20T14:49:19.385Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig" [2019-09-20T14:49:19.385Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:62, shared: false, mustBeShared: false [2019-09-20T14:49:19.385Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-09-20T14:49:20.144Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2019-09-20T14:49:20.311Z] INFO: Unit tests ended at 09/20/2019 14:49:19. Duration:00:03:54.2406601 [2019-09-20T14:49:20.311Z] INFO: Building busybox [2019-09-20T14:49:20.311Z] Downloading build context from remote url: https://raw.githubusercontent.com/jhowardmsft/busybox/v1.1/Dockerfile 701B [2019-09-20T14:49:20.311Z] Downloading build context from remote url: https://raw.githubusercontent.com/jhowardmsft/busybox/v1.1/Dockerfile 701B [2019-09-20T14:49:20.311Z] [2019-09-20T14:49:20.311Z] Sending build context to Docker daemon 2.56kB [2019-09-20T14:49:20.311Z] [2019-09-20T14:49:20.311Z] Step 1/6 : FROM microsoft/windowsservercore [2019-09-20T14:49:20.311Z] ---> 1ddfa8bee56a [2019-09-20T14:49:20.311Z] Step 2/6 : RUN mkdir C:\tmp && mkdir C:\bin [2019-09-20T14:49:20.311Z] ---> Running in 80b7f2b1cf01 [2019-09-20T14:49:20.704Z] --- PASS: TestSecretList (3.34s) [2019-09-20T14:49:20.704Z] secret_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretList" [2019-09-20T14:49:20.704Z] === RUN TestSecretsCreateAndDelete [2019-09-20T14:49:20.863Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.77s) [2019-09-20T14:49:20.863Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig" [2019-09-20T14:49:20.863Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:56, shared: true, mustBeShared: true [2019-09-20T14:49:20.863Z] === RUN TestIpcModeOlderClient [2019-09-20T14:49:20.863Z] === PAUSE TestIpcModeOlderClient [2019-09-20T14:49:20.863Z] === RUN TestKillContainerInvalidSignal [2019-09-20T14:49:20.959Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2019-09-20T14:49:21.480Z] --- PASS: TestKillContainerInvalidSignal (0.67s) [2019-09-20T14:49:21.480Z] === RUN TestKillContainer [2019-09-20T14:49:21.480Z] === RUN TestKillContainer/no_signal [2019-09-20T14:49:21.884Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2019-09-20T14:49:22.094Z] === RUN TestKillContainer/non_killing_signal [2019-09-20T14:49:22.721Z] === RUN TestKillContainer/killing_signal [2019-09-20T14:49:23.733Z] --- PASS: TestKillContainer (2.13s) [2019-09-20T14:49:23.733Z] --- PASS: TestKillContainer/no_signal (0.65s) [2019-09-20T14:49:23.733Z] --- PASS: TestKillContainer/non_killing_signal (0.50s) [2019-09-20T14:49:23.733Z] --- PASS: TestKillContainer/killing_signal (0.68s) [2019-09-20T14:49:23.733Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-09-20T14:49:23.733Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-09-20T14:49:23.767Z] --- PASS: TestSecretsCreateAndDelete (3.15s) [2019-09-20T14:49:23.767Z] secret_test.go:125: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete" [2019-09-20T14:49:23.767Z] === RUN TestSecretsUpdate [2019-09-20T14:49:24.351Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-09-20T14:49:24.968Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.43s) [2019-09-20T14:49:24.968Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.66s) [2019-09-20T14:49:24.968Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.51s) [2019-09-20T14:49:24.968Z] === RUN TestKillStoppedContainer [2019-09-20T14:49:24.968Z] --- PASS: TestKillStoppedContainer (0.08s) [2019-09-20T14:49:24.968Z] === RUN TestKillStoppedContainerAPIPre120 [2019-09-20T14:49:25.253Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2019-09-20T14:49:25.253Z] === RUN TestKillDifferentUserContainer [2019-09-20T14:49:25.873Z] --- PASS: TestKillDifferentUserContainer (0.73s) [2019-09-20T14:49:25.873Z] === RUN TestInspectOomKilledTrue [2019-09-20T14:49:26.144Z] Removing intermediate container 80b7f2b1cf01 [2019-09-20T14:49:26.144Z] ---> e20564c358c4 [2019-09-20T14:49:26.144Z] Step 3/6 : ADD http://frippery.org/files/busybox/busybox.exe /bin/ [2019-09-20T14:49:26.608Z] [2019-09-20T14:49:27.026Z] --- PASS: TestSecretsUpdate (3.14s) [2019-09-20T14:49:27.026Z] secret_test.go:172: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate" [2019-09-20T14:49:27.026Z] === RUN TestTemplatedSecret [2019-09-20T14:49:27.072Z] ---> a772c0762ece [2019-09-20T14:49:27.072Z] Step 4/6 : RUN setx /M PATH "C:\bin;%PATH%" [2019-09-20T14:49:27.072Z] ---> Running in 9a3bb2066aeb [2019-09-20T14:49:27.357Z] --- PASS: TestInspectOomKilledTrue (1.18s) [2019-09-20T14:49:27.357Z] === RUN TestInspectOomKilledFalse [2019-09-20T14:49:27.639Z] --- PASS: TestInspectOomKilledFalse (0.66s) [2019-09-20T14:49:27.639Z] === RUN TestLinksEtcHostsContentMatch [2019-09-20T14:49:28.254Z] --- PASS: TestLinksEtcHostsContentMatch (0.60s) [2019-09-20T14:49:28.254Z] === RUN TestLinksContainerNames [2019-09-20T14:49:28.623Z] [2019-09-20T14:49:28.623Z] SUCCESS: Specified value was saved. [2019-09-20T14:49:29.728Z] --- PASS: TestLinksContainerNames (1.37s) [2019-09-20T14:49:29.728Z] === RUN TestLogsFollowTailEmpty [2019-09-20T14:49:30.351Z] --- PASS: TestLogsFollowTailEmpty (0.71s) [2019-09-20T14:49:30.351Z] === RUN TestContainerNetworkMountsNoChown [2019-09-20T14:49:30.969Z] --- PASS: TestContainerNetworkMountsNoChown (0.67s) [2019-09-20T14:49:30.969Z] === RUN TestMountDaemonRoot [2019-09-20T14:49:31.182Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2019-09-20T14:49:31.183Z] --- PASS: TestTemplatedSecret (3.61s) [2019-09-20T14:49:31.183Z] secret_test.go:221: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret" [2019-09-20T14:49:31.183Z] === RUN TestSecretCreateResolve [2019-09-20T14:49:31.253Z] === RUN TestMountDaemonRoot/default [2019-09-20T14:49:31.253Z] === PAUSE TestMountDaemonRoot/default [2019-09-20T14:49:31.253Z] === RUN TestMountDaemonRoot/private [2019-09-20T14:49:31.253Z] === PAUSE TestMountDaemonRoot/private [2019-09-20T14:49:31.253Z] === RUN TestMountDaemonRoot/rprivate [2019-09-20T14:49:31.253Z] === PAUSE TestMountDaemonRoot/rprivate [2019-09-20T14:49:31.253Z] === RUN TestMountDaemonRoot/slave [2019-09-20T14:49:31.253Z] === PAUSE TestMountDaemonRoot/slave [2019-09-20T14:49:31.253Z] === RUN TestMountDaemonRoot/rslave [2019-09-20T14:49:31.253Z] === PAUSE TestMountDaemonRoot/rslave [2019-09-20T14:49:31.253Z] === RUN TestMountDaemonRoot/shared [2019-09-20T14:49:31.253Z] === PAUSE TestMountDaemonRoot/shared [2019-09-20T14:49:31.253Z] === RUN TestMountDaemonRoot/rshared [2019-09-20T14:49:31.253Z] === PAUSE TestMountDaemonRoot/rshared [2019-09-20T14:49:31.253Z] === CONT TestMountDaemonRoot/default [2019-09-20T14:49:31.253Z] === CONT TestMountDaemonRoot/rslave [2019-09-20T14:49:31.253Z] === CONT TestMountDaemonRoot/rprivate [2019-09-20T14:49:31.253Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-09-20T14:49:31.253Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-09-20T14:49:31.253Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-09-20T14:49:31.253Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-09-20T14:49:31.253Z] === CONT TestMountDaemonRoot/rshared [2019-09-20T14:49:31.253Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-09-20T14:49:31.253Z] === RUN TestMountDaemonRoot/default/bind_root [2019-09-20T14:49:31.253Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-09-20T14:49:31.253Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-09-20T14:49:31.253Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-09-20T14:49:31.253Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-09-20T14:49:31.253Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-09-20T14:49:31.253Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-09-20T14:49:31.253Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-09-20T14:49:31.253Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-09-20T14:49:31.253Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-09-20T14:49:31.253Z] === RUN TestMountDaemonRoot/default/mount_root [2019-09-20T14:49:31.253Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-09-20T14:49:31.253Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-09-20T14:49:31.253Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-09-20T14:49:31.253Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-09-20T14:49:31.253Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-09-20T14:49:31.253Z] === CONT TestMountDaemonRoot/shared [2019-09-20T14:49:31.253Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-09-20T14:49:31.253Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-09-20T14:49:31.253Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-09-20T14:49:31.253Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-09-20T14:49:31.253Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-09-20T14:49:31.253Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-09-20T14:49:31.253Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-09-20T14:49:31.253Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-09-20T14:49:31.253Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-09-20T14:49:31.253Z] === CONT TestMountDaemonRoot/private [2019-09-20T14:49:31.253Z] === CONT TestMountDaemonRoot/slave [2019-09-20T14:49:31.253Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-09-20T14:49:31.253Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-09-20T14:49:31.253Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-09-20T14:49:31.253Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-09-20T14:49:31.253Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-09-20T14:49:31.253Z] === RUN TestMountDaemonRoot/private/bind_root [2019-09-20T14:49:31.253Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-09-20T14:49:31.253Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-09-20T14:49:31.253Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-09-20T14:49:31.253Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-09-20T14:49:31.253Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-09-20T14:49:31.253Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-09-20T14:49:31.253Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-09-20T14:49:31.253Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-09-20T14:49:31.253Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-09-20T14:49:31.253Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-09-20T14:49:31.253Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-09-20T14:49:31.253Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-09-20T14:49:31.253Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-09-20T14:49:31.253Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-09-20T14:49:31.253Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-09-20T14:49:31.253Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-09-20T14:49:31.253Z] === RUN TestMountDaemonRoot/private/mount_root [2019-09-20T14:49:31.253Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-09-20T14:49:31.253Z] === CONT TestMountDaemonRoot/default/mount_root [2019-09-20T14:49:31.253Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-09-20T14:49:31.253Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-09-20T14:49:31.253Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-09-20T14:49:31.253Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-09-20T14:49:31.253Z] === CONT TestMountDaemonRoot/default/bind_root [2019-09-20T14:49:31.253Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-09-20T14:49:31.253Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-09-20T14:49:31.253Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-09-20T14:49:31.253Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-09-20T14:49:31.253Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-09-20T14:49:31.253Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-09-20T14:49:31.253Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-09-20T14:49:31.253Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-09-20T14:49:31.253Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-09-20T14:49:31.253Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-09-20T14:49:31.253Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-09-20T14:49:31.253Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-09-20T14:49:31.253Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-09-20T14:49:31.253Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-09-20T14:49:31.253Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-09-20T14:49:31.253Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-09-20T14:49:31.253Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-09-20T14:49:31.253Z] === CONT TestMountDaemonRoot/private/mount_root [2019-09-20T14:49:31.253Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-09-20T14:49:31.537Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-09-20T14:49:31.537Z] === CONT TestMountDaemonRoot/private/bind_root [2019-09-20T14:49:31.537Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-09-20T14:49:31.537Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-09-20T14:49:31.537Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-09-20T14:49:31.537Z] --- PASS: TestMountDaemonRoot (0.04s) [2019-09-20T14:49:31.537Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-09-20T14:49:31.537Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2019-09-20T14:49:31.537Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2019-09-20T14:49:31.537Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) [2019-09-20T14:49:31.537Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2019-09-20T14:49:31.537Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-09-20T14:49:31.537Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2019-09-20T14:49:31.537Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2019-09-20T14:49:31.537Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2019-09-20T14:49:31.537Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2019-09-20T14:49:31.537Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-09-20T14:49:31.537Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2019-09-20T14:49:31.537Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2019-09-20T14:49:31.537Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2019-09-20T14:49:31.537Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2019-09-20T14:49:31.537Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-09-20T14:49:31.537Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2019-09-20T14:49:31.537Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2019-09-20T14:49:31.537Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2019-09-20T14:49:31.537Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2019-09-20T14:49:31.537Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-09-20T14:49:31.537Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2019-09-20T14:49:31.537Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2019-09-20T14:49:31.537Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2019-09-20T14:49:31.537Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2019-09-20T14:49:31.537Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-09-20T14:49:31.537Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2019-09-20T14:49:31.537Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2019-09-20T14:49:31.537Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2019-09-20T14:49:31.537Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2019-09-20T14:49:31.537Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-09-20T14:49:31.537Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2019-09-20T14:49:31.537Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2019-09-20T14:49:31.537Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2019-09-20T14:49:31.537Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2019-09-20T14:49:31.537Z] === RUN TestContainerBindMountNonRecursive [2019-09-20T14:49:31.554Z] Removing intermediate container 9a3bb2066aeb [2019-09-20T14:49:31.554Z] ---> 8a517e0344f4 [2019-09-20T14:49:31.554Z] Step 5/6 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2019-09-20T14:49:31.554Z] ---> Running in 03d2b692b690 [2019-09-20T14:49:33.011Z] --- PASS: TestContainerBindMountNonRecursive (1.62s) [2019-09-20T14:49:33.011Z] === RUN TestNetworkNat [2019-09-20T14:49:33.702Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2019-09-20T14:49:34.020Z] --- PASS: TestNetworkNat (0.73s) [2019-09-20T14:49:34.020Z] === RUN TestNetworkLocalhostTCPNat [2019-09-20T14:49:34.631Z] --- PASS: TestSecretCreateResolve (4.01s) [2019-09-20T14:49:34.632Z] secret_test.go:342: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve" [2019-09-20T14:49:34.632Z] PASS [2019-09-20T14:49:34.632Z] [2019-09-20T14:49:34.632Z] DONE 6 tests in 20.604s [2019-09-20T14:49:34.632Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2019-09-20T14:49:34.632Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:49:34.632Z] ++ set -e [2019-09-20T14:49:34.632Z] ++ '[' -n 0 ']' [2019-09-20T14:49:34.632Z] ++ set -x [2019-09-20T14:49:34.632Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:49:34.634Z] --- PASS: TestNetworkLocalhostTCPNat (0.70s) [2019-09-20T14:49:34.634Z] === RUN TestNetworkLoopbackNat [2019-09-20T14:49:34.888Z] INFO: Testing against a local daemon [2019-09-20T14:49:34.888Z] === RUN TestServiceCreateInit [2019-09-20T14:49:34.888Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-09-20T14:49:35.642Z] --- PASS: TestNetworkLoopbackNat (0.91s) [2019-09-20T14:49:35.642Z] === RUN TestPause [2019-09-20T14:49:36.274Z] --- PASS: TestPause (0.78s) [2019-09-20T14:49:36.274Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-09-20T14:49:36.274Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-09-20T14:49:36.274Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-20T14:49:36.274Z] === RUN TestPauseStopPausedContainer [2019-09-20T14:49:36.890Z] --- PASS: TestPauseStopPausedContainer (0.77s) [2019-09-20T14:49:36.890Z] === RUN TestPsFilter [2019-09-20T14:49:37.173Z] --- PASS: TestPsFilter (0.16s) [2019-09-20T14:49:37.173Z] === RUN TestRemoveContainerWithRemovedVolume [2019-09-20T14:49:37.393Z] Cannot create a file when that file already exists. [2019-09-20T14:49:37.788Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.66s) [2019-09-20T14:49:37.788Z] === RUN TestRemoveContainerWithVolume [2019-09-20T14:49:38.403Z] --- PASS: TestRemoveContainerWithVolume (0.65s) [2019-09-20T14:49:38.403Z] === RUN TestRemoveContainerRunning [2019-09-20T14:49:39.042Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2019-09-20T14:49:39.412Z] --- PASS: TestRemoveContainerRunning (0.68s) [2019-09-20T14:49:39.412Z] === RUN TestRemoveContainerForceRemoveRunning [2019-09-20T14:49:40.031Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.70s) [2019-09-20T14:49:40.031Z] === RUN TestRemoveInvalidContainer [2019-09-20T14:49:40.031Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2019-09-20T14:49:40.031Z] === RUN TestRenameLinkedContainer [2019-09-20T14:49:40.402Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-09-20T14:49:41.325Z] === RUN TestDockerSuite/TestBuildRm [2019-09-20T14:49:42.711Z] --- PASS: TestRenameLinkedContainer (2.66s) [2019-09-20T14:49:42.711Z] === RUN TestRenameStoppedContainer [2019-09-20T14:49:43.325Z] --- PASS: TestRenameStoppedContainer (0.69s) [2019-09-20T14:49:43.325Z] === RUN TestRenameRunningContainerAndReuse [2019-09-20T14:49:44.508Z] Removing intermediate container 03d2b692b690 [2019-09-20T14:49:44.508Z] ---> 83b155d3c770 [2019-09-20T14:49:44.508Z] Step 6/6 : CMD ["sh"] [2019-09-20T14:49:44.508Z] ---> Running in b30a29cab59e [2019-09-20T14:49:44.508Z] Removing intermediate container b30a29cab59e [2019-09-20T14:49:44.508Z] ---> 080d7d372a75 [2019-09-20T14:49:44.508Z] Successfully built 080d7d372a75 [2019-09-20T14:49:44.508Z] Successfully tagged busybox:latest [2019-09-20T14:49:44.508Z] INFO: Docker images of the daemon under test [2019-09-20T14:49:44.508Z] [2019-09-20T14:49:44.508Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2019-09-20T14:49:44.508Z] busybox latest 080d7d372a75 1 second ago 4.75GB [2019-09-20T14:49:44.508Z] microsoft/windowsservercore latest 1ddfa8bee56a 9 days ago 4.71GB [2019-09-20T14:49:44.508Z] mcr.microsoft.com/windows/servercore ltsc2019 1ddfa8bee56a 9 days ago 4.71GB [2019-09-20T14:49:44.508Z] [2019-09-20T14:49:44.508Z] INFO: Running integration tests at 09/20/2019 14:49:44... [2019-09-20T14:49:44.508Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2019-09-20T14:49:44.508Z] INFO: Integration API tests being run from the host: [2019-09-20T14:49:44.508Z] INFO: make.ps1 starting at 09/20/2019 14:49:44 [2019-09-20T14:49:44.800Z] --- PASS: TestRenameRunningContainerAndReuse (1.35s) [2019-09-20T14:49:44.800Z] === RUN TestRenameInvalidName [2019-09-20T14:49:45.414Z] --- PASS: TestRenameInvalidName (0.70s) [2019-09-20T14:49:45.415Z] === RUN TestRenameAnonymousContainer [2019-09-20T14:49:45.483Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2019-09-20T14:49:45.496Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\build [2019-09-20T14:49:45.738Z] --- PASS: TestServiceCreateInit (10.80s) [2019-09-20T14:49:45.738Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.44s) [2019-09-20T14:49:45.738Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled" [2019-09-20T14:49:45.738Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.33s) [2019-09-20T14:49:45.738Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled" [2019-09-20T14:49:45.738Z] === RUN TestCreateServiceMultipleTimes [2019-09-20T14:49:46.298Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2019-09-20T14:49:47.656Z] === RUN TestDockerSuite/TestBuildScratchCopy [2019-09-20T14:49:48.097Z] --- PASS: TestRenameAnonymousContainer (2.51s) [2019-09-20T14:49:48.097Z] === RUN TestRenameContainerWithSameName [2019-09-20T14:49:48.215Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2019-09-20T14:49:48.380Z] --- PASS: TestRenameContainerWithSameName (0.69s) [2019-09-20T14:49:48.380Z] === RUN TestRenameContainerWithLinkedContainer [2019-09-20T14:49:48.470Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2019-09-20T14:49:48.726Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2019-09-20T14:49:49.852Z] --- PASS: TestRenameContainerWithLinkedContainer (1.38s) [2019-09-20T14:49:49.852Z] === RUN TestResize [2019-09-20T14:49:50.468Z] --- PASS: TestResize (0.72s) [2019-09-20T14:49:50.468Z] === RUN TestResizeWithInvalidSize [2019-09-20T14:49:50.611Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2019-09-20T14:49:51.494Z] --- PASS: TestResizeWithInvalidSize (0.79s) [2019-09-20T14:49:51.494Z] === RUN TestResizeWhenContainerNotStarted [2019-09-20T14:49:52.112Z] --- PASS: TestResizeWhenContainerNotStarted (0.67s) [2019-09-20T14:49:52.112Z] === RUN TestDaemonRestartKillContainers [2019-09-20T14:49:52.112Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-20T14:49:52.112Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-20T14:49:52.112Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-20T14:49:52.112Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-20T14:49:52.112Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-20T14:49:52.112Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-20T14:49:52.112Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-20T14:49:52.112Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-20T14:49:52.112Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-20T14:49:52.112Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-20T14:49:52.112Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-20T14:49:52.112Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-20T14:49:52.112Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-20T14:49:52.112Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-20T14:49:52.112Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-20T14:49:52.112Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-20T14:49:52.113Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-20T14:49:52.113Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-20T14:49:52.113Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-20T14:49:52.113Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-20T14:49:52.113Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-20T14:49:52.113Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-20T14:49:52.113Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-20T14:49:52.113Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-20T14:49:52.113Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-20T14:49:52.113Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-20T14:49:52.113Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-20T14:49:52.113Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-20T14:49:52.494Z] === RUN TestDockerSuite/TestBuildShellInherited [2019-09-20T14:49:53.418Z] === RUN TestDockerSuite/TestBuildShellMultiple [2019-09-20T14:49:54.157Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-20T14:49:55.175Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-20T14:49:55.462Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-20T14:49:56.487Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-20T14:49:58.525Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-20T14:49:58.525Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-20T14:49:58.652Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2019-09-20T14:49:58.652Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2019-09-20T14:49:58.652Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2019-09-20T14:49:58.652Z] === RUN TestDockerSuite/TestBuildSpaces [2019-09-20T14:49:58.812Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-20T14:49:58.907Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2019-09-20T14:49:59.830Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2019-09-20T14:49:59.830Z] === RUN TestDockerSuite/TestBuildStderr [2019-09-20T14:49:59.858Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-20T14:50:01.190Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2019-09-20T14:50:01.890Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-09-20T14:50:01.890Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (2.12s) [2019-09-20T14:50:01.890Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon" [2019-09-20T14:50:01.890Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (3.23s) [2019-09-20T14:50:01.890Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon" [2019-09-20T14:50:01.890Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.39s) [2019-09-20T14:50:01.890Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon" [2019-09-20T14:50:01.890Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.37s) [2019-09-20T14:50:01.890Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon" [2019-09-20T14:50:01.890Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.30s) [2019-09-20T14:50:01.890Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon" [2019-09-20T14:50:01.890Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.28s) [2019-09-20T14:50:01.890Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon" [2019-09-20T14:50:01.890Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.45s) [2019-09-20T14:50:01.890Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon" [2019-09-20T14:50:01.890Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.17s) [2019-09-20T14:50:01.890Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon" [2019-09-20T14:50:01.890Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (2.10s) [2019-09-20T14:50:01.890Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon" [2019-09-20T14:50:01.890Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (2.09s) [2019-09-20T14:50:01.890Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon" [2019-09-20T14:50:01.890Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.87s) [2019-09-20T14:50:01.890Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon" [2019-09-20T14:50:01.890Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.89s) [2019-09-20T14:50:01.890Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon" [2019-09-20T14:50:01.890Z] === RUN TestCgroupNamespacesRun [2019-09-20T14:50:03.366Z] --- PASS: TestCgroupNamespacesRun (1.69s) [2019-09-20T14:50:03.366Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun" [2019-09-20T14:50:03.366Z] === RUN TestCgroupNamespacesRunPrivileged [2019-09-20T14:50:04.842Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.68s) [2019-09-20T14:50:04.842Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged" [2019-09-20T14:50:04.842Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-09-20T14:50:06.425Z] === RUN TestDockerSuite/TestBuildStopSignal [2019-09-20T14:50:06.875Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.70s) [2019-09-20T14:50:06.875Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode" [2019-09-20T14:50:06.875Z] === RUN TestCgroupNamespacesRunHostMode [2019-09-20T14:50:06.986Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2019-09-20T14:50:08.346Z] --- PASS: TestCreateServiceMultipleTimes (22.39s) [2019-09-20T14:50:08.346Z] create_test.go:80: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes" [2019-09-20T14:50:08.346Z] === RUN TestCreateServiceConflict [2019-09-20T14:50:08.346Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2019-09-20T14:50:08.357Z] --- PASS: TestCgroupNamespacesRunHostMode (1.69s) [2019-09-20T14:50:08.357Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode" [2019-09-20T14:50:08.357Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-09-20T14:50:08.905Z] === RUN TestDockerSuite/TestBuildTagEvent [2019-09-20T14:50:09.834Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2019-09-20T14:50:10.381Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.72s) [2019-09-20T14:50:10.381Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode" [2019-09-20T14:50:10.381Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-09-20T14:50:10.758Z] --- PASS: TestCreateServiceConflict (2.69s) [2019-09-20T14:50:10.758Z] create_test.go:129: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict" [2019-09-20T14:50:10.758Z] === RUN TestCreateServiceMaxReplicas [2019-09-20T14:50:10.997Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.90s) [2019-09-20T14:50:10.997Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate" [2019-09-20T14:50:10.997Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-09-20T14:50:11.321Z] === RUN TestDockerSuite/TestBuildUser [2019-09-20T14:50:12.008Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.92s) [2019-09-20T14:50:12.008Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode" [2019-09-20T14:50:12.008Z] === RUN TestCgroupNamespacesRunOlderClient [2019-09-20T14:50:13.487Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.79s) [2019-09-20T14:50:13.487Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient" [2019-09-20T14:50:13.487Z] === RUN TestKernelTCPMemory [2019-09-20T14:50:13.834Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2019-09-20T14:50:14.393Z] --- PASS: TestCreateServiceMaxReplicas (3.58s) [2019-09-20T14:50:14.393Z] create_test.go:150: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas" [2019-09-20T14:50:14.393Z] === RUN TestCreateWithDuplicateNetworkNames [2019-09-20T14:50:14.504Z] --- PASS: TestKernelTCPMemory (0.91s) [2019-09-20T14:50:14.504Z] === RUN TestNISDomainname [2019-09-20T14:50:15.519Z] --- PASS: TestNISDomainname (1.04s) [2019-09-20T14:50:15.519Z] === RUN TestHostnameDnsResolution [2019-09-20T14:50:16.996Z] --- PASS: TestHostnameDnsResolution (1.17s) [2019-09-20T14:50:16.996Z] === RUN TestStats [2019-09-20T14:50:17.699Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2019-09-20T14:50:18.465Z] --- PASS: TestStats (1.89s) [2019-09-20T14:50:18.465Z] === RUN TestStopContainerWithTimeout [2019-09-20T14:50:18.465Z] === RUN TestStopContainerWithTimeout/0 [2019-09-20T14:50:18.465Z] === PAUSE TestStopContainerWithTimeout/0 [2019-09-20T14:50:18.465Z] === RUN TestStopContainerWithTimeout/1 [2019-09-20T14:50:18.465Z] === PAUSE TestStopContainerWithTimeout/1 [2019-09-20T14:50:18.465Z] === RUN TestStopContainerWithTimeout/3 [2019-09-20T14:50:18.465Z] === PAUSE TestStopContainerWithTimeout/3 [2019-09-20T14:50:18.465Z] === RUN TestStopContainerWithTimeout/-1 [2019-09-20T14:50:18.465Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-09-20T14:50:18.752Z] === CONT TestStopContainerWithTimeout/0 [2019-09-20T14:50:18.752Z] === CONT TestStopContainerWithTimeout/1 [2019-09-20T14:50:18.752Z] === CONT TestStopContainerWithTimeout/-1 [2019-09-20T14:50:18.752Z] === CONT TestStopContainerWithTimeout/3 [2019-09-20T14:50:22.209Z] --- PASS: TestStopContainerWithTimeout (0.04s) [2019-09-20T14:50:22.209Z] --- PASS: TestStopContainerWithTimeout/0 (1.32s) [2019-09-20T14:50:22.209Z] --- PASS: TestStopContainerWithTimeout/1 (2.29s) [2019-09-20T14:50:22.209Z] --- PASS: TestStopContainerWithTimeout/3 (3.01s) [2019-09-20T14:50:22.209Z] --- PASS: TestStopContainerWithTimeout/-1 (3.24s) [2019-09-20T14:50:22.209Z] === RUN TestDeleteDevicemapper [2019-09-20T14:50:22.209Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-09-20T14:50:22.209Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-20T14:50:22.209Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-09-20T14:50:24.223Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2019-09-20T14:50:24.898Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.88s) [2019-09-20T14:50:24.898Z] === RUN TestUpdateMemory [2019-09-20T14:50:25.908Z] --- PASS: TestUpdateMemory (1.06s) [2019-09-20T14:50:25.908Z] === RUN TestUpdateCPUQuota [2019-09-20T14:50:27.382Z] --- PASS: TestUpdateCPUQuota (1.52s) [2019-09-20T14:50:27.382Z] === RUN TestUpdatePidsLimit [2019-09-20T14:50:27.382Z] === RUN TestUpdatePidsLimit/update_from_none [2019-09-20T14:50:27.665Z] === RUN TestUpdatePidsLimit/no_change [2019-09-20T14:50:28.150Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\config [2019-09-20T14:50:28.150Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\container [2019-09-20T14:50:28.286Z] === RUN TestUpdatePidsLimit/update_lower [2019-09-20T14:50:28.568Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-09-20T14:50:28.851Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-09-20T14:50:29.465Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-09-20T14:50:29.748Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-09-20T14:50:30.744Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.70s) [2019-09-20T14:50:30.744Z] create_test.go:171: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames" [2019-09-20T14:50:30.744Z] === RUN TestCreateServiceSecretFileMode [2019-09-20T14:50:30.744Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2019-09-20T14:50:31.080Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\image [2019-09-20T14:50:31.223Z] --- PASS: TestUpdatePidsLimit (3.99s) [2019-09-20T14:50:31.223Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.42s) [2019-09-20T14:50:31.223Z] --- PASS: TestUpdatePidsLimit/no_change (0.40s) [2019-09-20T14:50:31.223Z] --- PASS: TestUpdatePidsLimit/update_lower (0.40s) [2019-09-20T14:50:31.223Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.37s) [2019-09-20T14:50:31.223Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.40s) [2019-09-20T14:50:31.223Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.39s) [2019-09-20T14:50:31.223Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.39s) [2019-09-20T14:50:31.223Z] === RUN TestUpdateRestartPolicy [2019-09-20T14:50:34.002Z] --- PASS: TestCreateServiceSecretFileMode (3.48s) [2019-09-20T14:50:34.002Z] create_test.go:224: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode" [2019-09-20T14:50:34.002Z] === RUN TestCreateServiceConfigFileMode [2019-09-20T14:50:34.850Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network [2019-09-20T14:50:35.885Z] === RUN TestDockerSuite/TestBuildVerboseOut [2019-09-20T14:50:36.809Z] --- PASS: TestCreateServiceConfigFileMode (3.15s) [2019-09-20T14:50:36.809Z] create_test.go:288: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode" [2019-09-20T14:50:36.809Z] === RUN TestCreateServiceSysctls [2019-09-20T14:50:36.809Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2019-09-20T14:50:37.064Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2019-09-20T14:50:38.422Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2019-09-20T14:50:39.346Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2019-09-20T14:50:39.395Z] #33 121.0 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-09-20T14:50:39.396Z] #33 123.6 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-09-20T14:50:39.396Z] #33 126.2 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-09-20T14:50:39.572Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2019-09-20T14:50:39.572Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\macvlan [2019-09-20T14:50:40.555Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin [2019-09-20T14:50:41.019Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\authz [2019-09-20T14:50:41.229Z] --- PASS: TestCreateServiceSysctls (4.18s) [2019-09-20T14:50:41.230Z] create_test.go:378: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls" [2019-09-20T14:50:41.230Z] === RUN TestCreateServiceCapabilities [2019-09-20T14:50:41.230Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2019-09-20T14:50:41.230Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2019-09-20T14:50:41.230Z] === RUN TestDockerSuite/TestBuildWindowsUser [2019-09-20T14:50:41.230Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2019-09-20T14:50:41.230Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2019-09-20T14:50:41.998Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\common [2019-09-20T14:50:42.672Z] #33 129.0 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-09-20T14:50:43.742Z] --- PASS: TestUpdateRestartPolicy (12.16s) [2019-09-20T14:50:43.742Z] === RUN TestUpdateRestartWithAutoRemove [2019-09-20T14:50:43.778Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2019-09-20T14:50:43.778Z] === RUN TestDockerSuite/TestBuildWithFailure [2019-09-20T14:50:44.215Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2019-09-20T14:50:44.336Z] --- PASS: TestCreateServiceCapabilities (3.35s) [2019-09-20T14:50:44.336Z] create_test.go:462: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities" [2019-09-20T14:50:44.336Z] === RUN TestInspect [2019-09-20T14:50:44.336Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2019-09-20T14:50:44.365Z] --- PASS: TestUpdateRestartWithAutoRemove (0.75s) [2019-09-20T14:50:44.365Z] === RUN TestWaitNonBlocked [2019-09-20T14:50:44.365Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-20T14:50:44.365Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-20T14:50:44.365Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-20T14:50:44.365Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-20T14:50:44.365Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-20T14:50:44.365Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-20T14:50:44.568Z] #33 131.5 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-09-20T14:50:45.259Z] === RUN TestDockerSuite/TestBuildWithTabs [2019-09-20T14:50:45.387Z] --- PASS: TestWaitNonBlocked (0.04s) [2019-09-20T14:50:45.387Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.90s) [2019-09-20T14:50:45.387Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.97s) [2019-09-20T14:50:45.387Z] === RUN TestWaitBlocked [2019-09-20T14:50:45.387Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-20T14:50:45.387Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-20T14:50:45.387Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-09-20T14:50:45.387Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-09-20T14:50:45.387Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-20T14:50:45.387Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-09-20T14:50:46.194Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2019-09-20T14:50:46.405Z] --- PASS: TestWaitBlocked (0.05s) [2019-09-20T14:50:46.405Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.09s) [2019-09-20T14:50:46.405Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.12s) [2019-09-20T14:50:46.405Z] === CONT TestContainerStartOnDaemonRestart [2019-09-20T14:50:46.405Z] === CONT TestIpcModeOlderClient [2019-09-20T14:50:46.405Z] === CONT TestDaemonRestartIpcMode [2019-09-20T14:50:46.405Z] --- PASS: TestIpcModeOlderClient (0.14s) [2019-09-20T14:50:46.455Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2019-09-20T14:50:47.092Z] #33 133.9 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-09-20T14:50:48.936Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\logging [2019-09-20T14:50:49.615Z] #33 136.2 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-09-20T14:50:49.715Z] --- PASS: TestInspect (5.30s) [2019-09-20T14:50:49.715Z] inspect_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspect" [2019-09-20T14:50:49.715Z] === RUN TestDockerNetworkConnectAlias [2019-09-20T14:50:49.876Z] --- PASS: TestContainerStartOnDaemonRestart (3.12s) [2019-09-20T14:50:49.876Z] daemon_linux_test.go:35: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart" [2019-09-20T14:50:49.970Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2019-09-20T14:50:50.159Z] --- PASS: TestDaemonRestartIpcMode (3.82s) [2019-09-20T14:50:50.159Z] daemon_linux_test.go:89: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode" [2019-09-20T14:50:50.159Z] PASS [2019-09-20T14:50:50.159Z] [2019-09-20T14:50:50.159Z] === Skipped [2019-09-20T14:50:50.159Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2019-09-20T14:50:50.159Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-20T14:50:50.159Z] [2019-09-20T14:50:50.159Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-09-20T14:50:50.159Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-20T14:50:50.159Z] [2019-09-20T14:50:50.159Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2019-09-20T14:50:50.159Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-20T14:50:50.159Z] [2019-09-20T14:50:50.159Z] [2019-09-20T14:50:50.159Z] DONE 197 tests, 3 skipped in 119.877s [2019-09-20T14:50:50.159Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2019-09-20T14:50:50.159Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:50:50.159Z] ++ set -e [2019-09-20T14:50:50.159Z] ++ '[' -n 0 ']' [2019-09-20T14:50:50.159Z] ++ set -x [2019-09-20T14:50:50.159Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:50:50.442Z] INFO: Testing against a local daemon [2019-09-20T14:50:50.442Z] === RUN TestCommitInheritsEnv [2019-09-20T14:50:50.725Z] --- PASS: TestCommitInheritsEnv (0.41s) [2019-09-20T14:50:50.725Z] === RUN TestImportExtremelyLargeImageWorks [2019-09-20T14:50:50.725Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-09-20T14:50:50.725Z] === RUN TestImagesFilterMultiReference [2019-09-20T14:50:50.725Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2019-09-20T14:50:50.725Z] === RUN TestImagePullPlatformInvalid [2019-09-20T14:50:51.015Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2019-09-20T14:50:51.015Z] === RUN TestRemoveImageOrphaning [2019-09-20T14:50:51.132Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2019-09-20T14:50:51.305Z] --- PASS: TestRemoveImageOrphaning (0.42s) [2019-09-20T14:50:51.305Z] === RUN TestRemoveImageGarbageCollector [2019-09-20T14:50:51.305Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2019-09-20T14:50:51.305Z] remove_unix_test.go:30: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-20T14:50:51.305Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-09-20T14:50:51.305Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2019-09-20T14:50:51.305Z] === RUN TestTagInvalidReference [2019-09-20T14:50:51.305Z] --- PASS: TestTagInvalidReference (0.04s) [2019-09-20T14:50:51.305Z] === RUN TestTagValidPrefixedRepo [2019-09-20T14:50:51.305Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2019-09-20T14:50:51.305Z] === RUN TestTagExistedNameWithoutForce [2019-09-20T14:50:51.508Z] #33 138.6 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-09-20T14:50:51.589Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2019-09-20T14:50:51.589Z] === RUN TestTagOfficialNames [2019-09-20T14:50:51.589Z] --- PASS: TestTagOfficialNames (0.07s) [2019-09-20T14:50:51.589Z] === RUN TestTagMatchesDigest [2019-09-20T14:50:51.589Z] --- PASS: TestTagMatchesDigest (0.04s) [2019-09-20T14:50:51.589Z] === CONT TestImportExtremelyLargeImageWorks [2019-09-20T14:50:52.071Z] #33 138.9 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-09-20T14:50:52.477Z] === RUN TestDockerSuite/TestBuildWithVolumes [2019-09-20T14:50:53.036Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2019-09-20T14:50:53.290Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2019-09-20T14:50:53.849Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2019-09-20T14:50:54.594Z] #33 141.3 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-09-20T14:50:54.772Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2019-09-20T14:50:54.772Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2019-09-20T14:50:55.527Z] #33 142.3 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-09-20T14:50:55.696Z] === RUN TestDockerSuite/TestBuildXZHost [2019-09-20T14:50:55.866Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\secret [2019-09-20T14:50:57.581Z] --- PASS: TestDockerNetworkConnectAlias (7.95s) [2019-09-20T14:50:57.582Z] network_test.go:20: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias" [2019-09-20T14:50:57.582Z] === RUN TestDockerNetworkReConnect [2019-09-20T14:50:58.053Z] #33 144.7 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-09-20T14:50:58.505Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2019-09-20T14:50:58.505Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2019-09-20T14:50:58.505Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2019-09-20T14:50:59.428Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2019-09-20T14:50:59.629Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\service [2019-09-20T14:50:59.951Z] #33 146.9 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-09-20T14:51:00.356Z] === RUN TestDockerSuite/TestCommitChange [2019-09-20T14:51:01.279Z] === RUN TestDockerSuite/TestCommitChangeLabels [2019-09-20T14:51:02.476Z] #33 149.2 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-09-20T14:51:02.639Z] === RUN TestDockerSuite/TestCommitHardlink [2019-09-20T14:51:03.197Z] --- PASS: TestDockerNetworkReConnect (5.60s) [2019-09-20T14:51:03.198Z] network_test.go:82: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect" [2019-09-20T14:51:03.198Z] === RUN TestServicePlugin [2019-09-20T14:51:04.353Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\session [2019-09-20T14:51:04.556Z] === RUN TestDockerSuite/TestCommitNewFile [2019-09-20T14:51:05.002Z] #33 151.4 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-09-20T14:51:05.937Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\system [2019-09-20T14:51:06.900Z] #33 153.9 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-09-20T14:51:07.067Z] === RUN TestDockerSuite/TestCommitPausedContainer [2019-09-20T14:51:07.666Z] === RUN TestDockerSuite/TestCommitTTY [2019-09-20T14:51:08.270Z] #33 155.1 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-09-20T14:51:09.700Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\volume [2019-09-20T14:51:10.174Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2019-09-20T14:51:10.795Z] #33 157.5 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-09-20T14:51:11.098Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2019-09-20T14:51:11.726Z] #33 158.6 [2019-09-20T14:51:11.917Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2019-09-20T14:51:12.380Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-20T14:51:12.380Z] INFO: Testing against a local daemon [2019-09-20T14:51:12.380Z] === RUN TestBuildWithSession [2019-09-20T14:51:12.380Z] --- SKIP: TestBuildWithSession (0.00s) [2019-09-20T14:51:12.380Z] build_session_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2019-09-20T14:51:12.380Z] === RUN TestBuildSquashParent [2019-09-20T14:51:12.380Z] --- SKIP: TestBuildSquashParent (0.00s) [2019-09-20T14:51:12.380Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2019-09-20T14:51:12.380Z] === RUN TestBuildWithRemoveAndForceRemove [2019-09-20T14:51:12.380Z] --- SKIP: TestBuildWithRemoveAndForceRemove (0.00s) [2019-09-20T14:51:12.380Z] build_test.go:25: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-20T14:51:12.380Z] === RUN TestBuildMultiStageCopy [2019-09-20T14:51:12.380Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-20T14:51:12.656Z] #33 DONE 159.5s [2019-09-20T14:51:12.656Z] [2019-09-20T14:51:12.656Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ... [2019-09-20T14:51:13.606Z] === RUN TestDockerSuite/TestCommitWithoutPause [2019-09-20T14:51:14.164Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2019-09-20T14:51:14.164Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2019-09-20T14:51:14.164Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2019-09-20T14:51:14.164Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2019-09-20T14:51:14.164Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2019-09-20T14:51:14.164Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2019-09-20T14:51:14.419Z] === RUN TestDockerSuite/TestContainerAPICommit [2019-09-20T14:51:15.177Z] #34 DONE 2.3s [2019-09-20T14:51:16.301Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2019-09-20T14:51:17.075Z] [2019-09-20T14:51:17.075Z] #35 [runner 12/12] COPY --from=builder /build/ / [2019-09-20T14:51:18.224Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2019-09-20T14:51:18.224Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2019-09-20T14:51:18.444Z] #35 DONE 1.7s [2019-09-20T14:51:18.701Z] [2019-09-20T14:51:18.701Z] #36 exporting to image [2019-09-20T14:51:18.701Z] #36 exporting layers [2019-09-20T14:51:18.783Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2019-09-20T14:51:19.705Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2019-09-20T14:51:20.630Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2019-09-20T14:51:22.075Z] === RUN TestDockerSuite/TestContainerAPICreate [2019-09-20T14:51:22.633Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2019-09-20T14:51:22.633Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2019-09-20T14:51:22.633Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2019-09-20T14:51:22.767Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-20T14:51:22.880Z] #36 exporting layers 3.9s done [2019-09-20T14:51:22.880Z] #36 writing image sha256:f8431e7a824cde295c2522264941ddf448ad9aa2fbafe511716659b2f6ee0bcf done [2019-09-20T14:51:22.880Z] #36 naming to docker.io/library/moby-e2e-test done [2019-09-20T14:51:22.880Z] #36 DONE 3.9s [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-09-20T14:51:23.199Z] + echo Ensuring container killed. [2019-09-20T14:51:23.199Z] Ensuring container killed. [2019-09-20T14:51:23.199Z] + docker rm -vf docker-pr14 [2019-09-20T14:51:23.199Z] Error: No such container: docker-pr14 [2019-09-20T14:51:23.199Z] + true [Pipeline] sh [2019-09-20T14:51:23.229Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-20T14:51:23.482Z] + echo Chowning /workspace to jenkins user [2019-09-20T14:51:23.482Z] Chowning /workspace to jenkins user [2019-09-20T14:51:23.482Z] + id -u [2019-09-20T14:51:23.482Z] + id -g [2019-09-20T14:51:23.482Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39943:/workspace busybox chown -R 1000:1000 /workspace [2019-09-20T14:51:23.559Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2019-09-20T14:51:23.559Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2019-09-20T14:51:23.559Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2019-09-20T14:51:23.814Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2019-09-20T14:51:23.814Z] === RUN TestDockerSuite/TestContainerAPIDelete [2019-09-20T14:51:24.198Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-09-20T14:51:24.713Z] + bundleName=unit [2019-09-20T14:51:24.713Z] + echo Creating unit-bundles.tar.gz [2019-09-20T14:51:24.713Z] Creating unit-bundles.tar.gz [2019-09-20T14:51:24.713Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2019-09-20T14:51:24.713Z] bundles/junit-report.xml [2019-09-20T14:51:24.713Z] bundles/go-test-report.json [2019-09-20T14:51:24.713Z] bundles/profile.out [Pipeline] archiveArtifacts [2019-09-20T14:51:24.723Z] Archiving artifacts [2019-09-20T14:51:25.142Z] Uploaded 2 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39943/14/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-09-20T14:51:25.176Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2019-09-20T14:51:25.468Z] + make clean [2019-09-20T14:51:25.735Z] docker volume rm -f docker-dev-cache [2019-09-20T14:51:25.735Z] docker-dev-cache [2019-09-20T14:51:25.743Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [2019-09-20T14:51:26.100Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-09-20T14:51:27.023Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2019-09-20T14:51:27.023Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2019-09-20T14:51:27.284Z] --- PASS: TestBuildMultiStageCopy (14.92s) [2019-09-20T14:51:27.284Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (10.26s) [2019-09-20T14:51:27.284Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.87s) [2019-09-20T14:51:27.284Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.04s) [2019-09-20T14:51:27.284Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.21s) [2019-09-20T14:51:27.284Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.54s) [2019-09-20T14:51:27.284Z] === RUN TestBuildMultiStageParentConfig [2019-09-20T14:51:27.284Z] --- SKIP: TestBuildMultiStageParentConfig (0.00s) [2019-09-20T14:51:27.284Z] build_test.go:192: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-20T14:51:27.284Z] === RUN TestBuildLabelWithTargets [2019-09-20T14:51:27.284Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2019-09-20T14:51:27.284Z] build_test.go:236: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-20T14:51:27.284Z] === RUN TestBuildWithEmptyLayers [2019-09-20T14:51:28.256Z] --- PASS: TestBuildWithEmptyLayers (1.18s) [2019-09-20T14:51:28.256Z] === RUN TestBuildMultiStageOnBuild [2019-09-20T14:51:28.256Z] --- SKIP: TestBuildMultiStageOnBuild (0.01s) [2019-09-20T14:51:28.256Z] build_test.go:343: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-20T14:51:28.256Z] === RUN TestBuildUncleanTarFilenames [2019-09-20T14:51:28.256Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s) [2019-09-20T14:51:28.256Z] build_test.go:390: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-20T14:51:28.256Z] === RUN TestBuildMultiStageLayerLeak [2019-09-20T14:51:28.256Z] --- SKIP: TestBuildMultiStageLayerLeak (0.01s) [2019-09-20T14:51:28.256Z] build_test.go:450: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-20T14:51:28.256Z] === RUN TestBuildWithHugeFile [2019-09-20T14:51:28.256Z] --- SKIP: TestBuildWithHugeFile (0.00s) [2019-09-20T14:51:28.256Z] build_test.go:491: testEnv.OSType == "windows" [2019-09-20T14:51:28.256Z] === RUN TestBuildWithEmptyDockerfile [2019-09-20T14:51:28.256Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-20T14:51:28.256Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-20T14:51:28.256Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-20T14:51:28.256Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-20T14:51:28.256Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-20T14:51:28.256Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-20T14:51:28.716Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-20T14:51:28.716Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-20T14:51:28.716Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-20T14:51:28.716Z] --- PASS: TestBuildWithEmptyDockerfile (0.37s) [2019-09-20T14:51:28.716Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2019-09-20T14:51:28.716Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2019-09-20T14:51:28.716Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2019-09-20T14:51:28.716Z] === RUN TestBuildPreserveOwnership [2019-09-20T14:51:28.716Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2019-09-20T14:51:28.716Z] build_test.go:579: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-20T14:51:28.716Z] === RUN TestBuildPlatformInvalid [2019-09-20T14:51:28.716Z] --- PASS: TestBuildPlatformInvalid (0.04s) [2019-09-20T14:51:28.716Z] PASS [2019-09-20T14:51:28.716Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2019-09-20T14:51:28.716Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-20T14:51:28.716Z] INFO: Testing against a local daemon [2019-09-20T14:51:28.716Z] === RUN TestConfigList [2019-09-20T14:51:28.716Z] --- SKIP: TestConfigList (0.00s) [2019-09-20T14:51:28.716Z] config_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2019-09-20T14:51:28.716Z] === RUN TestConfigsCreateAndDelete [2019-09-20T14:51:28.716Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2019-09-20T14:51:28.716Z] config_test.go:109: testEnv.DaemonInfo.OSType == "windows" [2019-09-20T14:51:28.716Z] === RUN TestConfigsUpdate [2019-09-20T14:51:28.716Z] --- SKIP: TestConfigsUpdate (0.00s) [2019-09-20T14:51:28.716Z] config_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2019-09-20T14:51:28.716Z] === RUN TestTemplatedConfig [2019-09-20T14:51:28.716Z] --- SKIP: TestTemplatedConfig (0.00s) [2019-09-20T14:51:28.716Z] config_test.go:191: testEnv.DaemonInfo.OSType == "windows" [2019-09-20T14:51:28.716Z] === RUN TestConfigInspect [2019-09-20T14:51:28.716Z] --- SKIP: TestConfigInspect (0.00s) [2019-09-20T14:51:28.716Z] config_test.go:323: testEnv.DaemonInfo.OSType == "windows" [2019-09-20T14:51:28.716Z] === RUN TestConfigCreateWithLabels [2019-09-20T14:51:28.716Z] --- SKIP: TestConfigCreateWithLabels (0.00s) [2019-09-20T14:51:28.716Z] config_test.go:347: testEnv.DaemonInfo.OSType != "linux" [2019-09-20T14:51:28.716Z] === RUN TestConfigCreateResolve [2019-09-20T14:51:28.716Z] --- SKIP: TestConfigCreateResolve (0.00s) [2019-09-20T14:51:28.716Z] config_test.go:374: testEnv.DaemonInfo.OSType != "linux" [2019-09-20T14:51:28.716Z] === RUN TestConfigDaemonLibtrustID [2019-09-20T14:51:28.716Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2019-09-20T14:51:28.716Z] config_test.go:424: testEnv.DaemonInfo.OSType != "linux" [2019-09-20T14:51:28.716Z] PASS [2019-09-20T14:51:28.716Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2019-09-20T14:51:28.716Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-20T14:51:28.716Z] INFO: Testing against a local daemon [2019-09-20T14:51:28.716Z] === RUN TestCheckpoint [2019-09-20T14:51:28.716Z] --- SKIP: TestCheckpoint (0.00s) [2019-09-20T14:51:28.716Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-20T14:51:28.716Z] === RUN TestContainerInvalidJSON [2019-09-20T14:51:28.716Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-09-20T14:51:28.716Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-09-20T14:51:28.716Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-09-20T14:51:28.716Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-09-20T14:51:28.904Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2019-09-20T14:51:29.177Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-09-20T14:51:29.177Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-09-20T14:51:29.177Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-09-20T14:51:29.177Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-09-20T14:51:29.177Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-09-20T14:51:29.177Z] --- PASS: TestContainerInvalidJSON (0.04s) [2019-09-20T14:51:29.177Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-09-20T14:51:29.177Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2019-09-20T14:51:29.177Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2019-09-20T14:51:29.177Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-20T14:51:29.177Z] --- SKIP: TestCopyFromContainerPathDoesNotExist (0.03s) [2019-09-20T14:51:29.177Z] copy_test.go:25: testEnv.OSType == "windows" [2019-09-20T14:51:29.177Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-20T14:51:29.177Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.02s) [2019-09-20T14:51:29.177Z] copy_test.go:39: testEnv.OSType == "windows" [2019-09-20T14:51:29.177Z] === RUN TestCopyToContainerPathDoesNotExist [2019-09-20T14:51:29.177Z] --- SKIP: TestCopyToContainerPathDoesNotExist (0.02s) [2019-09-20T14:51:29.177Z] copy_test.go:51: testEnv.OSType == "windows" [2019-09-20T14:51:29.177Z] === RUN TestCopyToContainerPathIsNotDir [2019-09-20T14:51:29.177Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.02s) [2019-09-20T14:51:29.177Z] copy_test.go:65: testEnv.OSType == "windows" [2019-09-20T14:51:29.177Z] === RUN TestCopyFromContainer [2019-09-20T14:51:29.177Z] --- SKIP: TestCopyFromContainer (0.00s) [2019-09-20T14:51:29.177Z] copy_test.go:76: testEnv.DaemonInfo.OSType == "windows" [2019-09-20T14:51:29.177Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-09-20T14:51:29.177Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-20T14:51:29.177Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-20T14:51:29.177Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-20T14:51:29.177Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-20T14:51:29.177Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-20T14:51:29.177Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-20T14:51:29.177Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-20T14:51:29.177Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-20T14:51:29.177Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-20T14:51:29.177Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2019-09-20T14:51:29.177Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2019-09-20T14:51:29.177Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2019-09-20T14:51:29.177Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-09-20T14:51:29.177Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-20T14:51:29.177Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2019-09-20T14:51:29.177Z] create_test.go:72: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2019-09-20T14:51:29.177Z] === RUN TestCreateWithInvalidEnv [2019-09-20T14:51:29.177Z] === RUN TestCreateWithInvalidEnv/0 [2019-09-20T14:51:29.177Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-09-20T14:51:29.177Z] === RUN TestCreateWithInvalidEnv/1 [2019-09-20T14:51:29.177Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-09-20T14:51:29.177Z] === RUN TestCreateWithInvalidEnv/2 [2019-09-20T14:51:29.177Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-09-20T14:51:29.177Z] === CONT TestCreateWithInvalidEnv/0 [2019-09-20T14:51:29.177Z] === CONT TestCreateWithInvalidEnv/2 [2019-09-20T14:51:29.177Z] === CONT TestCreateWithInvalidEnv/1 [2019-09-20T14:51:29.177Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2019-09-20T14:51:29.177Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-09-20T14:51:29.177Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-09-20T14:51:29.177Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2019-09-20T14:51:29.177Z] === RUN TestCreateTmpfsMountsTarget [2019-09-20T14:51:29.177Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2019-09-20T14:51:29.177Z] create_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2019-09-20T14:51:29.177Z] === RUN TestCreateWithCustomMaskedPaths [2019-09-20T14:51:29.177Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2019-09-20T14:51:29.177Z] create_test.go:176: testEnv.DaemonInfo.OSType != "linux" [2019-09-20T14:51:29.177Z] === RUN TestCreateWithCapabilities [2019-09-20T14:51:29.177Z] --- SKIP: TestCreateWithCapabilities (0.00s) [2019-09-20T14:51:29.177Z] create_test.go:255: testEnv.DaemonInfo.OSType == "windows": FIXME: test should be able to run on LCOW [2019-09-20T14:51:29.177Z] === RUN TestCreateWithCustomReadonlyPaths [2019-09-20T14:51:29.177Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2019-09-20T14:51:29.177Z] create_test.go:381: testEnv.DaemonInfo.OSType != "linux" [2019-09-20T14:51:29.177Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-09-20T14:51:29.177Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-20T14:51:29.177Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-20T14:51:29.177Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-20T14:51:29.177Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-20T14:51:29.177Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-20T14:51:29.177Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-20T14:51:29.177Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-20T14:51:29.177Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-20T14:51:29.177Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-20T14:51:29.177Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-20T14:51:29.177Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-20T14:51:29.177Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-20T14:51:29.177Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-20T14:51:29.177Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-20T14:51:29.177Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-20T14:51:29.177Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2019-09-20T14:51:29.177Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2019-09-20T14:51:29.177Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2019-09-20T14:51:29.177Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2019-09-20T14:51:29.177Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2019-09-20T14:51:29.177Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-09-20T14:51:29.177Z] === RUN TestDiff [2019-09-20T14:51:29.177Z] --- SKIP: TestDiff (0.00s) [2019-09-20T14:51:29.177Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2019-09-20T14:51:29.177Z] === RUN TestExecWithCloseStdin [2019-09-20T14:51:29.826Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2019-09-20T14:51:29.826Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2019-09-20T14:51:30.425Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2019-09-20T14:51:31.348Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2019-09-20T14:51:31.360Z] --- PASS: TestExecWithCloseStdin (2.17s) [2019-09-20T14:51:31.360Z] === RUN TestExec [2019-09-20T14:51:31.360Z] --- SKIP: TestExec (0.00s) [2019-09-20T14:51:31.360Z] exec_test.go:88: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2019-09-20T14:51:31.360Z] === RUN TestExecUser [2019-09-20T14:51:31.360Z] --- SKIP: TestExecUser (0.00s) [2019-09-20T14:51:31.360Z] exec_test.go:123: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2019-09-20T14:51:31.360Z] === RUN TestExportContainerAndImportImage [2019-09-20T14:51:31.360Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2019-09-20T14:51:31.360Z] export_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2019-09-20T14:51:31.360Z] === RUN TestExportContainerAfterDaemonRestart [2019-09-20T14:51:31.360Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2019-09-20T14:51:31.360Z] export_test.go:60: testEnv.DaemonInfo.OSType == "windows" [2019-09-20T14:51:31.360Z] === RUN TestHealthCheckWorkdir [2019-09-20T14:51:31.360Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2019-09-20T14:51:31.360Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2019-09-20T14:51:31.360Z] === RUN TestHealthKillContainer [2019-09-20T14:51:31.360Z] --- SKIP: TestHealthKillContainer (0.00s) [2019-09-20T14:51:31.360Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2019-09-20T14:51:31.360Z] === RUN TestInspectCpusetInConfigPre120 [2019-09-20T14:51:31.360Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2019-09-20T14:51:31.360Z] inspect_test.go:19: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2019-09-20T14:51:31.360Z] === RUN TestKillContainerInvalidSignal [2019-09-20T14:51:32.318Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2019-09-20T14:51:32.903Z] --- PASS: TestKillContainerInvalidSignal (1.75s) [2019-09-20T14:51:32.903Z] === RUN TestKillContainer [2019-09-20T14:51:32.903Z] --- SKIP: TestKillContainer (0.00s) [2019-09-20T14:51:32.903Z] kill_test.go:33: testEnv.OSType == "windows": TODO Windows: FIXME. No SIGWINCH [2019-09-20T14:51:32.903Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-09-20T14:51:32.903Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2019-09-20T14:51:32.903Z] kill_test.go:73: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-09-20T14:51:32.903Z] === RUN TestKillStoppedContainer [2019-09-20T14:51:32.903Z] --- SKIP: TestKillStoppedContainer (0.00s) [2019-09-20T14:51:32.903Z] kill_test.go:112: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-09-20T14:51:32.903Z] === RUN TestKillStoppedContainerAPIPre120 [2019-09-20T14:51:32.903Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2019-09-20T14:51:32.903Z] kill_test.go:123: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-09-20T14:51:32.903Z] === RUN TestKillDifferentUserContainer [2019-09-20T14:51:32.903Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2019-09-20T14:51:32.903Z] kill_test.go:134: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2019-09-20T14:51:32.903Z] === RUN TestInspectOomKilledTrue [2019-09-20T14:51:32.903Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-09-20T14:51:32.903Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-20T14:51:32.903Z] === RUN TestInspectOomKilledFalse [2019-09-20T14:51:32.903Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-09-20T14:51:32.903Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-20T14:51:32.903Z] === RUN TestLogsFollowTailEmpty [2019-09-20T14:51:33.242Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2019-09-20T14:51:33.242Z] === RUN TestDockerSuite/TestContainerAPIKill [2019-09-20T14:51:33.802Z] === RUN TestDockerSuite/TestContainerAPIPause [2019-09-20T14:51:34.726Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2019-09-20T14:51:35.108Z] --- PASS: TestLogsFollowTailEmpty (1.75s) [2019-09-20T14:51:35.108Z] === RUN TestNetworkNat [2019-09-20T14:51:35.108Z] --- SKIP: TestNetworkNat (0.00s) [2019-09-20T14:51:35.108Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2019-09-20T14:51:35.108Z] === RUN TestNetworkLocalhostTCPNat [2019-09-20T14:51:35.108Z] --- SKIP: TestNetworkLocalhostTCPNat (0.00s) [2019-09-20T14:51:35.108Z] nat_test.go:43: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-20T14:51:35.108Z] === RUN TestNetworkLoopbackNat [2019-09-20T14:51:35.108Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2019-09-20T14:51:35.108Z] nat_test.go:61: testEnv.OSType == "windows": FIXME [2019-09-20T14:51:35.108Z] === RUN TestPause [2019-09-20T14:51:35.108Z] --- SKIP: TestPause (0.00s) [2019-09-20T14:51:35.108Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2019-09-20T14:51:35.108Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-09-20T14:51:35.648Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2019-09-20T14:51:35.648Z] === RUN TestDockerSuite/TestContainerAPIRename [2019-09-20T14:51:36.616Z] === RUN TestDockerSuite/TestContainerAPIRestart [2019-09-20T14:51:36.649Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.69s) [2019-09-20T14:51:36.649Z] === RUN TestPauseStopPausedContainer [2019-09-20T14:51:36.649Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2019-09-20T14:51:36.649Z] pause_test.go:68: testEnv.DaemonInfo.OSType == "windows" [2019-09-20T14:51:36.649Z] === RUN TestPsFilter [2019-09-20T14:51:36.649Z] --- PASS: TestPsFilter (0.14s) [2019-09-20T14:51:36.649Z] === RUN TestRemoveContainerWithRemovedVolume [2019-09-20T14:51:38.502Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2019-09-20T14:51:38.502Z] --- PASS: TestServicePlugin (35.26s) [2019-09-20T14:51:38.502Z] plugin_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin" [2019-09-20T14:51:38.502Z] plugin_test.go:59: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin" [2019-09-20T14:51:38.502Z] plugin_test.go:61: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin" [2019-09-20T14:51:38.502Z] plugin_test.go:62: [df6e02bda00c4] joining swarm manager [d36a02e500995]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-20T14:51:38.502Z] plugin_test.go:64: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin" [2019-09-20T14:51:38.502Z] plugin_test.go:65: [d5d95683b661d] joining swarm manager [d36a02e500995]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-20T14:51:38.502Z] === RUN TestServiceUpdateLabel [2019-09-20T14:51:38.834Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.26s) [2019-09-20T14:51:38.835Z] === RUN TestRemoveContainerWithVolume [2019-09-20T14:51:40.384Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2019-09-20T14:51:40.384Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2019-09-20T14:51:40.384Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2019-09-20T14:51:40.384Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2019-09-20T14:51:40.384Z] === RUN TestDockerSuite/TestContainerAPIStart [2019-09-20T14:51:40.946Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2019-09-20T14:51:41.016Z] --- PASS: TestRemoveContainerWithVolume (2.05s) [2019-09-20T14:51:41.017Z] === RUN TestRemoveContainerRunning [2019-09-20T14:51:41.243Z] --- PASS: TestServiceUpdateLabel (2.98s) [2019-09-20T14:51:41.243Z] update_test.go:21: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel" [2019-09-20T14:51:41.243Z] === RUN TestServiceUpdateSecrets [2019-09-20T14:51:42.558Z] --- PASS: TestRemoveContainerRunning (1.73s) [2019-09-20T14:51:42.558Z] === RUN TestRemoveContainerForceRemoveRunning [2019-09-20T14:51:44.743Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.83s) [2019-09-20T14:51:44.743Z] === RUN TestRemoveInvalidContainer [2019-09-20T14:51:44.743Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2019-09-20T14:51:44.743Z] === RUN TestRenameLinkedContainer [2019-09-20T14:51:44.743Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2019-09-20T14:51:44.743Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2019-09-20T14:51:44.743Z] === RUN TestRenameStoppedContainer [2019-09-20T14:51:45.396Z] === RUN TestDockerSuite/TestContainerAPIStop [2019-09-20T14:51:46.342Z] === RUN TestDockerSuite/TestContainerAPITop [2019-09-20T14:51:46.929Z] --- PASS: TestRenameStoppedContainer (2.16s) [2019-09-20T14:51:46.929Z] === RUN TestRenameRunningContainerAndReuse [2019-09-20T14:51:47.287Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2019-09-20T14:51:47.287Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2019-09-20T14:51:47.544Z] === RUN TestDockerSuite/TestContainerAPIWait [2019-09-20T14:51:50.685Z] --- PASS: TestRenameRunningContainerAndReuse (3.78s) [2019-09-20T14:51:50.685Z] === RUN TestRenameInvalidName [2019-09-20T14:51:50.798Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2019-09-20T14:51:51.358Z] === RUN TestDockerSuite/TestContainerNetworkMode [2019-09-20T14:51:52.228Z] --- PASS: TestRenameInvalidName (1.71s) [2019-09-20T14:51:52.228Z] === RUN TestRenameAnonymousContainer [2019-09-20T14:51:52.228Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2019-09-20T14:51:52.228Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2019-09-20T14:51:52.228Z] === RUN TestRenameContainerWithSameName [2019-09-20T14:51:52.758Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2019-09-20T14:51:54.411Z] --- PASS: TestRenameContainerWithSameName (1.77s) [2019-09-20T14:51:54.411Z] === RUN TestRenameContainerWithLinkedContainer [2019-09-20T14:51:54.411Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2019-09-20T14:51:54.411Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2019-09-20T14:51:54.411Z] === RUN TestResize [2019-09-20T14:51:54.411Z] --- SKIP: TestResize (0.00s) [2019-09-20T14:51:54.411Z] resize_test.go:20: testEnv.OSType == "windows": FIXME [2019-09-20T14:51:54.411Z] === RUN TestResizeWithInvalidSize [2019-09-20T14:51:54.411Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2019-09-20T14:51:54.411Z] resize_test.go:38: testEnv.OSType == "windows": FIXME [2019-09-20T14:51:54.411Z] === RUN TestResizeWhenContainerNotStarted [2019-09-20T14:51:55.952Z] --- PASS: TestResizeWhenContainerNotStarted (1.97s) [2019-09-20T14:51:55.953Z] === RUN TestDaemonRestartKillContainers [2019-09-20T14:51:55.953Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2019-09-20T14:51:55.953Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2019-09-20T14:51:55.953Z] === RUN TestStats [2019-09-20T14:51:55.953Z] --- SKIP: TestStats (0.00s) [2019-09-20T14:51:55.953Z] stats_test.go:19: !testEnv.DaemonInfo.MemoryLimit [2019-09-20T14:51:55.953Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-09-20T14:51:56.955Z] --- PASS: TestServiceUpdateSecrets (15.28s) [2019-09-20T14:51:56.955Z] update_test.go:77: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets" [2019-09-20T14:51:56.955Z] === RUN TestServiceUpdateConfigs [2019-09-20T14:51:56.955Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2019-09-20T14:51:57.210Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2019-09-20T14:51:58.133Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2019-09-20T14:52:00.644Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2019-09-20T14:52:01.755Z] --- PASS: TestStopContainerWithRestartPolicyAlways (5.14s) [2019-09-20T14:52:01.755Z] === RUN TestStopContainerWithTimeout [2019-09-20T14:52:01.755Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2019-09-20T14:52:01.755Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2019-09-20T14:52:01.755Z] === RUN TestUpdateRestartPolicy [2019-09-20T14:52:02.086Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2019-09-20T14:52:14.234Z] --- PASS: TestServiceUpdateConfigs (16.07s) [2019-09-20T14:52:14.234Z] update_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs" [2019-09-20T14:52:14.234Z] === RUN TestServiceUpdateNetwork [2019-09-20T14:52:22.871Z] --- PASS: TestUpdateRestartPolicy (20.47s) [2019-09-20T14:52:22.871Z] === RUN TestUpdateRestartWithAutoRemove [2019-09-20T14:52:23.334Z] --- PASS: TestUpdateRestartWithAutoRemove (1.94s) [2019-09-20T14:52:23.334Z] === RUN TestWaitNonBlocked [2019-09-20T14:52:23.334Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-20T14:52:23.334Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-20T14:52:23.334Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-20T14:52:23.334Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-20T14:52:23.334Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-20T14:52:23.334Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-20T14:52:26.250Z] --- PASS: TestWaitNonBlocked (0.02s) [2019-09-20T14:52:26.250Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.76s) [2019-09-20T14:52:26.250Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.76s) [2019-09-20T14:52:26.250Z] === RUN TestWaitBlocked [2019-09-20T14:52:26.250Z] --- SKIP: TestWaitBlocked (0.00s) [2019-09-20T14:52:26.250Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2019-09-20T14:52:26.250Z] PASS [2019-09-20T14:52:26.250Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2019-09-20T14:52:26.250Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-20T14:52:26.250Z] INFO: Testing against a local daemon [2019-09-20T14:52:26.250Z] === RUN TestCommitInheritsEnv [2019-09-20T14:52:26.250Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2019-09-20T14:52:26.250Z] commit_test.go:17: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-20T14:52:26.250Z] === RUN TestImportExtremelyLargeImageWorks [2019-09-20T14:52:26.250Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2019-09-20T14:52:26.250Z] import_test.go:22: testEnv.OSType == "windows": TODO enable on windows [2019-09-20T14:52:26.250Z] === RUN TestImagesFilterMultiReference [2019-09-20T14:52:26.380Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2019-09-20T14:52:26.712Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2019-09-20T14:52:26.712Z] === RUN TestImagePullPlatformInvalid [2019-09-20T14:52:26.712Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2019-09-20T14:52:26.712Z] === RUN TestRemoveImageOrphaning [2019-09-20T14:52:26.712Z] --- SKIP: TestRemoveImageOrphaning (0.00s) [2019-09-20T14:52:26.712Z] remove_test.go:15: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-20T14:52:26.712Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-09-20T14:52:26.712Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2019-09-20T14:52:26.712Z] === RUN TestTagInvalidReference [2019-09-20T14:52:26.712Z] --- PASS: TestTagInvalidReference (0.03s) [2019-09-20T14:52:26.712Z] === RUN TestTagValidPrefixedRepo [2019-09-20T14:52:26.712Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2019-09-20T14:52:26.712Z] === RUN TestTagExistedNameWithoutForce [2019-09-20T14:52:26.712Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2019-09-20T14:52:26.712Z] === RUN TestTagOfficialNames [2019-09-20T14:52:26.712Z] --- SKIP: TestTagOfficialNames (0.00s) [2019-09-20T14:52:26.712Z] tag_test.go:98: testEnv.OSType == "windows" [2019-09-20T14:52:26.712Z] === RUN TestTagMatchesDigest [2019-09-20T14:52:26.712Z] --- PASS: TestTagMatchesDigest (0.03s) [2019-09-20T14:52:26.712Z] PASS [2019-09-20T14:52:26.712Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2019-09-20T14:52:26.712Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-20T14:52:26.712Z] INFO: Testing against a local daemon [2019-09-20T14:52:26.712Z] === RUN TestNetworkCreateDelete [2019-09-20T14:52:26.712Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2019-09-20T14:52:26.712Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2019-09-20T14:52:26.712Z] === RUN TestDockerNetworkDeletePreferID [2019-09-20T14:52:26.712Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2019-09-20T14:52:26.712Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2019-09-20T14:52:26.712Z] === RUN TestInspectNetwork [2019-09-20T14:52:26.712Z] --- SKIP: TestInspectNetwork (0.00s) [2019-09-20T14:52:26.712Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2019-09-20T14:52:26.712Z] === RUN TestRunContainerWithBridgeNone [2019-09-20T14:52:26.712Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2019-09-20T14:52:26.712Z] network_test.go:22: testEnv.DaemonInfo.OSType != "linux" [2019-09-20T14:52:26.712Z] === RUN TestNetworkInvalidJSON [2019-09-20T14:52:26.712Z] === RUN TestNetworkInvalidJSON//networks/create [2019-09-20T14:52:26.712Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-09-20T14:52:26.712Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-09-20T14:52:26.712Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-09-20T14:52:26.712Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-20T14:52:26.712Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-20T14:52:26.712Z] === CONT TestNetworkInvalidJSON//networks/create [2019-09-20T14:52:26.712Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-20T14:52:26.712Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-09-20T14:52:26.712Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2019-09-20T14:52:26.712Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-09-20T14:52:26.712Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2019-09-20T14:52:26.712Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2019-09-20T14:52:26.712Z] === RUN TestDaemonRestartWithLiveRestore [2019-09-20T14:52:26.712Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2019-09-20T14:52:26.712Z] service_test.go:29: testEnv.OSType == "windows" [2019-09-20T14:52:26.712Z] === RUN TestDaemonDefaultNetworkPools [2019-09-20T14:52:26.712Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2019-09-20T14:52:26.712Z] service_test.go:51: testEnv.OSType == "windows" [2019-09-20T14:52:26.712Z] === RUN TestDaemonRestartWithExistingNetwork [2019-09-20T14:52:26.712Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2019-09-20T14:52:26.712Z] service_test.go:94: testEnv.OSType == "windows" [2019-09-20T14:52:26.712Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-20T14:52:26.712Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2019-09-20T14:52:26.712Z] service_test.go:127: testEnv.OSType == "windows" [2019-09-20T14:52:26.712Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-09-20T14:52:26.712Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2019-09-20T14:52:26.712Z] service_test.go:177: testEnv.OSType == "windows" [2019-09-20T14:52:26.712Z] === RUN TestServiceWithPredefinedNetwork [2019-09-20T14:52:26.712Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2019-09-20T14:52:26.712Z] service_test.go:201: testEnv.OSType == "windows" [2019-09-20T14:52:26.712Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-09-20T14:52:26.712Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-20T14:52:26.712Z] service_test.go:230: FLAKY_TEST [2019-09-20T14:52:26.712Z] === RUN TestServiceWithDataPathPortInit [2019-09-20T14:52:26.712Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2019-09-20T14:52:26.712Z] service_test.go:319: testEnv.OSType == "windows" [2019-09-20T14:52:26.712Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-09-20T14:52:26.712Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2019-09-20T14:52:26.712Z] service_test.go:386: testEnv.OSType == "windows" [2019-09-20T14:52:26.712Z] PASS [2019-09-20T14:52:26.712Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2019-09-20T14:52:26.712Z] PASS [2019-09-20T14:52:26.712Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2019-09-20T14:52:26.712Z] PASS [2019-09-20T14:52:26.712Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2019-09-20T14:52:26.712Z] PASS [2019-09-20T14:52:26.712Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2019-09-20T14:52:26.982Z] --- PASS: TestServiceUpdateNetwork (14.33s) [2019-09-20T14:52:26.982Z] update_test.go:201: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork" [2019-09-20T14:52:26.982Z] PASS [2019-09-20T14:52:26.982Z] [2019-09-20T14:52:26.982Z] DONE 19 tests in 172.351s [2019-09-20T14:52:26.982Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2019-09-20T14:52:26.983Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:52:26.983Z] ++ set -e [2019-09-20T14:52:26.983Z] ++ '[' -n 0 ']' [2019-09-20T14:52:26.983Z] ++ set -x [2019-09-20T14:52:26.983Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:52:27.173Z] PASS [2019-09-20T14:52:27.173Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2019-09-20T14:52:27.173Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-20T14:52:27.173Z] INFO: Testing against a local daemon [2019-09-20T14:52:27.173Z] === RUN TestPluginInvalidJSON [2019-09-20T14:52:27.173Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-09-20T14:52:27.173Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-09-20T14:52:27.173Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-09-20T14:52:27.173Z] --- PASS: TestPluginInvalidJSON (0.03s) [2019-09-20T14:52:27.173Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-09-20T14:52:27.173Z] PASS [2019-09-20T14:52:27.173Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2019-09-20T14:52:27.173Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-20T14:52:27.173Z] INFO: Testing against a local daemon [2019-09-20T14:52:27.173Z] === RUN TestExternalGraphDriver [2019-09-20T14:52:27.173Z] --- SKIP: TestExternalGraphDriver (0.00s) [2019-09-20T14:52:27.173Z] external_test.go:48: runtime.GOOS == "windows" [2019-09-20T14:52:27.173Z] === RUN TestGraphdriverPluginV2 [2019-09-20T14:52:27.173Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2019-09-20T14:52:27.173Z] external_test.go:407: runtime.GOOS == "windows" [2019-09-20T14:52:27.173Z] PASS [2019-09-20T14:52:27.173Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2019-09-20T14:52:27.173Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-20T14:52:27.173Z] INFO: Testing against a local daemon [2019-09-20T14:52:27.173Z] PASS [2019-09-20T14:52:27.173Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2019-09-20T14:52:27.173Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-20T14:52:27.173Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2019-09-20T14:52:27.173Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-20T14:52:27.173Z] INFO: Testing against a local daemon [2019-09-20T14:52:27.173Z] === RUN TestSecretInspect [2019-09-20T14:52:27.173Z] --- SKIP: TestSecretInspect (0.00s) [2019-09-20T14:52:27.173Z] secret_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2019-09-20T14:52:27.173Z] === RUN TestSecretList [2019-09-20T14:52:27.173Z] --- SKIP: TestSecretList (0.00s) [2019-09-20T14:52:27.173Z] secret_test.go:45: testEnv.DaemonInfo.OSType == "windows" [2019-09-20T14:52:27.173Z] === RUN TestSecretsCreateAndDelete [2019-09-20T14:52:27.173Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2019-09-20T14:52:27.173Z] secret_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2019-09-20T14:52:27.173Z] === RUN TestSecretsUpdate [2019-09-20T14:52:27.173Z] --- SKIP: TestSecretsUpdate (0.00s) [2019-09-20T14:52:27.173Z] secret_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2019-09-20T14:52:27.173Z] === RUN TestTemplatedSecret [2019-09-20T14:52:27.173Z] --- SKIP: TestTemplatedSecret (0.00s) [2019-09-20T14:52:27.173Z] secret_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2019-09-20T14:52:27.173Z] === RUN TestSecretCreateResolve [2019-09-20T14:52:27.173Z] --- SKIP: TestSecretCreateResolve (0.00s) [2019-09-20T14:52:27.173Z] secret_test.go:339: testEnv.DaemonInfo.OSType != "linux" [2019-09-20T14:52:27.173Z] PASS [2019-09-20T14:52:27.173Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2019-09-20T14:52:27.237Z] INFO: Testing against a local daemon [2019-09-20T14:52:27.237Z] === RUN TestSessionCreate [2019-09-20T14:52:27.237Z] --- PASS: TestSessionCreate (0.04s) [2019-09-20T14:52:27.237Z] === RUN TestSessionCreateWithBadUpgrade [2019-09-20T14:52:27.237Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2019-09-20T14:52:27.237Z] PASS [2019-09-20T14:52:27.237Z] [2019-09-20T14:52:27.237Z] DONE 2 tests in 0.213s [2019-09-20T14:52:27.237Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2019-09-20T14:52:27.237Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:52:27.237Z] ++ set -e [2019-09-20T14:52:27.237Z] ++ '[' -n 0 ']' [2019-09-20T14:52:27.237Z] ++ set -x [2019-09-20T14:52:27.237Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:52:27.491Z] INFO: Testing against a local daemon [2019-09-20T14:52:27.491Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-09-20T14:52:27.491Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-20T14:52:27.491Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-20T14:52:27.491Z] === RUN TestEventsExecDie [2019-09-20T14:52:27.637Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-20T14:52:27.637Z] INFO: Testing against a local daemon [2019-09-20T14:52:27.637Z] === RUN TestServiceCreateInit [2019-09-20T14:52:27.637Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-09-20T14:52:27.637Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-09-20T14:52:27.637Z] --- PASS: TestServiceCreateInit (0.03s) [2019-09-20T14:52:27.637Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2019-09-20T14:52:27.637Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2019-09-20T14:52:27.637Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2019-09-20T14:52:27.637Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2019-09-20T14:52:27.637Z] === RUN TestCreateServiceMultipleTimes [2019-09-20T14:52:27.637Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2019-09-20T14:52:27.637Z] create_test.go:78: testEnv.DaemonInfo.OSType == "windows" [2019-09-20T14:52:27.637Z] === RUN TestCreateServiceConflict [2019-09-20T14:52:27.637Z] --- SKIP: TestCreateServiceConflict (0.00s) [2019-09-20T14:52:27.637Z] create_test.go:127: testEnv.DaemonInfo.OSType == "windows" [2019-09-20T14:52:27.637Z] === RUN TestCreateServiceMaxReplicas [2019-09-20T14:52:27.637Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2019-09-20T14:52:27.637Z] create_test.go:150: testEnv.DaemonInfo.OSType == "windows" [2019-09-20T14:52:27.637Z] === RUN TestCreateWithDuplicateNetworkNames [2019-09-20T14:52:27.637Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2019-09-20T14:52:27.637Z] create_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2019-09-20T14:52:27.637Z] === RUN TestCreateServiceSecretFileMode [2019-09-20T14:52:27.637Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2019-09-20T14:52:27.637Z] create_test.go:222: testEnv.DaemonInfo.OSType == "windows" [2019-09-20T14:52:27.637Z] === RUN TestCreateServiceConfigFileMode [2019-09-20T14:52:27.637Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2019-09-20T14:52:27.637Z] create_test.go:286: testEnv.DaemonInfo.OSType == "windows" [2019-09-20T14:52:27.637Z] === RUN TestCreateServiceSysctls [2019-09-20T14:52:27.637Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2019-09-20T14:52:27.637Z] create_test.go:378: testEnv.DaemonInfo.OSType == "windows" [2019-09-20T14:52:27.637Z] === RUN TestCreateServiceCapabilities [2019-09-20T14:52:27.637Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2019-09-20T14:52:27.637Z] create_test.go:462: testEnv.DaemonInfo.OSType == "windows" [2019-09-20T14:52:27.637Z] === RUN TestInspect [2019-09-20T14:52:27.637Z] --- SKIP: TestInspect (0.00s) [2019-09-20T14:52:27.637Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2019-09-20T14:52:27.637Z] === RUN TestDockerNetworkConnectAlias [2019-09-20T14:52:27.637Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2019-09-20T14:52:27.637Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2019-09-20T14:52:27.637Z] === RUN TestDockerNetworkReConnect [2019-09-20T14:52:27.637Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2019-09-20T14:52:27.637Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2019-09-20T14:52:27.637Z] === RUN TestServicePlugin [2019-09-20T14:52:27.637Z] --- SKIP: TestServicePlugin (0.00s) [2019-09-20T14:52:27.637Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2019-09-20T14:52:27.637Z] === RUN TestServiceUpdateLabel [2019-09-20T14:52:27.637Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2019-09-20T14:52:27.637Z] update_test.go:19: testEnv.DaemonInfo.OSType != "linux" [2019-09-20T14:52:27.637Z] === RUN TestServiceUpdateSecrets [2019-09-20T14:52:27.637Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2019-09-20T14:52:27.637Z] update_test.go:75: testEnv.DaemonInfo.OSType != "linux" [2019-09-20T14:52:27.637Z] === RUN TestServiceUpdateConfigs [2019-09-20T14:52:27.637Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2019-09-20T14:52:27.637Z] update_test.go:137: testEnv.DaemonInfo.OSType != "linux" [2019-09-20T14:52:27.637Z] === RUN TestServiceUpdateNetwork [2019-09-20T14:52:27.637Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2019-09-20T14:52:27.637Z] update_test.go:199: testEnv.DaemonInfo.OSType != "linux" [2019-09-20T14:52:27.637Z] PASS [2019-09-20T14:52:27.637Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2019-09-20T14:52:27.637Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-20T14:52:27.637Z] INFO: Testing against a local daemon [2019-09-20T14:52:27.637Z] === RUN TestSessionCreate [2019-09-20T14:52:27.637Z] --- SKIP: TestSessionCreate (0.00s) [2019-09-20T14:52:27.637Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2019-09-20T14:52:27.637Z] === RUN TestSessionCreateWithBadUpgrade [2019-09-20T14:52:27.637Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2019-09-20T14:52:27.637Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2019-09-20T14:52:27.637Z] PASS [2019-09-20T14:52:27.637Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2019-09-20T14:52:27.637Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-20T14:52:27.637Z] INFO: Testing against a local daemon [2019-09-20T14:52:27.637Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-09-20T14:52:27.637Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-20T14:52:27.637Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2019-09-20T14:52:27.637Z] === RUN TestEventsExecDie [2019-09-20T14:52:27.637Z] --- SKIP: TestEventsExecDie (0.00s) [2019-09-20T14:52:27.637Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2019-09-20T14:52:27.637Z] === RUN TestEventsBackwardsCompatible [2019-09-20T14:52:27.637Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2019-09-20T14:52:27.637Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2019-09-20T14:52:27.637Z] === RUN TestInfoAPI [2019-09-20T14:52:27.637Z] --- PASS: TestInfoAPI (0.03s) [2019-09-20T14:52:27.637Z] === RUN TestInfoAPIWarnings [2019-09-20T14:52:27.637Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2019-09-20T14:52:27.637Z] info_test.go:48: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-20T14:52:27.637Z] === RUN TestLoginFailsWithBadCredentials [2019-09-20T14:52:28.050Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2019-09-20T14:52:28.305Z] --- PASS: TestEventsExecDie (0.97s) [2019-09-20T14:52:28.305Z] === RUN TestEventsBackwardsCompatible [2019-09-20T14:52:28.305Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2019-09-20T14:52:28.559Z] --- PASS: TestEventsBackwardsCompatible (0.08s) [2019-09-20T14:52:28.559Z] === RUN TestInfoBinaryCommits [2019-09-20T14:52:28.559Z] --- PASS: TestInfoBinaryCommits (0.05s) [2019-09-20T14:52:28.559Z] === RUN TestInfoAPIVersioned [2019-09-20T14:52:28.559Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-09-20T14:52:28.559Z] === RUN TestInfoAPI [2019-09-20T14:52:28.559Z] --- PASS: TestInfoAPI (0.03s) [2019-09-20T14:52:28.559Z] === RUN TestInfoAPIWarnings [2019-09-20T14:52:28.608Z] --- PASS: TestLoginFailsWithBadCredentials (1.07s) [2019-09-20T14:52:28.608Z] === RUN TestPingCacheHeaders [2019-09-20T14:52:29.069Z] --- PASS: TestPingCacheHeaders (0.03s) [2019-09-20T14:52:29.069Z] === RUN TestPingGet [2019-09-20T14:52:29.069Z] --- PASS: TestPingGet (0.03s) [2019-09-20T14:52:29.069Z] === RUN TestPingHead [2019-09-20T14:52:29.069Z] --- PASS: TestPingHead (0.03s) [2019-09-20T14:52:29.069Z] === RUN TestVersion [2019-09-20T14:52:29.069Z] --- PASS: TestVersion (0.02s) [2019-09-20T14:52:29.069Z] PASS [2019-09-20T14:52:29.069Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2019-09-20T14:52:29.069Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-20T14:52:29.069Z] INFO: Testing against a local daemon [2019-09-20T14:52:29.069Z] === RUN TestVolumesCreateAndList [2019-09-20T14:52:29.069Z] --- PASS: TestVolumesCreateAndList (0.04s) [2019-09-20T14:52:29.069Z] === RUN TestVolumesRemove [2019-09-20T14:52:29.069Z] --- SKIP: TestVolumesRemove (0.00s) [2019-09-20T14:52:29.069Z] volume_test.go:64: testEnv.OSType == "windows": FIXME [2019-09-20T14:52:29.069Z] === RUN TestVolumesInspect [2019-09-20T14:52:29.069Z] --- PASS: TestVolumesInspect (0.03s) [2019-09-20T14:52:29.069Z] === RUN TestVolumesInvalidJSON [2019-09-20T14:52:29.069Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-09-20T14:52:29.069Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-09-20T14:52:29.069Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-09-20T14:52:29.069Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2019-09-20T14:52:29.069Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-09-20T14:52:29.069Z] PASS [2019-09-20T14:52:29.069Z] INFO: make.ps1 ended at 09/20/2019 14:52:28 [2019-09-20T14:52:29.069Z] INFO: Integration CLI tests being run from the host: [2019-09-20T14:52:29.069Z] INFO: go test "-test.v" "-tags" "autogen" "-test.timeout" "200m" [2019-09-20T14:52:29.483Z] --- PASS: TestInfoAPIWarnings (0.74s) [2019-09-20T14:52:29.483Z] info_test.go:49: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings" [2019-09-20T14:52:29.483Z] === RUN TestLoginFailsWithBadCredentials [2019-09-20T14:52:29.483Z] --- PASS: TestLoginFailsWithBadCredentials (0.26s) [2019-09-20T14:52:29.483Z] === RUN TestPingCacheHeaders [2019-09-20T14:52:29.483Z] --- PASS: TestPingCacheHeaders (0.02s) [2019-09-20T14:52:29.483Z] === RUN TestPingGet [2019-09-20T14:52:29.738Z] --- PASS: TestPingGet (0.05s) [2019-09-20T14:52:29.738Z] === RUN TestPingHead [2019-09-20T14:52:29.738Z] --- PASS: TestPingHead (0.02s) [2019-09-20T14:52:29.738Z] === RUN TestVersion [2019-09-20T14:52:29.738Z] --- PASS: TestVersion (0.02s) [2019-09-20T14:52:29.738Z] PASS [2019-09-20T14:52:29.738Z] [2019-09-20T14:52:29.738Z] === Skipped [2019-09-20T14:52:29.738Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-20T14:52:29.738Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-20T14:52:29.738Z] [2019-09-20T14:52:29.738Z] [2019-09-20T14:52:29.738Z] DONE 12 tests, 1 skipped in 2.460s [2019-09-20T14:52:29.738Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2019-09-20T14:52:29.738Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:52:29.738Z] ++ set -e [2019-09-20T14:52:29.738Z] ++ '[' -n 0 ']' [2019-09-20T14:52:29.738Z] ++ set -x [2019-09-20T14:52:29.738Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:52:29.738Z] INFO: Testing against a local daemon [2019-09-20T14:52:29.738Z] === RUN TestVolumesCreateAndList [2019-09-20T14:52:29.738Z] --- PASS: TestVolumesCreateAndList (0.04s) [2019-09-20T14:52:29.738Z] === RUN TestVolumesRemove [2019-09-20T14:52:29.993Z] --- PASS: TestVolumesRemove (0.12s) [2019-09-20T14:52:29.993Z] === RUN TestVolumesInspect [2019-09-20T14:52:29.993Z] --- PASS: TestVolumesInspect (0.05s) [2019-09-20T14:52:29.993Z] === RUN TestVolumesInvalidJSON [2019-09-20T14:52:29.993Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-09-20T14:52:29.993Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-09-20T14:52:29.993Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-09-20T14:52:29.993Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2019-09-20T14:52:29.993Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-09-20T14:52:29.993Z] PASS [2019-09-20T14:52:29.993Z] [2019-09-20T14:52:29.993Z] DONE 5 tests in 0.356s [2019-09-20T14:52:29.993Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-09-20T14:52:30.248Z] ++++ cat bundles/test-integration/docker.pid [2019-09-20T14:52:30.248Z] +++ kill 5395 [2019-09-20T14:52:31.608Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2019-09-20T14:52:31.608Z] umount: bundles/test-integration/root: mountpoint not found [2019-09-20T14:52:31.608Z] +++ /etc/init.d/apparmor stop [2019-09-20T14:52:31.608Z] Clearing AppArmor profiles cache:. [2019-09-20T14:52:31.608Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-20T14:52:31.608Z] Unloading profiles will leave already running processes permanently [2019-09-20T14:52:31.608Z] unconfined, which can lead to unexpected situations. [2019-09-20T14:52:31.608Z] [2019-09-20T14:52:31.608Z] To set a process to complain mode, use the command line tool [2019-09-20T14:52:31.608Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-20T14:52:31.608Z] with the 'teardown' option." [2019-09-20T14:52:31.608Z] [2019-09-20T14:52:34.115Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2019-09-20T14:52:37.372Z] === RUN TestDockerSuite/TestCopyAndRestart [2019-09-20T14:52:38.730Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2019-09-20T14:52:38.985Z] === RUN TestDockerSuite/TestCpAbsolutePath [2019-09-20T14:52:39.430Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-20T14:52:39.430Z] INFO: Testing against a local daemon [2019-09-20T14:52:39.430Z] === RUN TestDockerSuite [2019-09-20T14:52:39.430Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2019-09-20T14:52:39.430Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2019-09-20T14:52:39.430Z] === RUN TestDockerSuite/TestAPIErrorJSON [2019-09-20T14:52:39.891Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2019-09-20T14:52:39.891Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2019-09-20T14:52:39.891Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2019-09-20T14:52:39.891Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2019-09-20T14:52:39.891Z] === RUN TestDockerSuite/TestAPIImagesDelete [2019-09-20T14:52:39.907Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2019-09-20T14:52:40.357Z] === RUN TestDockerSuite/TestAPIImagesFilter [2019-09-20T14:52:40.817Z] === RUN TestDockerSuite/TestAPIImagesHistory [2019-09-20T14:52:40.830Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2019-09-20T14:52:41.277Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2019-09-20T14:52:41.737Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2019-09-20T14:52:42.230Z] === RUN TestDockerSuite/TestCpFromCaseA [2019-09-20T14:52:43.153Z] === RUN TestDockerSuite/TestCpFromCaseB [2019-09-20T14:52:44.135Z] === RUN TestDockerSuite/TestCpFromCaseC [2019-09-20T14:52:45.066Z] === RUN TestDockerSuite/TestCpFromCaseD [2019-09-20T14:52:45.990Z] === RUN TestDockerSuite/TestCpFromCaseE [2019-09-20T14:52:46.912Z] === RUN TestDockerSuite/TestCpFromCaseF [2019-09-20T14:52:47.837Z] === RUN TestDockerSuite/TestCpFromCaseG [2019-09-20T14:52:49.196Z] === RUN TestDockerSuite/TestCpFromCaseH [2019-09-20T14:52:50.119Z] === RUN TestDockerSuite/TestCpFromCaseI [2019-09-20T14:52:51.042Z] === RUN TestDockerSuite/TestCpFromCaseJ [2019-09-20T14:52:52.007Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2019-09-20T14:52:53.456Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2019-09-20T14:52:54.816Z] === RUN TestDockerSuite/TestCpGarbagePath [2019-09-20T14:52:55.740Z] === RUN TestDockerSuite/TestCpLocalOnly [2019-09-20T14:52:55.740Z] === RUN TestDockerSuite/TestCpNameHasColon [2019-09-20T14:52:56.665Z] === RUN TestDockerSuite/TestCpRelativePath [2019-09-20T14:52:57.639Z] === RUN TestDockerSuite/TestCpSpecialFiles [2019-09-20T14:52:58.562Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2019-09-20T14:52:59.486Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2019-09-20T14:53:00.930Z] === RUN TestDockerSuite/TestCpToCaseA [2019-09-20T14:53:02.298Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2019-09-20T14:53:02.552Z] === RUN TestDockerSuite/TestCpToCaseB [2019-09-20T14:53:03.476Z] === RUN TestDockerSuite/TestCpToCaseC [2019-09-20T14:53:05.983Z] === RUN TestDockerSuite/TestCpToCaseD [2019-09-20T14:53:11.213Z] === RUN TestDockerSuite/TestCpToCaseE [2019-09-20T14:53:15.411Z] === RUN TestDockerSuite/TestCpToCaseF [2019-09-20T14:53:15.665Z] === RUN TestDockerSuite/TestCpToCaseG [2019-09-20T14:53:20.894Z] === RUN TestDockerSuite/TestCpToCaseH [2019-09-20T14:53:24.150Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2019-09-20T14:53:24.150Z] === RUN TestDockerSuite/TestCpToCaseI [2019-09-20T14:53:25.075Z] === RUN TestDockerSuite/TestCpToCaseJ [2019-09-20T14:53:28.332Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2019-09-20T14:53:30.847Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2019-09-20T14:53:32.207Z] === RUN TestDockerSuite/TestCpToDot [2019-09-20T14:53:33.569Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2019-09-20T14:53:36.125Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2019-09-20T14:53:38.026Z] === RUN TestDockerSuite/TestCpToStdout [2019-09-20T14:53:38.948Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2019-09-20T14:53:42.248Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2019-09-20T14:53:42.807Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2019-09-20T14:53:43.730Z] === RUN TestDockerSuite/TestCpVolumePath [2019-09-20T14:53:45.611Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2019-09-20T14:53:45.611Z] === RUN TestDockerSuite/TestCreateArgs [2019-09-20T14:53:45.611Z] === RUN TestDockerSuite/TestCreateByImageID [2019-09-20T14:53:46.544Z] === RUN TestDockerSuite/TestCreateEchoStdout [2019-09-20T14:53:47.104Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2019-09-20T14:53:47.104Z] === RUN TestDockerSuite/TestCreateHostConfig [2019-09-20T14:53:47.359Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2019-09-20T14:53:47.613Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2019-09-20T14:53:48.171Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2019-09-20T14:53:48.773Z] === RUN TestDockerSuite/TestCreateLabels [2019-09-20T14:53:48.773Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2019-09-20T14:53:48.773Z] === RUN TestDockerSuite/TestCreateRM [2019-09-20T14:53:49.028Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2019-09-20T14:53:49.028Z] === RUN TestDockerSuite/TestCreateStopSignal [2019-09-20T14:53:49.028Z] === RUN TestDockerSuite/TestCreateStopTimeout [2019-09-20T14:53:49.283Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2019-09-20T14:53:52.540Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2019-09-20T14:53:52.540Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2019-09-20T14:53:52.540Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2019-09-20T14:53:56.695Z] === RUN TestDockerSuite/TestCreateWithPortRange [2019-09-20T14:53:56.695Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2019-09-20T14:53:56.695Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2019-09-20T14:53:56.695Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2019-09-20T14:53:56.695Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2019-09-20T14:53:56.950Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2019-09-20T14:53:57.874Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2019-09-20T14:53:59.233Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2019-09-20T14:54:00.157Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2019-09-20T14:54:02.038Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2019-09-20T14:54:04.015Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2019-09-20T14:54:04.574Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2019-09-20T14:54:05.132Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2019-09-20T14:54:05.386Z] === RUN TestDockerSuite/TestDevicePermissions [2019-09-20T14:54:05.641Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2019-09-20T14:54:06.200Z] === RUN TestDockerSuite/TestDockerFails [2019-09-20T14:54:06.200Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2019-09-20T14:54:06.200Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2019-09-20T14:54:06.200Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2019-09-20T14:54:07.560Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2019-09-20T14:54:08.920Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2019-09-20T14:54:10.805Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2019-09-20T14:54:10.805Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2019-09-20T14:54:10.805Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2019-09-20T14:54:11.060Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2019-09-20T14:54:17.583Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2019-09-20T14:54:20.880Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2019-09-20T14:54:21.803Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2019-09-20T14:54:23.164Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2019-09-20T14:54:25.675Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2019-09-20T14:54:27.033Z] === RUN TestDockerSuite/TestEventsAttach [2019-09-20T14:54:27.957Z] === RUN TestDockerSuite/TestEventsCommit [2019-09-20T14:54:28.211Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2019-09-20T14:54:28.818Z] === RUN TestDockerSuite/TestEventsContainerEvents [2019-09-20T14:54:30.178Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2019-09-20T14:54:30.744Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2019-09-20T14:54:32.119Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2019-09-20T14:54:34.085Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2019-09-20T14:54:35.971Z] === RUN TestDockerSuite/TestEventsContainerRestart [2019-09-20T14:54:39.272Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2019-09-20T14:54:41.826Z] === RUN TestDockerSuite/TestEventsCopy [2019-09-20T14:54:43.187Z] === RUN TestDockerSuite/TestEventsFilterContainer [2019-09-20T14:54:44.546Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2019-09-20T14:54:45.515Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2019-09-20T14:54:45.770Z] === RUN TestDockerSuite/TestEventsFilterImageName [2019-09-20T14:54:47.137Z] === RUN TestDockerSuite/TestEventsFilterLabels [2019-09-20T14:54:48.059Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2019-09-20T14:54:48.314Z] === RUN TestDockerSuite/TestEventsFilterType [2019-09-20T14:54:48.568Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2019-09-20T14:54:48.823Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2019-09-20T14:54:48.823Z] === RUN TestDockerSuite/TestEventsFilters [2019-09-20T14:54:50.707Z] === RUN TestDockerSuite/TestEventsFormat [2019-09-20T14:54:52.068Z] === RUN TestDockerSuite/TestEventsFormatBadField [2019-09-20T14:54:52.068Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2019-09-20T14:54:52.068Z] === RUN TestDockerSuite/TestEventsImageImport [2019-09-20T14:54:52.993Z] === RUN TestDockerSuite/TestEventsImageLoad [2019-09-20T14:54:53.248Z] === RUN TestDockerSuite/TestEventsImagePull [2019-09-20T14:54:53.807Z] === RUN TestDockerSuite/TestEventsImageTag [2019-09-20T14:54:54.729Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2019-09-20T14:54:54.983Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2019-09-20T14:54:54.984Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2019-09-20T14:54:54.984Z] === RUN TestDockerSuite/TestEventsPluginOps [2019-09-20T14:54:56.891Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2019-09-20T14:54:56.891Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2019-09-20T14:54:57.813Z] === RUN TestDockerSuite/TestEventsRename [2019-09-20T14:54:58.739Z] === RUN TestDockerSuite/TestEventsResize [2019-09-20T14:54:59.663Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2019-09-20T14:54:59.663Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2019-09-20T14:55:00.222Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2019-09-20T14:55:01.146Z] === RUN TestDockerSuite/TestEventsStreaming [2019-09-20T14:55:02.506Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2019-09-20T14:55:05.763Z] === RUN TestDockerSuite/TestEventsTop [2019-09-20T14:55:06.326Z] === RUN TestDockerSuite/TestEventsUntag [2019-09-20T14:55:08.680Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2019-09-20T14:55:08.681Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2019-09-20T14:55:08.681Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2019-09-20T14:55:08.681Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2019-09-20T14:55:08.681Z] === RUN TestDockerSuite/TestAPINetworkFilter [2019-09-20T14:55:08.681Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2019-09-20T14:55:08.681Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2019-09-20T14:55:08.681Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2019-09-20T14:55:08.681Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2019-09-20T14:55:08.681Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2019-09-20T14:55:08.681Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2019-09-20T14:55:08.681Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2019-09-20T14:55:08.832Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2019-09-20T14:55:10.714Z] === RUN TestDockerSuite/TestExec [2019-09-20T14:55:10.866Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2019-09-20T14:55:10.866Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2019-09-20T14:55:10.866Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2019-09-20T14:55:11.638Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2019-09-20T14:55:12.562Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2019-09-20T14:55:13.485Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2019-09-20T14:55:14.453Z] === RUN TestDockerSuite/TestExecAPIStart [2019-09-20T14:55:14.643Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2019-09-20T14:55:16.336Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2019-09-20T14:55:16.832Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2019-09-20T14:55:16.832Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2019-09-20T14:55:16.832Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2019-09-20T14:55:16.832Z] === RUN TestDockerSuite/TestAttachDisconnect [2019-09-20T14:55:16.832Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2019-09-20T14:55:16.895Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2019-09-20T14:55:17.818Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2019-09-20T14:55:18.740Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2019-09-20T14:55:19.746Z] === RUN TestDockerSuite/TestAttachPausedContainer [2019-09-20T14:55:19.746Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2019-09-20T14:55:19.746Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2019-09-20T14:55:20.144Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2019-09-20T14:55:21.074Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2019-09-20T14:55:21.997Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2019-09-20T14:55:23.355Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2019-09-20T14:55:23.610Z] === RUN TestDockerSuite/TestExecCgroup [2019-09-20T14:55:25.494Z] === RUN TestDockerSuite/TestExecEnv [2019-09-20T14:55:26.418Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2019-09-20T14:55:28.300Z] === RUN TestDockerSuite/TestExecExitStatus [2019-09-20T14:55:28.331Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2019-09-20T14:55:30.183Z] === RUN TestDockerSuite/TestExecInspectID [2019-09-20T14:55:32.064Z] === RUN TestDockerSuite/TestExecInteractive [2019-09-20T14:55:33.029Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2019-09-20T14:55:33.952Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2019-09-20T14:55:34.875Z] === RUN TestDockerSuite/TestExecParseError [2019-09-20T14:55:35.844Z] === RUN TestDockerSuite/TestExecPausedContainer [2019-09-20T14:55:36.769Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2019-09-20T14:55:37.329Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2019-09-20T14:55:39.838Z] === RUN TestDockerSuite/TestExecSetEnv [2019-09-20T14:55:40.762Z] === RUN TestDockerSuite/TestExecStartFails [2019-09-20T14:55:42.122Z] === RUN TestDockerSuite/TestExecStateCleanup [2019-09-20T14:55:50.209Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2019-09-20T14:55:53.464Z] === RUN TestDockerSuite/TestExecStopNotHanging [2019-09-20T14:55:54.023Z] === RUN TestDockerSuite/TestExecTTY [2019-09-20T14:55:55.907Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2019-09-20T14:55:57.271Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2019-09-20T14:55:58.632Z] === RUN TestDockerSuite/TestExecUlimits [2019-09-20T14:55:59.082Z] --- PASS: TestImportExtremelyLargeImageWorks (298.83s) [2019-09-20T14:55:59.082Z] import_test.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks" [2019-09-20T14:55:59.082Z] PASS [2019-09-20T14:55:59.082Z] [2019-09-20T14:55:59.082Z] === Skipped [2019-09-20T14:55:59.082Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2019-09-20T14:55:59.082Z] remove_unix_test.go:30: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-20T14:55:59.082Z] [2019-09-20T14:55:59.082Z] [2019-09-20T14:55:59.082Z] DONE 12 tests, 1 skipped in 300.197s [2019-09-20T14:55:59.082Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2019-09-20T14:55:59.082Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:55:59.082Z] ++ set -e [2019-09-20T14:55:59.082Z] ++ '[' -n 0 ']' [2019-09-20T14:55:59.082Z] ++ set -x [2019-09-20T14:55:59.082Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:55:59.082Z] INFO: Testing against a local daemon [2019-09-20T14:55:59.082Z] === RUN TestNetworkCreateDelete [2019-09-20T14:55:59.082Z] --- PASS: TestNetworkCreateDelete (0.23s) [2019-09-20T14:55:59.082Z] === RUN TestDockerNetworkDeletePreferID [2019-09-20T14:55:59.082Z] --- PASS: TestDockerNetworkDeletePreferID (0.65s) [2019-09-20T14:55:59.082Z] === RUN TestInspectNetwork [2019-09-20T14:55:59.082Z] === RUN TestInspectNetwork/full_network_id [2019-09-20T14:55:59.082Z] === RUN TestInspectNetwork/partial_network_id [2019-09-20T14:55:59.082Z] === RUN TestInspectNetwork/network_name [2019-09-20T14:55:59.082Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-09-20T14:55:59.557Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2019-09-20T14:55:59.557Z] === RUN TestDockerSuite/TestExecWithImageUser [2019-09-20T14:56:00.093Z] --- PASS: TestInspectNetwork (8.70s) [2019-09-20T14:56:00.094Z] inspect_test.go:18: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork" [2019-09-20T14:56:00.094Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-09-20T14:56:00.094Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-09-20T14:56:00.094Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-09-20T14:56:00.094Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-09-20T14:56:00.094Z] === RUN TestRunContainerWithBridgeNone [2019-09-20T14:56:01.439Z] === RUN TestDockerSuite/TestExecWithNoTERM [2019-09-20T14:56:02.365Z] === RUN TestDockerSuite/TestExecWithPrivileged [2019-09-20T14:56:02.786Z] --- PASS: TestRunContainerWithBridgeNone (2.71s) [2019-09-20T14:56:02.786Z] network_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone" [2019-09-20T14:56:02.786Z] === RUN TestNetworkInvalidJSON [2019-09-20T14:56:02.786Z] === RUN TestNetworkInvalidJSON//networks/create [2019-09-20T14:56:02.786Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-09-20T14:56:02.786Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-09-20T14:56:02.786Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-09-20T14:56:02.786Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-20T14:56:02.786Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-20T14:56:02.786Z] === CONT TestNetworkInvalidJSON//networks/create [2019-09-20T14:56:02.786Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-20T14:56:02.786Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-09-20T14:56:02.786Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2019-09-20T14:56:02.786Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-09-20T14:56:02.786Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-09-20T14:56:02.786Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-09-20T14:56:02.786Z] === RUN TestDaemonRestartWithLiveRestore [2019-09-20T14:56:03.724Z] === RUN TestDockerSuite/TestExecWithTERM [2019-09-20T14:56:04.265Z] --- PASS: TestDaemonRestartWithLiveRestore (1.07s) [2019-09-20T14:56:04.265Z] service_test.go:32: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore" [2019-09-20T14:56:04.265Z] === RUN TestDaemonDefaultNetworkPools [2019-09-20T14:56:04.731Z] === RUN TestDockerSuite/TestExecWithUser [2019-09-20T14:56:04.916Z] --- PASS: TestDaemonDefaultNetworkPools (0.81s) [2019-09-20T14:56:04.916Z] service_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools" [2019-09-20T14:56:04.916Z] === RUN TestDaemonRestartWithExistingNetwork [2019-09-20T14:56:05.930Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.22s) [2019-09-20T14:56:05.930Z] service_test.go:98: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork" [2019-09-20T14:56:05.930Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-20T14:56:06.177Z] === RUN TestDockerSuite/TestGetContainerStats [2019-09-20T14:56:07.413Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.46s) [2019-09-20T14:56:07.413Z] service_test.go:131: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange" [2019-09-20T14:56:07.413Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-09-20T14:56:08.035Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2019-09-20T14:56:08.035Z] service_test.go:181: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool" [2019-09-20T14:56:08.035Z] === RUN TestServiceWithPredefinedNetwork [2019-09-20T14:56:10.725Z] --- PASS: TestServiceWithPredefinedNetwork (2.46s) [2019-09-20T14:56:10.725Z] service_test.go:203: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork" [2019-09-20T14:56:10.725Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-09-20T14:56:10.725Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-20T14:56:10.725Z] service_test.go:230: FLAKY_TEST [2019-09-20T14:56:10.725Z] === RUN TestServiceWithDataPathPortInit [2019-09-20T14:56:11.491Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2019-09-20T14:56:15.644Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2019-09-20T14:56:16.202Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2019-09-20T14:56:18.136Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2019-09-20T14:56:23.369Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2019-09-20T14:56:23.623Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2019-09-20T14:56:23.623Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2019-09-20T14:56:23.922Z] === RUN TestDockerSuite/TestHealth [2019-09-20T14:56:29.194Z] --- PASS: TestServiceWithDataPathPortInit (15.93s) [2019-09-20T14:56:29.194Z] service_test.go:323: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-09-20T14:56:29.194Z] service_test.go:355: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-09-20T14:56:29.194Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-09-20T14:56:33.566Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.17s) [2019-09-20T14:56:33.566Z] service_test.go:388: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit" [2019-09-20T14:56:33.566Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:oh03oajtre84kshdqim7o4f6r Created:2019-09-20 14:56:27.545018149 +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[1946b962fd3b36590346dabbdc4aa7024e2659a1c94600399603c6a8fa46ff19:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.btlyj54vszuz6b6zlucuzumk4 EndpointID:57f1d77dc24f6eea536a5ed2bdf0c7c507e08bd78cf89dae2d21a3215cde8bb9 MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:0abed2756780b192dd286b12180ab9989cfb27d37fa61d81dc482e94e3ed5930 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:4b9f0b2bb177 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.btlyj54vszuz6b6zlucuzumk4 EndpointID:57f1d77dc24f6eea536a5ed2bdf0c7c507e08bd78cf89dae2d21a3215cde8bb9 EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-09-20T14:56:33.566Z] PASS [2019-09-20T14:56:33.566Z] [2019-09-20T14:56:33.566Z] === Skipped [2019-09-20T14:56:33.566Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-20T14:56:33.566Z] service_test.go:230: FLAKY_TEST [2019-09-20T14:56:33.566Z] [2019-09-20T14:56:33.566Z] [2019-09-20T14:56:33.566Z] DONE 21 tests, 1 skipped in 43.159s [2019-09-20T14:56:33.566Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-09-20T14:56:33.566Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:56:33.566Z] ++ set -e [2019-09-20T14:56:33.566Z] ++ '[' -n 0 ']' [2019-09-20T14:56:33.566Z] ++ set -x [2019-09-20T14:56:33.566Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:56:33.852Z] INFO: Testing against a local daemon [2019-09-20T14:56:33.852Z] === RUN TestDockerNetworkIpvlanPersistance [2019-09-20T14:56:35.329Z] --- PASS: TestDockerNetworkIpvlanPersistance (1.47s) [2019-09-20T14:56:35.330Z] ipvlan_test.go:28: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlanPersistance" [2019-09-20T14:56:35.330Z] === RUN TestDockerNetworkIpvlan [2019-09-20T14:56:36.341Z] === RUN TestDockerNetworkIpvlan/Subinterface [2019-09-20T14:56:36.958Z] === RUN TestDockerNetworkIpvlan/OverlapParent [2019-09-20T14:56:37.970Z] === RUN TestDockerNetworkIpvlan/L2NilParent [2019-09-20T14:56:40.665Z] === RUN TestDockerNetworkIpvlan/L2InternalMode [2019-09-20T14:56:44.123Z] === RUN TestDockerNetworkIpvlan/L3NilParent [2019-09-20T14:56:45.826Z] === RUN TestDockerSuite/TestHistoryExistentImage [2019-09-20T14:56:45.826Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2019-09-20T14:56:45.826Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2019-09-20T14:56:45.826Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2019-09-20T14:56:46.081Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2019-09-20T14:56:46.081Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2019-09-20T14:56:46.810Z] === RUN TestDockerNetworkIpvlan/L3InternalMode [2019-09-20T14:56:47.004Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2019-09-20T14:56:47.004Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2019-09-20T14:56:47.004Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2019-09-20T14:56:47.259Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2019-09-20T14:56:47.513Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2019-09-20T14:56:47.767Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2019-09-20T14:56:48.325Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2019-09-20T14:56:48.325Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2019-09-20T14:56:49.247Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2019-09-20T14:56:49.247Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2019-09-20T14:56:50.213Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2019-09-20T14:56:50.265Z] === RUN TestDockerNetworkIpvlan/L2MultiSubnet [2019-09-20T14:56:51.139Z] === RUN TestDockerSuite/TestImagesFormat [2019-09-20T14:56:51.139Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2019-09-20T14:56:52.497Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2019-09-20T14:56:55.754Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2019-09-20T14:56:55.754Z] === RUN TestDockerSuite/TestImportBadURL [2019-09-20T14:56:55.754Z] === RUN TestDockerSuite/TestImportDisplay [2019-09-20T14:56:55.768Z] === RUN TestDockerNetworkIpvlan/L3MultiSubnet [2019-09-20T14:56:56.313Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2019-09-20T14:56:56.872Z] === RUN TestDockerSuite/TestImportFile [2019-09-20T14:56:59.384Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2019-09-20T14:56:59.384Z] === RUN TestDockerSuite/TestImportFileWithMessage [2019-09-20T14:57:00.169Z] === RUN TestDockerNetworkIpvlan/Addressing [2019-09-20T14:57:01.900Z] === RUN TestDockerSuite/TestImportGzipped [2019-09-20T14:57:02.200Z] --- PASS: TestDockerNetworkIpvlan (26.94s) [2019-09-20T14:57:02.200Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-09-20T14:57:02.200Z] --- PASS: TestDockerNetworkIpvlan/Subinterface (0.08s) [2019-09-20T14:57:02.200Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-09-20T14:57:02.200Z] --- PASS: TestDockerNetworkIpvlan/OverlapParent (0.06s) [2019-09-20T14:57:02.200Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-09-20T14:57:02.200Z] --- PASS: TestDockerNetworkIpvlan/L2NilParent (1.22s) [2019-09-20T14:57:02.200Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-09-20T14:57:02.200Z] --- PASS: TestDockerNetworkIpvlan/L2InternalMode (2.17s) [2019-09-20T14:57:02.200Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-09-20T14:57:02.200Z] --- PASS: TestDockerNetworkIpvlan/L3NilParent (1.19s) [2019-09-20T14:57:02.200Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-09-20T14:57:02.200Z] --- PASS: TestDockerNetworkIpvlan/L3InternalMode (2.17s) [2019-09-20T14:57:02.200Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-09-20T14:57:02.200Z] --- PASS: TestDockerNetworkIpvlan/L2MultiSubnet (3.41s) [2019-09-20T14:57:02.200Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-09-20T14:57:02.200Z] --- PASS: TestDockerNetworkIpvlan/L3MultiSubnet (3.36s) [2019-09-20T14:57:02.200Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-09-20T14:57:02.200Z] --- PASS: TestDockerNetworkIpvlan/Addressing (1.90s) [2019-09-20T14:57:02.200Z] PASS [2019-09-20T14:57:02.200Z] [2019-09-20T14:57:02.200Z] DONE 11 tests in 28.539s [2019-09-20T14:57:02.200Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-09-20T14:57:02.200Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:57:02.200Z] ++ set -e [2019-09-20T14:57:02.200Z] ++ '[' -n 0 ']' [2019-09-20T14:57:02.200Z] ++ set -x [2019-09-20T14:57:02.200Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:57:02.200Z] INFO: Testing against a local daemon [2019-09-20T14:57:02.200Z] === RUN TestDockerNetworkMacvlanPersistance [2019-09-20T14:57:03.672Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.48s) [2019-09-20T14:57:03.672Z] macvlan_test.go:24: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance" [2019-09-20T14:57:03.672Z] === RUN TestDockerNetworkMacvlan [2019-09-20T14:57:04.407Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2019-09-20T14:57:04.681Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-09-20T14:57:05.690Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-09-20T14:57:06.289Z] === RUN TestDockerSuite/TestInfoDebug [2019-09-20T14:57:06.544Z] === RUN TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName [2019-09-20T14:57:06.709Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-09-20T14:57:07.467Z] === RUN TestDockerSuite/TestInfoDiscoveryBackend [2019-09-20T14:57:07.722Z] === RUN TestDockerSuite/TestInfoDiscoveryInvalidAdvertise [2019-09-20T14:57:09.084Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2019-09-20T14:57:09.392Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-09-20T14:57:10.048Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2019-09-20T14:57:10.972Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2019-09-20T14:57:11.896Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2019-09-20T14:57:11.896Z] === RUN TestDockerSuite/TestInfoFormat [2019-09-20T14:57:11.896Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2019-09-20T14:57:11.896Z] === RUN TestDockerSuite/TestInsecureRegistries [2019-09-20T14:57:12.523Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2019-09-20T14:57:12.846Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-09-20T14:57:13.447Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2019-09-20T14:57:14.809Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2019-09-20T14:57:15.734Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2019-09-20T14:57:17.095Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2019-09-20T14:57:18.019Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2019-09-20T14:57:18.352Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-09-20T14:57:18.944Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2019-09-20T14:57:18.944Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2019-09-20T14:57:18.984Z] --- PASS: TestDockerNetworkMacvlan (15.13s) [2019-09-20T14:57:18.984Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-20T14:57:18.984Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2019-09-20T14:57:18.984Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-20T14:57:18.984Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2019-09-20T14:57:18.984Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-20T14:57:18.984Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.20s) [2019-09-20T14:57:18.984Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-20T14:57:18.984Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.20s) [2019-09-20T14:57:18.984Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-20T14:57:18.984Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.42s) [2019-09-20T14:57:18.984Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-20T14:57:18.984Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.97s) [2019-09-20T14:57:18.984Z] PASS [2019-09-20T14:57:18.984Z] [2019-09-20T14:57:18.984Z] DONE 8 tests in 16.726s [2019-09-20T14:57:18.984Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2019-09-20T14:57:18.984Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:57:18.984Z] ++ set -e [2019-09-20T14:57:18.984Z] ++ '[' -n 0 ']' [2019-09-20T14:57:18.984Z] ++ set -x [2019-09-20T14:57:18.984Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:57:18.984Z] testing: warning: no tests to run [2019-09-20T14:57:18.984Z] PASS [2019-09-20T14:57:18.984Z] [2019-09-20T14:57:18.984Z] DONE 0 tests in 0.032s [2019-09-20T14:57:18.984Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-09-20T14:57:18.984Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:57:18.984Z] ++ set -e [2019-09-20T14:57:18.984Z] ++ '[' -n 0 ']' [2019-09-20T14:57:18.984Z] ++ set -x [2019-09-20T14:57:18.984Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:57:19.269Z] INFO: Testing against a local daemon [2019-09-20T14:57:19.269Z] === RUN TestAuthZPluginAllowRequest [2019-09-20T14:57:20.744Z] --- PASS: TestAuthZPluginAllowRequest (1.68s) [2019-09-20T14:57:20.744Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest" [2019-09-20T14:57:20.744Z] === RUN TestAuthZPluginTLS [2019-09-20T14:57:20.825Z] === RUN TestDockerSuite/TestInspectAmpersand [2019-09-20T14:57:21.363Z] --- PASS: TestAuthZPluginTLS (0.59s) [2019-09-20T14:57:21.363Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS" [2019-09-20T14:57:21.363Z] === RUN TestAuthZPluginDenyRequest [2019-09-20T14:57:21.750Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2019-09-20T14:57:21.980Z] --- PASS: TestAuthZPluginDenyRequest (0.57s) [2019-09-20T14:57:21.980Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest" [2019-09-20T14:57:21.980Z] === RUN TestAuthZPluginAPIDenyResponse [2019-09-20T14:57:22.596Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.56s) [2019-09-20T14:57:22.596Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse" [2019-09-20T14:57:22.596Z] === RUN TestAuthZPluginDenyResponse [2019-09-20T14:57:23.111Z] === RUN TestDockerSuite/TestInspectByPrefix [2019-09-20T14:57:23.111Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2019-09-20T14:57:23.112Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2019-09-20T14:57:23.212Z] --- PASS: TestAuthZPluginDenyResponse (0.59s) [2019-09-20T14:57:23.212Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse" [2019-09-20T14:57:23.212Z] === RUN TestAuthZPluginAllowEventStream [2019-09-20T14:57:23.673Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2019-09-20T14:57:23.673Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2019-09-20T14:57:24.698Z] --- PASS: TestAuthZPluginAllowEventStream (1.67s) [2019-09-20T14:57:24.698Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream" [2019-09-20T14:57:24.698Z] === RUN TestAuthZPluginErrorResponse [2019-09-20T14:57:24.859Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2019-09-20T14:57:24.859Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2019-09-20T14:57:24.859Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2019-09-20T14:57:24.859Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2019-09-20T14:57:25.062Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2019-09-20T14:57:25.315Z] --- PASS: TestAuthZPluginErrorResponse (0.58s) [2019-09-20T14:57:25.315Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse" [2019-09-20T14:57:25.315Z] === RUN TestAuthZPluginErrorRequest [2019-09-20T14:57:25.321Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2019-09-20T14:57:25.930Z] --- PASS: TestAuthZPluginErrorRequest (0.58s) [2019-09-20T14:57:25.930Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest" [2019-09-20T14:57:25.930Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-09-20T14:57:26.292Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2019-09-20T14:57:26.292Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2019-09-20T14:57:26.292Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2019-09-20T14:57:26.292Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2019-09-20T14:57:26.422Z] === RUN TestDockerSuite/TestInspectDefault [2019-09-20T14:57:26.547Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.58s) [2019-09-20T14:57:26.547Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration" [2019-09-20T14:57:26.547Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-09-20T14:57:26.754Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2019-09-20T14:57:27.215Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2019-09-20T14:57:27.348Z] === RUN TestDockerSuite/TestInspectHistory [2019-09-20T14:57:28.710Z] === RUN TestDockerSuite/TestInspectImage [2019-09-20T14:57:28.710Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2019-09-20T14:57:28.710Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2019-09-20T14:57:28.710Z] === RUN TestDockerSuite/TestInspectInt64 [2019-09-20T14:57:28.710Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2019-09-20T14:57:29.237Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.23s) [2019-09-20T14:57:29.237Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking" [2019-09-20T14:57:29.237Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-09-20T14:57:29.632Z] === RUN TestDockerSuite/TestInspectJSONFields [2019-09-20T14:57:30.134Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2019-09-20T14:57:30.557Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2019-09-20T14:57:30.557Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2019-09-20T14:57:31.265Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.16s) [2019-09-20T14:57:31.265Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom" [2019-09-20T14:57:31.265Z] === RUN TestAuthZPluginHeader [2019-09-20T14:57:31.479Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2019-09-20T14:57:31.683Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2019-09-20T14:57:31.683Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2019-09-20T14:57:31.683Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2019-09-20T14:57:31.683Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2019-09-20T14:57:31.777Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2019-09-20T14:57:31.885Z] --- PASS: TestAuthZPluginHeader (0.96s) [2019-09-20T14:57:31.885Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader" [2019-09-20T14:57:31.885Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-09-20T14:57:31.885Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-09-20T14:57:31.885Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-20T14:57:31.885Z] === RUN TestAuthZPluginV2Disable [2019-09-20T14:57:31.885Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-09-20T14:57:31.885Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-20T14:57:31.885Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-09-20T14:57:31.885Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-09-20T14:57:31.885Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-20T14:57:31.885Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-09-20T14:57:31.885Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-09-20T14:57:31.885Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-20T14:57:31.885Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-09-20T14:57:32.336Z] === RUN TestDockerSuite/TestInspectPlugin [2019-09-20T14:57:34.219Z] === RUN TestDockerSuite/TestInspectRootFS [2019-09-20T14:57:34.219Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2019-09-20T14:57:34.619Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2019-09-20T14:57:35.145Z] === RUN TestDockerSuite/TestInspectStatus [2019-09-20T14:57:35.400Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2019-09-20T14:57:36.325Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2019-09-20T14:57:38.206Z] === RUN TestDockerSuite/TestInspectTemplateError [2019-09-20T14:57:38.764Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2019-09-20T14:57:39.019Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2019-09-20T14:57:39.945Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2019-09-20T14:57:40.870Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2019-09-20T14:57:41.793Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2019-09-20T14:57:42.048Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2019-09-20T14:57:42.302Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2019-09-20T14:57:43.225Z] === RUN TestDockerSuite/TestInspectUnknownObject [2019-09-20T14:57:43.225Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2019-09-20T14:57:45.732Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2019-09-20T14:57:45.990Z] === RUN TestDockerSuite/TestLinkShortDefinition [2019-09-20T14:57:47.890Z] === RUN TestDockerSuite/TestLinksEnvs [2019-09-20T14:57:49.529Z] === RUN TestDockerSuite/TestBuildAddNonTar [2019-09-20T14:57:49.772Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2019-09-20T14:57:49.772Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2019-09-20T14:57:50.339Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.90s) [2019-09-20T14:57:50.339Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart" [2019-09-20T14:57:50.339Z] PASS [2019-09-20T14:57:50.339Z] [2019-09-20T14:57:50.339Z] === Skipped [2019-09-20T14:57:50.339Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-09-20T14:57:50.339Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-20T14:57:50.339Z] [2019-09-20T14:57:50.339Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2019-09-20T14:57:50.339Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-20T14:57:50.339Z] [2019-09-20T14:57:50.339Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-09-20T14:57:50.339Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-20T14:57:50.339Z] [2019-09-20T14:57:50.339Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-09-20T14:57:50.339Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-20T14:57:50.339Z] [2019-09-20T14:57:50.339Z] [2019-09-20T14:57:50.339Z] DONE 17 tests, 4 skipped in 29.783s [2019-09-20T14:57:50.339Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-09-20T14:57:50.339Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:57:50.339Z] ++ set -e [2019-09-20T14:57:50.339Z] ++ '[' -n 0 ']' [2019-09-20T14:57:50.339Z] ++ set -x [2019-09-20T14:57:50.339Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:57:50.339Z] INFO: Testing against a local daemon [2019-09-20T14:57:50.339Z] === RUN TestPluginInvalidJSON [2019-09-20T14:57:50.339Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-09-20T14:57:50.339Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-09-20T14:57:50.339Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-09-20T14:57:50.339Z] --- PASS: TestPluginInvalidJSON (0.04s) [2019-09-20T14:57:50.339Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-09-20T14:57:50.339Z] PASS [2019-09-20T14:57:50.339Z] [2019-09-20T14:57:50.339Z] DONE 2 tests in 0.129s [2019-09-20T14:57:50.339Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-09-20T14:57:50.339Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:57:50.339Z] ++ set -e [2019-09-20T14:57:50.339Z] ++ '[' -n 0 ']' [2019-09-20T14:57:50.339Z] ++ set -x [2019-09-20T14:57:50.339Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:57:50.339Z] INFO: Testing against a local daemon [2019-09-20T14:57:50.339Z] === RUN TestExternalGraphDriver [2019-09-20T14:57:50.339Z] === RUN TestExternalGraphDriver/json [2019-09-20T14:57:51.652Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2019-09-20T14:57:51.653Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2019-09-20T14:57:51.819Z] === RUN TestExternalGraphDriver/spec [2019-09-20T14:57:53.855Z] === RUN TestExternalGraphDriver/pull [2019-09-20T14:57:54.958Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2019-09-20T14:57:55.883Z] --- PASS: TestExternalGraphDriver (6.72s) [2019-09-20T14:57:55.883Z] external_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver" [2019-09-20T14:57:55.883Z] --- PASS: TestExternalGraphDriver/json (2.20s) [2019-09-20T14:57:55.883Z] --- PASS: TestExternalGraphDriver/spec (2.11s) [2019-09-20T14:57:55.883Z] --- PASS: TestExternalGraphDriver/pull (2.20s) [2019-09-20T14:57:55.883Z] === RUN TestGraphdriverPluginV2 [2019-09-20T14:57:55.883Z] --- SKIP: TestGraphdriverPluginV2 (0.08s) [2019-09-20T14:57:55.884Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-20T14:57:55.884Z] PASS [2019-09-20T14:57:55.884Z] [2019-09-20T14:57:55.884Z] === Skipped [2019-09-20T14:57:55.884Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.08s) [2019-09-20T14:57:55.884Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-20T14:57:55.884Z] [2019-09-20T14:57:55.884Z] [2019-09-20T14:57:55.884Z] DONE 5 tests, 1 skipped in 6.924s [2019-09-20T14:57:55.884Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-09-20T14:57:55.884Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:57:55.884Z] ++ set -e [2019-09-20T14:57:55.884Z] ++ '[' -n 0 ']' [2019-09-20T14:57:55.884Z] ++ set -x [2019-09-20T14:57:55.884Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:57:56.167Z] INFO: Testing against a local daemon [2019-09-20T14:57:56.167Z] === RUN TestContinueAfterPluginCrash [2019-09-20T14:57:56.167Z] === PAUSE TestContinueAfterPluginCrash [2019-09-20T14:57:56.167Z] === RUN TestDaemonStartWithLogOpt [2019-09-20T14:57:56.167Z] === PAUSE TestDaemonStartWithLogOpt [2019-09-20T14:57:56.167Z] === CONT TestContinueAfterPluginCrash [2019-09-20T14:57:56.167Z] === CONT TestDaemonStartWithLogOpt [2019-09-20T14:57:57.552Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2019-09-20T14:57:57.552Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2019-09-20T14:57:57.552Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2019-09-20T14:57:58.116Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2019-09-20T14:57:58.577Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2019-09-20T14:57:58.577Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2019-09-20T14:58:00.809Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2019-09-20T14:58:00.809Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2019-09-20T14:58:01.491Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2019-09-20T14:58:01.731Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2019-09-20T14:58:03.036Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2019-09-20T14:58:08.852Z] === RUN TestDockerSuite/TestBuildAddScript [2019-09-20T14:58:08.852Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2019-09-20T14:58:08.852Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2019-09-20T14:58:08.852Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2019-09-20T14:58:08.852Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2019-09-20T14:58:08.852Z] === RUN TestDockerSuite/TestBuildAddTar [2019-09-20T14:58:14.665Z] --- PASS: TestDaemonStartWithLogOpt (15.65s) [2019-09-20T14:58:14.665Z] validation_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt" [2019-09-20T14:58:16.550Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2019-09-20T14:58:16.695Z] --- PASS: TestContinueAfterPluginCrash (20.64s) [2019-09-20T14:58:16.695Z] logging_linux_test.go:22: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash" [2019-09-20T14:58:16.695Z] PASS [2019-09-20T14:58:16.695Z] [2019-09-20T14:58:16.695Z] DONE 2 tests in 20.762s [2019-09-20T14:58:16.695Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-09-20T14:58:16.695Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:58:16.695Z] ++ set -e [2019-09-20T14:58:16.695Z] ++ '[' -n 0 ']' [2019-09-20T14:58:16.695Z] ++ set -x [2019-09-20T14:58:16.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=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:58:16.695Z] INFO: Testing against a local daemon [2019-09-20T14:58:16.695Z] === RUN TestPluginWithDevMounts [2019-09-20T14:58:16.695Z] === PAUSE TestPluginWithDevMounts [2019-09-20T14:58:16.695Z] === CONT TestPluginWithDevMounts [2019-09-20T14:58:16.805Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2019-09-20T14:58:18.686Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2019-09-20T14:58:19.372Z] --- PASS: TestPluginWithDevMounts (2.33s) [2019-09-20T14:58:19.373Z] mounts_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts" [2019-09-20T14:58:19.373Z] PASS [2019-09-20T14:58:19.373Z] [2019-09-20T14:58:19.373Z] DONE 1 tests in 2.458s [2019-09-20T14:58:19.373Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2019-09-20T14:58:19.373Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:58:19.373Z] ++ set -e [2019-09-20T14:58:19.373Z] ++ '[' -n 0 ']' [2019-09-20T14:58:19.373Z] ++ set -x [2019-09-20T14:58:19.373Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:58:19.373Z] INFO: Testing against a local daemon [2019-09-20T14:58:19.373Z] === RUN TestSecretInspect [2019-09-20T14:58:19.609Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2019-09-20T14:58:21.399Z] --- PASS: TestSecretInspect (2.23s) [2019-09-20T14:58:21.399Z] secret_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect" [2019-09-20T14:58:21.399Z] === RUN TestSecretList [2019-09-20T14:58:22.117Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2019-09-20T14:58:22.372Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2019-09-20T14:58:22.626Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2019-09-20T14:58:22.626Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2019-09-20T14:58:22.626Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2019-09-20T14:58:23.229Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2019-09-20T14:58:23.799Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2019-09-20T14:58:24.103Z] --- PASS: TestSecretList (2.22s) [2019-09-20T14:58:24.103Z] secret_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretList" [2019-09-20T14:58:24.103Z] === RUN TestSecretsCreateAndDelete [2019-09-20T14:58:24.733Z] === RUN TestDockerSuite/TestLogsAPIUntil [2019-09-20T14:58:26.131Z] --- PASS: TestSecretsCreateAndDelete (2.25s) [2019-09-20T14:58:26.131Z] secret_test.go:125: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete" [2019-09-20T14:58:26.131Z] === RUN TestSecretsUpdate [2019-09-20T14:58:28.158Z] --- PASS: TestSecretsUpdate (2.22s) [2019-09-20T14:58:28.158Z] secret_test.go:172: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate" [2019-09-20T14:58:28.158Z] === RUN TestTemplatedSecret [2019-09-20T14:58:28.888Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2019-09-20T14:58:29.447Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2019-09-20T14:58:31.625Z] --- PASS: TestTemplatedSecret (3.00s) [2019-09-20T14:58:31.625Z] secret_test.go:221: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret" [2019-09-20T14:58:31.625Z] === RUN TestSecretCreateResolve [2019-09-20T14:58:33.669Z] --- PASS: TestSecretCreateResolve (2.34s) [2019-09-20T14:58:33.669Z] secret_test.go:342: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve" [2019-09-20T14:58:33.669Z] PASS [2019-09-20T14:58:33.669Z] [2019-09-20T14:58:33.669Z] DONE 6 tests in 14.373s [2019-09-20T14:58:33.669Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2019-09-20T14:58:33.669Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:58:33.669Z] ++ set -e [2019-09-20T14:58:33.669Z] ++ '[' -n 0 ']' [2019-09-20T14:58:33.669Z] ++ set -x [2019-09-20T14:58:33.669Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2019-09-20T14:58:33.669Z] INFO: Testing against a local daemon [2019-09-20T14:58:33.669Z] === RUN TestServiceCreateInit [2019-09-20T14:58:33.669Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-09-20T14:58:34.676Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2019-09-20T14:58:34.676Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2019-09-20T14:58:35.235Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2019-09-20T14:58:35.235Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2019-09-20T14:58:36.596Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2019-09-20T14:58:37.959Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2019-09-20T14:58:38.068Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-09-20T14:58:38.213Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2019-09-20T14:58:39.694Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2019-09-20T14:58:41.095Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2019-09-20T14:58:42.022Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2019-09-20T14:58:42.469Z] --- PASS: TestServiceCreateInit (8.81s) [2019-09-20T14:58:42.469Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.41s) [2019-09-20T14:58:42.469Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled" [2019-09-20T14:58:42.469Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.36s) [2019-09-20T14:58:42.469Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled" [2019-09-20T14:58:42.469Z] === RUN TestCreateServiceMultipleTimes [2019-09-20T14:58:44.530Z] === RUN TestDockerSuite/TestLogsFollowStopped [2019-09-20T14:58:45.454Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2019-09-20T14:58:46.012Z] === RUN TestDockerSuite/TestLogsSince [2019-09-20T14:58:51.281Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2019-09-20T14:58:53.162Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2019-09-20T14:58:54.534Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2019-09-20T14:58:57.789Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2019-09-20T14:58:58.712Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2019-09-20T14:58:59.630Z] === RUN TestDockerSuite/TestBuildAddTarXz [2019-09-20T14:58:59.630Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2019-09-20T14:58:59.630Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2019-09-20T14:58:59.635Z] === RUN TestDockerSuite/TestLogsTail [2019-09-20T14:59:00.560Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2019-09-20T14:59:00.814Z] === RUN TestDockerSuite/TestLogsTimestamps [2019-09-20T14:59:00.948Z] --- PASS: TestCreateServiceMultipleTimes (17.64s) [2019-09-20T14:59:00.948Z] create_test.go:80: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes" [2019-09-20T14:59:00.948Z] === RUN TestCreateServiceConflict [2019-09-20T14:59:01.737Z] === RUN TestDockerSuite/TestLogsWithDetails [2019-09-20T14:59:02.424Z] --- PASS: TestCreateServiceConflict (2.29s) [2019-09-20T14:59:02.424Z] create_test.go:129: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict" [2019-09-20T14:59:02.424Z] === RUN TestCreateServiceMaxReplicas [2019-09-20T14:59:02.659Z] === RUN TestDockerSuite/TestMountIntoProc [2019-09-20T14:59:02.915Z] === RUN TestDockerSuite/TestMountIntoSys [2019-09-20T14:59:03.838Z] === RUN TestDockerSuite/TestNetHostname [2019-09-20T14:59:04.092Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2019-09-20T14:59:05.921Z] --- PASS: TestCreateServiceMaxReplicas (3.14s) [2019-09-20T14:59:05.921Z] create_test.go:150: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas" [2019-09-20T14:59:05.921Z] === RUN TestCreateWithDuplicateNetworkNames [2019-09-20T14:59:06.598Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2019-09-20T14:59:06.853Z] === RUN TestDockerSuite/TestNetworkEvents [2019-09-20T14:59:07.776Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2019-09-20T14:59:08.335Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2019-09-20T14:59:10.842Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2019-09-20T14:59:11.402Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2019-09-20T14:59:11.657Z] === RUN TestDockerSuite/TestPluginActive [2019-09-20T14:59:13.538Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2019-09-20T14:59:14.098Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2019-09-20T14:59:20.750Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2019-09-20T14:59:21.154Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.25s) [2019-09-20T14:59:21.154Z] create_test.go:171: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames" [2019-09-20T14:59:21.154Z] === RUN TestCreateServiceSecretFileMode [2019-09-20T14:59:21.440Z] --- PASS: TestCreateServiceSecretFileMode (2.60s) [2019-09-20T14:59:21.440Z] create_test.go:224: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode" [2019-09-20T14:59:21.440Z] === RUN TestCreateServiceConfigFileMode [2019-09-20T14:59:21.727Z] === RUN TestDockerSuite/TestBuildBlankName [2019-09-20T14:59:22.170Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2019-09-20T14:59:22.170Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2019-09-20T14:59:22.170Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2019-09-20T14:59:22.187Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2019-09-20T14:59:22.425Z] === RUN TestDockerSuite/TestPluginLogDriver [2019-09-20T14:59:24.136Z] --- PASS: TestCreateServiceConfigFileMode (2.59s) [2019-09-20T14:59:24.136Z] create_test.go:288: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode" [2019-09-20T14:59:24.136Z] === RUN TestCreateServiceSysctls [2019-09-20T14:59:25.686Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2019-09-20T14:59:27.567Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2019-09-20T14:59:27.596Z] --- PASS: TestCreateServiceSysctls (3.49s) [2019-09-20T14:59:27.596Z] create_test.go:378: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls" [2019-09-20T14:59:27.596Z] === RUN TestCreateServiceCapabilities [2019-09-20T14:59:28.126Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2019-09-20T14:59:30.008Z] === RUN TestDockerSuite/TestPluginUpgrade [2019-09-20T14:59:30.274Z] --- PASS: TestCreateServiceCapabilities (2.64s) [2019-09-20T14:59:30.275Z] create_test.go:462: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities" [2019-09-20T14:59:30.275Z] === RUN TestInspect [2019-09-20T14:59:30.785Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2019-09-20T14:59:31.247Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2019-09-20T14:59:32.962Z] --- PASS: TestInspect (2.86s) [2019-09-20T14:59:32.962Z] inspect_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspect" [2019-09-20T14:59:32.962Z] === RUN TestDockerNetworkConnectAlias [2019-09-20T14:59:35.271Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2019-09-20T14:59:35.271Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2019-09-20T14:59:37.073Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2019-09-20T14:59:37.780Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2019-09-20T14:59:38.468Z] --- PASS: TestDockerNetworkConnectAlias (4.67s) [2019-09-20T14:59:38.468Z] network_test.go:20: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias" [2019-09-20T14:59:38.468Z] === RUN TestDockerNetworkReConnect [2019-09-20T14:59:39.661Z] === RUN TestDockerSuite/TestPortHostBinding [2019-09-20T14:59:41.543Z] === RUN TestDockerSuite/TestPortList [2019-09-20T14:59:41.929Z] --- PASS: TestDockerNetworkReConnect (3.79s) [2019-09-20T14:59:41.929Z] network_test.go:82: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect" [2019-09-20T14:59:41.929Z] === RUN TestServicePlugin [2019-09-20T14:59:41.929Z] --- SKIP: TestServicePlugin (0.00s) [2019-09-20T14:59:41.929Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-20T14:59:41.929Z] === RUN TestServiceUpdateLabel [2019-09-20T14:59:43.964Z] --- PASS: TestServiceUpdateLabel (2.21s) [2019-09-20T14:59:43.964Z] update_test.go:21: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel" [2019-09-20T14:59:43.964Z] === RUN TestServiceUpdateSecrets [2019-09-20T14:59:47.420Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2019-09-20T14:59:48.066Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2019-09-20T14:59:51.325Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2019-09-20T14:59:51.579Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2019-09-20T14:59:53.464Z] === RUN TestDockerSuite/TestPostContainersAttach [2019-09-20T14:59:55.360Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2019-09-20T14:59:57.764Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2019-09-20T14:59:57.764Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2019-09-20T14:59:58.620Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2019-09-20T14:59:59.178Z] --- PASS: TestServiceUpdateSecrets (14.78s) [2019-09-20T14:59:59.178Z] update_test.go:77: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets" [2019-09-20T14:59:59.178Z] === RUN TestServiceUpdateConfigs [2019-09-20T15:00:01.527Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2019-09-20T15:00:01.527Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2019-09-20T15:00:01.527Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2019-09-20T15:00:01.920Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2019-09-20T15:00:01.920Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2019-09-20T15:00:01.920Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2019-09-20T15:00:02.176Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2019-09-20T15:00:02.176Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2019-09-20T15:00:03.099Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2019-09-20T15:00:03.099Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2019-09-20T15:00:03.354Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2019-09-20T15:00:03.912Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2019-09-20T15:00:03.912Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2019-09-20T15:00:05.794Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2019-09-20T15:00:05.794Z] === RUN TestDockerSuite/TestPruneContainerLabel [2019-09-20T15:00:07.154Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2019-09-20T15:00:08.622Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2019-09-20T15:00:08.622Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2019-09-20T15:00:08.622Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2019-09-20T15:00:08.622Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2019-09-20T15:00:08.622Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2019-09-20T15:00:09.663Z] === RUN TestDockerSuite/TestPruneContainerUntil [2019-09-20T15:00:11.023Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2019-09-20T15:00:11.277Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2019-09-20T15:00:11.277Z] === RUN TestDockerSuite/TestPsByOrder [2019-09-20T15:00:14.409Z] --- PASS: TestServiceUpdateConfigs (14.94s) [2019-09-20T15:00:14.409Z] update_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs" [2019-09-20T15:00:14.409Z] === RUN TestServiceUpdateNetwork [2019-09-20T15:00:14.537Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2019-09-20T15:00:15.938Z] === RUN TestDockerSuite/TestPsListContainersBase [2019-09-20T15:00:19.194Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2019-09-20T15:00:20.118Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2019-09-20T15:00:24.277Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2019-09-20T15:00:24.277Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2019-09-20T15:00:26.948Z] --- PASS: TestServiceUpdateNetwork (13.36s) [2019-09-20T15:00:26.948Z] update_test.go:201: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork" [2019-09-20T15:00:26.948Z] PASS [2019-09-20T15:00:26.948Z] [2019-09-20T15:00:26.948Z] === Skipped [2019-09-20T15:00:26.948Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2019-09-20T15:00:26.948Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-20T15:00:26.948Z] [2019-09-20T15:00:26.948Z] [2019-09-20T15:00:26.948Z] DONE 19 tests, 1 skipped in 113.189s [2019-09-20T15:00:26.948Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2019-09-20T15:00:26.948Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m [2019-09-20T15:00:26.948Z] ++ set -e [2019-09-20T15:00:26.948Z] ++ '[' -n 0 ']' [2019-09-20T15:00:26.948Z] ++ set -x [2019-09-20T15:00:26.948Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m [2019-09-20T15:00:26.948Z] INFO: Testing against a local daemon [2019-09-20T15:00:26.948Z] === RUN TestSessionCreate [2019-09-20T15:00:26.948Z] --- PASS: TestSessionCreate (0.05s) [2019-09-20T15:00:26.948Z] === RUN TestSessionCreateWithBadUpgrade [2019-09-20T15:00:26.948Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2019-09-20T15:00:26.948Z] PASS [2019-09-20T15:00:26.948Z] [2019-09-20T15:00:26.948Z] DONE 2 tests in 0.196s [2019-09-20T15:00:26.948Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2019-09-20T15:00:26.948Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m [2019-09-20T15:00:26.948Z] ++ set -e [2019-09-20T15:00:26.948Z] ++ '[' -n 0 ']' [2019-09-20T15:00:26.948Z] ++ set -x [2019-09-20T15:00:26.948Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m [2019-09-20T15:00:27.232Z] INFO: Testing against a local daemon [2019-09-20T15:00:27.232Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-09-20T15:00:27.232Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-20T15:00:27.232Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-20T15:00:27.232Z] === RUN TestEventsExecDie [2019-09-20T15:00:28.243Z] --- PASS: TestEventsExecDie (0.94s) [2019-09-20T15:00:28.243Z] === RUN TestEventsBackwardsCompatible [2019-09-20T15:00:28.243Z] --- PASS: TestEventsBackwardsCompatible (0.11s) [2019-09-20T15:00:28.243Z] === RUN TestInfoBinaryCommits [2019-09-20T15:00:28.243Z] --- PASS: TestInfoBinaryCommits (0.05s) [2019-09-20T15:00:28.243Z] === RUN TestInfoAPIVersioned [2019-09-20T15:00:28.243Z] --- PASS: TestInfoAPIVersioned (0.02s) [2019-09-20T15:00:28.243Z] === RUN TestInfoAPI [2019-09-20T15:00:28.243Z] --- PASS: TestInfoAPI (0.06s) [2019-09-20T15:00:28.243Z] === RUN TestInfoAPIWarnings [2019-09-20T15:00:28.443Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2019-09-20T15:00:29.252Z] --- PASS: TestInfoAPIWarnings (0.92s) [2019-09-20T15:00:29.252Z] info_test.go:49: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings" [2019-09-20T15:00:29.252Z] === RUN TestLoginFailsWithBadCredentials [2019-09-20T15:00:29.870Z] --- PASS: TestLoginFailsWithBadCredentials (0.54s) [2019-09-20T15:00:29.870Z] === RUN TestPingCacheHeaders [2019-09-20T15:00:29.870Z] --- PASS: TestPingCacheHeaders (0.06s) [2019-09-20T15:00:29.870Z] === RUN TestPingGet [2019-09-20T15:00:29.870Z] --- PASS: TestPingGet (0.04s) [2019-09-20T15:00:29.870Z] === RUN TestPingHead [2019-09-20T15:00:29.870Z] --- PASS: TestPingHead (0.05s) [2019-09-20T15:00:29.870Z] === RUN TestVersion [2019-09-20T15:00:29.870Z] --- PASS: TestVersion (0.06s) [2019-09-20T15:00:29.870Z] PASS [2019-09-20T15:00:29.870Z] [2019-09-20T15:00:29.870Z] === Skipped [2019-09-20T15:00:29.870Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-20T15:00:29.870Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-20T15:00:29.870Z] [2019-09-20T15:00:29.870Z] [2019-09-20T15:00:29.870Z] DONE 12 tests, 1 skipped in 2.953s [2019-09-20T15:00:29.870Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2019-09-20T15:00:29.870Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-09-20T15:00:29.870Z] ++ set -e [2019-09-20T15:00:29.870Z] ++ '[' -n 0 ']' [2019-09-20T15:00:29.870Z] ++ set -x [2019-09-20T15:00:29.870Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-09-20T15:00:30.152Z] INFO: Testing against a local daemon [2019-09-20T15:00:30.152Z] === RUN TestVolumesCreateAndList [2019-09-20T15:00:30.152Z] --- PASS: TestVolumesCreateAndList (0.04s) [2019-09-20T15:00:30.152Z] === RUN TestVolumesRemove [2019-09-20T15:00:30.152Z] --- PASS: TestVolumesRemove (0.10s) [2019-09-20T15:00:30.152Z] === RUN TestVolumesInspect [2019-09-20T15:00:30.152Z] --- PASS: TestVolumesInspect (0.04s) [2019-09-20T15:00:30.152Z] === RUN TestVolumesInvalidJSON [2019-09-20T15:00:30.152Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-09-20T15:00:30.152Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-09-20T15:00:30.152Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-09-20T15:00:30.435Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2019-09-20T15:00:30.435Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-09-20T15:00:30.435Z] PASS [2019-09-20T15:00:30.435Z] [2019-09-20T15:00:30.435Z] DONE 5 tests in 0.307s [2019-09-20T15:00:30.435Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-09-20T15:00:30.720Z] ++++ cat bundles/test-integration/docker.pid [2019-09-20T15:00:30.720Z] +++ kill 13241 [2019-09-20T15:00:32.188Z] umount: bundles/test-integration/root: mountpoint not found [2019-09-20T15:00:32.188Z] +++ /etc/init.d/apparmor stop [2019-09-20T15:00:32.188Z] Clearing AppArmor profiles cache:. [2019-09-20T15:00:32.188Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-20T15:00:32.188Z] Unloading profiles will leave already running processes permanently [2019-09-20T15:00:32.188Z] unconfined, which can lead to unexpected situations. [2019-09-20T15:00:32.188Z] [2019-09-20T15:00:32.188Z] To set a process to complain mode, use the command line tool [2019-09-20T15:00:32.188Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-20T15:00:32.188Z] with the 'teardown' option." [2019-09-20T15:00:32.188Z] [2019-09-20T15:00:33.677Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs Post stage [Pipeline] junit [2019-09-20T15:00:33.696Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-09-20T15:00:34.535Z] + echo Ensuring container killed. [2019-09-20T15:00:34.535Z] Ensuring container killed. [2019-09-20T15:00:34.535Z] + docker rm -vf docker-pr14 [2019-09-20T15:00:34.535Z] Error: No such container: docker-pr14 [2019-09-20T15:00:34.535Z] + true [Pipeline] sh [2019-09-20T15:00:34.916Z] + echo Chowning /workspace to jenkins user [2019-09-20T15:00:34.916Z] Chowning /workspace to jenkins user [2019-09-20T15:00:34.916Z] + id -u [2019-09-20T15:00:34.916Z] + id -g [2019-09-20T15:00:34.916Z] + docker run --rm -v /home/docker/workspace/moby_PR-39943:/workspace busybox chown -R 1001:1001 /workspace [2019-09-20T15:00:34.916Z] Unable to find image 'busybox:latest' locally [2019-09-20T15:00:35.199Z] latest: Pulling from library/busybox [2019-09-20T15:00:35.199Z] e38168a01e65: Pulling fs layer [2019-09-20T15:00:35.486Z] e38168a01e65: Verifying Checksum [2019-09-20T15:00:35.486Z] e38168a01e65: Download complete [2019-09-20T15:00:35.770Z] e38168a01e65: Pull complete [2019-09-20T15:00:35.770Z] Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e [2019-09-20T15:00:35.770Z] Status: Downloaded newer image for busybox:latest [2019-09-20T15:00:37.059Z] === RUN TestDockerSuite/TestPsListContainersFilterID [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-09-20T15:00:37.982Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2019-09-20T15:00:38.186Z] + bundleName=ppc64le-integration [2019-09-20T15:00:38.186Z] + echo Creating ppc64le-integration-bundles.tar.gz [2019-09-20T15:00:38.186Z] Creating ppc64le-integration-bundles.tar.gz [2019-09-20T15:00:38.186Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name+ *.prof -o -name *-report.xmlxargs ) tar -print -czf [2019-09-20T15:00:38.186Z] ppc64le-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2019-09-20T15:00:38.503Z] Archiving artifacts [2019-09-20T15:00:39.142Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39943/14/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-09-20T15:00:39.525Z] + make clean [2019-09-20T15:00:40.140Z] docker volume rm -f docker-dev-cache [2019-09-20T15:00:40.140Z] docker-dev-cache [Pipeline] deleteDir [2019-09-20T15:00:40.488Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2019-09-20T15:00:42.369Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-09-20T15:00:43.731Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2019-09-20T15:00:44.382Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2019-09-20T15:00:45.615Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2019-09-20T15:00:46.568Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2019-09-20T15:00:47.496Z] === RUN TestDockerSwarmSuite/TestServiceScale [2019-09-20T15:00:47.539Z] === RUN TestDockerSuite/TestBuildCacheAdd [2019-09-20T15:00:48.001Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2019-09-20T15:00:48.056Z] === RUN TestDockerSuite/TestPsListContainersSize [2019-09-20T15:00:49.549Z] === RUN TestDockerSuite/TestBuildCacheFrom [2019-09-20T15:00:49.549Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2019-09-20T15:00:49.937Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2019-09-20T15:00:49.937Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2019-09-20T15:00:49.937Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2019-09-20T15:00:50.862Z] === RUN TestDockerSuite/TestPsRightTagName [2019-09-20T15:00:54.131Z] === RUN TestDockerSuite/TestPsShowMounts [2019-09-20T15:00:54.256Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2019-09-20T15:00:55.799Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2019-09-20T15:00:55.799Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2019-09-20T15:00:55.799Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2019-09-20T15:00:56.683Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2019-09-20T15:00:57.242Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2019-09-20T15:00:57.242Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2019-09-20T15:00:57.344Z] === RUN TestDockerSuite/TestBuildClearCmd [2019-09-20T15:00:57.496Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2019-09-20T15:00:57.750Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2019-09-20T15:00:57.750Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2019-09-20T15:00:58.317Z] === RUN TestDockerSuite/TestBuildCmd [2019-09-20T15:00:58.777Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2019-09-20T15:00:59.109Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2019-09-20T15:00:59.238Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2019-09-20T15:00:59.699Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2019-09-20T15:01:00.990Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2019-09-20T15:01:02.351Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2019-09-20T15:01:03.319Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2019-09-20T15:01:05.516Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2019-09-20T15:01:06.622Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2019-09-20T15:01:07.708Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2019-09-20T15:01:07.708Z] === RUN TestDockerSuite/TestBuildConditionalCache [2019-09-20T15:01:08.681Z] === RUN TestDockerSuite/TestBuildContChar [2019-09-20T15:01:09.882Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2019-09-20T15:01:12.390Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2019-09-20T15:01:12.948Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2019-09-20T15:01:13.872Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2019-09-20T15:01:17.180Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2019-09-20T15:01:17.180Z] === RUN TestDockerSuite/TestRestartPolicyNO [2019-09-20T15:01:17.180Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2019-09-20T15:01:17.180Z] === RUN TestDockerSuite/TestRestartRunningContainer [2019-09-20T15:01:20.435Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2019-09-20T15:01:21.830Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2019-09-20T15:01:23.545Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2019-09-20T15:01:23.545Z] === RUN TestDockerSuite/TestBuildContextCleanup [2019-09-20T15:01:23.545Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2019-09-20T15:01:25.733Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2019-09-20T15:01:25.983Z] === RUN TestDockerSuite/TestRestartWithVolumes [2019-09-20T15:01:26.706Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2019-09-20T15:01:26.706Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2019-09-20T15:01:27.166Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2019-09-20T15:01:27.344Z] === RUN TestDockerSuite/TestRmiBlank [2019-09-20T15:01:27.344Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2019-09-20T15:01:27.344Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2019-09-20T15:01:27.627Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2019-09-20T15:01:28.601Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2019-09-20T15:01:28.601Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2019-09-20T15:01:28.601Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2019-09-20T15:01:31.542Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2019-09-20T15:01:32.464Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2019-09-20T15:01:33.023Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2019-09-20T15:01:33.023Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2019-09-20T15:01:34.415Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2019-09-20T15:01:34.907Z] === RUN TestDockerSuite/TestRmiImgIDForce [2019-09-20T15:01:35.830Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2019-09-20T15:01:37.712Z] === RUN TestDockerSuite/TestRmiParentImageFail [2019-09-20T15:01:38.640Z] === RUN TestDockerSuite/TestRmiTag [2019-09-20T15:01:38.894Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2019-09-20T15:01:39.817Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2019-09-20T15:01:41.177Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2019-09-20T15:01:44.433Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2019-09-20T15:01:44.688Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2019-09-20T15:01:45.612Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2019-09-20T15:01:46.972Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2019-09-20T15:01:47.226Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2019-09-20T15:01:49.120Z] === RUN TestDockerSuite/TestRunAddHost [2019-09-20T15:01:49.679Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2019-09-20T15:01:49.933Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2019-09-20T15:01:50.855Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2019-09-20T15:01:50.855Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2019-09-20T15:01:51.413Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2019-09-20T15:01:53.337Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2019-09-20T15:01:54.262Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2019-09-20T15:01:55.185Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2019-09-20T15:01:56.151Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2019-09-20T15:01:57.511Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2019-09-20T15:01:59.395Z] === RUN TestDockerSuite/TestRunAttachDetach [2019-09-20T15:01:59.954Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2019-09-20T15:02:00.209Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2019-09-20T15:02:01.570Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2019-09-20T15:02:02.931Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2019-09-20T15:02:03.491Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2019-09-20T15:02:04.414Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2019-09-20T15:02:05.774Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2019-09-20T15:02:06.740Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2019-09-20T15:02:07.662Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2019-09-20T15:02:08.221Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2019-09-20T15:02:09.146Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2019-09-20T15:02:09.146Z] === RUN TestDockerSuite/TestRunBindMounts [2019-09-20T15:02:10.153Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2019-09-20T15:02:10.153Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2019-09-20T15:02:11.695Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2019-09-20T15:02:12.421Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2019-09-20T15:02:12.980Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2019-09-20T15:02:13.538Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2019-09-20T15:02:14.462Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2019-09-20T15:02:15.385Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2019-09-20T15:02:15.385Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2019-09-20T15:02:15.943Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2019-09-20T15:02:16.867Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2019-09-20T15:02:17.788Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2019-09-20T15:02:18.711Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2019-09-20T15:02:18.789Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2019-09-20T15:02:18.789Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2019-09-20T15:02:18.965Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2019-09-20T15:02:19.250Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2019-09-20T15:02:19.250Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2019-09-20T15:02:19.524Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2019-09-20T15:02:19.524Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2019-09-20T15:02:19.711Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2019-09-20T15:02:19.711Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2019-09-20T15:02:20.124Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2019-09-20T15:02:20.379Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2019-09-20T15:02:21.738Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2019-09-20T15:02:22.661Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2019-09-20T15:02:23.584Z] === RUN TestDockerSuite/TestRunContainerNetwork [2019-09-20T15:02:24.507Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2019-09-20T15:02:24.507Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2019-09-20T15:02:25.430Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2019-09-20T15:02:27.354Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2019-09-20T15:02:27.354Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2019-09-20T15:02:28.713Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2019-09-20T15:02:30.597Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2019-09-20T15:02:31.520Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2019-09-20T15:02:32.450Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2019-09-20T15:02:33.085Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2019-09-20T15:02:34.010Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2019-09-20T15:02:34.933Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2019-09-20T15:02:36.815Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2019-09-20T15:02:40.071Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2019-09-20T15:02:40.325Z] === RUN TestDockerSuite/TestRunCreateVolume [2019-09-20T15:02:41.247Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2019-09-20T15:02:43.798Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2019-09-20T15:02:44.913Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2019-09-20T15:02:44.913Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2019-09-20T15:02:44.913Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2019-09-20T15:02:45.158Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2019-09-20T15:02:48.414Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2019-09-20T15:02:50.919Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2019-09-20T15:02:50.919Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2019-09-20T15:02:50.919Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2019-09-20T15:02:51.842Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2019-09-20T15:02:53.723Z] === RUN TestDockerSuite/TestRunDNSOptions [2019-09-20T15:02:55.604Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2019-09-20T15:02:58.154Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2019-09-20T15:02:58.408Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2019-09-20T15:03:00.301Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2019-09-20T15:03:01.223Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2019-09-20T15:03:01.223Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2019-09-20T15:03:01.782Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2019-09-20T15:03:03.662Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2019-09-20T15:03:03.662Z] === RUN TestDockerSuite/TestRunDuplicateMount [2019-09-20T15:03:04.625Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2019-09-20T15:03:05.549Z] === RUN TestDockerSuite/TestRunEchoStdout [2019-09-20T15:03:06.109Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2019-09-20T15:03:07.035Z] === RUN TestDockerSuite/TestRunEmptyEnv [2019-09-20T15:03:07.035Z] === RUN TestDockerSuite/TestRunEntrypoint [2019-09-20T15:03:07.958Z] === RUN TestDockerSuite/TestRunEnvironment [2019-09-20T15:03:08.516Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2019-09-20T15:03:09.438Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2019-09-20T15:03:10.107Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2019-09-20T15:03:10.107Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2019-09-20T15:03:10.107Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2019-09-20T15:03:10.361Z] === RUN TestDockerSuite/TestRunExitCode [2019-09-20T15:03:11.044Z] === RUN TestDockerSuite/TestRunExitCodeOne [2019-09-20T15:03:11.966Z] === RUN TestDockerSuite/TestRunExitCodeZero [2019-09-20T15:03:12.889Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2019-09-20T15:03:13.027Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2019-09-20T15:03:13.446Z] === RUN TestDockerSuite/TestRunExposePort [2019-09-20T15:03:13.447Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2019-09-20T15:03:14.370Z] === RUN TestDockerSuite/TestRunGroupAdd [2019-09-20T15:03:15.296Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2019-09-20T15:03:16.696Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2019-09-20T15:03:17.255Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2019-09-20T15:03:17.255Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2019-09-20T15:03:21.454Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2019-09-20T15:03:21.619Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2019-09-20T15:03:21.708Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2019-09-20T15:03:23.162Z] === RUN TestDockerSuite/TestBuildDockerignore [2019-09-20T15:03:33.858Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2019-09-20T15:03:34.417Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2019-09-20T15:03:36.299Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2019-09-20T15:03:36.299Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2019-09-20T15:03:36.299Z] === RUN TestDockerSuite/TestRunInvalidReference [2019-09-20T15:03:36.299Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2019-09-20T15:03:36.858Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2019-09-20T15:03:41.011Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2019-09-20T15:03:41.934Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2019-09-20T15:03:43.816Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2019-09-20T15:03:44.375Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2019-09-20T15:03:45.297Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2019-09-20T15:03:45.856Z] === RUN TestDockerSuite/TestRunModeHostname [2019-09-20T15:03:47.215Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2019-09-20T15:03:47.215Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2019-09-20T15:03:47.215Z] === RUN TestDockerSuite/TestRunModeIpcHost [2019-09-20T15:03:49.096Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2019-09-20T15:03:50.019Z] === RUN TestDockerSuite/TestRunModePIDContainer [2019-09-20T15:03:51.944Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2019-09-20T15:03:51.944Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2019-09-20T15:03:52.198Z] === RUN TestDockerSuite/TestRunModePIDHost [2019-09-20T15:03:54.079Z] === RUN TestDockerSuite/TestRunModeUTSHost [2019-09-20T15:03:55.454Z] === RUN TestDockerSuite/TestRunMount [2019-09-20T15:04:02.017Z] === RUN TestDockerSuite/TestRunMountOrdering [2019-09-20T15:04:02.575Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2019-09-20T15:04:03.500Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2019-09-20T15:04:04.859Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2019-09-20T15:04:07.365Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2019-09-20T15:04:10.753Z] === RUN TestDockerSuite/TestRunNamedVolume [2019-09-20T15:04:13.260Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2019-09-20T15:04:15.808Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2019-09-20T15:04:17.689Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2019-09-20T15:04:19.050Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2019-09-20T15:04:19.050Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2019-09-20T15:04:19.609Z] === RUN TestDockerSuite/TestRunNetHost [2019-09-20T15:04:20.967Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2019-09-20T15:04:21.891Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2019-09-20T15:04:22.812Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2019-09-20T15:04:23.655Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2019-09-20T15:04:23.655Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2019-09-20T15:04:23.655Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2019-09-20T15:04:25.382Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2019-09-20T15:04:27.886Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2019-09-20T15:04:32.041Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2019-09-20T15:04:32.600Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2019-09-20T15:04:32.855Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2019-09-20T15:04:33.150Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2019-09-20T15:04:34.073Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2019-09-20T15:04:34.073Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2019-09-20T15:04:34.998Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2019-09-20T15:04:35.921Z] === RUN TestDockerSuite/TestRunNonExistingImage [2019-09-20T15:04:35.921Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2019-09-20T15:04:36.891Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2019-09-20T15:04:38.252Z] === RUN TestDockerSuite/TestRunOOMExitCode [2019-09-20T15:04:38.252Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2019-09-20T15:04:39.176Z] === RUN TestDockerSuite/TestRunPIDsLimit [2019-09-20T15:04:39.176Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2019-09-20T15:04:40.099Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2019-09-20T15:04:41.981Z] === RUN TestDockerSuite/TestRunPortInUse [2019-09-20T15:04:42.952Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2019-09-20T15:04:43.921Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2019-09-20T15:04:44.480Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2019-09-20T15:04:45.039Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2019-09-20T15:04:45.961Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2019-09-20T15:04:46.885Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2019-09-20T15:04:46.885Z] === RUN TestDockerSuite/TestRunPublishPort [2019-09-20T15:04:47.810Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2019-09-20T15:04:48.733Z] === RUN TestDockerSuite/TestRunReadProcLatency [2019-09-20T15:04:48.733Z] === RUN TestDockerSuite/TestRunReadProcTimer [2019-09-20T15:04:49.656Z] === RUN TestDockerSuite/TestRunRedirectStdout [2019-09-20T15:04:50.217Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2019-09-20T15:04:51.140Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2019-09-20T15:04:51.140Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2019-09-20T15:04:55.295Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2019-09-20T15:04:56.656Z] === RUN TestDockerSuite/TestRunRm [2019-09-20T15:04:58.016Z] === RUN TestDockerSuite/TestRunRmAndWait [2019-09-20T15:04:59.375Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2019-09-20T15:05:01.883Z] === RUN TestDockerSuite/TestRunRmPre125Api [2019-09-20T15:05:02.442Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2019-09-20T15:05:02.442Z] === RUN TestDockerSuite/TestRunRootWorkdir [2019-09-20T15:05:03.366Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2019-09-20T15:05:05.875Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2019-09-20T15:05:06.130Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2019-09-20T15:05:08.640Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2019-09-20T15:05:10.523Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2019-09-20T15:05:11.447Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2019-09-20T15:05:15.628Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2019-09-20T15:05:16.551Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2019-09-20T15:05:16.551Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2019-09-20T15:05:16.551Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2019-09-20T15:05:17.481Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2019-09-20T15:05:18.405Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2019-09-20T15:05:19.327Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2019-09-20T15:05:20.250Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2019-09-20T15:05:21.173Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2019-09-20T15:05:21.731Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2019-09-20T15:05:22.696Z] === RUN TestDockerSuite/TestRunSetMacAddress [2019-09-20T15:05:23.618Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2019-09-20T15:05:24.144Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2019-09-20T15:05:24.144Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2019-09-20T15:05:24.144Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2019-09-20T15:05:26.124Z] === RUN TestDockerSuite/TestRunState [2019-09-20T15:05:28.007Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2019-09-20T15:05:28.930Z] === RUN TestDockerSuite/TestRunStdinPipe [2019-09-20T15:05:28.930Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2019-09-20T15:05:29.489Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2019-09-20T15:05:29.745Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2019-09-20T15:05:29.745Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2019-09-20T15:05:29.745Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2019-09-20T15:05:30.668Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2019-09-20T15:05:30.922Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2019-09-20T15:05:31.846Z] === RUN TestDockerSuite/TestRunSysctls [2019-09-20T15:05:33.730Z] === RUN TestDockerSuite/TestRunTLSVerify [2019-09-20T15:05:33.730Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2019-09-20T15:05:33.730Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2019-09-20T15:05:33.730Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2019-09-20T15:05:34.333Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2019-09-20T15:05:37.632Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2019-09-20T15:05:37.891Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2019-09-20T15:05:40.410Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2019-09-20T15:05:41.862Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2019-09-20T15:05:44.563Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2019-09-20T15:05:47.861Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2019-09-20T15:05:48.116Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2019-09-20T15:05:49.039Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2019-09-20T15:05:49.961Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2019-09-20T15:05:52.467Z] === RUN TestDockerSuite/TestRunUnshareProc [2019-09-20T15:05:53.826Z] === RUN TestDockerSuite/TestRunUserByID [2019-09-20T15:05:54.272Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2019-09-20T15:05:54.790Z] === RUN TestDockerSuite/TestRunUserByIDBig [2019-09-20T15:05:54.790Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2019-09-20T15:05:55.044Z] === RUN TestDockerSuite/TestRunUserByIDZero [2019-09-20T15:05:55.602Z] === RUN TestDockerSuite/TestRunUserByName [2019-09-20T15:05:56.525Z] === RUN TestDockerSuite/TestRunUserDefaults [2019-09-20T15:05:57.450Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2019-09-20T15:05:57.450Z] === RUN TestDockerSuite/TestRunUserNotFound [2019-09-20T15:05:57.704Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2019-09-20T15:05:58.626Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2019-09-20T15:06:03.897Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2019-09-20T15:06:04.151Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2019-09-20T15:06:04.617Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2019-09-20T15:06:05.512Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2019-09-20T15:06:08.874Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2019-09-20T15:06:09.796Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2019-09-20T15:06:12.303Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2019-09-20T15:06:15.559Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2019-09-20T15:06:16.118Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2019-09-20T15:06:17.041Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2019-09-20T15:06:17.964Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2019-09-20T15:06:17.964Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2019-09-20T15:06:17.964Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2019-09-20T15:06:17.964Z] === RUN TestDockerSuite/TestRunWithBadDevice [2019-09-20T15:06:18.219Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2019-09-20T15:06:19.141Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2019-09-20T15:06:20.063Z] === RUN TestDockerSuite/TestRunWithCPUShares [2019-09-20T15:06:20.989Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2019-09-20T15:06:22.875Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2019-09-20T15:06:23.434Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2019-09-20T15:06:24.361Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2019-09-20T15:06:24.361Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2019-09-20T15:06:25.283Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2019-09-20T15:06:25.283Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2019-09-20T15:06:25.283Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2019-09-20T15:06:25.283Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2019-09-20T15:06:25.283Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2019-09-20T15:06:25.538Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2019-09-20T15:06:25.538Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2019-09-20T15:06:25.792Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2019-09-20T15:06:26.087Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2019-09-20T15:06:26.342Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2019-09-20T15:06:27.264Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2019-09-20T15:06:27.865Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2019-09-20T15:06:28.120Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2019-09-20T15:06:29.043Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2019-09-20T15:06:29.043Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2019-09-20T15:06:29.975Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2019-09-20T15:06:30.533Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2019-09-20T15:06:31.098Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2019-09-20T15:06:31.098Z] === RUN TestDockerSuite/TestRunWithShmSize [2019-09-20T15:06:32.022Z] === RUN TestDockerSuite/TestRunWithSwappiness [2019-09-20T15:06:32.945Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2019-09-20T15:06:32.945Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2019-09-20T15:06:32.945Z] === RUN TestDockerSuite/TestRunWithUlimits [2019-09-20T15:06:33.868Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2019-09-20T15:06:35.227Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2019-09-20T15:06:36.155Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2019-09-20T15:06:36.155Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2019-09-20T15:06:37.087Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2019-09-20T15:06:37.342Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2019-09-20T15:06:39.222Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2019-09-20T15:06:39.825Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2019-09-20T15:06:42.334Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2019-09-20T15:06:42.893Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2019-09-20T15:06:42.893Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2019-09-20T15:06:43.147Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2019-09-20T15:06:44.071Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2019-09-20T15:06:45.431Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2019-09-20T15:06:46.354Z] === RUN TestDockerSuite/TestSaveCheckTimes [2019-09-20T15:06:46.608Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2019-09-20T15:06:47.196Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2019-09-20T15:06:48.494Z] === RUN TestDockerSuite/TestSaveImageId [2019-09-20T15:06:48.494Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2019-09-20T15:06:49.052Z] === RUN TestDockerSuite/TestSaveLoadParents [2019-09-20T15:06:51.560Z] === RUN TestDockerSuite/TestSaveMultipleNames [2019-09-20T15:06:51.560Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2019-09-20T15:06:52.974Z] === RUN TestDockerSuite/TestSaveSingleTag [2019-09-20T15:06:52.974Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2019-09-20T15:06:53.005Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2019-09-20T15:06:53.238Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2019-09-20T15:06:55.119Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2019-09-20T15:06:56.478Z] === RUN TestDockerSuite/TestSearchCmdOptions [2019-09-20T15:06:56.732Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2019-09-20T15:06:56.986Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2019-09-20T15:06:56.986Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2019-09-20T15:06:56.986Z] === RUN TestDockerSuite/TestSearchWithLimit [2019-09-20T15:06:57.545Z] === RUN TestDockerSuite/TestSlowStdinClosing [2019-09-20T15:07:00.051Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2019-09-20T15:07:06.571Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2019-09-20T15:07:08.497Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2019-09-20T15:07:09.462Z] === RUN TestDockerSuite/TestStartAttachSilent [2019-09-20T15:07:10.778Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2019-09-20T15:07:11.343Z] === RUN TestDockerSuite/TestStartAttachWithRename [2019-09-20T15:07:13.848Z] === RUN TestDockerSuite/TestStartMultipleContainers [2019-09-20T15:07:16.399Z] === RUN TestDockerSuite/TestStartPausedContainer [2019-09-20T15:07:17.322Z] === RUN TestDockerSuite/TestStartRecordError [2019-09-20T15:07:19.205Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2019-09-20T15:07:20.128Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2019-09-20T15:07:22.018Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2019-09-20T15:07:25.274Z] === RUN TestDockerSuite/TestStatsAllNoStream [2019-09-20T15:07:28.530Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2019-09-20T15:07:30.413Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2019-09-20T15:07:34.568Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2019-09-20T15:07:35.928Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2019-09-20T15:07:36.898Z] === RUN TestDockerSuite/TestStatsFormatAll [2019-09-20T15:07:43.421Z] === RUN TestDockerSuite/TestStatsNoStream [2019-09-20T15:07:45.927Z] === RUN TestDockerSuite/TestStopContainerSignal [2019-09-20T15:07:47.808Z] === RUN TestDockerSuite/TestTopMultipleArgs [2019-09-20T15:07:48.367Z] === RUN TestDockerSuite/TestTopNonPrivileged [2019-09-20T15:07:49.289Z] === RUN TestDockerSuite/TestTopPrivileged [2019-09-20T15:07:50.211Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2019-09-20T15:07:50.211Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2019-09-20T15:07:51.134Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2019-09-20T15:07:56.378Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2019-09-20T15:07:59.632Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2019-09-20T15:07:59.886Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2019-09-20T15:08:00.807Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2019-09-20T15:08:00.807Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2019-09-20T15:08:01.729Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2019-09-20T15:08:03.610Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2019-09-20T15:08:03.610Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2019-09-20T15:08:05.499Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2019-09-20T15:08:06.421Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2019-09-20T15:08:07.345Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2019-09-20T15:08:09.228Z] === RUN TestDockerSuite/TestUpdateStats [2019-09-20T15:08:13.380Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2019-09-20T15:08:15.260Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2019-09-20T15:08:15.260Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2019-09-20T15:08:16.184Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2019-09-20T15:08:17.110Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2019-09-20T15:08:22.351Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2019-09-20T15:08:25.606Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2019-09-20T15:08:28.860Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2019-09-20T15:08:32.116Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2019-09-20T15:08:36.271Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2019-09-20T15:08:36.881Z] === RUN TestDockerSuite/TestBuildDotDotFile [2019-09-20T15:08:36.881Z] === RUN TestDockerSuite/TestBuildEOLInLine [2019-09-20T15:08:36.881Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2019-09-20T15:08:36.881Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2019-09-20T15:08:36.881Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2019-09-20T15:08:36.881Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2019-09-20T15:08:36.881Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2019-09-20T15:08:36.881Z] === RUN TestDockerSuite/TestBuildEntrypoint [2019-09-20T15:08:36.881Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2019-09-20T15:08:41.501Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2019-09-20T15:08:42.660Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2019-09-20T15:08:44.008Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2019-09-20T15:08:44.845Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2019-09-20T15:08:46.516Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2019-09-20T15:08:48.396Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2019-09-20T15:08:49.754Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2019-09-20T15:08:50.637Z] === RUN TestDockerSuite/TestBuildEnv [2019-09-20T15:08:50.637Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2019-09-20T15:08:50.637Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2019-09-20T15:08:50.637Z] === RUN TestDockerSuite/TestBuildEnvUsage [2019-09-20T15:08:50.637Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2019-09-20T15:08:50.637Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2019-09-20T15:08:53.008Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2019-09-20T15:08:53.553Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2019-09-20T15:08:53.553Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2019-09-20T15:08:53.553Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2019-09-20T15:08:53.553Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2019-09-20T15:08:54.517Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2019-09-20T15:08:54.916Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2019-09-20T15:08:57.464Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2019-09-20T15:08:59.971Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2019-09-20T15:09:00.296Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2019-09-20T15:09:02.476Z] === RUN TestDockerSuite/TestVolumeCLICreate [2019-09-20T15:09:17.334Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2019-09-20T15:09:17.334Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2019-09-20T15:09:17.334Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2019-09-20T15:09:17.974Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2019-09-20T15:09:17.974Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2019-09-20T15:09:17.974Z] === RUN TestDockerSuite/TestBuildExpose [2019-09-20T15:09:17.974Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2019-09-20T15:09:17.974Z] === RUN TestDockerSuite/TestBuildExposeOrder [2019-09-20T15:09:17.974Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2019-09-20T15:09:17.974Z] === RUN TestDockerSuite/TestBuildFails [2019-09-20T15:09:18.257Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2019-09-20T15:09:18.257Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2019-09-20T15:09:18.257Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2019-09-20T15:09:18.257Z] === RUN TestDockerSuite/TestVolumeCLILs [2019-09-20T15:09:19.180Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2019-09-20T15:09:19.180Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2019-09-20T15:09:20.146Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2019-09-20T15:09:20.146Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2019-09-20T15:09:20.539Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2019-09-20T15:09:20.539Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2019-09-20T15:09:20.539Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2019-09-20T15:09:20.539Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2019-09-20T15:09:20.539Z] === RUN TestDockerSuite/TestVolumeCLIRm [2019-09-20T15:09:23.050Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2019-09-20T15:09:23.050Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2019-09-20T15:09:23.401Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2019-09-20T15:09:23.401Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2019-09-20T15:09:23.401Z] === RUN TestDockerSuite/TestVolumeEvents [2019-09-20T15:09:24.324Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2019-09-20T15:09:26.832Z] === RUN TestDockerSuite/TestVolumeLsFormat [2019-09-20T15:09:27.086Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2019-09-20T15:09:27.086Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2019-09-20T15:09:30.453Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2019-09-20T15:09:30.456Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2019-09-20T15:09:34.656Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite (1834.10s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.04s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.67s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.11s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.43s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.09s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.67s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.21s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.88s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.25s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.90s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.27s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.18s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.34s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.79s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (3.35s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.81s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.14s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.36s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.11s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (1.36s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.42s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (2.23s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestAttachDetach (1.46s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestAttachDisconnect (1.43s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.32s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (1.56s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.15s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.97s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (2.80s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (2.02s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.77s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.78s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.16s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (29.47s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.92s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (2.41s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.52s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.41s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (3.54s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.66s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.95s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (8.31s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (4.42s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.11s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.81s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (4.55s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.36s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.79s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.64s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.87s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (0.99s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.29s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.88s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (8.04s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (6.76s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (4.22s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.48s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildAddTar (10.61s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.31s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.49s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (4.59s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (7.54s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.42s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.81s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.42s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.33s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.70s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.61s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (3.12s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.49s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.72s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (13.54s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.84s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (3.41s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.58s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.87s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (3.01s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (6.22s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.38s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.73s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.81s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.88s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (6.38s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.45s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.69s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.13s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (6.40s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.59s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.00s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.89s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildCmd (0.41s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.37s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.45s) [2019-09-20T15:09:34.656Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2019-09-20T15:09:34.656Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.60s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (6.06s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.92s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildContChar (3.36s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.14s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.33s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.89s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.55s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.39s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (13.53s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.88s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.75s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (4.72s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (5.29s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (2.04s) [2019-09-20T15:09:34.656Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2019-09-20T15:09:34.656Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:09:34.656Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.03s) [2019-09-20T15:09:34.656Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:09:34.656Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2019-09-20T15:09:34.656Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:09:34.656Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2019-09-20T15:09:34.656Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (5.27s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (6.97s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (4.17s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.51s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (8.08s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (7.71s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.79s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.68s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (5.07s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.82s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.03s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.51s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.61s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.55s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildDockerignore (13.74s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.88s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (4.05s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (14.92s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.08s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.03s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (5.28s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.67s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.92s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (8.29s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.58s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.69s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (20.29s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.15s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (5.53s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.37s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.44s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.81s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.14s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.35s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.36s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.96s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.77s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.92s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildEnv (1.73s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.91s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.58s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (8.50s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (22.93s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.95s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (9.66s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.77s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.54s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.47s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.70s) [2019-09-20T15:09:34.656Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2019-09-20T15:09:34.656Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.39s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (11.50s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildExpose (0.32s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.54s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.43s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.30s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildFails (0.94s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.04s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.15s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.27s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildForceRm (2.00s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.64s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.38s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.21s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.21s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.71s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.31s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.37s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.22s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.54s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildHistory (5.78s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.51s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.93s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.59s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.57s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.04s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildLabel (0.52s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.49s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.47s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.40s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildLabels (0.47s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.16s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (3.09s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildLastModified (5.56s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildLineBreak (4.23s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.21s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.13s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.17s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.13s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.29s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (2.05s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.66s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (7.21s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.40s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.48s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (10.25s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (4.05s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.25s) [2019-09-20T15:09:34.656Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.91s) [2019-09-20T15:09:34.656Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2019-09-20T15:09:34.656Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (5.47s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.51s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.47s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.36s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildNetContainer (2.37s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.92s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.38s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.50s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.79s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.83s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.07s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.56s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.69s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.10s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildOnBuild (3.21s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.99s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (4.00s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.59s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.23s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.33s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (2.11s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.44s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (3.80s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildPATH (2.61s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.77s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.02s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (11.38s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (5.12s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (2.81s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildRm (3.73s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.08s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.39s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.54s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.78s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.52s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.86s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.22s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (4.61s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.11s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.28s) [2019-09-20T15:09:34.657Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-09-20T15:09:34.657Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.35s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.99s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.10s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildStderr (1.02s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (4.83s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.20s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.24s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.56s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildTagEvent (1.12s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.57s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildUser (2.38s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (3.75s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (18.03s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (1.22s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.30s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.16s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.09s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.58s) [2019-09-20T15:09:34.657Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s) [2019-09-20T15:09:34.657Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:09:34.657Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2019-09-20T15:09:34.657Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:09:34.657Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2019-09-20T15:09:34.657Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:09:34.657Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2019-09-20T15:09:34.657Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (2.32s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.12s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.96s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.70s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildWithTabs (1.10s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.11s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (3.76s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (2.20s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.98s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.59s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.72s) [2019-09-20T15:09:34.657Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2019-09-20T15:09:34.657Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.14s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.77s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2019-09-20T15:09:34.657Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2019-09-20T15:09:34.657Z] docker_cli_sni_test.go:18: Flakey test [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.84s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.98s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestCommitChange (1.03s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (1.02s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestCommitHardlink (2.25s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestCommitNewFile (2.01s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (1.04s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestCommitTTY (2.02s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (1.25s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (2.16s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.97s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.07s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.08s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.81s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.86s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.81s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.95s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.93s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (1.15s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.82s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.05s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.78s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.08s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.14s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.09s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (1.06s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.28s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.83s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.82s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.86s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.82s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.87s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.85s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.81s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.81s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.90s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.86s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.10s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.80s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.77s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.73s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.06s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.79s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.48s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.97s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPITop (1.02s) [2019-09-20T15:09:34.657Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2019-09-20T15:09:34.657Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.08s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.97s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.88s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.23s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (4.71s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.72s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (2.59s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.58s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (24.06s) [2019-09-20T15:09:34.657Z] docker_api_containers_test.go:2100: case 0 - config: {volume /foo false } [2019-09-20T15:09:34.657Z] docker_api_containers_test.go:2100: case 1 - config: {volume /foo/ false } [2019-09-20T15:09:34.657Z] docker_api_containers_test.go:2100: case 2 - config: {volume test1 /foo false } [2019-09-20T15:09:34.657Z] docker_api_containers_test.go:2100: case 3 - config: {volume test2 /foo true } [2019-09-20T15:09:34.657Z] docker_api_containers_test.go:2100: case 4 - config: {volume test3 /foo false 0xc000983d40 } [2019-09-20T15:09:34.657Z] docker_api_containers_test.go:2100: case 5 - config: {bind /tmp/test-mounts-api-1108273993 /foo false } [2019-09-20T15:09:34.657Z] docker_api_containers_test.go:2100: case 6 - config: {bind /tmp/test-mounts-api-1108273993 /foo true } [2019-09-20T15:09:34.657Z] docker_api_containers_test.go:2100: case 7 - config: {bind /tmp/test-mounts-api-3572962324 /foo false } [2019-09-20T15:09:34.657Z] docker_api_containers_test.go:2100: case 8 - config: {bind /tmp/test-mounts-api-3572962324 /foo true } [2019-09-20T15:09:34.657Z] docker_api_containers_test.go:2100: case 9 - config: {bind /tmp/test-mounts-api-3572962324 /foo true 0xc0009481a0 } [2019-09-20T15:09:34.657Z] docker_api_containers_test.go:2100: case 10 - config: {volume /foo false 0xc0009481c0 } [2019-09-20T15:09:34.657Z] docker_api_containers_test.go:2100: case 11 - config: {volume /foo/ false 0xc0009481e0 } [2019-09-20T15:09:34.657Z] docker_api_containers_test.go:2100: case 12 - config: {volume test4 /foo false 0xc000948200 } [2019-09-20T15:09:34.657Z] docker_api_containers_test.go:2100: case 13 - config: {volume test5 /foo true 0xc000948220 } [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.75s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.49s) [2019-09-20T15:09:34.657Z] docker_api_containers_test.go:1927: case 0 [2019-09-20T15:09:34.657Z] docker_api_containers_test.go:1927: case 1 [2019-09-20T15:09:34.657Z] docker_api_containers_test.go:1927: case 2 [2019-09-20T15:09:34.657Z] docker_api_containers_test.go:1927: case 3 [2019-09-20T15:09:34.657Z] docker_api_containers_test.go:1927: case 4 [2019-09-20T15:09:34.657Z] docker_api_containers_test.go:1927: case 5 [2019-09-20T15:09:34.657Z] docker_api_containers_test.go:1927: case 6 [2019-09-20T15:09:34.657Z] docker_api_containers_test.go:1927: case 7 [2019-09-20T15:09:34.657Z] docker_api_containers_test.go:1927: case 8 [2019-09-20T15:09:34.657Z] docker_api_containers_test.go:1927: case 9 [2019-09-20T15:09:34.657Z] docker_api_containers_test.go:1927: case 10 [2019-09-20T15:09:34.657Z] docker_api_containers_test.go:1927: case 11 [2019-09-20T15:09:34.657Z] docker_api_containers_test.go:1927: case 12 [2019-09-20T15:09:34.657Z] docker_api_containers_test.go:1927: case 13 [2019-09-20T15:09:34.657Z] docker_api_containers_test.go:1927: case 14 [2019-09-20T15:09:34.657Z] docker_api_containers_test.go:1927: case 15 [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (3.15s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (2.55s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.90s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.72s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.17s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.95s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (1.05s) [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (1.12s) [2019-09-20T15:09:34.657Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-check-ownership572784145/file1 0d842ef04aed7114a5fe08039f5b0b459bb845f176b4a4a8dcec5c2fcfd23078:/tmpvol/file1` [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.96s) [2019-09-20T15:09:34.657Z] docker_cli_cp_utils_test.go:192: running `docker cp eaad11b4c2c5c676492f17b77b61388a202a71b599746f6920337e273f255cfc:/root/file1 /tmp/test-cp-from-case-a357125692/itWorks.txt` [2019-09-20T15:09:34.657Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-a357125692/itWorks.txt" contains "file1\n" [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.95s) [2019-09-20T15:09:34.657Z] docker_cli_cp_utils_test.go:192: running `docker cp f8b5354651ca19325ae7e4a1f443b542a140c094dbfa20e73d2d7eab1d156c0f:/file1 /tmp/test-cp-from-case-b081811563/testDir/` [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.99s) [2019-09-20T15:09:34.657Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-c172719822/file2" contains "file2\n" [2019-09-20T15:09:34.657Z] docker_cli_cp_utils_test.go:192: running `docker cp 8db96f9910dbaaea552ab6e5b24e14ced254e36d470c627cb16e75a89f43ac62:/root/file1 /tmp/test-cp-from-case-c172719822/file2` [2019-09-20T15:09:34.657Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-c172719822/file2" contains "file1\n" [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.01s) [2019-09-20T15:09:34.657Z] docker_cli_cp_utils_test.go:192: running `docker cp 8cb78671e570de6e543bd258e61600d0e34a9a2a25911508dc7a65b94885a3b2:/file1 /tmp/test-cp-from-case-d328793045/dir1` [2019-09-20T15:09:34.657Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-d328793045/dir1/file1" contains "file1\n" [2019-09-20T15:09:34.657Z] docker_cli_cp_utils_test.go:192: running `docker cp 8cb78671e570de6e543bd258e61600d0e34a9a2a25911508dc7a65b94885a3b2:/file1 /tmp/test-cp-from-case-d328793045/dir1/` [2019-09-20T15:09:34.657Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-d328793045/dir1/file1" contains "file1\n" [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestCpFromCaseE (1.05s) [2019-09-20T15:09:34.657Z] docker_cli_cp_utils_test.go:192: running `docker cp 529ebd38fe1fa601778e690be14fb29d0460d2b4a79d9bd409b0022b7df8545b:dir1 /tmp/test-cp-from-case-e344407344/testDir` [2019-09-20T15:09:34.657Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-e344407344/testDir/file1-1" contains "file1-1\n" [2019-09-20T15:09:34.657Z] docker_cli_cp_utils_test.go:192: running `docker cp 529ebd38fe1fa601778e690be14fb29d0460d2b4a79d9bd409b0022b7df8545b:dir1 /tmp/test-cp-from-case-e344407344/testDir/` [2019-09-20T15:09:34.657Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-e344407344/testDir/file1-1" contains "file1-1\n" [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.94s) [2019-09-20T15:09:34.657Z] docker_cli_cp_utils_test.go:192: running `docker cp 1ada5c277ad59d6a275c3f0040d425aecefe21fdbbd9b5807ad1dc2e023a4cba:/root/dir1 /tmp/test-cp-from-case-f801909455/file1` [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestCpFromCaseG (1.09s) [2019-09-20T15:09:34.657Z] docker_cli_cp_utils_test.go:192: running `docker cp 7995977b2a33c3bb615251a8e6c7bd62ea636bd55f2562ffa16d510de07f5e9a:/root/dir1 /tmp/test-cp-from-case-g657803234/dir2` [2019-09-20T15:09:34.657Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-g657803234/dir2/dir1/file1-1" contains "file1-1\n" [2019-09-20T15:09:34.657Z] docker_cli_cp_utils_test.go:192: running `docker cp 7995977b2a33c3bb615251a8e6c7bd62ea636bd55f2562ffa16d510de07f5e9a:/root/dir1 /tmp/test-cp-from-case-g657803234/dir2/` [2019-09-20T15:09:34.657Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-g657803234/dir2/dir1/file1-1" contains "file1-1\n" [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestCpFromCaseH (1.09s) [2019-09-20T15:09:34.657Z] docker_cli_cp_utils_test.go:192: running `docker cp b6c0a4bd31432cbf9011843a6d2566229a62fb5f23efd288c825272f03d30ed4:dir1/. /tmp/test-cp-from-case-h418340825/testDir` [2019-09-20T15:09:34.657Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-h418340825/testDir/file1-1" contains "file1-1\n" [2019-09-20T15:09:34.657Z] docker_cli_cp_utils_test.go:192: running `docker cp b6c0a4bd31432cbf9011843a6d2566229a62fb5f23efd288c825272f03d30ed4:dir1/. /tmp/test-cp-from-case-h418340825/testDir/` [2019-09-20T15:09:34.657Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-h418340825/testDir/file1-1" contains "file1-1\n" [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.92s) [2019-09-20T15:09:34.657Z] docker_cli_cp_utils_test.go:192: running `docker cp 7322f2670282b3dbaf386fa2e3aa077cd87ca43cf74a48c7c588e417f4d0539b:/root/dir1/. /tmp/test-cp-from-case-i857404772/file1` [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (1.04s) [2019-09-20T15:09:34.657Z] docker_cli_cp_utils_test.go:192: running `docker cp 9580c1e77c253f6952e86c26d17f78c22b233f240f8c9776a7de8a8f0221c636:/root/dir1/. /tmp/test-cp-from-case-j678230899/dir2` [2019-09-20T15:09:34.657Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-j678230899/dir2/file1-1" contains "file1-1\n" [2019-09-20T15:09:34.657Z] docker_cli_cp_utils_test.go:192: running `docker cp 9580c1e77c253f6952e86c26d17f78c22b233f240f8c9776a7de8a8f0221c636:/root/dir1/. /tmp/test-cp-from-case-j678230899/dir2/` [2019-09-20T15:09:34.657Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-j678230899/dir2/file1-1" contains "file1-1\n" [2019-09-20T15:09:34.657Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.46s) [2019-09-20T15:09:34.657Z] docker_cli_cp_utils_test.go:192: running `docker cp c5e84bf375aa4852b9078a40d8a71babe74bb5cb9ec25ae527ce51173871f53e:/file2 /tmp/test-cp-from-err-dst-not-dir981809206/symlinkToFile1` [2019-09-20T15:09:34.657Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir981809206/symlinkToFile1" points to "file1" [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir981809206/file1" contains "file2\n" [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:192: running `docker cp c5e84bf375aa4852b9078a40d8a71babe74bb5cb9ec25ae527ce51173871f53e:/file2 /tmp/test-cp-from-err-dst-not-dir981809206/symlinkToDir1` [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir981809206/symlinkToDir1" points to "dir1" [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir981809206/file2" contains "file2\n" [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:192: running `docker cp c5e84bf375aa4852b9078a40d8a71babe74bb5cb9ec25ae527ce51173871f53e:/file2 /tmp/test-cp-from-err-dst-not-dir981809206/brokenSymlinkToFileX` [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir981809206/brokenSymlinkToFileX" points to "fileX" [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir981809206/fileX" contains "file2\n" [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:192: running `docker cp c5e84bf375aa4852b9078a40d8a71babe74bb5cb9ec25ae527ce51173871f53e:/dir2 /tmp/test-cp-from-err-dst-not-dir981809206/symlinkToDir1` [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir981809206/symlinkToDir1" points to "dir1" [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir981809206/dir1/dir2/file2-1" contains "file2-1\n" [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:192: running `docker cp c5e84bf375aa4852b9078a40d8a71babe74bb5cb9ec25ae527ce51173871f53e:/dir2 /tmp/test-cp-from-err-dst-not-dir981809206/brokenSymlinkToDirX` [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir981809206/brokenSymlinkToDirX" points to "dirX" [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir981809206/dirX/file2-1" contains "file2-1\n" [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.06s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.93s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:192: running `docker cp foo bar` [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.93s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.93s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.22s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.93s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (1.22s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.81s) [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-a835957406/file1 df38bb629be2647234a9a4a5286ea8d743611a0edd380148f130a6d79dad3f3d:/root/itWorks.txt` [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:279: checking that container "df38bb629be2647234a9a4a5286ea8d743611a0edd380148f130a6d79dad3f3d" start output contains "file1\n" [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:209: running `docker start -a df38bb629be2647234a9a4a5286ea8d743611a0edd380148f130a6d79dad3f3d` [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.94s) [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-b395470181/file1 8c4b2307a2cf332493e4a3a533b623effef5ca908dc570fc966a6cb3ba88feba:testDir/` [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.48s) [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:279: checking that container "95481aeb635c824970b94e962c49150f8b5fe74d38ac89601f2389a6eb6863d6" start output contains "file2\n" [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:209: running `docker start -a 95481aeb635c824970b94e962c49150f8b5fe74d38ac89601f2389a6eb6863d6` [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-c228345728/file1 95481aeb635c824970b94e962c49150f8b5fe74d38ac89601f2389a6eb6863d6:/root/file2` [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:279: checking that container "95481aeb635c824970b94e962c49150f8b5fe74d38ac89601f2389a6eb6863d6" start output contains "file1\n" [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:209: running `docker start -a 95481aeb635c824970b94e962c49150f8b5fe74d38ac89601f2389a6eb6863d6` [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCpToCaseD (5.00s) [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:279: checking that container "573fda89b0b96828a024ae1af19c172176c384ced734bdcc06d6402cd5004723" start output contains "" [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:209: running `docker start -a 573fda89b0b96828a024ae1af19c172176c384ced734bdcc06d6402cd5004723` [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-d135010527/file1 573fda89b0b96828a024ae1af19c172176c384ced734bdcc06d6402cd5004723:dir1` [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:279: checking that container "573fda89b0b96828a024ae1af19c172176c384ced734bdcc06d6402cd5004723" start output contains "file1\n" [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:209: running `docker start -a 573fda89b0b96828a024ae1af19c172176c384ced734bdcc06d6402cd5004723` [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:279: checking that container "4e2d2e665a36dd7d6f7ff0260f86a0ed82ba066431cfd85112049c93e866550b" start output contains "" [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:209: running `docker start -a 4e2d2e665a36dd7d6f7ff0260f86a0ed82ba066431cfd85112049c93e866550b` [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-d135010527/file1 4e2d2e665a36dd7d6f7ff0260f86a0ed82ba066431cfd85112049c93e866550b:dir1/` [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:279: checking that container "4e2d2e665a36dd7d6f7ff0260f86a0ed82ba066431cfd85112049c93e866550b" start output contains "file1\n" [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:209: running `docker start -a 4e2d2e665a36dd7d6f7ff0260f86a0ed82ba066431cfd85112049c93e866550b` [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCpToCaseE (3.73s) [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-e837530290/dir1 19d44ab3a44369af70af2c5862cb6ce07ec67577d43639feb879bfe053696ff5:testDir` [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:279: checking that container "19d44ab3a44369af70af2c5862cb6ce07ec67577d43639feb879bfe053696ff5" start output contains "file1-1\n" [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:209: running `docker start -a 19d44ab3a44369af70af2c5862cb6ce07ec67577d43639feb879bfe053696ff5` [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-e837530290/dir1 929a2d514ee10403f6b734c5cb54d442405fcde00e74545bdaf8283ce4f299ec:testDir/` [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:279: checking that container "929a2d514ee10403f6b734c5cb54d442405fcde00e74545bdaf8283ce4f299ec" start output contains "file1-1\n" [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:209: running `docker start -a 929a2d514ee10403f6b734c5cb54d442405fcde00e74545bdaf8283ce4f299ec` [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.89s) [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-f778694249/dir1 8580e43b5a6ad23b7180d55a9dccf29fbf1b019adb53323c4ed6eeca8a2f7ae3:/root/file1` [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCpToCaseG (4.91s) [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:279: checking that container "7e3665d9a0ece20ff91ade9c6bfb82cfb8f0ea97f92dd13bd60ab936af848eab" start output contains "" [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:209: running `docker start -a 7e3665d9a0ece20ff91ade9c6bfb82cfb8f0ea97f92dd13bd60ab936af848eab` [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-g187798196/dir1 7e3665d9a0ece20ff91ade9c6bfb82cfb8f0ea97f92dd13bd60ab936af848eab:/root/dir2` [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:279: checking that container "7e3665d9a0ece20ff91ade9c6bfb82cfb8f0ea97f92dd13bd60ab936af848eab" start output contains "file1-1\n" [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:209: running `docker start -a 7e3665d9a0ece20ff91ade9c6bfb82cfb8f0ea97f92dd13bd60ab936af848eab` [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:279: checking that container "083d84f686e90d00d1beac0fdb4c47ac7c95a4fcd6fef1865f3795e3d02ae198" start output contains "" [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:209: running `docker start -a 083d84f686e90d00d1beac0fdb4c47ac7c95a4fcd6fef1865f3795e3d02ae198` [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-g187798196/dir1 083d84f686e90d00d1beac0fdb4c47ac7c95a4fcd6fef1865f3795e3d02ae198:/dir2/` [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:279: checking that container "083d84f686e90d00d1beac0fdb4c47ac7c95a4fcd6fef1865f3795e3d02ae198" start output contains "file1-1\n" [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:209: running `docker start -a 083d84f686e90d00d1beac0fdb4c47ac7c95a4fcd6fef1865f3795e3d02ae198` [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCpToCaseH (3.51s) [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-h165364867/dir1/. 741bc66291fc319a9fed8f8cdcf61bbd2ec4dff5aa162a22f32c50901e63c0eb:testDir` [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:279: checking that container "741bc66291fc319a9fed8f8cdcf61bbd2ec4dff5aa162a22f32c50901e63c0eb" start output contains "file1-1\n" [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:209: running `docker start -a 741bc66291fc319a9fed8f8cdcf61bbd2ec4dff5aa162a22f32c50901e63c0eb` [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-h165364867/dir1/. 30ff10cfb4d3c61b2b73ff1a718ad618d7047ce64d9ce67a2ad2a4f9b91156bf:testDir/` [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:279: checking that container "30ff10cfb4d3c61b2b73ff1a718ad618d7047ce64d9ce67a2ad2a4f9b91156bf" start output contains "file1-1\n" [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:209: running `docker start -a 30ff10cfb4d3c61b2b73ff1a718ad618d7047ce64d9ce67a2ad2a4f9b91156bf` [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCpToCaseI (1.00s) [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-i313615878/dir1/. 09c3ee8fc828bbd20a7f318ccc92a394ffb9e21ef9a56dac64482eefa1df7a0b:/root/file1` [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCpToCaseJ (5.94s) [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:279: checking that container "36e8d63d39e6e098dfb1422239b326305f3bcd6669bb86a86cf534fd184ff863" start output contains "" [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:209: running `docker start -a 36e8d63d39e6e098dfb1422239b326305f3bcd6669bb86a86cf534fd184ff863` [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-j568141741/dir1/. 36e8d63d39e6e098dfb1422239b326305f3bcd6669bb86a86cf534fd184ff863:/dir2` [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:279: checking that container "36e8d63d39e6e098dfb1422239b326305f3bcd6669bb86a86cf534fd184ff863" start output contains "file1-1\n" [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:209: running `docker start -a 36e8d63d39e6e098dfb1422239b326305f3bcd6669bb86a86cf534fd184ff863` [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:279: checking that container "b4603403ee7c29216e750381189e04d9ba37e595e367136da24e4dd84626e053" start output contains "" [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:209: running `docker start -a b4603403ee7c29216e750381189e04d9ba37e595e367136da24e4dd84626e053` [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-j568141741/dir1/. b4603403ee7c29216e750381189e04d9ba37e595e367136da24e4dd84626e053:/dir2/` [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:279: checking that container "b4603403ee7c29216e750381189e04d9ba37e595e367136da24e4dd84626e053" start output contains "file1-1\n" [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:209: running `docker start -a b4603403ee7c29216e750381189e04d9ba37e595e367136da24e4dd84626e053` [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (1.13s) [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:192: running `docker cp -a /tmp/test-cp-to-host-with-permissions979807016/permdirtest permtest:/` [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:209: running `docker start -a permtest` [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCpToDot (1.46s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (2.14s) [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-err-read-only-rootfs277424282/file1 19782b049b53bade1cbd74096a999a5d63b0309a6f46e4e8205add3665ef8463:/root/shouldNotExist` [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:279: checking that container "19782b049b53bade1cbd74096a999a5d63b0309a6f46e4e8205add3665ef8463" start output contains "" [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:209: running `docker start -a 19782b049b53bade1cbd74096a999a5d63b0309a6f46e4e8205add3665ef8463` [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (2.28s) [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-err-read-only-volume171638065/file1 9cfae3b098bdf613d5a62c1ecc267c812f05979d8337c59367c40775ddcd8376:/vol_ro/shouldNotExist` [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:279: checking that container "9cfae3b098bdf613d5a62c1ecc267c812f05979d8337c59367c40775ddcd8376" start output contains "" [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:209: running `docker start -a 9cfae3b098bdf613d5a62c1ecc267c812f05979d8337c59367c40775ddcd8376` [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCpToStdout (0.91s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (3.37s) [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-977520860/file2 76110412684d80450c3539c67c9c1471d4b7a2aa3589221dd1aba808eb722c21:/vol2/symlinkToFile1` [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-977520860/symlinkToFile1" points to "file1" [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-977520860/file1" contains "file2\n" [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-977520860/file2 76110412684d80450c3539c67c9c1471d4b7a2aa3589221dd1aba808eb722c21:/vol2/symlinkToDir1` [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-977520860/symlinkToDir1" points to "dir1" [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-977520860/file2" contains "file2\n" [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-977520860/file2 76110412684d80450c3539c67c9c1471d4b7a2aa3589221dd1aba808eb722c21:/vol2/brokenSymlinkToFileX` [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-977520860/brokenSymlinkToFileX" points to "fileX" [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-977520860/fileX" contains "file2\n" [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-977520860//dir2 76110412684d80450c3539c67c9c1471d4b7a2aa3589221dd1aba808eb722c21:/vol2/symlinkToDir1` [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-977520860/symlinkToDir1" points to "dir1" [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-977520860/dir1/dir2/file2-1" contains "file2-1\n" [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-977520860//dir2 76110412684d80450c3539c67c9c1471d4b7a2aa3589221dd1aba808eb722c21:/vol2/brokenSymlinkToDirX` [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-977520860/brokenSymlinkToDirX" points to "dirX" [2019-09-20T15:09:34.658Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-977520860/dirX/file2-1" contains "file2-1\n" [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.49s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.93s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.66s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.23s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCreateArgs (0.10s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.69s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.82s) [2019-09-20T15:09:34.658Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2019-09-20T15:09:34.658Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.09s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.91s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.43s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCreateLabels (0.08s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.13s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCreateRM (0.16s) [2019-09-20T15:09:34.658Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2019-09-20T15:09:34.658Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.09s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.20s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.69s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.14s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.05s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.26s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.10s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.03s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.16s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.06s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.09s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.78s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.55s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.89s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.80s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.71s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.87s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.79s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.09s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.83s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestDockerFails (0.03s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.05s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.41s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (1.25s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.80s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.02s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.03s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.30s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (6.42s) [2019-09-20T15:09:34.658Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.83s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.88s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (2.57s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.31s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestEventsAttach (0.93s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestEventsCommit (0.91s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.97s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.90s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (1.14s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.92s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.94s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (3.36s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.48s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestEventsCopy (1.35s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.63s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.84s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.35s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.31s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.03s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.12s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.36s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.14s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestEventsFilters (1.62s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestEventsFormat (1.65s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.97s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.22s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.47s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.29s) [2019-09-20T15:09:34.659Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-09-20T15:09:34.659Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-20T15:09:34.659Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2019-09-20T15:09:34.659Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.84s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.91s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestEventsRename (0.78s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestEventsResize (0.83s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.78s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (1.01s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestEventsStreaming (1.01s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (3.11s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestEventsTop (0.92s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (1.66s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestExec (1.11s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.85s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.84s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.90s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.83s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.93s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.92s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.93s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.08s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.98s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.94s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.72s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestExecCgroup (1.75s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestExecEnv (0.99s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.83s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.66s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestExecInspectID (2.17s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestExecInteractive (0.94s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.93s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.94s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestExecParseError (0.86s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.91s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.88s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.35s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestExecSetEnv (1.08s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestExecStartFails (0.99s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.38s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.90s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestExecTTY (1.53s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (1.61s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (1.10s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestExecUlimits (1.06s) [2019-09-20T15:09:34.659Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2019-09-20T15:09:34.659Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestExecWithImageUser (2.11s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.93s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (1.24s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.92s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestExecWithUser (1.28s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.85s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.97s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.11s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.01s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.87s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.07s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestHealth (21.31s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.02s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.97s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.89s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.41s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.27s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.51s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.86s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.88s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (1.05s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestImagesFormat (0.06s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (1.00s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.91s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.02s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestImportBadURL (0.07s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestImportDisplay (1.70s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestImportFile (2.30s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.03s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (2.69s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestImportGzipped (2.13s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.98s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInfoDebug (0.53s) [2019-09-20T15:09:34.659Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDebug" [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName (0.65s) [2019-09-20T15:09:34.659Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName" [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInfoDiscoveryBackend (0.54s) [2019-09-20T15:09:34.659Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDiscoveryBackend" [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInfoDiscoveryInvalidAdvertise (1.01s) [2019-09-20T15:09:34.659Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDiscoveryInvalidAdvertise" [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (1.04s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.96s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.90s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.04s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInfoFormat (0.06s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.03s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInsecureRegistries (0.55s) [2019-09-20T15:09:34.659Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInsecureRegistries" [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (1.15s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (1.18s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (1.15s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (1.09s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.99s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.93s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.82s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInspectAmpersand (1.03s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (1.09s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.81s) [2019-09-20T15:09:34.659Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2019-09-20T15:09:34.659Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.33s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (1.17s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInspectDefault (0.98s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInspectHistory (1.27s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInspectImage (0.02s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.03s) [2019-09-20T15:09:34.659Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2019-09-20T15:09:34.659Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInspectInt64 (1.00s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.89s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.08s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.85s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.92s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.96s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.04s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.96s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInspectStatus (1.01s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (2.06s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.76s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.87s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.86s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.90s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.79s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.87s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.03s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.63s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.87s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.67s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.45s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.86s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (3.06s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.71s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.05s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.79s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.45s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.84s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (12.61s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.58s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.90s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.85s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (2.64s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.41s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.03s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.01s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.94s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (4.05s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.78s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.92s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.86s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.02s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.37s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.37s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.54s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.40s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.06s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.37s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.86s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.80s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestLogsSince (6.87s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.90s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.82s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestLogsTail (1.06s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.91s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.86s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.38s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.77s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestNetHostname (2.61s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.51s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestNetworkEvents (1.44s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (2.60s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.84s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestPluginActive (1.86s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (7.99s) [2019-09-20T15:09:34.659Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2019-09-20T15:09:34.659Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.84s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.36s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.79s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.23s) [2019-09-20T15:09:34.659Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestPluginMetricsCollector" [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestPluginUpgrade (5.43s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (2.65s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.83s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.54s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestPortList (10.53s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.75s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestPostContainersAttach (7.93s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.05s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.84s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.85s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.72s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.14s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.71s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (3.52s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.64s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.32s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.12s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestPsByOrder (3.27s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.06s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestPsListContainersBase (3.25s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (5.14s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.11s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (3.93s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (8.38s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.56s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.39s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.65s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.61s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.74s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.74s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.49s) [2019-09-20T15:09:34.659Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.20s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (1.08s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.58s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestPsShowMounts (2.64s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.92s) [2019-09-20T15:09:34.660Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2019-09-20T15:09:34.660Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.42s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.13s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.09s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (1.25s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.75s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.61s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.84s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (8.92s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.65s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.86s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.14s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.10s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.27s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.83s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.57s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (4.06s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.60s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRmiBlank (0.02s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.16s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (4.05s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.13s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.34s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.91s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (1.04s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.78s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (1.05s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRmiTag (0.15s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.85s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (5.09s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.84s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (1.17s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.40s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.59s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunAddHost (0.79s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.36s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.76s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.81s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.84s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.77s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.96s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.91s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.60s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.66s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunAttachDetach (1.00s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (1.04s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (1.34s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.90s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.88s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.06s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.18s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.80s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.81s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.81s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunBindMounts (2.92s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.79s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.83s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.85s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.78s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.78s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.73s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.96s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.81s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.83s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.03s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.82s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.55s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.88s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.90s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.80s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.09s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.82s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.79s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.67s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.82s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.87s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.76s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.82s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.93s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.81s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.82s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.58s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.07s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.81s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.43s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.80s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.72s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.99s) [2019-09-20T15:09:34.660Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2019-09-20T15:09:34.660Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:09:34.660Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2019-09-20T15:09:34.660Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.80s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.92s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.56s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.39s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.81s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.79s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.80s) [2019-09-20T15:09:34.660Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2019-09-20T15:09:34.660Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.80s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.74s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.05s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.80s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.90s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.80s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.87s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.78s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.75s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.80s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.81s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunExitCode (0.78s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.93s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.83s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.78s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.83s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.81s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.60s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.43s) [2019-09-20T15:09:34.660Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-09-20T15:09:34.660Z] requirement.go:26: unmatched requirement IsolationIsHyperv [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.63s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.81s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.57s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (1.18s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.62s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.81s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.39s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.65s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.61s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (0.87s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.69s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.69s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunModeHostname (1.19s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.26s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.53s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.29s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.71s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.25s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunModePIDHost (1.62s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.66s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunMount (6.58s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.72s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.76s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.53s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.42s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.37s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunNamedVolume (2.29s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.69s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.71s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.47s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.05s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.77s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunNetHost (1.32s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.80s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.79s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.38s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.39s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (4.63s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.94s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.11s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.87s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.09s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.88s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.96s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.08s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.84s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (1.16s) [2019-09-20T15:09:34.660Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2019-09-20T15:09:34.660Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (1.01s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.98s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.96s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunPortInUse (1.03s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.75s) [2019-09-20T15:09:34.660Z] docker_cli_run_unix_test.go:1415: out: "a *:* rwm\n" [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.62s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.73s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.91s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.98s) [2019-09-20T15:09:34.660Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2019-09-20T15:09:34.660Z] requirement.go:26: unmatched requirement IsolationIsProcess [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.89s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.82s) [2019-09-20T15:09:34.660Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2019-09-20T15:09:34.660Z] docker_cli_run_test.go:2869: kernel doesn't have latency_stats configured [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.85s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.68s) [2019-09-20T15:09:34.660Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2019-09-20T15:09:34.660Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (3.85s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.70s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunRm (1.04s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.95s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.82s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.88s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.96s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.85s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (4.23s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (5.27s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.93s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.89s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.81s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.92s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.85s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.87s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.84s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.85s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.81s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.68s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunState (1.76s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.80s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.86s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.26s) [2019-09-20T15:09:34.660Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2019-09-20T15:09:34.660Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.95s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.83s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunSysctls (1.82s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.04s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.77s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.83s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.83s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (2.08s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (4.17s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.14s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.79s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.81s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.81s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (2.61s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.30s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunUserByID (0.94s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.17s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.18s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.79s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunUserByName (0.93s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.82s) [2019-09-20T15:09:34.660Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2019-09-20T15:09:34.660Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.18s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.84s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (4.61s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.99s) [2019-09-20T15:09:34.660Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.54s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.61s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.57s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.45s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (3.13s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.81s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsShared (0.79s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsSlave (0.99s) [2019-09-20T15:09:34.661Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2019-09-20T15:09:34.661Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:09:34.661Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2019-09-20T15:09:34.661Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:09:34.661Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2019-09-20T15:09:34.661Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.24s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunWithBlkioWeight (0.89s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.96s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.96s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.59s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.91s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.80s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.82s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.02s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.03s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.17s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.18s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.17s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.19s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.22s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.94s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (1.06s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.85s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.95s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.37s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.74s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.80s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.84s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.79s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.63s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.83s) [2019-09-20T15:09:34.661Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-09-20T15:09:34.661Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.09s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.09s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.63s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.73s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.53s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.82s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.08s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.10s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.24s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (2.03s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.54s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestSaveLoadParents (2.14s) [2019-09-20T15:09:34.661Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents947379166 [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.70s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.70s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.64s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.37s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.07s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.07s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.39s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.69s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.62s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.60s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (1.13s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.54s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.87s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.66s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.89s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestStartRecordError (1.84s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (2.79s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (2.78s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (3.77s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (5.35s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.03s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestStatsFormatAll (5.76s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestStatsNoStream (3.02s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.82s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.87s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.87s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.86s) [2019-09-20T15:09:34.661Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2019-09-20T15:09:34.661Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.81s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (4.53s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.63s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.79s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.80s) [2019-09-20T15:09:34.661Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2019-09-20T15:09:34.661Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.97s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.79s) [2019-09-20T15:09:34.661Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-09-20T15:09:34.661Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.76s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (1.04s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.97s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.85s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestUpdateStats (4.20s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.68s) [2019-09-20T15:09:34.661Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2019-09-20T15:09:34.661Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.17s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.98s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (4.45s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (3.74s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (3.44s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (2.72s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (4.57s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (5.51s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.46s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.40s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.62s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.58s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.75s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.33s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.43s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.41s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.55s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.89s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.05s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.89s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.04s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (1.03s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (2.42s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.28s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestVolumeEvents (1.14s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.51s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (3.16s) [2019-09-20T15:09:34.661Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (4.20s) [2019-09-20T15:09:34.661Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2019-09-20T15:09:34.661Z] requirement.go:26: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2019-09-20T15:09:34.661Z] === RUN TestDockerRegistrySuite [2019-09-20T15:09:34.661Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2019-09-20T15:09:35.149Z] === RUN TestDockerSuite/TestBuildForceRm [2019-09-20T15:09:36.542Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2019-09-20T15:09:37.901Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2019-09-20T15:09:39.784Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2019-09-20T15:09:39.784Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2019-09-20T15:09:42.204Z] === RUN TestDockerSuite/TestBuildFromGit [2019-09-20T15:09:45.132Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2019-09-20T15:09:47.987Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2019-09-20T15:09:49.285Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2019-09-20T15:09:49.518Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2019-09-20T15:09:51.793Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2019-09-20T15:09:53.677Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2019-09-20T15:09:55.298Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2019-09-20T15:09:55.298Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2019-09-20T15:09:55.560Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2019-09-20T15:09:55.755Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2019-09-20T15:09:56.213Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2019-09-20T15:09:56.213Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2019-09-20T15:09:56.524Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2019-09-20T15:09:57.883Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2019-09-20T15:09:59.779Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2019-09-20T15:10:01.138Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2019-09-20T15:10:02.497Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2019-09-20T15:10:04.377Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2019-09-20T15:10:05.737Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2019-09-20T15:10:06.516Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2019-09-20T15:10:06.516Z] === RUN TestDockerSuite/TestBuildHistory [2019-09-20T15:10:07.706Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2019-09-20T15:10:09.065Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2019-09-20T15:10:10.947Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2019-09-20T15:10:12.306Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2019-09-20T15:10:12.306Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2019-09-20T15:10:16.460Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2019-09-20T15:10:16.827Z] === RUN TestDockerSuite/TestBuildIidFile [2019-09-20T15:10:17.284Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2019-09-20T15:10:17.819Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2019-09-20T15:10:17.820Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2019-09-20T15:10:18.785Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2019-09-20T15:10:19.344Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2019-09-20T15:10:19.454Z] === RUN TestDockerSuite/TestBuildInheritance [2019-09-20T15:10:19.455Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2019-09-20T15:10:20.420Z] === RUN TestDockerSuite/TestBuildInvalidTag [2019-09-20T15:10:20.420Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2019-09-20T15:10:20.703Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2019-09-20T15:10:22.062Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2019-09-20T15:10:22.062Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2019-09-20T15:10:27.343Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2019-09-20T15:10:27.343Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2019-09-20T15:10:29.224Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2019-09-20T15:10:29.478Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2019-09-20T15:10:29.478Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2019-09-20T15:10:30.037Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2019-09-20T15:10:30.292Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2019-09-20T15:10:30.546Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2019-09-20T15:10:30.546Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2019-09-20T15:10:30.718Z] === RUN TestDockerSuite/TestBuildLabel [2019-09-20T15:10:30.718Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2019-09-20T15:10:31.175Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2019-09-20T15:10:32.142Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2019-09-20T15:10:32.427Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2019-09-20T15:10:32.600Z] === RUN TestDockerSuite/TestBuildLabels [2019-09-20T15:10:33.564Z] === RUN TestDockerSuite/TestBuildLabelsCache [2019-09-20T15:10:35.086Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2019-09-20T15:10:35.095Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2019-09-20T15:10:36.009Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2019-09-20T15:10:37.890Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2019-09-20T15:10:38.814Z] === RUN TestDockerRegistrySuite/TestV2Only [2019-09-20T15:10:39.374Z] --- PASS: TestDockerRegistrySuite (64.95s) [2019-09-20T15:10:39.374Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.91s) [2019-09-20T15:10:39.374Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestBuildByDigest" [2019-09-20T15:10:39.374Z] check_test.go:196: Daemon df79de850be1f is not started [2019-09-20T15:10:39.374Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.47s) [2019-09-20T15:10:39.374Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestBuildCopyFromForcePull" [2019-09-20T15:10:39.374Z] check_test.go:196: Daemon dfc3b3eb72d0d is not started [2019-09-20T15:10:39.374Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.83s) [2019-09-20T15:10:39.374Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestBuildMultiStageImplicitPull" [2019-09-20T15:10:39.374Z] check_test.go:196: Daemon d5d1cdeeb4f65 is not started [2019-09-20T15:10:39.374Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s) [2019-09-20T15:10:39.374Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentFailingPull" [2019-09-20T15:10:39.374Z] check_test.go:196: Daemon d32d3766cb46e is not started [2019-09-20T15:10:39.374Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (4.71s) [2019-09-20T15:10:39.374Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentPullMultipleTags" [2019-09-20T15:10:39.374Z] check_test.go:196: Daemon d0ea716faf4a6 is not started [2019-09-20T15:10:39.374Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.58s) [2019-09-20T15:10:39.374Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentPullWholeRepo" [2019-09-20T15:10:39.374Z] check_test.go:196: Daemon d3b643af60fd2 is not started [2019-09-20T15:10:39.374Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (4.60s) [2019-09-20T15:10:39.374Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentPush" [2019-09-20T15:10:39.374Z] check_test.go:196: Daemon db6ad4ca60c3b is not started [2019-09-20T15:10:39.374Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.61s) [2019-09-20T15:10:39.374Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestCreateByDigest" [2019-09-20T15:10:39.374Z] check_test.go:196: Daemon def75371472c1 is not started [2019-09-20T15:10:39.374Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.23s) [2019-09-20T15:10:39.374Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestCrossRepositoryLayerPush" [2019-09-20T15:10:39.374Z] check_test.go:196: Daemon d680a9e810373 is not started [2019-09-20T15:10:39.374Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.43s) [2019-09-20T15:10:39.374Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest" [2019-09-20T15:10:39.374Z] check_test.go:196: Daemon d30045f7427e3 is not started [2019-09-20T15:10:39.374Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.56s) [2019-09-20T15:10:39.374Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag" [2019-09-20T15:10:39.374Z] check_test.go:196: Daemon d490a4ff0fa17 is not started [2019-09-20T15:10:39.374Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.59s) [2019-09-20T15:10:39.374Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag" [2019-09-20T15:10:39.374Z] check_test.go:196: Daemon d923113caeead is not started [2019-09-20T15:10:39.374Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.42s) [2019-09-20T15:10:39.374Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestEventsImageFilterPush" [2019-09-20T15:10:39.374Z] check_test.go:196: Daemon d0db11208fb67 is not started [2019-09-20T15:10:39.374Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.48s) [2019-09-20T15:10:39.374Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestInspectImageWithDigests" [2019-09-20T15:10:39.374Z] check_test.go:196: Daemon d2325909016c7 is not started [2019-09-20T15:10:39.374Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (3.57s) [2019-09-20T15:10:39.374Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestListDanglingImagesWithDigests" [2019-09-20T15:10:39.374Z] docker_cli_by_digest_test.go:321: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:0b3367cfc5a5a6edfe9e1667f0586905937d85d53afd1f4d46f842da5d7f5d92 [2019-09-20T15:10:39.374Z] docker_cli_by_digest_test.go:337: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:5001c6fbc427e726f09f5726c86a26c1fc98fbe28f7c7fac6868fb991604782f [2019-09-20T15:10:39.374Z] check_test.go:196: Daemon de553d49f07cf is not started [2019-09-20T15:10:39.374Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.99s) [2019-09-20T15:10:39.374Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestListImagesWithDigests" [2019-09-20T15:10:39.374Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:dd0eb1418513b8da0143db9fec05a70d3ca6eaca158c014dde638a9c174b0812 [2019-09-20T15:10:39.374Z] docker_cli_by_digest_test.go:261: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:c804af6a4a19f47573f0ed60a6e77560780c09b7bd5c5ec7c8121170f4f71e8e [2019-09-20T15:10:39.374Z] check_test.go:196: Daemon d21a98d147248 is not started [2019-09-20T15:10:39.374Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.56s) [2019-09-20T15:10:39.374Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestListImagesWithoutDigests" [2019-09-20T15:10:39.374Z] check_test.go:196: Daemon d522b6f2e13fe is not started [2019-09-20T15:10:39.374Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (4.01s) [2019-09-20T15:10:39.374Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest" [2019-09-20T15:10:39.374Z] check_test.go:196: Daemon dbdf6d1f9995b is not started [2019-09-20T15:10:39.374Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.49s) [2019-09-20T15:10:39.374Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullByDigest" [2019-09-20T15:10:39.374Z] check_test.go:196: Daemon de087a1fc5c0b is not started [2019-09-20T15:10:39.374Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.13s) [2019-09-20T15:10:39.374Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullByDigestNoFallback" [2019-09-20T15:10:39.374Z] check_test.go:196: Daemon d66ad7d695859 is not started [2019-09-20T15:10:39.374Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.38s) [2019-09-20T15:10:39.374Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullByTagDisplaysDigest" [2019-09-20T15:10:39.374Z] check_test.go:196: Daemon d89d24178bc8d is not started [2019-09-20T15:10:39.374Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.40s) [2019-09-20T15:10:39.374Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullFailsWithAlteredLayer" [2019-09-20T15:10:39.374Z] check_test.go:196: Daemon d170bc6ada2d9 is not started [2019-09-20T15:10:39.374Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.43s) [2019-09-20T15:10:39.374Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullFailsWithAlteredManifest" [2019-09-20T15:10:39.374Z] check_test.go:196: Daemon d2e3f23619d00 is not started [2019-09-20T15:10:39.374Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (4.58s) [2019-09-20T15:10:39.374Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullIDStability" [2019-09-20T15:10:39.374Z] check_test.go:196: Daemon d795a6bb3da2a is not started [2019-09-20T15:10:39.374Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.43s) [2019-09-20T15:10:39.374Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullImageWithAliases" [2019-09-20T15:10:39.374Z] check_test.go:196: Daemon dc26d94f5eb8d is not started [2019-09-20T15:10:39.374Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (2.00s) [2019-09-20T15:10:39.374Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullManifestList" [2019-09-20T15:10:39.374Z] check_test.go:196: Daemon da8aaf37689c7 is not started [2019-09-20T15:10:39.374Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.46s) [2019-09-20T15:10:39.374Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullNoLayers" [2019-09-20T15:10:39.374Z] check_test.go:196: Daemon d3eecf6ca4964 is not started [2019-09-20T15:10:39.374Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2019-09-20T15:10:39.374Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushBadTag" [2019-09-20T15:10:39.374Z] check_test.go:196: Daemon df217b86ff773 is not started [2019-09-20T15:10:39.374Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.29s) [2019-09-20T15:10:39.374Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushBusyboxImage" [2019-09-20T15:10:39.374Z] check_test.go:196: Daemon d0ad9c2814ee5 is not started [2019-09-20T15:10:39.374Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.28s) [2019-09-20T15:10:39.374Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushEmptyLayer" [2019-09-20T15:10:39.374Z] check_test.go:196: Daemon df70925feb299 is not started [2019-09-20T15:10:39.374Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.35s) [2019-09-20T15:10:39.374Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushMultipleTags" [2019-09-20T15:10:39.374Z] check_test.go:196: Daemon d14a74ac433a4 is not started [2019-09-20T15:10:39.374Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.13s) [2019-09-20T15:10:39.374Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushUntagged" [2019-09-20T15:10:39.374Z] check_test.go:196: Daemon d0c5c7547022c is not started [2019-09-20T15:10:39.374Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.50s) [2019-09-20T15:10:39.374Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestRemoveImageByDigest" [2019-09-20T15:10:39.374Z] check_test.go:196: Daemon d7901a13ade40 is not started [2019-09-20T15:10:39.374Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (2.74s) [2019-09-20T15:10:39.374Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestRunByDigest" [2019-09-20T15:10:39.374Z] check_test.go:196: Daemon d396baf2568cc is not started [2019-09-20T15:10:39.374Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.21s) [2019-09-20T15:10:39.374Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestRunImplicitPullWithNoTag" [2019-09-20T15:10:39.374Z] check_test.go:196: Daemon db24cfdf7e073 is not started [2019-09-20T15:10:39.374Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.50s) [2019-09-20T15:10:39.374Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestTagByDigest" [2019-09-20T15:10:39.374Z] check_test.go:196: Daemon d09d2a205b50c is not started [2019-09-20T15:10:39.374Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.98s) [2019-09-20T15:10:39.374Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestUserAgentPassThrough" [2019-09-20T15:10:39.374Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.82s) [2019-09-20T15:10:39.374Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestV2Only" [2019-09-20T15:10:39.374Z] === RUN TestDockerSchema1RegistrySuite [2019-09-20T15:10:39.374Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2019-09-20T15:10:39.629Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2019-09-20T15:10:39.771Z] === RUN TestDockerSuite/TestBuildLastModified [2019-09-20T15:10:40.228Z] === RUN TestDockerSuite/TestBuildLineBreak [2019-09-20T15:10:40.228Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2019-09-20T15:10:40.228Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2019-09-20T15:10:40.228Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2019-09-20T15:10:40.228Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2019-09-20T15:10:40.685Z] === RUN TestDockerSuite/TestBuildMaintainer [2019-09-20T15:10:41.143Z] === RUN TestDockerSuite/TestBuildMissingArgs [2019-09-20T15:10:41.599Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2019-09-20T15:10:44.859Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2019-09-20T15:10:47.388Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2019-09-20T15:10:50.092Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2019-09-20T15:10:54.288Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2019-09-20T15:10:55.214Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2019-09-20T15:10:56.576Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2019-09-20T15:10:56.576Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2019-09-20T15:10:57.934Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2019-09-20T15:10:59.292Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2019-09-20T15:11:00.650Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2019-09-20T15:11:02.181Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2019-09-20T15:11:02.181Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2019-09-20T15:11:04.349Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2019-09-20T15:11:04.803Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2019-09-20T15:11:04.803Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2019-09-20T15:11:05.362Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2019-09-20T15:11:05.618Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2019-09-20T15:11:05.914Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2019-09-20T15:11:06.169Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2019-09-20T15:11:06.423Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2019-09-20T15:11:06.423Z] --- PASS: TestDockerSchema1RegistrySuite (27.14s) [2019-09-20T15:11:06.423Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.25s) [2019-09-20T15:11:06.423Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentFailingPull" [2019-09-20T15:11:06.423Z] check_test.go:223: Daemon d64575fa4de8a is not started [2019-09-20T15:11:06.423Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (4.76s) [2019-09-20T15:11:06.423Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags" [2019-09-20T15:11:06.423Z] check_test.go:223: Daemon dc89e2965e7f9 is not started [2019-09-20T15:11:06.423Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.91s) [2019-09-20T15:11:06.423Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo" [2019-09-20T15:11:06.423Z] check_test.go:223: Daemon d9f6931d512ce is not started [2019-09-20T15:11:06.423Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (4.44s) [2019-09-20T15:11:06.423Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentPush" [2019-09-20T15:11:06.423Z] check_test.go:223: Daemon d941652a77f95 is not started [2019-09-20T15:11:06.423Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.34s) [2019-09-20T15:11:06.424Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported" [2019-09-20T15:11:06.424Z] check_test.go:223: Daemon d025357a6a73c is not started [2019-09-20T15:11:06.424Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.40s) [2019-09-20T15:11:06.424Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullByDigest" [2019-09-20T15:11:06.424Z] check_test.go:223: Daemon dbca3f5fff2b5 is not started [2019-09-20T15:11:06.424Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.13s) [2019-09-20T15:11:06.424Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback" [2019-09-20T15:11:06.424Z] check_test.go:223: Daemon d35e5c09b870a is not started [2019-09-20T15:11:06.424Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.39s) [2019-09-20T15:11:06.424Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest" [2019-09-20T15:11:06.424Z] check_test.go:223: Daemon d515db451fe3a is not started [2019-09-20T15:11:06.424Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.31s) [2019-09-20T15:11:06.424Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer" [2019-09-20T15:11:06.424Z] check_test.go:223: Daemon ddd7bb5ebb6bf is not started [2019-09-20T15:11:06.424Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.29s) [2019-09-20T15:11:06.424Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest" [2019-09-20T15:11:06.424Z] check_test.go:223: Daemon dc4c278b0689e is not started [2019-09-20T15:11:06.424Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.78s) [2019-09-20T15:11:06.424Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullIDStability" [2019-09-20T15:11:06.424Z] check_test.go:223: Daemon d8e29414968eb is not started [2019-09-20T15:11:06.424Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.41s) [2019-09-20T15:11:06.424Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullImageWithAliases" [2019-09-20T15:11:06.424Z] check_test.go:223: Daemon dd4b961c147d3 is not started [2019-09-20T15:11:06.678Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.58s) [2019-09-20T15:11:06.678Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullNoLayers" [2019-09-20T15:11:06.678Z] check_test.go:223: Daemon dd0f7abdf0ea9 is not started [2019-09-20T15:11:06.678Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2019-09-20T15:11:06.678Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushBadTag" [2019-09-20T15:11:06.678Z] check_test.go:223: Daemon d05c8dc0ce83f is not started [2019-09-20T15:11:06.678Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.28s) [2019-09-20T15:11:06.678Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushBusyboxImage" [2019-09-20T15:11:06.678Z] check_test.go:223: Daemon d39ca6d1ece61 is not started [2019-09-20T15:11:06.678Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.28s) [2019-09-20T15:11:06.678Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushEmptyLayer" [2019-09-20T15:11:06.678Z] check_test.go:223: Daemon dbf0aeef7b041 is not started [2019-09-20T15:11:06.678Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.36s) [2019-09-20T15:11:06.678Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushMultipleTags" [2019-09-20T15:11:06.678Z] check_test.go:223: Daemon dc8552e3a6513 is not started [2019-09-20T15:11:06.678Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2019-09-20T15:11:06.678Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushUntagged" [2019-09-20T15:11:06.678Z] check_test.go:223: Daemon d0ece17f5579b is not started [2019-09-20T15:11:06.678Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2019-09-20T15:11:06.678Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2019-09-20T15:11:07.602Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2019-09-20T15:11:08.162Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2019-09-20T15:11:08.162Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2019-09-20T15:11:09.527Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2019-09-20T15:11:09.527Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2019-09-20T15:11:10.086Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2019-09-20T15:11:10.646Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2019-09-20T15:11:10.646Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.19s) [2019-09-20T15:11:10.646Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.98s) [2019-09-20T15:11:10.646Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry" [2019-09-20T15:11:10.646Z] check_test.go:252: Daemon d0bd47f27414b is not started [2019-09-20T15:11:10.646Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.50s) [2019-09-20T15:11:10.646Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth" [2019-09-20T15:11:10.646Z] check_test.go:252: Daemon d30c828cdb7be is not started [2019-09-20T15:11:10.646Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2019-09-20T15:11:10.646Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry" [2019-09-20T15:11:10.646Z] check_test.go:252: Daemon d92f43b8c42d9 is not started [2019-09-20T15:11:10.646Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.17s) [2019-09-20T15:11:10.646Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth" [2019-09-20T15:11:10.646Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.21s) [2019-09-20T15:11:10.646Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored" [2019-09-20T15:11:10.646Z] check_test.go:252: Daemon df993eade46a4 is not started [2019-09-20T15:11:10.646Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.40s) [2019-09-20T15:11:10.646Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth" [2019-09-20T15:11:10.646Z] check_test.go:252: Daemon df766bfcf2f80 is not started [2019-09-20T15:11:10.646Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.62s) [2019-09-20T15:11:10.646Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme" [2019-09-20T15:11:10.646Z] check_test.go:252: Daemon dfc38a6f14ffd is not started [2019-09-20T15:11:10.646Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2019-09-20T15:11:10.646Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry" [2019-09-20T15:11:10.646Z] check_test.go:252: Daemon d6e545354fa42 is not started [2019-09-20T15:11:10.646Z] === RUN TestDockerRegistryAuthTokenSuite [2019-09-20T15:11:10.646Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2019-09-20T15:11:15.922Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2019-09-20T15:11:16.176Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2019-09-20T15:11:16.176Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2019-09-20T15:11:16.431Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2019-09-20T15:11:16.431Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.78s) [2019-09-20T15:11:16.431Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.17s) [2019-09-20T15:11:16.431Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError" [2019-09-20T15:11:16.431Z] check_test.go:279: Daemon db262b5bec44a is not started [2019-09-20T15:11:16.431Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2019-09-20T15:11:16.431Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken" [2019-09-20T15:11:16.431Z] check_test.go:279: Daemon d4c70ce727f5c is not started [2019-09-20T15:11:16.431Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2019-09-20T15:11:16.431Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized" [2019-09-20T15:11:16.431Z] check_test.go:279: Daemon d4d8c2cf9fe68 is not started [2019-09-20T15:11:16.431Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2019-09-20T15:11:16.431Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable" [2019-09-20T15:11:16.431Z] check_test.go:279: Daemon dc5c58e339f21 is not started [2019-09-20T15:11:16.431Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.16s) [2019-09-20T15:11:16.431Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse" [2019-09-20T15:11:16.431Z] check_test.go:279: Daemon dfeba415f6a2c is not started [2019-09-20T15:11:16.431Z] === RUN TestDockerNetworkSuite [2019-09-20T15:11:16.431Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverBindExternalVolume [2019-09-20T15:11:16.685Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2019-09-20T15:11:17.608Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverCapabilities [2019-09-20T15:11:18.166Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverDeleteContainer [2019-09-20T15:11:20.047Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverGet [2019-09-20T15:11:20.047Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverGetEmptyResponse [2019-09-20T15:11:20.047Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2019-09-20T15:11:20.305Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverList [2019-09-20T15:11:20.305Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverLookupNotBlocked [2019-09-20T15:11:20.563Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverMountID [2019-09-20T15:11:22.448Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverNamed [2019-09-20T15:11:24.333Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverOutOfBandDelete [2019-09-20T15:11:24.333Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2019-09-20T15:11:27.588Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2019-09-20T15:11:32.868Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2019-09-20T15:11:35.374Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2019-09-20T15:11:40.016Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2019-09-20T15:11:40.648Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverPathCalls [2019-09-20T15:11:50.332Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2019-09-20T15:11:55.018Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2019-09-20T15:11:55.502Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2019-09-20T15:12:00.797Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2019-09-20T15:12:06.579Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2019-09-20T15:12:10.344Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2019-09-20T15:12:12.849Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2019-09-20T15:12:15.355Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2019-09-20T15:12:19.510Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2019-09-20T15:12:26.029Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2019-09-20T15:12:26.283Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2019-09-20T15:12:31.561Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2019-09-20T15:12:31.695Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2019-09-20T15:12:31.695Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2019-09-20T15:12:34.816Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2019-09-20T15:12:35.419Z] === RUN TestDockerSuite/TestBuildMultipleTags [2019-09-20T15:12:36.386Z] === RUN TestDockerSuite/TestBuildNetContainer [2019-09-20T15:12:36.386Z] === RUN TestDockerSuite/TestBuildNetNone [2019-09-20T15:12:36.386Z] === RUN TestDockerSuite/TestBuildNoContext [2019-09-20T15:12:38.073Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2019-09-20T15:12:38.558Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2019-09-20T15:12:41.330Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2019-09-20T15:12:44.597Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2019-09-20T15:12:45.156Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverUnmountOnCp [2019-09-20T15:12:48.415Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2019-09-20T15:12:48.889Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2019-09-20T15:12:50.419Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2019-09-20T15:12:50.419Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2019-09-20T15:12:50.419Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2019-09-20T15:12:50.920Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2019-09-20T15:12:53.312Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2019-09-20T15:12:53.774Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2019-09-20T15:12:55.308Z] === RUN TestDockerSuite/TestBuildOnBuild [2019-09-20T15:13:05.600Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2019-09-20T15:13:05.600Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2019-09-20T15:13:14.154Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2019-09-20T15:13:17.877Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2019-09-20T15:13:22.951Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverUnmountOnMountFail [2019-09-20T15:13:28.178Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2019-09-20T15:13:31.899Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2019-09-20T15:13:37.694Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2019-09-20T15:13:38.151Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2019-09-20T15:13:38.151Z] === RUN TestDockerSuite/TestBuildPATH [2019-09-20T15:13:38.151Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2019-09-20T15:13:40.319Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2019-09-20T15:13:40.319Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2019-09-20T15:13:44.851Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2019-09-20T15:13:49.003Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverUnnamed [2019-09-20T15:14:01.206Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2019-09-20T15:14:05.401Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverVolumesFrom [2019-09-20T15:14:20.216Z] --- PASS: TestDockerSwarmSuite (1761.15s) [2019-09-20T15:14:20.216Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (4.52s) [2019-09-20T15:14:20.216Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPIDuplicateNetworks" [2019-09-20T15:14:20.216Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.19s) [2019-09-20T15:14:20.216Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPINetworkInspectWithScope" [2019-09-20T15:14:20.216Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.65s) [2019-09-20T15:14:20.216Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPIServiceUpdatePort" [2019-09-20T15:14:20.216Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.02s) [2019-09-20T15:14:20.216Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmCAHash" [2019-09-20T15:14:20.216Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmCAHash" [2019-09-20T15:14:20.216Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.11s) [2019-09-20T15:14:20.216Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmErrorHandling" [2019-09-20T15:14:20.216Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (29.43s) [2019-09-20T15:14:20.216Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmForceNewCluster" [2019-09-20T15:14:20.216Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmForceNewCluster" [2019-09-20T15:14:20.216Z] check_test.go:358: [d84022f4f3d41] joining swarm manager [d8714eea740c0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-20T15:14:20.216Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmForceNewCluster" [2019-09-20T15:14:20.216Z] check_test.go:358: [d2a7d7a2adc63] joining swarm manager [d8714eea740c0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-20T15:14:20.216Z] check_test.go:379: Daemon d84022f4f3d41 is not started [2019-09-20T15:14:20.216Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2019-09-20T15:14:20.216Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2019-09-20T15:14:20.216Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.07s) [2019-09-20T15:14:20.216Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmInit" [2019-09-20T15:14:20.216Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmInit" [2019-09-20T15:14:20.216Z] check_test.go:358: [d0c109db34554] joining swarm manager [db9eea0c666b9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-20T15:14:20.216Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.98s) [2019-09-20T15:14:20.216Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmInvalidAddress" [2019-09-20T15:14:20.216Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.98s) [2019-09-20T15:14:20.216Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmJoinToken" [2019-09-20T15:14:20.216Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmJoinToken" [2019-09-20T15:14:20.216Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (33.44s) [2019-09-20T15:14:20.216Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderElection" [2019-09-20T15:14:20.216Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderElection" [2019-09-20T15:14:20.216Z] check_test.go:358: [dbd90a020ffb3] joining swarm manager [d5fdba409442c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-20T15:14:20.216Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderElection" [2019-09-20T15:14:20.216Z] check_test.go:358: [d65be70dfc4b3] joining swarm manager [d5fdba409442c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-20T15:14:20.216Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2019-09-20T15:14:20.216Z] docker_api_swarm_test.go:364: Waiting for possible election... [2019-09-20T15:14:20.216Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.68s) [2019-09-20T15:14:20.216Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderProxy" [2019-09-20T15:14:20.216Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderProxy" [2019-09-20T15:14:20.216Z] check_test.go:358: [d6e596bf57191] joining swarm manager [df68d72fb971c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-20T15:14:20.216Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderProxy" [2019-09-20T15:14:20.216Z] check_test.go:358: [d760c1740f1bd] joining swarm manager [df68d72fb971c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-20T15:14:20.216Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.38s) [2019-09-20T15:14:20.216Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin" [2019-09-20T15:14:20.216Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin" [2019-09-20T15:14:20.216Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.36s) [2019-09-20T15:14:20.216Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer" [2019-09-20T15:14:20.216Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.94s) [2019-09-20T15:14:20.216Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmListNodes" [2019-09-20T15:14:20.216Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmListNodes" [2019-09-20T15:14:20.216Z] check_test.go:358: [d9cd765c0b99b] joining swarm manager [de8cf628279f4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-20T15:14:20.216Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmListNodes" [2019-09-20T15:14:20.216Z] check_test.go:358: [df7119906edd2] joining swarm manager [de8cf628279f4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-20T15:14:20.216Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (42.60s) [2019-09-20T15:14:20.216Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmManagerRestore" [2019-09-20T15:14:20.216Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmManagerRestore" [2019-09-20T15:14:20.216Z] check_test.go:358: [dcbc84a053df3] joining swarm manager [d7d19e6676a63]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-20T15:14:20.216Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmManagerRestore" [2019-09-20T15:14:20.217Z] check_test.go:358: [de4a05d234f71] joining swarm manager [d7d19e6676a63]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (18.04s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeDrainPause" [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeDrainPause" [2019-09-20T15:14:20.217Z] check_test.go:358: [d1367efa07103] joining swarm manager [d2639de196ae8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.81s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeRemove" [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeRemove" [2019-09-20T15:14:20.217Z] check_test.go:358: [d68b3e8a0cc22] joining swarm manager [d2d53d69f6eea]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeRemove" [2019-09-20T15:14:20.217Z] check_test.go:358: [dfb0f7ea9925a] joining swarm manager [d2d53d69f6eea]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.52s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeUpdate" [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (22.07s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmPromoteDemote" [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmPromoteDemote" [2019-09-20T15:14:20.217Z] check_test.go:358: [dbae56059eb3a] joining swarm manager [d2cd2436225e6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (63.84s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRaftQuorum" [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRaftQuorum" [2019-09-20T15:14:20.217Z] check_test.go:358: [dbe06fea86875] joining swarm manager [d61abf142f379]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRaftQuorum" [2019-09-20T15:14:20.217Z] check_test.go:358: [d0a20319a2110] joining swarm manager [d61abf142f379]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-20T15:14:20.217Z] check_test.go:379: Daemon d0a20319a2110 is not started [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (65.64s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-09-20T15:14:20.217Z] check_test.go:358: [dd63932c6ce1c] joining swarm manager [dffcebd5062ac]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-09-20T15:14:20.217Z] check_test.go:358: [d9e7fc2c91c4e] joining swarm manager [dffcebd5062ac]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-09-20T15:14:20.217Z] check_test.go:358: [d9a7868ada123] joining swarm manager [dffcebd5062ac]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-09-20T15:14:20.217Z] check_test.go:358: [d0e2960333af8] joining swarm manager [dffcebd5062ac]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-09-20T15:14:20.217Z] check_test.go:358: [d210d376eaaec] joining swarm manager [dffcebd5062ac]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.37s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin" [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.55s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate" [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.33s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel" [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel" [2019-09-20T15:14:20.217Z] check_test.go:358: [de8cf90e25e64] joining swarm manager [d9fc9506ad714]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel" [2019-09-20T15:14:20.217Z] check_test.go:358: [ddebf6c048ff4] joining swarm manager [d9fc9506ad714]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.96s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole" [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole" [2019-09-20T15:14:20.217Z] check_test.go:358: [d418ec0fb9f89] joining swarm manager [d5bac35817388]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole" [2019-09-20T15:14:20.217Z] check_test.go:358: [d7425b0e72f04] joining swarm manager [d5bac35817388]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.13s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs" [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs" [2019-09-20T15:14:20.217Z] check_test.go:358: [dfd04103b5b14] joining swarm manager [dc381fe0450c6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs" [2019-09-20T15:14:20.217Z] check_test.go:358: [de84a98e29b94] joining swarm manager [dc381fe0450c6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.58s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreate" [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.52s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-09-20T15:14:20.217Z] check_test.go:358: [de3ac3a694f34] joining swarm manager [de512e09bf63b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-09-20T15:14:20.217Z] check_test.go:358: [dde964cb90f1a] joining swarm manager [de512e09bf63b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-09-20T15:14:20.217Z] check_test.go:358: [d60c3ad5dd737] joining swarm manager [de512e09bf63b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-09-20T15:14:20.217Z] check_test.go:358: [d72f6ccb592cf] joining swarm manager [de512e09bf63b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.98s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesEmptyList" [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.31s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate" [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate" [2019-09-20T15:14:20.217Z] check_test.go:358: [dbef87aa99c6d] joining swarm manager [d506018c204eb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate" [2019-09-20T15:14:20.217Z] check_test.go:358: [d41db4f5d62c0] joining swarm manager [d506018c204eb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (26.26s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents" [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents" [2019-09-20T15:14:20.217Z] check_test.go:358: [dd9e954c2c7bf] joining swarm manager [d2d25055a6ea0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents" [2019-09-20T15:14:20.217Z] check_test.go:358: [db7a9fc79703b] joining swarm manager [d2d25055a6ea0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-20T15:14:20.217Z] check_test.go:379: Daemon dd9e954c2c7bf is not started [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.98s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesStateReporting" [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesStateReporting" [2019-09-20T15:14:20.217Z] check_test.go:358: [d19e92069c30f] joining swarm manager [ddf343e649839]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesStateReporting" [2019-09-20T15:14:20.217Z] check_test.go:358: [ddee1de845681] joining swarm manager [ddf343e649839]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (40.03s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdate" [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdate" [2019-09-20T15:14:20.217Z] check_test.go:358: [d676438b2d810] joining swarm manager [db77a04baf2de]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdate" [2019-09-20T15:14:20.217Z] check_test.go:358: [df9910c206dfa] joining swarm manager [db77a04baf2de]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (26.87s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst" [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.37s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName" [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (3.17s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked" [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.54s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestDNSConfig" [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.29s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestDNSConfigUpdate" [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.50s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestExtraHosts" [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (3.36s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames" [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (5.96s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestOverlayAttachable" [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (5.88s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave" [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (26.05s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure" [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (10.54s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestPruneNetwork" [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (4.22s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestPsListContainersFilterIsTask" [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (13.10s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateMountTmpfs" [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.10s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateMountVolume" [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.27s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice" [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (3.02s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithConfigSimple" [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.59s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths" [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.58s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias" [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.55s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice" [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.86s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithSecretSimple" [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (6.66s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths" [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (7.18s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceHealthRun" [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (6.33s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceHealthStart" [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.43s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogs" [2019-09-20T15:14:20.217Z] docker_cli_service_logs_test.go:49: log for "TestServiceLogs1": "TestServiceLogs1.1.k1pow8tribe2@c9ba7721535b | hello1\n" [2019-09-20T15:14:20.217Z] docker_cli_service_logs_test.go:49: log for "TestServiceLogs2": "TestServiceLogs2.1.x1xtisiu8pp9@c9ba7721535b | hello2\n" [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.25s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsCompleteness" [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.96s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsDetails" [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.43s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsFollow" [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.98s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer" [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.60s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsSince" [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.22s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsTTY" [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.11s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsTail" [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.81s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsTaskLogs" [2019-09-20T15:14:20.217Z] docker_cli_service_logs_test.go:242: checking task ueanj5zcjun0 [2019-09-20T15:14:20.217Z] docker_cli_service_logs_test.go:247: checking messages for ueanj5zcjun0 [2019-09-20T15:14:20.217Z] docker_cli_service_logs_test.go:242: checking task xywik1nvc1x0 [2019-09-20T15:14:20.217Z] docker_cli_service_logs_test.go:247: checking messages for xywik1nvc1x0 [2019-09-20T15:14:20.217Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.81s) [2019-09-20T15:14:20.217Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceScale" [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (16.61s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmAlternateLockUnlock" [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (3.01s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsConfig" [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (3.24s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNetwork" [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (20.08s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNode" [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNode" [2019-09-20T15:14:20.218Z] check_test.go:358: [d8b81529702fb] joining swarm manager [daec34183653e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNode" [2019-09-20T15:14:20.218Z] check_test.go:358: [d5650a9f22404] joining swarm manager [daec34183653e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.16s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsScope" [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.86s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSecret" [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.91s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsService" [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.23s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSource" [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSource" [2019-09-20T15:14:20.218Z] check_test.go:358: [dd3ae5d61cc1f] joining swarm manager [d50c2e982b31f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSource" [2019-09-20T15:14:20.218Z] check_test.go:358: [d864e7af57f94] joining swarm manager [d50c2e982b31f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.37s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsType" [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (125.19s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey" [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey" [2019-09-20T15:14:20.218Z] check_test.go:358: [db4c0209d42c1] joining swarm manager [d4d27ac284bfe]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey" [2019-09-20T15:14:20.218Z] check_test.go:358: [dda8368bb1db6] joining swarm manager [d4d27ac284bfe]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (6.38s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId" [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (11.24s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmContainerAutoStart" [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (9.17s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmContainerEndpointOptions" [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (3.04s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork" [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (5.95s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmIncompatibleDaemon" [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (3.06s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmIngressNetwork" [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (5.20s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInit" [2019-09-20T15:14:20.218Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2019-09-20T15:14:20.218Z] requirement.go:26: unmatched requirement IPv6 [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (12.25s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitLocked" [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.83s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr" [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.86s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr" [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (3.23s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitWithDrain" [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.12s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinLeave" [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinLeave" [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (52.03s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinPromoteLocked" [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinPromoteLocked" [2019-09-20T15:14:20.218Z] check_test.go:358: [d55f9f5bc4bf5] joining swarm manager [d16c3e7ed7190]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinPromoteLocked" [2019-09-20T15:14:20.218Z] check_test.go:358: [da43ee8fb1154] joining swarm manager [d16c3e7ed7190]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (10.15s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinWithDrain" [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinWithDrain" [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (5.89s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLeaveLocked" [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (135.58s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster" [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster" [2019-09-20T15:14:20.218Z] check_test.go:358: [db30b2da495bc] joining swarm manager [dd758ae298dae]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster" [2019-09-20T15:14:20.218Z] check_test.go:358: [da8559b9e0f01] joining swarm manager [dd758ae298dae]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster" [2019-09-20T15:14:20.218Z] check_test.go:358: [de6b8af8ee077] joining swarm manager [dd758ae298dae]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.93s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmManagerAddress" [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmManagerAddress" [2019-09-20T15:14:20.218Z] check_test.go:358: [d892265255c19] joining swarm manager [d2f243dfd132b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmManagerAddress" [2019-09-20T15:14:20.218Z] check_test.go:358: [d949857ec041a] joining swarm manager [d2f243dfd132b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (3.35s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkCreateDup" [2019-09-20T15:14:20.218Z] docker_cli_swarm_test.go:1524: Creating a network named "network-test-0" with "bridge", then "bridge" [2019-09-20T15:14:20.218Z] docker_cli_swarm_test.go:1531: As expected, the attempt to network "network-test-0" with "bridge" failed: Error response from daemon: network with name network-test-0 already exists [2019-09-20T15:14:20.218Z] docker_cli_swarm_test.go:1524: Creating a network named "network-test-0" with "bridge", then "overlay" [2019-09-20T15:14:20.218Z] docker_cli_swarm_test.go:1531: As expected, the attempt to network "network-test-0" with "overlay" failed: Error response from daemon: network with name network-test-0 already exists [2019-09-20T15:14:20.218Z] docker_cli_swarm_test.go:1524: Creating a network named "network-test-1" with "overlay", then "bridge" [2019-09-20T15:14:20.218Z] docker_cli_swarm_test.go:1531: As expected, the attempt to network "network-test-1" with "bridge" failed: Error response from daemon: network with name network-test-1 already exists [2019-09-20T15:14:20.218Z] docker_cli_swarm_test.go:1524: Creating a network named "network-test-1" with "overlay", then "overlay" [2019-09-20T15:14:20.218Z] docker_cli_swarm_test.go:1531: As expected, the attempt to network "network-test-1" with "overlay" failed: Error response from daemon: network with name network-test-1 already exists [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (3.21s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866" [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (6.58s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions" [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (3.25s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkPlugin" [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (54.86s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkPluginV2" [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkPluginV2" [2019-09-20T15:14:20.218Z] check_test.go:358: [df126cba13bc5] joining swarm manager [de662cf1d4d3e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (3.20s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNodeListFilter" [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (4.42s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNodeTaskListFilter" [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (3.02s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmPublishAdd" [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (4.58s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts" [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (3.09s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmReadonlyRootfs" [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.47s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmRepeatedRootRotation" [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmRepeatedRootRotation" [2019-09-20T15:14:20.218Z] check_test.go:358: [d6dfa5b4db882] joining swarm manager [d79fffd646a49]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (13.91s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmRotateUnlockKey" [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.90s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceEnvFile" [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (3.00s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceListFilter" [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (3.38s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceLsFilterMode" [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (7.39s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate" [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (5.05s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceTTY" [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (3.11s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceTTYUpdate" [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (3.14s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname" [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (3.38s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceWithGroup" [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (3.26s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmStopSignal" [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.86s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmTaskListFilter" [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.97s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmUpdate" [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (52.27s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmVolumePlugin" [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (18.02s) [2019-09-20T15:14:20.218Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm" [2019-09-20T15:14:20.218Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (18.01s) [2019-09-20T15:14:20.219Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA" [2019-09-20T15:14:20.219Z] === RUN TestDockerExternalVolumeSuite [2019-09-20T15:14:20.219Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2019-09-20T15:14:22.724Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverWithDaemonRestart [2019-09-20T15:14:22.806Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2019-09-20T15:14:37.539Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2019-09-20T15:14:38.938Z] === RUN TestDockerNetworkSuite/TestVolumeCLICreateOptionConflict [2019-09-20T15:14:40.465Z] === RUN TestDockerSuite/TestBuildRm [2019-09-20T15:14:55.255Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2019-09-20T15:14:56.955Z] --- PASS: TestDockerNetworkSuite (217.41s) [2019-09-20T15:14:56.955Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverBindExternalVolume (0.94s) [2019-09-20T15:14:56.955Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverBindExternalVolume" [2019-09-20T15:14:56.955Z] docker_cli_external_volume_driver_test.go:53: Daemon d40a1b7777a95 is not started [2019-09-20T15:14:56.955Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverCapabilities (0.61s) [2019-09-20T15:14:56.955Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverCapabilities" [2019-09-20T15:14:56.955Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverDeleteContainer (1.62s) [2019-09-20T15:14:56.955Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverDeleteContainer" [2019-09-20T15:14:56.955Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverGet (0.12s) [2019-09-20T15:14:56.955Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverGet" [2019-09-20T15:14:56.955Z] docker_cli_external_volume_driver_test.go:53: Daemon d0bc4d87dcaec is not started [2019-09-20T15:14:56.955Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverGetEmptyResponse (0.54s) [2019-09-20T15:14:56.955Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverGetEmptyResponse" [2019-09-20T15:14:56.955Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverList (0.03s) [2019-09-20T15:14:56.955Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverList" [2019-09-20T15:14:56.955Z] docker_cli_external_volume_driver_test.go:53: Daemon d16db4cf1b995 is not started [2019-09-20T15:14:56.955Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverLookupNotBlocked (0.13s) [2019-09-20T15:14:56.955Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverLookupNotBlocked" [2019-09-20T15:14:56.955Z] docker_cli_external_volume_driver_test.go:53: Daemon dc159735feece is not started [2019-09-20T15:14:56.955Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverMountID (1.63s) [2019-09-20T15:14:56.955Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverMountID" [2019-09-20T15:14:56.955Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverNamed (2.00s) [2019-09-20T15:14:56.955Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverNamed" [2019-09-20T15:14:56.955Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverOutOfBandDelete (15.86s) [2019-09-20T15:14:56.955Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverOutOfBandDelete" [2019-09-20T15:14:56.955Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverPathCalls (45.55s) [2019-09-20T15:14:56.955Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverPathCalls" [2019-09-20T15:14:56.955Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.71s) [2019-09-20T15:14:56.955Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverRetryNotImmediatelyExists" [2019-09-20T15:14:56.955Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverUnmountOnCp (32.36s) [2019-09-20T15:14:56.955Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverUnmountOnCp" [2019-09-20T15:14:56.955Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverUnmountOnMountFail (30.97s) [2019-09-20T15:14:56.955Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverUnmountOnMountFail" [2019-09-20T15:14:56.955Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverUnnamed (16.56s) [2019-09-20T15:14:56.955Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverUnnamed" [2019-09-20T15:14:56.955Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverVolumesFrom (17.36s) [2019-09-20T15:14:56.955Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverVolumesFrom" [2019-09-20T15:14:56.955Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverWithDaemonRestart (16.34s) [2019-09-20T15:14:56.955Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverWithDaemonRestart" [2019-09-20T15:14:56.955Z] docker_cli_external_volume_driver_test.go:485: Daemon d9cc4cbaa9b83 is not started [2019-09-20T15:14:56.955Z] --- PASS: TestDockerNetworkSuite/TestVolumeCLICreateOptionConflict (15.05s) [2019-09-20T15:14:56.955Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestVolumeCLICreateOptionConflict" [2019-09-20T15:14:56.955Z] docker_cli_external_volume_driver_test.go:53: Daemon d5b3b1345b32b is not started [2019-09-20T15:14:56.955Z] === RUN TestDockerHubPullSuite [2019-09-20T15:14:56.955Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2019-09-20T15:14:58.161Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2019-09-20T15:14:58.161Z] === RUN TestDockerSuite/TestBuildScratchCopy [2019-09-20T15:14:58.618Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2019-09-20T15:15:00.150Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2019-09-20T15:15:03.059Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2019-09-20T15:15:11.623Z] === RUN TestDockerSuite/TestBuildShellInherited [2019-09-20T15:15:11.876Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2019-09-20T15:15:16.297Z] === RUN TestDockerSuite/TestBuildShellMultiple [2019-09-20T15:15:29.891Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2019-09-20T15:15:33.962Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2019-09-20T15:15:33.962Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2019-09-20T15:15:33.962Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2019-09-20T15:15:36.410Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2019-09-20T15:15:44.518Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2019-09-20T15:15:46.333Z] === RUN TestDockerSuite/TestBuildSpaces [2019-09-20T15:15:46.333Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2019-09-20T15:15:51.010Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2019-09-20T15:15:51.010Z] === RUN TestDockerSuite/TestBuildStderr [2019-09-20T15:15:52.583Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2019-09-20T15:15:55.684Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2019-09-20T15:16:00.648Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2019-09-20T15:16:15.484Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2019-09-20T15:16:16.854Z] === RUN TestDockerSuite/TestBuildStopSignal [2019-09-20T15:16:16.854Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2019-09-20T15:16:23.553Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2019-09-20T15:16:23.944Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2019-09-20T15:16:24.908Z] === RUN TestDockerSuite/TestBuildTagEvent [2019-09-20T15:16:30.076Z] --- PASS: TestDockerHubPullSuite (96.21s) [2019-09-20T15:16:30.076Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (16.62s) [2019-09-20T15:16:30.076Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry" [2019-09-20T15:16:30.076Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (17.22s) [2019-09-20T15:16:30.076Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (15.44s) [2019-09-20T15:16:30.076Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (16.62s) [2019-09-20T15:16:30.076Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (15.21s) [2019-09-20T15:16:30.076Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (15.08s) [2019-09-20T15:16:30.076Z] PASS [2019-09-20T15:16:30.076Z] [2019-09-20T15:16:30.076Z] === Skipped [2019-09-20T15:16:30.076Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2019-09-20T15:16:30.076Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2019-09-20T15:16:30.076Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:16:30.076Z] [2019-09-20T15:16:30.076Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2019-09-20T15:16:30.076Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2019-09-20T15:16:30.076Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:16:30.076Z] [2019-09-20T15:16:30.076Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.03s) [2019-09-20T15:16:30.076Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.03s) [2019-09-20T15:16:30.076Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:16:30.076Z] [2019-09-20T15:16:30.076Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2019-09-20T15:16:30.076Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2019-09-20T15:16:30.076Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:16:30.076Z] [2019-09-20T15:16:30.076Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2019-09-20T15:16:30.076Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2019-09-20T15:16:30.076Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:16:30.076Z] [2019-09-20T15:16:30.076Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2019-09-20T15:16:30.076Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2019-09-20T15:16:30.076Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:16:30.076Z] [2019-09-20T15:16:30.076Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2019-09-20T15:16:30.076Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2019-09-20T15:16:30.076Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:16:30.076Z] [2019-09-20T15:16:30.076Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-09-20T15:16:30.076Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-09-20T15:16:30.076Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:16:30.076Z] [2019-09-20T15:16:30.076Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s) [2019-09-20T15:16:30.076Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s) [2019-09-20T15:16:30.076Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:16:30.076Z] [2019-09-20T15:16:30.076Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2019-09-20T15:16:30.076Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2019-09-20T15:16:30.076Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:16:30.076Z] [2019-09-20T15:16:30.076Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2019-09-20T15:16:30.076Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2019-09-20T15:16:30.076Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:16:30.076Z] [2019-09-20T15:16:30.076Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2019-09-20T15:16:30.076Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2019-09-20T15:16:30.076Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:16:30.076Z] [2019-09-20T15:16:30.076Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2019-09-20T15:16:30.076Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2019-09-20T15:16:30.076Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:16:30.076Z] [2019-09-20T15:16:30.076Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2019-09-20T15:16:30.076Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2019-09-20T15:16:30.076Z] docker_cli_sni_test.go:18: Flakey test [2019-09-20T15:16:30.076Z] [2019-09-20T15:16:30.076Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2019-09-20T15:16:30.076Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2019-09-20T15:16:30.076Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:16:30.076Z] [2019-09-20T15:16:30.076Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2019-09-20T15:16:30.076Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2019-09-20T15:16:30.076Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-20T15:16:30.076Z] [2019-09-20T15:16:30.076Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2019-09-20T15:16:30.076Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2019-09-20T15:16:30.076Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-20T15:16:30.076Z] [2019-09-20T15:16:30.076Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-09-20T15:16:30.076Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-09-20T15:16:30.077Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-20T15:16:30.077Z] [2019-09-20T15:16:30.077Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2019-09-20T15:16:30.077Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2019-09-20T15:16:30.077Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-20T15:16:30.077Z] [2019-09-20T15:16:30.077Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2019-09-20T15:16:30.077Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2019-09-20T15:16:30.077Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:16:30.077Z] [2019-09-20T15:16:30.077Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2019-09-20T15:16:30.077Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2019-09-20T15:16:30.077Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-20T15:16:30.077Z] [2019-09-20T15:16:30.077Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2019-09-20T15:16:30.077Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2019-09-20T15:16:30.077Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-20T15:16:30.077Z] [2019-09-20T15:16:30.077Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2019-09-20T15:16:30.077Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2019-09-20T15:16:30.077Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:16:30.077Z] [2019-09-20T15:16:30.077Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2019-09-20T15:16:30.077Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2019-09-20T15:16:30.077Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:16:30.077Z] [2019-09-20T15:16:30.077Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2019-09-20T15:16:30.077Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2019-09-20T15:16:30.077Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:16:30.077Z] [2019-09-20T15:16:30.077Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2019-09-20T15:16:30.077Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2019-09-20T15:16:30.077Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:16:30.077Z] [2019-09-20T15:16:30.077Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2019-09-20T15:16:30.077Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2019-09-20T15:16:30.077Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2019-09-20T15:16:30.077Z] [2019-09-20T15:16:30.077Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-09-20T15:16:30.077Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-09-20T15:16:30.077Z] requirement.go:26: unmatched requirement IsolationIsHyperv [2019-09-20T15:16:30.077Z] [2019-09-20T15:16:30.077Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2019-09-20T15:16:30.077Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2019-09-20T15:16:30.077Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-20T15:16:30.077Z] [2019-09-20T15:16:30.077Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2019-09-20T15:16:30.077Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2019-09-20T15:16:30.077Z] requirement.go:26: unmatched requirement IsolationIsProcess [2019-09-20T15:16:30.077Z] [2019-09-20T15:16:30.077Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2019-09-20T15:16:30.077Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2019-09-20T15:16:30.077Z] docker_cli_run_test.go:2869: kernel doesn't have latency_stats configured [2019-09-20T15:16:30.077Z] [2019-09-20T15:16:30.077Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2019-09-20T15:16:30.077Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2019-09-20T15:16:30.077Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2019-09-20T15:16:30.077Z] [2019-09-20T15:16:30.077Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2019-09-20T15:16:30.077Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2019-09-20T15:16:30.077Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-20T15:16:30.077Z] [2019-09-20T15:16:30.077Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2019-09-20T15:16:30.077Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2019-09-20T15:16:30.077Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2019-09-20T15:16:30.077Z] [2019-09-20T15:16:30.077Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2019-09-20T15:16:30.077Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2019-09-20T15:16:30.077Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:16:30.077Z] [2019-09-20T15:16:30.077Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2019-09-20T15:16:30.077Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2019-09-20T15:16:30.077Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:16:30.077Z] [2019-09-20T15:16:30.077Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2019-09-20T15:16:30.077Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2019-09-20T15:16:30.077Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:16:30.077Z] [2019-09-20T15:16:30.077Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-09-20T15:16:30.077Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-09-20T15:16:30.077Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-20T15:16:30.077Z] [2019-09-20T15:16:30.077Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2019-09-20T15:16:30.077Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2019-09-20T15:16:30.077Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-20T15:16:30.077Z] [2019-09-20T15:16:30.077Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2019-09-20T15:16:30.077Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2019-09-20T15:16:30.077Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-20T15:16:30.077Z] [2019-09-20T15:16:30.077Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-09-20T15:16:30.077Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-09-20T15:16:30.077Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-20T15:16:30.077Z] [2019-09-20T15:16:30.077Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2019-09-20T15:16:30.077Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2019-09-20T15:16:30.077Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-20T15:16:30.077Z] [2019-09-20T15:16:30.077Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2019-09-20T15:16:30.077Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2019-09-20T15:16:30.077Z] requirement.go:26: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2019-09-20T15:16:30.077Z] [2019-09-20T15:16:30.077Z] [2019-09-20T15:16:30.077Z] DONE 1223 tests, 43 skipped in 2275.215s [2019-09-20T15:16:30.077Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-09-20T15:16:30.077Z] ++++ cat bundles/test-integration/docker.pid [2019-09-20T15:16:30.077Z] +++ kill 7273 [2019-09-20T15:16:30.684Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2019-09-20T15:16:35.362Z] === RUN TestDockerSuite/TestBuildUser [2019-09-20T15:16:35.362Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2019-09-20T15:16:35.362Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2019-09-20T15:16:35.362Z] === RUN TestDockerSuite/TestBuildVerboseOut [2019-09-20T15:16:38.144Z] umount: bundles/test-integration/root: mountpoint not found [2019-09-20T15:16:38.144Z] +++ /etc/init.d/apparmor stop [2019-09-20T15:16:38.144Z] Clearing AppArmor profiles cache:. [2019-09-20T15:16:38.144Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-20T15:16:38.144Z] Unloading profiles will leave already running processes permanently [2019-09-20T15:16:38.144Z] unconfined, which can lead to unexpected situations. [2019-09-20T15:16:38.144Z] [2019-09-20T15:16:38.144Z] To set a process to complain mode, use the command line tool [2019-09-20T15:16:38.144Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-20T15:16:38.144Z] with the 'teardown' option." [2019-09-20T15:16:38.144Z] [2019-09-20T15:16:38.144Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2019-09-20T15:16:40.037Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2019-09-20T15:16:40.037Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2019-09-20T15:16:48.590Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2019-09-20T15:16:48.590Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2019-09-20T15:16:48.590Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2019-09-20T15:17:10.136Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2019-09-20T15:17:13.695Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2019-09-20T15:17:13.695Z] === RUN TestDockerSuite/TestBuildWindowsUser [2019-09-20T15:17:24.954Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2019-09-20T15:17:26.055Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2019-09-20T15:17:36.375Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2019-09-20T15:17:36.375Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2019-09-20T15:17:36.375Z] === RUN TestDockerSuite/TestBuildWithFailure [2019-09-20T15:17:38.545Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2019-09-20T15:17:39.007Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2019-09-20T15:17:51.368Z] === RUN TestDockerSuite/TestBuildWithTabs [2019-09-20T15:17:56.946Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2019-09-20T15:17:57.149Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2019-09-20T15:17:57.149Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2019-09-20T15:18:11.845Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2019-09-20T15:18:11.950Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2019-09-20T15:18:11.950Z] === RUN TestDockerSuite/TestBuildWithVolumes [2019-09-20T15:18:11.950Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2019-09-20T15:18:11.950Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2019-09-20T15:18:12.921Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2019-09-20T15:18:21.515Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2019-09-20T15:18:23.708Z] === RUN TestDockerSuite/TestBuildXZHost [2019-09-20T15:18:23.708Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2019-09-20T15:18:23.708Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2019-09-20T15:18:23.708Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2019-09-20T15:18:25.904Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2019-09-20T15:18:29.902Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2019-09-20T15:18:30.604Z] === RUN TestDockerSuite/TestCommitChange [2019-09-20T15:18:35.307Z] === RUN TestDockerSuite/TestCommitChangeLabels [2019-09-20T15:18:41.125Z] === RUN TestDockerSuite/TestCommitHardlink [2019-09-20T15:18:41.125Z] === RUN TestDockerSuite/TestCommitNewFile [2019-09-20T15:18:46.935Z] === RUN TestDockerSuite/TestCommitPausedContainer [2019-09-20T15:18:46.935Z] === RUN TestDockerSuite/TestCommitTTY [2019-09-20T15:19:04.680Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2019-09-20T15:19:08.436Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2019-09-20T15:19:08.436Z] === RUN TestDockerSuite/TestCommitWithoutPause [2019-09-20T15:19:08.436Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2019-09-20T15:19:08.436Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2019-09-20T15:19:08.436Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2019-09-20T15:19:08.436Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2019-09-20T15:19:08.436Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2019-09-20T15:19:08.436Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2019-09-20T15:19:08.436Z] === RUN TestDockerSuite/TestContainerAPICommit [2019-09-20T15:19:16.491Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2019-09-20T15:19:20.838Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2019-09-20T15:19:27.952Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2019-09-20T15:19:27.953Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2019-09-20T15:19:29.497Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2019-09-20T15:19:29.497Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2019-09-20T15:19:29.497Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2019-09-20T15:19:29.497Z] === RUN TestDockerSuite/TestContainerAPICreate [2019-09-20T15:19:31.682Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2019-09-20T15:19:31.682Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2019-09-20T15:19:31.682Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2019-09-20T15:19:33.866Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2019-09-20T15:19:33.866Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2019-09-20T15:19:33.866Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2019-09-20T15:19:33.866Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2019-09-20T15:19:33.866Z] === RUN TestDockerSuite/TestContainerAPIDelete [2019-09-20T15:19:34.552Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2019-09-20T15:19:36.791Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2019-09-20T15:19:38.339Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2019-09-20T15:19:39.884Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2019-09-20T15:19:40.346Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2019-09-20T15:19:40.346Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2019-09-20T15:19:42.531Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2019-09-20T15:19:42.531Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2019-09-20T15:19:49.621Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2019-09-20T15:19:49.621Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2019-09-20T15:19:49.621Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2019-09-20T15:19:51.807Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2019-09-20T15:19:51.807Z] === RUN TestDockerSuite/TestContainerAPIKill [2019-09-20T15:19:53.350Z] === RUN TestDockerSuite/TestContainerAPIPause [2019-09-20T15:19:53.350Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2019-09-20T15:19:55.536Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2019-09-20T15:19:56.000Z] === RUN TestDockerSuite/TestContainerAPIRename [2019-09-20T15:19:58.184Z] === RUN TestDockerSuite/TestContainerAPIRestart [2019-09-20T15:20:01.930Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2019-09-20T15:20:05.683Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2019-09-20T15:20:05.683Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2019-09-20T15:20:05.683Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2019-09-20T15:20:05.683Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2019-09-20T15:20:05.683Z] === RUN TestDockerSuite/TestContainerAPIStart [2019-09-20T15:20:06.587Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2019-09-20T15:20:07.225Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2019-09-20T15:20:07.225Z] === RUN TestDockerSuite/TestContainerAPIStop [2019-09-20T15:20:09.412Z] === RUN TestDockerSuite/TestContainerAPITop [2019-09-20T15:20:09.412Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2019-09-20T15:20:11.598Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2019-09-20T15:20:11.598Z] === RUN TestDockerSuite/TestContainerAPIWait [2019-09-20T15:20:16.316Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2019-09-20T15:20:17.858Z] === RUN TestDockerSuite/TestContainerNetworkMode [2019-09-20T15:20:17.858Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2019-09-20T15:20:17.858Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2019-09-20T15:20:17.858Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2019-09-20T15:20:17.858Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2019-09-20T15:20:17.858Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2019-09-20T15:20:19.399Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2019-09-20T15:20:37.111Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2019-09-20T15:20:37.111Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2019-09-20T15:20:37.111Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2019-09-20T15:20:37.111Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2019-09-20T15:20:37.111Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2019-09-20T15:20:37.111Z] === RUN TestDockerSuite/TestCopyAndRestart [2019-09-20T15:20:37.111Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2019-09-20T15:20:37.111Z] === RUN TestDockerSuite/TestCpAbsolutePath [2019-09-20T15:20:38.621Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2019-09-20T15:20:38.657Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2019-09-20T15:20:38.657Z] === RUN TestDockerSuite/TestCpFromCaseA [2019-09-20T15:20:38.657Z] === RUN TestDockerSuite/TestCpFromCaseB [2019-09-20T15:20:38.657Z] === RUN TestDockerSuite/TestCpFromCaseC [2019-09-20T15:20:38.657Z] === RUN TestDockerSuite/TestCpFromCaseD [2019-09-20T15:20:38.657Z] === RUN TestDockerSuite/TestCpFromCaseE [2019-09-20T15:20:38.657Z] === RUN TestDockerSuite/TestCpFromCaseF [2019-09-20T15:20:38.657Z] === RUN TestDockerSuite/TestCpFromCaseG [2019-09-20T15:20:38.657Z] === RUN TestDockerSuite/TestCpFromCaseH [2019-09-20T15:20:38.657Z] === RUN TestDockerSuite/TestCpFromCaseI [2019-09-20T15:20:38.657Z] === RUN TestDockerSuite/TestCpFromCaseJ [2019-09-20T15:20:38.657Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2019-09-20T15:20:38.657Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2019-09-20T15:20:38.657Z] === RUN TestDockerSuite/TestCpGarbagePath [2019-09-20T15:20:40.844Z] === RUN TestDockerSuite/TestCpLocalOnly [2019-09-20T15:20:40.844Z] === RUN TestDockerSuite/TestCpNameHasColon [2019-09-20T15:20:40.844Z] === RUN TestDockerSuite/TestCpRelativePath [2019-09-20T15:20:43.029Z] === RUN TestDockerSuite/TestCpSpecialFiles [2019-09-20T15:20:43.029Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2019-09-20T15:20:43.029Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2019-09-20T15:20:43.029Z] === RUN TestDockerSuite/TestCpToCaseA [2019-09-20T15:20:53.397Z] === RUN TestDockerSuite/TestCpToCaseB [2019-09-20T15:20:53.475Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2019-09-20T15:20:54.940Z] === RUN TestDockerSuite/TestCpToCaseC [2019-09-20T15:20:54.940Z] === RUN TestDockerSuite/TestCpToCaseD [2019-09-20T15:20:54.940Z] === RUN TestDockerSuite/TestCpToCaseE [2019-09-20T15:21:09.783Z] === RUN TestDockerSuite/TestCpToCaseF [2019-09-20T15:21:09.783Z] === RUN TestDockerSuite/TestCpToCaseG [2019-09-20T15:21:09.783Z] === RUN TestDockerSuite/TestCpToCaseH [2019-09-20T15:21:11.540Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2019-09-20T15:21:16.874Z] === RUN TestDockerSuite/TestCpToCaseI [2019-09-20T15:21:16.874Z] === RUN TestDockerSuite/TestCpToCaseJ [2019-09-20T15:21:16.874Z] === RUN TestDockerSuite/TestCpToDot [2019-09-20T15:21:19.062Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2019-09-20T15:21:19.062Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2019-09-20T15:21:19.062Z] === RUN TestDockerSuite/TestCpToStdout [2019-09-20T15:21:21.248Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2019-09-20T15:21:21.248Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2019-09-20T15:21:21.248Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2019-09-20T15:21:21.248Z] === RUN TestDockerSuite/TestCpVolumePath [2019-09-20T15:21:21.709Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2019-09-20T15:21:21.709Z] === RUN TestDockerSuite/TestCreateArgs [2019-09-20T15:21:21.709Z] === RUN TestDockerSuite/TestCreateByImageID [2019-09-20T15:21:23.895Z] === RUN TestDockerSuite/TestCreateEchoStdout [2019-09-20T15:21:25.438Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2019-09-20T15:21:25.899Z] === RUN TestDockerSuite/TestCreateHostConfig [2019-09-20T15:21:25.899Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2019-09-20T15:21:26.432Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2019-09-20T15:21:28.085Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2019-09-20T15:21:28.546Z] === RUN TestDockerSuite/TestCreateLabels [2019-09-20T15:21:28.546Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2019-09-20T15:21:28.546Z] === RUN TestDockerSuite/TestCreateRM [2019-09-20T15:21:29.007Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2019-09-20T15:21:29.007Z] === RUN TestDockerSuite/TestCreateStopSignal [2019-09-20T15:21:29.469Z] === RUN TestDockerSuite/TestCreateStopTimeout [2019-09-20T15:21:29.469Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2019-09-20T15:21:41.331Z] --- PASS: TestDockerExternalVolumeSuite (441.46s) [2019-09-20T15:21:41.331Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.95s) [2019-09-20T15:21:41.331Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume" [2019-09-20T15:21:41.331Z] docker_cli_external_volume_driver_test.go:53: Daemon d2a9fc7563df6 is not started [2019-09-20T15:21:41.331Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s) [2019-09-20T15:21:41.331Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities" [2019-09-20T15:21:41.331Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.59s) [2019-09-20T15:21:41.331Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer" [2019-09-20T15:21:41.331Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s) [2019-09-20T15:21:41.331Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet" [2019-09-20T15:21:41.331Z] docker_cli_external_volume_driver_test.go:53: Daemon d44a8b00f0eb2 is not started [2019-09-20T15:21:41.331Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.56s) [2019-09-20T15:21:41.331Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse" [2019-09-20T15:21:41.331Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2019-09-20T15:21:41.331Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverList" [2019-09-20T15:21:41.331Z] docker_cli_external_volume_driver_test.go:53: Daemon d689e7348a53f is not started [2019-09-20T15:21:41.331Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2019-09-20T15:21:41.331Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked" [2019-09-20T15:21:41.331Z] docker_cli_external_volume_driver_test.go:53: Daemon d971623cb5410 is not started [2019-09-20T15:21:41.331Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.62s) [2019-09-20T15:21:41.331Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID" [2019-09-20T15:21:41.331Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.62s) [2019-09-20T15:21:41.331Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed" [2019-09-20T15:21:41.331Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.83s) [2019-09-20T15:21:41.331Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete" [2019-09-20T15:21:41.331Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s) [2019-09-20T15:21:41.331Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls" [2019-09-20T15:21:41.331Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.64s) [2019-09-20T15:21:41.331Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists" [2019-09-20T15:21:41.331Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.76s) [2019-09-20T15:21:41.331Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp" [2019-09-20T15:21:41.331Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (31.03s) [2019-09-20T15:21:41.331Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail" [2019-09-20T15:21:41.331Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.60s) [2019-09-20T15:21:41.331Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed" [2019-09-20T15:21:41.331Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.44s) [2019-09-20T15:21:41.331Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom" [2019-09-20T15:21:41.331Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.40s) [2019-09-20T15:21:41.331Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart" [2019-09-20T15:21:41.331Z] docker_cli_external_volume_driver_test.go:485: Daemon d780c8b0c85c3 is not started [2019-09-20T15:21:41.331Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2019-09-20T15:21:41.331Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict" [2019-09-20T15:21:41.331Z] docker_cli_external_volume_driver_test.go:53: Daemon d138e1bcd62c6 is not started [2019-09-20T15:21:41.331Z] PASS [2019-09-20T15:21:41.331Z] [2019-09-20T15:21:41.331Z] === Skipped [2019-09-20T15:21:41.331Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonICCPing (0.00s) [2019-09-20T15:21:41.331Z] --- SKIP: TestDockerDaemonSuite/TestDaemonICCPing (0.00s) [2019-09-20T15:21:41.331Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonICCPing" [2019-09-20T15:21:41.331Z] requirement.go:26: unmatched requirement bridgeNfIptables [2019-09-20T15:21:41.331Z] check_test.go:309: Daemon d3121fa3a7de3 is not started [2019-09-20T15:21:41.331Z] [2019-09-20T15:21:41.331Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2019-09-20T15:21:41.331Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2019-09-20T15:21:41.331Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6Enabled" [2019-09-20T15:21:41.331Z] requirement.go:26: unmatched requirement IPv6 [2019-09-20T15:21:41.331Z] check_test.go:309: Daemon d4f4ad7128486 is not started [2019-09-20T15:21:41.331Z] [2019-09-20T15:21:41.331Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2019-09-20T15:21:41.331Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2019-09-20T15:21:41.331Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize" [2019-09-20T15:21:41.331Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-20T15:21:41.331Z] check_test.go:309: Daemon dee83095f21f4 is not started [2019-09-20T15:21:41.331Z] [2019-09-20T15:21:41.331Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2019-09-20T15:21:41.331Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2019-09-20T15:21:41.331Z] daemon.go:36: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize" [2019-09-20T15:21:41.331Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-20T15:21:41.331Z] check_test.go:309: Daemon d4612863c4183 is not started [2019-09-20T15:21:41.331Z] [2019-09-20T15:21:41.331Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2019-09-20T15:21:41.331Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2019-09-20T15:21:41.331Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2019-09-20T15:21:41.331Z] [2019-09-20T15:21:41.331Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2019-09-20T15:21:41.331Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2019-09-20T15:21:41.331Z] requirement.go:26: unmatched requirement IPv6 [2019-09-20T15:21:41.331Z] [2019-09-20T15:21:41.331Z] [2019-09-20T15:21:41.331Z] DONE 270 tests, 6 skipped in 2584.395s [2019-09-20T15:21:41.331Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-09-20T15:21:41.331Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/ddcfad0e7044c/docker.pid [2019-09-20T15:21:41.331Z] +++ kill 5936 [2019-09-20T15:21:41.331Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 10: wait: pid 5936 is not a child of this shell [2019-09-20T15:21:41.331Z] warning: PID 5936 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/ddcfad0e7044c/docker.pid had a nonzero exit code [2019-09-20T15:21:41.331Z] umount: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/ddcfad0e7044c/root: target is busy [2019-09-20T15:21:41.331Z] (In some cases useful info about processes that [2019-09-20T15:21:41.331Z] use the device is found by lsof(8) or fuser(1).) [2019-09-20T15:21:41.331Z] ++++ cat bundles/test-integration/docker.pid [2019-09-20T15:21:41.331Z] +++ kill 7265 [2019-09-20T15:21:41.876Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2019-09-20T15:21:42.253Z] umount: bundles/test-integration/root: mountpoint not found [2019-09-20T15:21:42.253Z] +++ /etc/init.d/apparmor stop [2019-09-20T15:21:42.253Z] Clearing AppArmor profiles cache:. [2019-09-20T15:21:42.253Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-20T15:21:42.253Z] Unloading profiles will leave already running processes permanently [2019-09-20T15:21:42.253Z] unconfined, which can lead to unexpected situations. [2019-09-20T15:21:42.253Z] [2019-09-20T15:21:42.253Z] To set a process to complain mode, use the command line tool [2019-09-20T15:21:42.253Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-20T15:21:42.253Z] with the 'teardown' option." [2019-09-20T15:21:42.253Z] [2019-09-20T15:21:42.338Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2019-09-20T15:21:42.799Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2019-09-20T15:21:42.811Z] Remaining pids to kill: [] Post stage [Pipeline] junit [2019-09-20T15:21:42.824Z] Recording test results [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-09-20T15:21:45.029Z] + echo Ensuring container killed. [2019-09-20T15:21:45.029Z] Ensuring container killed. [2019-09-20T15:21:45.029Z] + docker rm -vf docker-pr14 [2019-09-20T15:21:45.029Z] Error: No such container: docker-pr14 [2019-09-20T15:21:45.029Z] + true [Pipeline] sh [2019-09-20T15:21:45.305Z] + echo Chowning /workspace to jenkins user [2019-09-20T15:21:45.305Z] Chowning /workspace to jenkins user [2019-09-20T15:21:45.305Z] + id -u [2019-09-20T15:21:45.305Z] + id -g [2019-09-20T15:21:45.305Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39943:/workspace busybox chown -R 1000:1000 /workspace [2019-09-20T15:21:45.305Z] Unable to find image 'busybox:latest' locally [2019-09-20T15:21:45.305Z] latest: Pulling from library/busybox [2019-09-20T15:21:45.305Z] 7c9d20b9b6cd: Pulling fs layer [2019-09-20T15:21:45.561Z] 7c9d20b9b6cd: Download complete [2019-09-20T15:21:45.561Z] 7c9d20b9b6cd: Pull complete [2019-09-20T15:21:45.561Z] Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e [2019-09-20T15:21:45.561Z] Status: Downloaded newer image for busybox:latest [2019-09-20T15:21:47.510Z] === RUN TestDockerSuite/TestCreateWithPortRange [2019-09-20T15:21:47.510Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2019-09-20T15:21:47.510Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2019-09-20T15:21:49.696Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2019-09-20T15:21:49.696Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2019-09-20T15:21:49.696Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2019-09-20T15:21:49.696Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2019-09-20T15:21:49.696Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2019-09-20T15:21:49.696Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2019-09-20T15:21:49.696Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2019-09-20T15:21:49.696Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2019-09-20T15:21:49.696Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2019-09-20T15:21:49.696Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2019-09-20T15:21:49.696Z] === RUN TestDockerSuite/TestDevicePermissions [2019-09-20T15:21:49.696Z] === RUN TestDockerSuite/TestDockerFails [2019-09-20T15:21:49.696Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2019-09-20T15:21:49.696Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2019-09-20T15:21:49.696Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2019-09-20T15:21:49.696Z] === RUN TestDockerSuite/TestEventsAttach [2019-09-20T15:21:49.696Z] === RUN TestDockerSuite/TestEventsCommit [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-09-20T15:21:50.047Z] + bundleName=amd64 [2019-09-20T15:21:50.047Z] + echo Creating amd64-bundles.tar.gz [2019-09-20T15:21:50.047Z] Creating amd64-bundles.tar.gz [2019-09-20T15:21:50.047Z] + xargs tar -czf amd64-bundles.tar.gz [2019-09-20T15:21:50.047Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2019-09-20T15:21:50.157Z] === RUN TestDockerSuite/TestEventsContainerEvents [Pipeline] archiveArtifacts [2019-09-20T15:21:50.979Z] Archiving artifacts [2019-09-20T15:21:52.363Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2019-09-20T15:21:52.992Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39943/14/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-09-20T15:21:53.292Z] + make clean [2019-09-20T15:21:53.547Z] docker volume rm -f docker-dev-cache [2019-09-20T15:21:53.547Z] docker-dev-cache [Pipeline] deleteDir [2019-09-20T15:21:54.549Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2019-09-20T15:21:57.465Z] === RUN TestDockerSuite/TestEventsContainerRestart [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-09-20T15:22:09.877Z] === RUN TestDockerSuite/TestEventsCopy [2019-09-20T15:22:15.689Z] === RUN TestDockerSuite/TestEventsFilterContainer [2019-09-20T15:22:20.394Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2019-09-20T15:22:22.580Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2019-09-20T15:22:23.554Z] === RUN TestDockerSuite/TestEventsFilterImageName [2019-09-20T15:22:27.303Z] === RUN TestDockerSuite/TestEventsFilterLabels [2019-09-20T15:22:27.303Z] === RUN TestDockerSuite/TestEventsFilterType [2019-09-20T15:22:28.276Z] === RUN TestDockerSuite/TestEventsFilters [2019-09-20T15:22:33.000Z] === RUN TestDockerSuite/TestEventsFormat [2019-09-20T15:22:37.706Z] === RUN TestDockerSuite/TestEventsFormatBadField [2019-09-20T15:22:37.706Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2019-09-20T15:22:37.706Z] === RUN TestDockerSuite/TestEventsImageImport [2019-09-20T15:22:37.706Z] === RUN TestDockerSuite/TestEventsImageLoad [2019-09-20T15:22:37.706Z] === RUN TestDockerSuite/TestEventsImagePull [2019-09-20T15:22:37.706Z] === RUN TestDockerSuite/TestEventsImageTag [2019-09-20T15:22:38.679Z] === RUN TestDockerSuite/TestEventsPluginOps [2019-09-20T15:22:38.679Z] === RUN TestDockerSuite/TestEventsRename [2019-09-20T15:22:40.867Z] === RUN TestDockerSuite/TestEventsResize [2019-09-20T15:22:43.785Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2019-09-20T15:22:45.971Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2019-09-20T15:22:48.187Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2019-09-20T15:22:52.891Z] === RUN TestDockerSuite/TestEventsTop [2019-09-20T15:22:52.891Z] === RUN TestDockerSuite/TestEventsUntag [2019-09-20T15:22:55.808Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2019-09-20T15:22:59.556Z] === RUN TestDockerSuite/TestExec [2019-09-20T15:22:59.556Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2019-09-20T15:22:59.556Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2019-09-20T15:23:01.100Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2019-09-20T15:23:03.288Z] === RUN TestDockerSuite/TestExecAPIStart [2019-09-20T15:23:03.288Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2019-09-20T15:23:03.288Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2019-09-20T15:23:03.288Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2019-09-20T15:23:05.484Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2019-09-20T15:23:07.029Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2019-09-20T15:23:09.218Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2019-09-20T15:23:11.405Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2019-09-20T15:23:15.156Z] === RUN TestDockerSuite/TestExecCgroup [2019-09-20T15:23:15.156Z] === RUN TestDockerSuite/TestExecEnv [2019-09-20T15:23:15.156Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2019-09-20T15:23:15.156Z] === RUN TestDockerSuite/TestExecExitStatus [2019-09-20T15:23:17.343Z] === RUN TestDockerSuite/TestExecInspectID [2019-09-20T15:23:21.092Z] === RUN TestDockerSuite/TestExecInteractive [2019-09-20T15:23:21.092Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2019-09-20T15:23:21.092Z] === RUN TestDockerSuite/TestExecParseError [2019-09-20T15:23:21.092Z] === RUN TestDockerSuite/TestExecPausedContainer [2019-09-20T15:23:21.092Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2019-09-20T15:23:21.092Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2019-09-20T15:23:23.279Z] === RUN TestDockerSuite/TestExecSetEnv [2019-09-20T15:23:23.280Z] === RUN TestDockerSuite/TestExecStartFails [2019-09-20T15:23:23.280Z] === RUN TestDockerSuite/TestExecStateCleanup [2019-09-20T15:23:23.280Z] === RUN TestDockerSuite/TestExecStopNotHanging [2019-09-20T15:23:23.280Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2019-09-20T15:23:23.280Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2019-09-20T15:23:25.482Z] === RUN TestDockerSuite/TestExecUlimits [2019-09-20T15:23:25.482Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2019-09-20T15:23:34.083Z] === RUN TestDockerSuite/TestExecWithImageUser [2019-09-20T15:23:34.083Z] === RUN TestDockerSuite/TestExecWithPrivileged [2019-09-20T15:23:34.083Z] === RUN TestDockerSuite/TestExecWithUser [2019-09-20T15:23:34.083Z] === RUN TestDockerSuite/TestGetContainerStats [2019-09-20T15:23:39.892Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2019-09-20T15:23:45.724Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2019-09-20T15:23:48.640Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2019-09-20T15:23:54.510Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2019-09-20T15:23:54.510Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2019-09-20T15:23:54.510Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2019-09-20T15:23:54.510Z] === RUN TestDockerSuite/TestHealth [2019-09-20T15:23:54.510Z] === RUN TestDockerSuite/TestHistoryExistentImage [2019-09-20T15:23:54.510Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2019-09-20T15:23:54.510Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2019-09-20T15:23:54.971Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2019-09-20T15:23:59.681Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2019-09-20T15:23:59.681Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2019-09-20T15:23:59.681Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2019-09-20T15:23:59.681Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2019-09-20T15:23:59.681Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2019-09-20T15:24:00.143Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2019-09-20T15:24:00.605Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2019-09-20T15:24:00.605Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2019-09-20T15:24:01.579Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2019-09-20T15:24:01.579Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2019-09-20T15:24:03.117Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2019-09-20T15:24:03.574Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2019-09-20T15:24:05.749Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2019-09-20T15:24:07.921Z] === RUN TestDockerSuite/TestImagesFormat [2019-09-20T15:24:07.921Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2019-09-20T15:24:07.921Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2019-09-20T15:24:11.646Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2019-09-20T15:24:11.647Z] === RUN TestDockerSuite/TestImportBadURL [2019-09-20T15:24:13.818Z] === RUN TestDockerSuite/TestImportDisplay [2019-09-20T15:24:13.818Z] === RUN TestDockerSuite/TestImportFile [2019-09-20T15:24:13.818Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2019-09-20T15:24:14.276Z] === RUN TestDockerSuite/TestImportFileWithMessage [2019-09-20T15:24:14.276Z] === RUN TestDockerSuite/TestImportGzipped [2019-09-20T15:24:14.276Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2019-09-20T15:24:14.276Z] === RUN TestDockerSuite/TestInfoDebug [2019-09-20T15:24:14.276Z] === RUN TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName [2019-09-20T15:24:14.276Z] === RUN TestDockerSuite/TestInfoDiscoveryBackend [2019-09-20T15:24:14.734Z] === RUN TestDockerSuite/TestInfoDiscoveryInvalidAdvertise [2019-09-20T15:24:14.734Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2019-09-20T15:24:14.734Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2019-09-20T15:24:14.734Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2019-09-20T15:24:14.734Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2019-09-20T15:24:14.734Z] === RUN TestDockerSuite/TestInfoFormat [2019-09-20T15:24:14.734Z] === RUN TestDockerSuite/TestInsecureRegistries [2019-09-20T15:24:14.734Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2019-09-20T15:24:14.734Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2019-09-20T15:24:14.734Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2019-09-20T15:24:16.905Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2019-09-20T15:24:19.078Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2019-09-20T15:24:19.078Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2019-09-20T15:24:19.078Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2019-09-20T15:24:19.078Z] === RUN TestDockerSuite/TestInspectAmpersand [2019-09-20T15:24:19.078Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2019-09-20T15:24:21.250Z] === RUN TestDockerSuite/TestInspectByPrefix [2019-09-20T15:24:21.250Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2019-09-20T15:24:23.435Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2019-09-20T15:24:23.435Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2019-09-20T15:24:23.435Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2019-09-20T15:24:23.435Z] === RUN TestDockerSuite/TestInspectDefault [2019-09-20T15:24:25.607Z] === RUN TestDockerSuite/TestInspectHistory [2019-09-20T15:24:30.286Z] === RUN TestDockerSuite/TestInspectImage [2019-09-20T15:24:30.286Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2019-09-20T15:24:30.286Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2019-09-20T15:24:30.286Z] === RUN TestDockerSuite/TestInspectInt64 [2019-09-20T15:24:32.460Z] === RUN TestDockerSuite/TestInspectJSONFields [2019-09-20T15:24:34.632Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2019-09-20T15:24:34.632Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2019-09-20T15:24:36.806Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2019-09-20T15:24:38.979Z] === RUN TestDockerSuite/TestInspectPlugin [2019-09-20T15:24:38.979Z] === RUN TestDockerSuite/TestInspectRootFS [2019-09-20T15:24:38.979Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2019-09-20T15:24:41.149Z] === RUN TestDockerSuite/TestInspectStatus [2019-09-20T15:24:44.047Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2019-09-20T15:24:47.774Z] === RUN TestDockerSuite/TestInspectTemplateError [2019-09-20T15:24:49.951Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2019-09-20T15:24:52.129Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2019-09-20T15:24:53.661Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2019-09-20T15:24:55.850Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2019-09-20T15:24:58.027Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2019-09-20T15:25:00.199Z] === RUN TestDockerSuite/TestInspectUnknownObject [2019-09-20T15:25:00.199Z] === RUN TestDockerSuite/TestLinkShortDefinition [2019-09-20T15:25:00.199Z] === RUN TestDockerSuite/TestLinksEnvs [2019-09-20T15:25:00.199Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2019-09-20T15:25:00.199Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2019-09-20T15:25:00.199Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2019-09-20T15:25:00.199Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2019-09-20T15:25:00.199Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2019-09-20T15:25:00.199Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2019-09-20T15:25:00.199Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2019-09-20T15:25:00.199Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2019-09-20T15:25:00.657Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2019-09-20T15:25:00.657Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2019-09-20T15:25:00.657Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2019-09-20T15:25:00.657Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2019-09-20T15:25:00.657Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2019-09-20T15:25:00.657Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2019-09-20T15:25:00.657Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2019-09-20T15:25:00.657Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2019-09-20T15:25:00.657Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2019-09-20T15:25:02.831Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2019-09-20T15:25:04.365Z] === RUN TestDockerSuite/TestLogsAPIUntil [2019-09-20T15:25:10.145Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2019-09-20T15:25:12.318Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2019-09-20T15:25:12.318Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2019-09-20T15:25:14.490Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2019-09-20T15:25:14.949Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2019-09-20T15:25:22.010Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2019-09-20T15:25:30.565Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2019-09-20T15:25:37.625Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2019-09-20T15:25:39.158Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2019-09-20T15:25:41.329Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2019-09-20T15:25:41.329Z] === RUN TestDockerSuite/TestLogsFollowStopped [2019-09-20T15:25:43.501Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2019-09-20T15:25:45.672Z] === RUN TestDockerSuite/TestLogsSince [2019-09-20T15:25:55.977Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2019-09-20T15:25:55.977Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2019-09-20T15:25:55.977Z] === RUN TestDockerSuite/TestLogsTail [2019-09-20T15:25:57.510Z] === RUN TestDockerSuite/TestLogsTimestamps [2019-09-20T15:25:59.682Z] === RUN TestDockerSuite/TestLogsWithDetails [2019-09-20T15:26:01.854Z] === RUN TestDockerSuite/TestMountIntoProc [2019-09-20T15:26:01.854Z] === RUN TestDockerSuite/TestMountIntoSys [2019-09-20T15:26:01.854Z] === RUN TestDockerSuite/TestNetHostname [2019-09-20T15:26:01.854Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2019-09-20T15:26:01.854Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2019-09-20T15:26:01.854Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2019-09-20T15:26:01.854Z] === RUN TestDockerSuite/TestPluginActive [2019-09-20T15:26:01.854Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2019-09-20T15:26:01.854Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2019-09-20T15:26:02.312Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2019-09-20T15:26:02.312Z] === RUN TestDockerSuite/TestPluginLogDriver [2019-09-20T15:26:02.312Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2019-09-20T15:26:02.312Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2019-09-20T15:26:02.312Z] === RUN TestDockerSuite/TestPluginUpgrade [2019-09-20T15:26:02.312Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2019-09-20T15:26:02.312Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2019-09-20T15:26:02.312Z] === RUN TestDockerSuite/TestPortHostBinding [2019-09-20T15:26:02.312Z] === RUN TestDockerSuite/TestPortList [2019-09-20T15:26:02.312Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2019-09-20T15:26:06.990Z] === RUN TestDockerSuite/TestPostContainersAttach [2019-09-20T15:26:06.990Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2019-09-20T15:26:06.990Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2019-09-20T15:26:06.990Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2019-09-20T15:26:06.990Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2019-09-20T15:26:06.990Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2019-09-20T15:26:06.990Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2019-09-20T15:26:06.990Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2019-09-20T15:26:06.990Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2019-09-20T15:26:06.990Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2019-09-20T15:26:10.717Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2019-09-20T15:26:10.717Z] === RUN TestDockerSuite/TestPsByOrder [2019-09-20T15:26:19.273Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2019-09-20T15:26:19.273Z] === RUN TestDockerSuite/TestPsListContainersBase [2019-09-20T15:26:27.830Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2019-09-20T15:26:40.194Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2019-09-20T15:26:40.194Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2019-09-20T15:26:40.194Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2019-09-20T15:26:52.567Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2019-09-20T15:26:55.462Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2019-09-20T15:27:02.526Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2019-09-20T15:27:06.253Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2019-09-20T15:27:06.726Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2019-09-20T15:27:06.726Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2019-09-20T15:27:11.456Z] === RUN TestDockerSuite/TestPsListContainersSize [2019-09-20T15:27:11.456Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2019-09-20T15:27:11.456Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2019-09-20T15:27:11.456Z] === RUN TestDockerSuite/TestPsRightTagName [2019-09-20T15:27:11.456Z] === RUN TestDockerSuite/TestPsShowMounts [2019-09-20T15:27:18.517Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2019-09-20T15:27:18.517Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2019-09-20T15:27:19.483Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2019-09-20T15:27:19.483Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2019-09-20T15:27:21.017Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2019-09-20T15:27:21.981Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2019-09-20T15:27:21.981Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2019-09-20T15:27:25.705Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2019-09-20T15:27:30.381Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2019-09-20T15:27:32.556Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2019-09-20T15:27:53.640Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2019-09-20T15:27:53.640Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2019-09-20T15:28:00.699Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2019-09-20T15:28:00.699Z] === RUN TestDockerSuite/TestRestartPolicyNO [2019-09-20T15:28:00.699Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2019-09-20T15:28:01.663Z] === RUN TestDockerSuite/TestRestartRunningContainer [2019-09-20T15:28:06.345Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2019-09-20T15:28:11.035Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2019-09-20T15:28:11.035Z] === RUN TestDockerSuite/TestRestartWithVolumes [2019-09-20T15:28:15.722Z] === RUN TestDockerSuite/TestRmiBlank [2019-09-20T15:28:15.722Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2019-09-20T15:28:15.722Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2019-09-20T15:28:30.518Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2019-09-20T15:28:33.416Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2019-09-20T15:28:33.874Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2019-09-20T15:28:40.934Z] === RUN TestDockerSuite/TestRmiImgIDForce [2019-09-20T15:28:46.716Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2019-09-20T15:28:55.270Z] === RUN TestDockerSuite/TestRmiParentImageFail [2019-09-20T15:28:59.950Z] === RUN TestDockerSuite/TestRmiTag [2019-09-20T15:28:59.950Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2019-09-20T15:29:02.847Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2019-09-20T15:29:20.527Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2019-09-20T15:29:22.060Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2019-09-20T15:29:27.844Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2019-09-20T15:29:27.844Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2019-09-20T15:29:27.844Z] === RUN TestDockerSuite/TestRunAddHost [2019-09-20T15:29:27.844Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2019-09-20T15:29:27.844Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2019-09-20T15:29:28.302Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2019-09-20T15:29:28.302Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2019-09-20T15:29:28.302Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2019-09-20T15:29:28.302Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2019-09-20T15:29:30.478Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2019-09-20T15:29:30.478Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2019-09-20T15:29:30.478Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2019-09-20T15:29:34.204Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2019-09-20T15:29:37.931Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2019-09-20T15:29:40.101Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2019-09-20T15:29:42.280Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2019-09-20T15:29:44.455Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2019-09-20T15:29:44.455Z] === RUN TestDockerSuite/TestRunBindMounts [2019-09-20T15:29:49.136Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2019-09-20T15:29:49.136Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2019-09-20T15:29:49.136Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2019-09-20T15:29:49.136Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2019-09-20T15:29:49.136Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2019-09-20T15:29:49.136Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2019-09-20T15:29:49.136Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2019-09-20T15:29:49.136Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2019-09-20T15:29:49.136Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2019-09-20T15:29:49.136Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2019-09-20T15:29:49.136Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2019-09-20T15:29:49.136Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2019-09-20T15:29:50.669Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2019-09-20T15:29:50.669Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2019-09-20T15:29:53.566Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2019-09-20T15:29:53.566Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2019-09-20T15:29:53.566Z] === RUN TestDockerSuite/TestRunContainerNetwork [2019-09-20T15:29:55.739Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2019-09-20T15:29:55.739Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2019-09-20T15:29:55.739Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2019-09-20T15:29:55.739Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2019-09-20T15:29:55.739Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2019-09-20T15:29:55.739Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2019-09-20T15:29:55.739Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2019-09-20T15:29:55.739Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2019-09-20T15:29:57.911Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2019-09-20T15:30:00.089Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2019-09-20T15:30:07.151Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2019-09-20T15:30:07.151Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2019-09-20T15:30:07.151Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2019-09-20T15:30:07.151Z] === RUN TestDockerSuite/TestRunCreateVolume [2019-09-20T15:30:09.323Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2019-09-20T15:30:09.323Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2019-09-20T15:30:09.323Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2019-09-20T15:30:09.323Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2019-09-20T15:30:09.323Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2019-09-20T15:30:11.495Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2019-09-20T15:30:23.869Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2019-09-20T15:30:23.869Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2019-09-20T15:30:23.869Z] === RUN TestDockerSuite/TestRunDNSOptions [2019-09-20T15:30:23.869Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2019-09-20T15:30:23.869Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2019-09-20T15:30:23.869Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2019-09-20T15:30:23.869Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2019-09-20T15:30:26.040Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2019-09-20T15:30:26.040Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2019-09-20T15:30:26.040Z] === RUN TestDockerSuite/TestRunDuplicateMount [2019-09-20T15:30:26.040Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2019-09-20T15:30:28.214Z] === RUN TestDockerSuite/TestRunEchoStdout [2019-09-20T15:30:30.384Z] === RUN TestDockerSuite/TestRunEmptyEnv [2019-09-20T15:30:30.384Z] === RUN TestDockerSuite/TestRunEntrypoint [2019-09-20T15:30:32.555Z] === RUN TestDockerSuite/TestRunEnvironment [2019-09-20T15:30:32.555Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2019-09-20T15:30:32.555Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2019-09-20T15:30:32.555Z] === RUN TestDockerSuite/TestRunExitCode [2019-09-20T15:30:39.617Z] === RUN TestDockerSuite/TestRunExitCodeOne [2019-09-20T15:30:41.805Z] === RUN TestDockerSuite/TestRunExitCodeZero [2019-09-20T15:30:43.981Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2019-09-20T15:30:46.152Z] === RUN TestDockerSuite/TestRunExposePort [2019-09-20T15:30:46.152Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2019-09-20T15:30:46.152Z] === RUN TestDockerSuite/TestRunGroupAdd [2019-09-20T15:30:46.152Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2019-09-20T15:30:46.152Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2019-09-20T15:30:46.152Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2019-09-20T15:30:46.152Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2019-09-20T15:30:46.152Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2019-09-20T15:30:46.152Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2019-09-20T15:30:50.832Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2019-09-20T15:30:50.832Z] === RUN TestDockerSuite/TestRunInvalidReference [2019-09-20T15:30:50.832Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2019-09-20T15:30:50.832Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2019-09-20T15:30:50.832Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2019-09-20T15:30:50.832Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2019-09-20T15:30:50.832Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2019-09-20T15:31:01.158Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2019-09-20T15:31:01.158Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2019-09-20T15:31:01.616Z] === RUN TestDockerSuite/TestRunModeHostname [2019-09-20T15:31:01.616Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2019-09-20T15:31:01.616Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2019-09-20T15:31:01.616Z] === RUN TestDockerSuite/TestRunModeIpcHost [2019-09-20T15:31:01.616Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2019-09-20T15:31:01.616Z] === RUN TestDockerSuite/TestRunModePIDContainer [2019-09-20T15:31:01.616Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2019-09-20T15:31:01.616Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2019-09-20T15:31:01.616Z] === RUN TestDockerSuite/TestRunModePIDHost [2019-09-20T15:31:01.616Z] === RUN TestDockerSuite/TestRunModeUTSHost [2019-09-20T15:31:01.616Z] === RUN TestDockerSuite/TestRunMount [2019-09-20T15:31:01.616Z] === RUN TestDockerSuite/TestRunMountOrdering [2019-09-20T15:31:01.616Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2019-09-20T15:31:01.616Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2019-09-20T15:31:01.616Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2019-09-20T15:31:08.678Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2019-09-20T15:31:08.678Z] === RUN TestDockerSuite/TestRunNamedVolume [2019-09-20T15:31:08.678Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2019-09-20T15:31:08.678Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2019-09-20T15:31:18.983Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2019-09-20T15:31:27.539Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2019-09-20T15:31:27.539Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2019-09-20T15:31:27.539Z] === RUN TestDockerSuite/TestRunNetHost [2019-09-20T15:31:27.539Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2019-09-20T15:31:27.539Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2019-09-20T15:31:27.539Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2019-09-20T15:31:27.539Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2019-09-20T15:31:27.539Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2019-09-20T15:31:27.539Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2019-09-20T15:31:27.539Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2019-09-20T15:31:27.539Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2019-09-20T15:31:27.997Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2019-09-20T15:31:30.178Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2019-09-20T15:31:32.352Z] === RUN TestDockerSuite/TestRunNonExistingImage [2019-09-20T15:31:32.809Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2019-09-20T15:31:34.983Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2019-09-20T15:31:35.440Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2019-09-20T15:31:35.441Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2019-09-20T15:31:35.441Z] === RUN TestDockerSuite/TestRunPortInUse [2019-09-20T15:31:35.441Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2019-09-20T15:31:35.441Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2019-09-20T15:31:35.441Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2019-09-20T15:31:35.441Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2019-09-20T15:31:35.441Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2019-09-20T15:31:38.339Z] === RUN TestDockerSuite/TestRunPublishPort [2019-09-20T15:31:38.339Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2019-09-20T15:31:38.339Z] === RUN TestDockerSuite/TestRunReadProcLatency [2019-09-20T15:31:38.339Z] === RUN TestDockerSuite/TestRunReadProcTimer [2019-09-20T15:31:38.339Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2019-09-20T15:31:38.339Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2019-09-20T15:31:46.899Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2019-09-20T15:31:46.899Z] === RUN TestDockerSuite/TestRunRm [2019-09-20T15:31:53.960Z] === RUN TestDockerSuite/TestRunRmAndWait [2019-09-20T15:31:58.643Z] === RUN TestDockerSuite/TestRunRmPre125Api [2019-09-20T15:32:00.819Z] === RUN TestDockerSuite/TestRunRootWorkdir [2019-09-20T15:32:02.991Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2019-09-20T15:32:04.525Z] === RUN TestDockerSuite/TestRunSetMacAddress [2019-09-20T15:32:07.423Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2019-09-20T15:32:07.423Z] === RUN TestDockerSuite/TestRunState [2019-09-20T15:32:07.423Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2019-09-20T15:32:08.954Z] === RUN TestDockerSuite/TestRunStdinPipe [2019-09-20T15:32:08.954Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2019-09-20T15:32:11.129Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2019-09-20T15:32:11.129Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2019-09-20T15:32:11.129Z] === RUN TestDockerSuite/TestRunTLSVerify [2019-09-20T15:32:11.129Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2019-09-20T15:32:11.129Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2019-09-20T15:32:11.129Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2019-09-20T15:32:16.933Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2019-09-20T15:32:16.933Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2019-09-20T15:32:16.933Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2019-09-20T15:32:16.933Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2019-09-20T15:32:16.933Z] === RUN TestDockerSuite/TestRunUnshareProc [2019-09-20T15:32:16.933Z] === RUN TestDockerSuite/TestRunUserByID [2019-09-20T15:32:16.933Z] === RUN TestDockerSuite/TestRunUserByIDBig [2019-09-20T15:32:16.933Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2019-09-20T15:32:16.933Z] === RUN TestDockerSuite/TestRunUserByIDZero [2019-09-20T15:32:16.933Z] === RUN TestDockerSuite/TestRunUserByName [2019-09-20T15:32:16.933Z] === RUN TestDockerSuite/TestRunUserDefaults [2019-09-20T15:32:18.464Z] === RUN TestDockerSuite/TestRunUserNotFound [2019-09-20T15:32:18.465Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2019-09-20T15:32:20.640Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2019-09-20T15:32:20.640Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2019-09-20T15:32:20.640Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2019-09-20T15:32:23.537Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2019-09-20T15:32:30.596Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2019-09-20T15:32:34.321Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2019-09-20T15:32:40.105Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2019-09-20T15:32:40.105Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2019-09-20T15:32:40.105Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2019-09-20T15:32:40.105Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2019-09-20T15:32:40.105Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2019-09-20T15:32:42.280Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2019-09-20T15:32:45.176Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2019-09-20T15:32:46.708Z] === RUN TestDockerSuite/TestRunWithBadDevice [2019-09-20T15:32:46.708Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2019-09-20T15:32:46.708Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2019-09-20T15:32:47.168Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2019-09-20T15:32:47.168Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2019-09-20T15:32:47.168Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2019-09-20T15:32:47.168Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2019-09-20T15:32:47.168Z] === RUN TestDockerSuite/TestRunWithUlimits [2019-09-20T15:32:47.168Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2019-09-20T15:32:50.895Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2019-09-20T15:32:53.068Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2019-09-20T15:32:55.242Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2019-09-20T15:32:58.973Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2019-09-20T15:32:58.973Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2019-09-20T15:32:59.431Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2019-09-20T15:32:59.431Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2019-09-20T15:32:59.431Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2019-09-20T15:32:59.431Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2019-09-20T15:32:59.431Z] === RUN TestDockerSuite/TestSaveCheckTimes [2019-09-20T15:32:59.431Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2019-09-20T15:32:59.431Z] === RUN TestDockerSuite/TestSaveImageId [2019-09-20T15:32:59.431Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2019-09-20T15:32:59.431Z] === RUN TestDockerSuite/TestSaveLoadParents [2019-09-20T15:32:59.431Z] === RUN TestDockerSuite/TestSaveMultipleNames [2019-09-20T15:32:59.431Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2019-09-20T15:32:59.431Z] === RUN TestDockerSuite/TestSaveSingleTag [2019-09-20T15:32:59.431Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2019-09-20T15:32:59.431Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2019-09-20T15:32:59.431Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2019-09-20T15:32:59.431Z] === RUN TestDockerSuite/TestSearchCmdOptions [2019-09-20T15:33:02.329Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2019-09-20T15:33:02.329Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2019-09-20T15:33:02.786Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2019-09-20T15:33:03.243Z] === RUN TestDockerSuite/TestSearchWithLimit [2019-09-20T15:33:04.776Z] === RUN TestDockerSuite/TestSlowStdinClosing [2019-09-20T15:33:17.178Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2019-09-20T15:33:17.178Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2019-09-20T15:33:24.237Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2019-09-20T15:33:24.237Z] === RUN TestDockerSuite/TestStartAttachSilent [2019-09-20T15:33:49.350Z] === RUN TestDockerSuite/TestStartAttachWithRename [2019-09-20T15:33:49.350Z] === RUN TestDockerSuite/TestStartMultipleContainers [2019-09-20T15:33:49.350Z] === RUN TestDockerSuite/TestStartPausedContainer [2019-09-20T15:33:49.350Z] === RUN TestDockerSuite/TestStartRecordError [2019-09-20T15:33:49.350Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2019-09-20T15:33:55.131Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2019-09-20T15:33:55.131Z] === RUN TestDockerSuite/TestStatsAllNoStream [2019-09-20T15:33:55.131Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2019-09-20T15:33:55.131Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2019-09-20T15:33:55.131Z] === RUN TestDockerSuite/TestStatsFormatAll [2019-09-20T15:33:55.131Z] === RUN TestDockerSuite/TestStatsNoStream [2019-09-20T15:33:55.131Z] === RUN TestDockerSuite/TestTopMultipleArgs [2019-09-20T15:33:58.029Z] === RUN TestDockerSuite/TestTopNonPrivileged [2019-09-20T15:34:00.207Z] === RUN TestDockerSuite/TestTopPrivileged [2019-09-20T15:34:00.207Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2019-09-20T15:34:02.390Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2019-09-20T15:34:02.390Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2019-09-20T15:34:02.391Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2019-09-20T15:34:02.391Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2019-09-20T15:34:02.391Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2019-09-20T15:34:02.391Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2019-09-20T15:34:02.391Z] === RUN TestDockerSuite/TestVolumeCLICreate [2019-09-20T15:34:20.055Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2019-09-20T15:34:20.055Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2019-09-20T15:34:20.055Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2019-09-20T15:34:20.055Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2019-09-20T15:34:20.055Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2019-09-20T15:34:20.055Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2019-09-20T15:34:20.055Z] === RUN TestDockerSuite/TestVolumeCLILs [2019-09-20T15:34:21.141Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2019-09-20T15:34:21.141Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2019-09-20T15:34:24.040Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2019-09-20T15:34:24.497Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2019-09-20T15:34:24.955Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2019-09-20T15:34:24.955Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2019-09-20T15:34:24.955Z] === RUN TestDockerSuite/TestVolumeCLIRm [2019-09-20T15:34:37.335Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2019-09-20T15:34:37.335Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2019-09-20T15:34:37.792Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2019-09-20T15:34:37.792Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2019-09-20T15:34:37.792Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2019-09-20T15:34:44.849Z] === RUN TestDockerSuite/TestVolumeLsFormat [2019-09-20T15:34:44.849Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2019-09-20T15:34:45.307Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2019-09-20T15:34:53.859Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2019-09-20T15:34:53.859Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite (2535.28s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.69s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.24s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.53s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.34s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (140.54s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (2.05s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.03s) [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.22s) [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (4.05s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.13s) [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement Apparmor [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement Apparmor [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.06s) [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement IsPausable [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (7.52s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (106.88s) [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.47s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement UnixCli [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (6.46s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.29s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.78s) [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.26s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.73s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.95s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.46s) [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.81s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (12.74s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (10.05s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.92s) [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.14s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.46s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (5.02s) [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.47s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildAddTar (43.95s) [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.41s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (27.71s) [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.83s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.71s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (7.52s) [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.39s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.46s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (10.31s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (9.47s) [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.41s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.95s) [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.11s) [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.57s) [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (33.08s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.03s) [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.88s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.49s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.35s) [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.00s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.43s) [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement UnixCli [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.40s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.93s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildCmd (0.51s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.52s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.53s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.64s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.22s) [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.21s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildContChar (14.10s) [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.44s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.20s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.80s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.47s) [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.75s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.63s) [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.37s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (34.78s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.74s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.37s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (6.71s) [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.38s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.39s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.50s) [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (23.10s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.71s) [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.44s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (22.77s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.68s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.88s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.64s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (7.55s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.44s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildDockerignore (52.14s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.97s) [2019-09-20T15:34:54.825Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.43s) [2019-09-20T15:34:54.825Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (53.69s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.65s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.95s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (24.13s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (11.50s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (10.37s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (37.91s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (11.12s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (15.75s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (85.06s) [2019-09-20T15:34:54.825Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.56s) [2019-09-20T15:34:54.826Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.41s) [2019-09-20T15:34:54.826Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.826Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2019-09-20T15:34:54.826Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.52s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.97s) [2019-09-20T15:34:54.826Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.03s) [2019-09-20T15:34:54.826Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.44s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.51s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.88s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.95s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.97s) [2019-09-20T15:34:54.826Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2019-09-20T15:34:54.826Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.826Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.39s) [2019-09-20T15:34:54.826Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.826Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2019-09-20T15:34:54.826Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.826Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2019-09-20T15:34:54.826Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.826Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2019-09-20T15:34:54.826Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.25s) [2019-09-20T15:34:54.826Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2019-09-20T15:34:54.826Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.826Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2019-09-20T15:34:54.826Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.826Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2019-09-20T15:34:54.826Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.87s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.93s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (17.49s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.65s) [2019-09-20T15:34:54.826Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2019-09-20T15:34:54.826Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.826Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2019-09-20T15:34:54.826Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.826Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2019-09-20T15:34:54.826Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.826Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2019-09-20T15:34:54.826Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.826Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2019-09-20T15:34:54.826Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildFails (2.06s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.41s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (9.96s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.16s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildForceRm (6.65s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildFromGit (5.86s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.64s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.69s) [2019-09-20T15:34:54.826Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2019-09-20T15:34:54.826Z] requirement.go:26: unmatched requirement UnixCli [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.75s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.51s) [2019-09-20T15:34:54.826Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2019-09-20T15:34:54.826Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (9.36s) [2019-09-20T15:34:54.826Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2019-09-20T15:34:54.826Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildHistory (10.70s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.91s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.95s) [2019-09-20T15:34:54.826Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2019-09-20T15:34:54.826Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.77s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.10s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (9.31s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildLabel (0.85s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.56s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.87s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.57s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildLabels (0.89s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.50s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.08s) [2019-09-20T15:34:54.826Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2019-09-20T15:34:54.826Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.826Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2019-09-20T15:34:54.826Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.13s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.50s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.69s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.02s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (15.39s) [2019-09-20T15:34:54.826Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2019-09-20T15:34:54.826Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.06s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (31.54s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (14.34s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.15s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (5.49s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.39s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (21.80s) [2019-09-20T15:34:54.826Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2019-09-20T15:34:54.826Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.58s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.64s) [2019-09-20T15:34:54.826Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2019-09-20T15:34:54.826Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.826Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2019-09-20T15:34:54.826Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.47s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (9.36s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.17s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.25s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.13s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.26s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.14s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.15s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildOnBuild (9.14s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.40s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.59s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.43s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (9.14s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.23s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.93s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.07s) [2019-09-20T15:34:54.826Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2019-09-20T15:34:54.826Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.826Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2019-09-20T15:34:54.826Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.13s) [2019-09-20T15:34:54.826Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2019-09-20T15:34:54.826Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (41.76s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (18.60s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildRm (13.76s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.55s) [2019-09-20T15:34:54.826Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2019-09-20T15:34:54.826Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.826Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.44s) [2019-09-20T15:34:54.826Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.41s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.25s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (8.22s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.73s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (15.45s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.86s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.55s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (12.24s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.35s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.00s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.11s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildStderr (4.73s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (20.21s) [2019-09-20T15:34:54.826Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.39s) [2019-09-20T15:34:54.826Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (7.75s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.23s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.99s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.37s) [2019-09-20T15:34:54.826Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2019-09-20T15:34:54.826Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.826Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2019-09-20T15:34:54.826Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.826Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2019-09-20T15:34:54.826Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.29s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.48s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (7.35s) [2019-09-20T15:34:54.826Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2019-09-20T15:34:54.826Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.826Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2019-09-20T15:34:54.826Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (22.50s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.87s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (14.40s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (10.38s) [2019-09-20T15:34:54.826Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.42s) [2019-09-20T15:34:54.826Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.826Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2019-09-20T15:34:54.826Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.49s) [2019-09-20T15:34:54.826Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.41s) [2019-09-20T15:34:54.826Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (12.34s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildWithTabs (5.06s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.46s) [2019-09-20T15:34:54.826Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (13.86s) [2019-09-20T15:34:54.826Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.41s) [2019-09-20T15:34:54.826Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:54.826Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.39s) [2019-09-20T15:34:54.826Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.287Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2019-09-20T15:34:55.287Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.287Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.13s) [2019-09-20T15:34:55.287Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (8.68s) [2019-09-20T15:34:55.287Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.95s) [2019-09-20T15:34:55.287Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.39s) [2019-09-20T15:34:55.287Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.287Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2019-09-20T15:34:55.287Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.287Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2019-09-20T15:34:55.287Z] docker_cli_sni_test.go:18: Flakey test [2019-09-20T15:34:55.287Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.10s) [2019-09-20T15:34:55.287Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.56s) [2019-09-20T15:34:55.287Z] --- PASS: TestDockerSuite/TestCommitChange (5.11s) [2019-09-20T15:34:55.287Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.78s) [2019-09-20T15:34:55.287Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2019-09-20T15:34:55.287Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.287Z] --- PASS: TestDockerSuite/TestCommitNewFile (6.71s) [2019-09-20T15:34:55.287Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2019-09-20T15:34:55.287Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.287Z] --- PASS: TestDockerSuite/TestCommitTTY (16.55s) [2019-09-20T15:34:55.287Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.72s) [2019-09-20T15:34:55.287Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2019-09-20T15:34:55.287Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.287Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2019-09-20T15:34:55.287Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.287Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2019-09-20T15:34:55.287Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.287Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2019-09-20T15:34:55.287Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.287Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2019-09-20T15:34:55.287Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.287Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2019-09-20T15:34:55.287Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.287Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2019-09-20T15:34:55.287Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.287Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.07s) [2019-09-20T15:34:55.287Z] --- PASS: TestDockerSuite/TestContainerAPICommit (11.63s) [2019-09-20T15:34:55.287Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (7.01s) [2019-09-20T15:34:55.287Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2019-09-20T15:34:55.287Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.287Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.08s) [2019-09-20T15:34:55.287Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2019-09-20T15:34:55.287Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.287Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2019-09-20T15:34:55.287Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.287Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2019-09-20T15:34:55.287Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.287Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.22s) [2019-09-20T15:34:55.287Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2019-09-20T15:34:55.287Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.287Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2019-09-20T15:34:55.287Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.29s) [2019-09-20T15:34:55.287Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2019-09-20T15:34:55.287Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2019-09-20T15:34:55.287Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.287Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2019-09-20T15:34:55.287Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.287Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2019-09-20T15:34:55.287Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.287Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.47s) [2019-09-20T15:34:55.287Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.98s) [2019-09-20T15:34:55.287Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.82s) [2019-09-20T15:34:55.287Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2019-09-20T15:34:55.287Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2019-09-20T15:34:55.287Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.287Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.11s) [2019-09-20T15:34:55.287Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2019-09-20T15:34:55.287Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (6.92s) [2019-09-20T15:34:55.287Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2019-09-20T15:34:55.287Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.287Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2019-09-20T15:34:55.287Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.287Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.21s) [2019-09-20T15:34:55.287Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2019-09-20T15:34:55.287Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.83s) [2019-09-20T15:34:55.287Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2019-09-20T15:34:55.287Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.287Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.34s) [2019-09-20T15:34:55.287Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.23s) [2019-09-20T15:34:55.287Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.06s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.81s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.68s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.05s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.70s) [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.42s) [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.04s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.04s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.88s) [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.53s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (16.83s) [2019-09-20T15:34:55.288Z] docker_api_containers_test.go:2100: case 0 - config: {volume c:\foo false } [2019-09-20T15:34:55.288Z] docker_api_containers_test.go:2100: case 1 - config: {volume c:\foo\ false } [2019-09-20T15:34:55.288Z] docker_api_containers_test.go:2100: case 2 - config: {volume test1 c:\foo false } [2019-09-20T15:34:55.288Z] docker_api_containers_test.go:2100: case 3 - config: {volume test2 c:\foo true } [2019-09-20T15:34:55.288Z] docker_api_containers_test.go:2100: case 4 - config: {volume test3 c:\foo false 0xc0007d09e0 } [2019-09-20T15:34:55.288Z] docker_api_containers_test.go:2100: case 5 - config: {bind C:\windows\TEMP\test-mounts-api-1532561826 c:\foo false } [2019-09-20T15:34:55.288Z] docker_api_containers_test.go:2100: case 6 - config: {bind C:\windows\TEMP\test-mounts-api-1532561826 c:\foo true } [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.21s) [2019-09-20T15:34:55.288Z] docker_api_containers_test.go:1927: case 0 [2019-09-20T15:34:55.288Z] docker_api_containers_test.go:1927: case 1 [2019-09-20T15:34:55.288Z] docker_api_containers_test.go:1927: case 2 [2019-09-20T15:34:55.288Z] docker_api_containers_test.go:1927: case 3 [2019-09-20T15:34:55.288Z] docker_api_containers_test.go:1927: case 4 [2019-09-20T15:34:55.288Z] docker_api_containers_test.go:1927: case 5 [2019-09-20T15:34:55.288Z] docker_api_containers_test.go:1927: case 6 [2019-09-20T15:34:55.288Z] docker_api_containers_test.go:1927: case 7 [2019-09-20T15:34:55.288Z] docker_api_containers_test.go:1927: case 8 [2019-09-20T15:34:55.288Z] docker_api_containers_test.go:1927: case 9 [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.25s) [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.17s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.08s) [2019-09-20T15:34:55.288Z] docker_cli_cp_utils_test.go:192: running `docker cp foo bar` [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.15s) [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestCpToCaseA (9.47s) [2019-09-20T15:34:55.288Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-a829020893\file1 640a229ff4e217c8102b5cf9dcb5cfbf5a9dcc6e2a6d7218efa7f93129b6b5d8:/root/itWorks.txt` [2019-09-20T15:34:55.288Z] docker_cli_cp_utils_test.go:279: checking that container "640a229ff4e217c8102b5cf9dcb5cfbf5a9dcc6e2a6d7218efa7f93129b6b5d8" start output contains "file1\n" [2019-09-20T15:34:55.288Z] docker_cli_cp_utils_test.go:209: running `docker start -a 640a229ff4e217c8102b5cf9dcb5cfbf5a9dcc6e2a6d7218efa7f93129b6b5d8` [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.24s) [2019-09-20T15:34:55.288Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-b476795032\file1 4be4dba0340b97ee0e8885142409a76014624efd9d1a3173ad84614fded5bb79:testDir/` [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestCpToCaseE (13.40s) [2019-09-20T15:34:55.288Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-e696721175\dir1 a0c0be1730af8fc6c971120eddce04ca06bfc5c933f8f4317ae9e034584cedcb:testDir` [2019-09-20T15:34:55.288Z] docker_cli_cp_utils_test.go:279: checking that container "a0c0be1730af8fc6c971120eddce04ca06bfc5c933f8f4317ae9e034584cedcb" start output contains "file1-1\n" [2019-09-20T15:34:55.288Z] docker_cli_cp_utils_test.go:209: running `docker start -a a0c0be1730af8fc6c971120eddce04ca06bfc5c933f8f4317ae9e034584cedcb` [2019-09-20T15:34:55.288Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-e696721175\dir1 12fb1a06c17f19f3cb95e649cc859b7952bef5a3baa3c9a2460dfb4511b91f0c:testDir/` [2019-09-20T15:34:55.288Z] docker_cli_cp_utils_test.go:279: checking that container "12fb1a06c17f19f3cb95e649cc859b7952bef5a3baa3c9a2460dfb4511b91f0c" start output contains "file1-1\n" [2019-09-20T15:34:55.288Z] docker_cli_cp_utils_test.go:209: running `docker start -a 12fb1a06c17f19f3cb95e649cc859b7952bef5a3baa3c9a2460dfb4511b91f0c` [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestCpToCaseH (8.48s) [2019-09-20T15:34:55.288Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-h938324362\dir1\. b89eac0fb451b1eaa50692554de3b06e5a02dc9a724f9bc35a2d53e82dd80ca1:testDir` [2019-09-20T15:34:55.288Z] docker_cli_cp_utils_test.go:279: checking that container "b89eac0fb451b1eaa50692554de3b06e5a02dc9a724f9bc35a2d53e82dd80ca1" start output contains "file1-1\n" [2019-09-20T15:34:55.288Z] docker_cli_cp_utils_test.go:209: running `docker start -a b89eac0fb451b1eaa50692554de3b06e5a02dc9a724f9bc35a2d53e82dd80ca1` [2019-09-20T15:34:55.288Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-h938324362\dir1\. 4a424cae3d13b526b96185cd516d556a459049cfeb5c85137901121f10575219:testDir/` [2019-09-20T15:34:55.288Z] docker_cli_cp_utils_test.go:279: checking that container "4a424cae3d13b526b96185cd516d556a459049cfeb5c85137901121f10575219" start output contains "file1-1\n" [2019-09-20T15:34:55.288Z] docker_cli_cp_utils_test.go:209: running `docker start -a 4a424cae3d13b526b96185cd516d556a459049cfeb5c85137901121f10575219` [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestCpToDot (2.22s) [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestCpToStdout (2.26s) [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.17s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestCreateArgs (0.17s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestCreateByImageID (1.72s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.08s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.27s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.17s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.90s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.62s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestCreateLabels (0.17s) [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestCreateRM (0.32s) [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.17s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.34s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (12.33s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.22s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.51s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.47s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.18s) [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.22s) [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.12s) [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestDockerFails (0.07s) [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.24s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.23s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.61s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (12.85s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestEventsCopy (5.87s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (4.87s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.10s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.79s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.42s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.42s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.03s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestEventsFilters (4.51s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestEventsFormat (4.32s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.22s) [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestEventsRename (2.40s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestEventsResize (2.55s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.02s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.46s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.60s) [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestEventsUntag (2.76s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.80s) [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.94s) [2019-09-20T15:34:55.288Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.80s) [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.288Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2019-09-20T15:34:55.288Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.07s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.04s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.05s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.00s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (3.98s) [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.09s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestExecInspectID (3.50s) [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement IsPausable [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.40s) [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.22s) [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (7.75s) [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.96s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.89s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.39s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.86s) [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.11s) [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.64s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.33s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.60s) [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.95s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.09s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.58s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.26s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.89s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.40s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestImagesFormat (0.20s) [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.59s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestImportBadURL (2.35s) [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestInfoDebug (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName (0.33s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestInfoDiscoveryBackend (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestInfoDiscoveryInvalidAdvertise (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement IsPausable [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestInfoFormat (0.13s) [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestInsecureRegistries (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.09s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.13s) [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.09s) [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.07s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.19s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.15s) [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestInspectDefault (2.02s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestInspectHistory (4.84s) [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.06s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.88s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.18s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.08s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.15s) [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.08s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.05s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestInspectStatus (2.59s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.03s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.15s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.07s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.98s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.23s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.08s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.12s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.08s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.95s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.98s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.57s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.40s) [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.12s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.08s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.41s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.25s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.51s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.47s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.09s) [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.26s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.06s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestLogsSince (8.72s) [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestLogsTail (2.74s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.45s) [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.20s) [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.08s) [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement IsAmd64 [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement IsAmd64 [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.04s) [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2019-09-20T15:34:55.289Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.289Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.13s) [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestPsByOrder (7.62s) [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestPsListContainersBase (8.81s) [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (13.01s) [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.29s) [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2019-09-20T15:34:55.290Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (11.78s) [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.32s) [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (6.68s) [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.37s) [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.50s) [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestPsShowMounts (6.88s) [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.38s) [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.40s) [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.96s) [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.06s) [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.21s) [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.18s) [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (21.39s) [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (6.61s) [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.23s) [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.22s) [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.75s) [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.82s) [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.28s) [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.71s) [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRmiBlank (0.08s) [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.33s) [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (14.51s) [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.84s) [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.65s) [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.82s) [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (5.77s) [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (8.64s) [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.51s) [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRmiTag (0.67s) [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.41s) [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (17.09s) [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.44s) [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.98s) [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.04s) [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.14s) [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.10s) [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.09s) [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.39s) [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.02s) [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.24s) [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.08s) [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.35s) [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.05s) [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.77s) [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.05s) [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.12s) [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.13s) [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (6.82s) [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.14s) [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.38s) [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (12.47s) [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.07s) [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.10s) [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.07s) [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.04s) [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.00s) [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRunExitCode (6.82s) [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.48s) [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.12s) [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.29s) [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement IsolationIsHyperv [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.20s) [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (9.27s) [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.66s) [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.290Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2019-09-20T15:34:55.290Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.68s) [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (9.38s) [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (8.62s) [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.34s) [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.96s) [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.11s) [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.10s) [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.94s) [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.97s) [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.76s) [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement Apparmor [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (7.90s) [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestRunRm (6.92s) [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.39s) [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.18s) [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.05s) [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.03s) [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.49s) [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.04s) [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.84s) [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.18s) [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.95s) [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement Apparmor [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.07s) [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.18s) [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.85s) [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (6.27s) [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.37s) [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.62s) [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.11s) [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsShared (0.02s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.53s) [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.21s) [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.12s) [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.00s) [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.71s) [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.23s) [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.22s) [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement Apparmor [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.49s) [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.46s) [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.42s) [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.25s) [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.65s) [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (11.18s) [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.46s) [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestStartAttachSilent (22.25s) [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement IsPausable [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (9.23s) [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.72s) [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.29s) [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.19s) [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.31s) [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.14s) [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.20s) [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2019-09-20T15:34:55.291Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.33s) [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.29s) [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.16s) [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.38s) [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.09s) [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.77s) [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.40s) [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.41s) [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.19s) [2019-09-20T15:34:55.291Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (11.97s) [2019-09-20T15:34:55.291Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2019-09-20T15:34:55.292Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.292Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.61s) [2019-09-20T15:34:55.292Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.21s) [2019-09-20T15:34:55.292Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2019-09-20T15:34:55.292Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.292Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (6.87s) [2019-09-20T15:34:55.292Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.28s) [2019-09-20T15:34:55.292Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.29s) [2019-09-20T15:34:55.292Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (8.18s) [2019-09-20T15:34:55.292Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2019-09-20T15:34:55.292Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.292Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.44s) [2019-09-20T15:34:55.292Z] === RUN TestDockerRegistrySuite [2019-09-20T15:34:55.292Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2019-09-20T15:34:55.292Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2019-09-20T15:34:55.292Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2019-09-20T15:34:55.292Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2019-09-20T15:34:55.292Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2019-09-20T15:34:55.292Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2019-09-20T15:34:55.292Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2019-09-20T15:34:55.292Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2019-09-20T15:34:55.292Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2019-09-20T15:34:55.292Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2019-09-20T15:34:55.292Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2019-09-20T15:34:55.292Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2019-09-20T15:34:55.292Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2019-09-20T15:34:55.292Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2019-09-20T15:34:55.292Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2019-09-20T15:34:55.292Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2019-09-20T15:34:55.292Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2019-09-20T15:34:55.292Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2019-09-20T15:34:55.292Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2019-09-20T15:34:55.292Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2019-09-20T15:34:55.292Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2019-09-20T15:34:55.292Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2019-09-20T15:34:55.292Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2019-09-20T15:34:55.292Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2019-09-20T15:34:55.292Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2019-09-20T15:34:55.292Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2019-09-20T15:34:55.292Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2019-09-20T15:34:55.292Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2019-09-20T15:34:55.292Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2019-09-20T15:34:55.292Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2019-09-20T15:34:55.292Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2019-09-20T15:34:55.292Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2019-09-20T15:34:55.292Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2019-09-20T15:34:55.292Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2019-09-20T15:34:55.292Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2019-09-20T15:34:55.292Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2019-09-20T15:34:55.292Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2019-09-20T15:34:55.292Z] === RUN TestDockerRegistrySuite/TestV2Only [2019-09-20T15:34:55.292Z] --- PASS: TestDockerRegistrySuite (0.00s) [2019-09-20T15:34:55.292Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] === RUN TestDockerSchema1RegistrySuite [2019-09-20T15:34:55.750Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2019-09-20T15:34:55.750Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2019-09-20T15:34:55.750Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2019-09-20T15:34:55.750Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2019-09-20T15:34:55.750Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2019-09-20T15:34:55.750Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2019-09-20T15:34:55.750Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2019-09-20T15:34:55.750Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2019-09-20T15:34:55.750Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2019-09-20T15:34:55.750Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2019-09-20T15:34:55.750Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2019-09-20T15:34:55.750Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2019-09-20T15:34:55.750Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2019-09-20T15:34:55.750Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2019-09-20T15:34:55.750Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2019-09-20T15:34:55.750Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2019-09-20T15:34:55.750Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2019-09-20T15:34:55.750Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2019-09-20T15:34:55.750Z] --- PASS: TestDockerSchema1RegistrySuite (0.04s) [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.01s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2019-09-20T15:34:55.750Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.750Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2019-09-20T15:34:55.751Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.751Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2019-09-20T15:34:55.751Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.751Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2019-09-20T15:34:55.751Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.751Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2019-09-20T15:34:55.751Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2019-09-20T15:34:55.751Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2019-09-20T15:34:55.751Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2019-09-20T15:34:55.751Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2019-09-20T15:34:55.751Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2019-09-20T15:34:55.751Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2019-09-20T15:34:55.751Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2019-09-20T15:34:55.751Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2019-09-20T15:34:55.751Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.02s) [2019-09-20T15:34:55.751Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2019-09-20T15:34:55.751Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.751Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2019-09-20T15:34:55.751Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.751Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2019-09-20T15:34:55.751Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.751Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2019-09-20T15:34:55.751Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.751Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.01s) [2019-09-20T15:34:55.751Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.751Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2019-09-20T15:34:55.751Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.751Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2019-09-20T15:34:55.751Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.751Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2019-09-20T15:34:55.751Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.751Z] === RUN TestDockerRegistryAuthTokenSuite [2019-09-20T15:34:55.751Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2019-09-20T15:34:55.751Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2019-09-20T15:34:55.751Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2019-09-20T15:34:55.751Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2019-09-20T15:34:55.751Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2019-09-20T15:34:55.751Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2019-09-20T15:34:55.751Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2019-09-20T15:34:55.751Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.751Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2019-09-20T15:34:55.751Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.751Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2019-09-20T15:34:55.751Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.751Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2019-09-20T15:34:55.751Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.751Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2019-09-20T15:34:55.751Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.751Z] === RUN TestDockerDaemonSuite [2019-09-20T15:34:55.751Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2019-09-20T15:34:55.751Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2019-09-20T15:34:55.751Z] === RUN TestDockerDaemonSuite/TestRegistryMirrors [2019-09-20T15:34:55.751Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2019-09-20T15:34:55.751Z] --- PASS: TestDockerDaemonSuite (0.00s) [2019-09-20T15:34:55.751Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2019-09-20T15:34:55.751Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.751Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2019-09-20T15:34:55.751Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.751Z] --- SKIP: TestDockerDaemonSuite/TestRegistryMirrors (0.00s) [2019-09-20T15:34:55.751Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.751Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2019-09-20T15:34:55.751Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.751Z] === RUN TestDockerSwarmSuite [2019-09-20T15:34:55.751Z] --- PASS: TestDockerSwarmSuite (0.00s) [2019-09-20T15:34:55.751Z] === RUN TestDockerPluginSuite [2019-09-20T15:34:55.751Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2019-09-20T15:34:55.751Z] === RUN TestDockerPluginSuite/TestPluginCreate [2019-09-20T15:34:55.751Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2019-09-20T15:34:55.751Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2019-09-20T15:34:55.751Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2019-09-20T15:34:55.751Z] === RUN TestDockerPluginSuite/TestPluginInspect [2019-09-20T15:34:55.751Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2019-09-20T15:34:55.751Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2019-09-20T15:34:55.751Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2019-09-20T15:34:55.751Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2019-09-20T15:34:55.751Z] === RUN TestDockerPluginSuite/TestPluginSet [2019-09-20T15:34:55.751Z] --- PASS: TestDockerPluginSuite (0.02s) [2019-09-20T15:34:55.751Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2019-09-20T15:34:55.751Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.751Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2019-09-20T15:34:55.751Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.751Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2019-09-20T15:34:55.751Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.751Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2019-09-20T15:34:55.751Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.751Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.01s) [2019-09-20T15:34:55.751Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.751Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2019-09-20T15:34:55.751Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.751Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2019-09-20T15:34:55.751Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.751Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2019-09-20T15:34:55.751Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.751Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2019-09-20T15:34:55.751Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.751Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2019-09-20T15:34:55.751Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.751Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2019-09-20T15:34:55.751Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.751Z] === RUN TestDockerExternalVolumeSuite [2019-09-20T15:34:55.751Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2019-09-20T15:34:55.751Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.751Z] === RUN TestDockerNetworkSuite [2019-09-20T15:34:55.751Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2019-09-20T15:34:55.751Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.751Z] === RUN TestDockerHubPullSuite [2019-09-20T15:34:55.751Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2019-09-20T15:34:55.751Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-20T15:34:55.751Z] PASS [2019-09-20T15:34:55.751Z] ok github.com/docker/docker/integration-cli 2536.206s [2019-09-20T15:34:55.751Z] INFO: Integration tests ended at 09/20/2019 15:34:55. Duration:00:42:26.5104131 [2019-09-20T15:34:55.751Z] INFO: Docker info of the daemon under test at end of run [2019-09-20T15:34:55.751Z] [2019-09-20T15:34:55.751Z] Containers: 2 [2019-09-20T15:34:55.751Z] Running: 0 [2019-09-20T15:34:55.751Z] Paused: 0 [2019-09-20T15:34:55.751Z] Stopped: 2 [2019-09-20T15:34:55.751Z] Images: 12 [2019-09-20T15:34:55.751Z] Server Version: 0.0.0-dev [2019-09-20T15:34:55.751Z] Storage Driver: windowsfilter [2019-09-20T15:34:55.751Z] Windows: [2019-09-20T15:34:55.751Z] Logging Driver: json-file [2019-09-20T15:34:55.751Z] Plugins: [2019-09-20T15:34:55.751Z] Volume: local [2019-09-20T15:34:55.751Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2019-09-20T15:34:55.751Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-09-20T15:34:55.751Z] Swarm: inactive [2019-09-20T15:34:55.751Z] Default Isolation: process [2019-09-20T15:34:55.751Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-09-20T15:34:55.751Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-09-20T15:34:55.751Z] OSType: windows [2019-09-20T15:34:55.751Z] Architecture: x86_64 [2019-09-20T15:34:55.751Z] CPUs: 4 [2019-09-20T15:34:55.751Z] Total Memory: 32GiB [2019-09-20T15:34:55.751Z] Name: azwin-2-f26c80 [2019-09-20T15:34:55.751Z] ID: UO37:NAAC:LQEU:V5IB:6PVF:5GY2:PQLR:UF7T:SMVJ:MBDC:3I4S:DCKL [2019-09-20T15:34:55.751Z] Docker Root Dir: D:\CI-14\CI-04d9e157b\daemon [2019-09-20T15:34:55.751Z] Debug Mode (client): false [2019-09-20T15:34:55.751Z] Debug Mode (server): true [2019-09-20T15:34:55.751Z] File Descriptors: -1 [2019-09-20T15:34:55.751Z] Goroutines: 18 [2019-09-20T15:34:55.751Z] System Time: 2019-09-20T15:34:55.3864536Z [2019-09-20T15:34:55.751Z] EventsListeners: 0 [2019-09-20T15:34:55.751Z] Registry: https://index.docker.io/v1/ [2019-09-20T15:34:55.751Z] Labels: [2019-09-20T15:34:55.751Z] Experimental: false [2019-09-20T15:34:55.751Z] Insecure Registries: [2019-09-20T15:34:55.751Z] 127.0.0.0/8 [2019-09-20T15:34:55.751Z] Live Restore Enabled: false [2019-09-20T15:34:55.751Z] [2019-09-20T15:34:55.751Z] [2019-09-20T15:34:55.751Z] INFO: Stopping daemon under test [2019-09-20T15:34:55.751Z] SUCCESS: The process with PID 6512 (child process of PID 6788) has been terminated. [2019-09-20T15:34:55.751Z] SUCCESS: The process with PID 6788 (child process of PID 4576) has been terminated. [2019-09-20T15:34:55.751Z] INFO: Stop tailing logs of the daemon under tests [2019-09-20T15:34:55.751Z] INFO: executeCI.ps1 Completed successfully at 09/20/2019 15:34:55. [2019-09-20T15:34:55.751Z] INFO: Tidying up at end of run [2019-09-20T15:34:55.751Z] INFO: Saving daemon under test log (d:\CI-14\CI-04d9e157b\dut.out) to C:\windows\TEMP\CIDUT.out [2019-09-20T15:34:55.751Z] INFO: Saving daemon under test log (d:\CI-14\CI-04d9e157b\dut.err) to C:\windows\TEMP\CIDUT.err [2019-09-20T15:34:55.751Z] INFO: Nuke-Everything... [2019-09-20T15:34:56.210Z] INFO: Container count on control daemon to delete is 2 [2019-09-20T15:34:56.667Z] 5c61de28fa3e [2019-09-20T15:34:56.667Z] 4332229369b1 [2019-09-20T15:34:56.667Z] INFO: Tidying pidfile d:\CI-14\CI-04d9e157b\docker.pid [2019-09-20T15:34:56.667Z] INFO: Nuking d:\CI-14 [2019-09-20T15:35:32.339Z] INFO: Zapped successfully [2019-09-20T15:35:32.339Z] [2019-09-20T15:35:32.339Z] INFO: executeCI.ps1 exiting at Fri Sep 20 15:35:27 CUT 2019. Duration 01:04:58.5834609 [2019-09-20T15:35:32.339Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2019-09-20T15:35:33.981Z] Creating windowsRS5-integration-bundles.zip [Pipeline] step [2019-09-20T15:35:35.739Z] Archiving artifacts [2019-09-20T15:36:06.423Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39943/14/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-09-20T15:36:07.346Z] + make clean [2019-09-20T15:36:08.885Z] docker volume rm -f docker-dev-cache [2019-09-20T15:36:09.342Z] 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