Skip to content
Success

Console Output

Pull request #39571 updated
08:47:16 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 99453d7bb34e7b145ef590cbada530110314bb02+7ce0e26c16158bd5ea991805e21a34c4111866bb (90c072e0abb718d58f89c98e59723e3d62b1525e)
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
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/moby_PR-39571@libs/jps # timeout=10
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
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > 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
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 70953e60841d0bf92ce1f515c6b664393b5399b5 # 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] { (DCO-check)
[Pipeline] node
08:47:22 [2019-08-28T08:47:22.238Z] Running on ppc64le-ubuntu-32 in /home/docker/workspace/moby_PR-39571
[Pipeline] {
[Pipeline] checkout
08:47:22 [2019-08-28T08:47:22.306Z] using credential docker-jenkins-github-credentials
08:47:22 [2019-08-28T08:47:22.321Z] Cloning the remote Git repository
08:47:22 [2019-08-28T08:47:22.321Z] Cloning with configured refspecs honoured and without tags
08:47:22 [2019-08-28T08:47:22.328Z] Cloning repository https://github.com/moby/moby.git
08:47:22 [2019-08-28T08:47:22.328Z]  > git init /home/docker/workspace/moby_PR-39571 # timeout=10
08:47:22 [2019-08-28T08:47:22.343Z] Fetching upstream changes from https://github.com/moby/moby.git
08:47:22 [2019-08-28T08:47:22.343Z]  > git --version # timeout=10
08:47:22 [2019-08-28T08:47:22.348Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:47:22 [2019-08-28T08:47:22.348Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39571/head:refs/remotes/origin/PR-39571 +refs/heads/master:refs/remotes/origin/master
08:47:46 [2019-08-28T08:47:46.634Z] Fetching without tags
08:47:47 [2019-08-28T08:47:47.170Z] Merging remotes/origin/master commit 7ce0e26c16158bd5ea991805e21a34c4111866bb into PR head commit 99453d7bb34e7b145ef590cbada530110314bb02
08:47:46 [2019-08-28T08:47:46.602Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
08:47:46 [2019-08-28T08:47:46.606Z]  > git config --add remote.origin.fetch +refs/pull/39571/head:refs/remotes/origin/PR-39571 # timeout=10
08:47:46 [2019-08-28T08:47:46.610Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
08:47:46 [2019-08-28T08:47:46.625Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
08:47:46 [2019-08-28T08:47:46.641Z] Fetching upstream changes from https://github.com/moby/moby.git
08:47:46 [2019-08-28T08:47:46.641Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:47:46 [2019-08-28T08:47:46.641Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39571/head:refs/remotes/origin/PR-39571 +refs/heads/master:refs/remotes/origin/master
08:47:47 [2019-08-28T08:47:47.177Z]  > git config core.sparsecheckout # timeout=10
08:47:47 [2019-08-28T08:47:47.181Z]  > git checkout -f 99453d7bb34e7b145ef590cbada530110314bb02
08:47:48 [2019-08-28T08:47:48.262Z] Merge succeeded, producing 99453d7bb34e7b145ef590cbada530110314bb02
08:47:48 [2019-08-28T08:47:48.263Z] Checking out Revision 99453d7bb34e7b145ef590cbada530110314bb02 (PR-39571)
08:47:48 [2019-08-28T08:47:48.611Z] Commit message: "TestDaemonICCPing: cleanup dummy interface after test"
08:47:48 [2019-08-28T08:47:48.626Z] First time build. Skipping changelog.
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
08:47:49 [2019-08-28T08:47:49.470Z] + docker run --rm -v /home/docker/workspace/moby_PR-39571:/workspace alpine sh -c apk add --no-cache -q git bash && cd /workspace && hack/validate/dco
08:47:49 [2019-08-28T08:47:49.470Z] Unable to find image 'alpine:latest' locally
08:47:49 [2019-08-28T08:47:49.753Z] latest: Pulling from library/alpine
08:47:50 [2019-08-28T08:47:50.060Z] f6e17decc5b0: Pulling fs layer
08:47:48 [2019-08-28T08:47:48.231Z]  > git merge 7ce0e26c16158bd5ea991805e21a34c4111866bb # timeout=10
08:47:48 [2019-08-28T08:47:48.254Z]  > git rev-parse HEAD^{commit} # timeout=10
08:47:48 [2019-08-28T08:47:48.270Z]  > git config core.sparsecheckout # timeout=10
08:47:48 [2019-08-28T08:47:48.273Z]  > git checkout -f 99453d7bb34e7b145ef590cbada530110314bb02
08:47:48 [2019-08-28T08:47:48.617Z]  > git rev-list --no-walk c0b17564c20d86fe4f81869aa249645390d8311d # timeout=10
08:47:50 [2019-08-28T08:47:50.344Z] f6e17decc5b0: Download complete
08:47:50 [2019-08-28T08:47:50.344Z] f6e17decc5b0: Pull complete
08:47:50 [2019-08-28T08:47:50.344Z] Digest: sha256:72c42ed48c3a2db31b7dafe17d275b634664a708d901ec9fd57b1529280f01fb
08:47:50 [2019-08-28T08:47:50.344Z] Status: Downloaded newer image for alpine:latest
08:47:57 [2019-08-28T08:47:57.144Z] Congratulations!  All commits are properly signed with the DCO!
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
08:47:57 [2019-08-28T08:47:57.212Z] Terminated
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] parallel
[Pipeline] { (Branch: unit-validate)
[Pipeline] { (Branch: janky)
[Pipeline] { (Branch: z)
[Pipeline] { (Branch: z-master)
[Pipeline] { (Branch: powerpc)
[Pipeline] { (Branch: powerpc-master)
[Pipeline] { (Branch: windowsRS1)
[Pipeline] { (Branch: windowsRS5-process)
[Pipeline] stage
[Pipeline] { (unit-validate)
[Pipeline] stage
[Pipeline] { (janky)
[Pipeline] stage
[Pipeline] { (z)
[Pipeline] stage
[Pipeline] { (z-master)
[Pipeline] stage
[Pipeline] { (powerpc)
[Pipeline] stage
[Pipeline] { (powerpc-master)
[Pipeline] stage
[Pipeline] { (windowsRS1)
[Pipeline] stage
[Pipeline] { (windowsRS5-process)
Stage "z-master" skipped due to when conditional
Stage "powerpc-master" skipped due to when conditional
Stage "windowsRS1" skipped due to when conditional
Stage "windowsRS5-process" skipped due to when conditional
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
Stage "z-master" skipped due to when conditional
[Pipeline] }
Stage "powerpc-master" skipped due to when conditional
[Pipeline] }
Stage "windowsRS1" skipped due to when conditional
[Pipeline] }
Stage "windowsRS5-process" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
08:47:57 [2019-08-28T08:47:57.366Z] Running on ppc64le-ubuntu-31 in /home/docker/workspace/moby_PR-39571
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] stage
[Pipeline] { (Run tests)
Stage "z-master" skipped due to when conditional
[Pipeline] }
Stage "powerpc-master" skipped due to when conditional
[Pipeline] }
Stage "windowsRS1" skipped due to when conditional
[Pipeline] }
Stage "windowsRS5-process" skipped due to when conditional
[Pipeline] }
[Pipeline] checkout
[Pipeline] // stage
[Pipeline] // stage
08:47:57 [2019-08-28T08:47:57.462Z] Running on s390x-ubuntu-30 in /home/jenkins/workspace/moby_PR-39571
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] {
08:47:57 [2019-08-28T08:47:57.488Z] using credential docker-jenkins-github-credentials
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
08:47:57 [2019-08-28T08:47:57.503Z] Cloning the remote Git repository
08:47:57 [2019-08-28T08:47:57.503Z] Cloning with configured refspecs honoured and without tags
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
Stage "z-master" skipped due to when conditional
[Pipeline] }
Stage "powerpc-master" skipped due to when conditional
[Pipeline] }
[Pipeline] checkout
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
08:47:57 [2019-08-28T08:47:57.741Z] using credential docker-jenkins-github-credentials
08:47:57 [2019-08-28T08:47:57.790Z] Cloning the remote Git repository
08:47:57 [2019-08-28T08:47:57.790Z] Cloning with configured refspecs honoured and without tags
08:47:57 [2019-08-28T08:47:57.510Z] Cloning repository https://github.com/moby/moby.git
08:47:57 [2019-08-28T08:47:57.511Z]  > git init /home/docker/workspace/moby_PR-39571 # timeout=10
08:47:57 [2019-08-28T08:47:57.527Z] Fetching upstream changes from https://github.com/moby/moby.git
08:47:57 [2019-08-28T08:47:57.527Z]  > git --version # timeout=10
08:47:57 [2019-08-28T08:47:57.532Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:47:57 [2019-08-28T08:47:57.532Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39571/head:refs/remotes/origin/PR-39571 +refs/heads/master:refs/remotes/origin/master
08:47:57 [2019-08-28T08:47:57.833Z] Cloning repository https://github.com/moby/moby.git
08:47:57 [2019-08-28T08:47:57.835Z]  > git init /home/jenkins/workspace/moby_PR-39571 # timeout=10
08:47:57 [2019-08-28T08:47:57.886Z] Fetching upstream changes from https://github.com/moby/moby.git
08:47:57 [2019-08-28T08:47:57.888Z]  > git --version # timeout=10
08:47:57 [2019-08-28T08:47:57.906Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:47:57 [2019-08-28T08:47:57.907Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39571/head:refs/remotes/origin/PR-39571 +refs/heads/master:refs/remotes/origin/master
08:48:06 [2019-08-28T08:48:06.762Z] Fetching without tags
08:48:06 [2019-08-28T08:48:06.633Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
08:48:06 [2019-08-28T08:48:06.651Z]  > git config --add remote.origin.fetch +refs/pull/39571/head:refs/remotes/origin/PR-39571 # timeout=10
08:48:06 [2019-08-28T08:48:06.669Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
08:48:06 [2019-08-28T08:48:06.734Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
08:48:06 [2019-08-28T08:48:06.806Z] Fetching upstream changes from https://github.com/moby/moby.git
08:48:06 [2019-08-28T08:48:06.808Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:48:06 [2019-08-28T08:48:06.809Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39571/head:refs/remotes/origin/PR-39571 +refs/heads/master:refs/remotes/origin/master
08:48:07 [2019-08-28T08:48:07.226Z] Merging remotes/origin/master commit 7ce0e26c16158bd5ea991805e21a34c4111866bb into PR head commit 99453d7bb34e7b145ef590cbada530110314bb02
08:48:07 [2019-08-28T08:48:07.987Z] Merge succeeded, producing 99453d7bb34e7b145ef590cbada530110314bb02
08:48:07 [2019-08-28T08:48:07.988Z] Checking out Revision 99453d7bb34e7b145ef590cbada530110314bb02 (PR-39571)
08:48:07 [2019-08-28T08:48:07.266Z]  > git config core.sparsecheckout # timeout=10
08:48:07 [2019-08-28T08:48:07.285Z]  > git checkout -f 99453d7bb34e7b145ef590cbada530110314bb02
08:48:07 [2019-08-28T08:48:07.887Z]  > git merge 7ce0e26c16158bd5ea991805e21a34c4111866bb # timeout=10
08:48:07 [2019-08-28T08:48:07.955Z]  > git rev-parse HEAD^{commit} # timeout=10
08:48:08 [2019-08-28T08:48:08.032Z]  > git config core.sparsecheckout # timeout=10
08:48:08 [2019-08-28T08:48:08.052Z]  > git checkout -f 99453d7bb34e7b145ef590cbada530110314bb02
08:48:08 [2019-08-28T08:48:08.799Z] Commit message: "TestDaemonICCPing: cleanup dummy interface after test"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
08:48:11 [2019-08-28T08:48:11.537Z] + docker version
08:48:11 [2019-08-28T08:48:11.537Z] Client:
08:48:11 [2019-08-28T08:48:11.537Z]  Version:           18.06.1-ce
08:48:11 [2019-08-28T08:48:11.537Z]  API version:       1.38
08:48:11 [2019-08-28T08:48:11.537Z]  Go version:        go1.10.3
08:48:11 [2019-08-28T08:48:11.537Z]  Git commit:        e68fc7a
08:48:11 [2019-08-28T08:48:11.537Z]  Built:             Tue Aug 21 17:24:34 2018
08:48:11 [2019-08-28T08:48:11.537Z]  OS/Arch:           linux/s390x
08:48:11 [2019-08-28T08:48:11.537Z]  Experimental:      false
08:48:11 [2019-08-28T08:48:11.537Z] 
08:48:11 [2019-08-28T08:48:11.537Z] Server:
08:48:11 [2019-08-28T08:48:11.537Z]  Engine:
08:48:11 [2019-08-28T08:48:11.537Z]   Version:          18.06.1-ce
08:48:11 [2019-08-28T08:48:11.537Z]   API version:      1.38 (minimum version 1.12)
08:48:11 [2019-08-28T08:48:11.537Z]   Go version:       go1.10.3
08:48:11 [2019-08-28T08:48:11.537Z]   Git commit:       e68fc7a
08:48:11 [2019-08-28T08:48:11.537Z]   Built:            Tue Aug 21 17:23:34 2018
08:48:11 [2019-08-28T08:48:11.537Z]   OS/Arch:          linux/s390x
08:48:11 [2019-08-28T08:48:11.537Z]   Experimental:     true
[Pipeline] sh
08:48:12 [2019-08-28T08:48:12.325Z] Still waiting to schedule task
08:48:12 [2019-08-28T08:48:12.325Z] All nodes of label ‘amd64&&ubuntu-1804&&overlay2’ are offline
08:48:12 [2019-08-28T08:48:12.326Z] Still waiting to schedule task
08:48:12 [2019-08-28T08:48:12.326Z] All nodes of label ‘amd64&&ubuntu-1804&&overlay2’ are offline
08:48:12 [2019-08-28T08:48:12.384Z] + docker info
08:48:12 [2019-08-28T08:48:12.384Z] Containers: 0
08:48:12 [2019-08-28T08:48:12.384Z]  Running: 0
08:48:12 [2019-08-28T08:48:12.384Z]  Paused: 0
08:48:12 [2019-08-28T08:48:12.384Z]  Stopped: 0
08:48:12 [2019-08-28T08:48:12.384Z] Images: 0
08:48:12 [2019-08-28T08:48:12.384Z] Server Version: 18.06.1-ce
08:48:12 [2019-08-28T08:48:12.384Z] Storage Driver: overlay2
08:48:12 [2019-08-28T08:48:12.384Z]  Backing Filesystem: extfs
08:48:12 [2019-08-28T08:48:12.384Z]  Supports d_type: true
08:48:12 [2019-08-28T08:48:12.384Z]  Native Overlay Diff: true
08:48:12 [2019-08-28T08:48:12.384Z] Logging Driver: json-file
08:48:12 [2019-08-28T08:48:12.384Z] Cgroup Driver: cgroupfs
08:48:12 [2019-08-28T08:48:12.384Z] Plugins:
08:48:12 [2019-08-28T08:48:12.384Z]  Volume: local
08:48:12 [2019-08-28T08:48:12.384Z]  Network: bridge host ipvlan macvlan null overlay
08:48:12 [2019-08-28T08:48:12.384Z]  Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog
08:48:12 [2019-08-28T08:48:12.384Z] Swarm: inactive
08:48:12 [2019-08-28T08:48:12.384Z] Runtimes: runc
08:48:12 [2019-08-28T08:48:12.384Z] Default Runtime: runc
08:48:12 [2019-08-28T08:48:12.384Z] Init Binary: docker-init
08:48:12 [2019-08-28T08:48:12.384Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e
08:48:12 [2019-08-28T08:48:12.384Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340
08:48:12 [2019-08-28T08:48:12.384Z] init version: fec3683
08:48:12 [2019-08-28T08:48:12.384Z] Security Options:
08:48:12 [2019-08-28T08:48:12.384Z]  apparmor
08:48:12 [2019-08-28T08:48:12.384Z]  seccomp
08:48:12 [2019-08-28T08:48:12.384Z]   Profile: default
08:48:12 [2019-08-28T08:48:12.384Z] Kernel Version: 4.4.0-133-generic
08:48:12 [2019-08-28T08:48:12.384Z] Operating System: Ubuntu 16.04.5 LTS
08:48:12 [2019-08-28T08:48:12.384Z] OSType: linux
08:48:12 [2019-08-28T08:48:12.384Z] Architecture: s390x
08:48:12 [2019-08-28T08:48:12.384Z] CPUs: 2
08:48:12 [2019-08-28T08:48:12.384Z] Total Memory: 7.862GiB
08:48:12 [2019-08-28T08:48:12.384Z] Name: s390x-ubuntu-30
08:48:12 [2019-08-28T08:48:12.384Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM
08:48:12 [2019-08-28T08:48:12.384Z] Docker Root Dir: /var/lib/docker
08:48:12 [2019-08-28T08:48:12.384Z] Debug Mode (client): false
08:48:12 [2019-08-28T08:48:12.384Z] Debug Mode (server): false
08:48:12 [2019-08-28T08:48:12.384Z] Username: dockerbuildbot
08:48:12 [2019-08-28T08:48:12.384Z] Registry: https://index.docker.io/v1/
08:48:12 [2019-08-28T08:48:12.384Z] Labels:
08:48:12 [2019-08-28T08:48:12.384Z] Experimental: true
08:48:12 [2019-08-28T08:48:12.384Z] Insecure Registries:
08:48:12 [2019-08-28T08:48:12.384Z]  127.0.0.0/8
08:48:12 [2019-08-28T08:48:12.384Z] Live Restore Enabled: false
08:48:12 [2019-08-28T08:48:12.384Z] 
08:48:12 [2019-08-28T08:48:12.384Z] WARNING: No swap limit support
[Pipeline] sh
08:48:13 [2019-08-28T08:48:13.288Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
08:48:13 [2019-08-28T08:48:13.288Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
08:48:13 [2019-08-28T08:48:13.288Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-39571/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
08:48:13 [2019-08-28T08:48:13.288Z] + bash /home/jenkins/workspace/moby_PR-39571/check-config.sh
08:48:13 [2019-08-28T08:48:13.288Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
08:48:13 [2019-08-28T08:48:13.288Z] info: reading kernel config from /boot/config-4.4.0-133-generic ...
08:48:13 [2019-08-28T08:48:13.288Z] 
08:48:13 [2019-08-28T08:48:13.288Z] Generally Necessary:
08:48:13 [2019-08-28T08:48:13.688Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
08:48:13 [2019-08-28T08:48:13.688Z] - apparmor: enabled and tools installed
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_NAMESPACES: enabled
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_NET_NS: enabled
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_PID_NS: enabled
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_IPC_NS: enabled
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_UTS_NS: enabled
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_CGROUPS: enabled
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_CGROUP_CPUACCT: enabled
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_CGROUP_DEVICE: enabled
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_CGROUP_FREEZER: enabled
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_CGROUP_SCHED: enabled
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_CPUSETS: enabled
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_MEMCG: enabled
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_KEYS: enabled
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_VETH: enabled (as module)
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_BRIDGE: enabled (as module)
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_NF_NAT_IPV4: enabled (as module)
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_IP_NF_FILTER: enabled (as module)
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_IP_NF_NAT: enabled (as module)
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_NF_NAT: enabled (as module)
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_NF_NAT_NEEDED: enabled
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_POSIX_MQUEUE: enabled
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled
08:48:13 [2019-08-28T08:48:13.688Z] 
08:48:13 [2019-08-28T08:48:13.688Z] Optional Features:
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_USER_NS: enabled
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_SECCOMP: enabled
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_CGROUP_PIDS: enabled
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_MEMCG_SWAP: enabled
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
08:48:13 [2019-08-28T08:48:13.688Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_MEMCG_KMEM: enabled
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_BLK_CGROUP: enabled
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_BLK_DEV_THROTTLING: enabled
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_IOSCHED_CFQ: enabled
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_CGROUP_PERF: enabled
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_CGROUP_HUGETLB: enabled
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_CGROUP_NET_PRIO: enabled
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_CFS_BANDWIDTH: enabled
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_FAIR_GROUP_SCHED: enabled
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_RT_GROUP_SCHED: missing
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_IP_VS: enabled (as module)
08:48:13 [2019-08-28T08:48:13.688Z] - CONFIG_IP_VS_NFCT: enabled
08:48:13 [2019-08-28T08:48:13.689Z] - CONFIG_IP_VS_PROTO_TCP: enabled
08:48:13 [2019-08-28T08:48:13.689Z] - CONFIG_IP_VS_PROTO_UDP: enabled
08:48:13 [2019-08-28T08:48:13.689Z] - CONFIG_IP_VS_RR: enabled (as module)
08:48:13 [2019-08-28T08:48:13.689Z] - CONFIG_EXT4_FS: enabled
08:48:13 [2019-08-28T08:48:13.689Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
08:48:13 [2019-08-28T08:48:13.689Z] - CONFIG_EXT4_FS_SECURITY: enabled
08:48:13 [2019-08-28T08:48:13.689Z] - Network Drivers:
08:48:13 [2019-08-28T08:48:13.689Z]   - "overlay":
08:48:13 [2019-08-28T08:48:13.689Z]     - CONFIG_VXLAN: enabled (as module)
08:48:13 [2019-08-28T08:48:13.689Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
08:48:13 [2019-08-28T08:48:13.689Z]       Optional (for encrypted networks):
08:48:13 [2019-08-28T08:48:13.689Z]       - CONFIG_CRYPTO: enabled
08:48:13 [2019-08-28T08:48:13.689Z]       - CONFIG_CRYPTO_AEAD: enabled (as module)
08:48:13 [2019-08-28T08:48:13.689Z]       - CONFIG_CRYPTO_GCM: enabled (as module)
08:48:13 [2019-08-28T08:48:13.689Z]       - CONFIG_CRYPTO_SEQIV: enabled (as module)
08:48:13 [2019-08-28T08:48:13.689Z]       - CONFIG_CRYPTO_GHASH: enabled (as module)
08:48:13 [2019-08-28T08:48:13.689Z]       - CONFIG_XFRM: enabled
08:48:13 [2019-08-28T08:48:13.689Z]       - CONFIG_XFRM_USER: enabled (as module)
08:48:13 [2019-08-28T08:48:13.689Z]       - CONFIG_XFRM_ALGO: enabled (as module)
08:48:13 [2019-08-28T08:48:13.689Z]       - CONFIG_INET_ESP: enabled (as module)
08:48:13 [2019-08-28T08:48:13.689Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module)
08:48:13 [2019-08-28T08:48:13.689Z]   - "ipvlan":
08:48:13 [2019-08-28T08:48:13.689Z]     - CONFIG_IPVLAN: enabled (as module)
08:48:13 [2019-08-28T08:48:13.689Z]   - "macvlan":
08:48:13 [2019-08-28T08:48:13.689Z]     - CONFIG_MACVLAN: enabled (as module)
08:48:13 [2019-08-28T08:48:13.689Z]     - CONFIG_DUMMY: enabled (as module)
08:48:13 [2019-08-28T08:48:13.689Z]   - "ftp,tftp client in container":
08:48:13 [2019-08-28T08:48:13.689Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
08:48:13 [2019-08-28T08:48:13.689Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
08:48:13 [2019-08-28T08:48:13.689Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
08:48:13 [2019-08-28T08:48:13.689Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
08:48:13 [2019-08-28T08:48:13.689Z] - Storage Drivers:
08:48:13 [2019-08-28T08:48:13.689Z]   - "aufs":
08:48:14 [2019-08-28T08:48:14.048Z]     - CONFIG_AUFS_FS: enabled (as module)
08:48:14 [2019-08-28T08:48:14.048Z]   - "btrfs":
08:48:14 [2019-08-28T08:48:14.048Z]     - CONFIG_BTRFS_FS: enabled (as module)
08:48:14 [2019-08-28T08:48:14.048Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
08:48:14 [2019-08-28T08:48:14.048Z]   - "devicemapper":
08:48:14 [2019-08-28T08:48:14.048Z]     - CONFIG_BLK_DEV_DM: enabled
08:48:14 [2019-08-28T08:48:14.048Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
08:48:14 [2019-08-28T08:48:14.048Z]   - "overlay":
08:48:14 [2019-08-28T08:48:14.048Z]     - CONFIG_OVERLAY_FS: enabled (as module)
08:48:14 [2019-08-28T08:48:14.048Z]   - "zfs":
08:48:14 [2019-08-28T08:48:14.048Z]     - /dev/zfs: missing
08:48:14 [2019-08-28T08:48:14.048Z]     - zfs command: missing
08:48:14 [2019-08-28T08:48:14.048Z]     - zpool command: missing
08:48:14 [2019-08-28T08:48:14.048Z] 
08:48:14 [2019-08-28T08:48:14.048Z] Limits:
08:48:14 [2019-08-28T08:48:14.048Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
08:48:14 [2019-08-28T08:48:14.048Z] 
08:48:14 [2019-08-28T08:48:14.048Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
08:48:14 [2019-08-28T08:48:14.945Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:99453d7bb34e7b145ef590cbada530110314bb02 -f Dockerfile .
08:48:16 [2019-08-28T08:48:16.305Z] Sending build context to Docker daemon  50.01MB

08:48:16 [2019-08-28T08:48:16.305Z] Step 1/126 : ARG CROSS="false"
08:48:16 [2019-08-28T08:48:16.305Z] Step 2/126 : ARG GO_VERSION=1.12.9
08:48:16 [2019-08-28T08:48:16.305Z] Step 3/126 : ARG DEBIAN_FRONTEND=noninteractive
08:48:16 [2019-08-28T08:48:16.305Z] Step 4/126 : FROM golang:${GO_VERSION}-stretch AS base
08:48:16 [2019-08-28T08:48:16.305Z] 1.12.9-stretch: Pulling from library/golang
08:48:16 [2019-08-28T08:48:16.305Z] 05b3194a550b: Pulling fs layer
08:48:16 [2019-08-28T08:48:16.305Z] 5cc01dcd9b0a: Pulling fs layer
08:48:16 [2019-08-28T08:48:16.305Z] 5154470af4c8: Pulling fs layer
08:48:16 [2019-08-28T08:48:16.305Z] cd3b67ff4ea9: Pulling fs layer
08:48:16 [2019-08-28T08:48:16.305Z] 81cc889ba28f: Pulling fs layer
08:48:16 [2019-08-28T08:48:16.305Z] 893380247084: Pulling fs layer
08:48:16 [2019-08-28T08:48:16.305Z] 1dde6e4a9a98: Pulling fs layer
08:48:16 [2019-08-28T08:48:16.305Z] cd3b67ff4ea9: Waiting
08:48:16 [2019-08-28T08:48:16.305Z] 81cc889ba28f: Waiting
08:48:16 [2019-08-28T08:48:16.305Z] 893380247084: Waiting
08:48:16 [2019-08-28T08:48:16.305Z] 1dde6e4a9a98: Waiting
08:48:16 [2019-08-28T08:48:16.696Z] 5154470af4c8: Verifying Checksum
08:48:16 [2019-08-28T08:48:16.696Z] 5154470af4c8: Download complete
08:48:16 [2019-08-28T08:48:16.696Z] 5cc01dcd9b0a: Verifying Checksum
08:48:16 [2019-08-28T08:48:16.696Z] 5cc01dcd9b0a: Download complete
08:48:17 [2019-08-28T08:48:17.862Z] 05b3194a550b: Verifying Checksum
08:48:17 [2019-08-28T08:48:17.862Z] 05b3194a550b: Download complete
08:48:18 [2019-08-28T08:48:18.283Z] cd3b67ff4ea9: Verifying Checksum
08:48:18 [2019-08-28T08:48:18.283Z] cd3b67ff4ea9: Download complete
08:48:18 [2019-08-28T08:48:18.283Z] 81cc889ba28f: Verifying Checksum
08:48:18 [2019-08-28T08:48:18.283Z] 81cc889ba28f: Download complete
08:48:18 [2019-08-28T08:48:18.283Z] 1dde6e4a9a98: Verifying Checksum
08:48:18 [2019-08-28T08:48:18.283Z] 1dde6e4a9a98: Download complete
08:48:19 [2019-08-28T08:48:19.089Z] 893380247084: Verifying Checksum
08:48:19 [2019-08-28T08:48:19.089Z] 893380247084: Download complete
08:48:19 [2019-08-28T08:48:19.860Z] 05b3194a550b: Pull complete
08:48:20 [2019-08-28T08:48:20.235Z] 5cc01dcd9b0a: Pull complete
08:48:20 [2019-08-28T08:48:20.630Z] 5154470af4c8: Pull complete
08:48:22 [2019-08-28T08:48:22.148Z] Fetching without tags
08:48:22 [2019-08-28T08:48:22.475Z] cd3b67ff4ea9: Pull complete
08:48:22 [2019-08-28T08:48:22.653Z] Merging remotes/origin/master commit 7ce0e26c16158bd5ea991805e21a34c4111866bb into PR head commit 99453d7bb34e7b145ef590cbada530110314bb02
08:48:22 [2019-08-28T08:48:22.115Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
08:48:22 [2019-08-28T08:48:22.119Z]  > git config --add remote.origin.fetch +refs/pull/39571/head:refs/remotes/origin/PR-39571 # timeout=10
08:48:22 [2019-08-28T08:48:22.123Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
08:48:22 [2019-08-28T08:48:22.139Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
08:48:22 [2019-08-28T08:48:22.155Z] Fetching upstream changes from https://github.com/moby/moby.git
08:48:22 [2019-08-28T08:48:22.155Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:48:22 [2019-08-28T08:48:22.156Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39571/head:refs/remotes/origin/PR-39571 +refs/heads/master:refs/remotes/origin/master
08:48:22 [2019-08-28T08:48:22.660Z]  > git config core.sparsecheckout # timeout=10
08:48:22 [2019-08-28T08:48:22.663Z]  > git checkout -f 99453d7bb34e7b145ef590cbada530110314bb02
08:48:23 [2019-08-28T08:48:23.738Z] Merge succeeded, producing 99453d7bb34e7b145ef590cbada530110314bb02
08:48:23 [2019-08-28T08:48:23.739Z] Checking out Revision 99453d7bb34e7b145ef590cbada530110314bb02 (PR-39571)
08:48:24 [2019-08-28T08:48:24.481Z] 81cc889ba28f: Pull complete
08:48:24 [2019-08-28T08:48:24.551Z] Commit message: "TestDaemonICCPing: cleanup dummy interface after test"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
08:48:23 [2019-08-28T08:48:23.706Z]  > git merge 7ce0e26c16158bd5ea991805e21a34c4111866bb # timeout=10
08:48:23 [2019-08-28T08:48:23.730Z]  > git rev-parse HEAD^{commit} # timeout=10
08:48:23 [2019-08-28T08:48:23.746Z]  > git config core.sparsecheckout # timeout=10
08:48:23 [2019-08-28T08:48:23.749Z]  > git checkout -f 99453d7bb34e7b145ef590cbada530110314bb02
08:48:25 [2019-08-28T08:48:25.580Z] + docker version
08:48:25 [2019-08-28T08:48:25.580Z] Client:
08:48:25 [2019-08-28T08:48:25.580Z]  Version:           18.06.1-ce
08:48:25 [2019-08-28T08:48:25.580Z]  API version:       1.38
08:48:25 [2019-08-28T08:48:25.580Z]  Go version:        go1.10.3
08:48:25 [2019-08-28T08:48:25.580Z]  Git commit:        e68fc7a
08:48:25 [2019-08-28T08:48:25.580Z]  Built:             Tue Aug 21 17:26:10 2018
08:48:25 [2019-08-28T08:48:25.580Z]  OS/Arch:           linux/ppc64le
08:48:25 [2019-08-28T08:48:25.580Z]  Experimental:      false
08:48:25 [2019-08-28T08:48:25.580Z] 
08:48:25 [2019-08-28T08:48:25.580Z] Server:
08:48:25 [2019-08-28T08:48:25.580Z]  Engine:
08:48:25 [2019-08-28T08:48:25.580Z]   Version:          18.06.1-ce
08:48:25 [2019-08-28T08:48:25.580Z]   API version:      1.38 (minimum version 1.12)
08:48:25 [2019-08-28T08:48:25.580Z]   Go version:       go1.10.3
08:48:25 [2019-08-28T08:48:25.580Z]   Git commit:       e68fc7a
08:48:25 [2019-08-28T08:48:25.580Z]   Built:            Tue Aug 21 17:24:20 2018
08:48:25 [2019-08-28T08:48:25.580Z]   OS/Arch:          linux/ppc64le
08:48:25 [2019-08-28T08:48:25.580Z]   Experimental:     true
[Pipeline] sh
08:48:25 [2019-08-28T08:48:25.963Z] + docker info
08:48:25 [2019-08-28T08:48:25.963Z] Containers: 0
08:48:25 [2019-08-28T08:48:25.963Z]  Running: 0
08:48:25 [2019-08-28T08:48:25.963Z]  Paused: 0
08:48:25 [2019-08-28T08:48:25.963Z]  Stopped: 0
08:48:25 [2019-08-28T08:48:25.963Z] Images: 0
08:48:25 [2019-08-28T08:48:25.963Z] Server Version: 18.06.1-ce
08:48:25 [2019-08-28T08:48:25.963Z] Storage Driver: overlay2
08:48:25 [2019-08-28T08:48:25.963Z]  Backing Filesystem: extfs
08:48:25 [2019-08-28T08:48:25.963Z]  Supports d_type: true
08:48:25 [2019-08-28T08:48:25.963Z]  Native Overlay Diff: true
08:48:25 [2019-08-28T08:48:25.963Z] Logging Driver: json-file
08:48:25 [2019-08-28T08:48:25.963Z] Cgroup Driver: cgroupfs
08:48:25 [2019-08-28T08:48:25.963Z] Plugins:
08:48:25 [2019-08-28T08:48:25.963Z]  Volume: local
08:48:25 [2019-08-28T08:48:25.963Z]  Network: bridge host ipvlan macvlan null overlay
08:48:25 [2019-08-28T08:48:25.963Z]  Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog
08:48:25 [2019-08-28T08:48:25.963Z] Swarm: inactive
08:48:25 [2019-08-28T08:48:25.963Z] Runtimes: runc
08:48:25 [2019-08-28T08:48:25.963Z] Default Runtime: runc
08:48:25 [2019-08-28T08:48:25.963Z] Init Binary: docker-init
08:48:25 [2019-08-28T08:48:25.963Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e
08:48:25 [2019-08-28T08:48:25.963Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340
08:48:25 [2019-08-28T08:48:25.963Z] init version: fec3683
08:48:25 [2019-08-28T08:48:25.963Z] Security Options:
08:48:25 [2019-08-28T08:48:25.963Z]  apparmor
08:48:25 [2019-08-28T08:48:25.963Z]  seccomp
08:48:25 [2019-08-28T08:48:25.963Z]   Profile: default
08:48:25 [2019-08-28T08:48:25.963Z] Kernel Version: 4.4.0-139-generic
08:48:25 [2019-08-28T08:48:25.963Z] Operating System: Ubuntu 16.04.3 LTS
08:48:25 [2019-08-28T08:48:25.963Z] OSType: linux
08:48:25 [2019-08-28T08:48:25.963Z] Architecture: ppc64le
08:48:25 [2019-08-28T08:48:25.963Z] CPUs: 4
08:48:25 [2019-08-28T08:48:25.963Z] Total Memory: 7.972GiB
08:48:25 [2019-08-28T08:48:25.963Z] Name: ppc64le-ubuntu-31
08:48:25 [2019-08-28T08:48:25.963Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE
08:48:25 [2019-08-28T08:48:25.963Z] Docker Root Dir: /var/lib/docker
08:48:25 [2019-08-28T08:48:25.963Z] Debug Mode (client): false
08:48:25 [2019-08-28T08:48:25.963Z] Debug Mode (server): false
08:48:25 [2019-08-28T08:48:25.963Z] Username: dockerbuildbot
08:48:25 [2019-08-28T08:48:25.963Z] Registry: https://index.docker.io/v1/
08:48:25 [2019-08-28T08:48:25.963Z] Labels:
08:48:25 [2019-08-28T08:48:25.963Z] Experimental: true
08:48:25 [2019-08-28T08:48:25.963Z] Insecure Registries:
08:48:25 [2019-08-28T08:48:25.963Z]  127.0.0.0/8
08:48:25 [2019-08-28T08:48:25.963Z] Live Restore Enabled: false
08:48:25 [2019-08-28T08:48:25.963Z] 
[Pipeline] sh
08:48:26 [2019-08-28T08:48:26.353Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
08:48:26 [2019-08-28T08:48:26.353Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
08:48:26 [2019-08-28T08:48:26.353Z] + curl -fsSL -o /home/docker/workspace/moby_PR-39571/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
08:48:26 [2019-08-28T08:48:26.636Z] + bash /home/docker/workspace/moby_PR-39571/check-config.sh
08:48:26 [2019-08-28T08:48:26.636Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
08:48:26 [2019-08-28T08:48:26.636Z] info: reading kernel config from /boot/config-4.4.0-139-generic ...
08:48:26 [2019-08-28T08:48:26.636Z] 
08:48:26 [2019-08-28T08:48:26.636Z] Generally Necessary:
08:48:26 [2019-08-28T08:48:26.636Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
08:48:26 [2019-08-28T08:48:26.636Z] - apparmor: enabled and tools installed
08:48:26 [2019-08-28T08:48:26.636Z] - CONFIG_NAMESPACES: enabled
08:48:26 [2019-08-28T08:48:26.636Z] - CONFIG_NET_NS: enabled
08:48:26 [2019-08-28T08:48:26.636Z] - CONFIG_PID_NS: enabled
08:48:26 [2019-08-28T08:48:26.636Z] - CONFIG_IPC_NS: enabled
08:48:26 [2019-08-28T08:48:26.636Z] - CONFIG_UTS_NS: enabled
08:48:26 [2019-08-28T08:48:26.636Z] - CONFIG_CGROUPS: enabled
08:48:26 [2019-08-28T08:48:26.636Z] - CONFIG_CGROUP_CPUACCT: enabled
08:48:26 [2019-08-28T08:48:26.636Z] - CONFIG_CGROUP_DEVICE: enabled
08:48:26 [2019-08-28T08:48:26.636Z] - CONFIG_CGROUP_FREEZER: enabled
08:48:26 [2019-08-28T08:48:26.636Z] - CONFIG_CGROUP_SCHED: enabled
08:48:26 [2019-08-28T08:48:26.636Z] - CONFIG_CPUSETS: enabled
08:48:26 [2019-08-28T08:48:26.636Z] - CONFIG_MEMCG: enabled
08:48:26 [2019-08-28T08:48:26.636Z] - CONFIG_KEYS: enabled
08:48:26 [2019-08-28T08:48:26.636Z] - CONFIG_VETH: enabled (as module)
08:48:26 [2019-08-28T08:48:26.636Z] - CONFIG_BRIDGE: enabled (as module)
08:48:26 [2019-08-28T08:48:26.636Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
08:48:26 [2019-08-28T08:48:26.636Z] - CONFIG_NF_NAT_IPV4: enabled (as module)
08:48:26 [2019-08-28T08:48:26.636Z] - CONFIG_IP_NF_FILTER: enabled (as module)
08:48:26 [2019-08-28T08:48:26.636Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
08:48:26 [2019-08-28T08:48:26.636Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
08:48:26 [2019-08-28T08:48:26.920Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
08:48:26 [2019-08-28T08:48:26.920Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
08:48:26 [2019-08-28T08:48:26.920Z] - CONFIG_IP_NF_NAT: enabled (as module)
08:48:26 [2019-08-28T08:48:26.920Z] - CONFIG_NF_NAT: enabled (as module)
08:48:26 [2019-08-28T08:48:26.920Z] - CONFIG_NF_NAT_NEEDED: enabled
08:48:26 [2019-08-28T08:48:26.920Z] - CONFIG_POSIX_MQUEUE: enabled
08:48:26 [2019-08-28T08:48:26.920Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled
08:48:26 [2019-08-28T08:48:26.920Z] 
08:48:26 [2019-08-28T08:48:26.920Z] Optional Features:
08:48:26 [2019-08-28T08:48:26.920Z] - CONFIG_USER_NS: enabled
08:48:26 [2019-08-28T08:48:26.920Z] - CONFIG_SECCOMP: enabled
08:48:26 [2019-08-28T08:48:26.920Z] - CONFIG_CGROUP_PIDS: enabled
08:48:26 [2019-08-28T08:48:26.920Z] - CONFIG_MEMCG_SWAP: enabled
08:48:26 [2019-08-28T08:48:26.920Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
08:48:26 [2019-08-28T08:48:26.920Z]     (cgroup swap accounting is currently enabled)
08:48:26 [2019-08-28T08:48:26.920Z] - CONFIG_MEMCG_KMEM: enabled
08:48:26 [2019-08-28T08:48:26.920Z] - CONFIG_BLK_CGROUP: enabled
08:48:26 [2019-08-28T08:48:26.920Z] - CONFIG_BLK_DEV_THROTTLING: enabled
08:48:26 [2019-08-28T08:48:26.920Z] - CONFIG_IOSCHED_CFQ: enabled
08:48:26 [2019-08-28T08:48:26.920Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled
08:48:26 [2019-08-28T08:48:26.920Z] - CONFIG_CGROUP_PERF: enabled
08:48:26 [2019-08-28T08:48:26.920Z] - CONFIG_CGROUP_HUGETLB: enabled
08:48:26 [2019-08-28T08:48:26.920Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
08:48:26 [2019-08-28T08:48:26.920Z] - CONFIG_CGROUP_NET_PRIO: enabled
08:48:26 [2019-08-28T08:48:26.920Z] - CONFIG_CFS_BANDWIDTH: enabled
08:48:26 [2019-08-28T08:48:26.920Z] - CONFIG_FAIR_GROUP_SCHED: enabled
08:48:26 [2019-08-28T08:48:26.920Z] - CONFIG_RT_GROUP_SCHED: missing
08:48:26 [2019-08-28T08:48:26.920Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
08:48:26 [2019-08-28T08:48:26.920Z] - CONFIG_IP_VS: enabled (as module)
08:48:26 [2019-08-28T08:48:26.920Z] - CONFIG_IP_VS_NFCT: enabled
08:48:26 [2019-08-28T08:48:26.920Z] - CONFIG_IP_VS_PROTO_TCP: enabled
08:48:26 [2019-08-28T08:48:26.920Z] - CONFIG_IP_VS_PROTO_UDP: enabled
08:48:26 [2019-08-28T08:48:26.920Z] - CONFIG_IP_VS_RR: enabled (as module)
08:48:26 [2019-08-28T08:48:26.920Z] - CONFIG_EXT4_FS: enabled
08:48:26 [2019-08-28T08:48:26.920Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
08:48:26 [2019-08-28T08:48:26.920Z] - CONFIG_EXT4_FS_SECURITY: enabled
08:48:26 [2019-08-28T08:48:26.920Z] - Network Drivers:
08:48:26 [2019-08-28T08:48:26.920Z]   - "overlay":
08:48:27 [2019-08-28T08:48:27.203Z]     - CONFIG_VXLAN: enabled (as module)
08:48:27 [2019-08-28T08:48:27.203Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
08:48:27 [2019-08-28T08:48:27.203Z]       Optional (for encrypted networks):
08:48:27 [2019-08-28T08:48:27.203Z]       - CONFIG_CRYPTO: enabled
08:48:27 [2019-08-28T08:48:27.203Z]       - CONFIG_CRYPTO_AEAD: enabled (as module)
08:48:27 [2019-08-28T08:48:27.203Z]       - CONFIG_CRYPTO_GCM: enabled (as module)
08:48:27 [2019-08-28T08:48:27.203Z]       - CONFIG_CRYPTO_SEQIV: enabled (as module)
08:48:27 [2019-08-28T08:48:27.203Z]       - CONFIG_CRYPTO_GHASH: enabled (as module)
08:48:27 [2019-08-28T08:48:27.203Z]       - CONFIG_XFRM: enabled
08:48:27 [2019-08-28T08:48:27.203Z]       - CONFIG_XFRM_USER: enabled (as module)
08:48:27 [2019-08-28T08:48:27.203Z]       - CONFIG_XFRM_ALGO: enabled (as module)
08:48:27 [2019-08-28T08:48:27.203Z]       - CONFIG_INET_ESP: enabled (as module)
08:48:27 [2019-08-28T08:48:27.203Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module)
08:48:27 [2019-08-28T08:48:27.203Z]   - "ipvlan":
08:48:27 [2019-08-28T08:48:27.203Z]     - CONFIG_IPVLAN: enabled (as module)
08:48:27 [2019-08-28T08:48:27.203Z]   - "macvlan":
08:48:27 [2019-08-28T08:48:27.203Z]     - CONFIG_MACVLAN: enabled (as module)
08:48:27 [2019-08-28T08:48:27.203Z]     - CONFIG_DUMMY: enabled (as module)
08:48:27 [2019-08-28T08:48:27.203Z]   - "ftp,tftp client in container":
08:48:27 [2019-08-28T08:48:27.203Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
08:48:27 [2019-08-28T08:48:27.203Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
08:48:27 [2019-08-28T08:48:27.203Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
08:48:27 [2019-08-28T08:48:27.203Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
08:48:27 [2019-08-28T08:48:27.203Z] - Storage Drivers:
08:48:27 [2019-08-28T08:48:27.203Z]   - "aufs":
08:48:27 [2019-08-28T08:48:27.203Z]     - CONFIG_AUFS_FS: enabled (as module)
08:48:27 [2019-08-28T08:48:27.203Z]   - "btrfs":
08:48:27 [2019-08-28T08:48:27.203Z]     - CONFIG_BTRFS_FS: enabled (as module)
08:48:27 [2019-08-28T08:48:27.203Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
08:48:27 [2019-08-28T08:48:27.203Z]   - "devicemapper":
08:48:27 [2019-08-28T08:48:27.203Z]     - CONFIG_BLK_DEV_DM: enabled
08:48:27 [2019-08-28T08:48:27.203Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
08:48:27 [2019-08-28T08:48:27.203Z]   - "overlay":
08:48:27 [2019-08-28T08:48:27.203Z]     - CONFIG_OVERLAY_FS: enabled (as module)
08:48:27 [2019-08-28T08:48:27.203Z]   - "zfs":
08:48:27 [2019-08-28T08:48:27.203Z]     - /dev/zfs: missing
08:48:27 [2019-08-28T08:48:27.203Z]     - zfs command: missing
08:48:27 [2019-08-28T08:48:27.203Z]     - zpool command: missing
08:48:27 [2019-08-28T08:48:27.203Z] 
08:48:27 [2019-08-28T08:48:27.203Z] Limits:
08:48:27 [2019-08-28T08:48:27.224Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
08:48:27 [2019-08-28T08:48:27.224Z] 
08:48:27 [2019-08-28T08:48:27.224Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
08:48:27 [2019-08-28T08:48:27.622Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:99453d7bb34e7b145ef590cbada530110314bb02 -f Dockerfile .
08:48:27 [2019-08-28T08:48:27.674Z] 893380247084: Pull complete
08:48:28 [2019-08-28T08:48:28.053Z] 1dde6e4a9a98: Pull complete
08:48:28 [2019-08-28T08:48:28.053Z] Digest: sha256:44600a24dff9a70122d4446f63903a642e81c0422cd0d87249a8a5183ba5f926
08:48:28 [2019-08-28T08:48:28.053Z] Status: Downloaded newer image for golang:1.12.9-stretch
08:48:28 [2019-08-28T08:48:28.053Z]  ---> b121e8146464
08:48:28 [2019-08-28T08:48:28.053Z] Step 5/126 : ARG APT_MIRROR
08:48:28 [2019-08-28T08:48:28.053Z]  ---> Running in 88a95012fd27
08:48:28 [2019-08-28T08:48:28.053Z] Removing intermediate container 88a95012fd27
08:48:28 [2019-08-28T08:48:28.053Z]  ---> d096dc12f82b
08:48:28 [2019-08-28T08:48:28.053Z] 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
08:48:28 [2019-08-28T08:48:28.053Z]  ---> Running in 76996eb1d6ec
08:48:29 [2019-08-28T08:48:29.420Z] Removing intermediate container 76996eb1d6ec
08:48:29 [2019-08-28T08:48:29.420Z]  ---> 1af970284b9f
08:48:29 [2019-08-28T08:48:29.420Z] Step 7/126 : FROM base AS criu
08:48:29 [2019-08-28T08:48:29.420Z]  ---> 1af970284b9f
08:48:29 [2019-08-28T08:48:29.420Z] Step 8/126 : ARG DEBIAN_FRONTEND
08:48:29 [2019-08-28T08:48:29.420Z]  ---> Running in 7d8165f44164
08:48:29 [2019-08-28T08:48:29.420Z] Removing intermediate container 7d8165f44164
08:48:29 [2019-08-28T08:48:29.420Z]  ---> ffa375df22b2
08:48:29 [2019-08-28T08:48:29.420Z] Step 9/126 : ENV CRIU_VERSION 3.12
08:48:29 [2019-08-28T08:48:29.420Z]  ---> Running in 95e9963fb446
08:48:29 [2019-08-28T08:48:29.420Z] Removing intermediate container 95e9963fb446
08:48:29 [2019-08-28T08:48:29.420Z]  ---> 719329687f4d
08:48:29 [2019-08-28T08:48:29.420Z] Step 10/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/*
08:48:29 [2019-08-28T08:48:29.809Z]  ---> Running in 9000b94ae5e5
08:48:30 [2019-08-28T08:48:30.184Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
08:48:30 [2019-08-28T08:48:30.184Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
08:48:30 [2019-08-28T08:48:30.184Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
08:48:30 [2019-08-28T08:48:30.184Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
08:48:30 [2019-08-28T08:48:30.184Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B]
08:48:30 [2019-08-28T08:48:30.184Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [485 kB]
08:48:30 [2019-08-28T08:48:30.324Z] Sending build context to Docker daemon  50.01MB

08:48:30 [2019-08-28T08:48:30.324Z] Step 1/126 : ARG CROSS="false"
08:48:30 [2019-08-28T08:48:30.324Z] Step 2/126 : ARG GO_VERSION=1.12.9
08:48:30 [2019-08-28T08:48:30.324Z] Step 3/126 : ARG DEBIAN_FRONTEND=noninteractive
08:48:30 [2019-08-28T08:48:30.324Z] Step 4/126 : FROM golang:${GO_VERSION}-stretch AS base
08:48:30 [2019-08-28T08:48:30.324Z] 1.12.9-stretch: Pulling from library/golang
08:48:30 [2019-08-28T08:48:30.324Z] 2825fdb7e177: Pulling fs layer
08:48:30 [2019-08-28T08:48:30.324Z] 361ecb978398: Pulling fs layer
08:48:30 [2019-08-28T08:48:30.324Z] 15483e8c82df: Pulling fs layer
08:48:30 [2019-08-28T08:48:30.324Z] 34839f11bbce: Pulling fs layer
08:48:30 [2019-08-28T08:48:30.324Z] 34f648706e72: Pulling fs layer
08:48:30 [2019-08-28T08:48:30.324Z] 8563a0b9fade: Pulling fs layer
08:48:30 [2019-08-28T08:48:30.324Z] 53fac1b4f6a7: Pulling fs layer
08:48:30 [2019-08-28T08:48:30.324Z] 34839f11bbce: Waiting
08:48:30 [2019-08-28T08:48:30.324Z] 34f648706e72: Waiting
08:48:30 [2019-08-28T08:48:30.324Z] 8563a0b9fade: Waiting
08:48:30 [2019-08-28T08:48:30.324Z] 53fac1b4f6a7: Waiting
08:48:30 [2019-08-28T08:48:30.548Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB]
08:48:30 [2019-08-28T08:48:30.548Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB]
08:48:30 [2019-08-28T08:48:30.946Z] 15483e8c82df: Verifying Checksum
08:48:30 [2019-08-28T08:48:30.946Z] 15483e8c82df: Download complete
08:48:31 [2019-08-28T08:48:31.233Z] 361ecb978398: Verifying Checksum
08:48:31 [2019-08-28T08:48:31.233Z] 361ecb978398: Download complete
08:48:31 [2019-08-28T08:48:31.777Z] Fetched 7670 kB in 1s (4270 kB/s)
08:48:32 [2019-08-28T08:48:32.161Z] Reading package lists...
08:48:32 [2019-08-28T08:48:32.906Z] Reading package lists...
08:48:32 [2019-08-28T08:48:32.906Z] Building dependency tree...
08:48:32 [2019-08-28T08:48:32.906Z] Reading state information...
08:48:32 [2019-08-28T08:48:32.906Z] The following additional packages will be installed:
08:48:32 [2019-08-28T08:48:32.906Z]   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10
08:48:32 [2019-08-28T08:48:32.906Z]   libprotoc10 python-pkg-resources zlib1g-dev
08:48:32 [2019-08-28T08:48:32.906Z] Suggested packages:
08:48:32 [2019-08-28T08:48:32.906Z]   manpages-dev python-setuptools
08:48:33 [2019-08-28T08:48:33.288Z] The following NEW packages will be installed:
08:48:33 [2019-08-28T08:48:33.288Z]   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
08:48:33 [2019-08-28T08:48:33.288Z]   libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10
08:48:33 [2019-08-28T08:48:33.288Z]   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
08:48:33 [2019-08-28T08:48:33.288Z]   zlib1g-dev
08:48:33 [2019-08-28T08:48:33.288Z] 0 upgraded, 16 newly installed, 0 to remove and 1 not upgraded.
08:48:33 [2019-08-28T08:48:33.288Z] Need to get 3476 kB of archives.
08:48:33 [2019-08-28T08:48:33.288Z] After this operation, 20.2 MB of additional disk space will be used.
08:48:33 [2019-08-28T08:48:33.288Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1 s390x 1.1.6+dfsg-3 [57.1 kB]
08:48:33 [2019-08-28T08:48:33.288Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libcap-dev s390x 1:2.25-1 [30.1 kB]
08:48:33 [2019-08-28T08:48:33.288Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1-dev s390x 1.1.6+dfsg-3 [114 kB]
08:48:33 [2019-08-28T08:48:33.288Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-200 s390x 3.2.27-2 [59.3 kB]
08:48:33 [2019-08-28T08:48:33.288Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-dev s390x 3.2.27-2 [96.2 kB]
08:48:33 [2019-08-28T08:48:33.288Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c1 s390x 1.2.1-2 [25.1 kB]
08:48:33 [2019-08-28T08:48:33.288Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c-dev s390x 1.2.1-2 [32.5 kB]
08:48:33 [2019-08-28T08:48:33.288Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x zlib1g-dev s390x 1:1.2.8.dfsg-5 [204 kB]
08:48:33 [2019-08-28T08:48:33.842Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf10 s390x 3.0.0-9 [648 kB]
08:48:33 [2019-08-28T08:48:33.842Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-lite10 s390x 3.0.0-9 [123 kB]
08:48:33 [2019-08-28T08:48:33.842Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-dev s390x 3.0.0-9 [925 kB]
08:48:33 [2019-08-28T08:48:33.842Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotoc10 s390x 3.0.0-9 [580 kB]
08:48:33 [2019-08-28T08:48:33.842Z] Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main s390x protobuf-c-compiler s390x 1.2.1-2 [73.1 kB]
08:48:33 [2019-08-28T08:48:33.842Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main s390x protobuf-compiler s390x 3.0.0-9 [52.6 kB]
08:48:33 [2019-08-28T08:48:33.842Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-pkg-resources all 33.1.1-1 [166 kB]
08:48:33 [2019-08-28T08:48:33.842Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-protobuf s390x 3.0.0-9 [288 kB]
08:48:33 [2019-08-28T08:48:33.842Z] debconf: delaying package configuration, since apt-utils is not installed
08:48:33 [2019-08-28T08:48:33.842Z] Fetched 3476 kB in 0s (7436 kB/s)
08:48:33 [2019-08-28T08:48:33.842Z] Selecting previously unselected package libnet1:s390x.
08:48:33 [2019-08-28T08:48:33.842Z] (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.)
08:48:33 [2019-08-28T08:48:33.842Z] Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_s390x.deb ...
08:48:33 [2019-08-28T08:48:33.842Z] Unpacking libnet1:s390x (1.1.6+dfsg-3) ...
08:48:33 [2019-08-28T08:48:33.842Z] Selecting previously unselected package libcap-dev:s390x.
08:48:33 [2019-08-28T08:48:33.842Z] Preparing to unpack .../01-libcap-dev_1%3a2.25-1_s390x.deb ...
08:48:33 [2019-08-28T08:48:33.842Z] Unpacking libcap-dev:s390x (1:2.25-1) ...
08:48:33 [2019-08-28T08:48:33.952Z] 2825fdb7e177: Verifying Checksum
08:48:33 [2019-08-28T08:48:33.952Z] 2825fdb7e177: Download complete
08:48:34 [2019-08-28T08:48:34.244Z] Selecting previously unselected package libnet1-dev.
08:48:34 [2019-08-28T08:48:34.244Z] Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_s390x.deb ...
08:48:34 [2019-08-28T08:48:34.244Z] Unpacking libnet1-dev (1.1.6+dfsg-3) ...
08:48:34 [2019-08-28T08:48:34.244Z] Selecting previously unselected package libnl-3-200:s390x.
08:48:34 [2019-08-28T08:48:34.244Z] Preparing to unpack .../03-libnl-3-200_3.2.27-2_s390x.deb ...
08:48:34 [2019-08-28T08:48:34.244Z] Unpacking libnl-3-200:s390x (3.2.27-2) ...
08:48:34 [2019-08-28T08:48:34.244Z] Selecting previously unselected package libnl-3-dev:s390x.
08:48:34 [2019-08-28T08:48:34.244Z] Preparing to unpack .../04-libnl-3-dev_3.2.27-2_s390x.deb ...
08:48:34 [2019-08-28T08:48:34.244Z] Unpacking libnl-3-dev:s390x (3.2.27-2) ...
08:48:34 [2019-08-28T08:48:34.244Z] Selecting previously unselected package libprotobuf-c1:s390x.
08:48:34 [2019-08-28T08:48:34.244Z] Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_s390x.deb ...
08:48:34 [2019-08-28T08:48:34.244Z] Unpacking libprotobuf-c1:s390x (1.2.1-2) ...
08:48:34 [2019-08-28T08:48:34.244Z] Selecting previously unselected package libprotobuf-c-dev:s390x.
08:48:34 [2019-08-28T08:48:34.244Z] Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_s390x.deb ...
08:48:34 [2019-08-28T08:48:34.244Z] Unpacking libprotobuf-c-dev:s390x (1.2.1-2) ...
08:48:34 [2019-08-28T08:48:34.244Z] Selecting previously unselected package zlib1g-dev:s390x.
08:48:34 [2019-08-28T08:48:34.244Z] Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_s390x.deb ...
08:48:34 [2019-08-28T08:48:34.244Z] Unpacking zlib1g-dev:s390x (1:1.2.8.dfsg-5) ...
08:48:34 [2019-08-28T08:48:34.244Z] Selecting previously unselected package libprotobuf10:s390x.
08:48:34 [2019-08-28T08:48:34.244Z] Preparing to unpack .../08-libprotobuf10_3.0.0-9_s390x.deb ...
08:48:34 [2019-08-28T08:48:34.244Z] Unpacking libprotobuf10:s390x (3.0.0-9) ...
08:48:34 [2019-08-28T08:48:34.244Z] Selecting previously unselected package libprotobuf-lite10:s390x.
08:48:34 [2019-08-28T08:48:34.244Z] Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_s390x.deb ...
08:48:34 [2019-08-28T08:48:34.244Z] Unpacking libprotobuf-lite10:s390x (3.0.0-9) ...
08:48:34 [2019-08-28T08:48:34.244Z] Selecting previously unselected package libprotobuf-dev:s390x.
08:48:34 [2019-08-28T08:48:34.244Z] Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_s390x.deb ...
08:48:34 [2019-08-28T08:48:34.244Z] Unpacking libprotobuf-dev:s390x (3.0.0-9) ...
08:48:34 [2019-08-28T08:48:34.619Z] Selecting previously unselected package libprotoc10:s390x.
08:48:34 [2019-08-28T08:48:34.619Z] Preparing to unpack .../11-libprotoc10_3.0.0-9_s390x.deb ...
08:48:34 [2019-08-28T08:48:34.619Z] Unpacking libprotoc10:s390x (3.0.0-9) ...
08:48:34 [2019-08-28T08:48:34.619Z] Selecting previously unselected package protobuf-c-compiler.
08:48:34 [2019-08-28T08:48:34.619Z] Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_s390x.deb ...
08:48:34 [2019-08-28T08:48:34.619Z] Unpacking protobuf-c-compiler (1.2.1-2) ...
08:48:34 [2019-08-28T08:48:34.619Z] Selecting previously unselected package protobuf-compiler.
08:48:34 [2019-08-28T08:48:34.619Z] Preparing to unpack .../13-protobuf-compiler_3.0.0-9_s390x.deb ...
08:48:34 [2019-08-28T08:48:34.619Z] Unpacking protobuf-compiler (3.0.0-9) ...
08:48:34 [2019-08-28T08:48:34.619Z] Selecting previously unselected package python-pkg-resources.
08:48:34 [2019-08-28T08:48:34.619Z] Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ...
08:48:34 [2019-08-28T08:48:34.619Z] Unpacking python-pkg-resources (33.1.1-1) ...
08:48:34 [2019-08-28T08:48:34.619Z] Selecting previously unselected package python-protobuf.
08:48:34 [2019-08-28T08:48:34.619Z] Preparing to unpack .../15-python-protobuf_3.0.0-9_s390x.deb ...
08:48:34 [2019-08-28T08:48:34.619Z] Unpacking python-protobuf (3.0.0-9) ...
08:48:34 [2019-08-28T08:48:34.619Z] Setting up libnet1:s390x (1.1.6+dfsg-3) ...
08:48:34 [2019-08-28T08:48:34.977Z] 34839f11bbce: Verifying Checksum
08:48:34 [2019-08-28T08:48:34.977Z] 34839f11bbce: Download complete
08:48:34 [2019-08-28T08:48:34.993Z] Setting up libprotobuf-c1:s390x (1.2.1-2) ...
08:48:34 [2019-08-28T08:48:34.993Z] Setting up python-pkg-resources (33.1.1-1) ...
08:48:34 [2019-08-28T08:48:34.993Z] Setting up libnet1-dev (1.1.6+dfsg-3) ...
08:48:34 [2019-08-28T08:48:34.993Z] Setting up libprotobuf10:s390x (3.0.0-9) ...
08:48:34 [2019-08-28T08:48:34.993Z] Processing triggers for libc-bin (2.24-11+deb9u4) ...
08:48:35 [2019-08-28T08:48:35.264Z] 53fac1b4f6a7: Verifying Checksum
08:48:35 [2019-08-28T08:48:35.264Z] 53fac1b4f6a7: Download complete
08:48:35 [2019-08-28T08:48:35.385Z] Setting up python-protobuf (3.0.0-9) ...
08:48:35 [2019-08-28T08:48:35.747Z] Setting up libcap-dev:s390x (1:2.25-1) ...
08:48:35 [2019-08-28T08:48:35.747Z] Setting up libprotobuf-c-dev:s390x (1.2.1-2) ...
08:48:35 [2019-08-28T08:48:35.747Z] Setting up libnl-3-200:s390x (3.2.27-2) ...
08:48:35 [2019-08-28T08:48:35.747Z] Setting up libprotobuf-lite10:s390x (3.0.0-9) ...
08:48:35 [2019-08-28T08:48:35.747Z] Setting up libprotoc10:s390x (3.0.0-9) ...
08:48:35 [2019-08-28T08:48:35.747Z] Setting up protobuf-c-compiler (1.2.1-2) ...
08:48:35 [2019-08-28T08:48:35.747Z] Setting up zlib1g-dev:s390x (1:1.2.8.dfsg-5) ...
08:48:35 [2019-08-28T08:48:35.747Z] Setting up protobuf-compiler (3.0.0-9) ...
08:48:35 [2019-08-28T08:48:35.747Z] Setting up libprotobuf-dev:s390x (3.0.0-9) ...
08:48:35 [2019-08-28T08:48:35.747Z] Setting up libnl-3-dev:s390x (3.2.27-2) ...
08:48:35 [2019-08-28T08:48:35.747Z] Processing triggers for libc-bin (2.24-11+deb9u4) ...
08:48:35 [2019-08-28T08:48:35.882Z] 34f648706e72: Verifying Checksum
08:48:35 [2019-08-28T08:48:35.882Z] 34f648706e72: Download complete
08:48:36 [2019-08-28T08:48:36.534Z] Removing intermediate container 9000b94ae5e5
08:48:36 [2019-08-28T08:48:36.534Z]  ---> 21c92db4e6cf
08:48:36 [2019-08-28T08:48:36.534Z] Step 11/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
08:48:36 [2019-08-28T08:48:36.534Z]  ---> Running in ebbad98a3550
08:48:37 [2019-08-28T08:48:37.778Z] Note: Building without setproctitle() and strlcpy() support.
08:48:37 [2019-08-28T08:48:37.779Z]       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
08:48:37 [2019-08-28T08:48:37.779Z] fatal: Not a git repository (or any of the parent directories): .git
08:48:37 [2019-08-28T08:48:37.779Z]   GEN      .gitid
08:48:37 [2019-08-28T08:48:37.779Z]   GEN      criu/include/version.h
08:48:37 [2019-08-28T08:48:37.779Z]   GEN      include/common/asm
08:48:37 [2019-08-28T08:48:37.779Z]   PBCC     images/google/protobuf/descriptor.pb-c.c
08:48:37 [2019-08-28T08:48:37.779Z]   PBCC     images/opts.pb-c.c
08:48:37 [2019-08-28T08:48:37.779Z]   PBCC     images/sit.pb-c.c
08:48:37 [2019-08-28T08:48:37.779Z]   DEP      images/google/protobuf/descriptor.pb-c.d
08:48:37 [2019-08-28T08:48:37.779Z]   DEP      images/opts.pb-c.d
08:48:37 [2019-08-28T08:48:37.779Z]   DEP      images/sit.pb-c.d
08:48:37 [2019-08-28T08:48:37.779Z]   PBCC     images/macvlan.pb-c.c
08:48:37 [2019-08-28T08:48:37.779Z]   DEP      images/macvlan.pb-c.d
08:48:37 [2019-08-28T08:48:37.779Z]   PBCC     images/autofs.pb-c.c
08:48:37 [2019-08-28T08:48:37.779Z]   DEP      images/autofs.pb-c.d
08:48:37 [2019-08-28T08:48:37.779Z]   PBCC     images/sysctl.pb-c.c
08:48:37 [2019-08-28T08:48:37.779Z]   DEP      images/sysctl.pb-c.d
08:48:37 [2019-08-28T08:48:37.779Z]   PBCC     images/time.pb-c.c
08:48:37 [2019-08-28T08:48:37.779Z]   DEP      images/time.pb-c.d
08:48:37 [2019-08-28T08:48:37.779Z]   PBCC     images/binfmt-misc.pb-c.c
08:48:37 [2019-08-28T08:48:37.779Z]   DEP      images/binfmt-misc.pb-c.d
08:48:37 [2019-08-28T08:48:37.779Z]   PBCC     images/seccomp.pb-c.c
08:48:37 [2019-08-28T08:48:37.779Z]   DEP      images/seccomp.pb-c.d
08:48:37 [2019-08-28T08:48:37.779Z]   PBCC     images/userns.pb-c.c
08:48:37 [2019-08-28T08:48:37.779Z]   DEP      images/userns.pb-c.d
08:48:38 [2019-08-28T08:48:38.165Z]   PBCC     images/cgroup.pb-c.c
08:48:38 [2019-08-28T08:48:38.165Z]   DEP      images/cgroup.pb-c.d
08:48:38 [2019-08-28T08:48:38.165Z]   PBCC     images/fown.pb-c.c
08:48:38 [2019-08-28T08:48:38.165Z]   PBCC     images/ext-file.pb-c.c
08:48:38 [2019-08-28T08:48:38.165Z]   DEP      images/fown.pb-c.d
08:48:38 [2019-08-28T08:48:38.165Z]   DEP      images/ext-file.pb-c.d
08:48:38 [2019-08-28T08:48:38.165Z]   PBCC     images/rpc.pb-c.c
08:48:38 [2019-08-28T08:48:38.165Z]   DEP      images/rpc.pb-c.d
08:48:38 [2019-08-28T08:48:38.165Z]   PBCC     images/siginfo.pb-c.c
08:48:38 [2019-08-28T08:48:38.165Z]   DEP      images/siginfo.pb-c.d
08:48:38 [2019-08-28T08:48:38.165Z]   PBCC     images/pagemap.pb-c.c
08:48:38 [2019-08-28T08:48:38.165Z]   DEP      images/pagemap.pb-c.d
08:48:38 [2019-08-28T08:48:38.165Z]   PBCC     images/rlimit.pb-c.c
08:48:38 [2019-08-28T08:48:38.165Z]   DEP      images/rlimit.pb-c.d
08:48:38 [2019-08-28T08:48:38.165Z]   PBCC     images/file-lock.pb-c.c
08:48:38 [2019-08-28T08:48:38.165Z]   DEP      images/file-lock.pb-c.d
08:48:38 [2019-08-28T08:48:38.165Z]   PBCC     images/tty.pb-c.c
08:48:38 [2019-08-28T08:48:38.165Z]   DEP      images/tty.pb-c.d
08:48:38 [2019-08-28T08:48:38.165Z]   PBCC     images/tun.pb-c.c
08:48:38 [2019-08-28T08:48:38.165Z]   PBCC     images/netdev.pb-c.c
08:48:38 [2019-08-28T08:48:38.165Z]   DEP      images/tun.pb-c.d
08:48:38 [2019-08-28T08:48:38.165Z]   DEP      images/netdev.pb-c.d
08:48:38 [2019-08-28T08:48:38.165Z]   PBCC     images/vma.pb-c.c
08:48:38 [2019-08-28T08:48:38.165Z]   DEP      images/vma.pb-c.d
08:48:38 [2019-08-28T08:48:38.165Z]   PBCC     images/creds.pb-c.c
08:48:38 [2019-08-28T08:48:38.165Z]   DEP      images/creds.pb-c.d
08:48:38 [2019-08-28T08:48:38.165Z]   PBCC     images/utsns.pb-c.c
08:48:38 [2019-08-28T08:48:38.165Z]   DEP      images/utsns.pb-c.d
08:48:38 [2019-08-28T08:48:38.165Z]   PBCC     images/ipc-desc.pb-c.c
08:48:38 [2019-08-28T08:48:38.165Z]   PBCC     images/ipc-sem.pb-c.c
08:48:38 [2019-08-28T08:48:38.165Z]   DEP      images/ipc-desc.pb-c.d
08:48:38 [2019-08-28T08:48:38.165Z]   DEP      images/ipc-sem.pb-c.d
08:48:38 [2019-08-28T08:48:38.165Z]   PBCC     images/ipc-msg.pb-c.c
08:48:38 [2019-08-28T08:48:38.165Z]   DEP      images/ipc-msg.pb-c.d
08:48:38 [2019-08-28T08:48:38.165Z]   PBCC     images/ipc-shm.pb-c.c
08:48:38 [2019-08-28T08:48:38.165Z]   DEP      images/ipc-shm.pb-c.d
08:48:38 [2019-08-28T08:48:38.165Z]   PBCC     images/ipc-var.pb-c.c
08:48:38 [2019-08-28T08:48:38.165Z]   DEP      images/ipc-var.pb-c.d
08:48:38 [2019-08-28T08:48:38.165Z]   PBCC     images/sk-opts.pb-c.c
08:48:38 [2019-08-28T08:48:38.165Z]   PBCC     images/packet-sock.pb-c.c
08:48:38 [2019-08-28T08:48:38.165Z]   DEP      images/sk-opts.pb-c.d
08:48:38 [2019-08-28T08:48:38.165Z]   DEP      images/packet-sock.pb-c.d
08:48:38 [2019-08-28T08:48:38.165Z]   PBCC     images/sk-netlink.pb-c.c
08:48:38 [2019-08-28T08:48:38.165Z]   DEP      images/sk-netlink.pb-c.d
08:48:38 [2019-08-28T08:48:38.165Z]   PBCC     images/sk-inet.pb-c.c
08:48:38 [2019-08-28T08:48:38.165Z]   DEP      images/sk-inet.pb-c.d
08:48:38 [2019-08-28T08:48:38.165Z]   PBCC     images/sk-unix.pb-c.c
08:48:38 [2019-08-28T08:48:38.165Z]   DEP      images/sk-unix.pb-c.d
08:48:38 [2019-08-28T08:48:38.165Z]   PBCC     images/mm.pb-c.c
08:48:38 [2019-08-28T08:48:38.165Z]   DEP      images/mm.pb-c.d
08:48:38 [2019-08-28T08:48:38.165Z]   PBCC     images/timerfd.pb-c.c
08:48:38 [2019-08-28T08:48:38.165Z]   DEP      images/timerfd.pb-c.d
08:48:38 [2019-08-28T08:48:38.165Z]   PBCC     images/timer.pb-c.c
08:48:38 [2019-08-28T08:48:38.165Z]   DEP      images/timer.pb-c.d
08:48:38 [2019-08-28T08:48:38.165Z]   PBCC     images/sa.pb-c.c
08:48:38 [2019-08-28T08:48:38.165Z]   DEP      images/sa.pb-c.d
08:48:38 [2019-08-28T08:48:38.165Z]   PBCC     images/pipe-data.pb-c.c
08:48:38 [2019-08-28T08:48:38.165Z]   DEP      images/pipe-data.pb-c.d
08:48:38 [2019-08-28T08:48:38.165Z]   PBCC     images/mnt.pb-c.c
08:48:38 [2019-08-28T08:48:38.165Z]   DEP      images/mnt.pb-c.d
08:48:38 [2019-08-28T08:48:38.165Z]   PBCC     images/sk-packet.pb-c.c
08:48:38 [2019-08-28T08:48:38.575Z] 2825fdb7e177: Pull complete
08:48:38 [2019-08-28T08:48:38.601Z]   DEP      images/sk-packet.pb-c.d
08:48:38 [2019-08-28T08:48:38.601Z]   PBCC     images/tcp-stream.pb-c.c
08:48:38 [2019-08-28T08:48:38.601Z]   DEP      images/tcp-stream.pb-c.d
08:48:38 [2019-08-28T08:48:38.601Z]   PBCC     images/pipe.pb-c.c
08:48:38 [2019-08-28T08:48:38.601Z]   DEP      images/pipe.pb-c.d
08:48:38 [2019-08-28T08:48:38.601Z]   PBCC     images/pstree.pb-c.c
08:48:38 [2019-08-28T08:48:38.601Z]   DEP      images/pstree.pb-c.d
08:48:38 [2019-08-28T08:48:38.601Z]   PBCC     images/fs.pb-c.c
08:48:38 [2019-08-28T08:48:38.601Z]   DEP      images/fs.pb-c.d
08:48:38 [2019-08-28T08:48:38.601Z]   PBCC     images/signalfd.pb-c.c
08:48:38 [2019-08-28T08:48:38.601Z]   DEP      images/signalfd.pb-c.d
08:48:38 [2019-08-28T08:48:38.601Z]   PBCC     images/fh.pb-c.c
08:48:38 [2019-08-28T08:48:38.601Z]   PBCC     images/fsnotify.pb-c.c
08:48:38 [2019-08-28T08:48:38.601Z]   DEP      images/fh.pb-c.d
08:48:38 [2019-08-28T08:48:38.601Z]   DEP      images/fsnotify.pb-c.d
08:48:38 [2019-08-28T08:48:38.601Z]   PBCC     images/eventpoll.pb-c.c
08:48:38 [2019-08-28T08:48:38.601Z]   DEP      images/eventpoll.pb-c.d
08:48:38 [2019-08-28T08:48:38.601Z]   PBCC     images/eventfd.pb-c.c
08:48:38 [2019-08-28T08:48:38.601Z]   DEP      images/eventfd.pb-c.d
08:48:38 [2019-08-28T08:48:38.601Z]   PBCC     images/remap-file-path.pb-c.c
08:48:38 [2019-08-28T08:48:38.601Z]   DEP      images/remap-file-path.pb-c.d
08:48:38 [2019-08-28T08:48:38.601Z]   PBCC     images/fifo.pb-c.c
08:48:38 [2019-08-28T08:48:38.601Z]   DEP      images/fifo.pb-c.d
08:48:38 [2019-08-28T08:48:38.601Z]   PBCC     images/ghost-file.pb-c.c
08:48:38 [2019-08-28T08:48:38.601Z]   DEP      images/ghost-file.pb-c.d
08:48:38 [2019-08-28T08:48:38.601Z]   PBCC     images/regfile.pb-c.c
08:48:38 [2019-08-28T08:48:38.601Z]   DEP      images/regfile.pb-c.d
08:48:38 [2019-08-28T08:48:38.601Z]   PBCC     images/ns.pb-c.c
08:48:38 [2019-08-28T08:48:38.601Z]   DEP      images/ns.pb-c.d
08:48:38 [2019-08-28T08:48:38.601Z]   PBCC     images/fdinfo.pb-c.c
08:48:38 [2019-08-28T08:48:38.601Z]   DEP      images/fdinfo.pb-c.d
08:48:38 [2019-08-28T08:48:38.601Z]   PBCC     images/core-aarch64.pb-c.c
08:48:38 [2019-08-28T08:48:38.601Z]   PBCC     images/core-arm.pb-c.c
08:48:38 [2019-08-28T08:48:38.601Z]   PBCC     images/core-ppc64.pb-c.c
08:48:38 [2019-08-28T08:48:38.601Z]   PBCC     images/core-s390.pb-c.c
08:48:38 [2019-08-28T08:48:38.601Z]   PBCC     images/core-x86.pb-c.c
08:48:38 [2019-08-28T08:48:38.601Z]   PBCC     images/core.pb-c.c
08:48:38 [2019-08-28T08:48:38.601Z]   PBCC     images/inventory.pb-c.c
08:48:38 [2019-08-28T08:48:38.601Z]   DEP      images/core-aarch64.pb-c.d
08:48:38 [2019-08-28T08:48:38.601Z]   DEP      images/core-arm.pb-c.d
08:48:38 [2019-08-28T08:48:38.601Z]   DEP      images/core-ppc64.pb-c.d
08:48:38 [2019-08-28T08:48:38.601Z]   DEP      images/core-s390.pb-c.d
08:48:38 [2019-08-28T08:48:38.601Z]   DEP      images/core-x86.pb-c.d
08:48:38 [2019-08-28T08:48:38.601Z]   DEP      images/core.pb-c.d
08:48:38 [2019-08-28T08:48:38.601Z]   DEP      images/inventory.pb-c.d
08:48:38 [2019-08-28T08:48:38.601Z]   PBCC     images/cpuinfo.pb-c.c
08:48:38 [2019-08-28T08:48:38.601Z]   DEP      images/cpuinfo.pb-c.d
08:48:38 [2019-08-28T08:48:38.601Z]   PBCC     images/stats.pb-c.c
08:48:38 [2019-08-28T08:48:38.601Z]   DEP      images/stats.pb-c.d
08:48:39 [2019-08-28T08:48:39.030Z] make[1]: Nothing to be done for 'all'.
08:48:39 [2019-08-28T08:48:39.030Z]   CC       images/stats.o
08:48:39 [2019-08-28T08:48:39.030Z]   CC       images/core.o
08:48:39 [2019-08-28T08:48:39.030Z]   CC       images/core-x86.o
08:48:39 [2019-08-28T08:48:39.195Z] 361ecb978398: Pull complete
08:48:39 [2019-08-28T08:48:39.395Z]   CC       images/core-arm.o
08:48:39 [2019-08-28T08:48:39.395Z]   CC       images/core-aarch64.o
08:48:39 [2019-08-28T08:48:39.395Z]   CC       images/core-ppc64.o
08:48:39 [2019-08-28T08:48:39.395Z]   CC       images/core-s390.o
08:48:39 [2019-08-28T08:48:39.395Z]   CC       images/cpuinfo.o
08:48:39 [2019-08-28T08:48:39.395Z]   CC       images/inventory.o
08:48:39 [2019-08-28T08:48:39.479Z] 15483e8c82df: Pull complete
08:48:39 [2019-08-28T08:48:39.770Z]   CC       images/fdinfo.o
08:48:39 [2019-08-28T08:48:39.770Z]   CC       images/fown.o
08:48:39 [2019-08-28T08:48:39.770Z]   CC       images/ns.o
08:48:39 [2019-08-28T08:48:39.770Z]   CC       images/regfile.o
08:48:39 [2019-08-28T08:48:39.770Z]   CC       images/ghost-file.o
08:48:39 [2019-08-28T08:48:39.770Z]   CC       images/fifo.o
08:48:39 [2019-08-28T08:48:39.770Z]   CC       images/remap-file-path.o
08:48:39 [2019-08-28T08:48:39.770Z]   CC       images/eventfd.o
08:48:39 [2019-08-28T08:48:39.770Z]   CC       images/eventpoll.o
08:48:39 [2019-08-28T08:48:39.770Z]   CC       images/fh.o
08:48:39 [2019-08-28T08:48:39.770Z]   CC       images/fsnotify.o
08:48:40 [2019-08-28T08:48:40.143Z]   CC       images/signalfd.o
08:48:40 [2019-08-28T08:48:40.143Z]   CC       images/fs.o
08:48:40 [2019-08-28T08:48:40.143Z]   CC       images/pstree.o
08:48:40 [2019-08-28T08:48:40.143Z]   CC       images/pipe.o
08:48:40 [2019-08-28T08:48:40.143Z]   CC       images/tcp-stream.o
08:48:40 [2019-08-28T08:48:40.143Z]   CC       images/sk-packet.o
08:48:40 [2019-08-28T08:48:40.143Z]   CC       images/mnt.o
08:48:40 [2019-08-28T08:48:40.143Z]   CC       images/pipe-data.o
08:48:40 [2019-08-28T08:48:40.143Z]   CC       images/sa.o
08:48:40 [2019-08-28T08:48:40.143Z]   CC       images/timer.o
08:48:40 [2019-08-28T08:48:40.143Z]   CC       images/timerfd.o
08:48:40 [2019-08-28T08:48:40.143Z]   CC       images/mm.o
08:48:40 [2019-08-28T08:48:40.143Z]   CC       images/sk-opts.o
08:48:40 [2019-08-28T08:48:40.519Z]   CC       images/sk-unix.o
08:48:40 [2019-08-28T08:48:40.519Z]   CC       images/sk-inet.o
08:48:40 [2019-08-28T08:48:40.519Z]   CC       images/tun.o
08:48:40 [2019-08-28T08:48:40.519Z]   CC       images/sk-netlink.o
08:48:40 [2019-08-28T08:48:40.519Z]   CC       images/packet-sock.o
08:48:40 [2019-08-28T08:48:40.519Z]   CC       images/ipc-var.o
08:48:40 [2019-08-28T08:48:40.519Z]   CC       images/ipc-desc.o
08:48:40 [2019-08-28T08:48:40.519Z]   CC       images/ipc-shm.o
08:48:40 [2019-08-28T08:48:40.519Z]   CC       images/ipc-msg.o
08:48:40 [2019-08-28T08:48:40.519Z]   CC       images/ipc-sem.o
08:48:40 [2019-08-28T08:48:40.519Z]   CC       images/utsns.o
08:48:40 [2019-08-28T08:48:40.883Z]   CC       images/creds.o
08:48:40 [2019-08-28T08:48:40.883Z]   CC       images/vma.o
08:48:40 [2019-08-28T08:48:40.883Z]   CC       images/netdev.o
08:48:40 [2019-08-28T08:48:40.883Z]   CC       images/tty.o
08:48:40 [2019-08-28T08:48:40.883Z]   CC       images/file-lock.o
08:48:40 [2019-08-28T08:48:40.883Z]   CC       images/rlimit.o
08:48:40 [2019-08-28T08:48:40.883Z]   CC       images/pagemap.o
08:48:40 [2019-08-28T08:48:40.883Z]   CC       images/siginfo.o
08:48:40 [2019-08-28T08:48:40.883Z]   CC       images/rpc.o
08:48:40 [2019-08-28T08:48:40.960Z] 8563a0b9fade: Verifying Checksum
08:48:40 [2019-08-28T08:48:40.960Z] 8563a0b9fade: Download complete
08:48:41 [2019-08-28T08:48:41.247Z]   CC       images/ext-file.o
08:48:41 [2019-08-28T08:48:41.247Z]   CC       images/cgroup.o
08:48:41 [2019-08-28T08:48:41.247Z]   CC       images/userns.o
08:48:41 [2019-08-28T08:48:41.247Z]   CC       images/google/protobuf/descriptor.o
08:48:41 [2019-08-28T08:48:41.665Z]   CC       images/opts.o
08:48:41 [2019-08-28T08:48:41.665Z]   CC       images/seccomp.o
08:48:41 [2019-08-28T08:48:41.665Z]   CC       images/binfmt-misc.o
08:48:41 [2019-08-28T08:48:41.665Z]   CC       images/time.o
08:48:41 [2019-08-28T08:48:41.665Z]   CC       images/sysctl.o
08:48:41 [2019-08-28T08:48:41.665Z]   CC       images/autofs.o
08:48:41 [2019-08-28T08:48:41.665Z]   CC       images/macvlan.o
08:48:41 [2019-08-28T08:48:41.665Z]   CC       images/sit.o
08:48:41 [2019-08-28T08:48:41.665Z]   LINK     images/built-in.o
08:48:41 [2019-08-28T08:48:41.665Z]   GEN      compel/include/asm
08:48:41 [2019-08-28T08:48:41.665Z]   GEN      compel/include/version.h
08:48:41 [2019-08-28T08:48:41.665Z] touch .config
08:48:41 [2019-08-28T08:48:41.665Z]   GEN      include/common/config.h
08:48:41 [2019-08-28T08:48:41.665Z]   DEP      compel/arch/s390/plugins/std/syscalls/syscalls-s390.d
08:48:41 [2019-08-28T08:48:41.665Z]   GEN      compel/plugins/include/uapi/std/syscall-codes.h
08:48:41 [2019-08-28T08:48:41.665Z]   GEN      compel/plugins/include/uapi/std/syscall.h
08:48:41 [2019-08-28T08:48:41.665Z]   GEN      compel/arch/s390/plugins/std/syscalls/syscalls.S
08:48:41 [2019-08-28T08:48:41.665Z]   DEP      compel/arch/s390/plugins/std/syscalls/syscalls.d
08:48:41 [2019-08-28T08:48:41.665Z]   DEP      compel/arch/s390/plugins/std/parasite-head.d
08:48:41 [2019-08-28T08:48:41.665Z]   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
08:48:41 [2019-08-28T08:48:41.665Z]   DEP      compel/plugins/std/infect.d
08:48:41 [2019-08-28T08:48:41.665Z]   DEP      compel/plugins/std/string.d
08:48:41 [2019-08-28T08:48:41.665Z]   DEP      compel/plugins/std/log.d
08:48:41 [2019-08-28T08:48:41.665Z]   DEP      compel/plugins/std/fds.d
08:48:41 [2019-08-28T08:48:41.665Z]   DEP      compel/plugins/std/std.d
08:48:42 [2019-08-28T08:48:42.148Z]   DEP      compel/plugins/shmem/shmem.d
08:48:42 [2019-08-28T08:48:42.148Z]   DEP      compel/plugins/fds/fds.d
08:48:42 [2019-08-28T08:48:42.148Z]   CC       compel/plugins/std/std.o
08:48:42 [2019-08-28T08:48:42.148Z]   CC       compel/plugins/std/fds.o
08:48:42 [2019-08-28T08:48:42.148Z]   CC       compel/plugins/std/log.o
08:48:42 [2019-08-28T08:48:42.148Z]   CC       compel/plugins/std/string.o
08:48:42 [2019-08-28T08:48:42.148Z]   CC       compel/plugins/std/infect.o
08:48:42 [2019-08-28T08:48:42.547Z]   CC       compel/arch/s390/plugins/std/parasite-head.o
08:48:42 [2019-08-28T08:48:42.547Z]   CC       compel/arch/s390/plugins/std/syscalls/syscalls.o
08:48:42 [2019-08-28T08:48:42.547Z]   CC       compel/arch/s390/plugins/std/syscalls/syscalls-s390.o
08:48:42 [2019-08-28T08:48:42.547Z]   AR       compel/plugins/std.lib.a
08:48:42 [2019-08-28T08:48:42.547Z]   CC       compel/plugins/fds/fds.o
08:48:42 [2019-08-28T08:48:42.547Z]   AR       compel/plugins/fds.lib.a
08:48:42 [2019-08-28T08:48:42.547Z]   HOSTDEP  compel/src/lib/log-host.d
08:48:42 [2019-08-28T08:48:42.547Z]   HOSTDEP  compel/src/lib/handle-elf-host.d
08:48:42 [2019-08-28T08:48:42.547Z]   HOSTDEP  compel/arch/s390/src/lib/handle-elf-host.d
08:48:42 [2019-08-28T08:48:42.547Z]   HOSTDEP  compel/src/main-host.d
08:48:42 [2019-08-28T08:48:42.547Z]   DEP      compel/src/lib/ptrace.d
08:48:42 [2019-08-28T08:48:42.547Z]   DEP      compel/src/lib/infect.d
08:48:42 [2019-08-28T08:48:42.547Z]   DEP      compel/src/lib/infect-util.d
08:48:42 [2019-08-28T08:48:42.547Z]   DEP      compel/src/lib/infect-rpc.d
08:48:42 [2019-08-28T08:48:42.547Z]   DEP      compel/arch/s390/src/lib/infect.d
08:48:42 [2019-08-28T08:48:42.547Z]   DEP      compel/arch/s390/src/lib/cpu.d
08:48:42 [2019-08-28T08:48:42.547Z]   DEP      compel/src/lib/log.d
08:48:42 [2019-08-28T08:48:42.547Z]   DEP      compel/src/main.d
08:48:42 [2019-08-28T08:48:42.910Z]   DEP      compel/src/lib/handle-elf.d
08:48:42 [2019-08-28T08:48:42.910Z]   DEP      compel/arch/s390/src/lib/handle-elf.d
08:48:42 [2019-08-28T08:48:42.910Z]   CC       compel/src/lib/log.o
08:48:42 [2019-08-28T08:48:42.910Z]   CC       compel/arch/s390/src/lib/cpu.o
08:48:42 [2019-08-28T08:48:42.910Z]   CC       compel/arch/s390/src/lib/infect.o
08:48:42 [2019-08-28T08:48:42.910Z]   CC       compel/src/lib/infect-rpc.o
08:48:42 [2019-08-28T08:48:42.910Z]   CC       compel/src/lib/infect-util.o
08:48:43 [2019-08-28T08:48:43.271Z]   CC       compel/src/lib/infect.o
08:48:43 [2019-08-28T08:48:43.646Z]   CC       compel/src/lib/ptrace.o
08:48:43 [2019-08-28T08:48:43.646Z]   AR       compel/libcompel.a
08:48:43 [2019-08-28T08:48:43.646Z]   HOSTCC   compel/src/main-host.o
08:48:43 [2019-08-28T08:48:43.646Z]   HOSTCC   compel/arch/s390/src/lib/handle-elf-host.o
08:48:43 [2019-08-28T08:48:43.646Z]   HOSTCC   compel/src/lib/handle-elf-host.o
08:48:43 [2019-08-28T08:48:43.646Z]   HOSTCC   compel/src/lib/log-host.o
08:48:43 [2019-08-28T08:48:43.646Z]   HOSTLINK compel/compel-host-bin
08:48:43 [2019-08-28T08:48:43.646Z]   DEP      soccr/soccr.d
08:48:43 [2019-08-28T08:48:43.646Z]   CC       soccr/soccr.o
08:48:43 [2019-08-28T08:48:43.651Z] 34839f11bbce: Pull complete
08:48:44 [2019-08-28T08:48:44.009Z]   AR       soccr/libsoccr.a
08:48:44 [2019-08-28T08:48:44.009Z] make[1]: 'soccr/libsoccr.a' is up to date.
08:48:44 [2019-08-28T08:48:44.009Z]   DEP      criu/arch/s390/sigframe.d
08:48:44 [2019-08-28T08:48:44.009Z]   DEP      criu/arch/s390/crtools.d
08:48:44 [2019-08-28T08:48:44.009Z]   DEP      criu/arch/s390/cpu.d
08:48:44 [2019-08-28T08:48:44.009Z]   CC       criu/arch/s390/cpu.o
08:48:44 [2019-08-28T08:48:44.371Z]   CC       criu/arch/s390/crtools.o
08:48:44 [2019-08-28T08:48:44.371Z]   CC       criu/arch/s390/sigframe.o
08:48:44 [2019-08-28T08:48:44.371Z]   LINK     criu/arch/s390/crtools.built-in.o
08:48:44 [2019-08-28T08:48:44.371Z]   DEP      criu/arch/s390/vdso-pie.d
08:48:44 [2019-08-28T08:48:44.371Z]   DEP      criu/pie/parasite-vdso.d
08:48:44 [2019-08-28T08:48:44.371Z]   DEP      criu/pie/util-vdso.d
08:48:44 [2019-08-28T08:48:44.737Z]   DEP      criu/pie/util.d
08:48:44 [2019-08-28T08:48:44.737Z]   CC       criu/pie/util.o
08:48:44 [2019-08-28T08:48:44.737Z]   CC       criu/pie/util-vdso.o
08:48:44 [2019-08-28T08:48:44.737Z]   CC       criu/pie/parasite-vdso.o
08:48:44 [2019-08-28T08:48:44.737Z]   CC       criu/arch/s390/vdso-pie.o
08:48:45 [2019-08-28T08:48:45.100Z]   AR       criu/pie/pie.lib.a
08:48:45 [2019-08-28T08:48:45.100Z]   DEP      criu/pie/restorer.d
08:48:45 [2019-08-28T08:48:45.100Z]   DEP      criu/arch/s390/restorer.d
08:48:45 [2019-08-28T08:48:45.100Z]   DEP      criu/pie/parasite.d
08:48:45 [2019-08-28T08:48:45.100Z]   CC       criu/pie/parasite.o
08:48:45 [2019-08-28T08:48:45.100Z]   LINK     criu/pie/parasite.built-in.o
08:48:45 [2019-08-28T08:48:45.100Z]   GEN      criu/pie/parasite-blob.h
08:48:45 [2019-08-28T08:48:45.100Z]   CC       criu/arch/s390/restorer.o
08:48:45 [2019-08-28T08:48:45.481Z]   CC       criu/pie/restorer.o
08:48:45 [2019-08-28T08:48:45.678Z] 34f648706e72: Pull complete
08:48:45 [2019-08-28T08:48:45.851Z]   LINK     criu/pie/restorer.built-in.o
08:48:45 [2019-08-28T08:48:45.851Z]   GEN      criu/pie/restorer-blob.h
08:48:45 [2019-08-28T08:48:45.851Z]   DEP      criu/vdso.d
08:48:45 [2019-08-28T08:48:45.851Z]   DEP      criu/uts_ns.d
08:48:45 [2019-08-28T08:48:45.851Z]   DEP      criu/util.d
08:48:45 [2019-08-28T08:48:45.851Z]   DEP      criu/uffd.d
08:48:45 [2019-08-28T08:48:45.851Z]   DEP      criu/tun.d
08:48:46 [2019-08-28T08:48:46.219Z]   DEP      criu/tty.d
08:48:46 [2019-08-28T08:48:46.219Z]   DEP      criu/timerfd.d
08:48:46 [2019-08-28T08:48:46.219Z]   DEP      criu/sysfs_parse.d
08:48:46 [2019-08-28T08:48:46.219Z]   DEP      criu/sysctl.d
08:48:46 [2019-08-28T08:48:46.219Z]   DEP      criu/string.d
08:48:46 [2019-08-28T08:48:46.219Z]   DEP      criu/stats.d
08:48:46 [2019-08-28T08:48:46.219Z]   DEP      criu/sockets.d
08:48:46 [2019-08-28T08:48:46.219Z]   DEP      criu/sk-unix.d
08:48:46 [2019-08-28T08:48:46.219Z]   DEP      criu/sk-tcp.d
08:48:46 [2019-08-28T08:48:46.219Z]   DEP      criu/sk-queue.d
08:48:46 [2019-08-28T08:48:46.219Z]   DEP      criu/sk-packet.d
08:48:46 [2019-08-28T08:48:46.618Z]   DEP      criu/sk-netlink.d
08:48:46 [2019-08-28T08:48:46.618Z]   DEP      criu/sk-inet.d
08:48:46 [2019-08-28T08:48:46.618Z]   DEP      criu/signalfd.d
08:48:46 [2019-08-28T08:48:46.618Z]   DEP      criu/sigframe.d
08:48:46 [2019-08-28T08:48:46.618Z]   DEP      criu/shmem.d
08:48:46 [2019-08-28T08:48:46.618Z]   DEP      criu/servicefd.d
08:48:46 [2019-08-28T08:48:46.618Z]   DEP      criu/seize.d
08:48:46 [2019-08-28T08:48:46.618Z]   DEP      criu/seccomp.d
08:48:46 [2019-08-28T08:48:46.618Z]   DEP      criu/rst-malloc.d
08:48:46 [2019-08-28T08:48:46.618Z]   DEP      criu/rbtree.d
08:48:46 [2019-08-28T08:48:46.618Z]   DEP      criu/pstree.d
08:48:46 [2019-08-28T08:48:46.618Z]   DEP      criu/protobuf.d
08:48:46 [2019-08-28T08:48:46.618Z]   GEN      criu/protobuf-desc-gen.h
08:48:47 [2019-08-28T08:48:47.045Z]   DEP      criu/protobuf-desc.d
08:48:47 [2019-08-28T08:48:47.045Z]   DEP      criu/proc_parse.d
08:48:47 [2019-08-28T08:48:47.045Z]   DEP      criu/plugin.d
08:48:47 [2019-08-28T08:48:47.045Z]   DEP      criu/pipes.d
08:48:47 [2019-08-28T08:48:47.045Z]   DEP      criu/pie-util.d
08:48:47 [2019-08-28T08:48:47.457Z]   DEP      criu/pie-util-vdso.d
08:48:47 [2019-08-28T08:48:47.457Z]   DEP      criu/pie-util-vdso-elf32.d
08:48:47 [2019-08-28T08:48:47.457Z]   DEP      criu/path.d
08:48:47 [2019-08-28T08:48:47.457Z]   DEP      criu/parasite-syscall.d
08:48:47 [2019-08-28T08:48:47.457Z]   DEP      criu/pagemap.d
08:48:47 [2019-08-28T08:48:47.457Z]   DEP      criu/pagemap-cache.d
08:48:47 [2019-08-28T08:48:47.457Z]   DEP      criu/page-xfer.d
08:48:47 [2019-08-28T08:48:47.457Z]   DEP      criu/page-pipe.d
08:48:47 [2019-08-28T08:48:47.457Z]   DEP      criu/netfilter.d
08:48:47 [2019-08-28T08:48:47.457Z]   DEP      criu/net.d
08:48:47 [2019-08-28T08:48:47.457Z]   DEP      criu/namespaces.d
08:48:47 [2019-08-28T08:48:47.457Z]   DEP      criu/mount.d
08:48:47 [2019-08-28T08:48:47.838Z]   DEP      criu/mem.d
08:48:47 [2019-08-28T08:48:47.838Z]   DEP      criu/lsm.d
08:48:47 [2019-08-28T08:48:47.838Z]   DEP      criu/log.d
08:48:47 [2019-08-28T08:48:47.838Z]   DEP      criu/libnetlink.d
08:48:47 [2019-08-28T08:48:47.838Z]   DEP      criu/kerndat.d
08:48:47 [2019-08-28T08:48:47.838Z]   DEP      criu/kcmp-ids.d
08:48:47 [2019-08-28T08:48:47.838Z]   DEP      criu/irmap.d
08:48:47 [2019-08-28T08:48:47.838Z]   DEP      criu/ipc_ns.d
08:48:47 [2019-08-28T08:48:47.838Z]   DEP      criu/image.d
08:48:47 [2019-08-28T08:48:47.838Z]   DEP      criu/image-desc.d
08:48:47 [2019-08-28T08:48:47.838Z]   DEP      criu/fsnotify.d
08:48:48 [2019-08-28T08:48:48.199Z]   DEP      criu/filesystems.d
08:48:48 [2019-08-28T08:48:48.199Z]   DEP      criu/files.d
08:48:48 [2019-08-28T08:48:48.199Z]   DEP      criu/files-reg.d
08:48:48 [2019-08-28T08:48:48.199Z]   DEP      criu/files-ext.d
08:48:48 [2019-08-28T08:48:48.199Z]   DEP      criu/file-lock.d
08:48:48 [2019-08-28T08:48:48.199Z]   DEP      criu/file-ids.d
08:48:48 [2019-08-28T08:48:48.199Z]   DEP      criu/fifo.d
08:48:48 [2019-08-28T08:48:48.199Z]   DEP      criu/fdstore.d
08:48:48 [2019-08-28T08:48:48.199Z]   DEP      criu/fault-injection.d
08:48:48 [2019-08-28T08:48:48.199Z]   DEP      criu/external.d
08:48:48 [2019-08-28T08:48:48.199Z]   DEP      criu/eventpoll.d
08:48:48 [2019-08-28T08:48:48.199Z]   DEP      criu/eventfd.d
08:48:48 [2019-08-28T08:48:48.566Z]   DEP      criu/crtools.d
08:48:48 [2019-08-28T08:48:48.566Z]   DEP      criu/cr-service.d
08:48:48 [2019-08-28T08:48:48.566Z]   DEP      criu/cr-restore.d
08:48:48 [2019-08-28T08:48:48.566Z]   DEP      criu/cr-errno.d
08:48:48 [2019-08-28T08:48:48.566Z]   DEP      criu/cr-dump.d
08:48:48 [2019-08-28T08:48:48.566Z]   DEP      criu/cr-dedup.d
08:48:48 [2019-08-28T08:48:48.566Z]   DEP      criu/cr-check.d
08:48:48 [2019-08-28T08:48:48.566Z]   DEP      criu/config.d
08:48:48 [2019-08-28T08:48:48.566Z]   DEP      criu/clone-noasan.d
08:48:48 [2019-08-28T08:48:48.566Z]   DEP      criu/cgroup.d
08:48:48 [2019-08-28T08:48:48.566Z]   DEP      criu/cgroup-props.d
08:48:48 [2019-08-28T08:48:48.940Z]   DEP      criu/bitmap.d
08:48:48 [2019-08-28T08:48:48.940Z]   DEP      criu/bfd.d
08:48:48 [2019-08-28T08:48:48.940Z]   DEP      criu/autofs.d
08:48:48 [2019-08-28T08:48:48.940Z]   DEP      criu/aio.d
08:48:48 [2019-08-28T08:48:48.940Z]   DEP      criu/action-scripts.d
08:48:48 [2019-08-28T08:48:48.940Z]   CC       criu/action-scripts.o
08:48:48 [2019-08-28T08:48:48.940Z]   CC       criu/aio.o
08:48:49 [2019-08-28T08:48:49.311Z]   CC       criu/autofs.o
08:48:49 [2019-08-28T08:48:49.311Z]   CC       criu/bfd.o
08:48:49 [2019-08-28T08:48:49.700Z]   CC       criu/bitmap.o
08:48:49 [2019-08-28T08:48:49.700Z]   CC       criu/cgroup-props.o
08:48:49 [2019-08-28T08:48:49.700Z]   CC       criu/cgroup.o
08:48:50 [2019-08-28T08:48:50.462Z]   CC       criu/clone-noasan.o
08:48:50 [2019-08-28T08:48:50.462Z]   CC       criu/config.o
08:48:50 [2019-08-28T08:48:50.844Z]   CC       criu/cr-check.o
08:48:51 [2019-08-28T08:48:51.312Z]   CC       criu/cr-dedup.o
08:48:51 [2019-08-28T08:48:51.312Z]   CC       criu/cr-dump.o
08:48:51 [2019-08-28T08:48:51.731Z]   CC       criu/cr-errno.o
08:48:51 [2019-08-28T08:48:51.731Z]   CC       criu/cr-restore.o
08:48:52 [2019-08-28T08:48:52.495Z] 8563a0b9fade: Pull complete
08:48:52 [2019-08-28T08:48:52.495Z] 53fac1b4f6a7: Pull complete
08:48:52 [2019-08-28T08:48:52.495Z] Digest: sha256:44600a24dff9a70122d4446f63903a642e81c0422cd0d87249a8a5183ba5f926
08:48:52 [2019-08-28T08:48:52.495Z] Status: Downloaded newer image for golang:1.12.9-stretch
08:48:52 [2019-08-28T08:48:52.495Z]  ---> b5f54f7bacb8
08:48:52 [2019-08-28T08:48:52.495Z] Step 5/126 : ARG APT_MIRROR
08:48:52 [2019-08-28T08:48:52.495Z]  ---> Running in ffa9e3fe8a17
08:48:52 [2019-08-28T08:48:52.495Z] Removing intermediate container ffa9e3fe8a17
08:48:52 [2019-08-28T08:48:52.495Z]  ---> 80be86639b70
08:48:52 [2019-08-28T08:48:52.495Z] 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
08:48:52 [2019-08-28T08:48:52.495Z]  ---> Running in 00e1767bb512
08:48:52 [2019-08-28T08:48:52.495Z] Removing intermediate container 00e1767bb512
08:48:52 [2019-08-28T08:48:52.495Z]  ---> 291c9f731d5f
08:48:52 [2019-08-28T08:48:52.495Z] Step 7/126 : FROM base AS criu
08:48:52 [2019-08-28T08:48:52.495Z]  ---> 291c9f731d5f
08:48:52 [2019-08-28T08:48:52.495Z] Step 8/126 : ARG DEBIAN_FRONTEND
08:48:52 [2019-08-28T08:48:52.495Z]  ---> Running in e128f6c0182a
08:48:52 [2019-08-28T08:48:52.495Z] Removing intermediate container e128f6c0182a
08:48:52 [2019-08-28T08:48:52.495Z]  ---> de948e55d84b
08:48:52 [2019-08-28T08:48:52.495Z] Step 9/126 : ENV CRIU_VERSION 3.12
08:48:52 [2019-08-28T08:48:52.495Z]  ---> Running in 90de46dc2077
08:48:52 [2019-08-28T08:48:52.525Z]   CC       criu/cr-service.o
08:48:52 [2019-08-28T08:48:52.776Z] Removing intermediate container 90de46dc2077
08:48:52 [2019-08-28T08:48:52.776Z]  ---> 3dfef17f2ecb
08:48:52 [2019-08-28T08:48:52.776Z] Step 10/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/*
08:48:52 [2019-08-28T08:48:52.776Z]  ---> Running in 8ccf42ba4712
08:48:52 [2019-08-28T08:48:52.887Z]   CC       criu/crtools.o
08:48:53 [2019-08-28T08:48:53.059Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
08:48:53 [2019-08-28T08:48:53.059Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
08:48:53 [2019-08-28T08:48:53.059Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
08:48:53 [2019-08-28T08:48:53.059Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
08:48:53 [2019-08-28T08:48:53.059Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B]
08:48:53 [2019-08-28T08:48:53.250Z]   CC       criu/eventfd.o
08:48:53 [2019-08-28T08:48:53.250Z]   CC       criu/eventpoll.o
08:48:53 [2019-08-28T08:48:53.251Z]   CC       criu/external.o
08:48:53 [2019-08-28T08:48:53.341Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [481 kB]
08:48:53 [2019-08-28T08:48:53.620Z]   CC       criu/fault-injection.o
08:48:53 [2019-08-28T08:48:53.620Z]   CC       criu/fdstore.o
08:48:53 [2019-08-28T08:48:53.620Z]   CC       criu/fifo.o
08:48:53 [2019-08-28T08:48:53.620Z]   CC       criu/file-ids.o
08:48:53 [2019-08-28T08:48:53.620Z]   CC       criu/file-lock.o
08:48:53 [2019-08-28T08:48:53.654Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB]
08:48:53 [2019-08-28T08:48:53.654Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6903 kB]
08:48:53 [2019-08-28T08:48:53.983Z]   CC       criu/files-ext.o
08:48:53 [2019-08-28T08:48:53.983Z]   CC       criu/files-reg.o
08:48:54 [2019-08-28T08:48:54.347Z]   CC       criu/files.o
08:48:55 [2019-08-28T08:48:55.122Z]   CC       criu/filesystems.o
08:48:55 [2019-08-28T08:48:55.122Z]   CC       criu/fsnotify.o
08:48:55 [2019-08-28T08:48:55.485Z]   CC       criu/image-desc.o
08:48:55 [2019-08-28T08:48:55.485Z]   CC       criu/image.o
08:48:55 [2019-08-28T08:48:55.722Z] Fetched 7716 kB in 2s (3101 kB/s)
08:48:56 [2019-08-28T08:48:56.021Z]   CC       criu/ipc_ns.o
08:48:56 [2019-08-28T08:48:56.021Z]   CC       criu/irmap.o
08:48:56 [2019-08-28T08:48:56.435Z]   CC       criu/kcmp-ids.o
08:48:56 [2019-08-28T08:48:56.435Z]   CC       criu/kerndat.o
08:48:56 [2019-08-28T08:48:56.435Z]   CC       criu/libnetlink.o
08:48:56 [2019-08-28T08:48:56.435Z]   CC       criu/log.o
08:48:56 [2019-08-28T08:48:56.739Z] Reading package lists...
08:48:56 [2019-08-28T08:48:56.817Z]   CC       criu/lsm.o
08:48:56 [2019-08-28T08:48:56.817Z]   CC       criu/mem.o
08:48:57 [2019-08-28T08:48:57.178Z]   CC       criu/mount.o
08:48:57 [2019-08-28T08:48:57.748Z] Reading package lists...
08:48:58 [2019-08-28T08:48:58.030Z] Building dependency tree...
08:48:58 [2019-08-28T08:48:58.030Z] Reading state information...
08:48:58 [2019-08-28T08:48:58.312Z] The following additional packages will be installed:
08:48:58 [2019-08-28T08:48:58.312Z]   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10
08:48:58 [2019-08-28T08:48:58.312Z]   libprotoc10 python-pkg-resources zlib1g-dev
08:48:58 [2019-08-28T08:48:58.312Z] Suggested packages:
08:48:58 [2019-08-28T08:48:58.312Z]   manpages-dev python-setuptools
08:48:58 [2019-08-28T08:48:58.434Z]   CC       criu/namespaces.o
08:48:58 [2019-08-28T08:48:58.594Z] The following NEW packages will be installed:
08:48:58 [2019-08-28T08:48:58.594Z]   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
08:48:58 [2019-08-28T08:48:58.594Z]   libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10
08:48:58 [2019-08-28T08:48:58.594Z]   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
08:48:58 [2019-08-28T08:48:58.594Z]   zlib1g-dev
08:48:58 [2019-08-28T08:48:58.594Z] 0 upgraded, 16 newly installed, 0 to remove and 1 not upgraded.
08:48:58 [2019-08-28T08:48:58.594Z] Need to get 3548 kB of archives.
08:48:58 [2019-08-28T08:48:58.594Z] After this operation, 21.2 MB of additional disk space will be used.
08:48:58 [2019-08-28T08:48:58.594Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3 [57.6 kB]
08:48:58 [2019-08-28T08:48:58.594Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libcap-dev ppc64el 1:2.25-1 [29.7 kB]
08:48:58 [2019-08-28T08:48:58.594Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3 [117 kB]
08:48:58 [2019-08-28T08:48:58.594Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-200 ppc64el 3.2.27-2 [55.9 kB]
08:48:58 [2019-08-28T08:48:58.594Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-dev ppc64el 3.2.27-2 [95.0 kB]
08:48:58 [2019-08-28T08:48:58.594Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c1 ppc64el 1.2.1-2 [24.6 kB]
08:48:58 [2019-08-28T08:48:58.594Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c-dev ppc64el 1.2.1-2 [32.0 kB]
08:48:58 [2019-08-28T08:48:58.795Z]   CC       criu/net.o
08:48:58 [2019-08-28T08:48:58.888Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el zlib1g-dev ppc64el 1:1.2.8.dfsg-5 [205 kB]
08:48:58 [2019-08-28T08:48:58.888Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf10 ppc64el 3.0.0-9 [658 kB]
08:48:58 [2019-08-28T08:48:58.888Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-lite10 ppc64el 3.0.0-9 [124 kB]
08:48:58 [2019-08-28T08:48:58.888Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-dev ppc64el 3.0.0-9 [974 kB]
08:48:58 [2019-08-28T08:48:58.888Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotoc10 ppc64el 3.0.0-9 [589 kB]
08:48:58 [2019-08-28T08:48:58.888Z] Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el protobuf-c-compiler ppc64el 1.2.1-2 [75.2 kB]
08:48:58 [2019-08-28T08:48:58.888Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el protobuf-compiler ppc64el 3.0.0-9 [53.0 kB]
08:48:58 [2019-08-28T08:48:58.888Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-pkg-resources all 33.1.1-1 [166 kB]
08:48:58 [2019-08-28T08:48:58.888Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-protobuf ppc64el 3.0.0-9 [291 kB]
08:48:59 [2019-08-28T08:48:59.171Z] debconf: delaying package configuration, since apt-utils is not installed
08:48:59 [2019-08-28T08:48:59.171Z] Fetched 3548 kB in 0s (10.6 MB/s)
08:48:59 [2019-08-28T08:48:59.171Z] Selecting previously unselected package libnet1:ppc64el.
08:48:59 [2019-08-28T08:48:59.171Z] (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.)
08:48:59 [2019-08-28T08:48:59.171Z] Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_ppc64el.deb ...
08:48:59 [2019-08-28T08:48:59.171Z] Unpacking libnet1:ppc64el (1.1.6+dfsg-3) ...
08:48:59 [2019-08-28T08:48:59.171Z] Selecting previously unselected package libcap-dev:ppc64el.
08:48:59 [2019-08-28T08:48:59.171Z] Preparing to unpack .../01-libcap-dev_1%3a2.25-1_ppc64el.deb ...
08:48:59 [2019-08-28T08:48:59.171Z] Unpacking libcap-dev:ppc64el (1:2.25-1) ...
08:48:59 [2019-08-28T08:48:59.171Z] Selecting previously unselected package libnet1-dev.
08:48:59 [2019-08-28T08:48:59.171Z] Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_ppc64el.deb ...
08:48:59 [2019-08-28T08:48:59.171Z] Unpacking libnet1-dev (1.1.6+dfsg-3) ...
08:48:59 [2019-08-28T08:48:59.171Z] Selecting previously unselected package libnl-3-200:ppc64el.
08:48:59 [2019-08-28T08:48:59.171Z] Preparing to unpack .../03-libnl-3-200_3.2.27-2_ppc64el.deb ...
08:48:59 [2019-08-28T08:48:59.171Z] Unpacking libnl-3-200:ppc64el (3.2.27-2) ...
08:48:59 [2019-08-28T08:48:59.455Z] Selecting previously unselected package libnl-3-dev:ppc64el.
08:48:59 [2019-08-28T08:48:59.455Z] Preparing to unpack .../04-libnl-3-dev_3.2.27-2_ppc64el.deb ...
08:48:59 [2019-08-28T08:48:59.455Z] Unpacking libnl-3-dev:ppc64el (3.2.27-2) ...
08:48:59 [2019-08-28T08:48:59.455Z] Selecting previously unselected package libprotobuf-c1:ppc64el.
08:48:59 [2019-08-28T08:48:59.455Z] Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_ppc64el.deb ...
08:48:59 [2019-08-28T08:48:59.455Z] Unpacking libprotobuf-c1:ppc64el (1.2.1-2) ...
08:48:59 [2019-08-28T08:48:59.455Z] Selecting previously unselected package libprotobuf-c-dev:ppc64el.
08:48:59 [2019-08-28T08:48:59.455Z] Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_ppc64el.deb ...
08:48:59 [2019-08-28T08:48:59.455Z] Unpacking libprotobuf-c-dev:ppc64el (1.2.1-2) ...
08:48:59 [2019-08-28T08:48:59.455Z] Selecting previously unselected package zlib1g-dev:ppc64el.
08:48:59 [2019-08-28T08:48:59.455Z] Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_ppc64el.deb ...
08:48:59 [2019-08-28T08:48:59.455Z] Unpacking zlib1g-dev:ppc64el (1:1.2.8.dfsg-5) ...
08:48:59 [2019-08-28T08:48:59.455Z] Selecting previously unselected package libprotobuf10:ppc64el.
08:48:59 [2019-08-28T08:48:59.455Z] Preparing to unpack .../08-libprotobuf10_3.0.0-9_ppc64el.deb ...
08:48:59 [2019-08-28T08:48:59.455Z] Unpacking libprotobuf10:ppc64el (3.0.0-9) ...
08:48:59 [2019-08-28T08:48:59.569Z]   CC       criu/netfilter.o
08:48:59 [2019-08-28T08:48:59.569Z]   CC       criu/page-pipe.o
08:48:59 [2019-08-28T08:48:59.738Z] Selecting previously unselected package libprotobuf-lite10:ppc64el.
08:48:59 [2019-08-28T08:48:59.738Z] Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_ppc64el.deb ...
08:48:59 [2019-08-28T08:48:59.738Z] Unpacking libprotobuf-lite10:ppc64el (3.0.0-9) ...
08:48:59 [2019-08-28T08:48:59.738Z] Selecting previously unselected package libprotobuf-dev:ppc64el.
08:48:59 [2019-08-28T08:48:59.738Z] Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_ppc64el.deb ...
08:48:59 [2019-08-28T08:48:59.738Z] Unpacking libprotobuf-dev:ppc64el (3.0.0-9) ...
08:48:59 [2019-08-28T08:48:59.738Z] Selecting previously unselected package libprotoc10:ppc64el.
08:48:59 [2019-08-28T08:48:59.738Z] Preparing to unpack .../11-libprotoc10_3.0.0-9_ppc64el.deb ...
08:48:59 [2019-08-28T08:48:59.738Z] Unpacking libprotoc10:ppc64el (3.0.0-9) ...
08:48:59 [2019-08-28T08:48:59.943Z]   CC       criu/page-xfer.o
08:49:00 [2019-08-28T08:49:00.022Z] Selecting previously unselected package protobuf-c-compiler.
08:49:00 [2019-08-28T08:49:00.022Z] Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_ppc64el.deb ...
08:49:00 [2019-08-28T08:49:00.022Z] Unpacking protobuf-c-compiler (1.2.1-2) ...
08:49:00 [2019-08-28T08:49:00.022Z] Selecting previously unselected package protobuf-compiler.
08:49:00 [2019-08-28T08:49:00.022Z] Preparing to unpack .../13-protobuf-compiler_3.0.0-9_ppc64el.deb ...
08:49:00 [2019-08-28T08:49:00.022Z] Unpacking protobuf-compiler (3.0.0-9) ...
08:49:00 [2019-08-28T08:49:00.022Z] Selecting previously unselected package python-pkg-resources.
08:49:00 [2019-08-28T08:49:00.022Z] Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ...
08:49:00 [2019-08-28T08:49:00.022Z] Unpacking python-pkg-resources (33.1.1-1) ...
08:49:00 [2019-08-28T08:49:00.022Z] Selecting previously unselected package python-protobuf.
08:49:00 [2019-08-28T08:49:00.022Z] Preparing to unpack .../15-python-protobuf_3.0.0-9_ppc64el.deb ...
08:49:00 [2019-08-28T08:49:00.022Z] Unpacking python-protobuf (3.0.0-9) ...
08:49:00 [2019-08-28T08:49:00.022Z] Setting up libnet1:ppc64el (1.1.6+dfsg-3) ...
08:49:00 [2019-08-28T08:49:00.304Z] Setting up libprotobuf-c1:ppc64el (1.2.1-2) ...
08:49:00 [2019-08-28T08:49:00.304Z] Setting up python-pkg-resources (33.1.1-1) ...
08:49:00 [2019-08-28T08:49:00.325Z]   CC       criu/pagemap-cache.o
08:49:00 [2019-08-28T08:49:00.325Z]   CC       criu/pagemap.o
08:49:00 [2019-08-28T08:49:00.325Z]   CC       criu/parasite-syscall.o
08:49:00 [2019-08-28T08:49:00.806Z]   CC       criu/path.o
08:49:00 [2019-08-28T08:49:00.806Z]   CC       criu/pie-util-vdso-elf32.o
08:49:01 [2019-08-28T08:49:01.214Z]   CC       criu/pie-util-vdso.o
08:49:01 [2019-08-28T08:49:01.214Z]   CC       criu/pie-util.o
08:49:01 [2019-08-28T08:49:01.214Z]   CC       criu/pipes.o
08:49:01 [2019-08-28T08:49:01.214Z]   CC       criu/plugin.o
08:49:01 [2019-08-28T08:49:01.309Z] Setting up libnet1-dev (1.1.6+dfsg-3) ...
08:49:01 [2019-08-28T08:49:01.309Z] Setting up libprotobuf10:ppc64el (3.0.0-9) ...
08:49:01 [2019-08-28T08:49:01.309Z] Processing triggers for libc-bin (2.24-11+deb9u4) ...
08:49:01 [2019-08-28T08:49:01.309Z] Setting up python-protobuf (3.0.0-9) ...
08:49:01 [2019-08-28T08:49:01.584Z]   CC       criu/proc_parse.o
08:49:02 [2019-08-28T08:49:02.400Z]   CC       criu/protobuf-desc.o
08:49:02 [2019-08-28T08:49:02.774Z]   CC       criu/protobuf.o
08:49:02 [2019-08-28T08:49:02.774Z]   CC       criu/pstree.o
08:49:02 [2019-08-28T08:49:02.780Z] Setting up libcap-dev:ppc64el (1:2.25-1) ...
08:49:02 [2019-08-28T08:49:02.780Z] Setting up libprotobuf-c-dev:ppc64el (1.2.1-2) ...
08:49:02 [2019-08-28T08:49:02.780Z] Setting up libnl-3-200:ppc64el (3.2.27-2) ...
08:49:02 [2019-08-28T08:49:02.780Z] Setting up libprotobuf-lite10:ppc64el (3.0.0-9) ...
08:49:02 [2019-08-28T08:49:02.780Z] Setting up libprotoc10:ppc64el (3.0.0-9) ...
08:49:02 [2019-08-28T08:49:02.780Z] Setting up protobuf-c-compiler (1.2.1-2) ...
08:49:02 [2019-08-28T08:49:02.780Z] Setting up zlib1g-dev:ppc64el (1:1.2.8.dfsg-5) ...
08:49:02 [2019-08-28T08:49:02.780Z] Setting up protobuf-compiler (3.0.0-9) ...
08:49:02 [2019-08-28T08:49:02.780Z] Setting up libprotobuf-dev:ppc64el (3.0.0-9) ...
08:49:02 [2019-08-28T08:49:02.780Z] Setting up libnl-3-dev:ppc64el (3.2.27-2) ...
08:49:02 [2019-08-28T08:49:02.780Z] Processing triggers for libc-bin (2.24-11+deb9u4) ...
08:49:03 [2019-08-28T08:49:03.307Z]   CC       criu/rbtree.o
08:49:03 [2019-08-28T08:49:03.307Z]   CC       criu/rst-malloc.o
08:49:03 [2019-08-28T08:49:03.307Z]   CC       criu/seccomp.o
08:49:03 [2019-08-28T08:49:03.307Z]   CC       criu/seize.o
08:49:03 [2019-08-28T08:49:03.413Z] Removing intermediate container 8ccf42ba4712
08:49:03 [2019-08-28T08:49:03.413Z]  ---> db71d767a8b3
08:49:03 [2019-08-28T08:49:03.413Z] Step 11/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
08:49:03 [2019-08-28T08:49:03.413Z]  ---> Running in 64794bacdfdc
08:49:03 [2019-08-28T08:49:03.694Z]   CC       criu/servicefd.o
08:49:04 [2019-08-28T08:49:04.061Z]   CC       criu/shmem.o
08:49:04 [2019-08-28T08:49:04.061Z]   CC       criu/sigframe.o
08:49:04 [2019-08-28T08:49:04.061Z]   CC       criu/signalfd.o
08:49:04 [2019-08-28T08:49:04.431Z] Note: Building without setproctitle() and strlcpy() support.
08:49:04 [2019-08-28T08:49:04.431Z]       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
08:49:04 [2019-08-28T08:49:04.441Z]   CC       criu/sk-inet.o
08:49:04 [2019-08-28T08:49:04.441Z]   CC       criu/sk-netlink.o
08:49:04 [2019-08-28T08:49:04.717Z] fatal: Not a git repository (or any of the parent directories): .git
08:49:04 [2019-08-28T08:49:04.717Z]   GEN      .gitid
08:49:04 [2019-08-28T08:49:04.717Z]   GEN      criu/include/version.h
08:49:04 [2019-08-28T08:49:04.717Z]   GEN      include/common/asm
08:49:04 [2019-08-28T08:49:04.842Z]   CC       criu/sk-packet.o
08:49:04 [2019-08-28T08:49:04.842Z]   CC       criu/sk-queue.o
08:49:05 [2019-08-28T08:49:05.000Z]   PBCC     images/google/protobuf/descriptor.pb-c.c
08:49:05 [2019-08-28T08:49:05.000Z]   PBCC     images/opts.pb-c.c
08:49:05 [2019-08-28T08:49:05.000Z]   PBCC     images/sit.pb-c.c
08:49:05 [2019-08-28T08:49:05.000Z]   DEP      images/google/protobuf/descriptor.pb-c.d
08:49:05 [2019-08-28T08:49:05.000Z]   DEP      images/opts.pb-c.d
08:49:05 [2019-08-28T08:49:05.000Z]   DEP      images/sit.pb-c.d
08:49:05 [2019-08-28T08:49:05.000Z]   PBCC     images/macvlan.pb-c.c
08:49:05 [2019-08-28T08:49:05.000Z]   DEP      images/macvlan.pb-c.d
08:49:05 [2019-08-28T08:49:05.000Z]   PBCC     images/autofs.pb-c.c
08:49:05 [2019-08-28T08:49:05.000Z]   DEP      images/autofs.pb-c.d
08:49:05 [2019-08-28T08:49:05.000Z]   PBCC     images/sysctl.pb-c.c
08:49:05 [2019-08-28T08:49:05.000Z]   DEP      images/sysctl.pb-c.d
08:49:05 [2019-08-28T08:49:05.000Z]   PBCC     images/time.pb-c.c
08:49:05 [2019-08-28T08:49:05.000Z]   DEP      images/time.pb-c.d
08:49:05 [2019-08-28T08:49:05.000Z]   PBCC     images/binfmt-misc.pb-c.c
08:49:05 [2019-08-28T08:49:05.260Z]   CC       criu/sk-tcp.o
08:49:05 [2019-08-28T08:49:05.260Z]   CC       criu/sk-unix.o
08:49:05 [2019-08-28T08:49:05.283Z]   DEP      images/binfmt-misc.pb-c.d
08:49:05 [2019-08-28T08:49:05.283Z]   PBCC     images/seccomp.pb-c.c
08:49:05 [2019-08-28T08:49:05.283Z]   DEP      images/seccomp.pb-c.d
08:49:05 [2019-08-28T08:49:05.283Z]   PBCC     images/userns.pb-c.c
08:49:05 [2019-08-28T08:49:05.283Z]   DEP      images/userns.pb-c.d
08:49:05 [2019-08-28T08:49:05.283Z]   PBCC     images/cgroup.pb-c.c
08:49:05 [2019-08-28T08:49:05.283Z]   DEP      images/cgroup.pb-c.d
08:49:05 [2019-08-28T08:49:05.283Z]   PBCC     images/fown.pb-c.c
08:49:05 [2019-08-28T08:49:05.283Z]   PBCC     images/ext-file.pb-c.c
08:49:05 [2019-08-28T08:49:05.283Z]   DEP      images/fown.pb-c.d
08:49:05 [2019-08-28T08:49:05.283Z]   DEP      images/ext-file.pb-c.d
08:49:05 [2019-08-28T08:49:05.283Z]   PBCC     images/rpc.pb-c.c
08:49:05 [2019-08-28T08:49:05.283Z]   DEP      images/rpc.pb-c.d
08:49:05 [2019-08-28T08:49:05.283Z]   PBCC     images/siginfo.pb-c.c
08:49:05 [2019-08-28T08:49:05.283Z]   DEP      images/siginfo.pb-c.d
08:49:05 [2019-08-28T08:49:05.283Z]   PBCC     images/pagemap.pb-c.c
08:49:05 [2019-08-28T08:49:05.283Z]   DEP      images/pagemap.pb-c.d
08:49:05 [2019-08-28T08:49:05.283Z]   PBCC     images/rlimit.pb-c.c
08:49:05 [2019-08-28T08:49:05.283Z]   DEP      images/rlimit.pb-c.d
08:49:05 [2019-08-28T08:49:05.283Z]   PBCC     images/file-lock.pb-c.c
08:49:05 [2019-08-28T08:49:05.283Z]   DEP      images/file-lock.pb-c.d
08:49:05 [2019-08-28T08:49:05.283Z]   PBCC     images/tty.pb-c.c
08:49:05 [2019-08-28T08:49:05.283Z]   DEP      images/tty.pb-c.d
08:49:05 [2019-08-28T08:49:05.565Z]   PBCC     images/tun.pb-c.c
08:49:05 [2019-08-28T08:49:05.565Z]   PBCC     images/netdev.pb-c.c
08:49:05 [2019-08-28T08:49:05.565Z]   DEP      images/tun.pb-c.d
08:49:05 [2019-08-28T08:49:05.565Z]   DEP      images/netdev.pb-c.d
08:49:05 [2019-08-28T08:49:05.565Z]   PBCC     images/vma.pb-c.c
08:49:05 [2019-08-28T08:49:05.565Z]   DEP      images/vma.pb-c.d
08:49:05 [2019-08-28T08:49:05.565Z]   PBCC     images/creds.pb-c.c
08:49:05 [2019-08-28T08:49:05.565Z]   DEP      images/creds.pb-c.d
08:49:05 [2019-08-28T08:49:05.565Z]   PBCC     images/utsns.pb-c.c
08:49:05 [2019-08-28T08:49:05.565Z]   DEP      images/utsns.pb-c.d
08:49:05 [2019-08-28T08:49:05.565Z]   PBCC     images/ipc-desc.pb-c.c
08:49:05 [2019-08-28T08:49:05.565Z]   PBCC     images/ipc-sem.pb-c.c
08:49:05 [2019-08-28T08:49:05.565Z]   DEP      images/ipc-desc.pb-c.d
08:49:05 [2019-08-28T08:49:05.565Z]   DEP      images/ipc-sem.pb-c.d
08:49:05 [2019-08-28T08:49:05.565Z]   PBCC     images/ipc-msg.pb-c.c
08:49:05 [2019-08-28T08:49:05.565Z]   DEP      images/ipc-msg.pb-c.d
08:49:05 [2019-08-28T08:49:05.565Z]   PBCC     images/ipc-shm.pb-c.c
08:49:05 [2019-08-28T08:49:05.565Z]   DEP      images/ipc-shm.pb-c.d
08:49:05 [2019-08-28T08:49:05.565Z]   PBCC     images/ipc-var.pb-c.c
08:49:05 [2019-08-28T08:49:05.565Z]   DEP      images/ipc-var.pb-c.d
08:49:05 [2019-08-28T08:49:05.565Z]   PBCC     images/sk-opts.pb-c.c
08:49:05 [2019-08-28T08:49:05.565Z]   PBCC     images/packet-sock.pb-c.c
08:49:05 [2019-08-28T08:49:05.565Z]   DEP      images/sk-opts.pb-c.d
08:49:05 [2019-08-28T08:49:05.656Z]   CC       criu/sockets.o
08:49:05 [2019-08-28T08:49:05.848Z]   DEP      images/packet-sock.pb-c.d
08:49:05 [2019-08-28T08:49:05.848Z]   PBCC     images/sk-netlink.pb-c.c
08:49:05 [2019-08-28T08:49:05.848Z]   DEP      images/sk-netlink.pb-c.d
08:49:05 [2019-08-28T08:49:05.848Z]   PBCC     images/sk-inet.pb-c.c
08:49:05 [2019-08-28T08:49:05.848Z]   DEP      images/sk-inet.pb-c.d
08:49:05 [2019-08-28T08:49:05.848Z]   PBCC     images/sk-unix.pb-c.c
08:49:05 [2019-08-28T08:49:05.848Z]   DEP      images/sk-unix.pb-c.d
08:49:05 [2019-08-28T08:49:05.848Z]   PBCC     images/mm.pb-c.c
08:49:05 [2019-08-28T08:49:05.848Z]   DEP      images/mm.pb-c.d
08:49:05 [2019-08-28T08:49:05.848Z]   PBCC     images/timerfd.pb-c.c
08:49:05 [2019-08-28T08:49:05.848Z]   DEP      images/timerfd.pb-c.d
08:49:05 [2019-08-28T08:49:05.848Z]   PBCC     images/timer.pb-c.c
08:49:05 [2019-08-28T08:49:05.848Z]   DEP      images/timer.pb-c.d
08:49:05 [2019-08-28T08:49:05.848Z]   PBCC     images/sa.pb-c.c
08:49:05 [2019-08-28T08:49:05.848Z]   DEP      images/sa.pb-c.d
08:49:05 [2019-08-28T08:49:05.848Z]   PBCC     images/pipe-data.pb-c.c
08:49:05 [2019-08-28T08:49:05.848Z]   DEP      images/pipe-data.pb-c.d
08:49:05 [2019-08-28T08:49:05.848Z]   PBCC     images/mnt.pb-c.c
08:49:05 [2019-08-28T08:49:05.848Z]   DEP      images/mnt.pb-c.d
08:49:05 [2019-08-28T08:49:05.848Z]   PBCC     images/sk-packet.pb-c.c
08:49:05 [2019-08-28T08:49:05.848Z]   DEP      images/sk-packet.pb-c.d
08:49:06 [2019-08-28T08:49:06.028Z]   CC       criu/stats.o
08:49:06 [2019-08-28T08:49:06.028Z]   CC       criu/string.o
08:49:06 [2019-08-28T08:49:06.028Z]   CC       criu/sysctl.o
08:49:06 [2019-08-28T08:49:06.130Z]   PBCC     images/tcp-stream.pb-c.c
08:49:06 [2019-08-28T08:49:06.130Z]   DEP      images/tcp-stream.pb-c.d
08:49:06 [2019-08-28T08:49:06.130Z]   PBCC     images/pipe.pb-c.c
08:49:06 [2019-08-28T08:49:06.130Z]   DEP      images/pipe.pb-c.d
08:49:06 [2019-08-28T08:49:06.130Z]   PBCC     images/pstree.pb-c.c
08:49:06 [2019-08-28T08:49:06.130Z]   DEP      images/pstree.pb-c.d
08:49:06 [2019-08-28T08:49:06.130Z]   PBCC     images/fs.pb-c.c
08:49:06 [2019-08-28T08:49:06.130Z]   DEP      images/fs.pb-c.d
08:49:06 [2019-08-28T08:49:06.130Z]   PBCC     images/signalfd.pb-c.c
08:49:06 [2019-08-28T08:49:06.130Z]   DEP      images/signalfd.pb-c.d
08:49:06 [2019-08-28T08:49:06.130Z]   PBCC     images/fh.pb-c.c
08:49:06 [2019-08-28T08:49:06.130Z]   PBCC     images/fsnotify.pb-c.c
08:49:06 [2019-08-28T08:49:06.130Z]   DEP      images/fh.pb-c.d
08:49:06 [2019-08-28T08:49:06.130Z]   DEP      images/fsnotify.pb-c.d
08:49:06 [2019-08-28T08:49:06.130Z]   PBCC     images/eventpoll.pb-c.c
08:49:06 [2019-08-28T08:49:06.130Z]   DEP      images/eventpoll.pb-c.d
08:49:06 [2019-08-28T08:49:06.130Z]   PBCC     images/eventfd.pb-c.c
08:49:06 [2019-08-28T08:49:06.130Z]   DEP      images/eventfd.pb-c.d
08:49:06 [2019-08-28T08:49:06.130Z]   PBCC     images/remap-file-path.pb-c.c
08:49:06 [2019-08-28T08:49:06.130Z]   DEP      images/remap-file-path.pb-c.d
08:49:06 [2019-08-28T08:49:06.130Z]   PBCC     images/fifo.pb-c.c
08:49:06 [2019-08-28T08:49:06.130Z]   DEP      images/fifo.pb-c.d
08:49:06 [2019-08-28T08:49:06.392Z]   CC       criu/sysfs_parse.o
08:49:06 [2019-08-28T08:49:06.392Z]   CC       criu/timerfd.o
08:49:06 [2019-08-28T08:49:06.412Z]   PBCC     images/ghost-file.pb-c.c
08:49:06 [2019-08-28T08:49:06.412Z]   DEP      images/ghost-file.pb-c.d
08:49:06 [2019-08-28T08:49:06.412Z]   PBCC     images/regfile.pb-c.c
08:49:06 [2019-08-28T08:49:06.412Z]   DEP      images/regfile.pb-c.d
08:49:06 [2019-08-28T08:49:06.412Z]   PBCC     images/ns.pb-c.c
08:49:06 [2019-08-28T08:49:06.412Z]   DEP      images/ns.pb-c.d
08:49:06 [2019-08-28T08:49:06.412Z]   PBCC     images/fdinfo.pb-c.c
08:49:06 [2019-08-28T08:49:06.412Z]   DEP      images/fdinfo.pb-c.d
08:49:06 [2019-08-28T08:49:06.412Z]   PBCC     images/core-aarch64.pb-c.c
08:49:06 [2019-08-28T08:49:06.412Z]   PBCC     images/core-arm.pb-c.c
08:49:06 [2019-08-28T08:49:06.412Z]   PBCC     images/core-ppc64.pb-c.c
08:49:06 [2019-08-28T08:49:06.412Z]   PBCC     images/core-s390.pb-c.c
08:49:06 [2019-08-28T08:49:06.412Z]   PBCC     images/core-x86.pb-c.c
08:49:06 [2019-08-28T08:49:06.412Z]   PBCC     images/core.pb-c.c
08:49:06 [2019-08-28T08:49:06.412Z]   PBCC     images/inventory.pb-c.c
08:49:06 [2019-08-28T08:49:06.412Z]   DEP      images/core-aarch64.pb-c.d
08:49:06 [2019-08-28T08:49:06.412Z]   DEP      images/core-arm.pb-c.d
08:49:06 [2019-08-28T08:49:06.412Z]   DEP      images/core-ppc64.pb-c.d
08:49:06 [2019-08-28T08:49:06.412Z]   DEP      images/core-s390.pb-c.d
08:49:06 [2019-08-28T08:49:06.695Z]   DEP      images/core-x86.pb-c.d
08:49:06 [2019-08-28T08:49:06.695Z]   DEP      images/core.pb-c.d
08:49:06 [2019-08-28T08:49:06.695Z]   DEP      images/inventory.pb-c.d
08:49:06 [2019-08-28T08:49:06.695Z]   PBCC     images/cpuinfo.pb-c.c
08:49:06 [2019-08-28T08:49:06.695Z]   DEP      images/cpuinfo.pb-c.d
08:49:06 [2019-08-28T08:49:06.695Z]   PBCC     images/stats.pb-c.c
08:49:06 [2019-08-28T08:49:06.695Z]   DEP      images/stats.pb-c.d
08:49:06 [2019-08-28T08:49:06.767Z]   CC       criu/tty.o
08:49:06 [2019-08-28T08:49:06.980Z] make[1]: Nothing to be done for 'all'.
08:49:07 [2019-08-28T08:49:07.141Z]   CC       criu/tun.o
08:49:07 [2019-08-28T08:49:07.263Z]   CC       images/stats.o
08:49:07 [2019-08-28T08:49:07.263Z]   CC       images/core.o
08:49:07 [2019-08-28T08:49:07.505Z]   CC       criu/uffd.o
08:49:07 [2019-08-28T08:49:07.545Z]   CC       images/core-x86.o
08:49:07 [2019-08-28T08:49:07.826Z]   CC       images/core-arm.o
08:49:07 [2019-08-28T08:49:07.826Z]   CC       images/core-aarch64.o
08:49:07 [2019-08-28T08:49:07.874Z]   CC       criu/util.o
08:49:08 [2019-08-28T08:49:08.109Z]   CC       images/core-ppc64.o
08:49:08 [2019-08-28T08:49:08.109Z]   CC       images/core-s390.o
08:49:08 [2019-08-28T08:49:08.243Z]   CC       criu/uts_ns.o
08:49:08 [2019-08-28T08:49:08.243Z]   CC       criu/vdso.o
08:49:08 [2019-08-28T08:49:08.243Z]   LINK     criu/built-in.o
08:49:08 [2019-08-28T08:49:08.390Z]   CC       images/cpuinfo.o
08:49:08 [2019-08-28T08:49:08.624Z]   LINK     criu/criu
08:49:08 [2019-08-28T08:49:08.624Z]   DEP      lib/c/criu.d
08:49:08 [2019-08-28T08:49:08.624Z]   CC       images/rpc.pb-c.o
08:49:08 [2019-08-28T08:49:08.624Z]   CC       lib/c/criu.o
08:49:08 [2019-08-28T08:49:08.672Z]   CC       images/inventory.o
08:49:08 [2019-08-28T08:49:08.672Z]   CC       images/fdinfo.o
08:49:08 [2019-08-28T08:49:08.672Z]   CC       images/fown.o
08:49:08 [2019-08-28T08:49:08.968Z]   CC       images/ns.o
08:49:08 [2019-08-28T08:49:08.968Z]   CC       images/regfile.o
08:49:08 [2019-08-28T08:49:08.968Z]   CC       images/ghost-file.o
08:49:08 [2019-08-28T08:49:08.968Z]   CC       images/fifo.o
08:49:08 [2019-08-28T08:49:08.995Z]   LINK     lib/c/built-in.o
08:49:08 [2019-08-28T08:49:08.995Z]   LINK     lib/c/libcriu.so
08:49:09 [2019-08-28T08:49:09.250Z]   CC       images/remap-file-path.o
08:49:09 [2019-08-28T08:49:09.250Z]   CC       images/eventfd.o
08:49:09 [2019-08-28T08:49:09.250Z]   CC       images/eventpoll.o
08:49:09 [2019-08-28T08:49:09.250Z]   CC       images/fh.o
08:49:09 [2019-08-28T08:49:09.386Z]   GEN      magic.py
08:49:09 [2019-08-28T08:49:09.387Z] Note: Building without setproctitle() and strlcpy() support.
08:49:09 [2019-08-28T08:49:09.387Z]       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
08:49:09 [2019-08-28T08:49:09.387Z] fatal: Not a git repository (or any of the parent directories): .git
08:49:09 [2019-08-28T08:49:09.387Z] make[1]: Nothing to be done for 'all'.
08:49:09 [2019-08-28T08:49:09.531Z]   CC       images/fsnotify.o
08:49:09 [2019-08-28T08:49:09.531Z]   CC       images/signalfd.o
08:49:09 [2019-08-28T08:49:09.813Z]   CC       images/fs.o
08:49:09 [2019-08-28T08:49:09.813Z]   CC       images/pstree.o
08:49:09 [2019-08-28T08:49:09.813Z]   CC       images/pipe.o
08:49:09 [2019-08-28T08:49:09.813Z]   CC       images/tcp-stream.o
08:49:09 [2019-08-28T08:49:09.852Z] make[1]: 'images/built-in.o' is up to date.
08:49:09 [2019-08-28T08:49:09.852Z] make[1]: 'compel/plugins/std.lib.a' is up to date.
08:49:09 [2019-08-28T08:49:09.852Z] make[1]: 'compel/plugins/fds.lib.a' is up to date.
08:49:09 [2019-08-28T08:49:09.852Z] make[1]: 'compel/libcompel.a' is up to date.
08:49:09 [2019-08-28T08:49:09.852Z] make[1]: 'compel/compel-host-bin' is up to date.
08:49:09 [2019-08-28T08:49:09.852Z] make[1]: Nothing to be done for 'all'.
08:49:09 [2019-08-28T08:49:09.852Z] make[1]: 'soccr/libsoccr.a' is up to date.
08:49:09 [2019-08-28T08:49:09.852Z] make[2]: Nothing to be done for 'all'.
08:49:09 [2019-08-28T08:49:09.852Z] make[2]: Nothing to be done for 'all'.
08:49:09 [2019-08-28T08:49:09.852Z] make[2]: Nothing to be done for 'all'.
08:49:09 [2019-08-28T08:49:09.852Z] make[2]: Nothing to be done for 'all'.
08:49:09 [2019-08-28T08:49:09.852Z] make[2]: Nothing to be done for 'all'.
08:49:09 [2019-08-28T08:49:09.852Z] make[2]: Nothing to be done for 'all'.
08:49:09 [2019-08-28T08:49:09.852Z] make[2]: Nothing to be done for 'all'.
08:49:09 [2019-08-28T08:49:09.852Z] make[2]: Nothing to be done for 'all'.
08:49:09 [2019-08-28T08:49:09.852Z]   INSTALL  criu/criu
08:49:10 [2019-08-28T08:49:10.094Z]   CC       images/sk-packet.o
08:49:10 [2019-08-28T08:49:10.094Z]   CC       images/mnt.o
08:49:10 [2019-08-28T08:49:10.094Z]   CC       images/pipe-data.o
08:49:10 [2019-08-28T08:49:10.094Z]   CC       images/sa.o
08:49:10 [2019-08-28T08:49:10.376Z]   CC       images/timer.o
08:49:10 [2019-08-28T08:49:10.376Z]   CC       images/timerfd.o
08:49:10 [2019-08-28T08:49:10.376Z]   CC       images/mm.o
08:49:10 [2019-08-28T08:49:10.662Z]   CC       images/sk-opts.o
08:49:10 [2019-08-28T08:49:10.662Z]   CC       images/sk-unix.o
08:49:10 [2019-08-28T08:49:10.662Z]   CC       images/sk-inet.o
08:49:10 [2019-08-28T08:49:10.944Z]   CC       images/tun.o
08:49:10 [2019-08-28T08:49:10.944Z]   CC       images/sk-netlink.o
08:49:10 [2019-08-28T08:49:10.944Z]   CC       images/packet-sock.o
08:49:11 [2019-08-28T08:49:11.159Z] Removing intermediate container ebbad98a3550
08:49:11 [2019-08-28T08:49:11.159Z]  ---> a7c3272b975e
08:49:11 [2019-08-28T08:49:11.159Z] Step 12/126 : FROM base AS registry
08:49:11 [2019-08-28T08:49:11.159Z]  ---> 1af970284b9f
08:49:11 [2019-08-28T08:49:11.159Z] Step 13/126 : ENV REGISTRY_COMMIT_SCHEMA1 ec87e9b6971d831f0eff752ddb54fb64693e51cd
08:49:11 [2019-08-28T08:49:11.159Z]  ---> Running in 343ec84b1382
08:49:11 [2019-08-28T08:49:11.159Z] Removing intermediate container 343ec84b1382
08:49:11 [2019-08-28T08:49:11.159Z]  ---> e665f71430de
08:49:11 [2019-08-28T08:49:11.159Z] Step 14/126 : ENV REGISTRY_COMMIT 47a064d4195a9b56133891bbb13620c3ac83a827
08:49:11 [2019-08-28T08:49:11.227Z]   CC       images/ipc-var.o
08:49:11 [2019-08-28T08:49:11.227Z]   CC       images/ipc-desc.o
08:49:11 [2019-08-28T08:49:11.227Z]   CC       images/ipc-shm.o
08:49:11 [2019-08-28T08:49:11.227Z]   CC       images/ipc-msg.o
08:49:11 [2019-08-28T08:49:11.509Z]   CC       images/ipc-sem.o
08:49:11 [2019-08-28T08:49:11.509Z]   CC       images/utsns.o
08:49:11 [2019-08-28T08:49:11.509Z]   CC       images/creds.o
08:49:11 [2019-08-28T08:49:11.509Z]   CC       images/vma.o
08:49:11 [2019-08-28T08:49:11.521Z]  ---> Running in 2ed400dce853
08:49:11 [2019-08-28T08:49:11.521Z] Removing intermediate container 2ed400dce853
08:49:11 [2019-08-28T08:49:11.521Z]  ---> 9e5c6fbdbc03
08:49:11 [2019-08-28T08:49:11.521Z] Step 15/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"
08:49:11 [2019-08-28T08:49:11.521Z]  ---> Running in b55ae6c6dfdb
08:49:11 [2019-08-28T08:49:11.791Z]   CC       images/netdev.o
08:49:11 [2019-08-28T08:49:11.791Z]   CC       images/tty.o
08:49:11 [2019-08-28T08:49:11.883Z] + mktemp -d
08:49:11 [2019-08-28T08:49:11.883Z] + export GOPATH=/tmp/tmp.eih5Q8Jhzj
08:49:11 [2019-08-28T08:49:11.883Z] + git clone https://github.com/docker/distribution.git /tmp/tmp.eih5Q8Jhzj/src/github.com/docker/distribution
08:49:11 [2019-08-28T08:49:11.883Z] Cloning into '/tmp/tmp.eih5Q8Jhzj/src/github.com/docker/distribution'...
08:49:11 [2019-08-28T08:49:11.989Z] Running on ubuntu-1804-overlay2 (i-0963e53eefebcb677) in /home/ubuntu/workspace/moby_PR-39571
[Pipeline] {
[Pipeline] checkout
08:49:12 [2019-08-28T08:49:12.049Z] Running on ubuntu-1804-overlay2 (i-094c9c646cdcad13c) in /home/ubuntu/workspace/moby_PR-39571
[Pipeline] {
[Pipeline] checkout
08:49:12 [2019-08-28T08:49:12.074Z]   CC       images/file-lock.o
08:49:12 [2019-08-28T08:49:12.074Z]   CC       images/rlimit.o
08:49:12 [2019-08-28T08:49:12.074Z]   CC       images/pagemap.o
08:49:12 [2019-08-28T08:49:12.074Z]   CC       images/siginfo.o
08:49:12 [2019-08-28T08:49:12.355Z]   CC       images/rpc.o
08:49:12 [2019-08-28T08:49:12.637Z]   CC       images/ext-file.o
08:49:12 [2019-08-28T08:49:12.919Z]   CC       images/cgroup.o
08:49:12 [2019-08-28T08:49:12.919Z]   CC       images/userns.o
08:49:13 [2019-08-28T08:49:13.170Z] + cd /tmp/tmp.eih5Q8Jhzj/src/github.com/docker/distribution
08:49:13 [2019-08-28T08:49:13.170Z] + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
08:49:13 [2019-08-28T08:49:13.200Z]   CC       images/google/protobuf/descriptor.o
08:49:13 [2019-08-28T08:49:13.557Z] + GOPATH=/tmp/tmp.eih5Q8Jhzj/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.eih5Q8Jhzj go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
08:49:13 [2019-08-28T08:49:13.814Z]   CC       images/opts.o
08:49:13 [2019-08-28T08:49:13.814Z]   CC       images/seccomp.o
08:49:13 [2019-08-28T08:49:13.814Z]   CC       images/binfmt-misc.o
08:49:13 [2019-08-28T08:49:13.814Z]   CC       images/time.o
08:49:14 [2019-08-28T08:49:14.095Z]   CC       images/sysctl.o
08:49:14 [2019-08-28T08:49:14.095Z]   CC       images/autofs.o
08:49:14 [2019-08-28T08:49:14.095Z]   CC       images/macvlan.o
08:49:14 [2019-08-28T08:49:14.095Z]   CC       images/sit.o
08:49:14 [2019-08-28T08:49:14.377Z]   LINK     images/built-in.o
08:49:14 [2019-08-28T08:49:14.377Z]   GEN      compel/include/asm
08:49:14 [2019-08-28T08:49:14.377Z]   GEN      compel/include/version.h
08:49:14 [2019-08-28T08:49:14.377Z] touch .config
08:49:14 [2019-08-28T08:49:14.377Z]   GEN      include/common/config.h
08:49:14 [2019-08-28T08:49:14.377Z]   GEN      compel/plugins/include/uapi/std/syscall-codes.h
08:49:14 [2019-08-28T08:49:14.377Z]   GEN      compel/plugins/include/uapi/std/syscall.h
08:49:14 [2019-08-28T08:49:14.377Z]   GEN      compel/arch/ppc64/plugins/std/syscalls/syscalls.S
08:49:14 [2019-08-28T08:49:14.377Z]   DEP      compel/arch/ppc64/plugins/std/syscalls/syscalls.d
08:49:14 [2019-08-28T08:49:14.377Z]   DEP      compel/arch/ppc64/plugins/std/memcmp.d
08:49:14 [2019-08-28T08:49:14.377Z]   DEP      compel/arch/ppc64/plugins/std/memcpy.d
08:49:14 [2019-08-28T08:49:14.377Z]   DEP      compel/arch/ppc64/plugins/std/parasite-head.d
08:49:14 [2019-08-28T08:49:14.377Z]   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
08:49:14 [2019-08-28T08:49:14.377Z]   DEP      compel/plugins/std/infect.d
08:49:14 [2019-08-28T08:49:14.377Z]   DEP      compel/plugins/std/string.d
08:49:14 [2019-08-28T08:49:14.377Z]   DEP      compel/plugins/std/log.d
08:49:14 [2019-08-28T08:49:14.377Z]   DEP      compel/plugins/std/fds.d
08:49:14 [2019-08-28T08:49:14.659Z]   DEP      compel/plugins/std/std.d
08:49:14 [2019-08-28T08:49:14.659Z]   DEP      compel/plugins/shmem/shmem.d
08:49:14 [2019-08-28T08:49:14.659Z]   DEP      compel/plugins/fds/fds.d
08:49:14 [2019-08-28T08:49:14.659Z]   CC       compel/plugins/std/std.o
08:49:14 [2019-08-28T08:49:14.659Z]   CC       compel/plugins/std/fds.o
08:49:14 [2019-08-28T08:49:14.940Z]   CC       compel/plugins/std/log.o
08:49:15 [2019-08-28T08:49:15.222Z]   CC       compel/plugins/std/string.o
08:49:15 [2019-08-28T08:49:15.432Z] using credential docker-jenkins-github-credentials
08:49:15 [2019-08-28T08:49:15.439Z] Cloning the remote Git repository
08:49:15 [2019-08-28T08:49:15.439Z] Cloning with configured refspecs honoured and without tags
08:49:15 [2019-08-28T08:49:15.515Z]   CC       compel/plugins/std/infect.o
08:49:15 [2019-08-28T08:49:15.515Z]   CC       compel/arch/ppc64/plugins/std/parasite-head.o
08:49:15 [2019-08-28T08:49:15.515Z]   CC       compel/arch/ppc64/plugins/std/memcpy.o
08:49:15 [2019-08-28T08:49:15.515Z]   CC       compel/arch/ppc64/plugins/std/memcmp.o
08:49:15 [2019-08-28T08:49:15.515Z]   CC       compel/arch/ppc64/plugins/std/syscalls/syscalls.o
08:49:15 [2019-08-28T08:49:15.515Z]   AR       compel/plugins/std.lib.a
08:49:15 [2019-08-28T08:49:15.515Z]   CC       compel/plugins/fds/fds.o
08:49:15 [2019-08-28T08:49:15.703Z] using credential docker-jenkins-github-credentials
08:49:15 [2019-08-28T08:49:15.714Z] Cloning the remote Git repository
08:49:15 [2019-08-28T08:49:15.714Z] Cloning with configured refspecs honoured and without tags
08:49:15 [2019-08-28T08:49:15.797Z]   AR       compel/plugins/fds.lib.a
08:49:15 [2019-08-28T08:49:15.797Z]   HOSTDEP  compel/src/lib/log-host.d
08:49:15 [2019-08-28T08:49:15.797Z]   HOSTDEP  compel/src/lib/handle-elf-host.d
08:49:15 [2019-08-28T08:49:15.797Z]   HOSTDEP  compel/arch/ppc64/src/lib/handle-elf-host.d
08:49:15 [2019-08-28T08:49:15.797Z]   HOSTDEP  compel/src/main-host.d
08:49:15 [2019-08-28T08:49:15.797Z]   DEP      compel/src/lib/ptrace.d
08:49:15 [2019-08-28T08:49:15.461Z] Cloning repository https://github.com/moby/moby.git
08:49:15 [2019-08-28T08:49:15.537Z]  > git init /home/ubuntu/workspace/moby_PR-39571 # timeout=10
08:49:15 [2019-08-28T08:49:15.784Z] Cloning repository https://github.com/moby/moby.git
08:49:15 [2019-08-28T08:49:15.834Z]  > git init /home/ubuntu/workspace/moby_PR-39571 # timeout=10
08:49:16 [2019-08-28T08:49:16.078Z]   DEP      compel/src/lib/infect.d
08:49:16 [2019-08-28T08:49:16.078Z]   DEP      compel/src/lib/infect-util.d
08:49:16 [2019-08-28T08:49:16.078Z]   DEP      compel/src/lib/infect-rpc.d
08:49:16 [2019-08-28T08:49:16.078Z]   DEP      compel/arch/ppc64/src/lib/infect.d
08:49:16 [2019-08-28T08:49:16.078Z]   DEP      compel/arch/ppc64/src/lib/cpu.d
08:49:16 [2019-08-28T08:49:16.078Z]   DEP      compel/src/lib/log.d
08:49:16 [2019-08-28T08:49:16.360Z]   DEP      compel/src/main.d
08:49:16 [2019-08-28T08:49:16.360Z]   DEP      compel/src/lib/handle-elf.d
08:49:16 [2019-08-28T08:49:16.360Z]   DEP      compel/arch/ppc64/src/lib/handle-elf.d
08:49:16 [2019-08-28T08:49:16.360Z]   CC       compel/src/lib/log.o
08:49:16 [2019-08-28T08:49:16.360Z]   CC       compel/arch/ppc64/src/lib/cpu.o
08:49:16 [2019-08-28T08:49:16.642Z]   CC       compel/arch/ppc64/src/lib/infect.o
08:49:16 [2019-08-28T08:49:16.924Z]   CC       compel/src/lib/infect-rpc.o
08:49:16 [2019-08-28T08:49:16.924Z]   CC       compel/src/lib/infect-util.o
08:49:16 [2019-08-28T08:49:16.211Z] Fetching upstream changes from https://github.com/moby/moby.git
08:49:16 [2019-08-28T08:49:16.211Z]  > git --version # timeout=10
08:49:16 [2019-08-28T08:49:16.243Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:49:16 [2019-08-28T08:49:16.245Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39571/head:refs/remotes/origin/PR-39571 +refs/heads/master:refs/remotes/origin/master
08:49:16 [2019-08-28T08:49:16.318Z] Fetching upstream changes from https://github.com/moby/moby.git
08:49:16 [2019-08-28T08:49:16.319Z]  > git --version # timeout=10
08:49:16 [2019-08-28T08:49:16.343Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:49:16 [2019-08-28T08:49:16.344Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39571/head:refs/remotes/origin/PR-39571 +refs/heads/master:refs/remotes/origin/master
08:49:17 [2019-08-28T08:49:17.205Z]   CC       compel/src/lib/infect.o
08:49:17 [2019-08-28T08:49:17.819Z]   CC       compel/src/lib/ptrace.o
08:49:18 [2019-08-28T08:49:18.101Z]   AR       compel/libcompel.a
08:49:18 [2019-08-28T08:49:18.101Z]   HOSTCC   compel/src/main-host.o
08:49:18 [2019-08-28T08:49:18.101Z]   HOSTCC   compel/arch/ppc64/src/lib/handle-elf-host.o
08:49:18 [2019-08-28T08:49:18.383Z]   HOSTCC   compel/src/lib/handle-elf-host.o
08:49:18 [2019-08-28T08:49:18.383Z]   HOSTCC   compel/src/lib/log-host.o
08:49:18 [2019-08-28T08:49:18.383Z]   HOSTLINK compel/compel-host-bin
08:49:18 [2019-08-28T08:49:18.665Z]   DEP      soccr/soccr.d
08:49:18 [2019-08-28T08:49:18.665Z]   CC       soccr/soccr.o
08:49:19 [2019-08-28T08:49:19.278Z]   AR       soccr/libsoccr.a
08:49:19 [2019-08-28T08:49:19.278Z] make[1]: 'soccr/libsoccr.a' is up to date.
08:49:19 [2019-08-28T08:49:19.278Z]   DEP      criu/arch/ppc64/sigframe.d
08:49:19 [2019-08-28T08:49:19.278Z]   DEP      criu/arch/ppc64/crtools.d
08:49:19 [2019-08-28T08:49:19.278Z]   DEP      criu/arch/ppc64/cpu.d
08:49:19 [2019-08-28T08:49:19.560Z]   CC       criu/arch/ppc64/cpu.o
08:49:19 [2019-08-28T08:49:19.560Z]   CC       criu/arch/ppc64/crtools.o
08:49:20 [2019-08-28T08:49:20.177Z]   CC       criu/arch/ppc64/sigframe.o
08:49:20 [2019-08-28T08:49:20.177Z]   LINK     criu/arch/ppc64/crtools.built-in.o
08:49:20 [2019-08-28T08:49:20.177Z]   DEP      criu/arch/ppc64/misc.d
08:49:20 [2019-08-28T08:49:20.177Z]   DEP      criu/arch/ppc64/vdso-trampoline.d
08:49:20 [2019-08-28T08:49:20.177Z]   DEP      criu/arch/ppc64/vdso-pie.d
08:49:20 [2019-08-28T08:49:20.177Z]   DEP      criu/pie/parasite-vdso.d
08:49:20 [2019-08-28T08:49:20.177Z]   DEP      criu/pie/util-vdso.d
08:49:20 [2019-08-28T08:49:20.465Z]   DEP      criu/pie/util.d
08:49:20 [2019-08-28T08:49:20.465Z]   CC       criu/pie/util.o
08:49:20 [2019-08-28T08:49:20.465Z]   CC       criu/pie/util-vdso.o
08:49:20 [2019-08-28T08:49:20.747Z]   CC       criu/pie/parasite-vdso.o
08:49:21 [2019-08-28T08:49:21.029Z]   CC       criu/arch/ppc64/vdso-pie.o
08:49:21 [2019-08-28T08:49:21.313Z]   CC       criu/arch/ppc64/vdso-trampoline.o
08:49:21 [2019-08-28T08:49:21.313Z]   CC       criu/arch/ppc64/misc.o
08:49:21 [2019-08-28T08:49:21.313Z]   AR       criu/pie/pie.lib.a
08:49:21 [2019-08-28T08:49:21.313Z]   DEP      criu/pie/restorer.d
08:49:21 [2019-08-28T08:49:21.313Z]   DEP      criu/arch/ppc64/restorer.d
08:49:21 [2019-08-28T08:49:21.313Z]   DEP      criu/pie/parasite.d
08:49:21 [2019-08-28T08:49:21.595Z]   CC       criu/pie/parasite.o
08:49:21 [2019-08-28T08:49:21.877Z]   LINK     criu/pie/parasite.built-in.o
08:49:21 [2019-08-28T08:49:21.877Z]   GEN      criu/pie/parasite-blob.h
08:49:21 [2019-08-28T08:49:21.877Z]   CC       criu/arch/ppc64/restorer.o
08:49:22 [2019-08-28T08:49:22.159Z]   CC       criu/pie/restorer.o
08:49:23 [2019-08-28T08:49:23.164Z]   LINK     criu/pie/restorer.built-in.o
08:49:23 [2019-08-28T08:49:23.164Z]   GEN      criu/pie/restorer-blob.h
08:49:23 [2019-08-28T08:49:23.445Z]   DEP      criu/vdso.d
08:49:23 [2019-08-28T08:49:23.445Z]   DEP      criu/uts_ns.d
08:49:23 [2019-08-28T08:49:23.445Z]   DEP      criu/util.d
08:49:23 [2019-08-28T08:49:23.445Z]   DEP      criu/uffd.d
08:49:23 [2019-08-28T08:49:23.727Z]   DEP      criu/tun.d
08:49:23 [2019-08-28T08:49:23.727Z]   DEP      criu/tty.d
08:49:23 [2019-08-28T08:49:23.727Z]   DEP      criu/timerfd.d
08:49:24 [2019-08-28T08:49:24.010Z]   DEP      criu/sysfs_parse.d
08:49:24 [2019-08-28T08:49:24.010Z]   DEP      criu/sysctl.d
08:49:24 [2019-08-28T08:49:24.010Z]   DEP      criu/string.d
08:49:24 [2019-08-28T08:49:24.010Z]   DEP      criu/stats.d
08:49:24 [2019-08-28T08:49:24.010Z]   DEP      criu/sockets.d
08:49:24 [2019-08-28T08:49:24.291Z]   DEP      criu/sk-unix.d
08:49:24 [2019-08-28T08:49:24.291Z]   DEP      criu/sk-tcp.d
08:49:24 [2019-08-28T08:49:24.291Z]   DEP      criu/sk-queue.d
08:49:24 [2019-08-28T08:49:24.291Z]   DEP      criu/sk-packet.d
08:49:24 [2019-08-28T08:49:24.573Z]   DEP      criu/sk-netlink.d
08:49:24 [2019-08-28T08:49:24.573Z]   DEP      criu/sk-inet.d
08:49:24 [2019-08-28T08:49:24.573Z]   DEP      criu/signalfd.d
08:49:24 [2019-08-28T08:49:24.573Z]   DEP      criu/sigframe.d
08:49:24 [2019-08-28T08:49:24.854Z]   DEP      criu/shmem.d
08:49:24 [2019-08-28T08:49:24.854Z]   DEP      criu/servicefd.d
08:49:24 [2019-08-28T08:49:24.854Z]   DEP      criu/seize.d
08:49:24 [2019-08-28T08:49:24.854Z]   DEP      criu/seccomp.d
08:49:25 [2019-08-28T08:49:25.137Z]   DEP      criu/rst-malloc.d
08:49:25 [2019-08-28T08:49:25.137Z]   DEP      criu/rbtree.d
08:49:25 [2019-08-28T08:49:25.137Z]   DEP      criu/pstree.d
08:49:25 [2019-08-28T08:49:25.137Z]   DEP      criu/protobuf.d
08:49:25 [2019-08-28T08:49:25.137Z]   GEN      criu/protobuf-desc-gen.h
08:49:25 [2019-08-28T08:49:25.753Z]   DEP      criu/protobuf-desc.d
08:49:25 [2019-08-28T08:49:25.753Z]   DEP      criu/proc_parse.d
08:49:25 [2019-08-28T08:49:25.753Z]   DEP      criu/plugin.d
08:49:25 [2019-08-28T08:49:25.753Z]   DEP      criu/pipes.d
08:49:25 [2019-08-28T08:49:25.753Z]   DEP      criu/pie-util.d
08:49:26 [2019-08-28T08:49:26.036Z]   DEP      criu/pie-util-vdso.d
08:49:26 [2019-08-28T08:49:26.036Z]   DEP      criu/pie-util-vdso-elf32.d
08:49:26 [2019-08-28T08:49:26.036Z]   DEP      criu/path.d
08:49:26 [2019-08-28T08:49:26.036Z]   DEP      criu/parasite-syscall.d
08:49:26 [2019-08-28T08:49:26.036Z]   DEP      criu/pagemap.d
08:49:26 [2019-08-28T08:49:26.319Z]   DEP      criu/pagemap-cache.d
08:49:26 [2019-08-28T08:49:26.319Z]   DEP      criu/page-xfer.d
08:49:26 [2019-08-28T08:49:26.319Z]   DEP      criu/page-pipe.d
08:49:26 [2019-08-28T08:49:26.319Z]   DEP      criu/netfilter.d
08:49:26 [2019-08-28T08:49:26.600Z]   DEP      criu/net.d
08:49:26 [2019-08-28T08:49:26.600Z]   DEP      criu/namespaces.d
08:49:26 [2019-08-28T08:49:26.600Z]   DEP      criu/mount.d
08:49:26 [2019-08-28T08:49:26.892Z]   DEP      criu/mem.d
08:49:26 [2019-08-28T08:49:26.892Z]   DEP      criu/lsm.d
08:49:26 [2019-08-28T08:49:26.892Z]   DEP      criu/log.d
08:49:26 [2019-08-28T08:49:26.892Z]   DEP      criu/libnetlink.d
08:49:26 [2019-08-28T08:49:26.892Z]   DEP      criu/kerndat.d
08:49:27 [2019-08-28T08:49:27.175Z]   DEP      criu/kcmp-ids.d
08:49:27 [2019-08-28T08:49:27.175Z]   DEP      criu/irmap.d
08:49:27 [2019-08-28T08:49:27.175Z]   DEP      criu/ipc_ns.d
08:49:27 [2019-08-28T08:49:27.175Z]   DEP      criu/image.d
08:49:27 [2019-08-28T08:49:27.457Z]   DEP      criu/image-desc.d
08:49:27 [2019-08-28T08:49:27.457Z]   DEP      criu/fsnotify.d
08:49:27 [2019-08-28T08:49:27.457Z]   DEP      criu/filesystems.d
08:49:27 [2019-08-28T08:49:27.457Z]   DEP      criu/files.d
08:49:27 [2019-08-28T08:49:27.738Z]   DEP      criu/files-reg.d
08:49:27 [2019-08-28T08:49:27.738Z]   DEP      criu/files-ext.d
08:49:27 [2019-08-28T08:49:27.738Z]   DEP      criu/file-lock.d
08:49:27 [2019-08-28T08:49:27.738Z]   DEP      criu/file-ids.d
08:49:28 [2019-08-28T08:49:28.020Z]   DEP      criu/fifo.d
08:49:28 [2019-08-28T08:49:28.020Z]   DEP      criu/fdstore.d
08:49:28 [2019-08-28T08:49:28.020Z]   DEP      criu/fault-injection.d
08:49:28 [2019-08-28T08:49:28.020Z]   DEP      criu/external.d
08:49:28 [2019-08-28T08:49:28.020Z]   DEP      criu/eventpoll.d
08:49:28 [2019-08-28T08:49:28.020Z]   DEP      criu/eventfd.d
08:49:28 [2019-08-28T08:49:28.301Z]   DEP      criu/crtools.d
08:49:28 [2019-08-28T08:49:28.301Z]   DEP      criu/cr-service.d
08:49:28 [2019-08-28T08:49:28.301Z]   DEP      criu/cr-restore.d
08:49:28 [2019-08-28T08:49:28.583Z]   DEP      criu/cr-errno.d
08:49:28 [2019-08-28T08:49:28.583Z]   DEP      criu/cr-dump.d
08:49:28 [2019-08-28T08:49:28.583Z]   DEP      criu/cr-dedup.d
08:49:28 [2019-08-28T08:49:28.583Z]   DEP      criu/cr-check.d
08:49:28 [2019-08-28T08:49:28.865Z]   DEP      criu/config.d
08:49:28 [2019-08-28T08:49:28.865Z]   DEP      criu/clone-noasan.d
08:49:28 [2019-08-28T08:49:28.865Z]   DEP      criu/cgroup.d
08:49:28 [2019-08-28T08:49:28.865Z]   DEP      criu/cgroup-props.d
08:49:28 [2019-08-28T08:49:28.865Z]   DEP      criu/bitmap.d
08:49:28 [2019-08-28T08:49:28.865Z]   DEP      criu/bfd.d
08:49:29 [2019-08-28T08:49:29.145Z]   DEP      criu/autofs.d
08:49:29 [2019-08-28T08:49:29.146Z]   DEP      criu/aio.d
08:49:29 [2019-08-28T08:49:29.146Z]   DEP      criu/action-scripts.d
08:49:29 [2019-08-28T08:49:29.428Z]   CC       criu/action-scripts.o
08:49:29 [2019-08-28T08:49:29.428Z]   CC       criu/aio.o
08:49:29 [2019-08-28T08:49:29.710Z]   CC       criu/autofs.o
08:49:30 [2019-08-28T08:49:30.723Z]   CC       criu/bfd.o
08:49:30 [2019-08-28T08:49:30.723Z]   CC       criu/bitmap.o
08:49:30 [2019-08-28T08:49:30.723Z]   CC       criu/cgroup-props.o
08:49:31 [2019-08-28T08:49:31.335Z]   CC       criu/cgroup.o
08:49:32 [2019-08-28T08:49:32.813Z]   CC       criu/clone-noasan.o
08:49:32 [2019-08-28T08:49:32.813Z]   CC       criu/config.o
08:49:33 [2019-08-28T08:49:33.428Z]   CC       criu/cr-check.o
08:49:33 [2019-08-28T08:49:33.623Z] + dpkg --print-architecture
08:49:33 [2019-08-28T08:49:33.623Z] + cd /tmp/tmp.eih5Q8Jhzj/src/github.com/docker/distribution
08:49:33 [2019-08-28T08:49:33.623Z] + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
08:49:33 [2019-08-28T08:49:33.623Z] + GOPATH=/tmp/tmp.eih5Q8Jhzj/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.eih5Q8Jhzj
08:49:33 [2019-08-28T08:49:33.623Z] + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
08:49:34 [2019-08-28T08:49:34.042Z]   CC       criu/cr-dedup.o
08:49:34 [2019-08-28T08:49:34.324Z]   CC       criu/cr-dump.o
08:49:35 [2019-08-28T08:49:35.793Z]   CC       criu/cr-errno.o
08:49:35 [2019-08-28T08:49:35.793Z]   CC       criu/cr-restore.o
08:49:36 [2019-08-28T08:49:36.727Z] Fetching without tags
08:49:37 [2019-08-28T08:49:37.087Z] Merging remotes/origin/master commit 7ce0e26c16158bd5ea991805e21a34c4111866bb into PR head commit 99453d7bb34e7b145ef590cbada530110314bb02
08:49:37 [2019-08-28T08:49:37.240Z] Fetching without tags
08:49:37 [2019-08-28T08:49:37.666Z] Merging remotes/origin/master commit 7ce0e26c16158bd5ea991805e21a34c4111866bb into PR head commit 99453d7bb34e7b145ef590cbada530110314bb02
08:49:38 [2019-08-28T08:49:38.053Z] Merge succeeded, producing 99453d7bb34e7b145ef590cbada530110314bb02
08:49:38 [2019-08-28T08:49:38.054Z] Checking out Revision 99453d7bb34e7b145ef590cbada530110314bb02 (PR-39571)
08:49:38 [2019-08-28T08:49:38.465Z]   CC       criu/cr-service.o
08:49:38 [2019-08-28T08:49:38.523Z] Merge succeeded, producing 99453d7bb34e7b145ef590cbada530110314bb02
08:49:38 [2019-08-28T08:49:38.524Z] Checking out Revision 99453d7bb34e7b145ef590cbada530110314bb02 (PR-39571)
08:49:36 [2019-08-28T08:49:36.630Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
08:49:36 [2019-08-28T08:49:36.644Z]  > git config --add remote.origin.fetch +refs/pull/39571/head:refs/remotes/origin/PR-39571 # timeout=10
08:49:36 [2019-08-28T08:49:36.671Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
08:49:36 [2019-08-28T08:49:36.712Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
08:49:36 [2019-08-28T08:49:36.749Z] Fetching upstream changes from https://github.com/moby/moby.git
08:49:36 [2019-08-28T08:49:36.750Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:49:36 [2019-08-28T08:49:36.750Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39571/head:refs/remotes/origin/PR-39571 +refs/heads/master:refs/remotes/origin/master
08:49:37 [2019-08-28T08:49:37.118Z]  > git config core.sparsecheckout # timeout=10
08:49:37 [2019-08-28T08:49:37.142Z]  > git checkout -f 99453d7bb34e7b145ef590cbada530110314bb02
08:49:38 [2019-08-28T08:49:38.008Z]  > git merge 7ce0e26c16158bd5ea991805e21a34c4111866bb # timeout=10
08:49:38 [2019-08-28T08:49:38.043Z]  > git rev-parse HEAD^{commit} # timeout=10
08:49:38 [2019-08-28T08:49:38.075Z]  > git config core.sparsecheckout # timeout=10
08:49:38 [2019-08-28T08:49:38.104Z]  > git checkout -f 99453d7bb34e7b145ef590cbada530110314bb02
08:49:37 [2019-08-28T08:49:37.144Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
08:49:37 [2019-08-28T08:49:37.175Z]  > git config --add remote.origin.fetch +refs/pull/39571/head:refs/remotes/origin/PR-39571 # timeout=10
08:49:37 [2019-08-28T08:49:37.188Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
08:49:37 [2019-08-28T08:49:37.230Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
08:49:37 [2019-08-28T08:49:37.300Z] Fetching upstream changes from https://github.com/moby/moby.git
08:49:37 [2019-08-28T08:49:37.301Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:49:37 [2019-08-28T08:49:37.305Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39571/head:refs/remotes/origin/PR-39571 +refs/heads/master:refs/remotes/origin/master
08:49:37 [2019-08-28T08:49:37.688Z]  > git config core.sparsecheckout # timeout=10
08:49:37 [2019-08-28T08:49:37.718Z]  > git checkout -f 99453d7bb34e7b145ef590cbada530110314bb02
08:49:38 [2019-08-28T08:49:38.444Z]  > git merge 7ce0e26c16158bd5ea991805e21a34c4111866bb # timeout=10
08:49:38 [2019-08-28T08:49:38.508Z]  > git rev-parse HEAD^{commit} # timeout=10
08:49:38 [2019-08-28T08:49:38.584Z]  > git config core.sparsecheckout # timeout=10
08:49:38 [2019-08-28T08:49:38.664Z]  > git checkout -f 99453d7bb34e7b145ef590cbada530110314bb02
08:49:38 [2019-08-28T08:49:38.733Z] + rm -rf /tmp/tmp.eih5Q8Jhzj/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.eih5Q8Jhzj
08:49:39 [2019-08-28T08:49:39.078Z]   CC       criu/crtools.o
08:49:39 [2019-08-28T08:49:39.361Z]   CC       criu/eventfd.o
08:49:39 [2019-08-28T08:49:39.361Z]   CC       criu/eventpoll.o
08:49:39 [2019-08-28T08:49:39.551Z] Removing intermediate container b55ae6c6dfdb
08:49:39 [2019-08-28T08:49:39.551Z]  ---> 825e55c45f8a
08:49:39 [2019-08-28T08:49:39.551Z] Step 16/126 : FROM base AS swagger
08:49:39 [2019-08-28T08:49:39.551Z]  ---> 1af970284b9f
08:49:39 [2019-08-28T08:49:39.551Z] Step 17/126 : ENV GO_SWAGGER_COMMIT c28258affb0b6251755d92489ef685af8d4ff3eb
08:49:39 [2019-08-28T08:49:39.551Z]  ---> Running in e134955c48f6
08:49:39 [2019-08-28T08:49:39.551Z] Removing intermediate container e134955c48f6
08:49:39 [2019-08-28T08:49:39.551Z]  ---> 92bfc51d286b
08:49:39 [2019-08-28T08:49:39.551Z] Step 18/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"
08:49:39 [2019-08-28T08:49:39.551Z]  ---> Running in 91f4e4c9a7f8
08:49:39 [2019-08-28T08:49:39.779Z] Commit message: "TestDaemonICCPing: cleanup dummy interface after test"
08:49:39 [2019-08-28T08:49:39.890Z] Commit message: "TestDaemonICCPing: cleanup dummy interface after test"
08:49:39 [2019-08-28T08:49:39.974Z]   CC       criu/external.o
08:49:39 [2019-08-28T08:49:39.974Z]   CC       criu/fault-injection.o
08:49:39 [2019-08-28T08:49:39.974Z]   CC       criu/fdstore.o
08:49:39 [2019-08-28T08:49:39.978Z] + mktemp -d
08:49:39 [2019-08-28T08:49:39.978Z] + export GOPATH=/tmp/tmp.x1ZMRChwvx
08:49:39 [2019-08-28T08:49:39.978Z] + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.x1ZMRChwvx/src/github.com/go-swagger/go-swagger
08:49:39 [2019-08-28T08:49:39.978Z] Cloning into '/tmp/tmp.x1ZMRChwvx/src/github.com/go-swagger/go-swagger'...
08:49:40 [2019-08-28T08:49:40.256Z]   CC       criu/fifo.o
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
08:49:40 [2019-08-28T08:49:40.537Z]   CC       criu/file-ids.o
08:49:40 [2019-08-28T08:49:40.537Z]   CC       criu/file-lock.o
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
08:49:40 [2019-08-28T08:49:40.837Z] + docker version
08:49:40 [2019-08-28T08:49:40.997Z] + docker version
08:49:41 [2019-08-28T08:49:41.157Z]   CC       criu/files-ext.o
08:49:41 [2019-08-28T08:49:41.439Z]   CC       criu/files-reg.o
08:49:42 [2019-08-28T08:49:42.443Z]   CC       criu/files.o
08:49:43 [2019-08-28T08:49:43.281Z] + cd /tmp/tmp.x1ZMRChwvx/src/github.com/go-swagger/go-swagger
08:49:43 [2019-08-28T08:49:43.281Z] + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb
08:49:43 [2019-08-28T08:49:43.448Z]   CC       criu/filesystems.o
08:49:43 [2019-08-28T08:49:43.657Z] + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
08:49:44 [2019-08-28T08:49:44.061Z]   CC       criu/fsnotify.o
08:49:44 [2019-08-28T08:49:44.675Z]   CC       criu/image-desc.o
08:49:44 [2019-08-28T08:49:44.675Z]   CC       criu/image.o
08:49:45 [2019-08-28T08:49:45.288Z]   CC       criu/ipc_ns.o
08:49:45 [2019-08-28T08:49:45.901Z]   CC       criu/irmap.o
08:49:46 [2019-08-28T08:49:46.184Z]   CC       criu/kcmp-ids.o
08:49:46 [2019-08-28T08:49:46.184Z]   CC       criu/kerndat.o
08:49:47 [2019-08-28T08:49:47.200Z]   CC       criu/libnetlink.o
08:49:47 [2019-08-28T08:49:47.200Z]   CC       criu/log.o
08:49:47 [2019-08-28T08:49:47.482Z]   CC       criu/lsm.o
08:49:47 [2019-08-28T08:49:47.763Z]   CC       criu/mem.o
08:49:48 [2019-08-28T08:49:48.769Z]   CC       criu/mount.o
08:49:48 [2019-08-28T08:49:48.921Z] Client: Docker Engine - Community
08:49:48 [2019-08-28T08:49:48.921Z]  Version:           19.03.1
08:49:48 [2019-08-28T08:49:48.921Z]  API version:       1.40
08:49:48 [2019-08-28T08:49:48.921Z]  Go version:        go1.12.5
08:49:48 [2019-08-28T08:49:48.921Z]  Git commit:        74b1e89
08:49:48 [2019-08-28T08:49:48.921Z]  Built:             Thu Jul 25 21:21:05 2019
08:49:48 [2019-08-28T08:49:48.921Z]  OS/Arch:           linux/amd64
08:49:48 [2019-08-28T08:49:48.921Z]  Experimental:      false
08:49:48 [2019-08-28T08:49:48.921Z] 
08:49:48 [2019-08-28T08:49:48.921Z] Server: Docker Engine - Community
08:49:48 [2019-08-28T08:49:48.921Z]  Engine:
08:49:48 [2019-08-28T08:49:48.921Z]   Version:          19.03.1
08:49:48 [2019-08-28T08:49:48.921Z]   API version:      1.40 (minimum version 1.12)
08:49:48 [2019-08-28T08:49:48.921Z]   Go version:       go1.12.5
08:49:48 [2019-08-28T08:49:48.921Z]   Git commit:       74b1e89
08:49:48 [2019-08-28T08:49:48.921Z]   Built:            Thu Jul 25 21:19:41 2019
08:49:48 [2019-08-28T08:49:48.921Z]   OS/Arch:          linux/amd64
08:49:48 [2019-08-28T08:49:48.921Z]   Experimental:     true
08:49:48 [2019-08-28T08:49:48.921Z]  containerd:
08:49:48 [2019-08-28T08:49:48.921Z]   Version:          1.2.6
08:49:48 [2019-08-28T08:49:48.921Z]   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
08:49:48 [2019-08-28T08:49:48.921Z]  runc:
08:49:48 [2019-08-28T08:49:48.921Z]   Version:          1.0.0-rc8
08:49:48 [2019-08-28T08:49:48.921Z]   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
08:49:48 [2019-08-28T08:49:48.921Z]  docker-init:
08:49:48 [2019-08-28T08:49:48.921Z]   Version:          0.18.0
08:49:48 [2019-08-28T08:49:48.921Z]   GitCommit:        fec3683
[Pipeline] sh
08:49:49 [2019-08-28T08:49:49.106Z] Client: Docker Engine - Community
08:49:49 [2019-08-28T08:49:49.106Z]  Version:           19.03.1
08:49:49 [2019-08-28T08:49:49.106Z]  API version:       1.40
08:49:49 [2019-08-28T08:49:49.106Z]  Go version:        go1.12.5
08:49:49 [2019-08-28T08:49:49.106Z]  Git commit:        74b1e89
08:49:49 [2019-08-28T08:49:49.106Z]  Built:             Thu Jul 25 21:21:05 2019
08:49:49 [2019-08-28T08:49:49.106Z]  OS/Arch:           linux/amd64
08:49:49 [2019-08-28T08:49:49.106Z]  Experimental:      false
08:49:49 [2019-08-28T08:49:49.106Z] 
08:49:49 [2019-08-28T08:49:49.106Z] Server: Docker Engine - Community
08:49:49 [2019-08-28T08:49:49.106Z]  Engine:
08:49:49 [2019-08-28T08:49:49.106Z]   Version:          19.03.1
08:49:49 [2019-08-28T08:49:49.106Z]   API version:      1.40 (minimum version 1.12)
08:49:49 [2019-08-28T08:49:49.106Z]   Go version:       go1.12.5
08:49:49 [2019-08-28T08:49:49.106Z]   Git commit:       74b1e89
08:49:49 [2019-08-28T08:49:49.106Z]   Built:            Thu Jul 25 21:19:41 2019
08:49:49 [2019-08-28T08:49:49.106Z]   OS/Arch:          linux/amd64
08:49:49 [2019-08-28T08:49:49.106Z]   Experimental:     true
08:49:49 [2019-08-28T08:49:49.106Z]  containerd:
08:49:49 [2019-08-28T08:49:49.106Z]   Version:          1.2.6
08:49:49 [2019-08-28T08:49:49.106Z]   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
08:49:49 [2019-08-28T08:49:49.106Z]  runc:
08:49:49 [2019-08-28T08:49:49.106Z]   Version:          1.0.0-rc8
08:49:49 [2019-08-28T08:49:49.106Z]   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
08:49:49 [2019-08-28T08:49:49.106Z]  docker-init:
08:49:49 [2019-08-28T08:49:49.106Z]   Version:          0.18.0
08:49:49 [2019-08-28T08:49:49.106Z]   GitCommit:        fec3683
[Pipeline] sh
08:49:49 [2019-08-28T08:49:49.360Z] + docker info
08:49:49 [2019-08-28T08:49:49.433Z] + docker info
08:49:50 [2019-08-28T08:49:50.786Z]   CC       criu/namespaces.o
08:49:52 [2019-08-28T08:49:52.256Z]   CC       criu/net.o
08:49:53 [2019-08-28T08:49:53.402Z] + rm -rf /tmp/tmp.x1ZMRChwvx
08:49:54 [2019-08-28T08:49:54.186Z] Removing intermediate container 91f4e4c9a7f8
08:49:54 [2019-08-28T08:49:54.186Z]  ---> 1c5d217f30b2
08:49:54 [2019-08-28T08:49:54.186Z] Step 19/126 : FROM base AS frozen-images
08:49:54 [2019-08-28T08:49:54.186Z]  ---> 1af970284b9f
08:49:54 [2019-08-28T08:49:54.186Z] Step 20/126 : ARG DEBIAN_FRONTEND
08:49:54 [2019-08-28T08:49:54.186Z]  ---> Using cache
08:49:54 [2019-08-28T08:49:54.186Z]  ---> ffa375df22b2
08:49:54 [2019-08-28T08:49:54.186Z] Step 21/126 : RUN apt-get update && apt-get install -y --no-install-recommends 	ca-certificates 	jq 	&& rm -rf /var/lib/apt/lists/*
08:49:54 [2019-08-28T08:49:54.275Z]   CC       criu/netfilter.o
08:49:54 [2019-08-28T08:49:54.275Z]   CC       criu/page-pipe.o
08:49:54 [2019-08-28T08:49:54.557Z]   CC       criu/page-xfer.o
08:49:54 [2019-08-28T08:49:54.562Z]  ---> Running in ecb95e38c6e8
08:49:54 [2019-08-28T08:49:54.930Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
08:49:54 [2019-08-28T08:49:54.930Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
08:49:54 [2019-08-28T08:49:54.930Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
08:49:54 [2019-08-28T08:49:54.930Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
08:49:54 [2019-08-28T08:49:54.930Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B]
08:49:54 [2019-08-28T08:49:54.930Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [485 kB]
08:49:55 [2019-08-28T08:49:55.367Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB]
08:49:55 [2019-08-28T08:49:55.367Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB]
08:49:55 [2019-08-28T08:49:55.574Z]   CC       criu/pagemap-cache.o
08:49:55 [2019-08-28T08:49:55.574Z]   CC       criu/pagemap.o
08:49:56 [2019-08-28T08:49:56.231Z]   CC       criu/parasite-syscall.o
08:49:56 [2019-08-28T08:49:56.720Z] Fetched 7670 kB in 1s (4139 kB/s)
08:49:56 [2019-08-28T08:49:56.845Z]   CC       criu/path.o
08:49:56 [2019-08-28T08:49:56.845Z]   CC       criu/pie-util-vdso-elf32.o
08:49:57 [2019-08-28T08:49:57.084Z] Reading package lists...
08:49:57 [2019-08-28T08:49:57.127Z]   CC       criu/pie-util-vdso.o
08:49:57 [2019-08-28T08:49:57.410Z]   CC       criu/pie-util.o
08:49:57 [2019-08-28T08:49:57.447Z] Client:
08:49:57 [2019-08-28T08:49:57.447Z]  Debug Mode: false
08:49:57 [2019-08-28T08:49:57.447Z] 
08:49:57 [2019-08-28T08:49:57.447Z] Server:
08:49:57 [2019-08-28T08:49:57.447Z]  Containers: 0
08:49:57 [2019-08-28T08:49:57.447Z]   Running: 0
08:49:57 [2019-08-28T08:49:57.447Z]   Paused: 0
08:49:57 [2019-08-28T08:49:57.447Z]   Stopped: 0
08:49:57 [2019-08-28T08:49:57.447Z]  Images: 0
08:49:57 [2019-08-28T08:49:57.447Z]  Server Version: 19.03.1
08:49:57 [2019-08-28T08:49:57.447Z]  Storage Driver: overlay2
08:49:57 [2019-08-28T08:49:57.447Z]   Backing Filesystem: extfs
08:49:57 [2019-08-28T08:49:57.447Z]   Supports d_type: true
08:49:57 [2019-08-28T08:49:57.447Z]   Native Overlay Diff: true
08:49:57 [2019-08-28T08:49:57.447Z]  Logging Driver: json-file
08:49:57 [2019-08-28T08:49:57.447Z]  Cgroup Driver: cgroupfs
08:49:57 [2019-08-28T08:49:57.447Z]  Plugins:
08:49:57 [2019-08-28T08:49:57.447Z]   Volume: local
08:49:57 [2019-08-28T08:49:57.447Z]   Network: bridge host ipvlan macvlan null overlay
08:49:57 [2019-08-28T08:49:57.447Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
08:49:57 [2019-08-28T08:49:57.447Z]  Swarm: inactive
08:49:57 [2019-08-28T08:49:57.447Z]  Runtimes: runc
08:49:57 [2019-08-28T08:49:57.447Z]  Default Runtime: runc
08:49:57 [2019-08-28T08:49:57.447Z]  Init Binary: docker-init
08:49:57 [2019-08-28T08:49:57.447Z]  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
08:49:57 [2019-08-28T08:49:57.447Z]  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
08:49:57 [2019-08-28T08:49:57.447Z]  init version: fec3683
08:49:57 [2019-08-28T08:49:57.447Z]  Security Options:
08:49:57 [2019-08-28T08:49:57.447Z]   apparmor
08:49:57 [2019-08-28T08:49:57.447Z]   seccomp
08:49:57 [2019-08-28T08:49:57.447Z]    Profile: default
08:49:57 [2019-08-28T08:49:57.447Z]  Kernel Version: 4.15.0-1045-aws
08:49:57 [2019-08-28T08:49:57.447Z]  Operating System: Ubuntu 18.04.3 LTS
08:49:57 [2019-08-28T08:49:57.447Z]  OSType: linux
08:49:57 [2019-08-28T08:49:57.447Z]  Architecture: x86_64
08:49:57 [2019-08-28T08:49:57.447Z]  CPUs: 2
08:49:57 [2019-08-28T08:49:57.447Z]  Total Memory: 7.501GiB
08:49:57 [2019-08-28T08:49:57.447Z]  Name: ip-10-100-77-147
08:49:57 [2019-08-28T08:49:57.447Z]  ID: Q5BR:4XSA:4VGI:HCQ4:NCXQ:W6V2:NU5B:4PS4:IJFG:GRAK:RFRC:V5LS
08:49:57 [2019-08-28T08:49:57.447Z]  Docker Root Dir: /var/lib/docker
08:49:57 [2019-08-28T08:49:57.447Z]  Debug Mode: false
08:49:57 [2019-08-28T08:49:57.447Z]  Registry: https://index.docker.io/v1/
08:49:57 [2019-08-28T08:49:57.447Z]  Labels:
08:49:57 [2019-08-28T08:49:57.447Z]  Experimental: true
08:49:57 [2019-08-28T08:49:57.447Z]  Insecure Registries:
08:49:57 [2019-08-28T08:49:57.447Z]   127.0.0.0/8
08:49:57 [2019-08-28T08:49:57.447Z]  Live Restore Enabled: true
08:49:57 [2019-08-28T08:49:57.447Z] 
08:49:57 [2019-08-28T08:49:57.447Z] WARNING: No swap limit support
08:49:57 [2019-08-28T08:49:57.453Z] Reading package lists...
[Pipeline] sh
08:49:57 [2019-08-28T08:49:57.536Z] Client:
08:49:57 [2019-08-28T08:49:57.536Z]  Debug Mode: false
08:49:57 [2019-08-28T08:49:57.536Z] 
08:49:57 [2019-08-28T08:49:57.536Z] Server:
08:49:57 [2019-08-28T08:49:57.536Z]  Containers: 0
08:49:57 [2019-08-28T08:49:57.536Z]   Running: 0
08:49:57 [2019-08-28T08:49:57.536Z]   Paused: 0
08:49:57 [2019-08-28T08:49:57.536Z]   Stopped: 0
08:49:57 [2019-08-28T08:49:57.536Z]  Images: 0
08:49:57 [2019-08-28T08:49:57.536Z]  Server Version: 19.03.1
08:49:57 [2019-08-28T08:49:57.536Z]  Storage Driver: overlay2
08:49:57 [2019-08-28T08:49:57.536Z]   Backing Filesystem: extfs
08:49:57 [2019-08-28T08:49:57.536Z]   Supports d_type: true
08:49:57 [2019-08-28T08:49:57.536Z]   Native Overlay Diff: true
08:49:57 [2019-08-28T08:49:57.536Z]  Logging Driver: json-file
08:49:57 [2019-08-28T08:49:57.536Z]  Cgroup Driver: cgroupfs
08:49:57 [2019-08-28T08:49:57.536Z]  Plugins:
08:49:57 [2019-08-28T08:49:57.536Z]   Volume: local
08:49:57 [2019-08-28T08:49:57.536Z]   Network: bridge host ipvlan macvlan null overlay
08:49:57 [2019-08-28T08:49:57.536Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
08:49:57 [2019-08-28T08:49:57.536Z]  Swarm: inactive
08:49:57 [2019-08-28T08:49:57.536Z]  Runtimes: runc
08:49:57 [2019-08-28T08:49:57.536Z]  Default Runtime: runc
08:49:57 [2019-08-28T08:49:57.536Z]  Init Binary: docker-init
08:49:57 [2019-08-28T08:49:57.536Z]  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
08:49:57 [2019-08-28T08:49:57.536Z]  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
08:49:57 [2019-08-28T08:49:57.536Z]  init version: fec3683
08:49:57 [2019-08-28T08:49:57.536Z]  Security Options:
08:49:57 [2019-08-28T08:49:57.536Z]   apparmor
08:49:57 [2019-08-28T08:49:57.536Z]   seccomp
08:49:57 [2019-08-28T08:49:57.536Z]    Profile: default
08:49:57 [2019-08-28T08:49:57.536Z]  Kernel Version: 4.15.0-1045-aws
08:49:57 [2019-08-28T08:49:57.536Z]  Operating System: Ubuntu 18.04.3 LTS
08:49:57 [2019-08-28T08:49:57.536Z]  OSType: linux
08:49:57 [2019-08-28T08:49:57.536Z]  Architecture: x86_64
08:49:57 [2019-08-28T08:49:57.536Z]  CPUs: 2
08:49:57 [2019-08-28T08:49:57.536Z]  Total Memory: 7.501GiB
08:49:57 [2019-08-28T08:49:57.536Z]  Name: ip-10-100-40-13
08:49:57 [2019-08-28T08:49:57.536Z]  ID: Q5BR:4XSA:4VGI:HCQ4:NCXQ:W6V2:NU5B:4PS4:IJFG:GRAK:RFRC:V5LS
08:49:57 [2019-08-28T08:49:57.536Z]  Docker Root Dir: /var/lib/docker
08:49:57 [2019-08-28T08:49:57.536Z]  Debug Mode: false
08:49:57 [2019-08-28T08:49:57.536Z]  Registry: https://index.docker.io/v1/
08:49:57 [2019-08-28T08:49:57.536Z]  Labels:
08:49:57 [2019-08-28T08:49:57.536Z]  Experimental: true
08:49:57 [2019-08-28T08:49:57.536Z]  Insecure Registries:
08:49:57 [2019-08-28T08:49:57.536Z]   127.0.0.0/8
08:49:57 [2019-08-28T08:49:57.536Z]  Live Restore Enabled: true
08:49:57 [2019-08-28T08:49:57.536Z] 
08:49:57 [2019-08-28T08:49:57.536Z] WARNING: No swap limit support
[Pipeline] sh
08:49:57 [2019-08-28T08:49:57.692Z]   CC       criu/pipes.o
08:49:57 [2019-08-28T08:49:57.768Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
08:49:57 [2019-08-28T08:49:57.768Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
08:49:57 [2019-08-28T08:49:57.768Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-39571/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
08:49:57 [2019-08-28T08:49:57.768Z] + bash /home/ubuntu/workspace/moby_PR-39571/check-config.sh
08:49:57 [2019-08-28T08:49:57.768Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
08:49:57 [2019-08-28T08:49:57.768Z] info: reading kernel config from /boot/config-4.15.0-1045-aws ...
08:49:57 [2019-08-28T08:49:57.768Z] 
08:49:57 [2019-08-28T08:49:57.768Z] Generally Necessary:
08:49:57 [2019-08-28T08:49:57.768Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
08:49:57 [2019-08-28T08:49:57.768Z] - apparmor: enabled and tools installed
08:49:57 [2019-08-28T08:49:57.825Z] Building dependency tree...
08:49:57 [2019-08-28T08:49:57.825Z] Reading state information...
08:49:57 [2019-08-28T08:49:57.825Z] ca-certificates is already the newest version (20161130+nmu1+deb9u1).
08:49:57 [2019-08-28T08:49:57.825Z] The following additional packages will be installed:
08:49:57 [2019-08-28T08:49:57.825Z]   libjq1 libonig4
08:49:57 [2019-08-28T08:49:57.825Z] The following NEW packages will be installed:
08:49:57 [2019-08-28T08:49:57.825Z]   jq libjq1 libonig4
08:49:57 [2019-08-28T08:49:57.825Z] 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
08:49:57 [2019-08-28T08:49:57.825Z] Need to get 328 kB of archives.
08:49:57 [2019-08-28T08:49:57.825Z] After this operation, 1263 kB of additional disk space will be used.
08:49:57 [2019-08-28T08:49:57.825Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libonig4 s390x 6.1.3-2 [142 kB]
08:49:57 [2019-08-28T08:49:57.825Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjq1 s390x 1.5+dfsg-1.3 [126 kB]
08:49:57 [2019-08-28T08:49:57.825Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x jq s390x 1.5+dfsg-1.3 [59.2 kB]
08:49:57 [2019-08-28T08:49:57.831Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
08:49:57 [2019-08-28T08:49:57.831Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
08:49:57 [2019-08-28T08:49:57.831Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-39571/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
08:49:57 [2019-08-28T08:49:57.831Z] + bash /home/ubuntu/workspace/moby_PR-39571/check-config.sh
08:49:57 [2019-08-28T08:49:57.831Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
08:49:57 [2019-08-28T08:49:57.831Z] info: reading kernel config from /boot/config-4.15.0-1045-aws ...
08:49:57 [2019-08-28T08:49:57.831Z] 
08:49:57 [2019-08-28T08:49:57.831Z] Generally Necessary:
08:49:57 [2019-08-28T08:49:57.831Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
08:49:57 [2019-08-28T08:49:57.831Z] - apparmor: enabled and tools installed
08:49:57 [2019-08-28T08:49:57.831Z] - CONFIG_NAMESPACES: enabled
08:49:57 [2019-08-28T08:49:57.831Z] - CONFIG_NET_NS: enabled
08:49:57 [2019-08-28T08:49:57.831Z] - CONFIG_PID_NS: enabled
08:49:57 [2019-08-28T08:49:57.831Z] - CONFIG_IPC_NS: enabled
08:49:57 [2019-08-28T08:49:57.831Z] - CONFIG_UTS_NS: enabled
08:49:57 [2019-08-28T08:49:57.831Z] - CONFIG_CGROUPS: enabled
08:49:57 [2019-08-28T08:49:57.831Z] - CONFIG_CGROUP_CPUACCT: enabled
08:49:57 [2019-08-28T08:49:57.831Z] - CONFIG_CGROUP_DEVICE: enabled
08:49:57 [2019-08-28T08:49:57.831Z] - CONFIG_CGROUP_FREEZER: enabled
08:49:57 [2019-08-28T08:49:57.831Z] - CONFIG_CGROUP_SCHED: enabled
08:49:57 [2019-08-28T08:49:57.832Z] - CONFIG_CPUSETS: enabled
08:49:57 [2019-08-28T08:49:57.832Z] - CONFIG_MEMCG: enabled
08:49:57 [2019-08-28T08:49:57.832Z] - CONFIG_KEYS: enabled
08:49:57 [2019-08-28T08:49:57.832Z] - CONFIG_VETH: enabled (as module)
08:49:57 [2019-08-28T08:49:57.975Z]   CC       criu/plugin.o
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_NAMESPACES: enabled
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_NET_NS: enabled
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_PID_NS: enabled
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_IPC_NS: enabled
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_UTS_NS: enabled
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_CGROUPS: enabled
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_CGROUP_CPUACCT: enabled
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_CGROUP_DEVICE: enabled
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_CGROUP_FREEZER: enabled
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_CGROUP_SCHED: enabled
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_CPUSETS: enabled
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_MEMCG: enabled
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_KEYS: enabled
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_VETH: enabled (as module)
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_BRIDGE: enabled (as module)
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_NF_NAT_IPV4: enabled (as module)
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_IP_NF_FILTER: enabled (as module)
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_IP_NF_NAT: enabled (as module)
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_NF_NAT: enabled (as module)
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_NF_NAT_NEEDED: enabled
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_POSIX_MQUEUE: enabled
08:49:58 [2019-08-28T08:49:58.023Z] 
08:49:58 [2019-08-28T08:49:58.023Z] Optional Features:
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_USER_NS: enabled
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_SECCOMP: enabled
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_CGROUP_PIDS: enabled
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_MEMCG_SWAP: enabled
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
08:49:58 [2019-08-28T08:49:58.023Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_BLK_CGROUP: enabled
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_BLK_DEV_THROTTLING: enabled
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_IOSCHED_CFQ: enabled
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_CGROUP_PERF: enabled
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_CGROUP_HUGETLB: enabled
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_CGROUP_NET_PRIO: enabled
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_CFS_BANDWIDTH: enabled
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_FAIR_GROUP_SCHED: enabled
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_RT_GROUP_SCHED: missing
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_IP_VS: enabled (as module)
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_IP_VS_NFCT: enabled
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_IP_VS_PROTO_TCP: enabled
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_IP_VS_PROTO_UDP: enabled
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_IP_VS_RR: enabled (as module)
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_EXT4_FS: enabled
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
08:49:58 [2019-08-28T08:49:58.023Z] - CONFIG_EXT4_FS_SECURITY: enabled
08:49:58 [2019-08-28T08:49:58.023Z] - Network Drivers:
08:49:58 [2019-08-28T08:49:58.023Z]   - "overlay":
08:49:58 [2019-08-28T08:49:58.023Z]     - CONFIG_VXLAN: enabled (as module)
08:49:58 [2019-08-28T08:49:58.023Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
08:49:58 [2019-08-28T08:49:58.023Z]       Optional (for encrypted networks):
08:49:58 [2019-08-28T08:49:58.089Z] - CONFIG_BRIDGE: enabled (as module)
08:49:58 [2019-08-28T08:49:58.089Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
08:49:58 [2019-08-28T08:49:58.089Z] - CONFIG_NF_NAT_IPV4: enabled (as module)
08:49:58 [2019-08-28T08:49:58.089Z] - CONFIG_IP_NF_FILTER: enabled (as module)
08:49:58 [2019-08-28T08:49:58.089Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
08:49:58 [2019-08-28T08:49:58.089Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
08:49:58 [2019-08-28T08:49:58.089Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
08:49:58 [2019-08-28T08:49:58.089Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
08:49:58 [2019-08-28T08:49:58.089Z] - CONFIG_IP_NF_NAT: enabled (as module)
08:49:58 [2019-08-28T08:49:58.089Z] - CONFIG_NF_NAT: enabled (as module)
08:49:58 [2019-08-28T08:49:58.089Z] - CONFIG_NF_NAT_NEEDED: enabled
08:49:58 [2019-08-28T08:49:58.089Z] - CONFIG_POSIX_MQUEUE: enabled
08:49:58 [2019-08-28T08:49:58.089Z] 
08:49:58 [2019-08-28T08:49:58.089Z] Optional Features:
08:49:58 [2019-08-28T08:49:58.089Z] - CONFIG_USER_NS: enabled
08:49:58 [2019-08-28T08:49:58.089Z] - CONFIG_SECCOMP: enabled
08:49:58 [2019-08-28T08:49:58.089Z] - CONFIG_CGROUP_PIDS: enabled
08:49:58 [2019-08-28T08:49:58.089Z] - CONFIG_MEMCG_SWAP: enabled
08:49:58 [2019-08-28T08:49:58.089Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
08:49:58 [2019-08-28T08:49:58.089Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
08:49:58 [2019-08-28T08:49:58.089Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled
08:49:58 [2019-08-28T08:49:58.089Z] - CONFIG_BLK_CGROUP: enabled
08:49:58 [2019-08-28T08:49:58.089Z] - CONFIG_BLK_DEV_THROTTLING: enabled
08:49:58 [2019-08-28T08:49:58.089Z] - CONFIG_IOSCHED_CFQ: enabled
08:49:58 [2019-08-28T08:49:58.089Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled
08:49:58 [2019-08-28T08:49:58.089Z] - CONFIG_CGROUP_PERF: enabled
08:49:58 [2019-08-28T08:49:58.089Z] - CONFIG_CGROUP_HUGETLB: enabled
08:49:58 [2019-08-28T08:49:58.089Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
08:49:58 [2019-08-28T08:49:58.089Z] - CONFIG_CGROUP_NET_PRIO: enabled
08:49:58 [2019-08-28T08:49:58.089Z] - CONFIG_CFS_BANDWIDTH: enabled
08:49:58 [2019-08-28T08:49:58.089Z] - CONFIG_FAIR_GROUP_SCHED: enabled
08:49:58 [2019-08-28T08:49:58.089Z] - CONFIG_RT_GROUP_SCHED: missing
08:49:58 [2019-08-28T08:49:58.089Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
08:49:58 [2019-08-28T08:49:58.089Z] - CONFIG_IP_VS: enabled (as module)
08:49:58 [2019-08-28T08:49:58.089Z] - CONFIG_IP_VS_NFCT: enabled
08:49:58 [2019-08-28T08:49:58.089Z] - CONFIG_IP_VS_PROTO_TCP: enabled
08:49:58 [2019-08-28T08:49:58.089Z] - CONFIG_IP_VS_PROTO_UDP: enabled
08:49:58 [2019-08-28T08:49:58.089Z] - CONFIG_IP_VS_RR: enabled (as module)
08:49:58 [2019-08-28T08:49:58.089Z] - CONFIG_EXT4_FS: enabled
08:49:58 [2019-08-28T08:49:58.089Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
08:49:58 [2019-08-28T08:49:58.089Z] - CONFIG_EXT4_FS_SECURITY: enabled
08:49:58 [2019-08-28T08:49:58.089Z] - Network Drivers:
08:49:58 [2019-08-28T08:49:58.089Z]   - "overlay":
08:49:58 [2019-08-28T08:49:58.089Z]     - CONFIG_VXLAN: enabled (as module)
08:49:58 [2019-08-28T08:49:58.089Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
08:49:58 [2019-08-28T08:49:58.089Z]       Optional (for encrypted networks):
08:49:58 [2019-08-28T08:49:58.198Z] debconf: delaying package configuration, since apt-utils is not installed
08:49:58 [2019-08-28T08:49:58.198Z] Fetched 328 kB in 0s (4443 kB/s)
08:49:58 [2019-08-28T08:49:58.198Z] Selecting previously unselected package libonig4:s390x.
08:49:58 [2019-08-28T08:49:58.198Z] (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.)
08:49:58 [2019-08-28T08:49:58.198Z] Preparing to unpack .../libonig4_6.1.3-2_s390x.deb ...
08:49:58 [2019-08-28T08:49:58.198Z] Unpacking libonig4:s390x (6.1.3-2) ...
08:49:58 [2019-08-28T08:49:58.198Z] Selecting previously unselected package libjq1:s390x.
08:49:58 [2019-08-28T08:49:58.198Z] Preparing to unpack .../libjq1_1.5+dfsg-1.3_s390x.deb ...
08:49:58 [2019-08-28T08:49:58.198Z] Unpacking libjq1:s390x (1.5+dfsg-1.3) ...
08:49:58 [2019-08-28T08:49:58.198Z] Selecting previously unselected package jq.
08:49:58 [2019-08-28T08:49:58.198Z] Preparing to unpack .../jq_1.5+dfsg-1.3_s390x.deb ...
08:49:58 [2019-08-28T08:49:58.198Z] Unpacking jq (1.5+dfsg-1.3) ...
08:49:58 [2019-08-28T08:49:58.198Z] Setting up libonig4:s390x (6.1.3-2) ...
08:49:58 [2019-08-28T08:49:58.198Z] Setting up libjq1:s390x (1.5+dfsg-1.3) ...
08:49:58 [2019-08-28T08:49:58.198Z] Processing triggers for libc-bin (2.24-11+deb9u4) ...
08:49:58 [2019-08-28T08:49:58.198Z] Setting up jq (1.5+dfsg-1.3) ...
08:49:58 [2019-08-28T08:49:58.257Z]   CC       criu/proc_parse.o
08:49:58 [2019-08-28T08:49:58.279Z]       - CONFIG_CRYPTO: enabled
08:49:58 [2019-08-28T08:49:58.279Z]       - CONFIG_CRYPTO_AEAD: enabled
08:49:58 [2019-08-28T08:49:58.279Z]       - CONFIG_CRYPTO_GCM: enabled
08:49:58 [2019-08-28T08:49:58.279Z]       - CONFIG_CRYPTO_SEQIV: enabled
08:49:58 [2019-08-28T08:49:58.279Z]       - CONFIG_CRYPTO_GHASH: enabled
08:49:58 [2019-08-28T08:49:58.279Z]       - CONFIG_XFRM: enabled
08:49:58 [2019-08-28T08:49:58.279Z]       - CONFIG_XFRM_USER: enabled (as module)
08:49:58 [2019-08-28T08:49:58.279Z]       - CONFIG_XFRM_ALGO: enabled (as module)
08:49:58 [2019-08-28T08:49:58.279Z]       - CONFIG_INET_ESP: enabled (as module)
08:49:58 [2019-08-28T08:49:58.279Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module)
08:49:58 [2019-08-28T08:49:58.279Z]   - "ipvlan":
08:49:58 [2019-08-28T08:49:58.279Z]     - CONFIG_IPVLAN: enabled (as module)
08:49:58 [2019-08-28T08:49:58.279Z]   - "macvlan":
08:49:58 [2019-08-28T08:49:58.279Z]     - CONFIG_MACVLAN: enabled (as module)
08:49:58 [2019-08-28T08:49:58.279Z]     - CONFIG_DUMMY: enabled (as module)
08:49:58 [2019-08-28T08:49:58.279Z]   - "ftp,tftp client in container":
08:49:58 [2019-08-28T08:49:58.279Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
08:49:58 [2019-08-28T08:49:58.279Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
08:49:58 [2019-08-28T08:49:58.279Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
08:49:58 [2019-08-28T08:49:58.279Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
08:49:58 [2019-08-28T08:49:58.279Z] - Storage Drivers:
08:49:58 [2019-08-28T08:49:58.279Z]   - "aufs":
08:49:58 [2019-08-28T08:49:58.279Z]     - CONFIG_AUFS_FS: enabled (as module)
08:49:58 [2019-08-28T08:49:58.279Z]   - "btrfs":
08:49:58 [2019-08-28T08:49:58.279Z]     - CONFIG_BTRFS_FS: enabled (as module)
08:49:58 [2019-08-28T08:49:58.279Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
08:49:58 [2019-08-28T08:49:58.279Z]   - "devicemapper":
08:49:58 [2019-08-28T08:49:58.279Z]     - CONFIG_BLK_DEV_DM: enabled
08:49:58 [2019-08-28T08:49:58.279Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
08:49:58 [2019-08-28T08:49:58.279Z]   - "overlay":
08:49:58 [2019-08-28T08:49:58.279Z]     - CONFIG_OVERLAY_FS: enabled (as module)
08:49:58 [2019-08-28T08:49:58.279Z]   - "zfs":
08:49:58 [2019-08-28T08:49:58.279Z]     - /dev/zfs: missing
08:49:58 [2019-08-28T08:49:58.279Z]     - zfs command: missing
08:49:58 [2019-08-28T08:49:58.279Z]     - zpool command: missing
08:49:58 [2019-08-28T08:49:58.279Z] 
08:49:58 [2019-08-28T08:49:58.279Z] Limits:
08:49:58 [2019-08-28T08:49:58.279Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
08:49:58 [2019-08-28T08:49:58.279Z] 
08:49:58 [2019-08-28T08:49:58.279Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
08:49:58 [2019-08-28T08:49:58.351Z]       - CONFIG_CRYPTO: enabled
08:49:58 [2019-08-28T08:49:58.351Z]       - CONFIG_CRYPTO_AEAD: enabled
08:49:58 [2019-08-28T08:49:58.351Z]       - CONFIG_CRYPTO_GCM: enabled
08:49:58 [2019-08-28T08:49:58.351Z]       - CONFIG_CRYPTO_SEQIV: enabled
08:49:58 [2019-08-28T08:49:58.351Z]       - CONFIG_CRYPTO_GHASH: enabled
08:49:58 [2019-08-28T08:49:58.351Z]       - CONFIG_XFRM: enabled
08:49:58 [2019-08-28T08:49:58.351Z]       - CONFIG_XFRM_USER: enabled (as module)
08:49:58 [2019-08-28T08:49:58.351Z]       - CONFIG_XFRM_ALGO: enabled (as module)
08:49:58 [2019-08-28T08:49:58.351Z]       - CONFIG_INET_ESP: enabled (as module)
08:49:58 [2019-08-28T08:49:58.351Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module)
08:49:58 [2019-08-28T08:49:58.351Z]   - "ipvlan":
08:49:58 [2019-08-28T08:49:58.351Z]     - CONFIG_IPVLAN: enabled (as module)
08:49:58 [2019-08-28T08:49:58.351Z]   - "macvlan":
08:49:58 [2019-08-28T08:49:58.351Z]     - CONFIG_MACVLAN: enabled (as module)
08:49:58 [2019-08-28T08:49:58.351Z]     - CONFIG_DUMMY: enabled (as module)
08:49:58 [2019-08-28T08:49:58.351Z]   - "ftp,tftp client in container":
08:49:58 [2019-08-28T08:49:58.351Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
08:49:58 [2019-08-28T08:49:58.351Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
08:49:58 [2019-08-28T08:49:58.351Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
08:49:58 [2019-08-28T08:49:58.351Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
08:49:58 [2019-08-28T08:49:58.351Z] - Storage Drivers:
08:49:58 [2019-08-28T08:49:58.351Z]   - "aufs":
08:49:58 [2019-08-28T08:49:58.351Z]     - CONFIG_AUFS_FS: enabled (as module)
08:49:58 [2019-08-28T08:49:58.351Z]   - "btrfs":
08:49:58 [2019-08-28T08:49:58.351Z]     - CONFIG_BTRFS_FS: enabled (as module)
08:49:58 [2019-08-28T08:49:58.351Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
08:49:58 [2019-08-28T08:49:58.351Z]   - "devicemapper":
08:49:58 [2019-08-28T08:49:58.351Z]     - CONFIG_BLK_DEV_DM: enabled
08:49:58 [2019-08-28T08:49:58.351Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
08:49:58 [2019-08-28T08:49:58.351Z]   - "overlay":
08:49:58 [2019-08-28T08:49:58.351Z]     - CONFIG_OVERLAY_FS: enabled (as module)
08:49:58 [2019-08-28T08:49:58.351Z]   - "zfs":
08:49:58 [2019-08-28T08:49:58.351Z]     - /dev/zfs: missing
08:49:58 [2019-08-28T08:49:58.351Z]     - zfs command: missing
08:49:58 [2019-08-28T08:49:58.351Z]     - zpool command: missing
08:49:58 [2019-08-28T08:49:58.351Z] 
08:49:58 [2019-08-28T08:49:58.351Z] Limits:
08:49:58 [2019-08-28T08:49:58.351Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
08:49:58 [2019-08-28T08:49:58.351Z] 
08:49:58 [2019-08-28T08:49:58.351Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
08:49:58 [2019-08-28T08:49:58.681Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:99453d7bb34e7b145ef590cbada530110314bb02 .
08:49:58 [2019-08-28T08:49:58.681Z] #1 [internal] load build definition from Dockerfile
08:49:58 [2019-08-28T08:49:58.681Z] #1 transferring dockerfile: 10.90kB done
08:49:58 [2019-08-28T08:49:58.681Z] #1 DONE 0.1s
08:49:58 [2019-08-28T08:49:58.681Z] 
08:49:58 [2019-08-28T08:49:58.681Z] #2 [internal] load .dockerignore
08:49:58 [2019-08-28T08:49:58.681Z] #2 transferring context: 87B 0.0s done
08:49:58 [2019-08-28T08:49:58.681Z] #2 DONE 0.1s
08:49:58 [2019-08-28T08:49:58.681Z] 
08:49:58 [2019-08-28T08:49:58.681Z] #3 [internal] load metadata for docker.io/library/golang:1.12.9-stretch
08:49:58 [2019-08-28T08:49:58.757Z] + sudo modprobe ip_vs
08:49:58 [2019-08-28T08:49:58.989Z] Removing intermediate container ecb95e38c6e8
08:49:58 [2019-08-28T08:49:58.989Z]  ---> accc2d781b80
08:49:58 [2019-08-28T08:49:58.989Z] Step 22/126 : COPY contrib/download-frozen-image-v2.sh /
08:49:58 [2019-08-28T08:49:58.989Z]  ---> 397c58671a4b
08:49:58 [2019-08-28T08:49:58.989Z] Step 23/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
08:49:58 [2019-08-28T08:49:58.989Z]  ---> Running in 8fb07e75cc91
08:49:59 [2019-08-28T08:49:59.015Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:99453d7bb34e7b145ef590cbada530110314bb02 .
08:49:59 [2019-08-28T08:49:59.272Z] #1 [internal] load build definition from Dockerfile
08:49:59 [2019-08-28T08:49:59.272Z] #1 transferring dockerfile:
08:49:59 [2019-08-28T08:49:59.272Z] #1 transferring dockerfile: 10.90kB done
08:49:59 [2019-08-28T08:49:59.272Z] #1 DONE 0.2s
08:49:59 [2019-08-28T08:49:59.272Z] 
08:49:59 [2019-08-28T08:49:59.272Z] #2 [internal] load .dockerignore
08:49:59 [2019-08-28T08:49:59.272Z] #2 transferring context: 87B done
08:49:59 [2019-08-28T08:49:59.272Z] #2 DONE 0.2s
08:49:59 [2019-08-28T08:49:59.272Z] 
08:49:59 [2019-08-28T08:49:59.272Z] #3 [internal] load metadata for docker.io/library/golang:1.12.9-stretch
08:49:59 [2019-08-28T08:49:59.287Z] #3 DONE 0.4s
08:49:59 [2019-08-28T08:49:59.287Z] 
08:49:59 [2019-08-28T08:49:59.287Z] #4 [base 1/2] FROM docker.io/library/golang:1.12.9-stretch@sha256:44600a24d...
08:49:59 [2019-08-28T08:49:59.287Z] #4 resolve docker.io/library/golang:1.12.9-stretch@sha256:44600a24dff9a70122d4446f63903a642e81c0422cd0d87249a8a5183ba5f926 done
08:49:59 [2019-08-28T08:49:59.287Z] #4 sha256:7735f0c8dcb6f99c93c5f8c6af492af4f6c75582e20008a8701473ed627fd316 1.80kB / 1.80kB done
08:49:59 [2019-08-28T08:49:59.287Z] #4 sha256:e6cb98e32a52e3d74381e6d9719bf33482c3b5fcf2825b76102321be48773821 0B / 10.79MB 0.2s
08:49:59 [2019-08-28T08:49:59.287Z] #4 sha256:ae1b8d879badee51dc9d6e27a496eccd69979e406f851fc456990c2b995ff6e8 0B / 4.34MB 0.2s
08:49:59 [2019-08-28T08:49:59.287Z] #4 sha256:44600a24dff9a70122d4446f63903a642e81c0422cd0d87249a8a5183ba5f926 1.42kB / 1.42kB done
08:49:59 [2019-08-28T08:49:59.287Z] #4 sha256:cc80d67e1ba1e90957ad233f4350c9a06bd39b153c9c4a95e8db03bcdd24db06 5.46kB / 5.46kB done
08:49:59 [2019-08-28T08:49:59.287Z] #4 sha256:9cc2ad81d40d54dcae7fa5e8e17d9c34e8bba3b7c2cc7e26fb22734608bda32e 2.38MB / 45.37MB 0.2s
08:49:59 [2019-08-28T08:49:59.532Z] #3 DONE 0.3s
08:49:59 [2019-08-28T08:49:59.793Z] 
08:49:59 [2019-08-28T08:49:59.793Z] #18 [internal] load build context
08:50:00 [2019-08-28T08:50:00.018Z] #4 sha256:e6cb98e32a52e3d74381e6d9719bf33482c3b5fcf2825b76102321be48773821 10.06MB / 10.79MB 0.7s
08:50:00 [2019-08-28T08:50:00.018Z] #4 sha256:ae1b8d879badee51dc9d6e27a496eccd69979e406f851fc456990c2b995ff6e8 3.46MB / 4.34MB 0.7s
08:50:00 [2019-08-28T08:50:00.018Z] #4 sha256:9cc2ad81d40d54dcae7fa5e8e17d9c34e8bba3b7c2cc7e26fb22734608bda32e 28.45MB / 45.37MB 0.7s
08:50:00 [2019-08-28T08:50:00.275Z]   CC       criu/protobuf-desc.o
08:50:00 [2019-08-28T08:50:00.279Z] #4 sha256:e6cb98e32a52e3d74381e6d9719bf33482c3b5fcf2825b76102321be48773821 10.79MB / 10.79MB 0.8s
08:50:00 [2019-08-28T08:50:00.279Z] #4 sha256:ae1b8d879badee51dc9d6e27a496eccd69979e406f851fc456990c2b995ff6e8 4.34MB / 4.34MB 0.8s
08:50:00 [2019-08-28T08:50:00.279Z] #4 sha256:e6cb98e32a52e3d74381e6d9719bf33482c3b5fcf2825b76102321be48773821 10.79MB / 10.79MB 1.0s done
08:50:00 [2019-08-28T08:50:00.279Z] #4 sha256:ae1b8d879badee51dc9d6e27a496eccd69979e406f851fc456990c2b995ff6e8 4.34MB / 4.34MB 0.8s done
08:50:00 [2019-08-28T08:50:00.279Z] #4 sha256:9cc2ad81d40d54dcae7fa5e8e17d9c34e8bba3b7c2cc7e26fb22734608bda32e 40.23MB / 45.37MB 1.1s
08:50:00 [2019-08-28T08:50:00.279Z] #4 sha256:0e9c491bdeac57e432835f2d7836ce77db5c84c5f55b8f2deb3e65c1a2e285cc 2.30MB / 57.67MB 1.1s
08:50:00 [2019-08-28T08:50:00.279Z] #4 sha256:42cfa3699b05a0a1bfd9c65dd6463333a18ea3df26dae7612abee367fdba5bde 2.54MB / 50.07MB 1.1s
08:50:00 [2019-08-28T08:50:00.279Z] #4 sha256:9cc2ad81d40d54dcae7fa5e8e17d9c34e8bba3b7c2cc7e26fb22734608bda32e 45.37MB / 45.37MB 1.2s
08:50:00 [2019-08-28T08:50:00.279Z] #4 sha256:0e9c491bdeac57e432835f2d7836ce77db5c84c5f55b8f2deb3e65c1a2e285cc 10.43MB / 57.67MB 1.2s
08:50:00 [2019-08-28T08:50:00.279Z] #4 sha256:42cfa3699b05a0a1bfd9c65dd6463333a18ea3df26dae7612abee367fdba5bde 6.07MB / 50.07MB 1.2s
08:50:00 [2019-08-28T08:50:00.304Z] Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)...
08:50:00 [2019-08-28T08:50:00.304Z] 
######################################################################## 100.0%
08:50:00 [2019-08-28T08:50:00.537Z] #4 sha256:0e9c491bdeac57e432835f2d7836ce77db5c84c5f55b8f2deb3e65c1a2e285cc 15.13MB / 57.67MB 1.3s
08:50:00 [2019-08-28T08:50:00.537Z] #4 sha256:42cfa3699b05a0a1bfd9c65dd6463333a18ea3df26dae7612abee367fdba5bde 8.72MB / 50.07MB 1.3s
08:50:00 [2019-08-28T08:50:00.557Z]   CC       criu/protobuf.o
08:50:00 [2019-08-28T08:50:00.797Z] #4 sha256:0e9c491bdeac57e432835f2d7836ce77db5c84c5f55b8f2deb3e65c1a2e285cc 34.52MB / 57.67MB 1.5s
08:50:00 [2019-08-28T08:50:00.797Z] #4 sha256:42cfa3699b05a0a1bfd9c65dd6463333a18ea3df26dae7612abee367fdba5bde 28.33MB / 50.07MB 1.5s
08:50:00 [2019-08-28T08:50:00.839Z]   CC       criu/pstree.o
08:50:01 [2019-08-28T08:50:01.055Z] #4 sha256:9cc2ad81d40d54dcae7fa5e8e17d9c34e8bba3b7c2cc7e26fb22734608bda32e 45.37MB / 45.37MB 1.5s done
08:50:01 [2019-08-28T08:50:01.055Z] #4 sha256:0e9c491bdeac57e432835f2d7836ce77db5c84c5f55b8f2deb3e65c1a2e285cc 53.46MB / 57.67MB 1.8s
08:50:01 [2019-08-28T08:50:01.055Z] #4 sha256:42cfa3699b05a0a1bfd9c65dd6463333a18ea3df26dae7612abee367fdba5bde 43.27MB / 50.07MB 1.8s
08:50:01 [2019-08-28T08:50:01.055Z] #4 sha256:16d1dffdf565cc63ecbc5ea6e05cd6bbed602203b9b0ca1b1263d6d908085e0b 1.20MB / 127.96MB 1.8s
08:50:01 [2019-08-28T08:50:01.055Z] #4 sha256:0e9c491bdeac57e432835f2d7836ce77db5c84c5f55b8f2deb3e65c1a2e285cc 56.44MB / 57.67MB 1.9s
08:50:01 [2019-08-28T08:50:01.055Z] #4 sha256:42cfa3699b05a0a1bfd9c65dd6463333a18ea3df26dae7612abee367fdba5bde 50.07MB / 50.07MB 1.9s
08:50:01 [2019-08-28T08:50:01.055Z] #4 extracting sha256:9cc2ad81d40d54dcae7fa5e8e17d9c34e8bba3b7c2cc7e26fb22734608bda32e
08:50:01 [2019-08-28T08:50:01.158Z] 
#######                                                                   11.0%
##################                                                        25.6%
#############################                                             40.3%
#######################################                                   54.9%
##################################################                        69.6%
############################################################              84.2%
######################################################################## 100.0%
08:50:01 [2019-08-28T08:50:01.311Z] #4 sha256:16d1dffdf565cc63ecbc5ea6e05cd6bbed602203b9b0ca1b1263d6d908085e0b 7.77MB / 127.96MB 2.0s
08:50:01 [2019-08-28T08:50:01.531Z] 
######################################################################## 100.0%
08:50:01 [2019-08-28T08:50:01.568Z] #4 sha256:0e9c491bdeac57e432835f2d7836ce77db5c84c5f55b8f2deb3e65c1a2e285cc 57.67MB / 57.67MB 2.1s done
08:50:01 [2019-08-28T08:50:01.568Z] #4 sha256:42cfa3699b05a0a1bfd9c65dd6463333a18ea3df26dae7612abee367fdba5bde 50.07MB / 50.07MB 2.1s done
08:50:01 [2019-08-28T08:50:01.568Z] #4 sha256:16d1dffdf565cc63ecbc5ea6e05cd6bbed602203b9b0ca1b1263d6d908085e0b 25.26MB / 127.96MB 2.3s
08:50:01 [2019-08-28T08:50:01.568Z] #4 sha256:7fab6e8c0fc75b6aa3e50ea8340cce5baf00c637d41c39a46dbcdc19700bf3a3 126B / 126B 2.2s done
08:50:01 [2019-08-28T08:50:01.824Z] #4 sha256:16d1dffdf565cc63ecbc5ea6e05cd6bbed602203b9b0ca1b1263d6d908085e0b 36.11MB / 127.96MB 2.5s
08:50:01 [2019-08-28T08:50:01.824Z] #4 sha256:16d1dffdf565cc63ecbc5ea6e05cd6bbed602203b9b0ca1b1263d6d908085e0b 50.74MB / 127.96MB 2.7s
08:50:01 [2019-08-28T08:50:01.848Z]   CC       criu/rbtree.o
08:50:01 [2019-08-28T08:50:01.848Z]   CC       criu/rst-malloc.o
08:50:01 [2019-08-28T08:50:01.919Z] 
#####################                                                     29.9%
##################################################                        69.5%
######################################################################## 100.0%
08:50:01 [2019-08-28T08:50:01.919Z] 
######################################################################## 100.0%
08:50:02 [2019-08-28T08:50:02.082Z] #4 sha256:16d1dffdf565cc63ecbc5ea6e05cd6bbed602203b9b0ca1b1263d6d908085e0b 62.49MB / 127.96MB 2.9s
08:50:02 [2019-08-28T08:50:02.130Z]   CC       criu/seccomp.o
08:50:02 [2019-08-28T08:50:02.338Z] #4 sha256:16d1dffdf565cc63ecbc5ea6e05cd6bbed602203b9b0ca1b1263d6d908085e0b 75.99MB / 127.96MB 3.1s
08:50:02 [2019-08-28T08:50:02.411Z]   CC       criu/seize.o
08:50:02 [2019-08-28T08:50:02.595Z] #4 sha256:16d1dffdf565cc63ecbc5ea6e05cd6bbed602203b9b0ca1b1263d6d908085e0b 87.82MB / 127.96MB 3.3s
08:50:02 [2019-08-28T08:50:02.595Z] #4 sha256:16d1dffdf565cc63ecbc5ea6e05cd6bbed602203b9b0ca1b1263d6d908085e0b 100.32MB / 127.96MB 3.5s
08:50:02 [2019-08-28T08:50:02.682Z] 
######                                                                     9.4%
###################                                                       27.2%
################################                                          45.0%
#############################################                             62.8%
########################################################                  78.1%
#####################################################################     95.9%
######################################################################## 100.0%
08:50:02 [2019-08-28T08:50:02.854Z] #4 sha256:16d1dffdf565cc63ecbc5ea6e05cd6bbed602203b9b0ca1b1263d6d908085e0b 107.40MB / 127.96MB 3.6s
08:50:02 [2019-08-28T08:50:02.854Z] #4 sha256:16d1dffdf565cc63ecbc5ea6e05cd6bbed602203b9b0ca1b1263d6d908085e0b 117.37MB / 127.96MB 3.7s
08:50:03 [2019-08-28T08:50:03.024Z]   CC       criu/servicefd.o
08:50:03 [2019-08-28T08:50:03.059Z] 
######################################################################## 100.0%
08:50:03 [2019-08-28T08:50:03.209Z] #4 sha256:16d1dffdf565cc63ecbc5ea6e05cd6bbed602203b9b0ca1b1263d6d908085e0b 127.96MB / 127.96MB 3.9s
08:50:03 [2019-08-28T08:50:03.306Z]   CC       criu/shmem.o
08:50:03 [2019-08-28T08:50:03.467Z] #4 ...
08:50:03 [2019-08-28T08:50:03.467Z] 
08:50:03 [2019-08-28T08:50:03.467Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369...
08:50:03 [2019-08-28T08:50:03.467Z] #64 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 1.0s done
08:50:03 [2019-08-28T08:50:03.467Z] #64 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done
08:50:03 [2019-08-28T08:50:03.467Z] #64 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done
08:50:03 [2019-08-28T08:50:03.467Z] #64 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 1.5s done
08:50:03 [2019-08-28T08:50:03.467Z] #64 extracting sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 1.6s done
08:50:03 [2019-08-28T08:50:03.467Z] #64 DONE 3.4s
08:50:03 [2019-08-28T08:50:03.726Z] 
08:50:03 [2019-08-28T08:50:03.726Z] #4 [base 1/2] FROM docker.io/library/golang:1.12.9-stretch@sha256:44600a24d...
08:50:03 [2019-08-28T08:50:03.726Z] #4 sha256:16d1dffdf565cc63ecbc5ea6e05cd6bbed602203b9b0ca1b1263d6d908085e0b 127.96MB / 127.96MB 4.3s done
08:50:03 [2019-08-28T08:50:03.920Z]   CC       criu/sigframe.o
08:50:03 [2019-08-28T08:50:03.995Z] #18 ...
08:50:03 [2019-08-28T08:50:03.995Z] 
08:50:03 [2019-08-28T08:50:03.995Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369...
08:50:03 [2019-08-28T08:50:03.995Z] #64 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 0.4s done
08:50:03 [2019-08-28T08:50:03.995Z] #64 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done
08:50:03 [2019-08-28T08:50:03.995Z] #64 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done
08:50:03 [2019-08-28T08:50:03.995Z] #64 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 1.4s done
08:50:03 [2019-08-28T08:50:03.995Z] #64 extracting sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 1.8s done
08:50:03 [2019-08-28T08:50:03.995Z] #64 DONE 3.8s
08:50:03 [2019-08-28T08:50:03.995Z] 
08:50:03 [2019-08-28T08:50:03.995Z] #18 [internal] load build context
08:50:03 [2019-08-28T08:50:03.995Z] #18 transferring context: 45.53MB 4.3s done
08:50:03 [2019-08-28T08:50:03.995Z] #18 DONE 4.4s
08:50:03 [2019-08-28T08:50:03.995Z] 
08:50:03 [2019-08-28T08:50:03.995Z] #4 [base 1/2] FROM docker.io/library/golang:1.12.9-stretch@sha256:44600a24d...
08:50:03 [2019-08-28T08:50:03.995Z] #4 resolve docker.io/library/golang:1.12.9-stretch@sha256:44600a24dff9a70122d4446f63903a642e81c0422cd0d87249a8a5183ba5f926 done
08:50:03 [2019-08-28T08:50:03.995Z] #4 sha256:9cc2ad81d40d54dcae7fa5e8e17d9c34e8bba3b7c2cc7e26fb22734608bda32e 45.37MB / 45.37MB 1.1s done
08:50:03 [2019-08-28T08:50:03.995Z] #4 sha256:e6cb98e32a52e3d74381e6d9719bf33482c3b5fcf2825b76102321be48773821 10.79MB / 10.79MB 0.4s done
08:50:03 [2019-08-28T08:50:03.995Z] #4 sha256:7735f0c8dcb6f99c93c5f8c6af492af4f6c75582e20008a8701473ed627fd316 1.80kB / 1.80kB done
08:50:03 [2019-08-28T08:50:03.995Z] #4 sha256:cc80d67e1ba1e90957ad233f4350c9a06bd39b153c9c4a95e8db03bcdd24db06 5.46kB / 5.46kB done
08:50:03 [2019-08-28T08:50:03.995Z] #4 sha256:ae1b8d879badee51dc9d6e27a496eccd69979e406f851fc456990c2b995ff6e8 4.34MB / 4.34MB 0.3s done
08:50:03 [2019-08-28T08:50:03.995Z] #4 sha256:44600a24dff9a70122d4446f63903a642e81c0422cd0d87249a8a5183ba5f926 1.42kB / 1.42kB done
08:50:03 [2019-08-28T08:50:03.995Z] #4 sha256:42cfa3699b05a0a1bfd9c65dd6463333a18ea3df26dae7612abee367fdba5bde 50.07MB / 50.07MB 1.3s done
08:50:03 [2019-08-28T08:50:03.995Z] #4 sha256:0e9c491bdeac57e432835f2d7836ce77db5c84c5f55b8f2deb3e65c1a2e285cc 57.67MB / 57.67MB 1.7s done
08:50:03 [2019-08-28T08:50:03.995Z] #4 sha256:16d1dffdf565cc63ecbc5ea6e05cd6bbed602203b9b0ca1b1263d6d908085e0b 127.96MB / 127.96MB 4.0s done
08:50:03 [2019-08-28T08:50:03.995Z] #4 sha256:7fab6e8c0fc75b6aa3e50ea8340cce5baf00c637d41c39a46dbcdc19700bf3a3 126B / 126B 1.4s done
08:50:03 [2019-08-28T08:50:03.995Z] #4 extracting sha256:9cc2ad81d40d54dcae7fa5e8e17d9c34e8bba3b7c2cc7e26fb22734608bda32e 2.9s
08:50:04 [2019-08-28T08:50:04.202Z]   CC       criu/signalfd.o
08:50:04 [2019-08-28T08:50:04.202Z]   CC       criu/sk-inet.o
08:50:04 [2019-08-28T08:50:04.286Z] #4 ...
08:50:04 [2019-08-28T08:50:04.286Z] 
08:50:04 [2019-08-28T08:50:04.286Z] #18 [internal] load build context
08:50:04 [2019-08-28T08:50:04.286Z] #18 transferring context: 45.53MB 4.9s done
08:50:04 [2019-08-28T08:50:04.286Z] #18 DONE 5.0s
08:50:04 [2019-08-28T08:50:04.286Z] 
08:50:04 [2019-08-28T08:50:04.286Z] #4 [base 1/2] FROM docker.io/library/golang:1.12.9-stretch@sha256:44600a24d...
08:50:04 [2019-08-28T08:50:04.580Z] 
###                                                                        5.1%
#######                                                                   10.8%
###########                                                               16.4%
################                                                          23.1%
#####################                                                     29.7%
##########################                                                36.3%
##############################                                            42.9%
###################################                                       49.5%
########################################                                  56.1%
#############################################                             62.7%
#################################################                         69.4%
######################################################                    76.0%
##########################################################                81.6%
###############################################################           88.3%
####################################################################      94.9%
######################################################################## 100.0%
08:50:04 [2019-08-28T08:50:04.581Z] 
08:50:04 [2019-08-28T08:50:04.816Z]   CC       criu/sk-netlink.o
08:50:05 [2019-08-28T08:50:05.098Z]   CC       criu/sk-packet.o
08:50:05 [2019-08-28T08:50:05.368Z] #4 extracting sha256:9cc2ad81d40d54dcae7fa5e8e17d9c34e8bba3b7c2cc7e26fb22734608bda32e 4.2s done
08:50:05 [2019-08-28T08:50:05.478Z] Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)...
08:50:05 [2019-08-28T08:50:05.626Z] #4 extracting sha256:e6cb98e32a52e3d74381e6d9719bf33482c3b5fcf2825b76102321be48773821 0.1s
08:50:05 [2019-08-28T08:50:05.649Z] #4 extracting sha256:9cc2ad81d40d54dcae7fa5e8e17d9c34e8bba3b7c2cc7e26fb22734608bda32e 4.3s done
08:50:05 [2019-08-28T08:50:05.711Z]   CC       criu/sk-queue.o
08:50:05 [2019-08-28T08:50:05.853Z] 
######################################################################## 100.0%
08:50:05 [2019-08-28T08:50:05.853Z] 
######################################################################## 100.0%
08:50:05 [2019-08-28T08:50:05.853Z] 
08:50:05 [2019-08-28T08:50:05.906Z] #4 extracting sha256:e6cb98e32a52e3d74381e6d9719bf33482c3b5fcf2825b76102321be48773821
08:50:05 [2019-08-28T08:50:05.993Z]   CC       criu/sk-tcp.o
08:50:06 [2019-08-28T08:50:06.200Z] #4 extracting sha256:e6cb98e32a52e3d74381e6d9719bf33482c3b5fcf2825b76102321be48773821 0.4s done
08:50:06 [2019-08-28T08:50:06.200Z] #4 extracting sha256:ae1b8d879badee51dc9d6e27a496eccd69979e406f851fc456990c2b995ff6e8 0.1s
08:50:06 [2019-08-28T08:50:06.278Z]   CC       criu/sk-unix.o
08:50:06 [2019-08-28T08:50:06.459Z] #4 extracting sha256:ae1b8d879badee51dc9d6e27a496eccd69979e406f851fc456990c2b995ff6e8 0.1s done
08:50:06 [2019-08-28T08:50:06.459Z] #4 extracting sha256:42cfa3699b05a0a1bfd9c65dd6463333a18ea3df26dae7612abee367fdba5bde
08:50:06 [2019-08-28T08:50:06.468Z] #4 extracting sha256:e6cb98e32a52e3d74381e6d9719bf33482c3b5fcf2825b76102321be48773821 0.4s done
08:50:06 [2019-08-28T08:50:06.468Z] #4 extracting sha256:ae1b8d879badee51dc9d6e27a496eccd69979e406f851fc456990c2b995ff6e8
08:50:06 [2019-08-28T08:50:06.468Z] #4 extracting sha256:ae1b8d879badee51dc9d6e27a496eccd69979e406f851fc456990c2b995ff6e8 0.2s done
08:50:06 [2019-08-28T08:50:06.622Z] Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)...
08:50:06 [2019-08-28T08:50:06.724Z] #4 extracting sha256:42cfa3699b05a0a1bfd9c65dd6463333a18ea3df26dae7612abee367fdba5bde
08:50:06 [2019-08-28T08:50:06.983Z] 
######################################################################## 100.0%
08:50:06 [2019-08-28T08:50:06.983Z] 
######################################################################## 100.0%
08:50:06 [2019-08-28T08:50:06.983Z] 
08:50:07 [2019-08-28T08:50:07.747Z]   CC       criu/sockets.o
08:50:07 [2019-08-28T08:50:07.761Z] Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)...
08:50:07 [2019-08-28T08:50:07.761Z] skipping existing b63cc5f62c21
08:50:08 [2019-08-28T08:50:08.126Z] 
08:50:08 [2019-08-28T08:50:08.364Z]   CC       criu/stats.o
08:50:08 [2019-08-28T08:50:08.364Z]   CC       criu/string.o
08:50:08 [2019-08-28T08:50:08.501Z] Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)...
08:50:08 [2019-08-28T08:50:08.646Z]   CC       criu/sysctl.o
08:50:08 [2019-08-28T08:50:08.861Z] 
######################################################################## 100.0%
08:50:08 [2019-08-28T08:50:08.861Z] 
######################################################################## 100.0%
08:50:08 [2019-08-28T08:50:08.861Z] 
08:50:08 [2019-08-28T08:50:08.861Z] Download of images into '/build' complete.
08:50:08 [2019-08-28T08:50:08.861Z] Use something like the following to load the result into a Docker daemon:
08:50:08 [2019-08-28T08:50:08.861Z]   tar -cC '/build' . | docker load
08:50:08 [2019-08-28T08:50:08.928Z]   CC       criu/sysfs_parse.o
08:50:08 [2019-08-28T08:50:08.987Z] #4 extracting sha256:42cfa3699b05a0a1bfd9c65dd6463333a18ea3df26dae7612abee367fdba5bde 2.0s done
08:50:08 [2019-08-28T08:50:08.987Z] #4 extracting sha256:0e9c491bdeac57e432835f2d7836ce77db5c84c5f55b8f2deb3e65c1a2e285cc 0.1s
08:50:09 [2019-08-28T08:50:09.211Z]   CC       criu/timerfd.o
08:50:09 [2019-08-28T08:50:09.237Z] #4 extracting sha256:42cfa3699b05a0a1bfd9c65dd6463333a18ea3df26dae7612abee367fdba5bde 2.0s done
08:50:09 [2019-08-28T08:50:09.237Z] #4 extracting sha256:0e9c491bdeac57e432835f2d7836ce77db5c84c5f55b8f2deb3e65c1a2e285cc 0.1s
08:50:09 [2019-08-28T08:50:09.492Z]   CC       criu/tty.o
08:50:10 [2019-08-28T08:50:10.351Z] Removing intermediate container 8fb07e75cc91
08:50:10 [2019-08-28T08:50:10.352Z]  ---> 13a3fcbd7525
08:50:10 [2019-08-28T08:50:10.352Z] Step 24/126 : FROM base AS cross-false
08:50:10 [2019-08-28T08:50:10.352Z]  ---> 1af970284b9f
08:50:10 [2019-08-28T08:50:10.352Z] Step 25/126 : FROM base AS cross-true
08:50:10 [2019-08-28T08:50:10.352Z]  ---> 1af970284b9f
08:50:10 [2019-08-28T08:50:10.352Z] Step 26/126 : ARG DEBIAN_FRONTEND
08:50:10 [2019-08-28T08:50:10.352Z]  ---> Using cache
08:50:10 [2019-08-28T08:50:10.352Z]  ---> ffa375df22b2
08:50:10 [2019-08-28T08:50:10.352Z] Step 27/126 : RUN dpkg --add-architecture armhf
08:50:10 [2019-08-28T08:50:10.728Z]  ---> Running in 787b6785bf53
08:50:10 [2019-08-28T08:50:10.893Z] #4 extracting sha256:0e9c491bdeac57e432835f2d7836ce77db5c84c5f55b8f2deb3e65c1a2e285cc 1.9s done
08:50:10 [2019-08-28T08:50:10.893Z] #4 extracting sha256:16d1dffdf565cc63ecbc5ea6e05cd6bbed602203b9b0ca1b1263d6d908085e0b
08:50:10 [2019-08-28T08:50:10.960Z]   CC       criu/tun.o
08:50:11 [2019-08-28T08:50:11.123Z] #4 extracting sha256:0e9c491bdeac57e432835f2d7836ce77db5c84c5f55b8f2deb3e65c1a2e285cc 1.7s done
08:50:11 [2019-08-28T08:50:11.123Z] #4 extracting sha256:16d1dffdf565cc63ecbc5ea6e05cd6bbed602203b9b0ca1b1263d6d908085e0b
08:50:11 [2019-08-28T08:50:11.242Z]   CC       criu/uffd.o
08:50:11 [2019-08-28T08:50:11.509Z] Removing intermediate container 787b6785bf53
08:50:11 [2019-08-28T08:50:11.509Z]  ---> 8e3ca11ea5cf
08:50:11 [2019-08-28T08:50:11.509Z] Step 28/126 : RUN dpkg --add-architecture arm64
08:50:11 [2019-08-28T08:50:11.510Z]  ---> Running in 428fae96d97a
08:50:12 [2019-08-28T08:50:12.247Z]   CC       criu/util.o
08:50:12 [2019-08-28T08:50:12.784Z] Removing intermediate container 428fae96d97a
08:50:12 [2019-08-28T08:50:12.784Z]  ---> 48d3c622264c
08:50:12 [2019-08-28T08:50:12.784Z] Step 29/126 : RUN dpkg --add-architecture armel
08:50:12 [2019-08-28T08:50:12.784Z]  ---> Running in b7e648b354df
08:50:13 [2019-08-28T08:50:13.253Z]   CC       criu/uts_ns.o
08:50:13 [2019-08-28T08:50:13.253Z]   CC       criu/vdso.o
08:50:13 [2019-08-28T08:50:13.574Z] Removing intermediate container b7e648b354df
08:50:13 [2019-08-28T08:50:13.574Z]  ---> b3c325bce55f
08:50:13 [2019-08-28T08:50:13.574Z] Step 30/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
08:50:13 [2019-08-28T08:50:13.574Z]  ---> Running in e0df136c5787
08:50:13 [2019-08-28T08:50:13.867Z]   LINK     criu/built-in.o
08:50:13 [2019-08-28T08:50:13.867Z]   LINK     criu/criu
08:50:14 [2019-08-28T08:50:14.148Z]   DEP      lib/c/criu.d
08:50:14 [2019-08-28T08:50:14.148Z]   CC       images/rpc.pb-c.o
08:50:14 [2019-08-28T08:50:14.782Z]   CC       lib/c/criu.o
08:50:14 [2019-08-28T08:50:14.943Z] Removing intermediate container e0df136c5787
08:50:14 [2019-08-28T08:50:14.943Z]  ---> 04614852e479
08:50:14 [2019-08-28T08:50:14.943Z] Step 31/126 : FROM cross-${CROSS} as dev-base
08:50:14 [2019-08-28T08:50:14.943Z]  ---> 1af970284b9f
08:50:14 [2019-08-28T08:50:14.943Z] Step 32/126 : FROM dev-base AS runtime-dev-cross-false
08:50:14 [2019-08-28T08:50:14.943Z]  ---> 1af970284b9f
08:50:14 [2019-08-28T08:50:14.943Z] Step 33/126 : ARG DEBIAN_FRONTEND
08:50:14 [2019-08-28T08:50:14.943Z]  ---> Using cache
08:50:14 [2019-08-28T08:50:14.943Z]  ---> ffa375df22b2
08:50:14 [2019-08-28T08:50:14.943Z] Step 34/126 : RUN apt-get update && apt-get install -y --no-install-recommends 	libapparmor-dev 	libseccomp-dev 	&& rm -rf /var/lib/apt/lists/*
08:50:14 [2019-08-28T08:50:14.943Z]  ---> Running in 9498f0fde12f
08:50:14 [2019-08-28T08:50:14.943Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
08:50:14 [2019-08-28T08:50:14.943Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
08:50:15 [2019-08-28T08:50:15.072Z] #4 extracting sha256:16d1dffdf565cc63ecbc5ea6e05cd6bbed602203b9b0ca1b1263d6d908085e0b 4.1s done
08:50:15 [2019-08-28T08:50:15.286Z] #4 extracting sha256:16d1dffdf565cc63ecbc5ea6e05cd6bbed602203b9b0ca1b1263d6d908085e0b 4.0s done
08:50:15 [2019-08-28T08:50:15.286Z] #4 extracting sha256:7fab6e8c0fc75b6aa3e50ea8340cce5baf00c637d41c39a46dbcdc19700bf3a3
08:50:15 [2019-08-28T08:50:15.286Z] #4 extracting sha256:7fab6e8c0fc75b6aa3e50ea8340cce5baf00c637d41c39a46dbcdc19700bf3a3 done
08:50:15 [2019-08-28T08:50:15.329Z] #4 extracting sha256:7fab6e8c0fc75b6aa3e50ea8340cce5baf00c637d41c39a46dbcdc19700bf3a3
08:50:15 [2019-08-28T08:50:15.329Z] #4 extracting sha256:7fab6e8c0fc75b6aa3e50ea8340cce5baf00c637d41c39a46dbcdc19700bf3a3 done
08:50:15 [2019-08-28T08:50:15.337Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
08:50:15 [2019-08-28T08:50:15.337Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
08:50:15 [2019-08-28T08:50:15.337Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B]
08:50:15 [2019-08-28T08:50:15.337Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [485 kB]
08:50:15 [2019-08-28T08:50:15.337Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB]
08:50:15 [2019-08-28T08:50:15.542Z] #4 DONE 16.3s
08:50:15 [2019-08-28T08:50:15.542Z] 
08:50:15 [2019-08-28T08:50:15.542Z] #5 [base 2/2] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
08:50:15 [2019-08-28T08:50:15.586Z] #4 DONE 15.8s
08:50:15 [2019-08-28T08:50:15.586Z] 
08:50:15 [2019-08-28T08:50:15.586Z] #5 [base 2/2] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
08:50:15 [2019-08-28T08:50:15.711Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB]
08:50:15 [2019-08-28T08:50:15.787Z]   LINK     lib/c/built-in.o
08:50:15 [2019-08-28T08:50:15.787Z]   LINK     lib/c/libcriu.so
08:50:15 [2019-08-28T08:50:15.787Z]   GEN      magic.py
08:50:15 [2019-08-28T08:50:15.787Z] Note: Building without setproctitle() and strlcpy() support.
08:50:15 [2019-08-28T08:50:15.787Z]       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
08:50:16 [2019-08-28T08:50:16.072Z] fatal: Not a git repository (or any of the parent directories): .git
08:50:16 [2019-08-28T08:50:16.357Z] make[1]: Nothing to be done for 'all'.
08:50:16 [2019-08-28T08:50:16.640Z] make[1]: 'images/built-in.o' is up to date.
08:50:16 [2019-08-28T08:50:16.640Z] make[1]: 'compel/plugins/std.lib.a' is up to date.
08:50:16 [2019-08-28T08:50:16.640Z] make[1]: 'compel/plugins/fds.lib.a' is up to date.
08:50:16 [2019-08-28T08:50:16.640Z] make[1]: 'compel/libcompel.a' is up to date.
08:50:16 [2019-08-28T08:50:16.640Z] make[1]: 'compel/compel-host-bin' is up to date.
08:50:16 [2019-08-28T08:50:16.640Z] make[1]: Nothing to be done for 'all'.
08:50:16 [2019-08-28T08:50:16.640Z] make[1]: 'soccr/libsoccr.a' is up to date.
08:50:16 [2019-08-28T08:50:16.924Z] make[2]: Nothing to be done for 'all'.
08:50:16 [2019-08-28T08:50:16.924Z] make[2]: Nothing to be done for 'all'.
08:50:16 [2019-08-28T08:50:16.924Z] make[2]: Nothing to be done for 'all'.
08:50:16 [2019-08-28T08:50:16.924Z] make[2]: Nothing to be done for 'all'.
08:50:16 [2019-08-28T08:50:16.924Z] make[2]: Nothing to be done for 'all'.
08:50:16 [2019-08-28T08:50:16.924Z] make[2]: Nothing to be done for 'all'.
08:50:16 [2019-08-28T08:50:16.924Z] make[2]: Nothing to be done for 'all'.
08:50:16 [2019-08-28T08:50:16.924Z] make[2]: Nothing to be done for 'all'.
08:50:16 [2019-08-28T08:50:16.924Z]   INSTALL  criu/criu
08:50:16 [2019-08-28T08:50:16.947Z] Fetched 7670 kB in 1s (4127 kB/s)
08:50:17 [2019-08-28T08:50:17.342Z] Reading package lists...
08:50:18 [2019-08-28T08:50:18.137Z] Reading package lists...
08:50:18 [2019-08-28T08:50:18.137Z] Building dependency tree...
08:50:18 [2019-08-28T08:50:18.137Z] Reading state information...
08:50:18 [2019-08-28T08:50:18.137Z] The following additional packages will be installed:
08:50:18 [2019-08-28T08:50:18.137Z]   libapparmor1 libseccomp2
08:50:18 [2019-08-28T08:50:18.137Z] Suggested packages:
08:50:18 [2019-08-28T08:50:18.137Z]   seccomp
08:50:18 [2019-08-28T08:50:18.137Z] The following NEW packages will be installed:
08:50:18 [2019-08-28T08:50:18.137Z]   libapparmor-dev libapparmor1 libseccomp-dev libseccomp2
08:50:18 [2019-08-28T08:50:18.505Z] 0 upgraded, 4 newly installed, 0 to remove and 1 not upgraded.
08:50:18 [2019-08-28T08:50:18.505Z] Need to get 301 kB of archives.
08:50:18 [2019-08-28T08:50:18.505Z] After this operation, 1402 kB of additional disk space will be used.
08:50:18 [2019-08-28T08:50:18.505Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libseccomp2 s390x 2.3.1-2.1+deb9u1 [41.3 kB]
08:50:18 [2019-08-28T08:50:18.505Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libseccomp-dev s390x 2.3.1-2.1+deb9u1 [61.6 kB]
08:50:18 [2019-08-28T08:50:18.505Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor1 s390x 2.11.0-3+deb9u2 [78.6 kB]
08:50:18 [2019-08-28T08:50:18.505Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor-dev s390x 2.11.0-3+deb9u2 [119 kB]
08:50:18 [2019-08-28T08:50:18.505Z] debconf: delaying package configuration, since apt-utils is not installed
08:50:18 [2019-08-28T08:50:18.505Z] Fetched 301 kB in 0s (1569 kB/s)
08:50:18 [2019-08-28T08:50:18.505Z] Selecting previously unselected package libseccomp2:s390x.
08:50:18 [2019-08-28T08:50:18.505Z] (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.)
08:50:18 [2019-08-28T08:50:18.505Z] Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_s390x.deb ...
08:50:18 [2019-08-28T08:50:18.505Z] Unpacking libseccomp2:s390x (2.3.1-2.1+deb9u1) ...
08:50:18 [2019-08-28T08:50:18.505Z] Selecting previously unselected package libseccomp-dev:s390x.
08:50:18 [2019-08-28T08:50:18.505Z] Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_s390x.deb ...
08:50:18 [2019-08-28T08:50:18.505Z] Unpacking libseccomp-dev:s390x (2.3.1-2.1+deb9u1) ...
08:50:18 [2019-08-28T08:50:18.505Z] Selecting previously unselected package libapparmor1:s390x.
08:50:18 [2019-08-28T08:50:18.505Z] Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_s390x.deb ...
08:50:18 [2019-08-28T08:50:18.505Z] Unpacking libapparmor1:s390x (2.11.0-3+deb9u2) ...
08:50:18 [2019-08-28T08:50:18.806Z] #5 DONE 2.8s
08:50:18 [2019-08-28T08:50:18.806Z] 
08:50:18 [2019-08-28T08:50:18.806Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh
08:50:18 [2019-08-28T08:50:18.806Z] #22 DONE 0.1s
08:50:18 [2019-08-28T08:50:18.806Z] 
08:50:18 [2019-08-28T08:50:18.806Z] #26 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./
08:50:18 [2019-08-28T08:50:18.806Z] #26 ...
08:50:18 [2019-08-28T08:50:18.806Z] 
08:50:18 [2019-08-28T08:50:18.806Z] #23 [gometalinter 2/3] COPY hack/dockerfile/install/gometalinter.installer ....
08:50:18 [2019-08-28T08:50:18.806Z] #23 DONE 0.1s
08:50:18 [2019-08-28T08:50:18.806Z] 
08:50:18 [2019-08-28T08:50:18.806Z] #60 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./
08:50:18 [2019-08-28T08:50:18.806Z] #60 DONE 0.2s
08:50:18 [2019-08-28T08:50:18.806Z] 
08:50:18 [2019-08-28T08:50:18.806Z] #52 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./
08:50:18 [2019-08-28T08:50:18.806Z] #52 DONE 0.2s
08:50:18 [2019-08-28T08:50:18.806Z] 
08:50:18 [2019-08-28T08:50:18.806Z] #32 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./
08:50:18 [2019-08-28T08:50:18.806Z] #32 DONE 0.2s
08:50:18 [2019-08-28T08:50:18.806Z] 
08:50:18 [2019-08-28T08:50:18.806Z] #49 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./
08:50:18 [2019-08-28T08:50:18.806Z] #49 DONE 0.3s
08:50:18 [2019-08-28T08:50:18.806Z] 
08:50:18 [2019-08-28T08:50:18.806Z] #26 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./
08:50:18 [2019-08-28T08:50:18.806Z] #26 DONE 0.3s
08:50:18 [2019-08-28T08:50:18.806Z] 
08:50:18 [2019-08-28T08:50:18.806Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy
08:50:18 [2019-08-28T08:50:18.806Z] #50 ...
08:50:18 [2019-08-28T08:50:18.806Z] 
08:50:18 [2019-08-28T08:50:18.806Z] #29 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./
08:50:18 [2019-08-28T08:50:18.806Z] #29 DONE 0.4s
08:50:18 [2019-08-28T08:50:18.806Z] 
08:50:18 [2019-08-28T08:50:18.806Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
08:50:18 [2019-08-28T08:50:18.866Z] #5 DONE 3.0s
08:50:18 [2019-08-28T08:50:18.866Z] 
08:50:18 [2019-08-28T08:50:18.866Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r...
08:50:18 [2019-08-28T08:50:18.866Z] #44 ...
08:50:18 [2019-08-28T08:50:18.866Z] 
08:50:18 [2019-08-28T08:50:18.866Z] #22 [rootlesskit 1/4] COPY hack/dockerfile/install/install.sh ./install.sh
08:50:18 [2019-08-28T08:50:18.866Z] #22 DONE 0.1s
08:50:18 [2019-08-28T08:50:18.866Z] 
08:50:18 [2019-08-28T08:50:18.866Z] #23 [gometalinter 2/3] COPY hack/dockerfile/install/gometalinter.installer ....
08:50:18 [2019-08-28T08:50:18.866Z] #23 DONE 0.2s
08:50:18 [2019-08-28T08:50:18.866Z] 
08:50:18 [2019-08-28T08:50:18.866Z] #26 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./
08:50:18 [2019-08-28T08:50:18.866Z] #26 ...
08:50:18 [2019-08-28T08:50:18.866Z] 
08:50:18 [2019-08-28T08:50:18.866Z] #60 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./
08:50:18 [2019-08-28T08:50:18.866Z] #60 DONE 0.3s
08:50:18 [2019-08-28T08:50:18.866Z] 
08:50:18 [2019-08-28T08:50:18.866Z] #52 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./
08:50:18 [2019-08-28T08:50:18.866Z] #52 DONE 0.3s
08:50:18 [2019-08-28T08:50:18.885Z] Selecting previously unselected package libapparmor-dev:s390x.
08:50:18 [2019-08-28T08:50:18.885Z] Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_s390x.deb ...
08:50:18 [2019-08-28T08:50:18.885Z] Unpacking libapparmor-dev:s390x (2.11.0-3+deb9u2) ...
08:50:18 [2019-08-28T08:50:18.885Z] Processing triggers for libc-bin (2.24-11+deb9u4) ...
08:50:18 [2019-08-28T08:50:18.885Z] Setting up libseccomp2:s390x (2.3.1-2.1+deb9u1) ...
08:50:18 [2019-08-28T08:50:18.885Z] Setting up libapparmor1:s390x (2.11.0-3+deb9u2) ...
08:50:18 [2019-08-28T08:50:18.885Z] Setting up libseccomp-dev:s390x (2.3.1-2.1+deb9u1) ...
08:50:18 [2019-08-28T08:50:18.885Z] Setting up libapparmor-dev:s390x (2.11.0-3+deb9u2) ...
08:50:18 [2019-08-28T08:50:18.885Z] Processing triggers for libc-bin (2.24-11+deb9u4) ...
08:50:18 [2019-08-28T08:50:18.947Z] Removing intermediate container 64794bacdfdc
08:50:18 [2019-08-28T08:50:18.947Z]  ---> ef6940d129aa
08:50:18 [2019-08-28T08:50:18.947Z] Step 12/126 : FROM base AS registry
08:50:18 [2019-08-28T08:50:18.947Z]  ---> 291c9f731d5f
08:50:18 [2019-08-28T08:50:18.947Z] Step 13/126 : ENV REGISTRY_COMMIT_SCHEMA1 ec87e9b6971d831f0eff752ddb54fb64693e51cd
08:50:18 [2019-08-28T08:50:18.947Z]  ---> Running in 57754a5e7170
08:50:18 [2019-08-28T08:50:18.947Z] Removing intermediate container 57754a5e7170
08:50:18 [2019-08-28T08:50:18.947Z]  ---> cc899a9e218b
08:50:18 [2019-08-28T08:50:18.947Z] Step 14/126 : ENV REGISTRY_COMMIT 47a064d4195a9b56133891bbb13620c3ac83a827
08:50:18 [2019-08-28T08:50:18.947Z]  ---> Running in 56d283eadace
08:50:18 [2019-08-28T08:50:18.947Z] Removing intermediate container 56d283eadace
08:50:18 [2019-08-28T08:50:18.947Z]  ---> 7dc141889d5f
08:50:18 [2019-08-28T08:50:18.947Z] Step 15/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"
08:50:18 [2019-08-28T08:50:18.947Z]  ---> Running in 193ffb8204ae
08:50:19 [2019-08-28T08:50:19.171Z] 
08:50:19 [2019-08-28T08:50:19.171Z] #29 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./
08:50:19 [2019-08-28T08:50:19.171Z] #29 DONE 0.3s
08:50:19 [2019-08-28T08:50:19.171Z] 
08:50:19 [2019-08-28T08:50:19.171Z] #32 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./
08:50:19 [2019-08-28T08:50:19.171Z] #32 DONE 0.4s
08:50:19 [2019-08-28T08:50:19.171Z] 
08:50:19 [2019-08-28T08:50:19.171Z] #49 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./
08:50:19 [2019-08-28T08:50:19.171Z] #49 DONE 0.4s
08:50:19 [2019-08-28T08:50:19.171Z] 
08:50:19 [2019-08-28T08:50:19.171Z] #26 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./
08:50:19 [2019-08-28T08:50:19.171Z] #26 DONE 0.4s
08:50:19 [2019-08-28T08:50:19.171Z] 
08:50:19 [2019-08-28T08:50:19.171Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
08:50:19 [2019-08-28T08:50:19.230Z] + mktemp -d
08:50:19 [2019-08-28T08:50:19.230Z] + export GOPATH=/tmp/tmp.S3Ia3LWjzB
08:50:19 [2019-08-28T08:50:19.230Z] + git clone https://github.com/docker/distribution.git /tmp/tmp.S3Ia3LWjzB/src/github.com/docker/distribution
08:50:19 [2019-08-28T08:50:19.230Z] Cloning into '/tmp/tmp.S3Ia3LWjzB/src/github.com/docker/distribution'...
08:50:19 [2019-08-28T08:50:19.264Z] Removing intermediate container 9498f0fde12f
08:50:19 [2019-08-28T08:50:19.264Z]  ---> 09717a677219
08:50:19 [2019-08-28T08:50:19.264Z] Step 35/126 : FROM cross-true AS runtime-dev-cross-true
08:50:19 [2019-08-28T08:50:19.264Z]  ---> 04614852e479
08:50:19 [2019-08-28T08:50:19.264Z] Step 36/126 : ARG DEBIAN_FRONTEND
08:50:19 [2019-08-28T08:50:19.264Z]  ---> Running in 831a7cec0d5a
08:50:19 [2019-08-28T08:50:19.655Z] Removing intermediate container 831a7cec0d5a
08:50:19 [2019-08-28T08:50:19.655Z]  ---> 3bba10606c66
08:50:19 [2019-08-28T08:50:19.655Z] Step 37/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
08:50:19 [2019-08-28T08:50:19.655Z]  ---> Running in 3a1e70d17fa3
08:50:20 [2019-08-28T08:50:20.482Z] Removing intermediate container 3a1e70d17fa3
08:50:20 [2019-08-28T08:50:20.482Z]  ---> 9062da4120b6
08:50:20 [2019-08-28T08:50:20.482Z] Step 38/126 : FROM runtime-dev-cross-${CROSS} AS runtime-dev
08:50:20 [2019-08-28T08:50:20.482Z]  ---> 09717a677219
08:50:20 [2019-08-28T08:50:20.482Z] Step 39/126 : FROM base AS tomlv
08:50:20 [2019-08-28T08:50:20.482Z]  ---> 1af970284b9f
08:50:20 [2019-08-28T08:50:20.482Z] Step 40/126 : ENV INSTALL_BINARY_NAME=tomlv
08:50:20 [2019-08-28T08:50:20.482Z]  ---> Running in d3f2cb5e0a49
08:50:20 [2019-08-28T08:50:20.852Z] Removing intermediate container d3f2cb5e0a49
08:50:20 [2019-08-28T08:50:20.852Z]  ---> c47f25750b21
08:50:20 [2019-08-28T08:50:20.852Z] Step 41/126 : COPY hack/dockerfile/install/install.sh ./install.sh
08:50:20 [2019-08-28T08:50:20.852Z]  ---> 3b9083d718d2
08:50:20 [2019-08-28T08:50:20.852Z] Step 42/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./
08:50:21 [2019-08-28T08:50:21.227Z]  ---> 4ffa24f23d11
08:50:21 [2019-08-28T08:50:21.227Z] Step 43/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME
08:50:21 [2019-08-28T08:50:21.227Z]  ---> Running in 702dd89ee901
08:50:21 [2019-08-28T08:50:21.592Z] + RM_GOPATH=0
08:50:21 [2019-08-28T08:50:21.592Z] + TMP_GOPATH=
08:50:21 [2019-08-28T08:50:21.592Z] + : /build
08:50:21 [2019-08-28T08:50:21.592Z] + '[' -z '' ']'
08:50:21 [2019-08-28T08:50:21.592Z] ++ mktemp -d
08:50:21 [2019-08-28T08:50:21.592Z] + export GOPATH=/tmp/tmp.XI4L2P33xA
08:50:21 [2019-08-28T08:50:21.592Z] + GOPATH=/tmp/tmp.XI4L2P33xA
08:50:21 [2019-08-28T08:50:21.592Z] + RM_GOPATH=1
08:50:21 [2019-08-28T08:50:21.592Z] Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
08:50:21 [2019-08-28T08:50:21.592Z] ++ dirname ./install.sh
08:50:21 [2019-08-28T08:50:21.592Z] + dir=.
08:50:21 [2019-08-28T08:50:21.592Z] + bin=tomlv
08:50:21 [2019-08-28T08:50:21.592Z] + shift
08:50:21 [2019-08-28T08:50:21.592Z] + '[' '!' -f ./tomlv.installer ']'
08:50:21 [2019-08-28T08:50:21.592Z] + . ./tomlv.installer
08:50:21 [2019-08-28T08:50:21.592Z] ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
08:50:21 [2019-08-28T08:50:21.592Z] + install_tomlv
08:50:21 [2019-08-28T08:50:21.592Z] + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
08:50:21 [2019-08-28T08:50:21.592Z] + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.XI4L2P33xA/src/github.com/BurntSushi/toml
08:50:21 [2019-08-28T08:50:21.592Z] Cloning into '/tmp/tmp.XI4L2P33xA/src/github.com/BurntSushi/toml'...
08:50:21 [2019-08-28T08:50:21.906Z] + cd /tmp/tmp.S3Ia3LWjzB/src/github.com/docker/distribution
08:50:21 [2019-08-28T08:50:21.906Z] + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
08:50:21 [2019-08-28T08:50:21.967Z] + cd /tmp/tmp.XI4L2P33xA/src/github.com/BurntSushi/toml
08:50:21 [2019-08-28T08:50:21.967Z] + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
08:50:21 [2019-08-28T08:50:21.967Z] + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
08:50:21 [2019-08-28T08:50:21.967Z] errors
08:50:21 [2019-08-28T08:50:21.967Z] math/bits
08:50:21 [2019-08-28T08:50:21.967Z] internal/cpu
08:50:21 [2019-08-28T08:50:21.967Z] math
08:50:21 [2019-08-28T08:50:21.967Z] internal/bytealg
08:50:21 [2019-08-28T08:50:21.967Z] runtime/internal/atomic
08:50:21 [2019-08-28T08:50:21.967Z] runtime/internal/sys
08:50:21 [2019-08-28T08:50:21.967Z] runtime/internal/math
08:50:21 [2019-08-28T08:50:21.967Z] runtime
08:50:22 [2019-08-28T08:50:22.360Z] unicode/utf8
08:50:22 [2019-08-28T08:50:22.360Z] strconv
08:50:22 [2019-08-28T08:50:22.360Z] internal/race
08:50:22 [2019-08-28T08:50:22.360Z] sync/atomic
08:50:22 [2019-08-28T08:50:22.520Z] + GOPATH=/tmp/tmp.S3Ia3LWjzB/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.S3Ia3LWjzB go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
08:50:22 [2019-08-28T08:50:22.737Z] unicode
08:50:22 [2019-08-28T08:50:22.737Z] internal/testlog
08:50:22 [2019-08-28T08:50:22.737Z] encoding
08:50:22 [2019-08-28T08:50:22.737Z] runtime/cgo
08:50:24 [2019-08-28T08:50:24.069Z] #30 ...
08:50:24 [2019-08-28T08:50:24.069Z] 
08:50:24 [2019-08-28T08:50:24.069Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal...
08:50:24 [2019-08-28T08:50:24.069Z] #17 4.858 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
08:50:24 [2019-08-28T08:50:24.069Z] #17 4.942 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
08:50:24 [2019-08-28T08:50:24.069Z] #17 4.967 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
08:50:24 [2019-08-28T08:50:24.069Z] #17 4.972 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
08:50:24 [2019-08-28T08:50:24.069Z] #17 5.007 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B]
08:50:24 [2019-08-28T08:50:24.069Z] #17 5.630 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [502 kB]
08:50:24 [2019-08-28T08:50:24.325Z] #17 ...
08:50:24 [2019-08-28T08:50:24.325Z] 
08:50:24 [2019-08-28T08:50:24.325Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli
08:50:24 [2019-08-28T08:50:24.325Z] #53 5.606 + RM_GOPATH=0
08:50:24 [2019-08-28T08:50:24.325Z] #53 5.607 + TMP_GOPATH=
08:50:24 [2019-08-28T08:50:24.325Z] #53 5.607 + : /build
08:50:24 [2019-08-28T08:50:24.325Z] #53 5.607 + '[' -z '' ']'
08:50:24 [2019-08-28T08:50:24.325Z] #53 5.608 ++ mktemp -d
08:50:24 [2019-08-28T08:50:24.325Z] #53 5.615 + export GOPATH=/tmp/tmp.7zAhKjUXgr
08:50:24 [2019-08-28T08:50:24.325Z] #53 5.615 + GOPATH=/tmp/tmp.7zAhKjUXgr
08:50:24 [2019-08-28T08:50:24.325Z] #53 5.615 + RM_GOPATH=1
08:50:24 [2019-08-28T08:50:24.325Z] #53 5.616 ++ dirname ./install.sh
08:50:24 [2019-08-28T08:50:24.325Z] #53 5.620 + dir=.
08:50:24 [2019-08-28T08:50:24.325Z] #53 5.624 + bin=dockercli
08:50:24 [2019-08-28T08:50:24.325Z] #53 5.627 + shift
08:50:24 [2019-08-28T08:50:24.325Z] #53 5.627 + '[' '!' -f ./dockercli.installer ']'
08:50:24 [2019-08-28T08:50:24.325Z] #53 5.628 + . ./dockercli.installer
08:50:24 [2019-08-28T08:50:24.325Z] #53 5.629 ++ DOCKERCLI_CHANNEL=stable
08:50:24 [2019-08-28T08:50:24.325Z] #53 5.629 ++ DOCKERCLI_VERSION=17.06.2-ce
08:50:24 [2019-08-28T08:50:24.325Z] #53 5.629 + install_dockercli
08:50:24 [2019-08-28T08:50:24.325Z] #53 5.630 + echo 'Install docker/cli version 17.06.2-ce from stable'
08:50:24 [2019-08-28T08:50:24.325Z] #53 5.630 Install docker/cli version 17.06.2-ce from stable
08:50:24 [2019-08-28T08:50:24.325Z] #53 5.630 ++ uname -m
08:50:24 [2019-08-28T08:50:24.325Z] #53 5.635 + arch=x86_64
08:50:24 [2019-08-28T08:50:24.325Z] #53 5.643 + '[' x86_64 '!=' x86_64 ']'
08:50:24 [2019-08-28T08:50:24.325Z] #53 5.643 + url=https://download.docker.com/linux/static
08:50:24 [2019-08-28T08:50:24.325Z] #53 5.644 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
08:50:24 [2019-08-28T08:50:24.325Z] #53 5.647 + tar -xz docker/docker
08:50:24 [2019-08-28T08:50:24.325Z] #53 ...
08:50:24 [2019-08-28T08:50:24.325Z] 
08:50:24 [2019-08-28T08:50:24.325Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
08:50:24 [2019-08-28T08:50:24.325Z] #30 5.759 + RM_GOPATH=0
08:50:24 [2019-08-28T08:50:24.325Z] #30 5.760 + TMP_GOPATH=
08:50:24 [2019-08-28T08:50:24.325Z] #30 5.760 + : /build
08:50:24 [2019-08-28T08:50:24.325Z] #30 5.760 + '[' -z '' ']'
08:50:24 [2019-08-28T08:50:24.325Z] #30 5.762 ++ mktemp -d
08:50:24 [2019-08-28T08:50:24.482Z] #33 ...
08:50:24 [2019-08-28T08:50:24.482Z] 
08:50:24 [2019-08-28T08:50:24.482Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
08:50:24 [2019-08-28T08:50:24.482Z] #35 5.303 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
08:50:24 [2019-08-28T08:50:24.482Z] #35 5.303 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
08:50:24 [2019-08-28T08:50:24.482Z] #35 5.386 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
08:50:24 [2019-08-28T08:50:24.482Z] #35 5.405 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
08:50:24 [2019-08-28T08:50:24.482Z] #35 5.432 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B]
08:50:24 [2019-08-28T08:50:24.581Z] #30 5.767 + export GOPATH=/tmp/tmp.XAeUh6EjJB
08:50:24 [2019-08-28T08:50:24.581Z] #30 5.767 + GOPATH=/tmp/tmp.XAeUh6EjJB
08:50:24 [2019-08-28T08:50:24.581Z] #30 5.767 + RM_GOPATH=1
08:50:24 [2019-08-28T08:50:24.581Z] #30 5.787 ++ dirname ./install.sh
08:50:24 [2019-08-28T08:50:24.581Z] #30 5.789 + dir=.
08:50:24 [2019-08-28T08:50:24.581Z] #30 5.789 + bin=tomlv
08:50:24 [2019-08-28T08:50:24.581Z] #30 5.789 + shift
08:50:24 [2019-08-28T08:50:24.581Z] #30 5.789 + '[' '!' -f ./tomlv.installer ']'
08:50:24 [2019-08-28T08:50:24.581Z] #30 5.789 + . ./tomlv.installer
08:50:24 [2019-08-28T08:50:24.581Z] #30 5.789 ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
08:50:24 [2019-08-28T08:50:24.581Z] #30 5.789 + install_tomlv
08:50:24 [2019-08-28T08:50:24.581Z] #30 5.789 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
08:50:24 [2019-08-28T08:50:24.581Z] #30 5.789 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
08:50:24 [2019-08-28T08:50:24.581Z] #30 5.789 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.XAeUh6EjJB/src/github.com/BurntSushi/toml
08:50:24 [2019-08-28T08:50:24.581Z] #30 5.795 Cloning into '/tmp/tmp.XAeUh6EjJB/src/github.com/BurntSushi/toml'...
08:50:24 [2019-08-28T08:50:24.741Z] #35 6.248 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [502 kB]
08:50:24 [2019-08-28T08:50:24.825Z] sync
08:50:24 [2019-08-28T08:50:24.825Z] io
08:50:24 [2019-08-28T08:50:24.825Z] reflect
08:50:24 [2019-08-28T08:50:24.825Z] syscall
08:50:25 [2019-08-28T08:50:25.309Z] #35 ...
08:50:25 [2019-08-28T08:50:25.309Z] 
08:50:25 [2019-08-28T08:50:25.309Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli
08:50:25 [2019-08-28T08:50:25.309Z] #53 6.155 + RM_GOPATH=0
08:50:25 [2019-08-28T08:50:25.309Z] #53 6.155 + TMP_GOPATH=
08:50:25 [2019-08-28T08:50:25.309Z] #53 6.155 + : /build
08:50:25 [2019-08-28T08:50:25.309Z] #53 6.155 + '[' -z '' ']'
08:50:25 [2019-08-28T08:50:25.309Z] #53 6.158 ++ mktemp -d
08:50:25 [2019-08-28T08:50:25.309Z] #53 6.165 + export GOPATH=/tmp/tmp.5UByNvKMbO
08:50:25 [2019-08-28T08:50:25.309Z] #53 6.165 + GOPATH=/tmp/tmp.5UByNvKMbO
08:50:25 [2019-08-28T08:50:25.309Z] #53 6.165 + RM_GOPATH=1
08:50:25 [2019-08-28T08:50:25.309Z] #53 6.165 ++ dirname ./install.sh
08:50:25 [2019-08-28T08:50:25.309Z] #53 6.165 + dir=.
08:50:25 [2019-08-28T08:50:25.309Z] #53 6.165 + bin=dockercli
08:50:25 [2019-08-28T08:50:25.309Z] #53 6.165 + shift
08:50:25 [2019-08-28T08:50:25.309Z] #53 6.165 + '[' '!' -f ./dockercli.installer ']'
08:50:25 [2019-08-28T08:50:25.309Z] #53 6.166 + . ./dockercli.installer
08:50:25 [2019-08-28T08:50:25.309Z] #53 6.166 ++ DOCKERCLI_CHANNEL=stable
08:50:25 [2019-08-28T08:50:25.309Z] #53 6.166 ++ DOCKERCLI_VERSION=17.06.2-ce
08:50:25 [2019-08-28T08:50:25.309Z] #53 6.167 + install_dockercli
08:50:25 [2019-08-28T08:50:25.309Z] #53 6.167 + echo 'Install docker/cli version 17.06.2-ce from stable'
08:50:25 [2019-08-28T08:50:25.309Z] #53 6.167 Install docker/cli version 17.06.2-ce from stable
08:50:25 [2019-08-28T08:50:25.309Z] #53 6.168 ++ uname -m
08:50:25 [2019-08-28T08:50:25.309Z] #53 6.173 + arch=x86_64
08:50:25 [2019-08-28T08:50:25.309Z] #53 6.174 + '[' x86_64 '!=' x86_64 ']'
08:50:25 [2019-08-28T08:50:25.309Z] #53 6.174 + url=https://download.docker.com/linux/static
08:50:25 [2019-08-28T08:50:25.309Z] #53 6.175 + tar -xz docker/docker
08:50:25 [2019-08-28T08:50:25.309Z] #53 6.177 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
08:50:25 [2019-08-28T08:50:25.309Z] #53 ...
08:50:25 [2019-08-28T08:50:25.309Z] 
08:50:25 [2019-08-28T08:50:25.309Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r...
08:50:25 [2019-08-28T08:50:25.309Z] #44 6.859 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
08:50:25 [2019-08-28T08:50:25.309Z] #44 6.861 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
08:50:25 [2019-08-28T08:50:25.309Z] #44 6.871 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
08:50:25 [2019-08-28T08:50:25.309Z] #44 6.912 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
08:50:25 [2019-08-28T08:50:25.322Z] time
08:50:25 [2019-08-28T08:50:25.567Z] #44 7.007 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B]
08:50:25 [2019-08-28T08:50:25.716Z] sort
08:50:25 [2019-08-28T08:50:25.716Z] internal/fmtsort
08:50:25 [2019-08-28T08:50:25.716Z] internal/poll
08:50:25 [2019-08-28T08:50:25.716Z] internal/syscall/unix
08:50:25 [2019-08-28T08:50:25.716Z] strings
08:50:25 [2019-08-28T08:50:25.716Z] os
08:50:25 [2019-08-28T08:50:25.948Z] #30 7.130 + cd /tmp/tmp.XAeUh6EjJB/src/github.com/BurntSushi/toml
08:50:25 [2019-08-28T08:50:25.948Z] #30 7.130 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
08:50:25 [2019-08-28T08:50:25.948Z] #30 7.159 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
08:50:26 [2019-08-28T08:50:26.113Z] bytes
08:50:26 [2019-08-28T08:50:26.113Z] bufio
08:50:26 [2019-08-28T08:50:26.113Z] fmt
08:50:26 [2019-08-28T08:50:26.113Z] path/filepath
08:50:26 [2019-08-28T08:50:26.134Z] #44 7.700 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [502 kB]
08:50:26 [2019-08-28T08:50:26.494Z] io/ioutil
08:50:26 [2019-08-28T08:50:26.494Z] path
08:50:26 [2019-08-28T08:50:26.494Z] text/tabwriter
08:50:26 [2019-08-28T08:50:26.494Z] flag
08:50:26 [2019-08-28T08:50:26.494Z] github.com/BurntSushi/toml
08:50:26 [2019-08-28T08:50:26.494Z] log
08:50:26 [2019-08-28T08:50:26.510Z] #30 7.791 errors
08:50:26 [2019-08-28T08:50:26.510Z] #30 7.812 internal/cpu
08:50:26 [2019-08-28T08:50:26.765Z] #30 7.924 math/bits
08:50:26 [2019-08-28T08:50:26.889Z] github.com/BurntSushi/toml/cmd/tomlv
08:50:27 [2019-08-28T08:50:27.331Z] #30 8.543 internal/bytealg
08:50:27 [2019-08-28T08:50:27.331Z] #30 8.601 math
08:50:27 [2019-08-28T08:50:27.892Z] #30 9.079 runtime/internal/atomic
08:50:28 [2019-08-28T08:50:28.149Z] #30 9.320 runtime/internal/sys
08:50:28 [2019-08-28T08:50:28.149Z] #30 9.585 runtime/internal/math
08:50:28 [2019-08-28T08:50:28.149Z] #30 ...
08:50:28 [2019-08-28T08:50:28.149Z] 
08:50:28 [2019-08-28T08:50:28.149Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r...
08:50:28 [2019-08-28T08:50:28.149Z] #44 6.752 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
08:50:28 [2019-08-28T08:50:28.149Z] #44 6.753 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
08:50:28 [2019-08-28T08:50:28.149Z] #44 6.824 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
08:50:28 [2019-08-28T08:50:28.149Z] #44 6.827 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
08:50:28 [2019-08-28T08:50:28.149Z] #44 6.868 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B]
08:50:28 [2019-08-28T08:50:28.149Z] #44 7.644 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [502 kB]
08:50:28 [2019-08-28T08:50:28.149Z] #44 9.350 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
08:50:28 [2019-08-28T08:50:28.163Z] Removing intermediate container 702dd89ee901
08:50:28 [2019-08-28T08:50:28.163Z]  ---> 75b36bb6bb11
08:50:28 [2019-08-28T08:50:28.163Z] Step 44/126 : FROM base AS vndr
08:50:28 [2019-08-28T08:50:28.163Z]  ---> 1af970284b9f
08:50:28 [2019-08-28T08:50:28.163Z] Step 45/126 : ENV INSTALL_BINARY_NAME=vndr
08:50:28 [2019-08-28T08:50:28.163Z]  ---> Running in f0b48d6a6253
08:50:28 [2019-08-28T08:50:28.405Z] #44 ...
08:50:28 [2019-08-28T08:50:28.405Z] 
08:50:28 [2019-08-28T08:50:28.405Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
08:50:28 [2019-08-28T08:50:28.405Z] #35 6.848 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
08:50:28 [2019-08-28T08:50:28.405Z] #35 6.849 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
08:50:28 [2019-08-28T08:50:28.405Z] #35 6.897 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
08:50:28 [2019-08-28T08:50:28.405Z] #35 6.902 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
08:50:28 [2019-08-28T08:50:28.405Z] #35 6.924 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B]
08:50:28 [2019-08-28T08:50:28.405Z] #35 7.763 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [502 kB]
08:50:28 [2019-08-28T08:50:28.405Z] #35 9.664 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
08:50:28 [2019-08-28T08:50:28.405Z] #35 ...
08:50:28 [2019-08-28T08:50:28.405Z] 
08:50:28 [2019-08-28T08:50:28.405Z] #15 [swagger 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone ...
08:50:28 [2019-08-28T08:50:28.405Z] #15 5.855 + mktemp -d
08:50:28 [2019-08-28T08:50:28.405Z] #15 5.859 + export GOPATH=/tmp/tmp.jt6Mg55BrV
08:50:28 [2019-08-28T08:50:28.405Z] #15 5.860 + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.jt6Mg55BrV/src/github.com/go-swagger/go-swagger
08:50:28 [2019-08-28T08:50:28.405Z] #15 5.862 Cloning into '/tmp/tmp.jt6Mg55BrV/src/github.com/go-swagger/go-swagger'...
08:50:28 [2019-08-28T08:50:28.528Z] Removing intermediate container f0b48d6a6253
08:50:28 [2019-08-28T08:50:28.528Z]  ---> 0120878cd49c
08:50:28 [2019-08-28T08:50:28.528Z] Step 46/126 : COPY hack/dockerfile/install/install.sh ./install.sh
08:50:28 [2019-08-28T08:50:28.528Z]  ---> 963aaa1ac265
08:50:28 [2019-08-28T08:50:28.528Z] Step 47/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./
08:50:28 [2019-08-28T08:50:28.661Z] #15 ...
08:50:28 [2019-08-28T08:50:28.661Z] 
08:50:28 [2019-08-28T08:50:28.661Z] #55 [registry 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone...
08:50:28 [2019-08-28T08:50:28.661Z] #55 4.333 + mktemp -d
08:50:28 [2019-08-28T08:50:28.661Z] #55 4.333 + export GOPATH=/tmp/tmp.orBtOWAmnz
08:50:28 [2019-08-28T08:50:28.661Z] #55 4.333 + git clone https://github.com/docker/distribution.git /tmp/tmp.orBtOWAmnz/src/github.com/docker/distribution
08:50:28 [2019-08-28T08:50:28.661Z] #55 4.333 Cloning into '/tmp/tmp.orBtOWAmnz/src/github.com/docker/distribution'...
08:50:28 [2019-08-28T08:50:28.661Z] #55 ...
08:50:28 [2019-08-28T08:50:28.661Z] 
08:50:28 [2019-08-28T08:50:28.661Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
08:50:28 [2019-08-28T08:50:28.661Z] #33 5.821 + RM_GOPATH=0
08:50:28 [2019-08-28T08:50:28.661Z] #33 5.821 + TMP_GOPATH=
08:50:28 [2019-08-28T08:50:28.661Z] #33 5.821 + : /build
08:50:28 [2019-08-28T08:50:28.661Z] #33 5.821 + '[' -z '' ']'
08:50:28 [2019-08-28T08:50:28.661Z] #33 5.826 ++ mktemp -d
08:50:28 [2019-08-28T08:50:28.661Z] #33 5.832 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0
08:50:28 [2019-08-28T08:50:28.661Z] #33 5.832 + export GOPATH=/tmp/tmp.42HvKvPZNp
08:50:28 [2019-08-28T08:50:28.661Z] #33 5.832 + GOPATH=/tmp/tmp.42HvKvPZNp
08:50:28 [2019-08-28T08:50:28.661Z] #33 5.832 + RM_GOPATH=1
08:50:28 [2019-08-28T08:50:28.661Z] #33 5.832 ++ dirname ./install.sh
08:50:28 [2019-08-28T08:50:28.661Z] #33 5.832 + dir=.
08:50:28 [2019-08-28T08:50:28.661Z] #33 5.832 + bin=vndr
08:50:28 [2019-08-28T08:50:28.661Z] #33 5.832 + shift
08:50:28 [2019-08-28T08:50:28.661Z] #33 5.832 + '[' '!' -f ./vndr.installer ']'
08:50:28 [2019-08-28T08:50:28.661Z] #33 5.832 + . ./vndr.installer
08:50:28 [2019-08-28T08:50:28.661Z] #33 5.832 ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0
08:50:28 [2019-08-28T08:50:28.661Z] #33 5.832 + install_vndr
08:50:28 [2019-08-28T08:50:28.661Z] #33 5.832 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0'
08:50:28 [2019-08-28T08:50:28.661Z] #33 5.832 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.42HvKvPZNp/src/github.com/LK4D4/vndr
08:50:28 [2019-08-28T08:50:28.661Z] #33 5.839 Cloning into '/tmp/tmp.42HvKvPZNp/src/github.com/LK4D4/vndr'...
08:50:28 [2019-08-28T08:50:28.661Z] #33 6.856 + cd /tmp/tmp.42HvKvPZNp/src/github.com/LK4D4/vndr
08:50:28 [2019-08-28T08:50:28.661Z] #33 6.857 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0
08:50:28 [2019-08-28T08:50:28.661Z] #33 6.862 + go build -buildmode=pie -v -o /build/vndr .
08:50:28 [2019-08-28T08:50:28.661Z] #33 8.405 errors
08:50:28 [2019-08-28T08:50:28.661Z] #33 8.441 internal/cpu
08:50:28 [2019-08-28T08:50:28.661Z] #33 8.495 internal/race
08:50:28 [2019-08-28T08:50:28.661Z] #33 8.654 runtime/internal/atomic
08:50:28 [2019-08-28T08:50:28.661Z] #33 8.978 runtime/internal/sys
08:50:28 [2019-08-28T08:50:28.661Z] #33 9.191 internal/bytealg
08:50:28 [2019-08-28T08:50:28.661Z] #33 9.223 runtime/internal/math
08:50:28 [2019-08-28T08:50:28.661Z] #33 9.363 sync/atomic
08:50:28 [2019-08-28T08:50:28.661Z] #33 9.791 unicode
08:50:28 [2019-08-28T08:50:28.661Z] #33 9.961 runtime
08:50:28 [2019-08-28T08:50:28.664Z] #44 9.707 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
08:50:28 [2019-08-28T08:50:28.664Z] #44 ...
08:50:28 [2019-08-28T08:50:28.664Z] 
08:50:28 [2019-08-28T08:50:28.664Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
08:50:28 [2019-08-28T08:50:28.664Z] #57 5.304 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
08:50:28 [2019-08-28T08:50:28.664Z] #57 5.304 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
08:50:28 [2019-08-28T08:50:28.664Z] #57 5.381 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
08:50:28 [2019-08-28T08:50:28.664Z] #57 5.388 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
08:50:28 [2019-08-28T08:50:28.664Z] #57 5.408 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B]
08:50:28 [2019-08-28T08:50:28.664Z] #57 6.131 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [502 kB]
08:50:28 [2019-08-28T08:50:28.664Z] #57 7.832 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
08:50:28 [2019-08-28T08:50:28.664Z] #57 8.845 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7082 kB]
08:50:28 [2019-08-28T08:50:28.664Z] #57 ...
08:50:28 [2019-08-28T08:50:28.664Z] 
08:50:28 [2019-08-28T08:50:28.664Z] #15 [swagger 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone ...
08:50:28 [2019-08-28T08:50:28.664Z] #15 6.820 + mktemp -d
08:50:28 [2019-08-28T08:50:28.664Z] #15 6.828 + export GOPATH=/tmp/tmp.vMBYJXC72g
08:50:28 [2019-08-28T08:50:28.664Z] #15 6.834 + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.vMBYJXC72g/src/github.com/go-swagger/go-swagger
08:50:28 [2019-08-28T08:50:28.664Z] #15 6.842 Cloning into '/tmp/tmp.vMBYJXC72g/src/github.com/go-swagger/go-swagger'...
08:50:28 [2019-08-28T08:50:28.664Z] #15 ...
08:50:28 [2019-08-28T08:50:28.664Z] 
08:50:28 [2019-08-28T08:50:28.664Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -...
08:50:28 [2019-08-28T08:50:28.664Z] #6 8.300 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
08:50:28 [2019-08-28T08:50:28.664Z] #6 8.302 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
08:50:28 [2019-08-28T08:50:28.664Z] #6 8.421 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
08:50:28 [2019-08-28T08:50:28.664Z] #6 8.431 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
08:50:28 [2019-08-28T08:50:28.664Z] #6 8.498 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B]
08:50:28 [2019-08-28T08:50:28.664Z] #6 9.391 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [502 kB]
08:50:28 [2019-08-28T08:50:28.893Z]  ---> a33b799146b0
08:50:28 [2019-08-28T08:50:28.893Z] Step 48/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME
08:50:28 [2019-08-28T08:50:28.893Z]  ---> Running in 14bbfbcf497d
08:50:28 [2019-08-28T08:50:28.916Z] #33 ...
08:50:28 [2019-08-28T08:50:28.916Z] 
08:50:28 [2019-08-28T08:50:28.916Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -...
08:50:28 [2019-08-28T08:50:28.916Z] #6 6.572 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
08:50:28 [2019-08-28T08:50:28.916Z] #6 6.573 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
08:50:28 [2019-08-28T08:50:28.916Z] #6 6.635 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
08:50:28 [2019-08-28T08:50:28.916Z] #6 6.641 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
08:50:28 [2019-08-28T08:50:28.916Z] #6 6.678 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B]
08:50:28 [2019-08-28T08:50:28.916Z] #6 7.618 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [502 kB]
08:50:28 [2019-08-28T08:50:28.916Z] #6 9.340 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
08:50:28 [2019-08-28T08:50:28.916Z] #6 10.38 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7082 kB]
08:50:28 [2019-08-28T08:50:28.921Z] #6 ...
08:50:28 [2019-08-28T08:50:28.921Z] 
08:50:28 [2019-08-28T08:50:28.921Z] #55 [registry 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone...
08:50:28 [2019-08-28T08:50:28.921Z] #55 4.120 + mktemp -d
08:50:28 [2019-08-28T08:50:28.921Z] #55 4.123 + export GOPATH=/tmp/tmp.84oPhi1bWX
08:50:28 [2019-08-28T08:50:28.921Z] #55 4.123 + git clone https://github.com/docker/distribution.git /tmp/tmp.84oPhi1bWX/src/github.com/docker/distribution
08:50:28 [2019-08-28T08:50:28.921Z] #55 4.123 Cloning into '/tmp/tmp.84oPhi1bWX/src/github.com/docker/distribution'...
08:50:28 [2019-08-28T08:50:28.921Z] #55 ...
08:50:28 [2019-08-28T08:50:28.921Z] 
08:50:28 [2019-08-28T08:50:28.921Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter
08:50:28 [2019-08-28T08:50:28.921Z] #24 6.959 + RM_GOPATH=0
08:50:28 [2019-08-28T08:50:28.921Z] #24 6.960 + TMP_GOPATH=
08:50:28 [2019-08-28T08:50:28.921Z] #24 6.960 + : /build
08:50:28 [2019-08-28T08:50:28.921Z] #24 6.960 + '[' -z '' ']'
08:50:28 [2019-08-28T08:50:28.921Z] #24 6.961 ++ mktemp -d
08:50:28 [2019-08-28T08:50:28.921Z] #24 6.971 + export GOPATH=/tmp/tmp.YFCmE4YmsN
08:50:28 [2019-08-28T08:50:28.921Z] #24 6.971 + GOPATH=/tmp/tmp.YFCmE4YmsN
08:50:28 [2019-08-28T08:50:28.921Z] #24 6.972 + RM_GOPATH=1
08:50:28 [2019-08-28T08:50:28.921Z] #24 6.975 ++ dirname ./install.sh
08:50:28 [2019-08-28T08:50:28.921Z] #24 6.978 + dir=.
08:50:28 [2019-08-28T08:50:28.921Z] #24 6.978 + bin=gometalinter
08:50:28 [2019-08-28T08:50:28.921Z] #24 6.978 + shift
08:50:28 [2019-08-28T08:50:28.921Z] #24 6.978 + '[' '!' -f ./gometalinter.installer ']'
08:50:28 [2019-08-28T08:50:28.921Z] #24 6.978 + . ./gometalinter.installer
08:50:28 [2019-08-28T08:50:28.922Z] #24 6.978 ++ GOMETALINTER_COMMIT=v2.0.6
08:50:28 [2019-08-28T08:50:28.922Z] #24 6.979 + install_gometalinter
08:50:28 [2019-08-28T08:50:28.922Z] #24 6.979 + echo 'Installing gometalinter version v2.0.6'
08:50:28 [2019-08-28T08:50:28.922Z] #24 6.979 + go get -d github.com/alecthomas/gometalinter
08:50:28 [2019-08-28T08:50:28.922Z] #24 6.979 Installing gometalinter version v2.0.6
08:50:29 [2019-08-28T08:50:29.172Z] #6 ...
08:50:29 [2019-08-28T08:50:29.172Z] 
08:50:29 [2019-08-28T08:50:29.172Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
08:50:29 [2019-08-28T08:50:29.172Z] #57 5.725 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
08:50:29 [2019-08-28T08:50:29.172Z] #57 5.726 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
08:50:29 [2019-08-28T08:50:29.172Z] #57 5.753 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
08:50:29 [2019-08-28T08:50:29.172Z] #57 5.756 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
08:50:29 [2019-08-28T08:50:29.172Z] #57 5.786 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B]
08:50:29 [2019-08-28T08:50:29.172Z] #57 6.404 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [502 kB]
08:50:29 [2019-08-28T08:50:29.172Z] #57 8.276 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
08:50:29 [2019-08-28T08:50:29.172Z] #57 9.228 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7082 kB]
08:50:29 [2019-08-28T08:50:29.172Z] #57 ...
08:50:29 [2019-08-28T08:50:29.172Z] 
08:50:29 [2019-08-28T08:50:29.172Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter
08:50:29 [2019-08-28T08:50:29.172Z] #24 6.043 + RM_GOPATH=0
08:50:29 [2019-08-28T08:50:29.172Z] #24 6.043 + TMP_GOPATH=
08:50:29 [2019-08-28T08:50:29.172Z] #24 6.044 + : /build
08:50:29 [2019-08-28T08:50:29.172Z] #24 6.044 + '[' -z '' ']'
08:50:29 [2019-08-28T08:50:29.172Z] #24 6.044 ++ mktemp -d
08:50:29 [2019-08-28T08:50:29.172Z] #24 6.052 + export GOPATH=/tmp/tmp.DVnEDzZ8Zu
08:50:29 [2019-08-28T08:50:29.172Z] #24 6.054 + GOPATH=/tmp/tmp.DVnEDzZ8Zu
08:50:29 [2019-08-28T08:50:29.172Z] #24 6.054 + RM_GOPATH=1
08:50:29 [2019-08-28T08:50:29.172Z] #24 6.054 ++ dirname ./install.sh
08:50:29 [2019-08-28T08:50:29.172Z] #24 6.055 + dir=.
08:50:29 [2019-08-28T08:50:29.172Z] #24 6.055 + bin=gometalinter
08:50:29 [2019-08-28T08:50:29.172Z] #24 6.055 + shift
08:50:29 [2019-08-28T08:50:29.172Z] #24 6.055 + '[' '!' -f ./gometalinter.installer ']'
08:50:29 [2019-08-28T08:50:29.172Z] #24 6.056 + . ./gometalinter.installer
08:50:29 [2019-08-28T08:50:29.172Z] #24 6.057 ++ GOMETALINTER_COMMIT=v2.0.6
08:50:29 [2019-08-28T08:50:29.172Z] #24 6.058 + install_gometalinter
08:50:29 [2019-08-28T08:50:29.172Z] #24 6.058 + echo 'Installing gometalinter version v2.0.6'
08:50:29 [2019-08-28T08:50:29.172Z] #24 6.060 Installing gometalinter version v2.0.6
08:50:29 [2019-08-28T08:50:29.172Z] #24 6.060 + go get -d github.com/alecthomas/gometalinter
08:50:29 [2019-08-28T08:50:29.180Z] #24 ...
08:50:29 [2019-08-28T08:50:29.180Z] 
08:50:29 [2019-08-28T08:50:29.180Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal...
08:50:29 [2019-08-28T08:50:29.180Z] #17 7.724 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
08:50:29 [2019-08-28T08:50:29.180Z] #17 7.726 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
08:50:29 [2019-08-28T08:50:29.180Z] #17 7.762 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
08:50:29 [2019-08-28T08:50:29.180Z] #17 7.800 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
08:50:29 [2019-08-28T08:50:29.180Z] #17 7.842 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B]
08:50:29 [2019-08-28T08:50:29.180Z] #17 8.734 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [502 kB]
08:50:29 [2019-08-28T08:50:29.180Z] #17 10.56 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
08:50:29 [2019-08-28T08:50:29.180Z] #17 ...
08:50:29 [2019-08-28T08:50:29.180Z] 
08:50:29 [2019-08-28T08:50:29.180Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit
08:50:29 [2019-08-28T08:50:29.180Z] #61 6.629 + RM_GOPATH=0
08:50:29 [2019-08-28T08:50:29.180Z] #61 6.631 + TMP_GOPATH=
08:50:29 [2019-08-28T08:50:29.180Z] #61 6.631 + : /build/
08:50:29 [2019-08-28T08:50:29.180Z] #61 6.631 + '[' -z '' ']'
08:50:29 [2019-08-28T08:50:29.180Z] #61 6.655 Install rootlesskit version 2fcff6ceae968a1d895e6205e5154b107247356f
08:50:29 [2019-08-28T08:50:29.180Z] #61 6.655 ++ mktemp -d
08:50:29 [2019-08-28T08:50:29.180Z] #61 6.655 + export GOPATH=/tmp/tmp.10vh01mU7c
08:50:29 [2019-08-28T08:50:29.180Z] #61 6.655 + GOPATH=/tmp/tmp.10vh01mU7c
08:50:29 [2019-08-28T08:50:29.180Z] #61 6.655 + RM_GOPATH=1
08:50:29 [2019-08-28T08:50:29.180Z] #61 6.655 ++ dirname ./install.sh
08:50:29 [2019-08-28T08:50:29.180Z] #61 6.655 + dir=.
08:50:29 [2019-08-28T08:50:29.180Z] #61 6.655 + bin=rootlesskit
08:50:29 [2019-08-28T08:50:29.180Z] #61 6.655 + shift
08:50:29 [2019-08-28T08:50:29.180Z] #61 6.655 + '[' '!' -f ./rootlesskit.installer ']'
08:50:29 [2019-08-28T08:50:29.180Z] #61 6.655 + . ./rootlesskit.installer
08:50:29 [2019-08-28T08:50:29.180Z] #61 6.655 ++ ROOTLESSKIT_COMMIT=2fcff6ceae968a1d895e6205e5154b107247356f
08:50:29 [2019-08-28T08:50:29.180Z] #61 6.655 + install_rootlesskit
08:50:29 [2019-08-28T08:50:29.180Z] #61 6.655 + case "$1" in
08:50:29 [2019-08-28T08:50:29.180Z] #61 6.655 + export CGO_ENABLED=0
08:50:29 [2019-08-28T08:50:29.180Z] #61 6.655 + CGO_ENABLED=0
08:50:29 [2019-08-28T08:50:29.180Z] #61 6.655 + _install_rootlesskit
08:50:29 [2019-08-28T08:50:29.180Z] #61 6.655 + echo 'Install rootlesskit version 2fcff6ceae968a1d895e6205e5154b107247356f'
08:50:29 [2019-08-28T08:50:29.180Z] #61 6.655 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.10vh01mU7c/src/github.com/rootless-containers/rootlesskit
08:50:29 [2019-08-28T08:50:29.180Z] #61 6.659 Cloning into '/tmp/tmp.10vh01mU7c/src/github.com/rootless-containers/rootlesskit'...
08:50:29 [2019-08-28T08:50:29.293Z] + RM_GOPATH=0
08:50:29 [2019-08-28T08:50:29.293Z] + TMP_GOPATH=
08:50:29 [2019-08-28T08:50:29.293Z] + : /build
08:50:29 [2019-08-28T08:50:29.293Z] + '[' -z '' ']'
08:50:29 [2019-08-28T08:50:29.293Z] ++ mktemp -d
08:50:29 [2019-08-28T08:50:29.293Z] + export GOPATH=/tmp/tmp.WvEU90EOzL
08:50:29 [2019-08-28T08:50:29.293Z] + GOPATH=/tmp/tmp.WvEU90EOzL
08:50:29 [2019-08-28T08:50:29.293Z] + RM_GOPATH=1
08:50:29 [2019-08-28T08:50:29.293Z] ++ dirname ./install.sh
08:50:29 [2019-08-28T08:50:29.293Z] + dir=.
08:50:29 [2019-08-28T08:50:29.293Z] + bin=vndr
08:50:29 [2019-08-28T08:50:29.293Z] + shift
08:50:29 [2019-08-28T08:50:29.293Z] + '[' '!' -f ./vndr.installer ']'
08:50:29 [2019-08-28T08:50:29.293Z] + . ./vndr.installer
08:50:29 [2019-08-28T08:50:29.293Z] ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0
08:50:29 [2019-08-28T08:50:29.293Z] + install_vndr
08:50:29 [2019-08-28T08:50:29.293Z] + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0'
08:50:29 [2019-08-28T08:50:29.293Z] + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.WvEU90EOzL/src/github.com/LK4D4/vndr
08:50:29 [2019-08-28T08:50:29.293Z] Cloning into '/tmp/tmp.WvEU90EOzL/src/github.com/LK4D4/vndr'...
08:50:29 [2019-08-28T08:50:29.293Z] Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0
08:50:29 [2019-08-28T08:50:29.437Z] #24 ...
08:50:29 [2019-08-28T08:50:29.437Z] 
08:50:29 [2019-08-28T08:50:29.437Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit
08:50:29 [2019-08-28T08:50:29.437Z] #61 5.830 + RM_GOPATH=0
08:50:29 [2019-08-28T08:50:29.437Z] #61 5.830 + TMP_GOPATH=
08:50:29 [2019-08-28T08:50:29.437Z] #61 5.830 + : /build/
08:50:29 [2019-08-28T08:50:29.437Z] #61 5.830 + '[' -z '' ']'
08:50:29 [2019-08-28T08:50:29.437Z] #61 5.830 ++ mktemp -d
08:50:29 [2019-08-28T08:50:29.437Z] #61 5.834 + export GOPATH=/tmp/tmp.9mTpTdaVAw
08:50:29 [2019-08-28T08:50:29.437Z] #61 5.834 + GOPATH=/tmp/tmp.9mTpTdaVAw
08:50:29 [2019-08-28T08:50:29.437Z] #61 5.834 + RM_GOPATH=1
08:50:29 [2019-08-28T08:50:29.437Z] #61 5.834 ++ dirname ./install.sh
08:50:29 [2019-08-28T08:50:29.437Z] #61 5.839 + dir=.
08:50:29 [2019-08-28T08:50:29.437Z] #61 5.840 + bin=rootlesskit
08:50:29 [2019-08-28T08:50:29.437Z] #61 5.844 Install rootlesskit version 2fcff6ceae968a1d895e6205e5154b107247356f
08:50:29 [2019-08-28T08:50:29.437Z] #61 5.844 + shift
08:50:29 [2019-08-28T08:50:29.437Z] #61 5.844 + '[' '!' -f ./rootlesskit.installer ']'
08:50:29 [2019-08-28T08:50:29.437Z] #61 5.844 + . ./rootlesskit.installer
08:50:29 [2019-08-28T08:50:29.437Z] #61 5.844 ++ ROOTLESSKIT_COMMIT=2fcff6ceae968a1d895e6205e5154b107247356f
08:50:29 [2019-08-28T08:50:29.437Z] #61 5.844 + install_rootlesskit
08:50:29 [2019-08-28T08:50:29.437Z] #61 5.844 + case "$1" in
08:50:29 [2019-08-28T08:50:29.437Z] #61 5.844 + export CGO_ENABLED=0
08:50:29 [2019-08-28T08:50:29.437Z] #61 5.844 + CGO_ENABLED=0
08:50:29 [2019-08-28T08:50:29.437Z] #61 5.844 + _install_rootlesskit
08:50:29 [2019-08-28T08:50:29.437Z] #61 5.844 + echo 'Install rootlesskit version 2fcff6ceae968a1d895e6205e5154b107247356f'
08:50:29 [2019-08-28T08:50:29.437Z] #61 5.844 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.9mTpTdaVAw/src/github.com/rootless-containers/rootlesskit
08:50:29 [2019-08-28T08:50:29.437Z] #61 5.853 Cloning into '/tmp/tmp.9mTpTdaVAw/src/github.com/rootless-containers/rootlesskit'...
08:50:29 [2019-08-28T08:50:29.437Z] #61 10.15 + cd /tmp/tmp.9mTpTdaVAw/src/github.com/rootless-containers/rootlesskit
08:50:29 [2019-08-28T08:50:29.437Z] #61 10.15 + git checkout -q 2fcff6ceae968a1d895e6205e5154b107247356f
08:50:29 [2019-08-28T08:50:29.437Z] #61 ...
08:50:29 [2019-08-28T08:50:29.437Z] 
08:50:29 [2019-08-28T08:50:29.437Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum
08:50:29 [2019-08-28T08:50:29.437Z] #27 5.735 + RM_GOPATH=0
08:50:29 [2019-08-28T08:50:29.437Z] #27 5.735 + TMP_GOPATH=
08:50:29 [2019-08-28T08:50:29.437Z] #27 5.735 + : /build
08:50:29 [2019-08-28T08:50:29.437Z] #27 5.735 + '[' -z '' ']'
08:50:29 [2019-08-28T08:50:29.437Z] #27 5.741 ++ mktemp -d
08:50:29 [2019-08-28T08:50:29.437Z] #27 5.743 + export GOPATH=/tmp/tmp.Wp3Sngcj3w
08:50:29 [2019-08-28T08:50:29.437Z] #27 5.743 + GOPATH=/tmp/tmp.Wp3Sngcj3w
08:50:29 [2019-08-28T08:50:29.437Z] #27 5.743 + RM_GOPATH=1
08:50:29 [2019-08-28T08:50:29.437Z] #27 5.743 ++ dirname ./install.sh
08:50:29 [2019-08-28T08:50:29.437Z] #27 5.744 + dir=.
08:50:29 [2019-08-28T08:50:29.437Z] #27 5.744 + bin=gotestsum
08:50:29 [2019-08-28T08:50:29.437Z] #27 5.744 + shift
08:50:29 [2019-08-28T08:50:29.437Z] #27 5.744 + '[' '!' -f ./gotestsum.installer ']'
08:50:29 [2019-08-28T08:50:29.437Z] #27 5.744 + . ./gotestsum.installer
08:50:29 [2019-08-28T08:50:29.437Z] #27 5.744 ++ GOTESTSUM_COMMIT=v0.3.5
08:50:29 [2019-08-28T08:50:29.437Z] #27 5.744 + install_gotestsum
08:50:29 [2019-08-28T08:50:29.437Z] #27 5.744 Installing gotestsum version v0.3.5
08:50:29 [2019-08-28T08:50:29.437Z] #27 5.744 + echo 'Installing gotestsum version v0.3.5'
08:50:29 [2019-08-28T08:50:29.437Z] #27 5.744 + go get -d gotest.tools/gotestsum
08:50:29 [2019-08-28T08:50:29.438Z] #61 ...
08:50:29 [2019-08-28T08:50:29.438Z] 
08:50:29 [2019-08-28T08:50:29.438Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum
08:50:29 [2019-08-28T08:50:29.438Z] #27 6.523 + RM_GOPATH=0
08:50:29 [2019-08-28T08:50:29.438Z] #27 6.524 + TMP_GOPATH=
08:50:29 [2019-08-28T08:50:29.438Z] #27 6.530 + : /build
08:50:29 [2019-08-28T08:50:29.438Z] #27 6.530 + '[' -z '' ']'
08:50:29 [2019-08-28T08:50:29.438Z] #27 6.530 ++ mktemp -d
08:50:29 [2019-08-28T08:50:29.438Z] #27 6.536 + export GOPATH=/tmp/tmp.o7quwsRnFi
08:50:29 [2019-08-28T08:50:29.438Z] #27 6.536 + GOPATH=/tmp/tmp.o7quwsRnFi
08:50:29 [2019-08-28T08:50:29.438Z] #27 6.536 + RM_GOPATH=1
08:50:29 [2019-08-28T08:50:29.438Z] #27 6.536 ++ dirname ./install.sh
08:50:29 [2019-08-28T08:50:29.438Z] #27 6.536 + dir=.
08:50:29 [2019-08-28T08:50:29.438Z] #27 6.536 + bin=gotestsum
08:50:29 [2019-08-28T08:50:29.438Z] #27 6.536 + shift
08:50:29 [2019-08-28T08:50:29.438Z] #27 6.536 + '[' '!' -f ./gotestsum.installer ']'
08:50:29 [2019-08-28T08:50:29.438Z] #27 6.536 + . ./gotestsum.installer
08:50:29 [2019-08-28T08:50:29.438Z] #27 6.536 ++ GOTESTSUM_COMMIT=v0.3.5
08:50:29 [2019-08-28T08:50:29.438Z] #27 6.536 + install_gotestsum
08:50:29 [2019-08-28T08:50:29.438Z] #27 6.536 + echo 'Installing gotestsum version v0.3.5'
08:50:29 [2019-08-28T08:50:29.438Z] #27 6.536 Installing gotestsum version v0.3.5
08:50:29 [2019-08-28T08:50:29.438Z] #27 6.536 + go get -d gotest.tools/gotestsum
08:50:29 [2019-08-28T08:50:29.438Z] #27 ...
08:50:29 [2019-08-28T08:50:29.438Z] 
08:50:29 [2019-08-28T08:50:29.438Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
08:50:29 [2019-08-28T08:50:29.438Z] #30 6.298 + RM_GOPATH=0
08:50:29 [2019-08-28T08:50:29.438Z] #30 6.299 + TMP_GOPATH=
08:50:29 [2019-08-28T08:50:29.438Z] #30 6.299 + : /build
08:50:29 [2019-08-28T08:50:29.438Z] #30 6.300 + '[' -z '' ']'
08:50:29 [2019-08-28T08:50:29.438Z] #30 6.304 ++ mktemp -d
08:50:29 [2019-08-28T08:50:29.438Z] #30 6.311 + export GOPATH=/tmp/tmp.EaeWqdYsGA
08:50:29 [2019-08-28T08:50:29.438Z] #30 6.313 + GOPATH=/tmp/tmp.EaeWqdYsGA
08:50:29 [2019-08-28T08:50:29.438Z] #30 6.313 + RM_GOPATH=1
08:50:29 [2019-08-28T08:50:29.438Z] #30 6.314 ++ dirname ./install.sh
08:50:29 [2019-08-28T08:50:29.438Z] #30 6.314 + dir=.
08:50:29 [2019-08-28T08:50:29.438Z] #30 6.315 + bin=tomlv
08:50:29 [2019-08-28T08:50:29.438Z] #30 6.315 + shift
08:50:29 [2019-08-28T08:50:29.438Z] #30 6.315 + '[' '!' -f ./tomlv.installer ']'
08:50:29 [2019-08-28T08:50:29.438Z] #30 6.315 + . ./tomlv.installer
08:50:29 [2019-08-28T08:50:29.438Z] #30 6.315 ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
08:50:29 [2019-08-28T08:50:29.438Z] #30 6.315 + install_tomlv
08:50:29 [2019-08-28T08:50:29.438Z] #30 6.316 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
08:50:29 [2019-08-28T08:50:29.438Z] #30 6.316 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
08:50:29 [2019-08-28T08:50:29.438Z] #30 6.316 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.EaeWqdYsGA/src/github.com/BurntSushi/toml
08:50:29 [2019-08-28T08:50:29.438Z] #30 6.318 Cloning into '/tmp/tmp.EaeWqdYsGA/src/github.com/BurntSushi/toml'...
08:50:29 [2019-08-28T08:50:29.438Z] #30 7.277 + cd /tmp/tmp.EaeWqdYsGA/src/github.com/BurntSushi/toml
08:50:29 [2019-08-28T08:50:29.438Z] #30 7.282 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
08:50:29 [2019-08-28T08:50:29.438Z] #30 7.299 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
08:50:29 [2019-08-28T08:50:29.438Z] #30 8.128 errors
08:50:29 [2019-08-28T08:50:29.438Z] #30 8.178 internal/cpu
08:50:29 [2019-08-28T08:50:29.438Z] #30 8.254 math/bits
08:50:29 [2019-08-28T08:50:29.438Z] #30 8.814 internal/bytealg
08:50:29 [2019-08-28T08:50:29.438Z] #30 8.964 math
08:50:29 [2019-08-28T08:50:29.438Z] #30 9.548 runtime/internal/atomic
08:50:29 [2019-08-28T08:50:29.438Z] #30 10.08 runtime/internal/sys
08:50:29 [2019-08-28T08:50:29.438Z] #30 10.42 runtime/internal/math
08:50:29 [2019-08-28T08:50:29.693Z] #27 ...
08:50:29 [2019-08-28T08:50:29.693Z] 
08:50:29 [2019-08-28T08:50:29.693Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit
08:50:29 [2019-08-28T08:50:29.693Z] #61 11.07 + for f in rootlesskit rootlesskit-docker-proxy
08:50:29 [2019-08-28T08:50:29.693Z] #61 11.07 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
08:50:29 [2019-08-28T08:50:29.696Z] #30 ...
08:50:29 [2019-08-28T08:50:29.696Z] 
08:50:29 [2019-08-28T08:50:29.696Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy
08:50:29 [2019-08-28T08:50:29.696Z] #50 6.826 + RM_GOPATH=0
08:50:29 [2019-08-28T08:50:29.696Z] #50 6.826 + TMP_GOPATH=
08:50:29 [2019-08-28T08:50:29.696Z] #50 6.826 + : /build
08:50:29 [2019-08-28T08:50:29.696Z] #50 6.828 + '[' -z '' ']'
08:50:29 [2019-08-28T08:50:29.696Z] #50 6.831 ++ mktemp -d
08:50:29 [2019-08-28T08:50:29.696Z] #50 6.836 + export GOPATH=/tmp/tmp.7FGKvBDHPQ
08:50:29 [2019-08-28T08:50:29.696Z] #50 6.836 + GOPATH=/tmp/tmp.7FGKvBDHPQ
08:50:29 [2019-08-28T08:50:29.696Z] #50 6.836 + RM_GOPATH=1
08:50:29 [2019-08-28T08:50:29.696Z] #50 6.838 ++ dirname ./install.sh
08:50:29 [2019-08-28T08:50:29.696Z] #50 6.857 + dir=.
08:50:29 [2019-08-28T08:50:29.696Z] #50 6.857 + bin=proxy
08:50:29 [2019-08-28T08:50:29.696Z] #50 6.857 + shift
08:50:29 [2019-08-28T08:50:29.696Z] #50 6.857 + '[' '!' -f ./proxy.installer ']'
08:50:29 [2019-08-28T08:50:29.696Z] #50 6.858 + . ./proxy.installer
08:50:29 [2019-08-28T08:50:29.696Z] #50 6.859 ++ LIBNETWORK_COMMIT=09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1
08:50:29 [2019-08-28T08:50:29.696Z] #50 6.859 + install_proxy
08:50:29 [2019-08-28T08:50:29.696Z] #50 6.859 + case "$1" in
08:50:29 [2019-08-28T08:50:29.696Z] #50 6.859 + export CGO_ENABLED=0
08:50:29 [2019-08-28T08:50:29.696Z] #50 6.859 + CGO_ENABLED=0
08:50:29 [2019-08-28T08:50:29.696Z] #50 6.859 + _install_proxy
08:50:29 [2019-08-28T08:50:29.696Z] #50 6.859 + echo 'Install docker-proxy version 09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1'
08:50:29 [2019-08-28T08:50:29.696Z] #50 6.859 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.7FGKvBDHPQ/src/github.com/docker/libnetwork
08:50:29 [2019-08-28T08:50:29.696Z] #50 6.859 Install docker-proxy version 09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1
08:50:29 [2019-08-28T08:50:29.696Z] #50 6.864 Cloning into '/tmp/tmp.7FGKvBDHPQ/src/github.com/docker/libnetwork'...
08:50:29 [2019-08-28T08:50:29.696Z] #50 ...
08:50:29 [2019-08-28T08:50:29.696Z] 
08:50:29 [2019-08-28T08:50:29.696Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -...
08:50:29 [2019-08-28T08:50:29.696Z] #6 11.28 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
08:50:29 [2019-08-28T08:50:29.803Z] + cd /tmp/tmp.WvEU90EOzL/src/github.com/LK4D4/vndr
08:50:29 [2019-08-28T08:50:29.803Z] + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0
08:50:29 [2019-08-28T08:50:29.803Z] + go build -buildmode=pie -v -o /build/vndr .
08:50:29 [2019-08-28T08:50:29.803Z] errors
08:50:29 [2019-08-28T08:50:29.803Z] internal/cpu
08:50:29 [2019-08-28T08:50:29.803Z] internal/race
08:50:29 [2019-08-28T08:50:29.803Z] runtime/internal/atomic
08:50:29 [2019-08-28T08:50:29.803Z] runtime/internal/sys
08:50:29 [2019-08-28T08:50:29.803Z] internal/bytealg
08:50:29 [2019-08-28T08:50:29.803Z] runtime/internal/math
08:50:29 [2019-08-28T08:50:29.803Z] sync/atomic
08:50:29 [2019-08-28T08:50:29.803Z] unicode
08:50:29 [2019-08-28T08:50:29.803Z] runtime
08:50:30 [2019-08-28T08:50:30.194Z] unicode/utf8
08:50:30 [2019-08-28T08:50:30.194Z] math/bits
08:50:30 [2019-08-28T08:50:30.572Z] math
08:50:30 [2019-08-28T08:50:30.572Z] strconv
08:50:30 [2019-08-28T08:50:30.966Z] internal/testlog
08:50:30 [2019-08-28T08:50:30.966Z] encoding
08:50:30 [2019-08-28T08:50:30.966Z] unicode/utf16
08:50:30 [2019-08-28T08:50:30.966Z] container/list
08:50:30 [2019-08-28T08:50:30.966Z] crypto/internal/subtle
08:50:30 [2019-08-28T08:50:30.966Z] crypto/subtle
08:50:30 [2019-08-28T08:50:30.966Z] crypto/rc4
08:50:30 [2019-08-28T08:50:30.966Z] internal/x/crypto/cryptobyte/asn1
08:50:30 [2019-08-28T08:50:30.966Z] internal/nettrace
08:50:30 [2019-08-28T08:50:30.966Z] internal/x/net/dns/dnsmessage
08:50:31 [2019-08-28T08:50:31.070Z] #6 12.47 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7082 kB]
08:50:31 [2019-08-28T08:50:31.353Z] runtime/cgo
08:50:32 [2019-08-28T08:50:32.164Z] sync
08:50:32 [2019-08-28T08:50:32.164Z] io
08:50:32 [2019-08-28T08:50:32.164Z] reflect
08:50:32 [2019-08-28T08:50:32.592Z] bytes
08:50:32 [2019-08-28T08:50:32.592Z] bufio
08:50:32 [2019-08-28T08:50:32.592Z] syscall
08:50:33 [2019-08-28T08:50:33.408Z] time
08:50:33 [2019-08-28T08:50:33.408Z] sort
08:50:33 [2019-08-28T08:50:33.408Z] internal/fmtsort
08:50:33 [2019-08-28T08:50:33.408Z] internal/syscall/unix
08:50:33 [2019-08-28T08:50:33.408Z] strings
08:50:33 [2019-08-28T08:50:33.803Z] internal/poll
08:50:33 [2019-08-28T08:50:33.803Z] path
08:50:33 [2019-08-28T08:50:33.803Z] regexp/syntax
08:50:33 [2019-08-28T08:50:33.803Z] os
08:50:33 [2019-08-28T08:50:33.860Z] #61 ...
08:50:33 [2019-08-28T08:50:33.860Z] 
08:50:33 [2019-08-28T08:50:33.860Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli
08:50:33 [2019-08-28T08:50:33.860Z] #53 14.40 + mkdir -p /build
08:50:33 [2019-08-28T08:50:33.860Z] #53 14.41 + mv docker/docker /build/
08:50:33 [2019-08-28T08:50:33.860Z] #53 14.42 + rmdir docker
08:50:33 [2019-08-28T08:50:33.860Z] #53 DONE 15.0s
08:50:33 [2019-08-28T08:50:33.860Z] 
08:50:33 [2019-08-28T08:50:33.860Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
08:50:33 [2019-08-28T08:50:33.860Z] #33 14.17 unicode/utf8
08:50:33 [2019-08-28T08:50:33.860Z] #33 14.67 math/bits
08:50:33 [2019-08-28T08:50:33.860Z] #33 15.29 math
08:50:34 [2019-08-28T08:50:34.199Z] regexp
08:50:34 [2019-08-28T08:50:34.199Z] fmt
08:50:34 [2019-08-28T08:50:34.199Z] path/filepath
08:50:34 [2019-08-28T08:50:34.424Z] #33 ...
08:50:34 [2019-08-28T08:50:34.424Z] 
08:50:34 [2019-08-28T08:50:34.424Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy
08:50:34 [2019-08-28T08:50:34.424Z] #50 5.862 + RM_GOPATH=0
08:50:34 [2019-08-28T08:50:34.424Z] #50 5.862 + TMP_GOPATH=
08:50:34 [2019-08-28T08:50:34.424Z] #50 5.862 + : /build
08:50:34 [2019-08-28T08:50:34.424Z] #50 5.862 + '[' -z '' ']'
08:50:34 [2019-08-28T08:50:34.424Z] #50 5.862 ++ mktemp -d
08:50:34 [2019-08-28T08:50:34.424Z] #50 5.887 + export GOPATH=/tmp/tmp.IHNxmTUZ8n
08:50:34 [2019-08-28T08:50:34.424Z] #50 5.887 + GOPATH=/tmp/tmp.IHNxmTUZ8n
08:50:34 [2019-08-28T08:50:34.424Z] #50 5.887 + RM_GOPATH=1
08:50:34 [2019-08-28T08:50:34.424Z] #50 5.887 ++ dirname ./install.sh
08:50:34 [2019-08-28T08:50:34.424Z] #50 5.889 Install docker-proxy version 09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1
08:50:34 [2019-08-28T08:50:34.424Z] #50 5.889 + dir=.
08:50:34 [2019-08-28T08:50:34.424Z] #50 5.889 + bin=proxy
08:50:34 [2019-08-28T08:50:34.424Z] #50 5.889 + shift
08:50:34 [2019-08-28T08:50:34.424Z] #50 5.889 + '[' '!' -f ./proxy.installer ']'
08:50:34 [2019-08-28T08:50:34.424Z] #50 5.889 + . ./proxy.installer
08:50:34 [2019-08-28T08:50:34.424Z] #50 5.889 ++ LIBNETWORK_COMMIT=09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1
08:50:34 [2019-08-28T08:50:34.424Z] #50 5.889 + install_proxy
08:50:34 [2019-08-28T08:50:34.424Z] #50 5.889 + case "$1" in
08:50:34 [2019-08-28T08:50:34.424Z] #50 5.889 + export CGO_ENABLED=0
08:50:34 [2019-08-28T08:50:34.424Z] #50 5.889 + CGO_ENABLED=0
08:50:34 [2019-08-28T08:50:34.424Z] #50 5.889 + _install_proxy
08:50:34 [2019-08-28T08:50:34.424Z] #50 5.889 + echo 'Install docker-proxy version 09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1'
08:50:34 [2019-08-28T08:50:34.424Z] #50 5.889 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.IHNxmTUZ8n/src/github.com/docker/libnetwork
08:50:34 [2019-08-28T08:50:34.424Z] #50 5.893 Cloning into '/tmp/tmp.IHNxmTUZ8n/src/github.com/docker/libnetwork'...
08:50:34 [2019-08-28T08:50:34.680Z] #50 ...
08:50:34 [2019-08-28T08:50:34.680Z] 
08:50:34 [2019-08-28T08:50:34.680Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter
08:50:34 [2019-08-28T08:50:34.680Z] #24 12.95 + cd /tmp/tmp.DVnEDzZ8Zu/src/github.com/alecthomas/gometalinter
08:50:34 [2019-08-28T08:50:34.680Z] #24 12.95 + git checkout -q v2.0.6
08:50:34 [2019-08-28T08:50:34.680Z] #24 13.47 + go build -buildmode=pie -o /build/gometalinter github.com/alecthomas/gometalinter
08:50:34 [2019-08-28T08:50:34.965Z] io/ioutil
08:50:34 [2019-08-28T08:50:34.965Z] encoding/binary
08:50:34 [2019-08-28T08:50:34.965Z] flag
08:50:34 [2019-08-28T08:50:34.965Z] go/token
08:50:34 [2019-08-28T08:50:34.965Z] go/scanner
08:50:34 [2019-08-28T08:50:34.965Z] net/url
08:50:34 [2019-08-28T08:50:34.965Z] go/ast
08:50:35 [2019-08-28T08:50:35.258Z] #6 ...
08:50:35 [2019-08-28T08:50:35.258Z] 
08:50:35 [2019-08-28T08:50:35.258Z] #55 [registry 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone...
08:50:35 [2019-08-28T08:50:35.258Z] #55 16.13 + cd /tmp/tmp.84oPhi1bWX/src/github.com/docker/distribution
08:50:35 [2019-08-28T08:50:35.258Z] #55 16.13 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
08:50:35 [2019-08-28T08:50:35.258Z] #55 ...
08:50:35 [2019-08-28T08:50:35.258Z] 
08:50:35 [2019-08-28T08:50:35.258Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli
08:50:35 [2019-08-28T08:50:35.258Z] #53 15.45 + mkdir -p /build
08:50:35 [2019-08-28T08:50:35.258Z] #53 15.47 + mv docker/docker /build/
08:50:35 [2019-08-28T08:50:35.258Z] #53 15.47 + rmdir docker
08:50:35 [2019-08-28T08:50:35.258Z] #53 DONE 16.2s
08:50:35 [2019-08-28T08:50:35.258Z] 
08:50:35 [2019-08-28T08:50:35.258Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
08:50:35 [2019-08-28T08:50:35.258Z] #33 6.877 + RM_GOPATH=0
08:50:35 [2019-08-28T08:50:35.258Z] #33 6.877 + TMP_GOPATH=
08:50:35 [2019-08-28T08:50:35.258Z] #33 6.877 + : /build
08:50:35 [2019-08-28T08:50:35.258Z] #33 6.878 + '[' -z '' ']'
08:50:35 [2019-08-28T08:50:35.258Z] #33 6.879 ++ mktemp -d
08:50:35 [2019-08-28T08:50:35.258Z] #33 6.884 + export GOPATH=/tmp/tmp.kEzQj7iotF
08:50:35 [2019-08-28T08:50:35.258Z] #33 6.884 + GOPATH=/tmp/tmp.kEzQj7iotF
08:50:35 [2019-08-28T08:50:35.258Z] #33 6.884 + RM_GOPATH=1
08:50:35 [2019-08-28T08:50:35.258Z] #33 6.885 ++ dirname ./install.sh
08:50:35 [2019-08-28T08:50:35.258Z] #33 6.886 + dir=.
08:50:35 [2019-08-28T08:50:35.258Z] #33 6.886 + bin=vndr
08:50:35 [2019-08-28T08:50:35.258Z] #33 6.887 + shift
08:50:35 [2019-08-28T08:50:35.258Z] #33 6.887 + '[' '!' -f ./vndr.installer ']'
08:50:35 [2019-08-28T08:50:35.258Z] #33 6.887 + . ./vndr.installer
08:50:35 [2019-08-28T08:50:35.258Z] #33 6.888 ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0
08:50:35 [2019-08-28T08:50:35.258Z] #33 6.888 + install_vndr
08:50:35 [2019-08-28T08:50:35.258Z] #33 6.890 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0'
08:50:35 [2019-08-28T08:50:35.258Z] #33 6.890 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0
08:50:35 [2019-08-28T08:50:35.258Z] #33 6.890 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.kEzQj7iotF/src/github.com/LK4D4/vndr
08:50:35 [2019-08-28T08:50:35.258Z] #33 6.898 Cloning into '/tmp/tmp.kEzQj7iotF/src/github.com/LK4D4/vndr'...
08:50:35 [2019-08-28T08:50:35.258Z] #33 8.062 + cd /tmp/tmp.kEzQj7iotF/src/github.com/LK4D4/vndr
08:50:35 [2019-08-28T08:50:35.258Z] #33 8.063 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0
08:50:35 [2019-08-28T08:50:35.258Z] #33 8.069 + go build -buildmode=pie -v -o /build/vndr .
08:50:35 [2019-08-28T08:50:35.258Z] #33 9.604 errors
08:50:35 [2019-08-28T08:50:35.258Z] #33 9.675 internal/cpu
08:50:35 [2019-08-28T08:50:35.258Z] #33 9.736 internal/race
08:50:35 [2019-08-28T08:50:35.258Z] #33 9.874 runtime/internal/atomic
08:50:35 [2019-08-28T08:50:35.258Z] #33 10.26 runtime/internal/sys
08:50:35 [2019-08-28T08:50:35.258Z] #33 10.30 internal/bytealg
08:50:35 [2019-08-28T08:50:35.258Z] #33 10.60 runtime/internal/math
08:50:35 [2019-08-28T08:50:35.258Z] #33 10.78 sync/atomic
08:50:35 [2019-08-28T08:50:35.258Z] #33 11.29 unicode
08:50:35 [2019-08-28T08:50:35.258Z] #33 11.43 runtime
08:50:35 [2019-08-28T08:50:35.258Z] #33 15.40 unicode/utf8
08:50:35 [2019-08-28T08:50:35.258Z] #33 15.93 math/bits
08:50:35 [2019-08-28T08:50:35.418Z] text/template/parse
08:50:35 [2019-08-28T08:50:35.418Z] go/parser
08:50:35 [2019-08-28T08:50:35.418Z] text/template
08:50:35 [2019-08-28T08:50:35.607Z] #24 ...
08:50:35 [2019-08-28T08:50:35.607Z] 
08:50:35 [2019-08-28T08:50:35.607Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal...
08:50:35 [2019-08-28T08:50:35.607Z] #17 7.098 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
08:50:35 [2019-08-28T08:50:35.607Z] #17 7.904 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7082 kB]
08:50:35 [2019-08-28T08:50:35.607Z] #17 ...
08:50:35 [2019-08-28T08:50:35.607Z] 
08:50:35 [2019-08-28T08:50:35.607Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
08:50:35 [2019-08-28T08:50:35.607Z] #30 9.856 runtime
08:50:35 [2019-08-28T08:50:35.607Z] #30 14.38 unicode/utf8
08:50:35 [2019-08-28T08:50:35.607Z] #30 14.99 strconv
08:50:35 [2019-08-28T08:50:35.806Z] log
08:50:35 [2019-08-28T08:50:35.806Z] encoding/base64
08:50:35 [2019-08-28T08:50:35.824Z] #33 16.67 math
08:50:36 [2019-08-28T08:50:36.196Z] encoding/json
08:50:36 [2019-08-28T08:50:36.196Z] go/doc
08:50:36 [2019-08-28T08:50:36.196Z] github.com/LK4D4/vndr/build
08:50:36 [2019-08-28T08:50:36.396Z] #33 ...
08:50:36 [2019-08-28T08:50:36.396Z] 
08:50:36 [2019-08-28T08:50:36.396Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
08:50:36 [2019-08-28T08:50:36.396Z] #35 7.838 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
08:50:36 [2019-08-28T08:50:36.396Z] #35 8.743 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7082 kB]
08:50:36 [2019-08-28T08:50:36.592Z] encoding/xml
08:50:36 [2019-08-28T08:50:36.592Z] github.com/LK4D4/vndr/godl/singleflight
08:50:36 [2019-08-28T08:50:36.592Z] compress/flate
08:50:36 [2019-08-28T08:50:36.655Z] #35 ...
08:50:36 [2019-08-28T08:50:36.655Z] 
08:50:36 [2019-08-28T08:50:36.655Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter
08:50:36 [2019-08-28T08:50:36.655Z] #24 14.51 + cd /tmp/tmp.YFCmE4YmsN/src/github.com/alecthomas/gometalinter
08:50:36 [2019-08-28T08:50:36.655Z] #24 14.51 + git checkout -q v2.0.6
08:50:36 [2019-08-28T08:50:36.655Z] #24 14.91 + go build -buildmode=pie -o /build/gometalinter github.com/alecthomas/gometalinter
08:50:36 [2019-08-28T08:50:36.998Z] hash
08:50:36 [2019-08-28T08:50:36.998Z] hash/crc32
08:50:36 [2019-08-28T08:50:36.998Z] compress/gzip
08:50:36 [2019-08-28T08:50:36.998Z] context
08:50:36 [2019-08-28T08:50:36.998Z] crypto/cipher
08:50:36 [2019-08-28T08:50:36.998Z] math/rand
08:50:36 [2019-08-28T08:50:36.998Z] math/big
08:50:37 [2019-08-28T08:50:37.061Z] #30 ...
08:50:37 [2019-08-28T08:50:37.061Z] 
08:50:37 [2019-08-28T08:50:37.061Z] #55 [registry 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone...
08:50:37 [2019-08-28T08:50:37.061Z] #55 18.58 + cd /tmp/tmp.orBtOWAmnz/src/github.com/docker/distribution
08:50:37 [2019-08-28T08:50:37.061Z] #55 18.58 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
08:50:37 [2019-08-28T08:50:37.384Z] crypto/aes
08:50:37 [2019-08-28T08:50:37.384Z] crypto
08:50:37 [2019-08-28T08:50:37.384Z] crypto/des
08:50:37 [2019-08-28T08:50:37.384Z] crypto/internal/randutil
08:50:37 [2019-08-28T08:50:37.384Z] crypto/sha512
08:50:37 [2019-08-28T08:50:37.384Z] crypto/hmac
08:50:37 [2019-08-28T08:50:37.384Z] crypto/md5
08:50:37 [2019-08-28T08:50:37.776Z] crypto/sha1
08:50:37 [2019-08-28T08:50:37.776Z] crypto/sha256
08:50:37 [2019-08-28T08:50:37.776Z] encoding/hex
08:50:37 [2019-08-28T08:50:37.776Z] encoding/pem
08:50:37 [2019-08-28T08:50:37.776Z] internal/singleflight
08:50:37 [2019-08-28T08:50:37.776Z] net
08:50:37 [2019-08-28T08:50:37.776Z] crypto/rand
08:50:38 [2019-08-28T08:50:38.165Z] crypto/elliptic
08:50:38 [2019-08-28T08:50:38.165Z] encoding/asn1
08:50:38 [2019-08-28T08:50:38.555Z] crypto/ecdsa
08:50:38 [2019-08-28T08:50:38.555Z] crypto/rsa
08:50:38 [2019-08-28T08:50:38.555Z] crypto/dsa
08:50:38 [2019-08-28T08:50:38.928Z] crypto/x509/pkix
08:50:38 [2019-08-28T08:50:38.929Z] internal/x/crypto/cryptobyte
08:50:38 [2019-08-28T08:50:38.929Z] internal/x/crypto/internal/chacha20
08:50:38 [2019-08-28T08:50:38.972Z] #55 ...
08:50:38 [2019-08-28T08:50:38.972Z] 
08:50:38 [2019-08-28T08:50:38.972Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r...
08:50:38 [2019-08-28T08:50:38.972Z] #44 10.55 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7082 kB]
08:50:38 [2019-08-28T08:50:38.972Z] #44 ...
08:50:38 [2019-08-28T08:50:38.972Z] 
08:50:38 [2019-08-28T08:50:38.972Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
08:50:38 [2019-08-28T08:50:38.972Z] #35 10.76 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7082 kB]
08:50:39 [2019-08-28T08:50:39.184Z] #24 ...
08:50:39 [2019-08-28T08:50:39.184Z] 
08:50:39 [2019-08-28T08:50:39.184Z] #55 [registry 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone...
08:50:39 [2019-08-28T08:50:39.184Z] #55 18.92 + GOPATH=/tmp/tmp.84oPhi1bWX/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.84oPhi1bWX go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
08:50:39 [2019-08-28T08:50:39.184Z] #55 ...
08:50:39 [2019-08-28T08:50:39.184Z] 
08:50:39 [2019-08-28T08:50:39.184Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r...
08:50:39 [2019-08-28T08:50:39.184Z] #44 10.54 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7082 kB]
08:50:39 [2019-08-28T08:50:39.184Z] #44 ...
08:50:39 [2019-08-28T08:50:39.184Z] 
08:50:39 [2019-08-28T08:50:39.184Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
08:50:39 [2019-08-28T08:50:39.184Z] #35 20.70 Fetched 7918 kB in 16s (483 kB/s)
08:50:39 [2019-08-28T08:50:39.227Z] #35 ...
08:50:39 [2019-08-28T08:50:39.227Z] 
08:50:39 [2019-08-28T08:50:39.227Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
08:50:39 [2019-08-28T08:50:39.227Z] #33 20.46 strconv
08:50:39 [2019-08-28T08:50:39.451Z] internal/x/crypto/poly1305
08:50:39 [2019-08-28T08:50:39.451Z] internal/x/crypto/chacha20poly1305
08:50:39 [2019-08-28T08:50:39.451Z] internal/x/crypto/curve25519
08:50:39 [2019-08-28T08:50:39.451Z] internal/x/crypto/hkdf
08:50:39 [2019-08-28T08:50:39.451Z] internal/x/text/transform
08:50:39 [2019-08-28T08:50:39.451Z] internal/x/text/unicode/bidi
08:50:39 [2019-08-28T08:50:39.751Z] #35 20.70 Reading package lists...
08:50:39 [2019-08-28T08:50:39.751Z] #35 ...
08:50:39 [2019-08-28T08:50:39.751Z] 
08:50:39 [2019-08-28T08:50:39.751Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit
08:50:39 [2019-08-28T08:50:39.751Z] #61 10.55 + cd /tmp/tmp.10vh01mU7c/src/github.com/rootless-containers/rootlesskit
08:50:39 [2019-08-28T08:50:39.751Z] #61 10.55 + git checkout -q 2fcff6ceae968a1d895e6205e5154b107247356f
08:50:39 [2019-08-28T08:50:39.751Z] #61 11.39 + for f in rootlesskit rootlesskit-docker-proxy
08:50:39 [2019-08-28T08:50:39.751Z] #61 11.39 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
08:50:39 [2019-08-28T08:50:39.751Z] #61 ...
08:50:39 [2019-08-28T08:50:39.751Z] 
08:50:39 [2019-08-28T08:50:39.751Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
08:50:39 [2019-08-28T08:50:39.751Z] #57 21.04 Fetched 7918 kB in 16s (472 kB/s)
08:50:39 [2019-08-28T08:50:39.887Z] internal/x/text/secure/bidirule
08:50:39 [2019-08-28T08:50:39.887Z] internal/x/text/unicode/norm
08:50:40 [2019-08-28T08:50:40.009Z] #57 21.04 Reading package lists...
08:50:40 [2019-08-28T08:50:40.009Z] #57 ...
08:50:40 [2019-08-28T08:50:40.009Z] 
08:50:40 [2019-08-28T08:50:40.009Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
08:50:40 [2019-08-28T08:50:40.009Z] #30 11.11 runtime
08:50:40 [2019-08-28T08:50:40.009Z] #30 14.77 unicode/utf8
08:50:40 [2019-08-28T08:50:40.009Z] #30 15.45 strconv
08:50:40 [2019-08-28T08:50:40.009Z] #30 19.99 internal/race
08:50:40 [2019-08-28T08:50:40.009Z] #30 20.09 sync/atomic
08:50:40 [2019-08-28T08:50:40.009Z] #30 20.45 unicode
08:50:40 [2019-08-28T08:50:40.267Z] #30 ...
08:50:40 [2019-08-28T08:50:40.267Z] 
08:50:40 [2019-08-28T08:50:40.267Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal...
08:50:40 [2019-08-28T08:50:40.267Z] #17 11.85 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7082 kB]
08:50:40 [2019-08-28T08:50:40.295Z] crypto/x509
08:50:40 [2019-08-28T08:50:40.295Z] internal/x/net/idna
08:50:40 [2019-08-28T08:50:40.696Z] crypto/tls
08:50:40 [2019-08-28T08:50:40.696Z] net/textproto
08:50:40 [2019-08-28T08:50:40.696Z] internal/x/net/http/httpguts
08:50:40 [2019-08-28T08:50:40.834Z] #17 ...
08:50:40 [2019-08-28T08:50:40.834Z] 
08:50:40 [2019-08-28T08:50:40.834Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy
08:50:40 [2019-08-28T08:50:40.834Z] #50 21.68 + cd /tmp/tmp.7FGKvBDHPQ/src/github.com/docker/libnetwork
08:50:40 [2019-08-28T08:50:40.834Z] #50 21.68 + git checkout -q 09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1
08:50:41 [2019-08-28T08:50:41.059Z] internal/x/net/http/httpproxy
08:50:41 [2019-08-28T08:50:41.059Z] internal/x/net/http2/hpack
08:50:41 [2019-08-28T08:50:41.059Z] mime
08:50:41 [2019-08-28T08:50:41.400Z] #50 22.22 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
08:50:41 [2019-08-28T08:50:41.458Z] mime/quotedprintable
08:50:41 [2019-08-28T08:50:41.458Z] mime/multipart
08:50:41 [2019-08-28T08:50:41.458Z] net/http/internal
08:50:41 [2019-08-28T08:50:41.458Z] os/exec
08:50:41 [2019-08-28T08:50:41.849Z] net/http/httptrace
08:50:41 [2019-08-28T08:50:41.849Z] net/http
08:50:42 [2019-08-28T08:50:42.487Z] #33 23.98 internal/testlog
08:50:43 [2019-08-28T08:50:43.046Z] #33 24.31 encoding
08:50:43 [2019-08-28T08:50:43.046Z] #33 24.44 unicode/utf16
08:50:43 [2019-08-28T08:50:43.300Z] #33 24.75 container/list
08:50:43 [2019-08-28T08:50:43.694Z] github.com/LK4D4/vndr/godl
08:50:43 [2019-08-28T08:50:43.859Z] #33 25.22 crypto/internal/subtle
08:50:43 [2019-08-28T08:50:43.859Z] #33 25.32 crypto/subtle
08:50:44 [2019-08-28T08:50:44.068Z] github.com/LK4D4/vndr
08:50:44 [2019-08-28T08:50:44.114Z] #33 25.42 crypto/rc4
08:50:44 [2019-08-28T08:50:44.369Z] #33 25.77 internal/x/crypto/cryptobyte/asn1
08:50:44 [2019-08-28T08:50:44.624Z] #33 25.99 internal/nettrace
08:50:44 [2019-08-28T08:50:44.624Z] #33 26.13 internal/x/net/dns/dnsmessage
08:50:46 [2019-08-28T08:50:46.658Z] Removing intermediate container 14bbfbcf497d
08:50:46 [2019-08-28T08:50:46.658Z]  ---> d124a0f1b8d7
08:50:46 [2019-08-28T08:50:46.658Z] Step 49/126 : FROM dev-base AS containerd
08:50:46 [2019-08-28T08:50:46.658Z]  ---> 1af970284b9f
08:50:46 [2019-08-28T08:50:46.658Z] Step 50/126 : ARG DEBIAN_FRONTEND
08:50:46 [2019-08-28T08:50:46.658Z]  ---> Using cache
08:50:46 [2019-08-28T08:50:46.658Z]  ---> ffa375df22b2
08:50:46 [2019-08-28T08:50:46.658Z] Step 51/126 : RUN apt-get update && apt-get install -y --no-install-recommends 	btrfs-tools 	&& rm -rf /var/lib/apt/lists/*
08:50:46 [2019-08-28T08:50:46.658Z]  ---> Running in 59ec64cb307e
08:50:46 [2019-08-28T08:50:46.666Z] #50 ...
08:50:46 [2019-08-28T08:50:46.666Z] 
08:50:46 [2019-08-28T08:50:46.666Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
08:50:46 [2019-08-28T08:50:46.666Z] #57 21.04 Reading package lists...
08:50:47 [2019-08-28T08:50:47.045Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
08:50:47 [2019-08-28T08:50:47.045Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
08:50:47 [2019-08-28T08:50:47.045Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
08:50:47 [2019-08-28T08:50:47.045Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
08:50:47 [2019-08-28T08:50:47.045Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B]
08:50:47 [2019-08-28T08:50:47.045Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [485 kB]
08:50:47 [2019-08-28T08:50:47.045Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB]
08:50:47 [2019-08-28T08:50:47.435Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB]
08:50:47 [2019-08-28T08:50:47.885Z] #33 ...
08:50:47 [2019-08-28T08:50:47.885Z] 
08:50:47 [2019-08-28T08:50:47.885Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
08:50:47 [2019-08-28T08:50:47.885Z] #30 19.07 internal/race
08:50:47 [2019-08-28T08:50:47.885Z] #30 19.19 sync/atomic
08:50:47 [2019-08-28T08:50:47.885Z] #30 19.57 unicode
08:50:47 [2019-08-28T08:50:47.885Z] #30 22.98 internal/testlog
08:50:47 [2019-08-28T08:50:47.885Z] #30 23.17 encoding
08:50:47 [2019-08-28T08:50:47.885Z] #30 23.32 runtime/cgo
08:50:48 [2019-08-28T08:50:48.141Z] #30 ...
08:50:48 [2019-08-28T08:50:48.141Z] 
08:50:48 [2019-08-28T08:50:48.141Z] #55 [registry 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone...
08:50:48 [2019-08-28T08:50:48.141Z] #55 21.18 + GOPATH=/tmp/tmp.orBtOWAmnz/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.orBtOWAmnz go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
08:50:48 [2019-08-28T08:50:48.702Z] Fetched 7670 kB in 1s (4804 kB/s)
08:50:49 [2019-08-28T08:50:49.062Z] Reading package lists...
08:50:49 [2019-08-28T08:50:49.067Z] #55 ...
08:50:49 [2019-08-28T08:50:49.067Z] 
08:50:49 [2019-08-28T08:50:49.067Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal...
08:50:49 [2019-08-28T08:50:49.067Z] #17 20.60 Fetched 7918 kB in 16s (473 kB/s)
08:50:49 [2019-08-28T08:50:49.067Z] #17 20.60 Reading package lists...
08:50:49 [2019-08-28T08:50:49.067Z] #17 27.22 Reading package lists...
08:50:49 [2019-08-28T08:50:49.067Z] #17 ...
08:50:49 [2019-08-28T08:50:49.067Z] 
08:50:49 [2019-08-28T08:50:49.067Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
08:50:49 [2019-08-28T08:50:49.067Z] #33 30.30 runtime/cgo
08:50:49 [2019-08-28T08:50:49.453Z] Reading package lists...
08:50:49 [2019-08-28T08:50:49.629Z] #33 ...
08:50:49 [2019-08-28T08:50:49.629Z] 
08:50:49 [2019-08-28T08:50:49.629Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
08:50:49 [2019-08-28T08:50:49.629Z] #57 21.29 Fetched 7918 kB in 16s (478 kB/s)
08:50:49 [2019-08-28T08:50:49.629Z] #57 21.29 Reading package lists...
08:50:49 [2019-08-28T08:50:49.629Z] #57 27.90 Reading package lists...
08:50:49 [2019-08-28T08:50:49.629Z] #57 ...
08:50:49 [2019-08-28T08:50:49.629Z] 
08:50:49 [2019-08-28T08:50:49.629Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy
08:50:49 [2019-08-28T08:50:49.629Z] #50 21.12 + cd /tmp/tmp.IHNxmTUZ8n/src/github.com/docker/libnetwork
08:50:49 [2019-08-28T08:50:49.629Z] #50 21.12 + git checkout -q 09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1
08:50:49 [2019-08-28T08:50:49.629Z] #50 21.59 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
08:50:49 [2019-08-28T08:50:49.884Z] #50 ...
08:50:49 [2019-08-28T08:50:49.884Z] 
08:50:49 [2019-08-28T08:50:49.884Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -...
08:50:49 [2019-08-28T08:50:49.884Z] #6 22.31 Fetched 7918 kB in 16s (473 kB/s)
08:50:49 [2019-08-28T08:50:49.884Z] #6 22.31 Reading package lists...
08:50:49 [2019-08-28T08:50:49.890Z] Building dependency tree...
08:50:49 [2019-08-28T08:50:49.890Z] Reading state information...
08:50:49 [2019-08-28T08:50:49.890Z] The following additional packages will be installed:
08:50:49 [2019-08-28T08:50:49.890Z]   btrfs-progs liblzo2-2
08:50:49 [2019-08-28T08:50:49.890Z] The following NEW packages will be installed:
08:50:49 [2019-08-28T08:50:49.890Z]   btrfs-progs btrfs-tools liblzo2-2
08:50:49 [2019-08-28T08:50:49.890Z] 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
08:50:49 [2019-08-28T08:50:49.890Z] Need to get 668 kB of archives.
08:50:49 [2019-08-28T08:50:49.890Z] After this operation, 5446 kB of additional disk space will be used.
08:50:49 [2019-08-28T08:50:49.890Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB]
08:50:49 [2019-08-28T08:50:49.890Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-progs s390x 4.7.3-1 [595 kB]
08:50:49 [2019-08-28T08:50:49.890Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-tools s390x 4.7.3-1 [16.9 kB]
08:50:50 [2019-08-28T08:50:50.312Z] debconf: delaying package configuration, since apt-utils is not installed
08:50:50 [2019-08-28T08:50:50.313Z] Fetched 668 kB in 0s (3316 kB/s)
08:50:50 [2019-08-28T08:50:50.313Z] Selecting previously unselected package liblzo2-2:s390x.
08:50:50 [2019-08-28T08:50:50.313Z] (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.)
08:50:50 [2019-08-28T08:50:50.313Z] Preparing to unpack .../liblzo2-2_2.08-1.2+b2_s390x.deb ...
08:50:50 [2019-08-28T08:50:50.313Z] Unpacking liblzo2-2:s390x (2.08-1.2+b2) ...
08:50:50 [2019-08-28T08:50:50.313Z] Selecting previously unselected package btrfs-progs.
08:50:50 [2019-08-28T08:50:50.313Z] Preparing to unpack .../btrfs-progs_4.7.3-1_s390x.deb ...
08:50:50 [2019-08-28T08:50:50.313Z] Unpacking btrfs-progs (4.7.3-1) ...
08:50:50 [2019-08-28T08:50:50.313Z] Selecting previously unselected package btrfs-tools.
08:50:50 [2019-08-28T08:50:50.313Z] Preparing to unpack .../btrfs-tools_4.7.3-1_s390x.deb ...
08:50:50 [2019-08-28T08:50:50.313Z] Unpacking btrfs-tools (4.7.3-1) ...
08:50:50 [2019-08-28T08:50:50.313Z] Processing triggers for libc-bin (2.24-11+deb9u4) ...
08:50:50 [2019-08-28T08:50:50.313Z] Setting up liblzo2-2:s390x (2.08-1.2+b2) ...
08:50:50 [2019-08-28T08:50:50.313Z] Setting up btrfs-progs (4.7.3-1) ...
08:50:50 [2019-08-28T08:50:50.313Z] Setting up btrfs-tools (4.7.3-1) ...
08:50:50 [2019-08-28T08:50:50.313Z] Processing triggers for libc-bin (2.24-11+deb9u4) ...
08:50:50 [2019-08-28T08:50:50.446Z] #6 28.96 Reading package lists...
08:50:50 [2019-08-28T08:50:50.446Z] #6 ...
08:50:50 [2019-08-28T08:50:50.446Z] 
08:50:50 [2019-08-28T08:50:50.446Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
08:50:50 [2019-08-28T08:50:50.446Z] #35 22.14 Fetched 7918 kB in 16s (486 kB/s)
08:50:50 [2019-08-28T08:50:50.446Z] #35 22.14 Reading package lists...
08:50:50 [2019-08-28T08:50:50.446Z] #35 28.11 Reading package lists...
08:50:50 [2019-08-28T08:50:50.446Z] #35 ...
08:50:50 [2019-08-28T08:50:50.446Z] 
08:50:50 [2019-08-28T08:50:50.446Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r...
08:50:50 [2019-08-28T08:50:50.446Z] #44 22.27 Fetched 7918 kB in 16s (479 kB/s)
08:50:50 [2019-08-28T08:50:50.446Z] #44 22.27 Reading package lists...
08:50:51 [2019-08-28T08:50:51.130Z] Removing intermediate container 59ec64cb307e
08:50:51 [2019-08-28T08:50:51.130Z]  ---> 2bca7005f275
08:50:51 [2019-08-28T08:50:51.130Z] Step 52/126 : ENV INSTALL_BINARY_NAME=containerd
08:50:51 [2019-08-28T08:50:51.130Z]  ---> Running in 3e587154d038
08:50:51 [2019-08-28T08:50:51.130Z] Removing intermediate container 3e587154d038
08:50:51 [2019-08-28T08:50:51.130Z]  ---> 80d02a7afde9
08:50:51 [2019-08-28T08:50:51.130Z] Step 53/126 : COPY hack/dockerfile/install/install.sh ./install.sh
08:50:51 [2019-08-28T08:50:51.495Z]  ---> ac6e1b9745c0
08:50:51 [2019-08-28T08:50:51.495Z] Step 54/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./
08:50:51 [2019-08-28T08:50:51.810Z] #44 28.52 Reading package lists...
08:50:51 [2019-08-28T08:50:51.810Z] #44 ...
08:50:51 [2019-08-28T08:50:51.810Z] 
08:50:51 [2019-08-28T08:50:51.810Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal...
08:50:51 [2019-08-28T08:50:51.810Z] #17 27.22 Reading package lists...
08:50:51 [2019-08-28T08:50:51.861Z]  ---> a6a2a2e1af2c
08:50:51 [2019-08-28T08:50:51.861Z] Step 55/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME
08:50:51 [2019-08-28T08:50:51.861Z]  ---> Running in bc94fef31200
08:50:51 [2019-08-28T08:50:51.934Z] #57 27.46 Reading package lists...
08:50:51 [2019-08-28T08:50:51.934Z] #57 ...
08:50:51 [2019-08-28T08:50:51.934Z] 
08:50:51 [2019-08-28T08:50:51.934Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
08:50:51 [2019-08-28T08:50:51.934Z] #33 22.01 strconv
08:50:51 [2019-08-28T08:50:51.934Z] #33 25.36 internal/testlog
08:50:51 [2019-08-28T08:50:51.934Z] #33 25.56 encoding
08:50:51 [2019-08-28T08:50:51.934Z] #33 25.66 unicode/utf16
08:50:51 [2019-08-28T08:50:51.934Z] #33 25.94 container/list
08:50:51 [2019-08-28T08:50:51.934Z] #33 26.58 crypto/internal/subtle
08:50:51 [2019-08-28T08:50:51.934Z] #33 26.71 crypto/subtle
08:50:51 [2019-08-28T08:50:51.934Z] #33 26.91 crypto/rc4
08:50:51 [2019-08-28T08:50:51.934Z] #33 27.24 internal/x/crypto/cryptobyte/asn1
08:50:51 [2019-08-28T08:50:51.934Z] #33 27.40 internal/nettrace
08:50:51 [2019-08-28T08:50:51.934Z] #33 27.63 internal/x/net/dns/dnsmessage
08:50:51 [2019-08-28T08:50:51.934Z] #33 31.66 runtime/cgo
08:50:51 [2019-08-28T08:50:51.934Z] #33 ...
08:50:51 [2019-08-28T08:50:51.934Z] 
08:50:51 [2019-08-28T08:50:51.934Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r...
08:50:51 [2019-08-28T08:50:51.934Z] #44 23.48 Fetched 7918 kB in 17s (446 kB/s)
08:50:51 [2019-08-28T08:50:51.934Z] #44 23.48 Reading package lists...
08:50:52 [2019-08-28T08:50:52.192Z] #44 30.08 Reading package lists...
08:50:52 [2019-08-28T08:50:52.192Z] #44 ...
08:50:52 [2019-08-28T08:50:52.192Z] 
08:50:52 [2019-08-28T08:50:52.192Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
08:50:52 [2019-08-28T08:50:52.192Z] #57 27.46 Reading package lists...
08:50:52 [2019-08-28T08:50:52.233Z] + RM_GOPATH=0
08:50:52 [2019-08-28T08:50:52.233Z] + TMP_GOPATH=
08:50:52 [2019-08-28T08:50:52.233Z] + : /build
08:50:52 [2019-08-28T08:50:52.233Z] + '[' -z '' ']'
08:50:52 [2019-08-28T08:50:52.233Z] Install containerd version a4bc1d432a2c33aa2eed37f338dceabb93641310
08:50:52 [2019-08-28T08:50:52.233Z] ++ mktemp -d
08:50:52 [2019-08-28T08:50:52.233Z] + export GOPATH=/tmp/tmp.WBqwAbMY34
08:50:52 [2019-08-28T08:50:52.233Z] + GOPATH=/tmp/tmp.WBqwAbMY34
08:50:52 [2019-08-28T08:50:52.233Z] + RM_GOPATH=1
08:50:52 [2019-08-28T08:50:52.233Z] ++ dirname ./install.sh
08:50:52 [2019-08-28T08:50:52.233Z] + dir=.
08:50:52 [2019-08-28T08:50:52.233Z] + bin=containerd
08:50:52 [2019-08-28T08:50:52.233Z] + shift
08:50:52 [2019-08-28T08:50:52.233Z] + '[' '!' -f ./containerd.installer ']'
08:50:52 [2019-08-28T08:50:52.233Z] + . ./containerd.installer
08:50:52 [2019-08-28T08:50:52.233Z] ++ CONTAINERD_COMMIT=a4bc1d432a2c33aa2eed37f338dceabb93641310
08:50:52 [2019-08-28T08:50:52.233Z] + install_containerd
08:50:52 [2019-08-28T08:50:52.233Z] + echo 'Install containerd version a4bc1d432a2c33aa2eed37f338dceabb93641310'
08:50:52 [2019-08-28T08:50:52.233Z] + git clone https://github.com/containerd/containerd.git /tmp/tmp.WBqwAbMY34/src/github.com/containerd/containerd
08:50:52 [2019-08-28T08:50:52.233Z] Cloning into '/tmp/tmp.WBqwAbMY34/src/github.com/containerd/containerd'...
08:50:52 [2019-08-28T08:50:52.451Z] #57 33.89 Building dependency tree...
08:50:52 [2019-08-28T08:50:52.451Z] #57 ...
08:50:52 [2019-08-28T08:50:52.451Z] 
08:50:52 [2019-08-28T08:50:52.451Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal...
08:50:52 [2019-08-28T08:50:52.451Z] #17 23.88 Fetched 7918 kB in 17s (461 kB/s)
08:50:52 [2019-08-28T08:50:52.451Z] #17 23.88 Reading package lists...
08:50:52 [2019-08-28T08:50:52.451Z] #17 30.39 Reading package lists...
08:50:52 [2019-08-28T08:50:52.451Z] #17 ...
08:50:52 [2019-08-28T08:50:52.451Z] 
08:50:52 [2019-08-28T08:50:52.451Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
08:50:52 [2019-08-28T08:50:52.451Z] #35 20.70 Reading package lists...
08:50:52 [2019-08-28T08:50:52.451Z] #35 27.14 Reading package lists...
08:50:52 [2019-08-28T08:50:52.709Z] #35 33.53 Building dependency tree...
08:50:52 [2019-08-28T08:50:52.709Z] #35 ...
08:50:52 [2019-08-28T08:50:52.709Z] 
08:50:52 [2019-08-28T08:50:52.709Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -...
08:50:52 [2019-08-28T08:50:52.709Z] #6 24.26 Fetched 7918 kB in 17s (464 kB/s)
08:50:52 [2019-08-28T08:50:52.709Z] #6 24.26 Reading package lists...
08:50:52 [2019-08-28T08:50:52.968Z] #6 30.92 Reading package lists...
08:50:52 [2019-08-28T08:50:52.968Z] #6 ...
08:50:52 [2019-08-28T08:50:52.968Z] 
08:50:52 [2019-08-28T08:50:52.968Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
08:50:52 [2019-08-28T08:50:52.968Z] #30 24.16 internal/testlog
08:50:52 [2019-08-28T08:50:52.968Z] #30 24.44 encoding
08:50:52 [2019-08-28T08:50:52.968Z] #30 24.58 runtime/cgo
08:50:53 [2019-08-28T08:50:53.430Z] #17 33.69 Building dependency tree...
08:50:53 [2019-08-28T08:50:53.430Z] #17 35.03 Reading state information...
08:50:53 [2019-08-28T08:50:53.534Z] #30 ...
08:50:53 [2019-08-28T08:50:53.534Z] 
08:50:53 [2019-08-28T08:50:53.534Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
08:50:53 [2019-08-28T08:50:53.534Z] #35 33.53 Building dependency tree...
08:50:53 [2019-08-28T08:50:53.534Z] #35 34.87 Reading state information...
08:50:54 [2019-08-28T08:50:54.356Z] #17 35.98 ca-certificates is already the newest version (20161130+nmu1+deb9u1).
08:50:54 [2019-08-28T08:50:54.356Z] #17 35.98 The following additional packages will be installed:
08:50:54 [2019-08-28T08:50:54.356Z] #17 36.00   libjq1 libonig4
08:50:54 [2019-08-28T08:50:54.611Z] #17 36.38 The following NEW packages will be installed:
08:50:54 [2019-08-28T08:50:54.611Z] #17 36.39   jq libjq1 libonig4
08:50:54 [2019-08-28T08:50:54.919Z] #35 36.37 The following additional packages will be installed:
08:50:54 [2019-08-28T08:50:54.919Z] #35 36.38   cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd
08:50:54 [2019-08-28T08:50:54.919Z] #35 36.38 Suggested packages:
08:50:54 [2019-08-28T08:50:54.919Z] #35 36.38   codeblocks eclipse ninja-build lrzip
08:50:54 [2019-08-28T08:50:54.919Z] #35 36.38 Recommended packages:
08:50:54 [2019-08-28T08:50:54.919Z] #35 36.38   xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
08:50:55 [2019-08-28T08:50:55.458Z] + cd /tmp/tmp.WBqwAbMY34/src/github.com/containerd/containerd
08:50:55 [2019-08-28T08:50:55.458Z] + git checkout -q a4bc1d432a2c33aa2eed37f338dceabb93641310
08:50:55 [2019-08-28T08:50:55.485Z] #35 36.88 The following NEW packages will be installed:
08:50:55 [2019-08-28T08:50:55.485Z] #35 36.89   cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2
08:50:55 [2019-08-28T08:50:55.485Z] #35 36.91   vim-common xxd
08:50:55 [2019-08-28T08:50:55.875Z] + export 'BUILDTAGS=netgo osusergo static_build'
08:50:55 [2019-08-28T08:50:55.875Z] + BUILDTAGS='netgo osusergo static_build'
08:50:55 [2019-08-28T08:50:55.875Z] + export EXTRA_FLAGS=-buildmode=pie
08:50:55 [2019-08-28T08:50:55.875Z] + EXTRA_FLAGS=-buildmode=pie
08:50:55 [2019-08-28T08:50:55.875Z] + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
08:50:55 [2019-08-28T08:50:55.875Z] + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
08:50:55 [2019-08-28T08:50:55.875Z] + '[' '' = dynamic ']'
08:50:55 [2019-08-28T08:50:55.875Z] + make
08:50:55 [2019-08-28T08:50:55.875Z] 🇩 bin/ctr
08:50:55 [2019-08-28T08:50:55.974Z] #17 37.50 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
08:50:55 [2019-08-28T08:50:55.974Z] #17 37.50 Need to get 327 kB of archives.
08:50:55 [2019-08-28T08:50:55.974Z] #17 37.50 After this operation, 1157 kB of additional disk space will be used.
08:50:55 [2019-08-28T08:50:55.974Z] #17 37.50 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB]
08:50:55 [2019-08-28T08:50:55.974Z] #17 37.50 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB]
08:50:55 [2019-08-28T08:50:55.974Z] #17 37.51 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB]
08:50:56 [2019-08-28T08:50:56.426Z] #35 38.00 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded.
08:50:56 [2019-08-28T08:50:56.426Z] #35 38.00 Need to get 13.7 MB of archives.
08:50:56 [2019-08-28T08:50:56.426Z] #35 38.00 After this operation, 57.2 MB of additional disk space will be used.
08:50:56 [2019-08-28T08:50:56.426Z] #35 38.00 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake-data all 3.7.2-1 [1216 kB]
08:50:56 [2019-08-28T08:50:56.684Z] #35 38.12 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB]
08:50:56 [2019-08-28T08:50:56.684Z] #35 38.13 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libicu57 amd64 57.1-6+deb9u2 [7700 kB]
08:50:57 [2019-08-28T08:50:57.338Z] #17 ...
08:50:57 [2019-08-28T08:50:57.338Z] 
08:50:57 [2019-08-28T08:50:57.338Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
08:50:57 [2019-08-28T08:50:57.338Z] #33 38.55 internal/x/crypto/curve25519
08:50:57 [2019-08-28T08:50:57.626Z] #35 39.14 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxml2 amd64 2.9.4+dfsg1-2.2+deb9u2 [920 kB]
08:50:57 [2019-08-28T08:50:57.626Z] #35 39.23 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libarchive13 amd64 3.2.2-2+deb9u1 [294 kB]
08:50:57 [2019-08-28T08:50:57.893Z] #35 39.23 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
08:50:57 [2019-08-28T08:50:57.893Z] #35 39.24 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libuv1 amd64 1.9.1-3 [84.4 kB]
08:50:57 [2019-08-28T08:50:57.893Z] #35 39.24 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake amd64 3.7.2-1 [3038 kB]
08:50:58 [2019-08-28T08:50:58.152Z] #35 39.62 Get:9 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB]
08:50:58 [2019-08-28T08:50:58.152Z] #35 ...
08:50:58 [2019-08-28T08:50:58.152Z] 
08:50:58 [2019-08-28T08:50:58.152Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy
08:50:58 [2019-08-28T08:50:58.152Z] #50 DONE 39.2s
08:50:58 [2019-08-28T08:50:58.152Z] 
08:50:58 [2019-08-28T08:50:58.152Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
08:50:58 [2019-08-28T08:50:58.152Z] #35 39.62 Get:10 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB]
08:50:58 [2019-08-28T08:50:58.410Z] #35 ...
08:50:58 [2019-08-28T08:50:58.410Z] 
08:50:58 [2019-08-28T08:50:58.410Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
08:50:58 [2019-08-28T08:50:58.410Z] #57 33.89 Building dependency tree...
08:50:58 [2019-08-28T08:50:58.410Z] #57 35.18 Reading state information...
08:50:58 [2019-08-28T08:50:58.410Z] #57 36.56 The following additional packages will be installed:
08:50:58 [2019-08-28T08:50:58.410Z] #57 36.59   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10
08:50:58 [2019-08-28T08:50:58.410Z] #57 36.60   libprotoc10 python-pkg-resources zlib1g-dev
08:50:58 [2019-08-28T08:50:58.410Z] #57 36.61 Suggested packages:
08:50:58 [2019-08-28T08:50:58.410Z] #57 36.64   manpages-dev python-setuptools
08:50:58 [2019-08-28T08:50:58.410Z] #57 38.38 The following NEW packages will be installed:
08:50:58 [2019-08-28T08:50:58.410Z] #57 38.38   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
08:50:58 [2019-08-28T08:50:58.410Z] #57 38.38   libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10
08:50:58 [2019-08-28T08:50:58.410Z] #57 38.38   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
08:50:58 [2019-08-28T08:50:58.410Z] #57 38.40   zlib1g-dev
08:50:58 [2019-08-28T08:50:58.410Z] #57 39.60 0 upgraded, 16 newly installed, 0 to remove and 1 not upgraded.
08:50:58 [2019-08-28T08:50:58.410Z] #57 39.60 Need to get 3602 kB of archives.
08:50:58 [2019-08-28T08:50:58.410Z] #57 39.60 After this operation, 18.9 MB of additional disk space will be used.
08:50:58 [2019-08-28T08:50:58.410Z] #57 39.60 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB]
08:50:58 [2019-08-28T08:50:58.410Z] #57 39.62 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap-dev amd64 1:2.25-1 [29.4 kB]
08:50:58 [2019-08-28T08:50:58.410Z] #57 39.62 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1-dev amd64 1.1.6+dfsg-3 [118 kB]
08:50:58 [2019-08-28T08:50:58.410Z] #57 39.64 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB]
08:50:58 [2019-08-28T08:50:58.410Z] #57 39.64 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-dev amd64 3.2.27-2 [96.2 kB]
08:50:58 [2019-08-28T08:50:58.410Z] #57 39.70 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB]
08:50:58 [2019-08-28T08:50:58.410Z] #57 39.70 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c-dev amd64 1.2.1-2 [32.5 kB]
08:50:58 [2019-08-28T08:50:58.410Z] #57 39.71 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-5 [205 kB]
08:50:58 [2019-08-28T08:50:58.410Z] #57 39.74 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf10 amd64 3.0.0-9 [681 kB]
08:50:58 [2019-08-28T08:50:58.410Z] #57 39.90 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-lite10 amd64 3.0.0-9 [125 kB]
08:50:58 [2019-08-28T08:50:58.410Z] #57 39.94 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-dev amd64 3.0.0-9 [954 kB]
08:50:58 [2019-08-28T08:50:58.669Z] #57 40.17 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotoc10 amd64 3.0.0-9 [626 kB]
08:50:58 [2019-08-28T08:50:58.771Z] #33 ...
08:50:58 [2019-08-28T08:50:58.771Z] 
08:50:58 [2019-08-28T08:50:58.771Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy
08:50:58 [2019-08-28T08:50:58.771Z] #50 DONE 40.1s
08:50:58 [2019-08-28T08:50:58.771Z] 
08:50:58 [2019-08-28T08:50:58.771Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal...
08:50:58 [2019-08-28T08:50:58.771Z] #17 39.06 debconf: delaying package configuration, since apt-utils is not installed
08:50:58 [2019-08-28T08:50:58.771Z] #17 39.35 Fetched 327 kB in 1s (311 kB/s)
08:50:58 [2019-08-28T08:50:58.771Z] #17 39.71 Selecting previously unselected package libonig4:amd64.
08:50:58 [2019-08-28T08:50:58.771Z] #17 39.71 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15091 files and directories currently installed.)
08:50:58 [2019-08-28T08:50:58.771Z] #17 39.90 Preparing to unpack .../libonig4_6.1.3-2_amd64.deb ...
08:50:58 [2019-08-28T08:50:58.771Z] #17 40.36 Unpacking libonig4:amd64 (6.1.3-2) ...
08:50:58 [2019-08-28T08:50:58.927Z] #57 40.29 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-c-compiler amd64 1.2.1-2 [78.4 kB]
08:50:58 [2019-08-28T08:50:58.927Z] #57 40.33 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-compiler amd64 3.0.0-9 [52.8 kB]
08:50:58 [2019-08-28T08:50:58.927Z] #57 40.33 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB]
08:50:58 [2019-08-28T08:50:58.927Z] #57 40.36 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-protobuf amd64 3.0.0-9 [292 kB]
08:50:59 [2019-08-28T08:50:59.030Z] #17 40.81 Selecting previously unselected package libjq1:amd64.
08:50:59 [2019-08-28T08:50:59.030Z] #17 40.81 Preparing to unpack .../libjq1_1.5+dfsg-1.3_amd64.deb ...
08:50:59 [2019-08-28T08:50:59.030Z] #17 40.81 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ...
08:50:59 [2019-08-28T08:50:59.285Z] #17 41.07 Selecting previously unselected package jq.
08:50:59 [2019-08-28T08:50:59.285Z] #17 41.08 Preparing to unpack .../jq_1.5+dfsg-1.3_amd64.deb ...
08:50:59 [2019-08-28T08:50:59.285Z] #17 41.09 Unpacking jq (1.5+dfsg-1.3) ...
08:50:59 [2019-08-28T08:50:59.862Z] #57 ...
08:50:59 [2019-08-28T08:50:59.862Z] 
08:50:59 [2019-08-28T08:50:59.862Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
08:50:59 [2019-08-28T08:50:59.862Z] #35 41.22 debconf: delaying package configuration, since apt-utils is not installed
08:50:59 [2019-08-28T08:50:59.864Z] #17 41.40 Setting up libonig4:amd64 (6.1.3-2) ...
08:50:59 [2019-08-28T08:50:59.864Z] #17 41.47 Setting up libjq1:amd64 (1.5+dfsg-1.3) ...
08:50:59 [2019-08-28T08:50:59.864Z] #17 41.55 Processing triggers for libc-bin (2.24-11+deb9u4) ...
08:50:59 [2019-08-28T08:50:59.864Z] #17 41.65 Setting up jq (1.5+dfsg-1.3) ...
08:51:00 [2019-08-28T08:51:00.128Z] #35 41.40 Fetched 13.7 MB in 2s (5171 kB/s)
08:51:00 [2019-08-28T08:51:00.128Z] #35 41.52 Selecting previously unselected package cmake-data.
08:51:00 [2019-08-28T08:51:00.128Z] #35 41.52 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15091 files and directories currently installed.)
08:51:00 [2019-08-28T08:51:00.128Z] #35 41.58 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ...
08:51:00 [2019-08-28T08:51:00.128Z] #35 41.58 Unpacking cmake-data (3.7.2-1) ...
08:51:00 [2019-08-28T08:51:00.431Z] #17 DONE 42.1s
08:51:00 [2019-08-28T08:51:00.431Z] 
08:51:00 [2019-08-28T08:51:00.431Z] #19 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh /
08:51:00 [2019-08-28T08:51:00.431Z] #19 DONE 0.1s
08:51:00 [2019-08-28T08:51:00.431Z] 
08:51:00 [2019-08-28T08:51:00.431Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
08:51:00 [2019-08-28T08:51:00.998Z] #20 ...
08:51:00 [2019-08-28T08:51:00.998Z] 
08:51:00 [2019-08-28T08:51:00.998Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -...
08:51:00 [2019-08-28T08:51:00.998Z] #6 28.96 Reading package lists...
08:51:00 [2019-08-28T08:51:00.998Z] #6 35.14 Building dependency tree...
08:51:00 [2019-08-28T08:51:00.998Z] #6 36.24 Reading state information...
08:51:00 [2019-08-28T08:51:00.998Z] #6 37.47 The following additional packages will be installed:
08:51:00 [2019-08-28T08:51:00.998Z] #6 37.48   libapparmor1 libseccomp2
08:51:00 [2019-08-28T08:51:00.998Z] #6 37.48 Suggested packages:
08:51:00 [2019-08-28T08:51:00.998Z] #6 37.50   seccomp
08:51:00 [2019-08-28T08:51:00.998Z] #6 37.78 The following NEW packages will be installed:
08:51:00 [2019-08-28T08:51:00.998Z] #6 37.80   libapparmor-dev libapparmor1 libseccomp-dev libseccomp2
08:51:00 [2019-08-28T08:51:00.998Z] #6 38.87 0 upgraded, 4 newly installed, 0 to remove and 1 not upgraded.
08:51:00 [2019-08-28T08:51:00.998Z] #6 38.87 Need to get 300 kB of archives.
08:51:00 [2019-08-28T08:51:00.998Z] #6 38.87 After this operation, 1201 kB of additional disk space will be used.
08:51:00 [2019-08-28T08:51:00.998Z] #6 38.87 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp2 amd64 2.3.1-2.1+deb9u1 [40.7 kB]
08:51:00 [2019-08-28T08:51:00.998Z] #6 38.95 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp-dev amd64 2.3.1-2.1+deb9u1 [61.0 kB]
08:51:00 [2019-08-28T08:51:00.998Z] #6 38.95 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor1 amd64 2.11.0-3+deb9u2 [78.9 kB]
08:51:00 [2019-08-28T08:51:00.998Z] #6 39.04 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-dev amd64 2.11.0-3+deb9u2 [119 kB]
08:51:00 [2019-08-28T08:51:00.998Z] #6 40.53 debconf: delaying package configuration, since apt-utils is not installed
08:51:00 [2019-08-28T08:51:00.998Z] #6 40.78 Fetched 300 kB in 1s (250 kB/s)
08:51:00 [2019-08-28T08:51:00.998Z] #6 40.90 Selecting previously unselected package libseccomp2:amd64.
08:51:00 [2019-08-28T08:51:00.998Z] #6 40.90 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15091 files and directories currently installed.)
08:51:00 [2019-08-28T08:51:00.998Z] #6 40.96 Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_amd64.deb ...
08:51:00 [2019-08-28T08:51:00.998Z] #6 40.98 Unpacking libseccomp2:amd64 (2.3.1-2.1+deb9u1) ...
08:51:00 [2019-08-28T08:51:00.998Z] #6 41.18 Selecting previously unselected package libseccomp-dev:amd64.
08:51:00 [2019-08-28T08:51:00.998Z] #6 41.19 Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_amd64.deb ...
08:51:00 [2019-08-28T08:51:00.998Z] #6 41.21 Unpacking libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ...
08:51:00 [2019-08-28T08:51:00.998Z] #6 41.59 Selecting previously unselected package libapparmor1:amd64.
08:51:00 [2019-08-28T08:51:00.998Z] #6 41.59 Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_amd64.deb ...
08:51:00 [2019-08-28T08:51:00.998Z] #6 41.59 Unpacking libapparmor1:amd64 (2.11.0-3+deb9u2) ...
08:51:00 [2019-08-28T08:51:00.998Z] #6 41.88 Selecting previously unselected package libapparmor-dev:amd64.
08:51:00 [2019-08-28T08:51:00.998Z] #6 41.88 Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_amd64.deb ...
08:51:00 [2019-08-28T08:51:00.998Z] #6 41.92 Unpacking libapparmor-dev:amd64 (2.11.0-3+deb9u2) ...
08:51:00 [2019-08-28T08:51:00.998Z] #6 42.36 Processing triggers for libc-bin (2.24-11+deb9u4) ...
08:51:00 [2019-08-28T08:51:00.998Z] #6 42.47 Setting up libseccomp2:amd64 (2.3.1-2.1+deb9u1) ...
08:51:00 [2019-08-28T08:51:00.998Z] #6 42.49 Setting up libapparmor1:amd64 (2.11.0-3+deb9u2) ...
08:51:00 [2019-08-28T08:51:00.998Z] #6 42.51 Setting up libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ...
08:51:00 [2019-08-28T08:51:00.998Z] #6 42.52 Setting up libapparmor-dev:amd64 (2.11.0-3+deb9u2) ...
08:51:00 [2019-08-28T08:51:00.998Z] #6 42.53 Processing triggers for libc-bin (2.24-11+deb9u4) ...
08:51:00 [2019-08-28T08:51:00.998Z] #6 DONE 42.8s
08:51:01 [2019-08-28T08:51:01.254Z] 
08:51:01 [2019-08-28T08:51:01.254Z] #40 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh
08:51:01 [2019-08-28T08:51:01.254Z] #40 DONE 0.2s
08:51:01 [2019-08-28T08:51:01.254Z] 
08:51:01 [2019-08-28T08:51:01.254Z] #7 [dev 1/24] RUN groupadd -r docker
08:51:01 [2019-08-28T08:51:01.509Z] #7 ...
08:51:01 [2019-08-28T08:51:01.509Z] 
08:51:01 [2019-08-28T08:51:01.509Z] #41 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./
08:51:01 [2019-08-28T08:51:01.509Z] #41 DONE 0.1s
08:51:01 [2019-08-28T08:51:01.509Z] 
08:51:01 [2019-08-28T08:51:01.509Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
08:51:01 [2019-08-28T08:51:01.509Z] #57 27.90 Reading package lists...
08:51:01 [2019-08-28T08:51:01.509Z] #57 33.96 Building dependency tree...
08:51:01 [2019-08-28T08:51:01.509Z] #57 35.13 Reading state information...
08:51:01 [2019-08-28T08:51:01.509Z] #57 36.46 The following additional packages will be installed:
08:51:01 [2019-08-28T08:51:01.509Z] #57 36.47   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10
08:51:01 [2019-08-28T08:51:01.509Z] #57 36.47   libprotoc10 python-pkg-resources zlib1g-dev
08:51:01 [2019-08-28T08:51:01.509Z] #57 36.49 Suggested packages:
08:51:01 [2019-08-28T08:51:01.509Z] #57 36.49   manpages-dev python-setuptools
08:51:01 [2019-08-28T08:51:01.509Z] #57 37.94 The following NEW packages will be installed:
08:51:01 [2019-08-28T08:51:01.509Z] #57 37.96   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
08:51:01 [2019-08-28T08:51:01.509Z] #57 37.97   libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10
08:51:01 [2019-08-28T08:51:01.509Z] #57 37.97   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
08:51:01 [2019-08-28T08:51:01.509Z] #57 37.97   zlib1g-dev
08:51:01 [2019-08-28T08:51:01.509Z] #57 39.07 0 upgraded, 16 newly installed, 0 to remove and 1 not upgraded.
08:51:01 [2019-08-28T08:51:01.509Z] #57 39.07 Need to get 3602 kB of archives.
08:51:01 [2019-08-28T08:51:01.509Z] #57 39.07 After this operation, 18.9 MB of additional disk space will be used.
08:51:01 [2019-08-28T08:51:01.509Z] #57 39.07 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB]
08:51:01 [2019-08-28T08:51:01.509Z] #57 39.07 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap-dev amd64 1:2.25-1 [29.4 kB]
08:51:01 [2019-08-28T08:51:01.509Z] #57 39.07 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1-dev amd64 1.1.6+dfsg-3 [118 kB]
08:51:01 [2019-08-28T08:51:01.509Z] #57 39.08 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB]
08:51:01 [2019-08-28T08:51:01.509Z] #57 39.08 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-dev amd64 3.2.27-2 [96.2 kB]
08:51:01 [2019-08-28T08:51:01.509Z] #57 39.10 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB]
08:51:01 [2019-08-28T08:51:01.509Z] #57 39.10 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c-dev amd64 1.2.1-2 [32.5 kB]
08:51:01 [2019-08-28T08:51:01.509Z] #57 39.25 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-5 [205 kB]
08:51:01 [2019-08-28T08:51:01.509Z] #57 39.25 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf10 amd64 3.0.0-9 [681 kB]
08:51:01 [2019-08-28T08:51:01.509Z] #57 39.44 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-lite10 amd64 3.0.0-9 [125 kB]
08:51:01 [2019-08-28T08:51:01.509Z] #57 39.60 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-dev amd64 3.0.0-9 [954 kB]
08:51:01 [2019-08-28T08:51:01.509Z] #57 39.72 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotoc10 amd64 3.0.0-9 [626 kB]
08:51:01 [2019-08-28T08:51:01.509Z] #57 39.92 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-c-compiler amd64 1.2.1-2 [78.4 kB]
08:51:01 [2019-08-28T08:51:01.509Z] #57 39.92 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-compiler amd64 3.0.0-9 [52.8 kB]
08:51:01 [2019-08-28T08:51:01.509Z] #57 39.93 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB]
08:51:01 [2019-08-28T08:51:01.509Z] #57 39.94 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-protobuf amd64 3.0.0-9 [292 kB]
08:51:01 [2019-08-28T08:51:01.509Z] #57 41.76 debconf: delaying package configuration, since apt-utils is not installed
08:51:01 [2019-08-28T08:51:01.509Z] #57 42.15 Fetched 3602 kB in 2s (1732 kB/s)
08:51:01 [2019-08-28T08:51:01.509Z] #57 42.28 Selecting previously unselected package libnet1:amd64.
08:51:01 [2019-08-28T08:51:01.509Z] #57 42.28 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15091 files and directories currently installed.)
08:51:01 [2019-08-28T08:51:01.509Z] #57 42.33 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_amd64.deb ...
08:51:01 [2019-08-28T08:51:01.509Z] #57 42.39 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ...
08:51:01 [2019-08-28T08:51:01.509Z] #57 42.62 Selecting previously unselected package libcap-dev:amd64.
08:51:01 [2019-08-28T08:51:01.509Z] #57 42.62 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_amd64.deb ...
08:51:01 [2019-08-28T08:51:01.509Z] #57 42.63 Unpacking libcap-dev:amd64 (1:2.25-1) ...
08:51:01 [2019-08-28T08:51:01.509Z] #57 42.94 Selecting previously unselected package libnet1-dev.
08:51:01 [2019-08-28T08:51:01.509Z] #57 42.95 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_amd64.deb ...
08:51:01 [2019-08-28T08:51:01.509Z] #57 42.96 Unpacking libnet1-dev (1.1.6+dfsg-3) ...
08:51:01 [2019-08-28T08:51:01.762Z] + dpkg --print-architecture
08:51:01 [2019-08-28T08:51:01.762Z] + cd /tmp/tmp.S3Ia3LWjzB/src/github.com/docker/distribution
08:51:01 [2019-08-28T08:51:01.762Z] + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
08:51:01 [2019-08-28T08:51:01.762Z] + GOPATH=/tmp/tmp.S3Ia3LWjzB/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.S3Ia3LWjzB
08:51:01 [2019-08-28T08:51:01.762Z] + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
08:51:01 [2019-08-28T08:51:01.765Z] #57 43.48 Selecting previously unselected package libnl-3-200:amd64.
08:51:01 [2019-08-28T08:51:01.765Z] #57 43.48 Preparing to unpack .../03-libnl-3-200_3.2.27-2_amd64.deb ...
08:51:01 [2019-08-28T08:51:01.765Z] #57 43.50 Unpacking libnl-3-200:amd64 (3.2.27-2) ...
08:51:02 [2019-08-28T08:51:02.020Z] #57 ...
08:51:02 [2019-08-28T08:51:02.020Z] 
08:51:02 [2019-08-28T08:51:02.020Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r...
08:51:02 [2019-08-28T08:51:02.020Z] #44 28.52 Reading package lists...
08:51:02 [2019-08-28T08:51:02.020Z] #44 34.70 Building dependency tree...
08:51:02 [2019-08-28T08:51:02.020Z] #44 35.82 Reading state information...
08:51:02 [2019-08-28T08:51:02.020Z] #44 37.11 The following additional packages will be installed:
08:51:02 [2019-08-28T08:51:02.020Z] #44 37.12   btrfs-progs liblzo2-2
08:51:02 [2019-08-28T08:51:02.020Z] #44 37.33 The following NEW packages will be installed:
08:51:02 [2019-08-28T08:51:02.020Z] #44 37.33   btrfs-progs btrfs-tools liblzo2-2
08:51:02 [2019-08-28T08:51:02.020Z] #44 38.43 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
08:51:02 [2019-08-28T08:51:02.020Z] #44 38.43 Need to get 649 kB of archives.
08:51:02 [2019-08-28T08:51:02.020Z] #44 38.43 After this operation, 4320 kB of additional disk space will be used.
08:51:02 [2019-08-28T08:51:02.020Z] #44 38.43 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB]
08:51:02 [2019-08-28T08:51:02.020Z] #44 38.50 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB]
08:51:02 [2019-08-28T08:51:02.020Z] #44 38.81 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB]
08:51:02 [2019-08-28T08:51:02.020Z] #44 40.27 debconf: delaying package configuration, since apt-utils is not installed
08:51:02 [2019-08-28T08:51:02.020Z] #44 40.60 Fetched 649 kB in 1s (416 kB/s)
08:51:02 [2019-08-28T08:51:02.020Z] #44 40.74 Selecting previously unselected package liblzo2-2:amd64.
08:51:02 [2019-08-28T08:51:02.020Z] #44 40.74 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15091 files and directories currently installed.)
08:51:02 [2019-08-28T08:51:02.020Z] #44 40.84 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_amd64.deb ...
08:51:02 [2019-08-28T08:51:02.020Z] #44 40.85 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ...
08:51:02 [2019-08-28T08:51:02.020Z] #44 40.98 Selecting previously unselected package btrfs-progs.
08:51:02 [2019-08-28T08:51:02.020Z] #44 40.99 Preparing to unpack .../btrfs-progs_4.7.3-1_amd64.deb ...
08:51:02 [2019-08-28T08:51:02.020Z] #44 41.00 Unpacking btrfs-progs (4.7.3-1) ...
08:51:02 [2019-08-28T08:51:02.020Z] #44 42.27 Selecting previously unselected package btrfs-tools.
08:51:02 [2019-08-28T08:51:02.020Z] #44 42.28 Preparing to unpack .../btrfs-tools_4.7.3-1_amd64.deb ...
08:51:02 [2019-08-28T08:51:02.020Z] #44 42.30 Unpacking btrfs-tools (4.7.3-1) ...
08:51:02 [2019-08-28T08:51:02.020Z] #44 42.51 Processing triggers for libc-bin (2.24-11+deb9u4) ...
08:51:02 [2019-08-28T08:51:02.020Z] #44 42.77 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ...
08:51:02 [2019-08-28T08:51:02.020Z] #44 42.82 Setting up btrfs-progs (4.7.3-1) ...
08:51:02 [2019-08-28T08:51:02.020Z] #44 42.90 Setting up btrfs-tools (4.7.3-1) ...
08:51:02 [2019-08-28T08:51:02.020Z] #44 42.90 Processing triggers for libc-bin (2.24-11+deb9u4) ...
08:51:02 [2019-08-28T08:51:02.020Z] #44 DONE 43.6s
08:51:02 [2019-08-28T08:51:02.020Z] 
08:51:02 [2019-08-28T08:51:02.020Z] #45 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh
08:51:02 [2019-08-28T08:51:02.020Z] #45 DONE 0.1s
08:51:02 [2019-08-28T08:51:02.020Z] 
08:51:02 [2019-08-28T08:51:02.020Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
08:51:02 [2019-08-28T08:51:02.020Z] #57 43.76 Selecting previously unselected package libnl-3-dev:amd64.
08:51:02 [2019-08-28T08:51:02.020Z] #57 43.76 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_amd64.deb ...
08:51:02 [2019-08-28T08:51:02.276Z] #57 ...
08:51:02 [2019-08-28T08:51:02.276Z] 
08:51:02 [2019-08-28T08:51:02.276Z] #46 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./
08:51:02 [2019-08-28T08:51:02.276Z] #46 DONE 0.1s
08:51:02 [2019-08-28T08:51:02.276Z] 
08:51:02 [2019-08-28T08:51:02.276Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
08:51:02 [2019-08-28T08:51:02.276Z] #57 43.82 Unpacking libnl-3-dev:amd64 (3.2.27-2) ...
08:51:02 [2019-08-28T08:51:02.532Z] #57 44.26 Selecting previously unselected package libprotobuf-c1:amd64.
08:51:02 [2019-08-28T08:51:02.532Z] #57 44.26 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_amd64.deb ...
08:51:02 [2019-08-28T08:51:02.532Z] #57 44.27 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ...
08:51:02 [2019-08-28T08:51:02.532Z] #57 ...
08:51:02 [2019-08-28T08:51:02.532Z] 
08:51:02 [2019-08-28T08:51:02.532Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
08:51:02 [2019-08-28T08:51:02.532Z] #35 28.11 Reading package lists...
08:51:02 [2019-08-28T08:51:02.532Z] #35 34.57 Building dependency tree...
08:51:02 [2019-08-28T08:51:02.532Z] #35 35.95 Reading state information...
08:51:02 [2019-08-28T08:51:02.532Z] #35 37.24 The following additional packages will be installed:
08:51:02 [2019-08-28T08:51:02.532Z] #35 37.25   cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd
08:51:02 [2019-08-28T08:51:02.532Z] #35 37.26 Suggested packages:
08:51:02 [2019-08-28T08:51:02.532Z] #35 37.26   codeblocks eclipse ninja-build lrzip
08:51:02 [2019-08-28T08:51:02.532Z] #35 37.26 Recommended packages:
08:51:02 [2019-08-28T08:51:02.532Z] #35 37.26   xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
08:51:02 [2019-08-28T08:51:02.532Z] #35 37.70 The following NEW packages will be installed:
08:51:02 [2019-08-28T08:51:02.532Z] #35 37.71   cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2
08:51:02 [2019-08-28T08:51:02.532Z] #35 37.71   vim-common xxd
08:51:02 [2019-08-28T08:51:02.532Z] #35 38.81 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded.
08:51:02 [2019-08-28T08:51:02.532Z] #35 38.81 Need to get 13.7 MB of archives.
08:51:02 [2019-08-28T08:51:02.532Z] #35 38.81 After this operation, 57.2 MB of additional disk space will be used.
08:51:02 [2019-08-28T08:51:02.532Z] #35 38.81 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake-data all 3.7.2-1 [1216 kB]
08:51:02 [2019-08-28T08:51:02.532Z] #35 38.96 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB]
08:51:02 [2019-08-28T08:51:02.532Z] #35 38.97 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libicu57 amd64 57.1-6+deb9u2 [7700 kB]
08:51:02 [2019-08-28T08:51:02.532Z] #35 40.13 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxml2 amd64 2.9.4+dfsg1-2.2+deb9u2 [920 kB]
08:51:02 [2019-08-28T08:51:02.532Z] #35 40.33 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libarchive13 amd64 3.2.2-2+deb9u1 [294 kB]
08:51:02 [2019-08-28T08:51:02.532Z] #35 40.38 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
08:51:02 [2019-08-28T08:51:02.532Z] #35 40.40 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libuv1 amd64 1.9.1-3 [84.4 kB]
08:51:02 [2019-08-28T08:51:02.532Z] #35 40.42 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake amd64 3.7.2-1 [3038 kB]
08:51:02 [2019-08-28T08:51:02.532Z] #35 40.87 Get:9 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB]
08:51:02 [2019-08-28T08:51:02.532Z] #35 40.89 Get:10 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB]
08:51:02 [2019-08-28T08:51:02.532Z] #35 42.31 debconf: delaying package configuration, since apt-utils is not installed
08:51:02 [2019-08-28T08:51:02.532Z] #35 42.82 Fetched 13.7 MB in 3s (4346 kB/s)
08:51:02 [2019-08-28T08:51:02.532Z] #35 43.06 Selecting previously unselected package cmake-data.
08:51:02 [2019-08-28T08:51:02.532Z] #35 43.06 (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.)
08:51:02 [2019-08-28T08:51:02.532Z] #35 43.14 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ...
08:51:02 [2019-08-28T08:51:02.532Z] #35 43.16 Unpacking cmake-data (3.7.2-1) ...
08:51:02 [2019-08-28T08:51:02.669Z] #35 ...
08:51:02 [2019-08-28T08:51:02.669Z] 
08:51:02 [2019-08-28T08:51:02.669Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal...
08:51:02 [2019-08-28T08:51:02.669Z] #17 30.39 Reading package lists...
08:51:02 [2019-08-28T08:51:02.669Z] #17 36.54 Building dependency tree...
08:51:02 [2019-08-28T08:51:02.669Z] #17 37.76 Reading state information...
08:51:02 [2019-08-28T08:51:02.669Z] #17 39.41 ca-certificates is already the newest version (20161130+nmu1+deb9u1).
08:51:02 [2019-08-28T08:51:02.669Z] #17 39.41 The following additional packages will be installed:
08:51:02 [2019-08-28T08:51:02.669Z] #17 39.42   libjq1 libonig4
08:51:02 [2019-08-28T08:51:02.669Z] #17 39.84 The following NEW packages will be installed:
08:51:02 [2019-08-28T08:51:02.669Z] #17 39.84   jq libjq1 libonig4
08:51:02 [2019-08-28T08:51:02.669Z] #17 40.97 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
08:51:02 [2019-08-28T08:51:02.669Z] #17 40.97 Need to get 327 kB of archives.
08:51:02 [2019-08-28T08:51:02.669Z] #17 40.97 After this operation, 1157 kB of additional disk space will be used.
08:51:02 [2019-08-28T08:51:02.669Z] #17 40.97 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB]
08:51:02 [2019-08-28T08:51:02.669Z] #17 40.98 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB]
08:51:02 [2019-08-28T08:51:02.669Z] #17 40.98 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB]
08:51:02 [2019-08-28T08:51:02.669Z] #17 42.03 debconf: delaying package configuration, since apt-utils is not installed
08:51:02 [2019-08-28T08:51:02.669Z] #17 42.18 Fetched 327 kB in 1s (310 kB/s)
08:51:02 [2019-08-28T08:51:02.669Z] #17 42.31 Selecting previously unselected package libonig4:amd64.
08:51:02 [2019-08-28T08:51:02.669Z] #17 42.31 (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.)
08:51:02 [2019-08-28T08:51:02.669Z] #17 42.39 Preparing to unpack .../libonig4_6.1.3-2_amd64.deb ...
08:51:02 [2019-08-28T08:51:02.669Z] #17 42.41 Unpacking libonig4:amd64 (6.1.3-2) ...
08:51:02 [2019-08-28T08:51:02.669Z] #17 42.64 Selecting previously unselected package libjq1:amd64.
08:51:02 [2019-08-28T08:51:02.669Z] #17 42.66 Preparing to unpack .../libjq1_1.5+dfsg-1.3_amd64.deb ...
08:51:02 [2019-08-28T08:51:02.669Z] #17 42.67 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ...
08:51:02 [2019-08-28T08:51:02.669Z] #17 42.91 Selecting previously unselected package jq.
08:51:02 [2019-08-28T08:51:02.669Z] #17 42.94 Preparing to unpack .../jq_1.5+dfsg-1.3_amd64.deb ...
08:51:02 [2019-08-28T08:51:02.669Z] #17 42.94 Unpacking jq (1.5+dfsg-1.3) ...
08:51:02 [2019-08-28T08:51:02.669Z] #17 43.18 Setting up libonig4:amd64 (6.1.3-2) ...
08:51:02 [2019-08-28T08:51:02.669Z] #17 43.19 Setting up libjq1:amd64 (1.5+dfsg-1.3) ...
08:51:02 [2019-08-28T08:51:02.669Z] #17 43.21 Processing triggers for libc-bin (2.24-11+deb9u4) ...
08:51:02 [2019-08-28T08:51:02.669Z] #17 43.30 Setting up jq (1.5+dfsg-1.3) ...
08:51:02 [2019-08-28T08:51:02.669Z] #17 DONE 44.0s
08:51:02 [2019-08-28T08:51:02.669Z] 
08:51:02 [2019-08-28T08:51:02.669Z] #19 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh /
08:51:02 [2019-08-28T08:51:02.669Z] #19 DONE 0.1s
08:51:02 [2019-08-28T08:51:02.669Z] 
08:51:02 [2019-08-28T08:51:02.669Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
08:51:02 [2019-08-28T08:51:02.669Z] #57 41.54 debconf: delaying package configuration, since apt-utils is not installed
08:51:02 [2019-08-28T08:51:02.669Z] #57 41.68 Fetched 3602 kB in 1s (1986 kB/s)
08:51:02 [2019-08-28T08:51:02.669Z] #57 41.79 Selecting previously unselected package libnet1:amd64.
08:51:02 [2019-08-28T08:51:02.669Z] #57 41.80 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15091 files and directories currently installed.)
08:51:02 [2019-08-28T08:51:02.669Z] #57 41.87 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_amd64.deb ...
08:51:02 [2019-08-28T08:51:02.669Z] #57 41.88 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ...
08:51:02 [2019-08-28T08:51:02.669Z] #57 42.03 Selecting previously unselected package libcap-dev:amd64.
08:51:02 [2019-08-28T08:51:02.669Z] #57 42.03 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_amd64.deb ...
08:51:02 [2019-08-28T08:51:02.669Z] #57 42.04 Unpacking libcap-dev:amd64 (1:2.25-1) ...
08:51:02 [2019-08-28T08:51:02.669Z] #57 42.15 Selecting previously unselected package libnet1-dev.
08:51:02 [2019-08-28T08:51:02.669Z] #57 42.16 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_amd64.deb ...
08:51:02 [2019-08-28T08:51:02.669Z] #57 42.19 Unpacking libnet1-dev (1.1.6+dfsg-3) ...
08:51:02 [2019-08-28T08:51:02.669Z] #57 42.45 Selecting previously unselected package libnl-3-200:amd64.
08:51:02 [2019-08-28T08:51:02.669Z] #57 42.45 Preparing to unpack .../03-libnl-3-200_3.2.27-2_amd64.deb ...
08:51:02 [2019-08-28T08:51:02.669Z] #57 42.46 Unpacking libnl-3-200:amd64 (3.2.27-2) ...
08:51:02 [2019-08-28T08:51:02.669Z] #57 42.62 Selecting previously unselected package libnl-3-dev:amd64.
08:51:02 [2019-08-28T08:51:02.669Z] #57 42.62 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_amd64.deb ...
08:51:02 [2019-08-28T08:51:02.669Z] #57 42.63 Unpacking libnl-3-dev:amd64 (3.2.27-2) ...
08:51:02 [2019-08-28T08:51:02.669Z] #57 42.97 Selecting previously unselected package libprotobuf-c1:amd64.
08:51:02 [2019-08-28T08:51:02.669Z] #57 42.98 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_amd64.deb ...
08:51:02 [2019-08-28T08:51:02.669Z] #57 42.98 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ...
08:51:02 [2019-08-28T08:51:02.669Z] #57 43.09 Selecting previously unselected package libprotobuf-c-dev:amd64.
08:51:02 [2019-08-28T08:51:02.669Z] #57 43.12 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_amd64.deb ...
08:51:02 [2019-08-28T08:51:02.669Z] #57 43.13 Unpacking libprotobuf-c-dev:amd64 (1.2.1-2) ...
08:51:02 [2019-08-28T08:51:02.669Z] #57 43.28 Selecting previously unselected package zlib1g-dev:amd64.
08:51:02 [2019-08-28T08:51:02.669Z] #57 43.28 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ...
08:51:02 [2019-08-28T08:51:02.669Z] #57 43.31 Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ...
08:51:02 [2019-08-28T08:51:02.669Z] #57 43.97 Selecting previously unselected package libprotobuf10:amd64.
08:51:02 [2019-08-28T08:51:02.669Z] #57 44.04 Preparing to unpack .../08-libprotobuf10_3.0.0-9_amd64.deb ...
08:51:02 [2019-08-28T08:51:02.669Z] #57 44.09 Unpacking libprotobuf10:amd64 (3.0.0-9) ...
08:51:02 [2019-08-28T08:51:02.787Z] #35 ...
08:51:02 [2019-08-28T08:51:02.787Z] 
08:51:02 [2019-08-28T08:51:02.787Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
08:51:02 [2019-08-28T08:51:02.787Z] #57 44.45 Selecting previously unselected package libprotobuf-c-dev:amd64.
08:51:02 [2019-08-28T08:51:02.787Z] #57 44.45 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_amd64.deb ...
08:51:02 [2019-08-28T08:51:02.787Z] #57 44.45 Unpacking libprotobuf-c-dev:amd64 (1.2.1-2) ...
08:51:02 [2019-08-28T08:51:02.928Z] #57 ...
08:51:02 [2019-08-28T08:51:02.928Z] 
08:51:02 [2019-08-28T08:51:02.928Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r...
08:51:02 [2019-08-28T08:51:02.928Z] #44 30.08 Reading package lists...
08:51:02 [2019-08-28T08:51:02.928Z] #44 36.59 Building dependency tree...
08:51:02 [2019-08-28T08:51:02.928Z] #44 37.93 Reading state information...
08:51:02 [2019-08-28T08:51:02.928Z] #44 39.50 The following additional packages will be installed:
08:51:02 [2019-08-28T08:51:02.928Z] #44 39.53   btrfs-progs liblzo2-2
08:51:02 [2019-08-28T08:51:02.928Z] #44 39.82 The following NEW packages will be installed:
08:51:02 [2019-08-28T08:51:02.928Z] #44 39.82   btrfs-progs btrfs-tools liblzo2-2
08:51:02 [2019-08-28T08:51:02.928Z] #44 40.94 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
08:51:02 [2019-08-28T08:51:02.928Z] #44 40.94 Need to get 649 kB of archives.
08:51:02 [2019-08-28T08:51:02.928Z] #44 40.94 After this operation, 4320 kB of additional disk space will be used.
08:51:02 [2019-08-28T08:51:02.928Z] #44 40.94 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB]
08:51:02 [2019-08-28T08:51:02.928Z] #44 40.94 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB]
08:51:02 [2019-08-28T08:51:02.928Z] #44 40.98 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB]
08:51:02 [2019-08-28T08:51:02.928Z] #44 41.93 debconf: delaying package configuration, since apt-utils is not installed
08:51:02 [2019-08-28T08:51:02.928Z] #44 42.11 Fetched 649 kB in 1s (597 kB/s)
08:51:02 [2019-08-28T08:51:02.928Z] #44 42.27 Selecting previously unselected package liblzo2-2:amd64.
08:51:02 [2019-08-28T08:51:02.928Z] #44 42.27 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15091 files and directories currently installed.)
08:51:02 [2019-08-28T08:51:02.928Z] #44 42.36 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_amd64.deb ...
08:51:02 [2019-08-28T08:51:02.928Z] #44 42.40 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ...
08:51:02 [2019-08-28T08:51:02.928Z] #44 42.56 Selecting previously unselected package btrfs-progs.
08:51:02 [2019-08-28T08:51:02.928Z] #44 42.57 Preparing to unpack .../btrfs-progs_4.7.3-1_amd64.deb ...
08:51:02 [2019-08-28T08:51:02.928Z] #44 42.58 Unpacking btrfs-progs (4.7.3-1) ...
08:51:02 [2019-08-28T08:51:02.928Z] #44 43.31 Selecting previously unselected package btrfs-tools.
08:51:02 [2019-08-28T08:51:02.928Z] #44 43.32 Preparing to unpack .../btrfs-tools_4.7.3-1_amd64.deb ...
08:51:02 [2019-08-28T08:51:02.928Z] #44 43.34 Unpacking btrfs-tools (4.7.3-1) ...
08:51:02 [2019-08-28T08:51:02.928Z] #44 43.57 Processing triggers for libc-bin (2.24-11+deb9u4) ...
08:51:02 [2019-08-28T08:51:02.928Z] #44 43.90 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ...
08:51:02 [2019-08-28T08:51:02.928Z] #44 44.04 Setting up btrfs-progs (4.7.3-1) ...
08:51:02 [2019-08-28T08:51:02.928Z] #44 44.08 Setting up btrfs-tools (4.7.3-1) ...
08:51:02 [2019-08-28T08:51:02.928Z] #44 44.10 Processing triggers for libc-bin (2.24-11+deb9u4) ...
08:51:02 [2019-08-28T08:51:02.928Z] #44 DONE 44.5s
08:51:03 [2019-08-28T08:51:03.042Z] #57 44.72 Selecting previously unselected package zlib1g-dev:amd64.
08:51:03 [2019-08-28T08:51:03.042Z] #57 44.72 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ...
08:51:03 [2019-08-28T08:51:03.042Z] #57 44.75 Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ...
08:51:03 [2019-08-28T08:51:03.222Z] 
08:51:03 [2019-08-28T08:51:03.222Z] #45 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh
08:51:03 [2019-08-28T08:51:03.222Z] #45 DONE 0.1s
08:51:03 [2019-08-28T08:51:03.222Z] 
08:51:03 [2019-08-28T08:51:03.222Z] #46 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./
08:51:03 [2019-08-28T08:51:03.222Z] #46 DONE 0.1s
08:51:03 [2019-08-28T08:51:03.222Z] 
08:51:03 [2019-08-28T08:51:03.222Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -...
08:51:03 [2019-08-28T08:51:03.222Z] #6 30.92 Reading package lists...
08:51:03 [2019-08-28T08:51:03.222Z] #6 37.11 Building dependency tree...
08:51:03 [2019-08-28T08:51:03.222Z] #6 38.34 Reading state information...
08:51:03 [2019-08-28T08:51:03.222Z] #6 40.52 The following additional packages will be installed:
08:51:03 [2019-08-28T08:51:03.222Z] #6 40.53   libapparmor1 libseccomp2
08:51:03 [2019-08-28T08:51:03.222Z] #6 40.53 Suggested packages:
08:51:03 [2019-08-28T08:51:03.222Z] #6 40.53   seccomp
08:51:03 [2019-08-28T08:51:03.222Z] #6 41.04 The following NEW packages will be installed:
08:51:03 [2019-08-28T08:51:03.222Z] #6 41.04   libapparmor-dev libapparmor1 libseccomp-dev libseccomp2
08:51:03 [2019-08-28T08:51:03.222Z] #6 42.12 0 upgraded, 4 newly installed, 0 to remove and 1 not upgraded.
08:51:03 [2019-08-28T08:51:03.222Z] #6 42.12 Need to get 300 kB of archives.
08:51:03 [2019-08-28T08:51:03.222Z] #6 42.12 After this operation, 1201 kB of additional disk space will be used.
08:51:03 [2019-08-28T08:51:03.222Z] #6 42.12 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp2 amd64 2.3.1-2.1+deb9u1 [40.7 kB]
08:51:03 [2019-08-28T08:51:03.222Z] #6 42.13 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp-dev amd64 2.3.1-2.1+deb9u1 [61.0 kB]
08:51:03 [2019-08-28T08:51:03.222Z] #6 42.13 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor1 amd64 2.11.0-3+deb9u2 [78.9 kB]
08:51:03 [2019-08-28T08:51:03.222Z] #6 42.13 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-dev amd64 2.11.0-3+deb9u2 [119 kB]
08:51:03 [2019-08-28T08:51:03.222Z] #6 43.20 debconf: delaying package configuration, since apt-utils is not installed
08:51:03 [2019-08-28T08:51:03.222Z] #6 43.39 Fetched 300 kB in 1s (286 kB/s)
08:51:03 [2019-08-28T08:51:03.222Z] #6 43.58 Selecting previously unselected package libseccomp2:amd64.
08:51:03 [2019-08-28T08:51:03.222Z] #6 43.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.)
08:51:03 [2019-08-28T08:51:03.222Z] #6 43.73 Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_amd64.deb ...
08:51:03 [2019-08-28T08:51:03.222Z] #6 43.89 Unpacking libseccomp2:amd64 (2.3.1-2.1+deb9u1) ...
08:51:03 [2019-08-28T08:51:03.222Z] #6 44.14 Selecting previously unselected package libseccomp-dev:amd64.
08:51:03 [2019-08-28T08:51:03.222Z] #6 44.18 Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_amd64.deb ...
08:51:03 [2019-08-28T08:51:03.222Z] #6 44.20 Unpacking libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ...
08:51:03 [2019-08-28T08:51:03.222Z] #6 44.43 Selecting previously unselected package libapparmor1:amd64.
08:51:03 [2019-08-28T08:51:03.222Z] #6 44.43 Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_amd64.deb ...
08:51:03 [2019-08-28T08:51:03.222Z] #6 44.44 Unpacking libapparmor1:amd64 (2.11.0-3+deb9u2) ...
08:51:03 [2019-08-28T08:51:03.222Z] #6 44.74 Selecting previously unselected package libapparmor-dev:amd64.
08:51:03 [2019-08-28T08:51:03.222Z] #6 44.78 Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_amd64.deb ...
08:51:03 [2019-08-28T08:51:03.222Z] #6 ...
08:51:03 [2019-08-28T08:51:03.222Z] 
08:51:03 [2019-08-28T08:51:03.222Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
08:51:03 [2019-08-28T08:51:03.297Z] #57 45.10 Selecting previously unselected package libprotobuf10:amd64.
08:51:03 [2019-08-28T08:51:03.297Z] #57 45.11 Preparing to unpack .../08-libprotobuf10_3.0.0-9_amd64.deb ...
08:51:03 [2019-08-28T08:51:03.297Z] #57 45.12 Unpacking libprotobuf10:amd64 (3.0.0-9) ...
08:51:03 [2019-08-28T08:51:03.858Z] #57 ...
08:51:03 [2019-08-28T08:51:03.858Z] 
08:51:03 [2019-08-28T08:51:03.858Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum
08:51:03 [2019-08-28T08:51:03.858Z] #27 35.30 + cd /tmp/tmp.Wp3Sngcj3w/src/gotest.tools/gotestsum
08:51:03 [2019-08-28T08:51:03.858Z] #27 35.30 + git checkout -q v0.3.5
08:51:03 [2019-08-28T08:51:03.858Z] #27 35.31 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum
08:51:04 [2019-08-28T08:51:04.121Z] #27 ...
08:51:04 [2019-08-28T08:51:04.121Z] 
08:51:04 [2019-08-28T08:51:04.121Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
08:51:04 [2019-08-28T08:51:04.121Z] #57 45.86 Selecting previously unselected package libprotobuf-lite10:amd64.
08:51:04 [2019-08-28T08:51:04.121Z] #57 45.87 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_amd64.deb ...
08:51:04 [2019-08-28T08:51:04.121Z] #57 45.88 Unpacking libprotobuf-lite10:amd64 (3.0.0-9) ...
08:51:04 [2019-08-28T08:51:04.377Z] #57 46.09 Selecting previously unselected package libprotobuf-dev:amd64.
08:51:04 [2019-08-28T08:51:04.377Z] #57 46.10 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_amd64.deb ...
08:51:04 [2019-08-28T08:51:04.377Z] #57 46.11 Unpacking libprotobuf-dev:amd64 (3.0.0-9) ...
08:51:04 [2019-08-28T08:51:04.598Z] #47 ...
08:51:04 [2019-08-28T08:51:04.598Z] 
08:51:04 [2019-08-28T08:51:04.598Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -...
08:51:04 [2019-08-28T08:51:04.598Z] #6 44.78 Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_amd64.deb ...
08:51:04 [2019-08-28T08:51:04.598Z] #6 44.88 Unpacking libapparmor-dev:amd64 (2.11.0-3+deb9u2) ...
08:51:04 [2019-08-28T08:51:04.598Z] #6 45.37 Processing triggers for libc-bin (2.24-11+deb9u4) ...
08:51:04 [2019-08-28T08:51:04.598Z] #6 45.48 Setting up libseccomp2:amd64 (2.3.1-2.1+deb9u1) ...
08:51:04 [2019-08-28T08:51:04.598Z] #6 45.50 Setting up libapparmor1:amd64 (2.11.0-3+deb9u2) ...
08:51:04 [2019-08-28T08:51:04.598Z] #6 45.54 Setting up libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ...
08:51:04 [2019-08-28T08:51:04.598Z] #6 45.56 Setting up libapparmor-dev:amd64 (2.11.0-3+deb9u2) ...
08:51:04 [2019-08-28T08:51:04.598Z] #6 45.58 Processing triggers for libc-bin (2.24-11+deb9u4) ...
08:51:04 [2019-08-28T08:51:04.598Z] #6 DONE 46.1s
08:51:04 [2019-08-28T08:51:04.598Z] 
08:51:04 [2019-08-28T08:51:04.598Z] #40 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh
08:51:04 [2019-08-28T08:51:04.598Z] #40 DONE 0.1s
08:51:04 [2019-08-28T08:51:04.857Z] 
08:51:04 [2019-08-28T08:51:04.857Z] #41 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./
08:51:04 [2019-08-28T08:51:04.857Z] #41 DONE 0.1s
08:51:04 [2019-08-28T08:51:04.857Z] 
08:51:04 [2019-08-28T08:51:04.857Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc
08:51:05 [2019-08-28T08:51:05.116Z] #42 ...
08:51:05 [2019-08-28T08:51:05.116Z] 
08:51:05 [2019-08-28T08:51:05.116Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum
08:51:05 [2019-08-28T08:51:05.116Z] #27 35.91 + cd /tmp/tmp.o7quwsRnFi/src/gotest.tools/gotestsum
08:51:05 [2019-08-28T08:51:05.116Z] #27 35.91 + git checkout -q v0.3.5
08:51:05 [2019-08-28T08:51:05.116Z] #27 35.92 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum
08:51:05 [2019-08-28T08:51:05.116Z] #27 ...
08:51:05 [2019-08-28T08:51:05.116Z] 
08:51:05 [2019-08-28T08:51:05.116Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
08:51:05 [2019-08-28T08:51:05.116Z] #57 45.17 Selecting previously unselected package libprotobuf-lite10:amd64.
08:51:05 [2019-08-28T08:51:05.116Z] #57 45.19 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_amd64.deb ...
08:51:05 [2019-08-28T08:51:05.116Z] #57 45.20 Unpacking libprotobuf-lite10:amd64 (3.0.0-9) ...
08:51:05 [2019-08-28T08:51:05.116Z] #57 45.34 Selecting previously unselected package libprotobuf-dev:amd64.
08:51:05 [2019-08-28T08:51:05.116Z] #57 45.34 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_amd64.deb ...
08:51:05 [2019-08-28T08:51:05.116Z] #57 45.35 Unpacking libprotobuf-dev:amd64 (3.0.0-9) ...
08:51:05 [2019-08-28T08:51:05.683Z] #57 46.96 Selecting previously unselected package libprotoc10:amd64.
08:51:05 [2019-08-28T08:51:05.683Z] #57 46.96 Preparing to unpack .../11-libprotoc10_3.0.0-9_amd64.deb ...
08:51:05 [2019-08-28T08:51:05.683Z] #57 46.97 Unpacking libprotoc10:amd64 (3.0.0-9) ...
08:51:05 [2019-08-28T08:51:05.746Z] #57 ...
08:51:05 [2019-08-28T08:51:05.746Z] 
08:51:05 [2019-08-28T08:51:05.746Z] #7 [dev 1/24] RUN groupadd -r docker
08:51:05 [2019-08-28T08:51:05.746Z] #7 DONE 4.6s
08:51:05 [2019-08-28T08:51:05.746Z] 
08:51:05 [2019-08-28T08:51:05.746Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
08:51:05 [2019-08-28T08:51:05.746Z] #57 47.56 Selecting previously unselected package libprotoc10:amd64.
08:51:05 [2019-08-28T08:51:05.746Z] #57 47.56 Preparing to unpack .../11-libprotoc10_3.0.0-9_amd64.deb ...
08:51:06 [2019-08-28T08:51:06.001Z] #57 47.57 Unpacking libprotoc10:amd64 (3.0.0-9) ...
08:51:06 [2019-08-28T08:51:06.151Z] + rm -rf /tmp/tmp.S3Ia3LWjzB/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.S3Ia3LWjzB
08:51:06 [2019-08-28T08:51:06.621Z] #57 47.82 Selecting previously unselected package protobuf-c-compiler.
08:51:06 [2019-08-28T08:51:06.621Z] #57 47.82 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_amd64.deb ...
08:51:06 [2019-08-28T08:51:06.621Z] #57 47.84 Unpacking protobuf-c-compiler (1.2.1-2) ...
08:51:06 [2019-08-28T08:51:06.621Z] #57 48.04 Selecting previously unselected package protobuf-compiler.
08:51:06 [2019-08-28T08:51:06.621Z] #57 48.05 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_amd64.deb ...
08:51:06 [2019-08-28T08:51:06.621Z] #57 48.05 Unpacking protobuf-compiler (3.0.0-9) ...
08:51:06 [2019-08-28T08:51:06.621Z] #57 48.22 Selecting previously unselected package python-pkg-resources.
08:51:06 [2019-08-28T08:51:06.621Z] #57 48.22 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ...
08:51:06 [2019-08-28T08:51:06.887Z] #57 48.22 Unpacking python-pkg-resources (33.1.1-1) ...
08:51:06 [2019-08-28T08:51:06.925Z] #57 48.51 Selecting previously unselected package protobuf-c-compiler.
08:51:06 [2019-08-28T08:51:06.925Z] #57 48.51 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_amd64.deb ...
08:51:06 [2019-08-28T08:51:06.925Z] #57 48.53 Unpacking protobuf-c-compiler (1.2.1-2) ...
08:51:06 [2019-08-28T08:51:06.925Z] #57 48.70 Selecting previously unselected package protobuf-compiler.
08:51:06 [2019-08-28T08:51:06.925Z] #57 48.70 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_amd64.deb ...
08:51:06 [2019-08-28T08:51:06.925Z] #57 48.71 Unpacking protobuf-compiler (3.0.0-9) ...
08:51:07 [2019-08-28T08:51:07.147Z] #57 48.53 Selecting previously unselected package python-protobuf.
08:51:07 [2019-08-28T08:51:07.147Z] #57 48.55 Preparing to unpack .../15-python-protobuf_3.0.0-9_amd64.deb ...
08:51:07 [2019-08-28T08:51:07.147Z] #57 48.56 Unpacking python-protobuf (3.0.0-9) ...
08:51:07 [2019-08-28T08:51:07.186Z] #57 48.82 Selecting previously unselected package python-pkg-resources.
08:51:07 [2019-08-28T08:51:07.186Z] #57 48.82 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ...
08:51:07 [2019-08-28T08:51:07.186Z] #57 48.84 Unpacking python-pkg-resources (33.1.1-1) ...
08:51:07 [2019-08-28T08:51:07.441Z] #57 49.15 Selecting previously unselected package python-protobuf.
08:51:07 [2019-08-28T08:51:07.441Z] #57 49.16 Preparing to unpack .../15-python-protobuf_3.0.0-9_amd64.deb ...
08:51:07 [2019-08-28T08:51:07.441Z] #57 49.18 Unpacking python-protobuf (3.0.0-9) ...
08:51:07 [2019-08-28T08:51:07.713Z] #57 49.24 Setting up libnet1:amd64 (1.1.6+dfsg-3) ...
08:51:07 [2019-08-28T08:51:07.974Z] #57 49.38 Setting up libprotobuf-c1:amd64 (1.2.1-2) ...
08:51:07 [2019-08-28T08:51:07.974Z] #57 49.39 Setting up python-pkg-resources (33.1.1-1) ...
08:51:08 [2019-08-28T08:51:08.175Z] Removing intermediate container 193ffb8204ae
08:51:08 [2019-08-28T08:51:08.175Z]  ---> e0f9849916e8
08:51:08 [2019-08-28T08:51:08.175Z] Step 16/126 : FROM base AS swagger
08:51:08 [2019-08-28T08:51:08.175Z]  ---> 291c9f731d5f
08:51:08 [2019-08-28T08:51:08.175Z] Step 17/126 : ENV GO_SWAGGER_COMMIT c28258affb0b6251755d92489ef685af8d4ff3eb
08:51:08 [2019-08-28T08:51:08.234Z] #57 ...
08:51:08 [2019-08-28T08:51:08.234Z] 
08:51:08 [2019-08-28T08:51:08.234Z] #7 [dev 1/24] RUN groupadd -r docker
08:51:08 [2019-08-28T08:51:08.234Z] #7 DONE 3.6s
08:51:08 [2019-08-28T08:51:08.369Z] #57 49.96 Setting up libnet1:amd64 (1.1.6+dfsg-3) ...
08:51:08 [2019-08-28T08:51:08.369Z] #57 50.10 Setting up libprotobuf-c1:amd64 (1.2.1-2) ...
08:51:08 [2019-08-28T08:51:08.369Z] #57 50.13 Setting up python-pkg-resources (33.1.1-1) ...
08:51:08 [2019-08-28T08:51:08.459Z]  ---> Running in 14d0526b386a
08:51:08 [2019-08-28T08:51:08.459Z] Removing intermediate container 14d0526b386a
08:51:08 [2019-08-28T08:51:08.459Z]  ---> d752c1b64ebd
08:51:08 [2019-08-28T08:51:08.459Z] Step 18/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"
08:51:08 [2019-08-28T08:51:08.459Z]  ---> Running in 38efcf694b00
08:51:08 [2019-08-28T08:51:08.492Z] 
08:51:08 [2019-08-28T08:51:08.492Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc
08:51:08 [2019-08-28T08:51:08.492Z] #42 3.729 + RM_GOPATH=0
08:51:08 [2019-08-28T08:51:08.492Z] #42 3.729 + TMP_GOPATH=
08:51:08 [2019-08-28T08:51:08.492Z] #42 3.729 + : /build
08:51:08 [2019-08-28T08:51:08.492Z] #42 3.729 + '[' -z '' ']'
08:51:08 [2019-08-28T08:51:08.492Z] #42 3.733 ++ mktemp -d
08:51:08 [2019-08-28T08:51:08.492Z] #42 3.757 + export GOPATH=/tmp/tmp.zkoFrofSSD
08:51:08 [2019-08-28T08:51:08.492Z] #42 3.757 + GOPATH=/tmp/tmp.zkoFrofSSD
08:51:08 [2019-08-28T08:51:08.492Z] #42 3.757 + RM_GOPATH=1
08:51:08 [2019-08-28T08:51:08.492Z] #42 3.757 ++ dirname ./install.sh
08:51:08 [2019-08-28T08:51:08.492Z] #42 3.757 + dir=.
08:51:08 [2019-08-28T08:51:08.492Z] #42 3.757 + bin=runc
08:51:08 [2019-08-28T08:51:08.492Z] #42 3.757 + shift
08:51:08 [2019-08-28T08:51:08.492Z] #42 3.757 + '[' '!' -f ./runc.installer ']'
08:51:08 [2019-08-28T08:51:08.492Z] #42 3.757 + . ./runc.installer
08:51:08 [2019-08-28T08:51:08.492Z] #42 3.757 ++ RUNC_COMMIT=425e105d5a03fabd737a126ad93d62a9eeede87f
08:51:08 [2019-08-28T08:51:08.492Z] #42 3.757 + install_runc
08:51:08 [2019-08-28T08:51:08.492Z] #42 3.757 + grep -q '^3\.10\.0.*\.el7\.'
08:51:08 [2019-08-28T08:51:08.492Z] #42 3.767 + uname -r
08:51:08 [2019-08-28T08:51:08.492Z] #42 3.796 + RUNC_BUILDTAGS='seccomp apparmor selinux '
08:51:08 [2019-08-28T08:51:08.492Z] #42 3.796 + echo 'Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux )'
08:51:08 [2019-08-28T08:51:08.492Z] #42 3.796 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.zkoFrofSSD/src/github.com/opencontainers/runc
08:51:08 [2019-08-28T08:51:08.492Z] #42 3.796 Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux )
08:51:08 [2019-08-28T08:51:08.492Z] #42 3.800 Cloning into '/tmp/tmp.zkoFrofSSD/src/github.com/opencontainers/runc'...
08:51:08 [2019-08-28T08:51:08.742Z] + mktemp -d
08:51:08 [2019-08-28T08:51:08.742Z] + export GOPATH=/tmp/tmp.duf6BaRfnQ
08:51:08 [2019-08-28T08:51:08.742Z] + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.duf6BaRfnQ/src/github.com/go-swagger/go-swagger
08:51:08 [2019-08-28T08:51:08.742Z] Cloning into '/tmp/tmp.duf6BaRfnQ/src/github.com/go-swagger/go-swagger'...
08:51:08 [2019-08-28T08:51:08.750Z] #42 ...
08:51:08 [2019-08-28T08:51:08.750Z] 
08:51:08 [2019-08-28T08:51:08.750Z] #15 [swagger 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone ...
08:51:08 [2019-08-28T08:51:08.750Z] #15 40.34 + cd /tmp/tmp.vMBYJXC72g/src/github.com/go-swagger/go-swagger
08:51:08 [2019-08-28T08:51:08.750Z] #15 40.34 + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb
08:51:08 [2019-08-28T08:51:08.750Z] #15 42.63 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
08:51:08 [2019-08-28T08:51:08.929Z] #57 ...
08:51:08 [2019-08-28T08:51:08.929Z] 
08:51:08 [2019-08-28T08:51:08.929Z] #15 [swagger 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone ...
08:51:08 [2019-08-28T08:51:08.929Z] #15 40.50 + cd /tmp/tmp.jt6Mg55BrV/src/github.com/go-swagger/go-swagger
08:51:08 [2019-08-28T08:51:08.929Z] #15 40.50 + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb
08:51:08 [2019-08-28T08:51:08.929Z] #15 43.81 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
08:51:08 [2019-08-28T08:51:08.929Z] #15 ...
08:51:08 [2019-08-28T08:51:08.929Z] 
08:51:08 [2019-08-28T08:51:08.929Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
08:51:08 [2019-08-28T08:51:08.929Z] #20 5.956 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)...
08:51:08 [2019-08-28T08:51:08.929Z] #20 6.580 
######################################################################## 100.0%
08:51:08 [2019-08-28T08:51:08.929Z] #20 6.983 
#####                                                                      8.1%
#########                                                                 13.3%
##############                                                            19.6%
#################                                                         24.9%
#######################                                                   32.9%
###########################                                               38.7%
################################                                          44.5%
####################################                                      50.3%
########################################                                  56.1%
#############################################                             63.7%
####################################################                      72.7%
########################################################                  78.9%
##############################################################            86.4%
##################################################################        92.5%
######################################################################## 100.0%
08:51:09 [2019-08-28T08:51:09.008Z] #15 ...
08:51:09 [2019-08-28T08:51:09.008Z] 
08:51:09 [2019-08-28T08:51:09.008Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
08:51:09 [2019-08-28T08:51:09.008Z] #20 5.373 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)...
08:51:09 [2019-08-28T08:51:09.008Z] #20 6.010 
######################################################################## 100.0%
08:51:09 [2019-08-28T08:51:09.185Z] #20 ...
08:51:09 [2019-08-28T08:51:09.185Z] 
08:51:09 [2019-08-28T08:51:09.185Z] #8 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser
08:51:09 [2019-08-28T08:51:09.185Z] #8 DONE 3.5s
08:51:09 [2019-08-28T08:51:09.185Z] 
08:51:09 [2019-08-28T08:51:09.185Z] #9 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr...
08:51:09 [2019-08-28T08:51:09.745Z] #9 ...
08:51:09 [2019-08-28T08:51:09.745Z] 
08:51:09 [2019-08-28T08:51:09.745Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
08:51:09 [2019-08-28T08:51:09.745Z] #30 40.83 sync
08:51:09 [2019-08-28T08:51:09.745Z] #30 41.91 io
08:51:09 [2019-08-28T08:51:09.745Z] #30 41.96 reflect
08:51:09 [2019-08-28T08:51:09.745Z] #30 44.20 syscall
08:51:09 [2019-08-28T08:51:09.745Z] #30 ...
08:51:09 [2019-08-28T08:51:09.745Z] 
08:51:09 [2019-08-28T08:51:09.745Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
08:51:09 [2019-08-28T08:51:09.745Z] #20 9.163 
######################################################################## 100.0%
08:51:10 [2019-08-28T08:51:10.763Z] #20 9.460 
#####                                                                      7.2%
##########                                                                14.1%
################                                                          23.6%
###############################                                           44.4%
###############################################                           65.5%
############################################################              84.2%
######################################################################## 100.0%
08:51:11 [2019-08-28T08:51:11.089Z] #20 6.491 
##                                                                         3.5%
#####                                                                      8.0%
#########                                                                 13.1%
#############                                                             19.3%
##################                                                        25.6%
#######################                                                   33.0%
###########################                                               38.7%
################################                                          44.8%
####################################                                      50.4%
#######################################                                   54.8%
###########################################                               60.7%
################################################                          67.1%
####################################################                      72.5%
#######################################################                   77.5%
###########################################################               83.1%
###############################################################           87.7%
##################################################################        92.2%
######################################################################## 100.0%
08:51:11 [2019-08-28T08:51:11.325Z] #20 10.77 
######################################################################## 100.0%
08:51:11 [2019-08-28T08:51:11.325Z] #20 ...
08:51:11 [2019-08-28T08:51:11.325Z] 
08:51:11 [2019-08-28T08:51:11.325Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc
08:51:11 [2019-08-28T08:51:11.325Z] #42 3.794 + RM_GOPATH=0
08:51:11 [2019-08-28T08:51:11.325Z] #42 3.794 + TMP_GOPATH=
08:51:11 [2019-08-28T08:51:11.325Z] #42 3.794 + : /build
08:51:11 [2019-08-28T08:51:11.325Z] #42 3.794 + '[' -z '' ']'
08:51:11 [2019-08-28T08:51:11.325Z] #42 3.798 ++ mktemp -d
08:51:11 [2019-08-28T08:51:11.325Z] #42 3.807 + export GOPATH=/tmp/tmp.gjraReNhAZ
08:51:11 [2019-08-28T08:51:11.325Z] #42 3.807 + GOPATH=/tmp/tmp.gjraReNhAZ
08:51:11 [2019-08-28T08:51:11.325Z] #42 3.807 + RM_GOPATH=1
08:51:11 [2019-08-28T08:51:11.325Z] #42 3.808 ++ dirname ./install.sh
08:51:11 [2019-08-28T08:51:11.325Z] #42 3.815 + dir=.
08:51:11 [2019-08-28T08:51:11.325Z] #42 3.815 + bin=runc
08:51:11 [2019-08-28T08:51:11.325Z] #42 3.815 + shift
08:51:11 [2019-08-28T08:51:11.325Z] #42 3.816 + '[' '!' -f ./runc.installer ']'
08:51:11 [2019-08-28T08:51:11.325Z] #42 3.817 + . ./runc.installer
08:51:11 [2019-08-28T08:51:11.325Z] #42 3.818 ++ RUNC_COMMIT=425e105d5a03fabd737a126ad93d62a9eeede87f
08:51:11 [2019-08-28T08:51:11.325Z] #42 3.820 + install_runc
08:51:11 [2019-08-28T08:51:11.325Z] #42 3.820 + uname -r
08:51:11 [2019-08-28T08:51:11.325Z] #42 3.821 + grep -q '^3\.10\.0.*\.el7\.'
08:51:11 [2019-08-28T08:51:11.325Z] #42 3.829 + RUNC_BUILDTAGS='seccomp apparmor selinux '
08:51:11 [2019-08-28T08:51:11.325Z] #42 3.829 + echo 'Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux )'
08:51:11 [2019-08-28T08:51:11.325Z] #42 3.829 Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux )
08:51:11 [2019-08-28T08:51:11.325Z] #42 3.829 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.gjraReNhAZ/src/github.com/opencontainers/runc
08:51:11 [2019-08-28T08:51:11.325Z] #42 3.836 Cloning into '/tmp/tmp.gjraReNhAZ/src/github.com/opencontainers/runc'...
08:51:11 [2019-08-28T08:51:11.347Z] #20 ...
08:51:11 [2019-08-28T08:51:11.347Z] 
08:51:11 [2019-08-28T08:51:11.347Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
08:51:11 [2019-08-28T08:51:11.347Z] #33 42.24 internal/x/crypto/curve25519
08:51:11 [2019-08-28T08:51:11.347Z] #33 47.35 sync
08:51:11 [2019-08-28T08:51:11.347Z] #33 48.04 reflect
08:51:11 [2019-08-28T08:51:11.347Z] #33 48.04 io
08:51:11 [2019-08-28T08:51:11.347Z] #33 49.91 bytes
08:51:11 [2019-08-28T08:51:11.581Z] #42 ...
08:51:11 [2019-08-28T08:51:11.581Z] 
08:51:11 [2019-08-28T08:51:11.581Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
08:51:11 [2019-08-28T08:51:11.581Z] #30 52.88 time
08:51:11 [2019-08-28T08:51:11.606Z] #33 ...
08:51:11 [2019-08-28T08:51:11.606Z] 
08:51:11 [2019-08-28T08:51:11.606Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
08:51:11 [2019-08-28T08:51:11.606Z] #47 3.852 + RM_GOPATH=0
08:51:11 [2019-08-28T08:51:11.606Z] #47 3.852 + TMP_GOPATH=
08:51:11 [2019-08-28T08:51:11.606Z] #47 3.852 + : /build
08:51:11 [2019-08-28T08:51:11.606Z] #47 3.852 + '[' -z '' ']'
08:51:11 [2019-08-28T08:51:11.606Z] #47 3.872 ++ mktemp -d
08:51:11 [2019-08-28T08:51:11.606Z] #47 3.874 + export GOPATH=/tmp/tmp.nOtIuAkzO3
08:51:11 [2019-08-28T08:51:11.606Z] #47 3.876 + GOPATH=/tmp/tmp.nOtIuAkzO3
08:51:11 [2019-08-28T08:51:11.606Z] #47 3.876 + RM_GOPATH=1
08:51:11 [2019-08-28T08:51:11.606Z] #47 3.882 ++ dirname ./install.sh
08:51:11 [2019-08-28T08:51:11.606Z] #47 3.898 + dir=.
08:51:11 [2019-08-28T08:51:11.606Z] #47 3.899 + bin=containerd
08:51:11 [2019-08-28T08:51:11.606Z] #47 3.899 + shift
08:51:11 [2019-08-28T08:51:11.606Z] #47 3.899 + '[' '!' -f ./containerd.installer ']'
08:51:11 [2019-08-28T08:51:11.606Z] #47 3.899 + . ./containerd.installer
08:51:11 [2019-08-28T08:51:11.606Z] #47 3.899 ++ CONTAINERD_COMMIT=a4bc1d432a2c33aa2eed37f338dceabb93641310
08:51:11 [2019-08-28T08:51:11.606Z] #47 3.900 + install_containerd
08:51:11 [2019-08-28T08:51:11.606Z] #47 3.900 + echo 'Install containerd version a4bc1d432a2c33aa2eed37f338dceabb93641310'
08:51:11 [2019-08-28T08:51:11.606Z] #47 3.900 Install containerd version a4bc1d432a2c33aa2eed37f338dceabb93641310
08:51:11 [2019-08-28T08:51:11.606Z] #47 3.900 + git clone https://github.com/containerd/containerd.git /tmp/tmp.nOtIuAkzO3/src/github.com/containerd/containerd
08:51:11 [2019-08-28T08:51:11.606Z] #47 3.906 Cloning into '/tmp/tmp.nOtIuAkzO3/src/github.com/containerd/containerd'...
08:51:11 [2019-08-28T08:51:11.606Z] #47 ...
08:51:11 [2019-08-28T08:51:11.606Z] 
08:51:11 [2019-08-28T08:51:11.606Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
08:51:11 [2019-08-28T08:51:11.606Z] #30 42.60 sync
08:51:11 [2019-08-28T08:51:11.606Z] #30 43.41 io
08:51:11 [2019-08-28T08:51:11.606Z] #30 43.44 reflect
08:51:11 [2019-08-28T08:51:11.606Z] #30 45.24 syscall
08:51:11 [2019-08-28T08:51:11.865Z] #30 ...
08:51:11 [2019-08-28T08:51:11.865Z] 
08:51:11 [2019-08-28T08:51:11.865Z] #8 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser
08:51:11 [2019-08-28T08:51:11.865Z] #8 DONE 3.6s
08:51:11 [2019-08-28T08:51:11.865Z] 
08:51:11 [2019-08-28T08:51:11.865Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
08:51:11 [2019-08-28T08:51:11.865Z] #20 8.917 
######################################################################## 100.0%
08:51:12 [2019-08-28T08:51:12.142Z] #30 ...
08:51:12 [2019-08-28T08:51:12.142Z] 
08:51:12 [2019-08-28T08:51:12.142Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
08:51:12 [2019-08-28T08:51:12.142Z] #47 3.368 + RM_GOPATH=0
08:51:12 [2019-08-28T08:51:12.142Z] #47 3.370 + TMP_GOPATH=
08:51:12 [2019-08-28T08:51:12.142Z] #47 3.371 + : /build
08:51:12 [2019-08-28T08:51:12.142Z] #47 3.371 + '[' -z '' ']'
08:51:12 [2019-08-28T08:51:12.142Z] #47 3.372 ++ mktemp -d
08:51:12 [2019-08-28T08:51:12.142Z] #47 3.374 + export GOPATH=/tmp/tmp.t5uKTggRhk
08:51:12 [2019-08-28T08:51:12.142Z] #47 3.374 + GOPATH=/tmp/tmp.t5uKTggRhk
08:51:12 [2019-08-28T08:51:12.142Z] #47 3.374 + RM_GOPATH=1
08:51:12 [2019-08-28T08:51:12.142Z] #47 3.375 ++ dirname ./install.sh
08:51:12 [2019-08-28T08:51:12.142Z] #47 3.375 + dir=.
08:51:12 [2019-08-28T08:51:12.142Z] #47 3.375 + bin=containerd
08:51:12 [2019-08-28T08:51:12.142Z] #47 3.375 + shift
08:51:12 [2019-08-28T08:51:12.142Z] #47 3.375 + '[' '!' -f ./containerd.installer ']'
08:51:12 [2019-08-28T08:51:12.142Z] #47 3.376 + . ./containerd.installer
08:51:12 [2019-08-28T08:51:12.142Z] #47 3.376 ++ CONTAINERD_COMMIT=a4bc1d432a2c33aa2eed37f338dceabb93641310
08:51:12 [2019-08-28T08:51:12.142Z] #47 3.376 + install_containerd
08:51:12 [2019-08-28T08:51:12.142Z] #47 3.376 + echo 'Install containerd version a4bc1d432a2c33aa2eed37f338dceabb93641310'
08:51:12 [2019-08-28T08:51:12.142Z] #47 3.376 + git clone https://github.com/containerd/containerd.git /tmp/tmp.t5uKTggRhk/src/github.com/containerd/containerd
08:51:12 [2019-08-28T08:51:12.142Z] #47 3.376 Install containerd version a4bc1d432a2c33aa2eed37f338dceabb93641310
08:51:12 [2019-08-28T08:51:12.142Z] #47 3.377 Cloning into '/tmp/tmp.t5uKTggRhk/src/github.com/containerd/containerd'...
08:51:12 [2019-08-28T08:51:12.142Z] #47 ...
08:51:12 [2019-08-28T08:51:12.142Z] 
08:51:12 [2019-08-28T08:51:12.142Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
08:51:12 [2019-08-28T08:51:12.142Z] #20 11.05 
###                                                                        5.4%
#######                                                                   10.5%
#############                                                             18.4%
######################                                                    31.8%
############################                                              39.7%
###############################                                           44.1%
08:51:12 [2019-08-28T08:51:12.142Z] #20 ...
08:51:12 [2019-08-28T08:51:12.142Z] 
08:51:12 [2019-08-28T08:51:12.142Z] #9 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr...
08:51:12 [2019-08-28T08:51:12.142Z] #9 2.811 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
08:51:12 [2019-08-28T08:51:12.142Z] #9 DONE 3.0s
08:51:12 [2019-08-28T08:51:12.142Z] 
08:51:12 [2019-08-28T08:51:12.142Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
08:51:12 [2019-08-28T08:51:12.897Z] #20 9.226 
####                                                                       6.2%
#############                                                             18.3%
###################                                                       27.6%
###########################                                               38.3%
###################################                                       49.1%
###########################################                               60.3%
#######################################################                   77.3%
############################################################              84.2%
######################################################################## 100.0%
08:51:12 [2019-08-28T08:51:12.908Z] #20 11.05 
###                                                                        5.4%
#######                                                                   10.5%
#############                                                             18.4%
######################                                                    31.8%
############################                                              39.7%
###############################                                           44.1%
###################################                                       50.0%
#########################################                                 57.6%
##############################################                            64.3%
###################################################                       71.9%
#########################################################                 79.4%
################################################################          89.5%
######################################################################    98.2%
######################################################################## 100.0%
08:51:13 [2019-08-28T08:51:13.164Z] #20 ...
08:51:13 [2019-08-28T08:51:13.164Z] 
08:51:13 [2019-08-28T08:51:13.164Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
08:51:13 [2019-08-28T08:51:13.164Z] #33 44.56 sync
08:51:13 [2019-08-28T08:51:13.164Z] #33 45.43 reflect
08:51:13 [2019-08-28T08:51:13.164Z] #33 45.44 io
08:51:13 [2019-08-28T08:51:13.164Z] #33 46.89 bytes
08:51:13 [2019-08-28T08:51:13.164Z] #33 49.35 bufio
08:51:13 [2019-08-28T08:51:13.164Z] #33 51.33 syscall
08:51:13 [2019-08-28T08:51:13.164Z] #33 ...
08:51:13 [2019-08-28T08:51:13.164Z] 
08:51:13 [2019-08-28T08:51:13.164Z] #10 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ...
08:51:13 [2019-08-28T08:51:13.463Z] #20 10.72 
######################################################################## 100.0%
08:51:13 [2019-08-28T08:51:13.724Z] #20 10.99 
######                                                                     8.7%
############                                                              16.8%
08:51:13 [2019-08-28T08:51:13.724Z] #20 ...
08:51:13 [2019-08-28T08:51:13.724Z] 
08:51:13 [2019-08-28T08:51:13.724Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
08:51:13 [2019-08-28T08:51:13.724Z] #35 45.23 Selecting previously unselected package liblzo2-2:amd64.
08:51:13 [2019-08-28T08:51:13.724Z] #35 45.25 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_amd64.deb ...
08:51:13 [2019-08-28T08:51:13.724Z] #35 45.27 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ...
08:51:13 [2019-08-28T08:51:13.724Z] #35 45.54 Selecting previously unselected package libicu57:amd64.
08:51:13 [2019-08-28T08:51:13.724Z] #35 45.54 Preparing to unpack .../2-libicu57_57.1-6+deb9u2_amd64.deb ...
08:51:13 [2019-08-28T08:51:13.724Z] #35 45.56 Unpacking libicu57:amd64 (57.1-6+deb9u2) ...
08:51:13 [2019-08-28T08:51:13.724Z] #35 54.29 Selecting previously unselected package libxml2:amd64.
08:51:13 [2019-08-28T08:51:13.724Z] #35 54.30 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_amd64.deb ...
08:51:13 [2019-08-28T08:51:13.724Z] #35 54.31 Unpacking libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ...
08:51:13 [2019-08-28T08:51:13.724Z] #35 55.05 Selecting previously unselected package libarchive13:amd64.
08:51:13 [2019-08-28T08:51:13.724Z] #35 55.05 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_amd64.deb ...
08:51:13 [2019-08-28T08:51:13.724Z] #35 55.06 Unpacking libarchive13:amd64 (3.2.2-2+deb9u1) ...
08:51:13 [2019-08-28T08:51:13.984Z] #35 ...
08:51:13 [2019-08-28T08:51:13.984Z] 
08:51:13 [2019-08-28T08:51:13.984Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
08:51:14 [2019-08-28T08:51:14.501Z] #20 10.99 
######                                                                     8.7%
############                                                              16.8%
##################                                                        26.2%
##########################                                                36.3%
################################                                          45.8%
########################################                                  56.0%
################################################                          67.1%
##########################################################                81.4%
################################################################          89.0%
######################################################################## 100.0%
08:51:15 [2019-08-28T08:51:15.055Z] #10 ...
08:51:15 [2019-08-28T08:51:15.055Z] 
08:51:15 [2019-08-28T08:51:15.055Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
08:51:15 [2019-08-28T08:51:15.055Z] #35 46.86 Selecting previously unselected package liblzo2-2:amd64.
08:51:15 [2019-08-28T08:51:15.055Z] #35 46.87 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_amd64.deb ...
08:51:15 [2019-08-28T08:51:15.055Z] #35 46.90 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ...
08:51:15 [2019-08-28T08:51:15.055Z] #35 47.05 Selecting previously unselected package libicu57:amd64.
08:51:15 [2019-08-28T08:51:15.055Z] #35 47.06 Preparing to unpack .../2-libicu57_57.1-6+deb9u2_amd64.deb ...
08:51:15 [2019-08-28T08:51:15.055Z] #35 47.08 Unpacking libicu57:amd64 (57.1-6+deb9u2) ...
08:51:15 [2019-08-28T08:51:15.055Z] #35 55.72 Selecting previously unselected package libxml2:amd64.
08:51:15 [2019-08-28T08:51:15.055Z] #35 55.73 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_amd64.deb ...
08:51:15 [2019-08-28T08:51:15.055Z] #35 55.75 Unpacking libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ...
08:51:15 [2019-08-28T08:51:15.055Z] #35 56.53 Selecting previously unselected package libarchive13:amd64.
08:51:15 [2019-08-28T08:51:15.055Z] #35 56.53 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_amd64.deb ...
08:51:15 [2019-08-28T08:51:15.055Z] #35 56.55 Unpacking libarchive13:amd64 (3.2.2-2+deb9u1) ...
08:51:15 [2019-08-28T08:51:15.068Z] #20 12.52 
######################################################################## 100.0%
08:51:15 [2019-08-28T08:51:15.311Z] #35 57.04 Selecting previously unselected package libjsoncpp1:amd64.
08:51:15 [2019-08-28T08:51:15.312Z] #35 57.05 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_amd64.deb ...
08:51:15 [2019-08-28T08:51:15.312Z] #35 57.05 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
08:51:15 [2019-08-28T08:51:15.312Z] #35 ...
08:51:15 [2019-08-28T08:51:15.312Z] 
08:51:15 [2019-08-28T08:51:15.312Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
08:51:15 [2019-08-28T08:51:15.312Z] #20 13.10 
######################################################################## 100.0%
08:51:15 [2019-08-28T08:51:15.326Z] #20 ...
08:51:15 [2019-08-28T08:51:15.326Z] 
08:51:15 [2019-08-28T08:51:15.326Z] #9 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr...
08:51:15 [2019-08-28T08:51:15.326Z] #9 3.110 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
08:51:15 [2019-08-28T08:51:15.326Z] #9 DONE 3.4s
08:51:15 [2019-08-28T08:51:15.326Z] 
08:51:15 [2019-08-28T08:51:15.326Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
08:51:15 [2019-08-28T08:51:15.326Z] #35 55.50 Selecting previously unselected package libjsoncpp1:amd64.
08:51:15 [2019-08-28T08:51:15.326Z] #35 55.50 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_amd64.deb ...
08:51:15 [2019-08-28T08:51:15.326Z] #35 55.51 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
08:51:15 [2019-08-28T08:51:15.326Z] #35 55.72 Selecting previously unselected package libuv1:amd64.
08:51:15 [2019-08-28T08:51:15.326Z] #35 55.73 Preparing to unpack .../6-libuv1_1.9.1-3_amd64.deb ...
08:51:15 [2019-08-28T08:51:15.326Z] #35 55.73 Unpacking libuv1:amd64 (1.9.1-3) ...
08:51:15 [2019-08-28T08:51:15.326Z] #35 55.95 Selecting previously unselected package cmake.
08:51:15 [2019-08-28T08:51:15.326Z] #35 55.95 Preparing to unpack .../7-cmake_3.7.2-1_amd64.deb ...
08:51:15 [2019-08-28T08:51:15.326Z] #35 56.07 Unpacking cmake (3.7.2-1) ...
08:51:15 [2019-08-28T08:51:15.572Z] + cd /tmp/tmp.duf6BaRfnQ/src/github.com/go-swagger/go-swagger
08:51:15 [2019-08-28T08:51:15.572Z] + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb
08:51:16 [2019-08-28T08:51:16.090Z] #20 13.39 
##                                                                         2.8%
###                                                                        5.2%
#####                                                                      7.4%
#######                                                                    9.9%
########                                                                  11.6%
#########                                                                 13.2%
##########                                                                14.6%
###########                                                               16.5%
#############                                                             19.4%
##############                                                            20.6%
################                                                          22.4%
#################                                                         24.2%
##################                                                        25.9%
####################                                                      28.0%
#######################                                                   32.8%
##########################                                                36.7%
#############################                                             40.3%
###############################                                           44.2%
##################################                                        48.3%
####################################                                      51.3%
#####
08:51:16 [2019-08-28T08:51:16.090Z] #20 ...
08:51:16 [2019-08-28T08:51:16.090Z] 
08:51:16 [2019-08-28T08:51:16.090Z] #10 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ...
08:51:16 [2019-08-28T08:51:16.090Z] #10 DONE 3.8s
08:51:16 [2019-08-28T08:51:16.090Z] 
08:51:16 [2019-08-28T08:51:16.090Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
08:51:16 [2019-08-28T08:51:16.187Z] + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
08:51:17 [2019-08-28T08:51:17.902Z] #20 13.39 
##                                                                         2.8%
###                                                                        5.2%
#####                                                                      7.4%
#######                                                                    9.9%
########                                                                  11.6%
#########                                                                 13.2%
##########                                                                14.6%
###########                                                               16.5%
#############                                                             19.4%
##############                                                            20.6%
################                                                          22.4%
#################                                                         24.2%
##################                                                        25.9%
####################                                                      28.0%
#######################                                                   32.8%
##########################                                                36.7%
#############################                                             40.3%
###############################                                           44.2%
##################################                                        48.3%
####################################                                      51.3%
#######################################                                   55.1%
##########################################                                58.8%
############################################                              61.3%
#############################################                             63.8%
###############################################                           66.4%
#################################################                         69.1%
###################################################                       72.1%
#####################################################                     74.3%
#######################################################                   76.5%
########################################################                  78.8%
##########################################################                80.8%
###########################################################               83.1%
#############################################################             84.8%
##############################################################            87.1%
################################################################          90.1%
###################################################################       93.1%
#####################################################################     96.8%
#######################################################################   99.9%
######################################################################## 100.0%
08:51:18 [2019-08-28T08:51:18.158Z] #20 17.58 
08:51:19 [2019-08-28T08:51:19.510Z] #35 60.36 Selecting previously unselected package xxd.
08:51:19 [2019-08-28T08:51:19.510Z] #35 60.37 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ...
08:51:19 [2019-08-28T08:51:19.510Z] #35 60.40 Unpacking xxd (2:8.0.0197-4+deb9u3) ...
08:51:19 [2019-08-28T08:51:19.510Z] #35 ...
08:51:19 [2019-08-28T08:51:19.510Z] 
08:51:19 [2019-08-28T08:51:19.510Z] #10 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ...
08:51:19 [2019-08-28T08:51:19.510Z] #10 DONE 3.9s
08:51:19 [2019-08-28T08:51:19.510Z] 
08:51:19 [2019-08-28T08:51:19.510Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
08:51:19 [2019-08-28T08:51:19.525Z] #20 18.90 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)...
08:51:19 [2019-08-28T08:51:19.783Z] #20 ...
08:51:19 [2019-08-28T08:51:19.783Z] 
08:51:19 [2019-08-28T08:51:19.783Z] #11 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet...
08:51:19 [2019-08-28T08:51:19.783Z] #11 DONE 3.7s
08:51:19 [2019-08-28T08:51:19.783Z] 
08:51:19 [2019-08-28T08:51:19.783Z] #12 [dev 6/24] RUN ldconfig
08:51:20 [2019-08-28T08:51:20.028Z] #20 12.90 
#                                                                          1.8%
##                                                                         4.2%
####                                                                       6.1%
#####                                                                      7.7%
######                                                                     9.7%
#######                                                                   10.5%
############                                                              16.9%
#############                                                             19.3%
###############                                                           22.0%
################                                                          23.1%
#################                                                         24.5%
###################                                                       26.4%
####################                                                      28.2%
#####################                                                     30.5%
#######################                                                   32.7%
########################                                                  34.5%
#########################                                                 36.0%
###########################                                               38.4%
############################                                              39.8%
##############################                                            42.2%
###############################                                           43.9%
################################                                          45.4%
###################################                                       48.8%
####################################                                      50.0%
#####################################                                     52.8%
########################################                                  56.9%
#############################################                             62.7%
###############################################                           66.3%
###################################################                       70.9%
###################################################                       70.9%
######################################################                    75.0%
########################################################                  78.2%
#########################################################                 80.2%
##########################################################                81.6%
#############################################################             84.7%
################################################################          89.2%
##################################################################        92.4%
#####################################################################     95.9%
#######################################################################   98.8%
######################################################################## 100.0%
08:51:20 [2019-08-28T08:51:20.286Z] #20 17.58 
08:51:20 [2019-08-28T08:51:20.852Z] #20 ...
08:51:20 [2019-08-28T08:51:20.852Z] 
08:51:20 [2019-08-28T08:51:20.852Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
08:51:20 [2019-08-28T08:51:20.852Z] #35 60.80 Selecting previously unselected package vim-common.
08:51:20 [2019-08-28T08:51:20.852Z] #35 60.80 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ...
08:51:20 [2019-08-28T08:51:20.852Z] #35 60.84 Unpacking vim-common (2:8.0.0197-4+deb9u3) ...
08:51:20 [2019-08-28T08:51:20.852Z] #35 61.23 Processing triggers for mime-support (3.60) ...
08:51:20 [2019-08-28T08:51:20.852Z] #35 61.43 Setting up xxd (2:8.0.0197-4+deb9u3) ...
08:51:20 [2019-08-28T08:51:20.852Z] #35 61.45 Setting up libuv1:amd64 (1.9.1-3) ...
08:51:20 [2019-08-28T08:51:20.852Z] #35 61.48 Setting up cmake-data (3.7.2-1) ...
08:51:20 [2019-08-28T08:51:20.852Z] #35 61.51 Setting up libicu57:amd64 (57.1-6+deb9u2) ...
08:51:20 [2019-08-28T08:51:20.852Z] #35 61.52 Setting up libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ...
08:51:20 [2019-08-28T08:51:20.852Z] #35 61.54 Processing triggers for libc-bin (2.24-11+deb9u4) ...
08:51:20 [2019-08-28T08:51:20.852Z] #35 61.61 Setting up vim-common (2:8.0.0197-4+deb9u3) ...
08:51:20 [2019-08-28T08:51:20.852Z] #35 61.64 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ...
08:51:20 [2019-08-28T08:51:20.852Z] #35 61.66 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
08:51:20 [2019-08-28T08:51:20.852Z] #35 61.67 Setting up libarchive13:amd64 (3.2.2-2+deb9u1) ...
08:51:20 [2019-08-28T08:51:20.852Z] #35 61.68 Setting up cmake (3.7.2-1) ...
08:51:20 [2019-08-28T08:51:20.852Z] #35 61.82 Processing triggers for libc-bin (2.24-11+deb9u4) ...
08:51:20 [2019-08-28T08:51:20.852Z] #35 DONE 62.3s
08:51:20 [2019-08-28T08:51:20.852Z] 
08:51:20 [2019-08-28T08:51:20.852Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
08:51:20 [2019-08-28T08:51:20.852Z] #57 55.04 Setting up libnet1-dev (1.1.6+dfsg-3) ...
08:51:20 [2019-08-28T08:51:20.852Z] #57 55.06 Setting up libprotobuf10:amd64 (3.0.0-9) ...
08:51:20 [2019-08-28T08:51:20.852Z] #57 55.07 Processing triggers for libc-bin (2.24-11+deb9u4) ...
08:51:20 [2019-08-28T08:51:20.852Z] #57 55.11 Setting up python-protobuf (3.0.0-9) ...
08:51:20 [2019-08-28T08:51:20.852Z] #57 ...
08:51:20 [2019-08-28T08:51:20.852Z] 
08:51:20 [2019-08-28T08:51:20.852Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh
08:51:20 [2019-08-28T08:51:20.852Z] #36 DONE 0.1s
08:51:20 [2019-08-28T08:51:20.852Z] 
08:51:20 [2019-08-28T08:51:20.852Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./
08:51:21 [2019-08-28T08:51:21.110Z] #37 DONE 0.1s
08:51:21 [2019-08-28T08:51:21.110Z] 
08:51:21 [2019-08-28T08:51:21.110Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini
08:51:21 [2019-08-28T08:51:21.676Z] #12 ...
08:51:21 [2019-08-28T08:51:21.676Z] 
08:51:21 [2019-08-28T08:51:21.676Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
08:51:21 [2019-08-28T08:51:21.676Z] #57 55.68 Setting up libnet1-dev (1.1.6+dfsg-3) ...
08:51:21 [2019-08-28T08:51:21.676Z] #57 55.69 Setting up libprotobuf10:amd64 (3.0.0-9) ...
08:51:21 [2019-08-28T08:51:21.676Z] #57 55.70 Processing triggers for libc-bin (2.24-11+deb9u4) ...
08:51:21 [2019-08-28T08:51:21.676Z] #57 55.75 Setting up python-protobuf (3.0.0-9) ...
08:51:21 [2019-08-28T08:51:21.676Z] #57 62.68 Setting up libcap-dev:amd64 (1:2.25-1) ...
08:51:21 [2019-08-28T08:51:21.676Z] #57 62.70 Setting up libprotobuf-c-dev:amd64 (1.2.1-2) ...
08:51:21 [2019-08-28T08:51:21.676Z] #57 62.71 Setting up libnl-3-200:amd64 (3.2.27-2) ...
08:51:21 [2019-08-28T08:51:21.676Z] #57 62.73 Setting up libprotobuf-lite10:amd64 (3.0.0-9) ...
08:51:21 [2019-08-28T08:51:21.676Z] #57 62.74 Setting up libprotoc10:amd64 (3.0.0-9) ...
08:51:21 [2019-08-28T08:51:21.676Z] #57 62.75 Setting up protobuf-c-compiler (1.2.1-2) ...
08:51:21 [2019-08-28T08:51:21.676Z] #57 62.76 Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ...
08:51:21 [2019-08-28T08:51:21.676Z] #57 62.82 Setting up protobuf-compiler (3.0.0-9) ...
08:51:21 [2019-08-28T08:51:21.676Z] #57 62.83 Setting up libprotobuf-dev:amd64 (3.0.0-9) ...
08:51:21 [2019-08-28T08:51:21.676Z] #57 62.87 Setting up libnl-3-dev:amd64 (3.2.27-2) ...
08:51:21 [2019-08-28T08:51:21.676Z] #57 62.91 Processing triggers for libc-bin (2.24-11+deb9u4) ...
08:51:21 [2019-08-28T08:51:21.676Z] #57 DONE 63.3s
08:51:21 [2019-08-28T08:51:21.676Z] 
08:51:21 [2019-08-28T08:51:21.676Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
08:51:21 [2019-08-28T08:51:21.676Z] #35 57.28 Selecting previously unselected package libuv1:amd64.
08:51:21 [2019-08-28T08:51:21.676Z] #35 57.29 Preparing to unpack .../6-libuv1_1.9.1-3_amd64.deb ...
08:51:21 [2019-08-28T08:51:21.676Z] #35 57.32 Unpacking libuv1:amd64 (1.9.1-3) ...
08:51:21 [2019-08-28T08:51:21.676Z] #35 57.77 Selecting previously unselected package cmake.
08:51:21 [2019-08-28T08:51:21.676Z] #35 57.78 Preparing to unpack .../7-cmake_3.7.2-1_amd64.deb ...
08:51:21 [2019-08-28T08:51:21.676Z] #35 58.16 Unpacking cmake (3.7.2-1) ...
08:51:21 [2019-08-28T08:51:21.676Z] #35 62.44 Selecting previously unselected package xxd.
08:51:21 [2019-08-28T08:51:21.676Z] #35 62.47 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ...
08:51:21 [2019-08-28T08:51:21.676Z] #35 62.47 Unpacking xxd (2:8.0.0197-4+deb9u3) ...
08:51:21 [2019-08-28T08:51:21.676Z] #35 62.69 Selecting previously unselected package vim-common.
08:51:21 [2019-08-28T08:51:21.676Z] #35 62.74 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ...
08:51:21 [2019-08-28T08:51:21.676Z] #35 62.75 Unpacking vim-common (2:8.0.0197-4+deb9u3) ...
08:51:21 [2019-08-28T08:51:21.676Z] #35 63.14 Processing triggers for mime-support (3.60) ...
08:51:21 [2019-08-28T08:51:21.676Z] #35 63.32 Setting up xxd (2:8.0.0197-4+deb9u3) ...
08:51:21 [2019-08-28T08:51:21.676Z] #35 63.36 Setting up libuv1:amd64 (1.9.1-3) ...
08:51:21 [2019-08-28T08:51:21.676Z] #35 63.39 Setting up cmake-data (3.7.2-1) ...
08:51:21 [2019-08-28T08:51:21.676Z] #35 63.41 Setting up libicu57:amd64 (57.1-6+deb9u2) ...
08:51:21 [2019-08-28T08:51:21.676Z] #35 63.45 Setting up libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ...
08:51:21 [2019-08-28T08:51:21.676Z] #35 63.49 Processing triggers for libc-bin (2.24-11+deb9u4) ...
08:51:21 [2019-08-28T08:51:21.678Z] #38 ...
08:51:21 [2019-08-28T08:51:21.678Z] 
08:51:21 [2019-08-28T08:51:21.678Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
08:51:21 [2019-08-28T08:51:21.678Z] #33 52.57 bufio
08:51:21 [2019-08-28T08:51:21.678Z] #33 55.75 syscall
08:51:21 [2019-08-28T08:51:21.678Z] #33 ...
08:51:21 [2019-08-28T08:51:21.678Z] 
08:51:21 [2019-08-28T08:51:21.678Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc
08:51:21 [2019-08-28T08:51:21.678Z] #42 12.93 + cd /tmp/tmp.zkoFrofSSD/src/github.com/opencontainers/runc
08:51:21 [2019-08-28T08:51:21.678Z] #42 12.93 + git checkout -q 425e105d5a03fabd737a126ad93d62a9eeede87f
08:51:21 [2019-08-28T08:51:21.678Z] #42 13.31 + '[' -z '' ']'
08:51:21 [2019-08-28T08:51:21.678Z] #42 13.31 + target=static
08:51:21 [2019-08-28T08:51:21.678Z] #42 13.31 + make 'BUILDTAGS=seccomp apparmor selinux ' static
08:51:21 [2019-08-28T08:51:21.678Z] #42 15.88 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 .
08:51:21 [2019-08-28T08:51:21.933Z] #35 63.59 Setting up vim-common (2:8.0.0197-4+deb9u3) ...
08:51:21 [2019-08-28T08:51:21.933Z] #35 63.65 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ...
08:51:21 [2019-08-28T08:51:21.933Z] #35 63.66 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
08:51:21 [2019-08-28T08:51:21.933Z] #35 63.67 Setting up libarchive13:amd64 (3.2.2-2+deb9u1) ...
08:51:21 [2019-08-28T08:51:21.933Z] #35 63.68 Setting up cmake (3.7.2-1) ...
08:51:21 [2019-08-28T08:51:21.933Z] #35 63.77 Processing triggers for libc-bin (2.24-11+deb9u4) ...
08:51:22 [2019-08-28T08:51:22.189Z] #35 DONE 64.0s
08:51:22 [2019-08-28T08:51:22.189Z] 
08:51:22 [2019-08-28T08:51:22.189Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
08:51:22 [2019-08-28T08:51:22.189Z] #20 19.72 
######################################################################## 100.0%
08:51:22 [2019-08-28T08:51:22.189Z] #20 19.95 
######################################################################## 100.0%
08:51:22 [2019-08-28T08:51:22.189Z] #20 20.23 
08:51:22 [2019-08-28T08:51:22.189Z] #20 21.70 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)...
08:51:22 [2019-08-28T08:51:22.445Z] #20 ...
08:51:22 [2019-08-28T08:51:22.445Z] 
08:51:22 [2019-08-28T08:51:22.445Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh
08:51:22 [2019-08-28T08:51:22.445Z] #36 DONE 0.1s
08:51:22 [2019-08-28T08:51:22.445Z] 
08:51:22 [2019-08-28T08:51:22.445Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./
08:51:22 [2019-08-28T08:51:22.445Z] #37 DONE 0.1s
08:51:22 [2019-08-28T08:51:22.445Z] 
08:51:22 [2019-08-28T08:51:22.445Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
08:51:22 [2019-08-28T08:51:22.445Z] #30 59.53 sort
08:51:22 [2019-08-28T08:51:22.445Z] #30 60.37 internal/poll
08:51:22 [2019-08-28T08:51:22.445Z] #30 61.39 internal/fmtsort
08:51:22 [2019-08-28T08:51:22.445Z] #30 62.46 internal/syscall/unix
08:51:22 [2019-08-28T08:51:22.445Z] #30 62.81 strings
08:51:22 [2019-08-28T08:51:22.617Z] #42 ...
08:51:22 [2019-08-28T08:51:22.617Z] 
08:51:22 [2019-08-28T08:51:22.617Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
08:51:22 [2019-08-28T08:51:22.617Z] #57 63.53 Setting up libcap-dev:amd64 (1:2.25-1) ...
08:51:22 [2019-08-28T08:51:22.617Z] #57 63.54 Setting up libprotobuf-c-dev:amd64 (1.2.1-2) ...
08:51:22 [2019-08-28T08:51:22.617Z] #57 63.55 Setting up libnl-3-200:amd64 (3.2.27-2) ...
08:51:22 [2019-08-28T08:51:22.617Z] #57 63.57 Setting up libprotobuf-lite10:amd64 (3.0.0-9) ...
08:51:22 [2019-08-28T08:51:22.617Z] #57 63.58 Setting up libprotoc10:amd64 (3.0.0-9) ...
08:51:22 [2019-08-28T08:51:22.617Z] #57 63.60 Setting up protobuf-c-compiler (1.2.1-2) ...
08:51:22 [2019-08-28T08:51:22.617Z] #57 63.65 Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ...
08:51:22 [2019-08-28T08:51:22.617Z] #57 63.67 Setting up protobuf-compiler (3.0.0-9) ...
08:51:22 [2019-08-28T08:51:22.617Z] #57 63.68 Setting up libprotobuf-dev:amd64 (3.0.0-9) ...
08:51:22 [2019-08-28T08:51:22.617Z] #57 63.71 Setting up libnl-3-dev:amd64 (3.2.27-2) ...
08:51:22 [2019-08-28T08:51:22.617Z] #57 63.72 Processing triggers for libc-bin (2.24-11+deb9u4) ...
08:51:22 [2019-08-28T08:51:22.617Z] #57 DONE 64.1s
08:51:22 [2019-08-28T08:51:22.617Z] 
08:51:22 [2019-08-28T08:51:22.617Z] #11 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet...
08:51:22 [2019-08-28T08:51:22.617Z] #11 DONE 3.7s
08:51:22 [2019-08-28T08:51:22.617Z] 
08:51:22 [2019-08-28T08:51:22.617Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
08:51:22 [2019-08-28T08:51:22.617Z] #20 19.22 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)...
08:51:22 [2019-08-28T08:51:22.617Z] #20 19.89 
######################################################################## 100.0%
08:51:22 [2019-08-28T08:51:22.703Z] #30 63.87 os
08:51:22 [2019-08-28T08:51:22.876Z] #20 20.27 
######################################################################## 100.0%
08:51:23 [2019-08-28T08:51:23.264Z] #30 ...
08:51:23 [2019-08-28T08:51:23.264Z] 
08:51:23 [2019-08-28T08:51:23.264Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
08:51:23 [2019-08-28T08:51:23.264Z] #20 22.40 
######################################################################## 100.0%
08:51:23 [2019-08-28T08:51:23.264Z] #20 22.82 
######################################################                    76.3%
######################################################################## 100.0%
08:51:23 [2019-08-28T08:51:23.451Z] #20 20.59 
08:51:23 [2019-08-28T08:51:23.520Z] #20 22.97 
08:51:23 [2019-08-28T08:51:23.778Z] #20 ...
08:51:23 [2019-08-28T08:51:23.778Z] 
08:51:23 [2019-08-28T08:51:23.778Z] #12 [dev 6/24] RUN ldconfig
08:51:23 [2019-08-28T08:51:23.778Z] #12 DONE 4.1s
08:51:24 [2019-08-28T08:51:24.042Z] 
08:51:24 [2019-08-28T08:51:24.042Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
08:51:24 [2019-08-28T08:51:24.042Z] #13 ...
08:51:24 [2019-08-28T08:51:24.042Z] 
08:51:24 [2019-08-28T08:51:24.042Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc
08:51:24 [2019-08-28T08:51:24.042Z] #42 12.66 + cd /tmp/tmp.gjraReNhAZ/src/github.com/opencontainers/runc
08:51:24 [2019-08-28T08:51:24.042Z] #42 12.66 + git checkout -q 425e105d5a03fabd737a126ad93d62a9eeede87f
08:51:24 [2019-08-28T08:51:24.042Z] #42 13.00 + '[' -z '' ']'
08:51:24 [2019-08-28T08:51:24.042Z] #42 13.00 + target=static
08:51:24 [2019-08-28T08:51:24.042Z] #42 13.00 + make 'BUILDTAGS=seccomp apparmor selinux ' static
08:51:24 [2019-08-28T08:51:24.042Z] #42 16.07 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 .
08:51:24 [2019-08-28T08:51:24.297Z] #42 ...
08:51:24 [2019-08-28T08:51:24.297Z] 
08:51:24 [2019-08-28T08:51:24.297Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
08:51:24 [2019-08-28T08:51:24.297Z] #33 60.29 time
08:51:24 [2019-08-28T08:51:24.297Z] #33 62.66 sort
08:51:24 [2019-08-28T08:51:24.297Z] #33 64.28 internal/fmtsort
08:51:24 [2019-08-28T08:51:24.297Z] #33 65.39 internal/syscall/unix
08:51:24 [2019-08-28T08:51:24.553Z] #33 65.92 strings
08:51:24 [2019-08-28T08:51:24.564Z] 🇩 bin/containerd
08:51:24 [2019-08-28T08:51:24.830Z] #20 ...
08:51:24 [2019-08-28T08:51:24.830Z] 
08:51:24 [2019-08-28T08:51:24.830Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
08:51:24 [2019-08-28T08:51:24.830Z] #30 55.87 time
08:51:24 [2019-08-28T08:51:24.830Z] #30 60.53 sort
08:51:24 [2019-08-28T08:51:24.830Z] #30 62.49 internal/fmtsort
08:51:24 [2019-08-28T08:51:24.830Z] #30 63.22 internal/poll
08:51:24 [2019-08-28T08:51:24.830Z] #30 63.25 internal/syscall/unix
08:51:24 [2019-08-28T08:51:24.830Z] #30 63.62 strings
08:51:25 [2019-08-28T08:51:25.088Z] #30 ...
08:51:25 [2019-08-28T08:51:25.088Z] 
08:51:25 [2019-08-28T08:51:25.088Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
08:51:25 [2019-08-28T08:51:25.088Z] #20 22.35 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)...
08:51:25 [2019-08-28T08:51:25.114Z] #33 ...
08:51:25 [2019-08-28T08:51:25.114Z] 
08:51:25 [2019-08-28T08:51:25.114Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
08:51:25 [2019-08-28T08:51:25.114Z] #20 24.49 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)...
08:51:25 [2019-08-28T08:51:25.114Z] #20 24.61 skipping existing 1849cc453dee
08:51:25 [2019-08-28T08:51:25.369Z] #20 24.85 
08:51:25 [2019-08-28T08:51:25.717Z] #20 23.03 
######################################################################## 100.0%
08:51:26 [2019-08-28T08:51:26.243Z] #20 23.44 
##################################################################        92.1%
######################################################################## 100.0%
08:51:26 [2019-08-28T08:51:26.243Z] #20 23.68 
08:51:26 [2019-08-28T08:51:26.733Z] #20 26.21 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)...
08:51:26 [2019-08-28T08:51:26.838Z] #20 ...
08:51:26 [2019-08-28T08:51:26.838Z] 
08:51:26 [2019-08-28T08:51:26.838Z] #12 [dev 6/24] RUN ldconfig
08:51:26 [2019-08-28T08:51:26.838Z] #12 DONE 4.1s
08:51:27 [2019-08-28T08:51:27.095Z] 
08:51:27 [2019-08-28T08:51:27.095Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
08:51:27 [2019-08-28T08:51:27.244Z] #20 26.70 
######################################################################## 100.0%
08:51:27 [2019-08-28T08:51:27.500Z] #20 26.95 
######################################################################## 100.0%
08:51:27 [2019-08-28T08:51:27.500Z] #20 27.03 
08:51:27 [2019-08-28T08:51:27.500Z] #20 27.09 Download of images into '/build' complete.
08:51:27 [2019-08-28T08:51:27.500Z] #20 27.10 Use something like the following to load the result into a Docker daemon:
08:51:27 [2019-08-28T08:51:27.500Z] #20 27.10   tar -cC '/build' . | docker load
08:51:27 [2019-08-28T08:51:27.756Z] #20 DONE 27.3s
08:51:27 [2019-08-28T08:51:27.756Z] 
08:51:27 [2019-08-28T08:51:27.756Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
08:51:27 [2019-08-28T08:51:27.756Z] #13 3.762 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
08:51:27 [2019-08-28T08:51:27.756Z] #13 3.764 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
08:51:27 [2019-08-28T08:51:27.756Z] #13 3.801 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
08:51:27 [2019-08-28T08:51:27.756Z] #13 3.811 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
08:51:27 [2019-08-28T08:51:27.756Z] #13 3.828 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B]
08:51:28 [2019-08-28T08:51:28.682Z] #13 4.886 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [502 kB]
08:51:31 [2019-08-28T08:51:31.195Z] #13 7.128 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
08:51:31 [2019-08-28T08:51:31.276Z] #13 ...
08:51:31 [2019-08-28T08:51:31.276Z] 
08:51:31 [2019-08-28T08:51:31.276Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
08:51:31 [2019-08-28T08:51:31.276Z] #20 25.15 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)...
08:51:31 [2019-08-28T08:51:31.276Z] #20 25.36 skipping existing 1849cc453dee
08:51:31 [2019-08-28T08:51:31.276Z] #20 25.45 
08:51:31 [2019-08-28T08:51:31.276Z] #20 26.99 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)...
08:51:31 [2019-08-28T08:51:31.276Z] #20 27.59 
######################################################################## 100.0%
08:51:31 [2019-08-28T08:51:31.276Z] #20 27.81 
######################################################################## 100.0%
08:51:31 [2019-08-28T08:51:31.276Z] #20 27.97 
08:51:31 [2019-08-28T08:51:31.276Z] #20 28.02 Download of images into '/build' complete.
08:51:31 [2019-08-28T08:51:31.276Z] #20 28.02 Use something like the following to load the result into a Docker daemon:
08:51:31 [2019-08-28T08:51:31.276Z] #20 28.02   tar -cC '/build' . | docker load
08:51:31 [2019-08-28T08:51:31.276Z] #20 DONE 28.2s
08:51:31 [2019-08-28T08:51:31.276Z] 
08:51:31 [2019-08-28T08:51:31.276Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini
08:51:31 [2019-08-28T08:51:31.276Z] #38 3.368 Install tini version fec3683b971d9c3ef73f284f176672c44b448662
08:51:31 [2019-08-28T08:51:31.276Z] #38 3.370 + RM_GOPATH=0
08:51:31 [2019-08-28T08:51:31.276Z] #38 3.370 + TMP_GOPATH=
08:51:31 [2019-08-28T08:51:31.276Z] #38 3.370 + : /build
08:51:31 [2019-08-28T08:51:31.276Z] #38 3.370 + '[' -z '' ']'
08:51:31 [2019-08-28T08:51:31.276Z] #38 3.370 ++ mktemp -d
08:51:31 [2019-08-28T08:51:31.276Z] #38 3.370 + export GOPATH=/tmp/tmp.DnmrWQaC21
08:51:31 [2019-08-28T08:51:31.276Z] #38 3.370 + GOPATH=/tmp/tmp.DnmrWQaC21
08:51:31 [2019-08-28T08:51:31.276Z] #38 3.370 + RM_GOPATH=1
08:51:31 [2019-08-28T08:51:31.276Z] #38 3.370 ++ dirname ./install.sh
08:51:31 [2019-08-28T08:51:31.276Z] #38 3.370 + dir=.
08:51:31 [2019-08-28T08:51:31.276Z] #38 3.370 + bin=tini
08:51:31 [2019-08-28T08:51:31.276Z] #38 3.370 + shift
08:51:31 [2019-08-28T08:51:31.276Z] #38 3.370 + '[' '!' -f ./tini.installer ']'
08:51:31 [2019-08-28T08:51:31.276Z] #38 3.370 + . ./tini.installer
08:51:31 [2019-08-28T08:51:31.276Z] #38 3.370 ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662
08:51:31 [2019-08-28T08:51:31.276Z] #38 3.370 + install_tini
08:51:31 [2019-08-28T08:51:31.276Z] #38 3.370 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662'
08:51:31 [2019-08-28T08:51:31.276Z] #38 3.370 + git clone https://github.com/krallin/tini.git /tmp/tmp.DnmrWQaC21/tini
08:51:31 [2019-08-28T08:51:31.276Z] #38 3.372 Cloning into '/tmp/tmp.DnmrWQaC21/tini'...
08:51:31 [2019-08-28T08:51:31.276Z] #38 4.538 + cd /tmp/tmp.DnmrWQaC21/tini
08:51:31 [2019-08-28T08:51:31.276Z] #38 4.539 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662
08:51:31 [2019-08-28T08:51:31.276Z] #38 4.588 + cmake .
08:51:31 [2019-08-28T08:51:31.276Z] #38 5.469 -- The C compiler identification is GNU 6.3.0
08:51:31 [2019-08-28T08:51:31.276Z] #38 5.516 -- Check for working C compiler: /usr/bin/cc
08:51:31 [2019-08-28T08:51:31.276Z] #38 6.331 -- Check for working C compiler: /usr/bin/cc -- works
08:51:31 [2019-08-28T08:51:31.276Z] #38 6.339 -- Detecting C compiler ABI info
08:51:31 [2019-08-28T08:51:31.276Z] #38 7.095 -- Detecting C compiler ABI info - done
08:51:31 [2019-08-28T08:51:31.276Z] #38 7.183 -- Detecting C compile features
08:51:31 [2019-08-28T08:51:31.276Z] #38 9.064 -- Detecting C compile features - done
08:51:31 [2019-08-28T08:51:31.276Z] #38 9.108 -- Performing Test HAS_BUILTIN_FORTIFY
08:51:31 [2019-08-28T08:51:31.276Z] #38 9.365 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
08:51:31 [2019-08-28T08:51:31.276Z] #38 9.456 -- Configuring done
08:51:31 [2019-08-28T08:51:31.276Z] #38 9.488 -- Generating done
08:51:31 [2019-08-28T08:51:31.276Z] #38 9.507 -- Build files have been written to: /tmp/tmp.DnmrWQaC21/tini
08:51:31 [2019-08-28T08:51:31.276Z] #38 9.541 + make tini-static
08:51:31 [2019-08-28T08:51:31.276Z] #38 10.02 Scanning dependencies of target tini-static
08:51:31 [2019-08-28T08:51:31.276Z] #38 ...
08:51:31 [2019-08-28T08:51:31.276Z] 
08:51:31 [2019-08-28T08:51:31.276Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
08:51:31 [2019-08-28T08:51:31.276Z] #13 4.289 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
08:51:31 [2019-08-28T08:51:31.276Z] #13 4.289 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
08:51:31 [2019-08-28T08:51:31.276Z] #13 4.289 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
08:51:31 [2019-08-28T08:51:31.276Z] #13 4.289 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
08:51:31 [2019-08-28T08:51:31.276Z] #13 4.305 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B]
08:51:31 [2019-08-28T08:51:31.758Z] #13 7.871 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7082 kB]
08:51:31 [2019-08-28T08:51:31.758Z] #13 ...
08:51:31 [2019-08-28T08:51:31.758Z] 
08:51:31 [2019-08-28T08:51:31.758Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:51:31 [2019-08-28T08:51:31.758Z] #58 5.043 Note: Building without setproctitle() and strlcpy() support.
08:51:31 [2019-08-28T08:51:31.758Z] #58 5.044       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
08:51:31 [2019-08-28T08:51:31.758Z] #58 6.908 fatal: Not a git repository (or any of the parent directories): .git
08:51:31 [2019-08-28T08:51:31.758Z] #58 6.930   GEN      .gitid
08:51:31 [2019-08-28T08:51:31.758Z] #58 6.940   GEN      criu/include/version.h
08:51:31 [2019-08-28T08:51:31.758Z] #58 7.024   GEN      include/common/asm
08:51:31 [2019-08-28T08:51:31.758Z] #58 ...
08:51:31 [2019-08-28T08:51:31.758Z] 
08:51:31 [2019-08-28T08:51:31.758Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini
08:51:31 [2019-08-28T08:51:31.758Z] #38 3.209 + RM_GOPATH=0
08:51:31 [2019-08-28T08:51:31.758Z] #38 3.209 + TMP_GOPATH=
08:51:31 [2019-08-28T08:51:31.758Z] #38 3.209 + : /build
08:51:31 [2019-08-28T08:51:31.758Z] #38 3.209 + '[' -z '' ']'
08:51:31 [2019-08-28T08:51:31.758Z] #38 3.214 ++ mktemp -d
08:51:31 [2019-08-28T08:51:31.758Z] #38 3.225 + export GOPATH=/tmp/tmp.UgeVDH9C4y
08:51:31 [2019-08-28T08:51:31.758Z] #38 3.225 + GOPATH=/tmp/tmp.UgeVDH9C4y
08:51:31 [2019-08-28T08:51:31.758Z] #38 3.225 + RM_GOPATH=1
08:51:31 [2019-08-28T08:51:31.758Z] #38 3.234 ++ dirname ./install.sh
08:51:31 [2019-08-28T08:51:31.758Z] #38 3.235 + dir=.
08:51:31 [2019-08-28T08:51:31.758Z] #38 3.239 + bin=tini
08:51:31 [2019-08-28T08:51:31.758Z] #38 3.241 + shift
08:51:31 [2019-08-28T08:51:31.758Z] #38 3.241 + '[' '!' -f ./tini.installer ']'
08:51:31 [2019-08-28T08:51:31.758Z] #38 3.241 + . ./tini.installer
08:51:31 [2019-08-28T08:51:31.758Z] #38 3.241 ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662
08:51:31 [2019-08-28T08:51:31.758Z] #38 3.241 + install_tini
08:51:31 [2019-08-28T08:51:31.758Z] #38 3.241 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662'
08:51:31 [2019-08-28T08:51:31.758Z] #38 3.241 Install tini version fec3683b971d9c3ef73f284f176672c44b448662
08:51:31 [2019-08-28T08:51:31.758Z] #38 3.241 + git clone https://github.com/krallin/tini.git /tmp/tmp.UgeVDH9C4y/tini
08:51:31 [2019-08-28T08:51:31.758Z] #38 3.243 Cloning into '/tmp/tmp.UgeVDH9C4y/tini'...
08:51:31 [2019-08-28T08:51:31.758Z] #38 4.283 + cd /tmp/tmp.UgeVDH9C4y/tini
08:51:31 [2019-08-28T08:51:31.758Z] #38 4.284 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662
08:51:31 [2019-08-28T08:51:31.758Z] #38 4.291 + cmake .
08:51:31 [2019-08-28T08:51:31.758Z] #38 4.931 -- The C compiler identification is GNU 6.3.0
08:51:31 [2019-08-28T08:51:31.758Z] #38 4.944 -- Check for working C compiler: /usr/bin/cc
08:51:31 [2019-08-28T08:51:31.758Z] #38 5.926 -- Check for working C compiler: /usr/bin/cc -- works
08:51:31 [2019-08-28T08:51:31.758Z] #38 5.928 -- Detecting C compiler ABI info
08:51:31 [2019-08-28T08:51:31.758Z] #38 6.759 -- Detecting C compiler ABI info - done
08:51:31 [2019-08-28T08:51:31.758Z] #38 6.894 -- Detecting C compile features
08:51:32 [2019-08-28T08:51:32.018Z] #38 9.325 -- Detecting C compile features - done
08:51:32 [2019-08-28T08:51:32.018Z] #38 9.349 -- Performing Test HAS_BUILTIN_FORTIFY
08:51:32 [2019-08-28T08:51:32.018Z] #38 ...
08:51:32 [2019-08-28T08:51:32.018Z] 
08:51:32 [2019-08-28T08:51:32.018Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:51:32 [2019-08-28T08:51:32.018Z] #58 10.27   PBCC     images/google/protobuf/descriptor.pb-c.c
08:51:32 [2019-08-28T08:51:32.018Z] #58 10.34   PBCC     images/opts.pb-c.c
08:51:32 [2019-08-28T08:51:32.018Z] #58 10.42   PBCC     images/sit.pb-c.c
08:51:32 [2019-08-28T08:51:32.018Z] #58 10.51   DEP      images/google/protobuf/descriptor.pb-c.d
08:51:32 [2019-08-28T08:51:32.210Z] #13 5.484 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [502 kB]
08:51:32 [2019-08-28T08:51:32.274Z] #58 10.60   DEP      images/opts.pb-c.d
08:51:32 [2019-08-28T08:51:32.274Z] #58 10.69   DEP      images/sit.pb-c.d
08:51:32 [2019-08-28T08:51:32.274Z] #58 10.76   PBCC     images/macvlan.pb-c.c
08:51:32 [2019-08-28T08:51:32.274Z] #58 10.77   DEP      images/macvlan.pb-c.d
08:51:32 [2019-08-28T08:51:32.274Z] #58 10.82   PBCC     images/autofs.pb-c.c
08:51:32 [2019-08-28T08:51:32.274Z] #58 10.86   DEP      images/autofs.pb-c.d
08:51:32 [2019-08-28T08:51:32.274Z] #58 10.90   PBCC     images/sysctl.pb-c.c
08:51:32 [2019-08-28T08:51:32.530Z] #58 10.93   DEP      images/sysctl.pb-c.d
08:51:32 [2019-08-28T08:51:32.530Z] #58 10.98   PBCC     images/time.pb-c.c
08:51:32 [2019-08-28T08:51:32.530Z] #58 11.03   DEP      images/time.pb-c.d
08:51:32 [2019-08-28T08:51:32.530Z] #58 11.06   PBCC     images/binfmt-misc.pb-c.c
08:51:32 [2019-08-28T08:51:32.530Z] #58 11.09   DEP      images/binfmt-misc.pb-c.d
08:51:32 [2019-08-28T08:51:32.530Z] #58 11.13   PBCC     images/seccomp.pb-c.c
08:51:32 [2019-08-28T08:51:32.776Z] #13 ...
08:51:32 [2019-08-28T08:51:32.776Z] 
08:51:32 [2019-08-28T08:51:32.776Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:51:32 [2019-08-28T08:51:32.776Z] #58 5.499 Note: Building without setproctitle() and strlcpy() support.
08:51:32 [2019-08-28T08:51:32.776Z] #58 5.499       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
08:51:32 [2019-08-28T08:51:32.776Z] #58 7.369 fatal: Not a git repository (or any of the parent directories): .git
08:51:32 [2019-08-28T08:51:32.776Z] #58 7.426   GEN      .gitid
08:51:32 [2019-08-28T08:51:32.776Z] #58 7.432   GEN      criu/include/version.h
08:51:32 [2019-08-28T08:51:32.776Z] #58 7.480   GEN      include/common/asm
08:51:32 [2019-08-28T08:51:32.776Z] #58 ...
08:51:32 [2019-08-28T08:51:32.776Z] 
08:51:32 [2019-08-28T08:51:32.776Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
08:51:32 [2019-08-28T08:51:32.776Z] #33 65.19 time
08:51:32 [2019-08-28T08:51:32.776Z] #33 65.82 sort
08:51:32 [2019-08-28T08:51:32.776Z] #33 67.27 internal/fmtsort
08:51:32 [2019-08-28T08:51:32.776Z] #33 68.73 internal/syscall/unix
08:51:32 [2019-08-28T08:51:32.776Z] #33 69.10 strings
08:51:32 [2019-08-28T08:51:32.776Z] #33 72.13 path
08:51:32 [2019-08-28T08:51:32.776Z] #33 72.39 internal/poll
08:51:32 [2019-08-28T08:51:32.776Z] #33 73.41 regexp/syntax
08:51:32 [2019-08-28T08:51:32.785Z] #58 11.15   DEP      images/seccomp.pb-c.d
08:51:32 [2019-08-28T08:51:32.785Z] #58 11.19   PBCC     images/userns.pb-c.c
08:51:32 [2019-08-28T08:51:32.785Z] #58 11.21   DEP      images/userns.pb-c.d
08:51:32 [2019-08-28T08:51:32.785Z] #58 11.24   PBCC     images/cgroup.pb-c.c
08:51:32 [2019-08-28T08:51:32.785Z] #58 11.27   DEP      images/cgroup.pb-c.d
08:51:32 [2019-08-28T08:51:32.785Z] #58 11.31   PBCC     images/fown.pb-c.c
08:51:32 [2019-08-28T08:51:32.785Z] #58 11.36   PBCC     images/ext-file.pb-c.c
08:51:33 [2019-08-28T08:51:33.041Z] #58 11.40   DEP      images/fown.pb-c.d
08:51:33 [2019-08-28T08:51:33.041Z] #58 11.49   DEP      images/ext-file.pb-c.d
08:51:33 [2019-08-28T08:51:33.041Z] #58 11.57   PBCC     images/rpc.pb-c.c
08:51:33 [2019-08-28T08:51:33.041Z] #58 11.62   DEP      images/rpc.pb-c.d
08:51:33 [2019-08-28T08:51:33.296Z] #58 11.72   PBCC     images/siginfo.pb-c.c
08:51:33 [2019-08-28T08:51:33.296Z] #58 11.79   DEP      images/siginfo.pb-c.d
08:51:33 [2019-08-28T08:51:33.296Z] #58 11.86   PBCC     images/pagemap.pb-c.c
08:51:33 [2019-08-28T08:51:33.552Z] #58 11.90   DEP      images/pagemap.pb-c.d
08:51:33 [2019-08-28T08:51:33.552Z] #58 11.97   PBCC     images/rlimit.pb-c.c
08:51:33 [2019-08-28T08:51:33.552Z] #58 12.02   DEP      images/rlimit.pb-c.d
08:51:33 [2019-08-28T08:51:33.552Z] #58 12.07   PBCC     images/file-lock.pb-c.c
08:51:33 [2019-08-28T08:51:33.552Z] #58 12.08   DEP      images/file-lock.pb-c.d
08:51:33 [2019-08-28T08:51:33.710Z] #33 ...
08:51:33 [2019-08-28T08:51:33.710Z] 
08:51:33 [2019-08-28T08:51:33.710Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:51:33 [2019-08-28T08:51:33.710Z] #58 11.00   PBCC     images/google/protobuf/descriptor.pb-c.c
08:51:33 [2019-08-28T08:51:33.808Z] #58 12.17   PBCC     images/tty.pb-c.c
08:51:33 [2019-08-28T08:51:33.808Z] #58 12.29   DEP      images/tty.pb-c.d
08:51:33 [2019-08-28T08:51:33.968Z] #58 11.16   PBCC     images/opts.pb-c.c
08:51:33 [2019-08-28T08:51:33.968Z] #58 11.19   PBCC     images/sit.pb-c.c
08:51:33 [2019-08-28T08:51:33.968Z] #58 11.21   DEP      images/google/protobuf/descriptor.pb-c.d
08:51:33 [2019-08-28T08:51:33.968Z] #58 11.25   DEP      images/opts.pb-c.d
08:51:33 [2019-08-28T08:51:33.968Z] #58 11.31   DEP      images/sit.pb-c.d
08:51:33 [2019-08-28T08:51:33.968Z] #58 11.38   PBCC     images/macvlan.pb-c.c
08:51:34 [2019-08-28T08:51:34.064Z] #58 12.40   PBCC     images/tun.pb-c.c
08:51:34 [2019-08-28T08:51:34.064Z] #58 12.51   PBCC     images/netdev.pb-c.c
08:51:34 [2019-08-28T08:51:34.064Z] #58 12.57   DEP      images/tun.pb-c.d
08:51:34 [2019-08-28T08:51:34.064Z] #58 12.63   DEP      images/netdev.pb-c.d
08:51:34 [2019-08-28T08:51:34.226Z] #58 11.42   DEP      images/macvlan.pb-c.d
08:51:34 [2019-08-28T08:51:34.226Z] #58 11.45   PBCC     images/autofs.pb-c.c
08:51:34 [2019-08-28T08:51:34.226Z] #58 11.50   DEP      images/autofs.pb-c.d
08:51:34 [2019-08-28T08:51:34.226Z] #58 11.59   PBCC     images/sysctl.pb-c.c
08:51:34 [2019-08-28T08:51:34.226Z] #58 11.63   DEP      images/sysctl.pb-c.d
08:51:34 [2019-08-28T08:51:34.320Z] #58 12.70   PBCC     images/vma.pb-c.c
08:51:34 [2019-08-28T08:51:34.320Z] #58 12.75   DEP      images/vma.pb-c.d
08:51:34 [2019-08-28T08:51:34.320Z] #58 12.82   PBCC     images/creds.pb-c.c
08:51:34 [2019-08-28T08:51:34.320Z] #58 12.85   DEP      images/creds.pb-c.d
08:51:34 [2019-08-28T08:51:34.485Z] #58 11.72   PBCC     images/time.pb-c.c
08:51:34 [2019-08-28T08:51:34.485Z] #58 11.76   DEP      images/time.pb-c.d
08:51:34 [2019-08-28T08:51:34.485Z] #58 11.88   PBCC     images/binfmt-misc.pb-c.c
08:51:34 [2019-08-28T08:51:34.485Z] #58 ...
08:51:34 [2019-08-28T08:51:34.485Z] 
08:51:34 [2019-08-28T08:51:34.485Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini
08:51:34 [2019-08-28T08:51:34.485Z] #38 10.20 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
08:51:34 [2019-08-28T08:51:34.485Z] #38 12.79 [100%] Linking C executable tini-static
08:51:34 [2019-08-28T08:51:34.485Z] #38 13.31 [100%] Built target tini-static
08:51:34 [2019-08-28T08:51:34.485Z] #38 13.43 + mkdir -p /build
08:51:34 [2019-08-28T08:51:34.485Z] #38 13.44 + cp tini-static /build/docker-init
08:51:34 [2019-08-28T08:51:34.485Z] #38 DONE 13.6s
08:51:34 [2019-08-28T08:51:34.485Z] 
08:51:34 [2019-08-28T08:51:34.485Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:51:34 [2019-08-28T08:51:34.485Z] #58 11.90   DEP      images/binfmt-misc.pb-c.d
08:51:34 [2019-08-28T08:51:34.485Z] #58 11.99   PBCC     images/seccomp.pb-c.c
08:51:34 [2019-08-28T08:51:34.576Z] #58 12.91   PBCC     images/utsns.pb-c.c
08:51:34 [2019-08-28T08:51:34.576Z] #58 12.95   DEP      images/utsns.pb-c.d
08:51:34 [2019-08-28T08:51:34.576Z] #58 13.05   PBCC     images/ipc-desc.pb-c.c
08:51:34 [2019-08-28T08:51:34.743Z] #58 12.02   DEP      images/seccomp.pb-c.d
08:51:34 [2019-08-28T08:51:34.743Z] #58 12.11   PBCC     images/userns.pb-c.c
08:51:34 [2019-08-28T08:51:34.743Z] #58 12.12   DEP      images/userns.pb-c.d
08:51:34 [2019-08-28T08:51:34.743Z] #58 12.19   PBCC     images/cgroup.pb-c.c
08:51:34 [2019-08-28T08:51:34.743Z] #58 12.23   DEP      images/cgroup.pb-c.d
08:51:34 [2019-08-28T08:51:34.832Z] #58 13.12   PBCC     images/ipc-sem.pb-c.c
08:51:34 [2019-08-28T08:51:34.832Z] #58 13.15   DEP      images/ipc-desc.pb-c.d
08:51:34 [2019-08-28T08:51:34.832Z] #58 13.20   DEP      images/ipc-sem.pb-c.d
08:51:34 [2019-08-28T08:51:34.832Z] #58 13.28   PBCC     images/ipc-msg.pb-c.c
08:51:34 [2019-08-28T08:51:34.832Z] #58 13.32   DEP      images/ipc-msg.pb-c.d
08:51:34 [2019-08-28T08:51:34.832Z] #58 13.39   PBCC     images/ipc-shm.pb-c.c
08:51:35 [2019-08-28T08:51:35.002Z] #58 12.32   PBCC     images/fown.pb-c.c
08:51:35 [2019-08-28T08:51:35.002Z] #58 12.45   PBCC     images/ext-file.pb-c.c
08:51:35 [2019-08-28T08:51:35.002Z] #58 12.50   DEP      images/fown.pb-c.d
08:51:35 [2019-08-28T08:51:35.002Z] #58 ...
08:51:35 [2019-08-28T08:51:35.002Z] 
08:51:35 [2019-08-28T08:51:35.002Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
08:51:35 [2019-08-28T08:51:35.002Z] #30 66.11 os
08:51:35 [2019-08-28T08:51:35.002Z] #30 67.97 bytes
08:51:35 [2019-08-28T08:51:35.002Z] #30 70.54 bufio
08:51:35 [2019-08-28T08:51:35.002Z] #30 71.26 fmt
08:51:35 [2019-08-28T08:51:35.002Z] #30 73.25 path/filepath
08:51:35 [2019-08-28T08:51:35.002Z] #30 75.87 io/ioutil
08:51:35 [2019-08-28T08:51:35.088Z] #58 13.42   DEP      images/ipc-shm.pb-c.d
08:51:35 [2019-08-28T08:51:35.088Z] #58 13.49   PBCC     images/ipc-var.pb-c.c
08:51:35 [2019-08-28T08:51:35.088Z] #58 13.54   DEP      images/ipc-var.pb-c.d
08:51:35 [2019-08-28T08:51:35.088Z] #58 13.60   PBCC     images/sk-opts.pb-c.c
08:51:35 [2019-08-28T08:51:35.260Z] #30 ...
08:51:35 [2019-08-28T08:51:35.260Z] 
08:51:35 [2019-08-28T08:51:35.260Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
08:51:35 [2019-08-28T08:51:35.260Z] #33 75.84 os
08:51:35 [2019-08-28T08:51:35.345Z] #58 13.67   PBCC     images/packet-sock.pb-c.c
08:51:35 [2019-08-28T08:51:35.345Z] #58 ...
08:51:35 [2019-08-28T08:51:35.345Z] 
08:51:35 [2019-08-28T08:51:35.345Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini
08:51:35 [2019-08-28T08:51:35.345Z] #38 9.665 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
08:51:35 [2019-08-28T08:51:35.345Z] #38 9.814 -- Configuring done
08:51:35 [2019-08-28T08:51:35.345Z] #38 9.841 -- Generating done
08:51:35 [2019-08-28T08:51:35.345Z] #38 9.846 -- Build files have been written to: /tmp/tmp.UgeVDH9C4y/tini
08:51:35 [2019-08-28T08:51:35.345Z] #38 9.855 + make tini-static
08:51:35 [2019-08-28T08:51:35.345Z] #38 10.14 Scanning dependencies of target tini-static
08:51:35 [2019-08-28T08:51:35.345Z] #38 10.38 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
08:51:35 [2019-08-28T08:51:35.345Z] #38 11.91 [100%] Linking C executable tini-static
08:51:35 [2019-08-28T08:51:35.345Z] #38 12.49 [100%] Built target tini-static
08:51:35 [2019-08-28T08:51:35.345Z] #38 12.58 + mkdir -p /build
08:51:35 [2019-08-28T08:51:35.345Z] #38 12.59 + cp tini-static /build/docker-init
08:51:35 [2019-08-28T08:51:35.345Z] #38 DONE 12.8s
08:51:35 [2019-08-28T08:51:35.345Z] 
08:51:35 [2019-08-28T08:51:35.345Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:51:35 [2019-08-28T08:51:35.345Z] #58 13.78   DEP      images/sk-opts.pb-c.d
08:51:35 [2019-08-28T08:51:35.345Z] #58 13.89   DEP      images/packet-sock.pb-c.d
08:51:35 [2019-08-28T08:51:35.345Z] #58 ...
08:51:35 [2019-08-28T08:51:35.345Z] 
08:51:35 [2019-08-28T08:51:35.345Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
08:51:35 [2019-08-28T08:51:35.345Z] #30 66.65 bytes
08:51:35 [2019-08-28T08:51:35.345Z] #30 69.08 fmt
08:51:35 [2019-08-28T08:51:35.345Z] #30 69.13 bufio
08:51:35 [2019-08-28T08:51:35.345Z] #30 72.08 path/filepath
08:51:35 [2019-08-28T08:51:35.345Z] #30 73.40 io/ioutil
08:51:35 [2019-08-28T08:51:35.345Z] #30 74.18 path
08:51:35 [2019-08-28T08:51:35.345Z] #30 74.79 text/tabwriter
08:51:35 [2019-08-28T08:51:35.345Z] #30 75.80 github.com/BurntSushi/toml
08:51:35 [2019-08-28T08:51:35.345Z] #30 75.83 flag
08:51:35 [2019-08-28T08:51:35.601Z] #30 ...
08:51:35 [2019-08-28T08:51:35.601Z] 
08:51:35 [2019-08-28T08:51:35.601Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:51:35 [2019-08-28T08:51:35.601Z] #58 14.00   PBCC     images/sk-netlink.pb-c.c
08:51:35 [2019-08-28T08:51:35.601Z] #58 14.08   DEP      images/sk-netlink.pb-c.d
08:51:35 [2019-08-28T08:51:35.856Z] #58 14.24   PBCC     images/sk-inet.pb-c.c
08:51:35 [2019-08-28T08:51:35.856Z] #58 14.32   DEP      images/sk-inet.pb-c.d
08:51:36 [2019-08-28T08:51:36.112Z] #58 14.45   PBCC     images/sk-unix.pb-c.c
08:51:36 [2019-08-28T08:51:36.112Z] #58 14.51   DEP      images/sk-unix.pb-c.d
08:51:36 [2019-08-28T08:51:36.371Z] #58 14.70   PBCC     images/mm.pb-c.c
08:51:36 [2019-08-28T08:51:36.371Z] #58 14.83   DEP      images/mm.pb-c.d
08:51:36 [2019-08-28T08:51:36.371Z] #58 ...
08:51:36 [2019-08-28T08:51:36.371Z] 
08:51:36 [2019-08-28T08:51:36.371Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
08:51:36 [2019-08-28T08:51:36.371Z] #33 67.75 internal/poll
08:51:36 [2019-08-28T08:51:36.371Z] #33 69.37 path
08:51:36 [2019-08-28T08:51:36.371Z] #33 70.72 os
08:51:36 [2019-08-28T08:51:36.371Z] #33 70.76 regexp/syntax
08:51:36 [2019-08-28T08:51:36.371Z] #33 75.62 fmt
08:51:36 [2019-08-28T08:51:36.371Z] #33 76.47 path/filepath
08:51:36 [2019-08-28T08:51:36.371Z] #33 ...
08:51:36 [2019-08-28T08:51:36.371Z] 
08:51:36 [2019-08-28T08:51:36.371Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:51:36 [2019-08-28T08:51:36.371Z] #58 14.87   PBCC     images/timerfd.pb-c.c
08:51:36 [2019-08-28T08:51:36.371Z] #58 14.87   DEP      images/timerfd.pb-c.d
08:51:36 [2019-08-28T08:51:36.371Z] #58 14.88   PBCC     images/timer.pb-c.c
08:51:36 [2019-08-28T08:51:36.371Z] #58 14.89   DEP      images/timer.pb-c.d
08:51:36 [2019-08-28T08:51:36.627Z] #58 15.02   PBCC     images/sa.pb-c.c
08:51:36 [2019-08-28T08:51:36.627Z] #58 15.07   DEP      images/sa.pb-c.d
08:51:36 [2019-08-28T08:51:36.627Z] #58 15.14   PBCC     images/pipe-data.pb-c.c
08:51:36 [2019-08-28T08:51:36.627Z] #58 15.15   DEP      images/pipe-data.pb-c.d
08:51:36 [2019-08-28T08:51:36.896Z] #58 15.24   PBCC     images/mnt.pb-c.c
08:51:36 [2019-08-28T08:51:36.896Z] #58 15.25   DEP      images/mnt.pb-c.d
08:51:36 [2019-08-28T08:51:36.896Z] #58 15.35   PBCC     images/sk-packet.pb-c.c
08:51:36 [2019-08-28T08:51:36.896Z] #58 15.40   DEP      images/sk-packet.pb-c.d
08:51:36 [2019-08-28T08:51:36.896Z] #58 15.44   PBCC     images/tcp-stream.pb-c.c
08:51:36 [2019-08-28T08:51:36.896Z] #58 15.48   DEP      images/tcp-stream.pb-c.d
08:51:37 [2019-08-28T08:51:37.152Z] #58 15.57   PBCC     images/pipe.pb-c.c
08:51:37 [2019-08-28T08:51:37.152Z] #58 15.59   DEP      images/pipe.pb-c.d
08:51:37 [2019-08-28T08:51:37.152Z] #58 15.64   PBCC     images/pstree.pb-c.c
08:51:37 [2019-08-28T08:51:37.152Z] #58 15.66   DEP      images/pstree.pb-c.d
08:51:37 [2019-08-28T08:51:37.408Z] #58 15.74   PBCC     images/fs.pb-c.c
08:51:37 [2019-08-28T08:51:37.408Z] #58 15.75   DEP      images/fs.pb-c.d
08:51:37 [2019-08-28T08:51:37.408Z] #58 15.81   PBCC     images/signalfd.pb-c.c
08:51:37 [2019-08-28T08:51:37.408Z] #58 15.91   DEP      images/signalfd.pb-c.d
08:51:37 [2019-08-28T08:51:37.664Z] #58 15.99   PBCC     images/fh.pb-c.c
08:51:37 [2019-08-28T08:51:37.664Z] #58 16.09   PBCC     images/fsnotify.pb-c.c
08:51:37 [2019-08-28T08:51:37.664Z] #58 16.14   DEP      images/fh.pb-c.d
08:51:37 [2019-08-28T08:51:37.664Z] #58 16.22   DEP      images/fsnotify.pb-c.d
08:51:37 [2019-08-28T08:51:37.664Z] #58 16.27   PBCC     images/eventpoll.pb-c.c
08:51:37 [2019-08-28T08:51:37.919Z] #58 16.31   DEP      images/eventpoll.pb-c.d
08:51:37 [2019-08-28T08:51:37.919Z] #58 16.38   PBCC     images/eventfd.pb-c.c
08:51:37 [2019-08-28T08:51:37.919Z] #58 16.39   DEP      images/eventfd.pb-c.d
08:51:37 [2019-08-28T08:51:37.919Z] #58 16.46   PBCC     images/remap-file-path.pb-c.c
08:51:37 [2019-08-28T08:51:37.919Z] #58 16.50   DEP      images/remap-file-path.pb-c.d
08:51:38 [2019-08-28T08:51:38.175Z] #58 16.56   PBCC     images/fifo.pb-c.c
08:51:38 [2019-08-28T08:51:38.175Z] #58 16.59   DEP      images/fifo.pb-c.d
08:51:38 [2019-08-28T08:51:38.175Z] #58 16.63   PBCC     images/ghost-file.pb-c.c
08:51:38 [2019-08-28T08:51:38.175Z] #58 16.70   DEP      images/ghost-file.pb-c.d
08:51:38 [2019-08-28T08:51:38.175Z] #58 16.75   PBCC     images/regfile.pb-c.c
08:51:38 [2019-08-28T08:51:38.431Z] #58 16.80   DEP      images/regfile.pb-c.d
08:51:38 [2019-08-28T08:51:38.431Z] #58 16.86   PBCC     images/ns.pb-c.c
08:51:38 [2019-08-28T08:51:38.431Z] #58 16.89   DEP      images/ns.pb-c.d
08:51:38 [2019-08-28T08:51:38.431Z] #58 16.93   PBCC     images/fdinfo.pb-c.c
08:51:38 [2019-08-28T08:51:38.431Z] #58 16.99   DEP      images/fdinfo.pb-c.d
08:51:38 [2019-08-28T08:51:38.554Z] + rm -rf /tmp/tmp.duf6BaRfnQ
08:51:38 [2019-08-28T08:51:38.554Z] Removing intermediate container 38efcf694b00
08:51:38 [2019-08-28T08:51:38.554Z]  ---> 16fa3ef1a4cf
08:51:38 [2019-08-28T08:51:38.554Z] Step 19/126 : FROM base AS frozen-images
08:51:38 [2019-08-28T08:51:38.554Z]  ---> 291c9f731d5f
08:51:38 [2019-08-28T08:51:38.554Z] Step 20/126 : ARG DEBIAN_FRONTEND
08:51:38 [2019-08-28T08:51:38.554Z]  ---> Using cache
08:51:38 [2019-08-28T08:51:38.554Z]  ---> de948e55d84b
08:51:38 [2019-08-28T08:51:38.554Z] Step 21/126 : RUN apt-get update && apt-get install -y --no-install-recommends 	ca-certificates 	jq 	&& rm -rf /var/lib/apt/lists/*
08:51:38 [2019-08-28T08:51:38.554Z]  ---> Running in 5ecb76866b2b
08:51:38 [2019-08-28T08:51:38.554Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
08:51:38 [2019-08-28T08:51:38.554Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
08:51:38 [2019-08-28T08:51:38.554Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
08:51:38 [2019-08-28T08:51:38.554Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
08:51:38 [2019-08-28T08:51:38.554Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B]
08:51:38 [2019-08-28T08:51:38.554Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [481 kB]
08:51:38 [2019-08-28T08:51:38.554Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB]
08:51:38 [2019-08-28T08:51:38.554Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6903 kB]
08:51:38 [2019-08-28T08:51:38.687Z] #58 17.09   PBCC     images/core-aarch64.pb-c.c
08:51:38 [2019-08-28T08:51:38.687Z] #58 17.17   PBCC     images/core-arm.pb-c.c
08:51:38 [2019-08-28T08:51:38.687Z] #58 17.24   PBCC     images/core-ppc64.pb-c.c
08:51:38 [2019-08-28T08:51:38.942Z] #58 17.29   PBCC     images/core-s390.pb-c.c
08:51:38 [2019-08-28T08:51:38.942Z] #58 17.34   PBCC     images/core-x86.pb-c.c
08:51:38 [2019-08-28T08:51:38.942Z] #58 17.39   PBCC     images/core.pb-c.c
08:51:38 [2019-08-28T08:51:38.942Z] #58 17.44   PBCC     images/inventory.pb-c.c
08:51:38 [2019-08-28T08:51:38.942Z] #58 17.51   DEP      images/core-aarch64.pb-c.d
08:51:39 [2019-08-28T08:51:39.198Z] #58 17.57   DEP      images/core-arm.pb-c.d
08:51:39 [2019-08-28T08:51:39.198Z] #58 17.66   DEP      images/core-ppc64.pb-c.d
08:51:39 [2019-08-28T08:51:39.198Z] #58 17.74   DEP      images/core-s390.pb-c.d
08:51:39 [2019-08-28T08:51:39.443Z] #33 79.93 regexp
08:51:39 [2019-08-28T08:51:39.443Z] #33 80.03 fmt
08:51:39 [2019-08-28T08:51:39.453Z] #58 17.79   DEP      images/core-x86.pb-c.d
08:51:39 [2019-08-28T08:51:39.453Z] #58 17.86   DEP      images/core.pb-c.d
08:51:39 [2019-08-28T08:51:39.453Z] #58 17.95   DEP      images/inventory.pb-c.d
08:51:39 [2019-08-28T08:51:39.453Z] #58 18.05   PBCC     images/cpuinfo.pb-c.c
08:51:39 [2019-08-28T08:51:39.709Z] #58 18.09   DEP      images/cpuinfo.pb-c.d
08:51:39 [2019-08-28T08:51:39.709Z] #58 18.14   PBCC     images/stats.pb-c.c
08:51:39 [2019-08-28T08:51:39.709Z] #58 18.16   DEP      images/stats.pb-c.d
08:51:40 [2019-08-28T08:51:40.009Z] #33 ...
08:51:40 [2019-08-28T08:51:40.009Z] 
08:51:40 [2019-08-28T08:51:40.009Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:51:40 [2019-08-28T08:51:40.009Z] #58 12.78   DEP      images/ext-file.pb-c.d
08:51:40 [2019-08-28T08:51:40.009Z] #58 12.92   PBCC     images/rpc.pb-c.c
08:51:40 [2019-08-28T08:51:40.009Z] #58 12.95   DEP      images/rpc.pb-c.d
08:51:40 [2019-08-28T08:51:40.009Z] #58 12.98   PBCC     images/siginfo.pb-c.c
08:51:40 [2019-08-28T08:51:40.009Z] #58 13.01   DEP      images/siginfo.pb-c.d
08:51:40 [2019-08-28T08:51:40.009Z] #58 13.04   PBCC     images/pagemap.pb-c.c
08:51:40 [2019-08-28T08:51:40.009Z] #58 13.13   DEP      images/pagemap.pb-c.d
08:51:40 [2019-08-28T08:51:40.009Z] #58 13.19   PBCC     images/rlimit.pb-c.c
08:51:40 [2019-08-28T08:51:40.009Z] #58 13.21   DEP      images/rlimit.pb-c.d
08:51:40 [2019-08-28T08:51:40.009Z] #58 13.28   PBCC     images/file-lock.pb-c.c
08:51:40 [2019-08-28T08:51:40.009Z] #58 13.32   DEP      images/file-lock.pb-c.d
08:51:40 [2019-08-28T08:51:40.009Z] #58 13.35   PBCC     images/tty.pb-c.c
08:51:40 [2019-08-28T08:51:40.009Z] #58 13.46   DEP      images/tty.pb-c.d
08:51:40 [2019-08-28T08:51:40.009Z] #58 13.50   PBCC     images/tun.pb-c.c
08:51:40 [2019-08-28T08:51:40.009Z] #58 13.60   PBCC     images/netdev.pb-c.c
08:51:40 [2019-08-28T08:51:40.009Z] #58 13.65   DEP      images/tun.pb-c.d
08:51:40 [2019-08-28T08:51:40.009Z] #58 13.68   DEP      images/netdev.pb-c.d
08:51:40 [2019-08-28T08:51:40.009Z] #58 13.74   PBCC     images/vma.pb-c.c
08:51:40 [2019-08-28T08:51:40.009Z] #58 13.83   DEP      images/vma.pb-c.d
08:51:40 [2019-08-28T08:51:40.009Z] #58 13.86   PBCC     images/creds.pb-c.c
08:51:40 [2019-08-28T08:51:40.009Z] #58 13.91   DEP      images/creds.pb-c.d
08:51:40 [2019-08-28T08:51:40.009Z] #58 13.97   PBCC     images/utsns.pb-c.c
08:51:40 [2019-08-28T08:51:40.009Z] #58 14.00   DEP      images/utsns.pb-c.d
08:51:40 [2019-08-28T08:51:40.009Z] #58 14.03   PBCC     images/ipc-desc.pb-c.c
08:51:40 [2019-08-28T08:51:40.009Z] #58 14.08   PBCC     images/ipc-sem.pb-c.c
08:51:40 [2019-08-28T08:51:40.009Z] #58 14.11   DEP      images/ipc-desc.pb-c.d
08:51:40 [2019-08-28T08:51:40.009Z] #58 14.19   DEP      images/ipc-sem.pb-c.d
08:51:40 [2019-08-28T08:51:40.009Z] #58 14.25   PBCC     images/ipc-msg.pb-c.c
08:51:40 [2019-08-28T08:51:40.009Z] #58 14.29   DEP      images/ipc-msg.pb-c.d
08:51:40 [2019-08-28T08:51:40.009Z] #58 14.38   PBCC     images/ipc-shm.pb-c.c
08:51:40 [2019-08-28T08:51:40.009Z] #58 14.41   DEP      images/ipc-shm.pb-c.d
08:51:40 [2019-08-28T08:51:40.009Z] #58 14.49   PBCC     images/ipc-var.pb-c.c
08:51:40 [2019-08-28T08:51:40.009Z] #58 14.53   DEP      images/ipc-var.pb-c.d
08:51:40 [2019-08-28T08:51:40.009Z] #58 14.57   PBCC     images/sk-opts.pb-c.c
08:51:40 [2019-08-28T08:51:40.009Z] #58 14.63   PBCC     images/packet-sock.pb-c.c
08:51:40 [2019-08-28T08:51:40.009Z] #58 14.73   DEP      images/sk-opts.pb-c.d
08:51:40 [2019-08-28T08:51:40.009Z] #58 14.80   DEP      images/packet-sock.pb-c.d
08:51:40 [2019-08-28T08:51:40.009Z] #58 14.87   PBCC     images/sk-netlink.pb-c.c
08:51:40 [2019-08-28T08:51:40.009Z] #58 14.98   DEP      images/sk-netlink.pb-c.d
08:51:40 [2019-08-28T08:51:40.009Z] #58 15.05   PBCC     images/sk-inet.pb-c.c
08:51:40 [2019-08-28T08:51:40.009Z] #58 15.15   DEP      images/sk-inet.pb-c.d
08:51:40 [2019-08-28T08:51:40.009Z] #58 15.24   PBCC     images/sk-unix.pb-c.c
08:51:40 [2019-08-28T08:51:40.009Z] #58 15.35   DEP      images/sk-unix.pb-c.d
08:51:40 [2019-08-28T08:51:40.009Z] #58 15.40   PBCC     images/mm.pb-c.c
08:51:40 [2019-08-28T08:51:40.009Z] #58 15.45   DEP      images/mm.pb-c.d
08:51:40 [2019-08-28T08:51:40.009Z] #58 15.51   PBCC     images/timerfd.pb-c.c
08:51:40 [2019-08-28T08:51:40.009Z] #58 15.54   DEP      images/timerfd.pb-c.d
08:51:40 [2019-08-28T08:51:40.009Z] #58 15.63   PBCC     images/timer.pb-c.c
08:51:40 [2019-08-28T08:51:40.009Z] #58 15.64   DEP      images/timer.pb-c.d
08:51:40 [2019-08-28T08:51:40.009Z] #58 15.72   PBCC     images/sa.pb-c.c
08:51:40 [2019-08-28T08:51:40.009Z] #58 15.78   DEP      images/sa.pb-c.d
08:51:40 [2019-08-28T08:51:40.009Z] #58 15.82   PBCC     images/pipe-data.pb-c.c
08:51:40 [2019-08-28T08:51:40.009Z] #58 15.89   DEP      images/pipe-data.pb-c.d
08:51:40 [2019-08-28T08:51:40.009Z] #58 15.93   PBCC     images/mnt.pb-c.c
08:51:40 [2019-08-28T08:51:40.009Z] #58 15.98   DEP      images/mnt.pb-c.d
08:51:40 [2019-08-28T08:51:40.009Z] #58 16.05   PBCC     images/sk-packet.pb-c.c
08:51:40 [2019-08-28T08:51:40.009Z] #58 16.11   DEP      images/sk-packet.pb-c.d
08:51:40 [2019-08-28T08:51:40.009Z] #58 16.18   PBCC     images/tcp-stream.pb-c.c
08:51:40 [2019-08-28T08:51:40.009Z] #58 16.22   DEP      images/tcp-stream.pb-c.d
08:51:40 [2019-08-28T08:51:40.009Z] #58 16.27   PBCC     images/pipe.pb-c.c
08:51:40 [2019-08-28T08:51:40.009Z] #58 16.31   DEP      images/pipe.pb-c.d
08:51:40 [2019-08-28T08:51:40.009Z] #58 16.38   PBCC     images/pstree.pb-c.c
08:51:40 [2019-08-28T08:51:40.009Z] #58 16.42   DEP      images/pstree.pb-c.d
08:51:40 [2019-08-28T08:51:40.009Z] #58 16.48   PBCC     images/fs.pb-c.c
08:51:40 [2019-08-28T08:51:40.009Z] #58 16.50   DEP      images/fs.pb-c.d
08:51:40 [2019-08-28T08:51:40.009Z] #58 16.58   PBCC     images/signalfd.pb-c.c
08:51:40 [2019-08-28T08:51:40.009Z] #58 16.67   DEP      images/signalfd.pb-c.d
08:51:40 [2019-08-28T08:51:40.009Z] #58 16.75   PBCC     images/fh.pb-c.c
08:51:40 [2019-08-28T08:51:40.009Z] #58 16.80   PBCC     images/fsnotify.pb-c.c
08:51:40 [2019-08-28T08:51:40.009Z] #58 16.87   DEP      images/fh.pb-c.d
08:51:40 [2019-08-28T08:51:40.009Z] #58 16.95   DEP      images/fsnotify.pb-c.d
08:51:40 [2019-08-28T08:51:40.009Z] #58 16.99   PBCC     images/eventpoll.pb-c.c
08:51:40 [2019-08-28T08:51:40.009Z] #58 17.02   DEP      images/eventpoll.pb-c.d
08:51:40 [2019-08-28T08:51:40.009Z] #58 17.08   PBCC     images/eventfd.pb-c.c
08:51:40 [2019-08-28T08:51:40.009Z] #58 17.10   DEP      images/eventfd.pb-c.d
08:51:40 [2019-08-28T08:51:40.009Z] #58 17.15   PBCC     images/remap-file-path.pb-c.c
08:51:40 [2019-08-28T08:51:40.009Z] #58 17.19   DEP      images/remap-file-path.pb-c.d
08:51:40 [2019-08-28T08:51:40.009Z] #58 17.25   PBCC     images/fifo.pb-c.c
08:51:40 [2019-08-28T08:51:40.009Z] #58 17.26   DEP      images/fifo.pb-c.d
08:51:40 [2019-08-28T08:51:40.009Z] #58 17.35   PBCC     images/ghost-file.pb-c.c
08:51:40 [2019-08-28T08:51:40.009Z] #58 17.39   DEP      images/ghost-file.pb-c.d
08:51:40 [2019-08-28T08:51:40.009Z] #58 17.45   PBCC     images/regfile.pb-c.c
08:51:40 [2019-08-28T08:51:40.030Z] Fetched 7716 kB in 2s (2826 kB/s)
08:51:40 [2019-08-28T08:51:40.267Z] #58 17.53   DEP      images/regfile.pb-c.d
08:51:40 [2019-08-28T08:51:40.267Z] #58 17.62   PBCC     images/ns.pb-c.c
08:51:40 [2019-08-28T08:51:40.267Z] #58 17.69   DEP      images/ns.pb-c.d
08:51:40 [2019-08-28T08:51:40.267Z] #58 17.75   PBCC     images/fdinfo.pb-c.c
08:51:40 [2019-08-28T08:51:40.526Z] #58 17.79   DEP      images/fdinfo.pb-c.d
08:51:40 [2019-08-28T08:51:40.526Z] #58 17.90   PBCC     images/core-aarch64.pb-c.c
08:51:40 [2019-08-28T08:51:40.526Z] #58 17.94   PBCC     images/core-arm.pb-c.c
08:51:40 [2019-08-28T08:51:40.526Z] #58 17.99   PBCC     images/core-ppc64.pb-c.c
08:51:40 [2019-08-28T08:51:40.784Z] #58 18.09   PBCC     images/core-s390.pb-c.c
08:51:40 [2019-08-28T08:51:40.784Z] #58 18.17   PBCC     images/core-x86.pb-c.c
08:51:41 [2019-08-28T08:51:41.038Z] Reading package lists...
08:51:41 [2019-08-28T08:51:41.041Z] #58 18.24   PBCC     images/core.pb-c.c
08:51:41 [2019-08-28T08:51:41.041Z] #58 18.37   PBCC     images/inventory.pb-c.c
08:51:41 [2019-08-28T08:51:41.041Z] #58 18.43   DEP      images/core-aarch64.pb-c.d
08:51:41 [2019-08-28T08:51:41.299Z] #58 18.50   DEP      images/core-arm.pb-c.d
08:51:41 [2019-08-28T08:51:41.299Z] #58 18.58   DEP      images/core-ppc64.pb-c.d
08:51:41 [2019-08-28T08:51:41.299Z] #58 18.65   DEP      images/core-s390.pb-c.d
08:51:41 [2019-08-28T08:51:41.557Z] #58 18.73   DEP      images/core-x86.pb-c.d
08:51:41 [2019-08-28T08:51:41.557Z] #58 18.83   DEP      images/core.pb-c.d
08:51:41 [2019-08-28T08:51:41.557Z] #58 18.90   DEP      images/inventory.pb-c.d
08:51:41 [2019-08-28T08:51:41.596Z] #58 19.83 make[1]: Nothing to be done for 'all'.
08:51:41 [2019-08-28T08:51:41.596Z] #58 ...
08:51:41 [2019-08-28T08:51:41.596Z] 
08:51:41 [2019-08-28T08:51:41.596Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
08:51:41 [2019-08-28T08:51:41.596Z] #13 17.88 Fetched 7918 kB in 15s (520 kB/s)
08:51:41 [2019-08-28T08:51:41.815Z] #58 18.99   PBCC     images/cpuinfo.pb-c.c
08:51:41 [2019-08-28T08:51:41.815Z] #58 19.05   DEP      images/cpuinfo.pb-c.d
08:51:41 [2019-08-28T08:51:41.815Z] #58 19.09   PBCC     images/stats.pb-c.c
08:51:41 [2019-08-28T08:51:41.815Z] #58 19.13   DEP      images/stats.pb-c.d
08:51:42 [2019-08-28T08:51:42.044Z] Reading package lists...
08:51:42 [2019-08-28T08:51:42.328Z] Building dependency tree...
08:51:42 [2019-08-28T08:51:42.328Z] Reading state information...
08:51:42 [2019-08-28T08:51:42.610Z] ca-certificates is already the newest version (20161130+nmu1+deb9u1).
08:51:42 [2019-08-28T08:51:42.610Z] The following additional packages will be installed:
08:51:42 [2019-08-28T08:51:42.610Z]   libjq1 libonig4
08:51:42 [2019-08-28T08:51:42.610Z] The following NEW packages will be installed:
08:51:42 [2019-08-28T08:51:42.610Z]   jq libjq1 libonig4
08:51:42 [2019-08-28T08:51:42.610Z] 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
08:51:42 [2019-08-28T08:51:42.610Z] Need to get 310 kB of archives.
08:51:42 [2019-08-28T08:51:42.610Z] After this operation, 1267 kB of additional disk space will be used.
08:51:42 [2019-08-28T08:51:42.610Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libonig4 ppc64el 6.1.3-2 [140 kB]
08:51:42 [2019-08-28T08:51:42.610Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjq1 ppc64el 1.5+dfsg-1.3 [111 kB]
08:51:42 [2019-08-28T08:51:42.610Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el jq ppc64el 1.5+dfsg-1.3 [58.9 kB]
08:51:42 [2019-08-28T08:51:42.893Z] debconf: delaying package configuration, since apt-utils is not installed
08:51:42 [2019-08-28T08:51:42.893Z] Fetched 310 kB in 0s (3358 kB/s)
08:51:42 [2019-08-28T08:51:42.893Z] Selecting previously unselected package libonig4:ppc64el.
08:51:42 [2019-08-28T08:51:42.893Z] (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.)
08:51:42 [2019-08-28T08:51:42.893Z] Preparing to unpack .../libonig4_6.1.3-2_ppc64el.deb ...
08:51:42 [2019-08-28T08:51:42.893Z] Unpacking libonig4:ppc64el (6.1.3-2) ...
08:51:42 [2019-08-28T08:51:42.893Z] Selecting previously unselected package libjq1:ppc64el.
08:51:42 [2019-08-28T08:51:42.893Z] Preparing to unpack .../libjq1_1.5+dfsg-1.3_ppc64el.deb ...
08:51:42 [2019-08-28T08:51:42.893Z] Unpacking libjq1:ppc64el (1.5+dfsg-1.3) ...
08:51:42 [2019-08-28T08:51:42.893Z] Selecting previously unselected package jq.
08:51:42 [2019-08-28T08:51:42.893Z] Preparing to unpack .../jq_1.5+dfsg-1.3_ppc64el.deb ...
08:51:42 [2019-08-28T08:51:42.893Z] Unpacking jq (1.5+dfsg-1.3) ...
08:51:42 [2019-08-28T08:51:42.893Z] Setting up libonig4:ppc64el (6.1.3-2) ...
08:51:42 [2019-08-28T08:51:42.893Z] Setting up libjq1:ppc64el (1.5+dfsg-1.3) ...
08:51:42 [2019-08-28T08:51:42.893Z] Processing triggers for libc-bin (2.24-11+deb9u4) ...
08:51:43 [2019-08-28T08:51:43.178Z] Setting up jq (1.5+dfsg-1.3) ...
08:51:43 [2019-08-28T08:51:43.462Z] Removing intermediate container 5ecb76866b2b
08:51:43 [2019-08-28T08:51:43.462Z]  ---> c2e1c35e8cba
08:51:43 [2019-08-28T08:51:43.462Z] Step 22/126 : COPY contrib/download-frozen-image-v2.sh /
08:51:43 [2019-08-28T08:51:43.713Z] #58 20.63 make[1]: Nothing to be done for 'all'.
08:51:43 [2019-08-28T08:51:43.744Z]  ---> a12aa1a0f142
08:51:43 [2019-08-28T08:51:43.745Z] Step 23/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
08:51:43 [2019-08-28T08:51:43.745Z]  ---> Running in 5cfba3c27dc1
08:51:44 [2019-08-28T08:51:44.286Z] #13 17.88 Reading package lists...
08:51:44 [2019-08-28T08:51:44.286Z] #13 ...
08:51:44 [2019-08-28T08:51:44.286Z] 
08:51:44 [2019-08-28T08:51:44.286Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
08:51:44 [2019-08-28T08:51:44.286Z] #30 77.93 log
08:51:44 [2019-08-28T08:51:44.286Z] #30 80.60 github.com/BurntSushi/toml/cmd/tomlv
08:51:44 [2019-08-28T08:51:44.286Z] #30 DONE 85.3s
08:51:44 [2019-08-28T08:51:44.286Z] 
08:51:44 [2019-08-28T08:51:44.286Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
08:51:44 [2019-08-28T08:51:44.286Z] #47 33.78 Checking out files:  36% (1045/2840)   
Checking out files:  37% (1051/2840)   
Checking out files:  38% (1080/2840)   
Checking out files:  39% (1108/2840)   
Checking out files:  40% (1136/2840)   
Checking out files:  41% (1165/2840)   
Checking out files:  42% (1193/2840)   
Checking out files:  43% (1222/2840)   
Checking out files:  44% (1250/2840)   
Checking out files:  45% (1278/2840)   
Checking out files:  46% (1307/2840)   
Checking out files:  47% (1335/2840)   
Checking out files:  48% (1364/2840)   
Checking out files:  49% (1392/2840)   
Checking out files:  50% (1420/2840)   
Checking out files:  51% (1449/2840)   
Checking out files:  52% (1477/2840)   
Checking out files:  53% (1506/2840)   
Checking out files:  54% (1534/2840)   
Checking out files:  55% (1562/2840)   
Checking out files:  56% (1591/2840)   
Checking out files:  57% (1619/2840)   
Checking out files:  58% (1648/2840)   
Checking out files:  59% (1676/2840)   
Checking out files:  60% (1704/2840)   
Checking out files:  61% (1733/2840)   
Checking out files:  62% (1761/2840)   
Checking out files:  63% (1790/2840)   
Checking out files:  64% (1818/2840)   
Checking out files:  65% (1846/2840)   
Checking out files:  66% (1875/2840)   
Checking out files:  67% (1903/2840)   
Checking out files:  68% (1932/2840)   
Checking out files:  69% (1960/2840)   
Checking out files:  70% (1988/2840)   
Checking out files:  71% (2017/2840)   
Checking out files:  72% (2045/2840)   
Checking out files:  73% (2074/2840)   
Checking out files:  74% (2102/2840)   
Checking out files:  75% (2130/2840)   
Checking out files:  76% (2159/2840)   
Checking out files:  77% (2187/2840)   
Checking out files:  78% (2216/2840)   
Checking out files:  79% (2244/2840)   
Checking out files:  80% (2272/2840)   
Checking out files:  81% (2301/2840)   
Checking out files:  82% (2329/2840)   
Checking out files:  83% (2358/2840)   
Checking out files:  84% (2386/2840)   
Checking out files:  85% (2414/2840)   
Checking out files:  86% (2443/2840)   
Checking out files:  87% (2471/2840)   
Checking out files:  88% (2500/2840)   
Checking out files:  89% (2528/2840)   
Checking out files:  90% (2556/2840)   
Checking out files:  91% (2585/2840)   
Checking out files:  92% (2613/2840)   
Checking out files:  93% (2642/2840)   
Checking out files:  94% (2670/2840)   
Checking out files:  95% (2698/2840)   
Checking out files:  96% (2727/2840)   
Checking out files:  97% (2755/2840)   
Checking out files:  98% (2784/2840)   
Checking out files:  99% (2812/2840)   
Checking out files: 100% (2840/2840)   
Checking out files: 100% (2840/2840), done.
08:51:44 [2019-08-28T08:51:44.286Z] #47 35.52 + cd /tmp/tmp.t5uKTggRhk/src/github.com/containerd/containerd
08:51:44 [2019-08-28T08:51:44.286Z] #47 35.52 + git checkout -q a4bc1d432a2c33aa2eed37f338dceabb93641310
08:51:44 [2019-08-28T08:51:44.286Z] #47 37.16 + export 'BUILDTAGS=netgo osusergo static_build'
08:51:44 [2019-08-28T08:51:44.286Z] #47 37.16 + BUILDTAGS='netgo osusergo static_build'
08:51:44 [2019-08-28T08:51:44.286Z] #47 37.16 + export EXTRA_FLAGS=-buildmode=pie
08:51:44 [2019-08-28T08:51:44.286Z] #47 37.16 + EXTRA_FLAGS=-buildmode=pie
08:51:44 [2019-08-28T08:51:44.286Z] #47 37.16 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
08:51:44 [2019-08-28T08:51:44.286Z] #47 37.16 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
08:51:44 [2019-08-28T08:51:44.286Z] #47 37.16 + '[' '' = dynamic ']'
08:51:44 [2019-08-28T08:51:44.286Z] #47 37.16 + make
08:51:44 [2019-08-28T08:51:44.286Z] #47 37.57 🇩 bin/ctr
08:51:44 [2019-08-28T08:51:44.532Z] 🇩 bin/containerd-stress
08:51:44 [2019-08-28T08:51:44.532Z] 🇩 bin/containerd-shim
08:51:44 [2019-08-28T08:51:44.647Z] #58 ...
08:51:44 [2019-08-28T08:51:44.647Z] 
08:51:44 [2019-08-28T08:51:44.647Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
08:51:44 [2019-08-28T08:51:44.647Z] #13 7.601 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
08:51:44 [2019-08-28T08:51:44.647Z] #13 8.822 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7082 kB]
08:51:44 [2019-08-28T08:51:44.647Z] #13 17.18 Fetched 7918 kB in 14s (559 kB/s)
08:51:44 [2019-08-28T08:51:44.647Z] #13 17.18 Reading package lists...
08:51:44 [2019-08-28T08:51:44.647Z] #13 ...
08:51:44 [2019-08-28T08:51:44.647Z] 
08:51:44 [2019-08-28T08:51:44.647Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
08:51:44 [2019-08-28T08:51:44.647Z] #47 34.87 + cd /tmp/tmp.nOtIuAkzO3/src/github.com/containerd/containerd
08:51:44 [2019-08-28T08:51:44.647Z] #47 34.87 + git checkout -q a4bc1d432a2c33aa2eed37f338dceabb93641310
08:51:44 [2019-08-28T08:51:44.647Z] #47 36.70 + export 'BUILDTAGS=netgo osusergo static_build'
08:51:44 [2019-08-28T08:51:44.647Z] #47 36.70 + BUILDTAGS='netgo osusergo static_build'
08:51:44 [2019-08-28T08:51:44.647Z] #47 36.70 + export EXTRA_FLAGS=-buildmode=pie
08:51:44 [2019-08-28T08:51:44.647Z] #47 36.70 + EXTRA_FLAGS=-buildmode=pie
08:51:44 [2019-08-28T08:51:44.647Z] #47 36.70 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
08:51:44 [2019-08-28T08:51:44.647Z] #47 36.70 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
08:51:44 [2019-08-28T08:51:44.647Z] #47 36.70 + '[' '' = dynamic ']'
08:51:44 [2019-08-28T08:51:44.647Z] #47 36.70 + make
08:51:44 [2019-08-28T08:51:44.647Z] #47 37.53 🇩 bin/ctr
08:51:44 [2019-08-28T08:51:44.750Z] Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)...
08:51:44 [2019-08-28T08:51:44.905Z] #47 ...
08:51:44 [2019-08-28T08:51:44.905Z] 
08:51:44 [2019-08-28T08:51:44.905Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:51:44 [2019-08-28T08:51:44.905Z] #58 22.28   CC       images/stats.o
08:51:45 [2019-08-28T08:51:45.049Z] 
######################################################################## 100.0%
08:51:45 [2019-08-28T08:51:45.471Z] #58 22.70   CC       images/core.o
08:51:45 [2019-08-28T08:51:45.633Z] 
####                                                                       6.8%
####################                                                      28.7%
#####################################                                     51.9%
###################################################                       71.6%
##############################################################            87.3%
######################################################################## 100.0%
08:51:45 [2019-08-28T08:51:45.914Z] 
######################################################################## 100.0%
08:51:46 [2019-08-28T08:51:46.195Z] 
#######################                                                   32.0%
###################################################################       93.5%
######################################################################## 100.0%
08:51:46 [2019-08-28T08:51:46.404Z] #58 23.57   CC       images/core-x86.o
08:51:46 [2019-08-28T08:51:46.404Z] #58 ...
08:51:46 [2019-08-28T08:51:46.404Z] 
08:51:46 [2019-08-28T08:51:46.404Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
08:51:46 [2019-08-28T08:51:46.404Z] #30 77.23 path
08:51:46 [2019-08-28T08:51:46.404Z] #30 77.81 text/tabwriter
08:51:46 [2019-08-28T08:51:46.404Z] #30 78.56 github.com/BurntSushi/toml
08:51:46 [2019-08-28T08:51:46.404Z] #30 78.56 flag
08:51:46 [2019-08-28T08:51:46.404Z] #30 80.44 log
08:51:46 [2019-08-28T08:51:46.404Z] #30 83.05 github.com/BurntSushi/toml/cmd/tomlv
08:51:46 [2019-08-28T08:51:46.404Z] #30 ...
08:51:46 [2019-08-28T08:51:46.404Z] 
08:51:46 [2019-08-28T08:51:46.404Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
08:51:46 [2019-08-28T08:51:46.404Z] #33 83.85 path/filepath
08:51:46 [2019-08-28T08:51:46.404Z] #33 84.75 flag
08:51:46 [2019-08-28T08:51:46.404Z] #33 85.52 go/token
08:51:46 [2019-08-28T08:51:46.404Z] #33 86.49 io/ioutil
08:51:46 [2019-08-28T08:51:46.404Z] #33 86.51 go/scanner
08:51:46 [2019-08-28T08:51:46.404Z] #33 87.17 net/url
08:51:46 [2019-08-28T08:51:46.478Z] 
######################################################################## 100.0%
08:51:46 [2019-08-28T08:51:46.803Z] #47 ...
08:51:46 [2019-08-28T08:51:46.803Z] 
08:51:46 [2019-08-28T08:51:46.803Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
08:51:46 [2019-08-28T08:51:46.803Z] #33 78.30 regexp
08:51:46 [2019-08-28T08:51:46.803Z] #33 81.22 flag
08:51:46 [2019-08-28T08:51:46.803Z] #33 82.42 go/token
08:51:46 [2019-08-28T08:51:46.803Z] #33 82.47 io/ioutil
08:51:46 [2019-08-28T08:51:46.803Z] #33 83.13 net/url
08:51:46 [2019-08-28T08:51:46.803Z] #33 83.33 go/scanner
08:51:46 [2019-08-28T08:51:46.803Z] #33 84.78 go/ast
08:51:46 [2019-08-28T08:51:46.803Z] #33 85.16 text/template/parse
08:51:46 [2019-08-28T08:51:46.971Z] #33 ...
08:51:46 [2019-08-28T08:51:46.971Z] 
08:51:46 [2019-08-28T08:51:46.971Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
08:51:46 [2019-08-28T08:51:46.971Z] #30 DONE 88.0s
08:51:47 [2019-08-28T08:51:47.057Z] #33 ...
08:51:47 [2019-08-28T08:51:47.057Z] 
08:51:47 [2019-08-28T08:51:47.057Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
08:51:47 [2019-08-28T08:51:47.057Z] #13 17.88 Reading package lists...
08:51:47 [2019-08-28T08:51:47.137Z] 
###########                                                               16.1%
###########################                                               37.8%
############################################                              61.6%
###############################################################           88.7%
######################################################################## 100.0%
08:51:47 [2019-08-28T08:51:47.229Z] 
08:51:47 [2019-08-28T08:51:47.229Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
08:51:47 [2019-08-28T08:51:47.229Z] #33 88.18 go/ast
08:51:47 [2019-08-28T08:51:47.468Z] 
######################################################################## 100.0%
08:51:48 [2019-08-28T08:51:48.601Z] #33 89.61 text/template/parse
08:51:49 [2019-08-28T08:51:49.020Z] 
####                                                                       6.0%
#########                                                                 13.5%
###############                                                           21.4%
#####################                                                     29.5%
############################                                              40.3%
####################################                                      50.6%
##########################################                                59.0%
##############################################                            65.1%
##################################################                        69.6%
#####################################################                     75.0%
#########################################################                 80.3%
#############################################################             85.7%
###################################################################       94.1%
######################################################################## 100.0%
08:51:49 [2019-08-28T08:51:49.020Z] 
08:51:49 [2019-08-28T08:51:49.633Z] Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)...
08:51:49 [2019-08-28T08:51:49.926Z] 
######################################################################## 100.0%
08:51:50 [2019-08-28T08:51:50.210Z] 
######################################################################## 100.0%
08:51:50 [2019-08-28T08:51:50.210Z] 
08:51:50 [2019-08-28T08:51:50.824Z] Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)...
08:51:51 [2019-08-28T08:51:51.065Z] 🇩 bin/containerd-shim-runc-v1
08:51:51 [2019-08-28T08:51:51.108Z] 
######################################################################## 100.0%
08:51:51 [2019-08-28T08:51:51.108Z] 
######################################################################## 100.0%
08:51:51 [2019-08-28T08:51:51.108Z] 
08:51:52 [2019-08-28T08:51:52.117Z] Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)...
08:51:52 [2019-08-28T08:51:52.117Z] skipping existing c8c2d4a6b2e3
08:51:52 [2019-08-28T08:51:52.117Z] 
08:51:52 [2019-08-28T08:51:52.552Z] #13 23.62 Reading package lists...
08:51:52 [2019-08-28T08:51:52.731Z] Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)...
08:51:52 [2019-08-28T08:51:52.781Z] #33 93.01 go/parser
08:51:52 [2019-08-28T08:51:52.807Z] #13 28.26 Building dependency tree...
08:51:52 [2019-08-28T08:51:52.807Z] #13 29.08 Reading state information...
08:51:52 [2019-08-28T08:51:52.951Z] 🇩 binaries
08:51:52 [2019-08-28T08:51:52.952Z] + mkdir -p /build
08:51:52 [2019-08-28T08:51:52.952Z] + cp bin/containerd /build/containerd
08:51:52 [2019-08-28T08:51:52.952Z] + cp bin/containerd-shim /build/containerd-shim
08:51:52 [2019-08-28T08:51:52.952Z] + cp bin/ctr /build/ctr
08:51:53 [2019-08-28T08:51:53.012Z] 
######################################################################## 100.0%
08:51:53 [2019-08-28T08:51:53.039Z] #33 93.99 text/template
08:51:53 [2019-08-28T08:51:53.065Z] #13 ...
08:51:53 [2019-08-28T08:51:53.065Z] 
08:51:53 [2019-08-28T08:51:53.065Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:51:53 [2019-08-28T08:51:53.065Z] #58 21.54   CC       images/stats.o
08:51:53 [2019-08-28T08:51:53.065Z] #58 22.14   CC       images/core.o
08:51:53 [2019-08-28T08:51:53.065Z] #58 23.49   CC       images/core-x86.o
08:51:53 [2019-08-28T08:51:53.065Z] #58 23.96   CC       images/core-arm.o
08:51:53 [2019-08-28T08:51:53.065Z] #58 24.40   CC       images/core-aarch64.o
08:51:53 [2019-08-28T08:51:53.065Z] #58 24.83   CC       images/core-ppc64.o
08:51:53 [2019-08-28T08:51:53.065Z] #58 25.63   CC       images/core-s390.o
08:51:53 [2019-08-28T08:51:53.065Z] #58 26.35   CC       images/cpuinfo.o
08:51:53 [2019-08-28T08:51:53.065Z] #58 26.86   CC       images/inventory.o
08:51:53 [2019-08-28T08:51:53.065Z] #58 27.15   CC       images/fdinfo.o
08:51:53 [2019-08-28T08:51:53.065Z] #58 27.54   CC       images/fown.o
08:51:53 [2019-08-28T08:51:53.065Z] #58 27.72   CC       images/ns.o
08:51:53 [2019-08-28T08:51:53.065Z] #58 27.94   CC       images/regfile.o
08:51:53 [2019-08-28T08:51:53.065Z] #58 28.17   CC       images/ghost-file.o
08:51:53 [2019-08-28T08:51:53.065Z] #58 28.51   CC       images/fifo.o
08:51:53 [2019-08-28T08:51:53.065Z] #58 28.65   CC       images/remap-file-path.o
08:51:53 [2019-08-28T08:51:53.065Z] #58 28.82   CC       images/eventfd.o
08:51:53 [2019-08-28T08:51:53.065Z] #58 29.04   CC       images/eventpoll.o
08:51:53 [2019-08-28T08:51:53.065Z] #58 29.36   CC       images/fh.o
08:51:53 [2019-08-28T08:51:53.065Z] #58 29.73   CC       images/fsnotify.o
08:51:53 [2019-08-28T08:51:53.065Z] #58 30.35   CC       images/signalfd.o
08:51:53 [2019-08-28T08:51:53.065Z] #58 30.59   CC       images/fs.o
08:51:53 [2019-08-28T08:51:53.065Z] #58 30.83   CC       images/pstree.o
08:51:53 [2019-08-28T08:51:53.065Z] #58 31.11   CC       images/pipe.o
08:51:53 [2019-08-28T08:51:53.065Z] #58 31.40   CC       images/tcp-stream.o
08:51:53 [2019-08-28T08:51:53.295Z] 
######################################################################## 100.0%
08:51:53 [2019-08-28T08:51:53.295Z] 
08:51:53 [2019-08-28T08:51:53.295Z] Download of images into '/build' complete.
08:51:53 [2019-08-28T08:51:53.295Z] Use something like the following to load the result into a Docker daemon:
08:51:53 [2019-08-28T08:51:53.295Z]   tar -cC '/build' . | docker load
08:51:53 [2019-08-28T08:51:53.297Z] #33 ...
08:51:53 [2019-08-28T08:51:53.297Z] 
08:51:53 [2019-08-28T08:51:53.297Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:51:53 [2019-08-28T08:51:53.297Z] #58 24.50   CC       images/core-arm.o
08:51:53 [2019-08-28T08:51:53.297Z] #58 25.06   CC       images/core-aarch64.o
08:51:53 [2019-08-28T08:51:53.297Z] #58 25.64   CC       images/core-ppc64.o
08:51:53 [2019-08-28T08:51:53.297Z] #58 26.27   CC       images/core-s390.o
08:51:53 [2019-08-28T08:51:53.297Z] #58 27.07   CC       images/cpuinfo.o
08:51:53 [2019-08-28T08:51:53.297Z] #58 27.65   CC       images/inventory.o
08:51:53 [2019-08-28T08:51:53.297Z] #58 27.94   CC       images/fdinfo.o
08:51:53 [2019-08-28T08:51:53.297Z] #58 28.33   CC       images/fown.o
08:51:53 [2019-08-28T08:51:53.297Z] #58 28.52   CC       images/ns.o
08:51:53 [2019-08-28T08:51:53.297Z] #58 28.69   CC       images/regfile.o
08:51:53 [2019-08-28T08:51:53.297Z] #58 28.91   CC       images/ghost-file.o
08:51:53 [2019-08-28T08:51:53.297Z] #58 29.36   CC       images/fifo.o
08:51:53 [2019-08-28T08:51:53.297Z] #58 29.59   CC       images/remap-file-path.o
08:51:53 [2019-08-28T08:51:53.297Z] #58 29.89   CC       images/eventfd.o
08:51:53 [2019-08-28T08:51:53.297Z] #58 30.18   CC       images/eventpoll.o
08:51:53 [2019-08-28T08:51:53.297Z] #58 30.46   CC       images/fh.o
08:51:53 [2019-08-28T08:51:53.297Z] #58 30.75   CC       images/fsnotify.o
08:51:53 [2019-08-28T08:51:53.321Z] #58 31.72   CC       images/sk-packet.o
08:51:53 [2019-08-28T08:51:53.576Z] #58 31.92   CC       images/mnt.o
08:51:53 [2019-08-28T08:51:53.832Z] #58 32.20   CC       images/pipe-data.o
08:51:53 [2019-08-28T08:51:53.832Z] #58 32.35   CC       images/sa.o
08:51:53 [2019-08-28T08:51:53.832Z] #58 ...
08:51:53 [2019-08-28T08:51:53.832Z] 
08:51:53 [2019-08-28T08:51:53.832Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
08:51:53 [2019-08-28T08:51:53.832Z] #13 30.18 The following additional packages will be installed:
08:51:53 [2019-08-28T08:51:53.862Z] #58 31.31   CC       images/signalfd.o
08:51:54 [2019-08-28T08:51:54.087Z] #13 30.18   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python
08:51:54 [2019-08-28T08:51:54.087Z] #13 30.18   dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl
08:51:54 [2019-08-28T08:51:54.087Z] #13 30.18   libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0
08:51:54 [2019-08-28T08:51:54.087Z] #13 30.18   libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0
08:51:54 [2019-08-28T08:51:54.087Z] #13 30.18   libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
08:51:54 [2019-08-28T08:51:54.087Z] #13 30.18   libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5
08:51:54 [2019-08-28T08:51:54.087Z] #13 30.18   libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common
08:51:54 [2019-08-28T08:51:54.087Z] #13 30.18   mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal
08:51:54 [2019-08-28T08:51:54.087Z] #13 30.19   python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd
08:51:54 [2019-08-28T08:51:54.087Z] #13 30.20 Suggested packages:
08:51:54 [2019-08-28T08:51:54.087Z] #13 30.20   apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc
08:51:54 [2019-08-28T08:51:54.087Z] #13 30.20   gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv
08:51:54 [2019-08-28T08:51:54.087Z] #13 30.20   python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags
08:51:54 [2019-08-28T08:51:54.087Z] #13 30.20   vim-doc vim-scripts xfsdump acl attr quota
08:51:54 [2019-08-28T08:51:54.087Z] #13 30.20 Recommended packages:
08:51:54 [2019-08-28T08:51:54.087Z] #13 30.20   aufs-dkms libpam-cap build-essential python3-dev python3-keyring
08:51:54 [2019-08-28T08:51:54.087Z] #13 30.20   python3-keyrings.alt python3-xdg unzip
08:51:54 [2019-08-28T08:51:54.120Z] #58 31.60   CC       images/fs.o
08:51:54 [2019-08-28T08:51:54.685Z] #58 31.91   CC       images/pstree.o
08:51:54 [2019-08-28T08:51:54.685Z] #58 32.13   CC       images/pipe.o
08:51:55 [2019-08-28T08:51:55.251Z] #58 32.40   CC       images/tcp-stream.o
08:51:55 [2019-08-28T08:51:55.509Z] #58 32.63   CC       images/sk-packet.o
08:51:55 [2019-08-28T08:51:55.767Z] #58 32.96   CC       images/mnt.o
08:51:55 [2019-08-28T08:51:55.971Z] Removing intermediate container 5cfba3c27dc1
08:51:55 [2019-08-28T08:51:55.971Z]  ---> 7708f99c979d
08:51:55 [2019-08-28T08:51:55.971Z] Step 24/126 : FROM base AS cross-false
08:51:55 [2019-08-28T08:51:55.971Z]  ---> 291c9f731d5f
08:51:55 [2019-08-28T08:51:55.971Z] Step 25/126 : FROM base AS cross-true
08:51:55 [2019-08-28T08:51:55.971Z]  ---> 291c9f731d5f
08:51:55 [2019-08-28T08:51:55.971Z] Step 26/126 : ARG DEBIAN_FRONTEND
08:51:55 [2019-08-28T08:51:55.971Z]  ---> Using cache
08:51:55 [2019-08-28T08:51:55.971Z]  ---> de948e55d84b
08:51:55 [2019-08-28T08:51:55.971Z] Step 27/126 : RUN dpkg --add-architecture armhf
08:51:55 [2019-08-28T08:51:55.971Z]  ---> Running in 1267243cabca
08:51:56 [2019-08-28T08:51:56.025Z] #58 33.30   CC       images/pipe-data.o
08:51:56 [2019-08-28T08:51:56.025Z] #58 33.49   CC       images/sa.o
08:51:56 [2019-08-28T08:51:56.198Z] Removing intermediate container bc94fef31200
08:51:56 [2019-08-28T08:51:56.198Z]  ---> 33c10b09ccae
08:51:56 [2019-08-28T08:51:56.198Z] Step 56/126 : FROM dev-base AS proxy
08:51:56 [2019-08-28T08:51:56.198Z]  ---> 1af970284b9f
08:51:56 [2019-08-28T08:51:56.198Z] Step 57/126 : ENV INSTALL_BINARY_NAME=proxy
08:51:56 [2019-08-28T08:51:56.198Z]  ---> Running in e3403801adcd
08:51:56 [2019-08-28T08:51:56.198Z] Removing intermediate container e3403801adcd
08:51:56 [2019-08-28T08:51:56.198Z]  ---> c2ebd4a9512d
08:51:56 [2019-08-28T08:51:56.198Z] Step 58/126 : COPY hack/dockerfile/install/install.sh ./install.sh
08:51:56 [2019-08-28T08:51:56.284Z] #58 ...
08:51:56 [2019-08-28T08:51:56.284Z] 
08:51:56 [2019-08-28T08:51:56.284Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
08:51:56 [2019-08-28T08:51:56.284Z] #33 97.15 log
08:51:56 [2019-08-28T08:51:56.542Z] #33 97.68 encoding/binary
08:51:56 [2019-08-28T08:51:56.588Z] Removing intermediate container 1267243cabca
08:51:56 [2019-08-28T08:51:56.588Z]  ---> e17b3736d95f
08:51:56 [2019-08-28T08:51:56.588Z] Step 28/126 : RUN dpkg --add-architecture arm64
08:51:56 [2019-08-28T08:51:56.588Z]  ---> Running in 28056b781a81
08:51:56 [2019-08-28T08:51:56.592Z]  ---> d3f8322a8d8d
08:51:56 [2019-08-28T08:51:56.592Z] Step 59/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./
08:51:56 [2019-08-28T08:51:56.592Z]  ---> 96bbc5c6da0c
08:51:56 [2019-08-28T08:51:56.592Z] Step 60/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME
08:51:56 [2019-08-28T08:51:56.592Z]  ---> Running in 542b6e9a775d
08:51:56 [2019-08-28T08:51:56.963Z] Install docker-proxy version 09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1
08:51:56 [2019-08-28T08:51:56.963Z] + RM_GOPATH=0
08:51:56 [2019-08-28T08:51:56.963Z] + TMP_GOPATH=
08:51:56 [2019-08-28T08:51:56.963Z] + : /build
08:51:56 [2019-08-28T08:51:56.963Z] + '[' -z '' ']'
08:51:56 [2019-08-28T08:51:56.963Z] ++ mktemp -d
08:51:56 [2019-08-28T08:51:56.963Z] + export GOPATH=/tmp/tmp.HtJ7ibCQqM
08:51:56 [2019-08-28T08:51:56.963Z] + GOPATH=/tmp/tmp.HtJ7ibCQqM
08:51:56 [2019-08-28T08:51:56.963Z] + RM_GOPATH=1
08:51:56 [2019-08-28T08:51:56.963Z] ++ dirname ./install.sh
08:51:56 [2019-08-28T08:51:56.963Z] + dir=.
08:51:56 [2019-08-28T08:51:56.963Z] + bin=proxy
08:51:56 [2019-08-28T08:51:56.963Z] + shift
08:51:56 [2019-08-28T08:51:56.963Z] + '[' '!' -f ./proxy.installer ']'
08:51:56 [2019-08-28T08:51:56.963Z] + . ./proxy.installer
08:51:56 [2019-08-28T08:51:56.963Z] ++ LIBNETWORK_COMMIT=09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1
08:51:56 [2019-08-28T08:51:56.963Z] + install_proxy
08:51:56 [2019-08-28T08:51:56.963Z] + case "$1" in
08:51:56 [2019-08-28T08:51:56.963Z] + export CGO_ENABLED=0
08:51:56 [2019-08-28T08:51:56.963Z] + CGO_ENABLED=0
08:51:56 [2019-08-28T08:51:56.963Z] + _install_proxy
08:51:56 [2019-08-28T08:51:56.963Z] + echo 'Install docker-proxy version 09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1'
08:51:56 [2019-08-28T08:51:56.963Z] + git clone https://github.com/docker/libnetwork.git /tmp/tmp.HtJ7ibCQqM/src/github.com/docker/libnetwork
08:51:56 [2019-08-28T08:51:56.963Z] Cloning into '/tmp/tmp.HtJ7ibCQqM/src/github.com/docker/libnetwork'...
08:51:57 [2019-08-28T08:51:57.597Z] Removing intermediate container 28056b781a81
08:51:57 [2019-08-28T08:51:57.597Z]  ---> e759a78427c1
08:51:57 [2019-08-28T08:51:57.597Z] Step 29/126 : RUN dpkg --add-architecture armel
08:51:57 [2019-08-28T08:51:57.597Z]  ---> Running in 2979deb6795a
08:51:58 [2019-08-28T08:51:58.212Z] Removing intermediate container 2979deb6795a
08:51:58 [2019-08-28T08:51:58.212Z]  ---> e0da15221739
08:51:58 [2019-08-28T08:51:58.212Z] Step 30/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
08:51:58 [2019-08-28T08:51:58.212Z]  ---> Running in 2098771a7908
08:51:58 [2019-08-28T08:51:58.246Z] #13 33.85 The following NEW packages will be installed:
08:51:58 [2019-08-28T08:51:58.246Z] #13 33.85   apparmor aufs-tools bash-completion binutils-mingw-w64
08:51:58 [2019-08-28T08:51:58.246Z] #13 33.85   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools
08:51:58 [2019-08-28T08:51:58.246Z] #13 33.85   bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base
08:51:58 [2019-08-28T08:51:58.246Z] #13 33.86   gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin
08:51:58 [2019-08-28T08:51:58.246Z] #13 33.86   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2
08:51:58 [2019-08-28T08:51:58.246Z] #13 33.86   libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1
08:51:58 [2019-08-28T08:51:58.246Z] #13 33.86   libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3
08:51:58 [2019-08-28T08:51:58.246Z] #13 33.86   libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib
08:51:58 [2019-08-28T08:51:58.246Z] #13 33.86   libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev
08:51:58 [2019-08-28T08:51:58.246Z] #13 33.86   libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common
08:51:58 [2019-08-28T08:51:58.246Z] #13 33.86   mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal
08:51:58 [2019-08-28T08:51:58.246Z] #13 33.86   python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5
08:51:58 [2019-08-28T08:51:58.246Z] #13 33.86   python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime
08:51:58 [2019-08-28T08:51:58.246Z] #13 33.86   xfsprogs xxd xz-utils zip
08:51:58 [2019-08-28T08:51:58.440Z] #33 99.54 encoding/base64
08:51:58 [2019-08-28T08:51:58.698Z] #33 99.57 go/doc
08:51:58 [2019-08-28T08:51:58.805Z] #13 ...
08:51:58 [2019-08-28T08:51:58.806Z] 
08:51:58 [2019-08-28T08:51:58.806Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
08:51:58 [2019-08-28T08:51:58.806Z] #33 90.03 go/parser
08:51:58 [2019-08-28T08:51:58.806Z] #33 90.31 text/template
08:51:58 [2019-08-28T08:51:58.806Z] #33 93.92 log
08:51:58 [2019-08-28T08:51:58.806Z] #33 94.35 encoding/binary
08:51:58 [2019-08-28T08:51:58.806Z] #33 95.27 go/doc
08:51:58 [2019-08-28T08:51:58.806Z] #33 96.22 encoding/base64
08:51:58 [2019-08-28T08:51:58.806Z] #33 96.88 encoding/json
08:51:58 [2019-08-28T08:51:58.806Z] #33 99.00 github.com/LK4D4/vndr/build
08:51:58 [2019-08-28T08:51:58.806Z] #33 ...
08:51:58 [2019-08-28T08:51:58.806Z] 
08:51:58 [2019-08-28T08:51:58.806Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
08:51:58 [2019-08-28T08:51:58.806Z] #13 34.96 0 upgraded, 69 newly installed, 0 to remove and 1 not upgraded.
08:51:58 [2019-08-28T08:51:58.806Z] #13 34.96 Need to get 90.9 MB of archives.
08:51:58 [2019-08-28T08:51:58.806Z] #13 34.96 After this operation, 541 MB of additional disk space will be used.
08:51:58 [2019-08-28T08:51:58.806Z] #13 34.96 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bash-completion all 1:2.1-4.3 [178 kB]
08:51:58 [2019-08-28T08:51:58.806Z] #13 34.97 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB]
08:51:58 [2019-08-28T08:51:58.806Z] #13 34.97 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnfnetlink0 amd64 1.0.1-3 [13.5 kB]
08:51:58 [2019-08-28T08:51:58.806Z] #13 34.98 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcrecpp0v5 amd64 2:8.39-3 [151 kB]
08:51:58 [2019-08-28T08:51:58.806Z] #13 35.00 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libudev-dev amd64 232-25+deb9u11 [92.4 kB]
08:51:58 [2019-08-28T08:51:58.806Z] #13 35.01 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-minimal amd64 3.5.3-1+deb9u1 [573 kB]
08:51:58 [2019-08-28T08:51:58.813Z] + cd /tmp/tmp.HtJ7ibCQqM/src/github.com/docker/libnetwork
08:51:58 [2019-08-28T08:51:58.813Z] + git checkout -q 09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1
08:51:58 [2019-08-28T08:51:58.813Z] + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
08:51:58 [2019-08-28T08:51:58.833Z] Removing intermediate container 2098771a7908
08:51:58 [2019-08-28T08:51:58.833Z]  ---> 6c2504ee0dbc
08:51:58 [2019-08-28T08:51:58.833Z] Step 31/126 : FROM cross-${CROSS} as dev-base
08:51:58 [2019-08-28T08:51:58.833Z]  ---> 291c9f731d5f
08:51:58 [2019-08-28T08:51:58.833Z] Step 32/126 : FROM dev-base AS runtime-dev-cross-false
08:51:58 [2019-08-28T08:51:58.833Z]  ---> 291c9f731d5f
08:51:58 [2019-08-28T08:51:58.833Z] Step 33/126 : ARG DEBIAN_FRONTEND
08:51:58 [2019-08-28T08:51:58.833Z]  ---> Using cache
08:51:58 [2019-08-28T08:51:58.833Z]  ---> de948e55d84b
08:51:58 [2019-08-28T08:51:58.833Z] Step 34/126 : RUN apt-get update && apt-get install -y --no-install-recommends 	libapparmor-dev 	libseccomp-dev 	&& rm -rf /var/lib/apt/lists/*
08:51:58 [2019-08-28T08:51:58.833Z]  ---> Running in 623310700d0b
08:51:59 [2019-08-28T08:51:59.060Z] #13 35.07 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5-minimal amd64 3.5.3-1+deb9u1 [1691 kB]
08:51:59 [2019-08-28T08:51:59.061Z] #13 35.21 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-minimal amd64 3.5.3-1 [35.3 kB]
08:51:59 [2019-08-28T08:51:59.061Z] #13 35.22 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmpdec2 amd64 2.4.2-1 [85.2 kB]
08:51:59 [2019-08-28T08:51:59.061Z] #13 35.22 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-stdlib amd64 3.5.3-1+deb9u1 [2167 kB]
08:51:59 [2019-08-28T08:51:59.061Z] #13 35.39 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5 amd64 3.5.3-1+deb9u1 [229 kB]
08:51:59 [2019-08-28T08:51:59.061Z] #13 35.42 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3-stdlib amd64 3.5.3-1 [18.6 kB]
08:51:59 [2019-08-28T08:51:59.061Z] #13 35.43 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dh-python all 2.20170125 [86.8 kB]
08:51:59 [2019-08-28T08:51:59.061Z] #13 35.43 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3 amd64 3.5.3-1 [21.6 kB]
08:51:59 [2019-08-28T08:51:59.061Z] #13 35.44 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 pigz amd64 2.3.4-1 [55.4 kB]
08:51:59 [2019-08-28T08:51:59.061Z] #13 35.45 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip4tc0 amd64 1.6.0+snapshot20161117-6 [67.8 kB]
08:51:59 [2019-08-28T08:51:59.061Z] #13 35.45 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip6tc0 amd64 1.6.0+snapshot20161117-6 [68.1 kB]
08:51:59 [2019-08-28T08:51:59.061Z] #13 35.47 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libiptc0 amd64 1.6.0+snapshot20161117-6 [57.5 kB]
08:51:59 [2019-08-28T08:51:59.315Z] #13 35.47 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxtables12 amd64 1.6.0+snapshot20161117-6 [75.9 kB]
08:51:59 [2019-08-28T08:51:59.315Z] #13 35.49 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnetfilter-conntrack3 amd64 1.0.6-2 [38.7 kB]
08:51:59 [2019-08-28T08:51:59.315Z] #13 35.50 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 iptables amd64 1.6.0+snapshot20161117-6 [288 kB]
08:51:59 [2019-08-28T08:51:59.315Z] #13 35.52 Get:22 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB]
08:51:59 [2019-08-28T08:51:59.315Z] #13 35.54 Get:23 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB]
08:51:59 [2019-08-28T08:51:59.315Z] #13 35.55 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bzip2 amd64 1.0.6-8.1 [47.5 kB]
08:51:59 [2019-08-28T08:51:59.315Z] #13 35.57 Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgpm2 amd64 1.20.4-6.2+b1 [34.2 kB]
08:51:59 [2019-08-28T08:51:59.315Z] #13 35.57 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xz-utils amd64 5.2.2-1.2+b1 [266 kB]
08:51:59 [2019-08-28T08:51:59.315Z] #13 35.59 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 aufs-tools amd64 1:4.1+20161219-1 [102 kB]
08:51:59 [2019-08-28T08:51:59.315Z] #13 35.62 Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB]
08:51:59 [2019-08-28T08:51:59.315Z] #13 35.62 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB]
08:51:59 [2019-08-28T08:51:59.315Z] #13 35.68 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB]
08:51:59 [2019-08-28T08:51:59.464Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
08:51:59 [2019-08-28T08:51:59.464Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
08:51:59 [2019-08-28T08:51:59.464Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
08:51:59 [2019-08-28T08:51:59.464Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
08:51:59 [2019-08-28T08:51:59.464Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B]
08:51:59 [2019-08-28T08:51:59.464Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [481 kB]
08:51:59 [2019-08-28T08:51:59.571Z] #13 35.69 Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper1.02.1 amd64 2:1.02.137-2 [170 kB]
08:51:59 [2019-08-28T08:51:59.571Z] #13 35.70 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dmsetup amd64 2:1.02.137-2 [107 kB]
08:51:59 [2019-08-28T08:51:59.571Z] #13 35.71 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB]
08:51:59 [2019-08-28T08:51:59.571Z] #13 35.73 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB]
08:51:59 [2019-08-28T08:51:59.571Z] #13 35.74 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB]
08:51:59 [2019-08-28T08:51:59.571Z] #13 35.76 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libaio1 amd64 0.3.110-3 [9412 B]
08:51:59 [2019-08-28T08:51:59.571Z] #13 35.77 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap2-bin amd64 1:2.25-1 [26.5 kB]
08:51:59 [2019-08-28T08:51:59.571Z] #13 35.77 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]
08:51:59 [2019-08-28T08:51:59.571Z] #13 35.77 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsepol1-dev amd64 2.6-2 [309 kB]
08:51:59 [2019-08-28T08:51:59.571Z] #13 35.80 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre16-3 amd64 2:8.39-3 [258 kB]
08:51:59 [2019-08-28T08:51:59.571Z] #13 35.84 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre32-3 amd64 2:8.39-3 [248 kB]
08:51:59 [2019-08-28T08:51:59.571Z] #13 35.86 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre3-dev amd64 2:8.39-3 [647 kB]
08:51:59 [2019-08-28T08:51:59.571Z] #13 35.91 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libselinux1-dev amd64 2.6-3+b3 [184 kB]
08:51:59 [2019-08-28T08:51:59.633Z] #33 100.3 encoding/json
08:51:59 [2019-08-28T08:51:59.749Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB]
08:51:59 [2019-08-28T08:51:59.827Z] #13 35.93 Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-dev amd64 2:1.02.137-2 [68.6 kB]
08:51:59 [2019-08-28T08:51:59.827Z] #13 35.95 Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB]
08:51:59 [2019-08-28T08:51:59.827Z] #13 35.95 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB]
08:51:59 [2019-08-28T08:51:59.827Z] #13 35.96 Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libreadline5 amd64 5.2+dfsg-3+b1 [119 kB]
08:51:59 [2019-08-28T08:51:59.827Z] #13 35.97 Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsystemd-dev amd64 232-25+deb9u11 [1974 kB]
08:51:59 [2019-08-28T08:51:59.827Z] #13 36.17 Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 net-tools amd64 1.60+git20161116.90da8a0-1 [248 kB]
08:51:59 [2019-08-28T08:51:59.891Z] #33 ...
08:51:59 [2019-08-28T08:51:59.891Z] 
08:51:59 [2019-08-28T08:51:59.891Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
08:51:59 [2019-08-28T08:51:59.891Z] #13 17.18 Reading package lists...
08:51:59 [2019-08-28T08:51:59.891Z] #13 23.28 Reading package lists...
08:51:59 [2019-08-28T08:51:59.891Z] #13 27.75 Building dependency tree...
08:51:59 [2019-08-28T08:51:59.891Z] #13 28.80 Reading state information...
08:51:59 [2019-08-28T08:51:59.891Z] #13 29.98 The following additional packages will be installed:
08:51:59 [2019-08-28T08:51:59.891Z] #13 29.99   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python
08:51:59 [2019-08-28T08:51:59.891Z] #13 29.99   dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl
08:51:59 [2019-08-28T08:51:59.891Z] #13 29.99   libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0
08:51:59 [2019-08-28T08:51:59.891Z] #13 29.99   libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0
08:51:59 [2019-08-28T08:51:59.891Z] #13 29.99   libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
08:51:59 [2019-08-28T08:51:59.891Z] #13 30.00   libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5
08:51:59 [2019-08-28T08:51:59.891Z] #13 30.00   libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common
08:51:59 [2019-08-28T08:51:59.891Z] #13 30.00   mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal
08:51:59 [2019-08-28T08:51:59.891Z] #13 30.00   python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd
08:51:59 [2019-08-28T08:51:59.891Z] #13 30.02 Suggested packages:
08:51:59 [2019-08-28T08:51:59.891Z] #13 30.02   apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc
08:51:59 [2019-08-28T08:51:59.891Z] #13 30.02   gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv
08:51:59 [2019-08-28T08:51:59.891Z] #13 30.02   python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags
08:51:59 [2019-08-28T08:51:59.891Z] #13 30.02   vim-doc vim-scripts xfsdump acl attr quota
08:51:59 [2019-08-28T08:51:59.891Z] #13 30.02 Recommended packages:
08:51:59 [2019-08-28T08:51:59.891Z] #13 30.03   aufs-dkms libpam-cap build-essential python3-dev python3-keyring
08:51:59 [2019-08-28T08:51:59.891Z] #13 30.03   python3-keyrings.alt python3-xdg unzip
08:51:59 [2019-08-28T08:51:59.891Z] #13 ...
08:51:59 [2019-08-28T08:51:59.891Z] 
08:51:59 [2019-08-28T08:51:59.891Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:51:59 [2019-08-28T08:51:59.891Z] #58 33.78   CC       images/timer.o
08:51:59 [2019-08-28T08:51:59.891Z] #58 34.24   CC       images/timerfd.o
08:51:59 [2019-08-28T08:51:59.891Z] #58 34.51   CC       images/mm.o
08:51:59 [2019-08-28T08:51:59.891Z] #58 34.83   CC       images/sk-opts.o
08:51:59 [2019-08-28T08:51:59.891Z] #58 35.08   CC       images/sk-unix.o
08:51:59 [2019-08-28T08:51:59.891Z] #58 35.50   CC       images/sk-inet.o
08:51:59 [2019-08-28T08:51:59.891Z] #58 35.89   CC       images/tun.o
08:51:59 [2019-08-28T08:51:59.891Z] #58 36.20   CC       images/sk-netlink.o
08:51:59 [2019-08-28T08:51:59.891Z] #58 36.56   CC       images/packet-sock.o
08:51:59 [2019-08-28T08:51:59.891Z] #58 37.16   CC       images/ipc-var.o
08:51:59 [2019-08-28T08:51:59.891Z] #58 37.36   CC       images/ipc-desc.o
08:52:00 [2019-08-28T08:52:00.031Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6903 kB]
08:52:00 [2019-08-28T08:52:00.082Z] #13 36.19 Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pip-whl all 9.0.1-2+deb9u1 [1399 kB]
08:52:00 [2019-08-28T08:52:00.082Z] #13 36.34 Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pip all 9.0.1-2+deb9u1 [142 kB]
08:52:00 [2019-08-28T08:52:00.082Z] #13 36.35 Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pkg-resources all 33.1.1-1 [137 kB]
08:52:00 [2019-08-28T08:52:00.082Z] #13 36.35 Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-setuptools all 33.1.1-1 [215 kB]
08:52:00 [2019-08-28T08:52:00.082Z] #13 36.37 Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-wheel all 0.29.0-2 [51.8 kB]
08:52:00 [2019-08-28T08:52:00.082Z] #13 36.38 Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 thin-provisioning-tools amd64 0.6.1-4+b1 [363 kB]
08:52:00 [2019-08-28T08:52:00.082Z] #13 36.42 Get:56 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB]
08:52:00 [2019-08-28T08:52:00.149Z] #58 37.62   CC       images/ipc-shm.o
08:52:00 [2019-08-28T08:52:00.407Z] #58 37.86   CC       images/ipc-msg.o
08:52:00 [2019-08-28T08:52:00.973Z] #58 38.11   CC       images/ipc-sem.o
08:52:00 [2019-08-28T08:52:00.973Z] #58 38.34   CC       images/utsns.o
08:52:01 [2019-08-28T08:52:01.011Z] #13 36.93 Get:57 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 vim amd64 2:8.0.0197-4+deb9u3 [1034 kB]
08:52:01 [2019-08-28T08:52:01.011Z] #13 37.06 Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xfsprogs amd64 4.9.0+nmu1 [811 kB]
08:52:01 [2019-08-28T08:52:01.011Z] #13 37.13 Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB]
08:52:01 [2019-08-28T08:52:01.011Z] #13 37.17 Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-perl amd64 2.11.0-3+deb9u2 [82.2 kB]
08:52:01 [2019-08-28T08:52:01.011Z] #13 37.18 Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 apparmor amd64 2.11.0-3+deb9u2 [525 kB]
08:52:01 [2019-08-28T08:52:01.011Z] #13 37.23 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]
08:52:01 [2019-08-28T08:52:01.231Z] #58 38.59   CC       images/creds.o
08:52:01 [2019-08-28T08:52:01.267Z] #13 37.42 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]
08:52:01 [2019-08-28T08:52:01.489Z] #58 38.80   CC       images/vma.o
08:52:01 [2019-08-28T08:52:01.509Z] Removing intermediate container 542b6e9a775d
08:52:01 [2019-08-28T08:52:01.509Z]  ---> ee74467576ea
08:52:01 [2019-08-28T08:52:01.509Z] Step 61/126 : FROM base AS gometalinter
08:52:01 [2019-08-28T08:52:01.509Z]  ---> 1af970284b9f
08:52:01 [2019-08-28T08:52:01.509Z] Step 62/126 : ENV INSTALL_BINARY_NAME=gometalinter
08:52:01 [2019-08-28T08:52:01.509Z]  ---> Running in ba5c563891b0
08:52:01 [2019-08-28T08:52:01.509Z] Removing intermediate container ba5c563891b0
08:52:01 [2019-08-28T08:52:01.509Z]  ---> 8e10657cb162
08:52:01 [2019-08-28T08:52:01.509Z] Step 63/126 : COPY hack/dockerfile/install/install.sh ./install.sh
08:52:01 [2019-08-28T08:52:01.522Z] #13 37.65 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]
08:52:01 [2019-08-28T08:52:01.522Z] #13 37.66 Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-common all 5.0.1-1 [4764 kB]
08:52:01 [2019-08-28T08:52:01.747Z] #58 39.13   CC       images/netdev.o
08:52:01 [2019-08-28T08:52:01.777Z] #13 38.09 Get:66 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB]
08:52:01 [2019-08-28T08:52:01.873Z]  ---> 9ec7faa227ab
08:52:01 [2019-08-28T08:52:01.873Z] Step 64/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./
08:52:01 [2019-08-28T08:52:01.873Z]  ---> bb19a53206c7
08:52:01 [2019-08-28T08:52:01.873Z] Step 65/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME
08:52:02 [2019-08-28T08:52:02.005Z] #58 ...
08:52:02 [2019-08-28T08:52:02.005Z] 
08:52:02 [2019-08-28T08:52:02.005Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
08:52:02 [2019-08-28T08:52:02.005Z] #13 33.34 The following NEW packages will be installed:
08:52:02 [2019-08-28T08:52:02.005Z] #13 33.36   apparmor aufs-tools bash-completion binutils-mingw-w64
08:52:02 [2019-08-28T08:52:02.005Z] #13 33.36   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools
08:52:02 [2019-08-28T08:52:02.005Z] #13 33.36   bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base
08:52:02 [2019-08-28T08:52:02.005Z] #13 33.36   gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin
08:52:02 [2019-08-28T08:52:02.005Z] #13 33.36   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2
08:52:02 [2019-08-28T08:52:02.005Z] #13 33.36   libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1
08:52:02 [2019-08-28T08:52:02.005Z] #13 33.36   libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3
08:52:02 [2019-08-28T08:52:02.005Z] #13 33.36   libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib
08:52:02 [2019-08-28T08:52:02.005Z] #13 33.36   libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev
08:52:02 [2019-08-28T08:52:02.005Z] #13 33.36   libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common
08:52:02 [2019-08-28T08:52:02.005Z] #13 33.37   mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal
08:52:02 [2019-08-28T08:52:02.005Z] #13 33.37   python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5
08:52:02 [2019-08-28T08:52:02.005Z] #13 33.37   python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime
08:52:02 [2019-08-28T08:52:02.005Z] #13 33.38   xfsprogs xxd xz-utils zip
08:52:02 [2019-08-28T08:52:02.005Z] #13 34.46 0 upgraded, 69 newly installed, 0 to remove and 1 not upgraded.
08:52:02 [2019-08-28T08:52:02.005Z] #13 34.46 Need to get 90.9 MB of archives.
08:52:02 [2019-08-28T08:52:02.005Z] #13 34.46 After this operation, 541 MB of additional disk space will be used.
08:52:02 [2019-08-28T08:52:02.005Z] #13 34.46 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bash-completion all 1:2.1-4.3 [178 kB]
08:52:02 [2019-08-28T08:52:02.005Z] #13 34.46 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB]
08:52:02 [2019-08-28T08:52:02.005Z] #13 34.47 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnfnetlink0 amd64 1.0.1-3 [13.5 kB]
08:52:02 [2019-08-28T08:52:02.005Z] #13 34.47 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcrecpp0v5 amd64 2:8.39-3 [151 kB]
08:52:02 [2019-08-28T08:52:02.005Z] #13 34.47 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libudev-dev amd64 232-25+deb9u11 [92.4 kB]
08:52:02 [2019-08-28T08:52:02.005Z] #13 34.48 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-minimal amd64 3.5.3-1+deb9u1 [573 kB]
08:52:02 [2019-08-28T08:52:02.005Z] #13 34.54 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5-minimal amd64 3.5.3-1+deb9u1 [1691 kB]
08:52:02 [2019-08-28T08:52:02.005Z] #13 34.70 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-minimal amd64 3.5.3-1 [35.3 kB]
08:52:02 [2019-08-28T08:52:02.005Z] #13 34.70 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmpdec2 amd64 2.4.2-1 [85.2 kB]
08:52:02 [2019-08-28T08:52:02.005Z] #13 34.72 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-stdlib amd64 3.5.3-1+deb9u1 [2167 kB]
08:52:02 [2019-08-28T08:52:02.005Z] #13 34.92 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5 amd64 3.5.3-1+deb9u1 [229 kB]
08:52:02 [2019-08-28T08:52:02.005Z] #13 34.93 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3-stdlib amd64 3.5.3-1 [18.6 kB]
08:52:02 [2019-08-28T08:52:02.005Z] #13 34.94 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dh-python all 2.20170125 [86.8 kB]
08:52:02 [2019-08-28T08:52:02.005Z] #13 34.95 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3 amd64 3.5.3-1 [21.6 kB]
08:52:02 [2019-08-28T08:52:02.005Z] #13 34.96 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 pigz amd64 2.3.4-1 [55.4 kB]
08:52:02 [2019-08-28T08:52:02.005Z] #13 34.96 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip4tc0 amd64 1.6.0+snapshot20161117-6 [67.8 kB]
08:52:02 [2019-08-28T08:52:02.005Z] #13 34.97 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip6tc0 amd64 1.6.0+snapshot20161117-6 [68.1 kB]
08:52:02 [2019-08-28T08:52:02.005Z] #13 34.98 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libiptc0 amd64 1.6.0+snapshot20161117-6 [57.5 kB]
08:52:02 [2019-08-28T08:52:02.005Z] #13 34.98 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxtables12 amd64 1.6.0+snapshot20161117-6 [75.9 kB]
08:52:02 [2019-08-28T08:52:02.005Z] #13 34.99 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnetfilter-conntrack3 amd64 1.0.6-2 [38.7 kB]
08:52:02 [2019-08-28T08:52:02.005Z] #13 34.99 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 iptables amd64 1.6.0+snapshot20161117-6 [288 kB]
08:52:02 [2019-08-28T08:52:02.005Z] #13 35.01 Get:22 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB]
08:52:02 [2019-08-28T08:52:02.005Z] #13 35.02 Get:23 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB]
08:52:02 [2019-08-28T08:52:02.005Z] #13 35.05 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bzip2 amd64 1.0.6-8.1 [47.5 kB]
08:52:02 [2019-08-28T08:52:02.005Z] #13 35.06 Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgpm2 amd64 1.20.4-6.2+b1 [34.2 kB]
08:52:02 [2019-08-28T08:52:02.005Z] #13 35.07 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xz-utils amd64 5.2.2-1.2+b1 [266 kB]
08:52:02 [2019-08-28T08:52:02.005Z] #13 35.10 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 aufs-tools amd64 1:4.1+20161219-1 [102 kB]
08:52:02 [2019-08-28T08:52:02.006Z] #13 35.11 Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB]
08:52:02 [2019-08-28T08:52:02.006Z] #13 35.13 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB]
08:52:02 [2019-08-28T08:52:02.006Z] #13 35.19 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB]
08:52:02 [2019-08-28T08:52:02.006Z] #13 35.21 Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper1.02.1 amd64 2:1.02.137-2 [170 kB]
08:52:02 [2019-08-28T08:52:02.006Z] #13 35.23 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dmsetup amd64 2:1.02.137-2 [107 kB]
08:52:02 [2019-08-28T08:52:02.006Z] #13 35.25 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB]
08:52:02 [2019-08-28T08:52:02.006Z] #13 35.28 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB]
08:52:02 [2019-08-28T08:52:02.006Z] #13 35.31 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB]
08:52:02 [2019-08-28T08:52:02.033Z] #13 38.40 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]
08:52:02 [2019-08-28T08:52:02.033Z] #13 38.41 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]
08:52:02 [2019-08-28T08:52:02.057Z] Fetched 7716 kB in 2s (3173 kB/s)
08:52:02 [2019-08-28T08:52:02.244Z]  ---> Running in 38b77a500ee7
08:52:02 [2019-08-28T08:52:02.264Z] #13 35.31 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libaio1 amd64 0.3.110-3 [9412 B]
08:52:02 [2019-08-28T08:52:02.264Z] #13 35.32 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap2-bin amd64 1:2.25-1 [26.5 kB]
08:52:02 [2019-08-28T08:52:02.264Z] #13 35.32 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]
08:52:02 [2019-08-28T08:52:02.264Z] #13 35.33 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsepol1-dev amd64 2.6-2 [309 kB]
08:52:02 [2019-08-28T08:52:02.264Z] #13 35.37 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre16-3 amd64 2:8.39-3 [258 kB]
08:52:02 [2019-08-28T08:52:02.264Z] #13 35.39 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre32-3 amd64 2:8.39-3 [248 kB]
08:52:02 [2019-08-28T08:52:02.264Z] #13 35.43 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre3-dev amd64 2:8.39-3 [647 kB]
08:52:02 [2019-08-28T08:52:02.264Z] #13 35.49 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libselinux1-dev amd64 2.6-3+b3 [184 kB]
08:52:02 [2019-08-28T08:52:02.264Z] #13 35.50 Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-dev amd64 2:1.02.137-2 [68.6 kB]
08:52:02 [2019-08-28T08:52:02.264Z] #13 35.51 Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB]
08:52:02 [2019-08-28T08:52:02.264Z] #13 35.52 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB]
08:52:02 [2019-08-28T08:52:02.264Z] #13 35.52 Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libreadline5 amd64 5.2+dfsg-3+b1 [119 kB]
08:52:02 [2019-08-28T08:52:02.264Z] #13 35.53 Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsystemd-dev amd64 232-25+deb9u11 [1974 kB]
08:52:02 [2019-08-28T08:52:02.522Z] #13 35.65 Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 net-tools amd64 1.60+git20161116.90da8a0-1 [248 kB]
08:52:02 [2019-08-28T08:52:02.522Z] #13 35.66 Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pip-whl all 9.0.1-2+deb9u1 [1399 kB]
08:52:02 [2019-08-28T08:52:02.522Z] #13 35.78 Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pip all 9.0.1-2+deb9u1 [142 kB]
08:52:02 [2019-08-28T08:52:02.615Z] + RM_GOPATH=0
08:52:02 [2019-08-28T08:52:02.615Z] + TMP_GOPATH=
08:52:02 [2019-08-28T08:52:02.615Z] + : /build
08:52:02 [2019-08-28T08:52:02.615Z] + '[' -z '' ']'
08:52:02 [2019-08-28T08:52:02.615Z] ++ mktemp -d
08:52:02 [2019-08-28T08:52:02.615Z] + export GOPATH=/tmp/tmp.UHhypST6hx
08:52:02 [2019-08-28T08:52:02.615Z] + GOPATH=/tmp/tmp.UHhypST6hx
08:52:02 [2019-08-28T08:52:02.615Z] + RM_GOPATH=1
08:52:02 [2019-08-28T08:52:02.615Z] ++ dirname ./install.sh
08:52:02 [2019-08-28T08:52:02.615Z] + dir=.
08:52:02 [2019-08-28T08:52:02.615Z] + bin=gometalinter
08:52:02 [2019-08-28T08:52:02.615Z] + shift
08:52:02 [2019-08-28T08:52:02.615Z] + '[' '!' -f ./gometalinter.installer ']'
08:52:02 [2019-08-28T08:52:02.615Z] + . ./gometalinter.installer
08:52:02 [2019-08-28T08:52:02.615Z] ++ GOMETALINTER_COMMIT=v2.0.6
08:52:02 [2019-08-28T08:52:02.615Z] + install_gometalinter
08:52:02 [2019-08-28T08:52:02.615Z] + echo 'Installing gometalinter version v2.0.6'
08:52:02 [2019-08-28T08:52:02.615Z] + go get -d github.com/alecthomas/gometalinter
08:52:02 [2019-08-28T08:52:02.615Z] Installing gometalinter version v2.0.6
08:52:02 [2019-08-28T08:52:02.780Z] #13 35.79 Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pkg-resources all 33.1.1-1 [137 kB]
08:52:02 [2019-08-28T08:52:02.780Z] #13 35.82 Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-setuptools all 33.1.1-1 [215 kB]
08:52:02 [2019-08-28T08:52:02.780Z] #13 35.83 Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-wheel all 0.29.0-2 [51.8 kB]
08:52:02 [2019-08-28T08:52:02.780Z] #13 35.83 Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 thin-provisioning-tools amd64 0.6.1-4+b1 [363 kB]
08:52:02 [2019-08-28T08:52:02.780Z] #13 35.86 Get:56 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB]
08:52:03 [2019-08-28T08:52:03.061Z] Reading package lists...
08:52:03 [2019-08-28T08:52:03.346Z] #13 36.41 Get:57 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 vim amd64 2:8.0.0197-4+deb9u3 [1034 kB]
08:52:03 [2019-08-28T08:52:03.347Z] #13 36.52 Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xfsprogs amd64 4.9.0+nmu1 [811 kB]
08:52:03 [2019-08-28T08:52:03.347Z] #13 36.59 Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB]
08:52:03 [2019-08-28T08:52:03.347Z] #13 36.61 Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-perl amd64 2.11.0-3+deb9u2 [82.2 kB]
08:52:03 [2019-08-28T08:52:03.347Z] #13 36.62 Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 apparmor amd64 2.11.0-3+deb9u2 [525 kB]
08:52:03 [2019-08-28T08:52:03.410Z] + cd /tmp/tmp.UHhypST6hx/src/github.com/alecthomas/gometalinter
08:52:03 [2019-08-28T08:52:03.410Z] + git checkout -q v2.0.6
08:52:03 [2019-08-28T08:52:03.410Z] + go build -buildmode=pie -o /build/gometalinter github.com/alecthomas/gometalinter
08:52:03 [2019-08-28T08:52:03.605Z] #13 36.66 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]
08:52:03 [2019-08-28T08:52:03.862Z] #13 36.85 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]
08:52:03 [2019-08-28T08:52:03.862Z] #13 37.04 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]
08:52:04 [2019-08-28T08:52:04.070Z] Reading package lists...
08:52:04 [2019-08-28T08:52:04.121Z] #13 37.07 Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-common all 5.0.1-1 [4764 kB]
08:52:04 [2019-08-28T08:52:04.351Z] Building dependency tree...
08:52:04 [2019-08-28T08:52:04.351Z] Reading state information...
08:52:04 [2019-08-28T08:52:04.351Z] The following additional packages will be installed:
08:52:04 [2019-08-28T08:52:04.351Z]   libapparmor1 libseccomp2
08:52:04 [2019-08-28T08:52:04.351Z] Suggested packages:
08:52:04 [2019-08-28T08:52:04.351Z]   seccomp
08:52:04 [2019-08-28T08:52:04.351Z] The following NEW packages will be installed:
08:52:04 [2019-08-28T08:52:04.351Z]   libapparmor-dev libapparmor1 libseccomp-dev libseccomp2
08:52:04 [2019-08-28T08:52:04.379Z] #13 37.49 Get:66 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB]
08:52:04 [2019-08-28T08:52:04.546Z] #13 ...
08:52:04 [2019-08-28T08:52:04.547Z] 
08:52:04 [2019-08-28T08:52:04.547Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:52:04 [2019-08-28T08:52:04.547Z] #58 32.57   CC       images/timer.o
08:52:04 [2019-08-28T08:52:04.547Z] #58 32.98   CC       images/timerfd.o
08:52:04 [2019-08-28T08:52:04.547Z] #58 33.32   CC       images/mm.o
08:52:04 [2019-08-28T08:52:04.547Z] #58 33.72   CC       images/sk-opts.o
08:52:04 [2019-08-28T08:52:04.547Z] #58 33.96   CC       images/sk-unix.o
08:52:04 [2019-08-28T08:52:04.547Z] #58 34.27   CC       images/sk-inet.o
08:52:04 [2019-08-28T08:52:04.547Z] #58 34.70   CC       images/tun.o
08:52:04 [2019-08-28T08:52:04.547Z] #58 35.05   CC       images/sk-netlink.o
08:52:04 [2019-08-28T08:52:04.547Z] #58 35.37   CC       images/packet-sock.o
08:52:04 [2019-08-28T08:52:04.547Z] #58 35.80   CC       images/ipc-var.o
08:52:04 [2019-08-28T08:52:04.547Z] #58 36.08   CC       images/ipc-desc.o
08:52:04 [2019-08-28T08:52:04.547Z] #58 36.30   CC       images/ipc-shm.o
08:52:04 [2019-08-28T08:52:04.547Z] #58 36.49   CC       images/ipc-msg.o
08:52:04 [2019-08-28T08:52:04.547Z] #58 36.72   CC       images/ipc-sem.o
08:52:04 [2019-08-28T08:52:04.547Z] #58 37.02   CC       images/utsns.o
08:52:04 [2019-08-28T08:52:04.547Z] #58 37.28   CC       images/creds.o
08:52:04 [2019-08-28T08:52:04.547Z] #58 37.60   CC       images/vma.o
08:52:04 [2019-08-28T08:52:04.547Z] #58 37.92   CC       images/netdev.o
08:52:04 [2019-08-28T08:52:04.547Z] #58 38.47   CC       images/tty.o
08:52:04 [2019-08-28T08:52:04.547Z] #58 39.14   CC       images/file-lock.o
08:52:04 [2019-08-28T08:52:04.547Z] #58 39.33   CC       images/rlimit.o
08:52:04 [2019-08-28T08:52:04.547Z] #58 39.52   CC       images/pagemap.o
08:52:04 [2019-08-28T08:52:04.547Z] #58 39.93   CC       images/siginfo.o
08:52:04 [2019-08-28T08:52:04.547Z] #58 40.24   CC       images/rpc.o
08:52:04 [2019-08-28T08:52:04.547Z] #58 41.65   CC       images/ext-file.o
08:52:04 [2019-08-28T08:52:04.547Z] #58 41.90   CC       images/cgroup.o
08:52:04 [2019-08-28T08:52:04.547Z] #58 42.75   CC       images/userns.o
08:52:04 [2019-08-28T08:52:04.547Z] #58 42.98   CC       images/google/protobuf/descriptor.o
08:52:04 [2019-08-28T08:52:04.632Z] 0 upgraded, 4 newly installed, 0 to remove and 1 not upgraded.
08:52:04 [2019-08-28T08:52:04.632Z] Need to get 296 kB of archives.
08:52:04 [2019-08-28T08:52:04.632Z] After this operation, 1346 kB of additional disk space will be used.
08:52:04 [2019-08-28T08:52:04.632Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libseccomp2 ppc64el 2.3.1-2.1+deb9u1 [39.6 kB]
08:52:04 [2019-08-28T08:52:04.632Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libseccomp-dev ppc64el 2.3.1-2.1+deb9u1 [61.1 kB]
08:52:04 [2019-08-28T08:52:04.632Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor1 ppc64el 2.11.0-3+deb9u2 [77.1 kB]
08:52:04 [2019-08-28T08:52:04.632Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor-dev ppc64el 2.11.0-3+deb9u2 [118 kB]
08:52:04 [2019-08-28T08:52:04.632Z] debconf: delaying package configuration, since apt-utils is not installed
08:52:04 [2019-08-28T08:52:04.636Z] #13 37.77 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]
08:52:04 [2019-08-28T08:52:04.636Z] #13 37.78 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]
08:52:04 [2019-08-28T08:52:04.807Z] #58 ...
08:52:04 [2019-08-28T08:52:04.807Z] 
08:52:04 [2019-08-28T08:52:04.807Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
08:52:04 [2019-08-28T08:52:04.807Z] #13 41.10 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]
08:52:04 [2019-08-28T08:52:04.914Z] Fetched 296 kB in 0s (1714 kB/s)
08:52:04 [2019-08-28T08:52:04.914Z] Selecting previously unselected package libseccomp2:ppc64el.
08:52:04 [2019-08-28T08:52:04.914Z] (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.)
08:52:04 [2019-08-28T08:52:04.914Z] Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_ppc64el.deb ...
08:52:04 [2019-08-28T08:52:04.914Z] Unpacking libseccomp2:ppc64el (2.3.1-2.1+deb9u1) ...
08:52:04 [2019-08-28T08:52:04.914Z] Selecting previously unselected package libseccomp-dev:ppc64el.
08:52:04 [2019-08-28T08:52:04.914Z] Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_ppc64el.deb ...
08:52:04 [2019-08-28T08:52:04.914Z] Unpacking libseccomp-dev:ppc64el (2.3.1-2.1+deb9u1) ...
08:52:04 [2019-08-28T08:52:04.914Z] Selecting previously unselected package libapparmor1:ppc64el.
08:52:04 [2019-08-28T08:52:04.914Z] Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_ppc64el.deb ...
08:52:04 [2019-08-28T08:52:04.914Z] Unpacking libapparmor1:ppc64el (2.11.0-3+deb9u2) ...
08:52:04 [2019-08-28T08:52:04.914Z] Selecting previously unselected package libapparmor-dev:ppc64el.
08:52:04 [2019-08-28T08:52:04.914Z] Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_ppc64el.deb ...
08:52:04 [2019-08-28T08:52:04.914Z] Unpacking libapparmor-dev:ppc64el (2.11.0-3+deb9u2) ...
08:52:04 [2019-08-28T08:52:04.914Z] Processing triggers for libc-bin (2.24-11+deb9u4) ...
08:52:04 [2019-08-28T08:52:04.914Z] Setting up libseccomp2:ppc64el (2.3.1-2.1+deb9u1) ...
08:52:04 [2019-08-28T08:52:04.914Z] Setting up libapparmor1:ppc64el (2.11.0-3+deb9u2) ...
08:52:04 [2019-08-28T08:52:04.914Z] Setting up libseccomp-dev:ppc64el (2.3.1-2.1+deb9u1) ...
08:52:04 [2019-08-28T08:52:04.914Z] Setting up libapparmor-dev:ppc64el (2.11.0-3+deb9u2) ...
08:52:04 [2019-08-28T08:52:04.914Z] Processing triggers for libc-bin (2.24-11+deb9u4) ...
08:52:05 [2019-08-28T08:52:05.542Z] Removing intermediate container 623310700d0b
08:52:05 [2019-08-28T08:52:05.542Z]  ---> d190dd901841
08:52:05 [2019-08-28T08:52:05.542Z] Step 35/126 : FROM cross-true AS runtime-dev-cross-true
08:52:05 [2019-08-28T08:52:05.542Z]  ---> 6c2504ee0dbc
08:52:05 [2019-08-28T08:52:05.542Z] Step 36/126 : ARG DEBIAN_FRONTEND
08:52:05 [2019-08-28T08:52:05.542Z]  ---> Running in 8c98cf883909
08:52:05 [2019-08-28T08:52:05.542Z] Removing intermediate container 8c98cf883909
08:52:05 [2019-08-28T08:52:05.542Z]  ---> 642c418d0aae
08:52:05 [2019-08-28T08:52:05.542Z] Step 37/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
08:52:05 [2019-08-28T08:52:05.542Z]  ---> Running in 9f3189b04ae3
08:52:06 [2019-08-28T08:52:06.553Z] Removing intermediate container 9f3189b04ae3
08:52:06 [2019-08-28T08:52:06.553Z]  ---> 37ce585bd513
08:52:06 [2019-08-28T08:52:06.553Z] Step 38/126 : FROM runtime-dev-cross-${CROSS} AS runtime-dev
08:52:06 [2019-08-28T08:52:06.553Z]  ---> d190dd901841
08:52:06 [2019-08-28T08:52:06.553Z] Step 39/126 : FROM base AS tomlv
08:52:06 [2019-08-28T08:52:06.553Z]  ---> 291c9f731d5f
08:52:06 [2019-08-28T08:52:06.553Z] Step 40/126 : ENV INSTALL_BINARY_NAME=tomlv
08:52:06 [2019-08-28T08:52:06.553Z]  ---> Running in 0487d1c9a38b
08:52:06 [2019-08-28T08:52:06.553Z] Removing intermediate container 0487d1c9a38b
08:52:06 [2019-08-28T08:52:06.553Z]  ---> cff2805254ef
08:52:06 [2019-08-28T08:52:06.553Z] Step 41/126 : COPY hack/dockerfile/install/install.sh ./install.sh
08:52:06 [2019-08-28T08:52:06.553Z]  ---> a03f7ca971bc
08:52:06 [2019-08-28T08:52:06.553Z] Step 42/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./
08:52:06 [2019-08-28T08:52:06.835Z]  ---> 9f52ba12e1f1
08:52:06 [2019-08-28T08:52:06.835Z] Step 43/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME
08:52:06 [2019-08-28T08:52:06.835Z]  ---> Running in f5cbadb1734a
08:52:07 [2019-08-28T08:52:07.119Z] + RM_GOPATH=0
08:52:07 [2019-08-28T08:52:07.119Z] + TMP_GOPATH=
08:52:07 [2019-08-28T08:52:07.119Z] + : /build
08:52:07 [2019-08-28T08:52:07.119Z] + '[' -z '' ']'
08:52:07 [2019-08-28T08:52:07.119Z] ++ mktemp -d
08:52:07 [2019-08-28T08:52:07.119Z] + export GOPATH=/tmp/tmp.b7QJPN43RF
08:52:07 [2019-08-28T08:52:07.119Z] + GOPATH=/tmp/tmp.b7QJPN43RF
08:52:07 [2019-08-28T08:52:07.119Z] + RM_GOPATH=1
08:52:07 [2019-08-28T08:52:07.119Z] ++ dirname ./install.sh
08:52:07 [2019-08-28T08:52:07.119Z] + dir=.
08:52:07 [2019-08-28T08:52:07.119Z] + bin=tomlv
08:52:07 [2019-08-28T08:52:07.119Z] + shift
08:52:07 [2019-08-28T08:52:07.119Z] + '[' '!' -f ./tomlv.installer ']'
08:52:07 [2019-08-28T08:52:07.119Z] + . ./tomlv.installer
08:52:07 [2019-08-28T08:52:07.119Z] ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
08:52:07 [2019-08-28T08:52:07.119Z] + install_tomlv
08:52:07 [2019-08-28T08:52:07.119Z] + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
08:52:07 [2019-08-28T08:52:07.119Z] + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.b7QJPN43RF/src/github.com/BurntSushi/toml
08:52:07 [2019-08-28T08:52:07.119Z] Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
08:52:07 [2019-08-28T08:52:07.119Z] Cloning into '/tmp/tmp.b7QJPN43RF/src/github.com/BurntSushi/toml'...
08:52:07 [2019-08-28T08:52:07.168Z] #13 40.33 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]
08:52:07 [2019-08-28T08:52:07.738Z] + cd /tmp/tmp.b7QJPN43RF/src/github.com/BurntSushi/toml
08:52:07 [2019-08-28T08:52:07.738Z] + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
08:52:07 [2019-08-28T08:52:07.738Z] + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
08:52:07 [2019-08-28T08:52:07.738Z] errors
08:52:07 [2019-08-28T08:52:07.738Z] math/bits
08:52:07 [2019-08-28T08:52:07.738Z] internal/cpu
08:52:07 [2019-08-28T08:52:07.738Z] runtime/internal/atomic
08:52:07 [2019-08-28T08:52:07.738Z] runtime/internal/sys
08:52:07 [2019-08-28T08:52:07.738Z] runtime/internal/math
08:52:07 [2019-08-28T08:52:07.738Z] internal/bytealg
08:52:07 [2019-08-28T08:52:07.738Z] unicode/utf8
08:52:07 [2019-08-28T08:52:07.738Z] math
08:52:07 [2019-08-28T08:52:07.738Z] internal/race
08:52:08 [2019-08-28T08:52:08.026Z] sync/atomic
08:52:08 [2019-08-28T08:52:08.026Z] unicode
08:52:08 [2019-08-28T08:52:08.026Z] runtime
08:52:08 [2019-08-28T08:52:08.026Z] internal/testlog
08:52:08 [2019-08-28T08:52:08.026Z] encoding
08:52:08 [2019-08-28T08:52:08.026Z] runtime/cgo
08:52:08 [2019-08-28T08:52:08.073Z] #13 43.96 debconf: delaying package configuration, since apt-utils is not installed
08:52:08 [2019-08-28T08:52:08.073Z] #13 44.13 Fetched 90.9 MB in 9s (9977 kB/s)
08:52:08 [2019-08-28T08:52:08.073Z] #13 44.22 Selecting previously unselected package bash-completion.
08:52:08 [2019-08-28T08:52:08.073Z] #13 44.22 (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.)
08:52:08 [2019-08-28T08:52:08.073Z] #13 44.28 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ...
08:52:08 [2019-08-28T08:52:08.651Z] strconv
08:52:09 [2019-08-28T08:52:09.699Z] #13 42.98 debconf: delaying package configuration, since apt-utils is not installed
08:52:09 [2019-08-28T08:52:09.956Z] #13 43.12 Fetched 90.9 MB in 8s (10.5 MB/s)
08:52:09 [2019-08-28T08:52:09.956Z] #13 43.26 Selecting previously unselected package bash-completion.
08:52:10 [2019-08-28T08:52:10.215Z] #13 43.26 (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.)
08:52:10 [2019-08-28T08:52:10.215Z] #13 43.30 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ...
08:52:11 [2019-08-28T08:52:11.336Z] #13 ...
08:52:11 [2019-08-28T08:52:11.336Z] 
08:52:11 [2019-08-28T08:52:11.336Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
08:52:11 [2019-08-28T08:52:11.336Z] #33 102.4 encoding/xml
08:52:11 [2019-08-28T08:52:11.336Z] #33 102.5 github.com/LK4D4/vndr/godl/singleflight
08:52:11 [2019-08-28T08:52:11.336Z] #33 102.8 compress/flate
08:52:11 [2019-08-28T08:52:11.336Z] #33 106.4 hash
08:52:11 [2019-08-28T08:52:11.336Z] #33 106.5 hash/crc32
08:52:11 [2019-08-28T08:52:11.336Z] #33 107.1 compress/gzip
08:52:11 [2019-08-28T08:52:11.336Z] #33 107.9 context
08:52:11 [2019-08-28T08:52:11.336Z] #33 108.5 crypto/cipher
08:52:11 [2019-08-28T08:52:11.336Z] #33 108.7 math/rand
08:52:11 [2019-08-28T08:52:11.336Z] #33 109.5 math/big
08:52:11 [2019-08-28T08:52:11.336Z] #33 110.1 crypto/aes
08:52:11 [2019-08-28T08:52:11.336Z] #33 111.3 crypto
08:52:11 [2019-08-28T08:52:11.336Z] #33 111.4 crypto/des
08:52:11 [2019-08-28T08:52:11.336Z] #33 112.1 crypto/internal/randutil
08:52:11 [2019-08-28T08:52:11.336Z] #33 112.2 crypto/sha512
08:52:11 [2019-08-28T08:52:11.336Z] #33 ...
08:52:11 [2019-08-28T08:52:11.336Z] 
08:52:11 [2019-08-28T08:52:11.336Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:52:11 [2019-08-28T08:52:11.336Z] #58 45.03   CC       images/opts.o
08:52:11 [2019-08-28T08:52:11.336Z] #58 45.30   CC       images/seccomp.o
08:52:11 [2019-08-28T08:52:11.336Z] #58 45.62   CC       images/binfmt-misc.o
08:52:11 [2019-08-28T08:52:11.336Z] #58 45.80   CC       images/time.o
08:52:11 [2019-08-28T08:52:11.336Z] #58 46.02   CC       images/sysctl.o
08:52:11 [2019-08-28T08:52:11.336Z] #58 46.22   CC       images/autofs.o
08:52:11 [2019-08-28T08:52:11.336Z] #58 46.42   CC       images/macvlan.o
08:52:11 [2019-08-28T08:52:11.336Z] #58 46.62   CC       images/sit.o
08:52:11 [2019-08-28T08:52:11.336Z] #58 46.96   LINK     images/built-in.o
08:52:11 [2019-08-28T08:52:11.336Z] #58 47.11   GEN      compel/include/asm
08:52:11 [2019-08-28T08:52:11.336Z] #58 47.11   GEN      compel/include/version.h
08:52:11 [2019-08-28T08:52:11.336Z] #58 47.13 touch .config
08:52:11 [2019-08-28T08:52:11.336Z] #58 47.14   GEN      include/common/config.h
08:52:11 [2019-08-28T08:52:11.336Z] #58 47.23   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
08:52:11 [2019-08-28T08:52:11.336Z] #58 47.25   GEN      compel/plugins/include/uapi/std/syscall-64.h
08:52:11 [2019-08-28T08:52:11.336Z] #58 47.28   GEN      compel/arch/x86/plugins/std/syscalls-64.S
08:52:11 [2019-08-28T08:52:11.336Z] #58 47.30   DEP      compel/arch/x86/plugins/std/syscalls-64.d
08:52:11 [2019-08-28T08:52:11.336Z] #58 47.32   DEP      compel/arch/x86/plugins/std/memcpy.d
08:52:11 [2019-08-28T08:52:11.336Z] #58 47.35   DEP      compel/arch/x86/plugins/std/parasite-head.d
08:52:11 [2019-08-28T08:52:11.336Z] #58 47.40   GEN      compel/plugins/include/uapi/std/syscall.h
08:52:11 [2019-08-28T08:52:11.336Z] #58 47.43   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
08:52:11 [2019-08-28T08:52:11.336Z] #58 47.46   GEN      compel/plugins/include/uapi/std/syscall-codes.h
08:52:11 [2019-08-28T08:52:11.336Z] #58 47.49   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
08:52:11 [2019-08-28T08:52:11.336Z] #58 47.49   DEP      compel/plugins/std/infect.d
08:52:11 [2019-08-28T08:52:11.336Z] #58 47.66   DEP      compel/plugins/std/string.d
08:52:11 [2019-08-28T08:52:11.336Z] #58 47.77   DEP      compel/plugins/std/log.d
08:52:11 [2019-08-28T08:52:11.336Z] #58 47.86   DEP      compel/plugins/std/fds.d
08:52:11 [2019-08-28T08:52:11.336Z] #58 48.01   DEP      compel/plugins/std/std.d
08:52:11 [2019-08-28T08:52:11.336Z] #58 48.11   DEP      compel/plugins/shmem/shmem.d
08:52:11 [2019-08-28T08:52:11.336Z] #58 48.26   DEP      compel/plugins/fds/fds.d
08:52:11 [2019-08-28T08:52:11.336Z] #58 48.39   CC       compel/plugins/std/std.o
08:52:11 [2019-08-28T08:52:11.336Z] #58 48.74   CC       compel/plugins/std/fds.o
08:52:11 [2019-08-28T08:52:11.336Z] #58 49.27   CC       compel/plugins/std/log.o
08:52:11 [2019-08-28T08:52:11.898Z] #58 50.20   CC       compel/plugins/std/string.o
08:52:12 [2019-08-28T08:52:12.115Z] sync
08:52:12 [2019-08-28T08:52:12.115Z] io
08:52:12 [2019-08-28T08:52:12.115Z] reflect
08:52:12 [2019-08-28T08:52:12.115Z] syscall
08:52:12 [2019-08-28T08:52:12.402Z] bytes
08:52:12 [2019-08-28T08:52:12.402Z] strings
08:52:12 [2019-08-28T08:52:12.459Z] #58 50.90   CC       compel/plugins/std/infect.o
08:52:12 [2019-08-28T08:52:12.689Z] bufio
08:52:12 [2019-08-28T08:52:12.744Z] #13 ...
08:52:12 [2019-08-28T08:52:12.744Z] 
08:52:12 [2019-08-28T08:52:12.744Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:52:12 [2019-08-28T08:52:12.744Z] #58 39.69   CC       images/tty.o
08:52:12 [2019-08-28T08:52:12.744Z] #58 40.33   CC       images/file-lock.o
08:52:12 [2019-08-28T08:52:12.744Z] #58 40.58   CC       images/rlimit.o
08:52:12 [2019-08-28T08:52:12.744Z] #58 40.84   CC       images/pagemap.o
08:52:12 [2019-08-28T08:52:12.744Z] #58 41.16   CC       images/siginfo.o
08:52:12 [2019-08-28T08:52:12.744Z] #58 41.48   CC       images/rpc.o
08:52:12 [2019-08-28T08:52:12.744Z] #58 42.95   CC       images/ext-file.o
08:52:12 [2019-08-28T08:52:12.744Z] #58 43.25   CC       images/cgroup.o
08:52:12 [2019-08-28T08:52:12.744Z] #58 43.95   CC       images/userns.o
08:52:12 [2019-08-28T08:52:12.744Z] #58 44.23   CC       images/google/protobuf/descriptor.o
08:52:12 [2019-08-28T08:52:12.744Z] #58 46.31   CC       images/opts.o
08:52:12 [2019-08-28T08:52:12.744Z] #58 46.65   CC       images/seccomp.o
08:52:12 [2019-08-28T08:52:12.744Z] #58 47.00   CC       images/binfmt-misc.o
08:52:12 [2019-08-28T08:52:12.744Z] #58 47.26   CC       images/time.o
08:52:12 [2019-08-28T08:52:12.744Z] #58 47.50   CC       images/sysctl.o
08:52:12 [2019-08-28T08:52:12.744Z] #58 47.71   CC       images/autofs.o
08:52:12 [2019-08-28T08:52:12.744Z] #58 47.93   CC       images/macvlan.o
08:52:12 [2019-08-28T08:52:12.744Z] #58 48.14   CC       images/sit.o
08:52:12 [2019-08-28T08:52:12.744Z] #58 48.41   LINK     images/built-in.o
08:52:12 [2019-08-28T08:52:12.744Z] #58 48.58   GEN      compel/include/asm
08:52:12 [2019-08-28T08:52:12.744Z] #58 48.58   GEN      compel/include/version.h
08:52:12 [2019-08-28T08:52:12.744Z] #58 48.61 touch .config
08:52:12 [2019-08-28T08:52:12.744Z] #58 48.62   GEN      include/common/config.h
08:52:12 [2019-08-28T08:52:12.744Z] #58 48.74   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
08:52:12 [2019-08-28T08:52:12.744Z] #58 48.77   GEN      compel/plugins/include/uapi/std/syscall-64.h
08:52:12 [2019-08-28T08:52:12.744Z] #58 48.81   GEN      compel/arch/x86/plugins/std/syscalls-64.S
08:52:12 [2019-08-28T08:52:12.744Z] #58 48.85   DEP      compel/arch/x86/plugins/std/syscalls-64.d
08:52:12 [2019-08-28T08:52:12.744Z] #58 48.86   DEP      compel/arch/x86/plugins/std/memcpy.d
08:52:12 [2019-08-28T08:52:12.744Z] #58 48.87   DEP      compel/arch/x86/plugins/std/parasite-head.d
08:52:12 [2019-08-28T08:52:12.744Z] #58 48.92   GEN      compel/plugins/include/uapi/std/syscall.h
08:52:12 [2019-08-28T08:52:12.744Z] #58 48.94   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
08:52:12 [2019-08-28T08:52:12.744Z] #58 48.96   GEN      compel/plugins/include/uapi/std/syscall-codes.h
08:52:12 [2019-08-28T08:52:12.744Z] #58 49.00   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
08:52:12 [2019-08-28T08:52:12.744Z] #58 49.01   DEP      compel/plugins/std/infect.d
08:52:12 [2019-08-28T08:52:12.744Z] #58 49.22   DEP      compel/plugins/std/string.d
08:52:12 [2019-08-28T08:52:12.744Z] #58 49.28   DEP      compel/plugins/std/log.d
08:52:12 [2019-08-28T08:52:12.744Z] #58 49.41   DEP      compel/plugins/std/fds.d
08:52:12 [2019-08-28T08:52:12.744Z] #58 49.54   DEP      compel/plugins/std/std.d
08:52:12 [2019-08-28T08:52:12.744Z] #58 49.64   DEP      compel/plugins/shmem/shmem.d
08:52:12 [2019-08-28T08:52:12.744Z] #58 49.77   DEP      compel/plugins/fds/fds.d
08:52:12 [2019-08-28T08:52:12.744Z] #58 ...
08:52:12 [2019-08-28T08:52:12.744Z] 
08:52:12 [2019-08-28T08:52:12.744Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit
08:52:12 [2019-08-28T08:52:12.744Z] #61 113.5 + for f in rootlesskit rootlesskit-docker-proxy
08:52:12 [2019-08-28T08:52:12.744Z] #61 113.5 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
08:52:12 [2019-08-28T08:52:12.744Z] #61 ...
08:52:12 [2019-08-28T08:52:12.744Z] 
08:52:12 [2019-08-28T08:52:12.744Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
08:52:12 [2019-08-28T08:52:12.744Z] #33 103.6 github.com/LK4D4/vndr/build
08:52:12 [2019-08-28T08:52:12.744Z] #33 106.1 encoding/xml
08:52:12 [2019-08-28T08:52:12.744Z] #33 107.6 github.com/LK4D4/vndr/godl/singleflight
08:52:12 [2019-08-28T08:52:12.744Z] #33 107.9 compress/flate
08:52:12 [2019-08-28T08:52:12.744Z] #33 111.0 hash
08:52:12 [2019-08-28T08:52:12.744Z] #33 111.1 hash/crc32
08:52:12 [2019-08-28T08:52:12.744Z] #33 111.6 compress/gzip
08:52:12 [2019-08-28T08:52:12.744Z] #33 112.3 context
08:52:12 [2019-08-28T08:52:12.744Z] #33 112.3 crypto/cipher
08:52:12 [2019-08-28T08:52:12.744Z] #33 113.0 math/rand
08:52:12 [2019-08-28T08:52:12.744Z] #33 113.7 crypto/aes
08:52:12 [2019-08-28T08:52:12.744Z] #33 113.8 math/big
08:52:12 [2019-08-28T08:52:12.744Z] #33 ...
08:52:12 [2019-08-28T08:52:12.744Z] 
08:52:12 [2019-08-28T08:52:12.744Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:52:12 [2019-08-28T08:52:12.744Z] #58 49.94   CC       compel/plugins/std/std.o
08:52:12 [2019-08-28T08:52:12.976Z] path
08:52:12 [2019-08-28T08:52:12.976Z] text/tabwriter
08:52:12 [2019-08-28T08:52:12.983Z] + GOBIN=/build
08:52:12 [2019-08-28T08:52:12.983Z] + /build/gometalinter --install
08:52:12 [2019-08-28T08:52:12.983Z] Installing:
08:52:12 [2019-08-28T08:52:12.983Z]   deadcode
08:52:12 [2019-08-28T08:52:12.983Z]   dupl
08:52:12 [2019-08-28T08:52:12.983Z]   errcheck
08:52:12 [2019-08-28T08:52:12.983Z]   gas
08:52:12 [2019-08-28T08:52:12.983Z]   gochecknoglobals
08:52:12 [2019-08-28T08:52:12.983Z]   gochecknoinits
08:52:12 [2019-08-28T08:52:12.983Z]   goconst
08:52:12 [2019-08-28T08:52:12.983Z]   gocyclo
08:52:12 [2019-08-28T08:52:12.983Z]   goimports
08:52:12 [2019-08-28T08:52:12.983Z]   golint
08:52:12 [2019-08-28T08:52:12.983Z]   gosimple
08:52:12 [2019-08-28T08:52:12.983Z]   gotype
08:52:12 [2019-08-28T08:52:12.983Z]   gotypex
08:52:12 [2019-08-28T08:52:12.983Z]   ineffassign
08:52:12 [2019-08-28T08:52:12.983Z]   interfacer
08:52:12 [2019-08-28T08:52:12.983Z]   lll
08:52:12 [2019-08-28T08:52:12.983Z]   maligned
08:52:12 [2019-08-28T08:52:12.983Z]   megacheck
08:52:12 [2019-08-28T08:52:12.983Z]   misspell
08:52:12 [2019-08-28T08:52:12.983Z]   nakedret
08:52:12 [2019-08-28T08:52:12.983Z]   safesql
08:52:12 [2019-08-28T08:52:12.983Z]   staticcheck
08:52:12 [2019-08-28T08:52:12.983Z]   structcheck
08:52:12 [2019-08-28T08:52:12.983Z]   unconvert
08:52:12 [2019-08-28T08:52:12.983Z]   unparam
08:52:12 [2019-08-28T08:52:12.983Z]   unused
08:52:12 [2019-08-28T08:52:12.983Z]   varcheck
08:52:13 [2019-08-28T08:52:13.002Z] #58 50.33   CC       compel/plugins/std/fds.o
08:52:13 [2019-08-28T08:52:13.021Z] #58 51.48   CC       compel/arch/x86/plugins/std/parasite-head.o
08:52:13 [2019-08-28T08:52:13.021Z] #58 51.57   CC       compel/arch/x86/plugins/std/memcpy.o
08:52:13 [2019-08-28T08:52:13.261Z] internal/syscall/unix
08:52:13 [2019-08-28T08:52:13.261Z] time
08:52:13 [2019-08-28T08:52:13.276Z] #58 51.63   CC       compel/arch/x86/plugins/std/syscalls-64.o
08:52:13 [2019-08-28T08:52:13.276Z] #58 51.74   AR       compel/plugins/std.lib.a
08:52:13 [2019-08-28T08:52:13.276Z] #58 51.81   CC       compel/plugins/fds/fds.o
08:52:13 [2019-08-28T08:52:13.568Z] #58 50.96   CC       compel/plugins/std/log.o
08:52:13 [2019-08-28T08:52:13.840Z] #58 52.28   AR       compel/plugins/fds.lib.a
08:52:13 [2019-08-28T08:52:13.840Z] #58 52.35   HOSTDEP  compel/src/lib/log-host.d
08:52:13 [2019-08-28T08:52:13.840Z] #58 52.44   HOSTDEP  compel/src/lib/handle-elf-host.d
08:52:13 [2019-08-28T08:52:13.891Z] internal/poll
08:52:14 [2019-08-28T08:52:14.097Z] #58 52.70   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
08:52:14 [2019-08-28T08:52:14.178Z] sort
08:52:14 [2019-08-28T08:52:14.178Z] internal/fmtsort
08:52:14 [2019-08-28T08:52:14.178Z] os
08:52:14 [2019-08-28T08:52:14.353Z] #58 52.83   HOSTDEP  compel/src/main-host.d
08:52:14 [2019-08-28T08:52:14.502Z] #58 51.89   CC       compel/plugins/std/string.o
08:52:14 [2019-08-28T08:52:14.609Z] #58 52.98   DEP      compel/src/lib/ptrace.d
08:52:14 [2019-08-28T08:52:14.609Z] #58 53.12   DEP      compel/src/lib/infect.d
08:52:14 [2019-08-28T08:52:14.794Z] path/filepath
08:52:14 [2019-08-28T08:52:14.794Z] fmt
08:52:14 [2019-08-28T08:52:14.794Z] io/ioutil
08:52:14 [2019-08-28T08:52:14.864Z] #58 ...
08:52:14 [2019-08-28T08:52:14.864Z] 
08:52:14 [2019-08-28T08:52:14.864Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
08:52:14 [2019-08-28T08:52:14.864Z] #13 47.66 Unpacking bash-completion (1:2.1-4.3) ...
08:52:14 [2019-08-28T08:52:14.864Z] #13 48.29 Selecting previously unselected package libnet1:amd64.
08:52:14 [2019-08-28T08:52:14.864Z] #13 48.29 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_amd64.deb ...
08:52:14 [2019-08-28T08:52:14.864Z] #13 48.30 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ...
08:52:14 [2019-08-28T08:52:14.864Z] #13 48.45 Selecting previously unselected package libnfnetlink0:amd64.
08:52:14 [2019-08-28T08:52:14.864Z] #13 48.46 Preparing to unpack .../02-libnfnetlink0_1.0.1-3_amd64.deb ...
08:52:14 [2019-08-28T08:52:14.864Z] #13 48.46 Unpacking libnfnetlink0:amd64 (1.0.1-3) ...
08:52:14 [2019-08-28T08:52:14.864Z] #13 48.54 Selecting previously unselected package libpcrecpp0v5:amd64.
08:52:14 [2019-08-28T08:52:14.864Z] #13 48.54 Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_amd64.deb ...
08:52:14 [2019-08-28T08:52:14.864Z] #13 48.55 Unpacking libpcrecpp0v5:amd64 (2:8.39-3) ...
08:52:14 [2019-08-28T08:52:14.864Z] #13 48.69 Selecting previously unselected package libudev-dev:amd64.
08:52:14 [2019-08-28T08:52:14.864Z] #13 48.70 Preparing to unpack .../04-libudev-dev_232-25+deb9u11_amd64.deb ...
08:52:14 [2019-08-28T08:52:14.864Z] #13 48.72 Unpacking libudev-dev:amd64 (232-25+deb9u11) ...
08:52:14 [2019-08-28T08:52:14.864Z] #13 48.92 Selecting previously unselected package libpython3.5-minimal:amd64.
08:52:14 [2019-08-28T08:52:14.864Z] #13 48.92 Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_amd64.deb ...
08:52:14 [2019-08-28T08:52:14.864Z] #13 48.92 Unpacking libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ...
08:52:14 [2019-08-28T08:52:14.864Z] #13 49.45 Selecting previously unselected package python3.5-minimal.
08:52:14 [2019-08-28T08:52:14.864Z] #13 49.46 Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_amd64.deb ...
08:52:14 [2019-08-28T08:52:14.864Z] #13 49.48 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ...
08:52:14 [2019-08-28T08:52:14.864Z] #13 50.83 Selecting previously unselected package python3-minimal.
08:52:14 [2019-08-28T08:52:14.864Z] #13 50.84 Preparing to unpack .../07-python3-minimal_3.5.3-1_amd64.deb ...
08:52:14 [2019-08-28T08:52:14.864Z] #13 50.84 Unpacking python3-minimal (3.5.3-1) ...
08:52:14 [2019-08-28T08:52:14.864Z] #13 50.97 Selecting previously unselected package libmpdec2:amd64.
08:52:14 [2019-08-28T08:52:14.864Z] #13 50.97 Preparing to unpack .../08-libmpdec2_2.4.2-1_amd64.deb ...
08:52:14 [2019-08-28T08:52:14.864Z] #13 50.97 Unpacking libmpdec2:amd64 (2.4.2-1) ...
08:52:14 [2019-08-28T08:52:14.864Z] #13 51.10 Selecting previously unselected package libpython3.5-stdlib:amd64.
08:52:14 [2019-08-28T08:52:14.864Z] #13 51.14 Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_amd64.deb ...
08:52:14 [2019-08-28T08:52:14.864Z] #13 51.14 Unpacking libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ...
08:52:15 [2019-08-28T08:52:15.411Z] log
08:52:15 [2019-08-28T08:52:15.411Z] flag
08:52:15 [2019-08-28T08:52:15.411Z] github.com/BurntSushi/toml
08:52:15 [2019-08-28T08:52:15.435Z] #58 52.83   CC       compel/plugins/std/infect.o
08:52:16 [2019-08-28T08:52:16.002Z] #58 53.35   CC       compel/arch/x86/plugins/std/parasite-head.o
08:52:16 [2019-08-28T08:52:16.002Z] #58 53.43   CC       compel/arch/x86/plugins/std/memcpy.o
08:52:16 [2019-08-28T08:52:16.025Z] github.com/BurntSushi/toml/cmd/tomlv
08:52:16 [2019-08-28T08:52:16.260Z] #58 53.52   CC       compel/arch/x86/plugins/std/syscalls-64.o
08:52:16 [2019-08-28T08:52:16.260Z] #58 53.59   AR       compel/plugins/std.lib.a
08:52:16 [2019-08-28T08:52:16.518Z] #58 53.71   CC       compel/plugins/fds/fds.o
08:52:16 [2019-08-28T08:52:16.750Z] #13 53.12 Selecting previously unselected package python3.5.
08:52:16 [2019-08-28T08:52:16.776Z] #58 54.01   AR       compel/plugins/fds.lib.a
08:52:16 [2019-08-28T08:52:16.776Z] #58 54.10   HOSTDEP  compel/src/lib/log-host.d
08:52:17 [2019-08-28T08:52:17.005Z] #13 53.12 Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_amd64.deb ...
08:52:17 [2019-08-28T08:52:17.005Z] #13 53.14 Unpacking python3.5 (3.5.3-1+deb9u1) ...
08:52:17 [2019-08-28T08:52:17.034Z] #58 54.28   HOSTDEP  compel/src/lib/handle-elf-host.d
08:52:17 [2019-08-28T08:52:17.034Z] #58 54.42   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
08:52:17 [2019-08-28T08:52:17.261Z] #13 53.32 Selecting previously unselected package libpython3-stdlib:amd64.
08:52:17 [2019-08-28T08:52:17.261Z] #13 53.32 Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_amd64.deb ...
08:52:17 [2019-08-28T08:52:17.261Z] #13 53.34 Unpacking libpython3-stdlib:amd64 (3.5.3-1) ...
08:52:17 [2019-08-28T08:52:17.261Z] #13 53.42 Selecting previously unselected package dh-python.
08:52:17 [2019-08-28T08:52:17.261Z] #13 53.42 Preparing to unpack .../12-dh-python_2.20170125_all.deb ...
08:52:17 [2019-08-28T08:52:17.261Z] #13 53.50 Unpacking dh-python (2.20170125) ...
08:52:17 [2019-08-28T08:52:17.293Z] #58 54.55   HOSTDEP  compel/src/main-host.d
08:52:17 [2019-08-28T08:52:17.496Z] Removing intermediate container f5cbadb1734a
08:52:17 [2019-08-28T08:52:17.496Z]  ---> 7a7db78bff8a
08:52:17 [2019-08-28T08:52:17.496Z] Step 44/126 : FROM base AS vndr
08:52:17 [2019-08-28T08:52:17.496Z]  ---> 291c9f731d5f
08:52:17 [2019-08-28T08:52:17.496Z] Step 45/126 : ENV INSTALL_BINARY_NAME=vndr
08:52:17 [2019-08-28T08:52:17.496Z]  ---> Running in 88c3c5582986
08:52:17 [2019-08-28T08:52:17.516Z] #13 53.69 Setting up libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ...
08:52:17 [2019-08-28T08:52:17.516Z] #13 53.70 Setting up python3.5-minimal (3.5.3-1+deb9u1) ...
08:52:17 [2019-08-28T08:52:17.551Z] #58 54.69   DEP      compel/src/lib/ptrace.d
08:52:17 [2019-08-28T08:52:17.551Z] #58 54.85   DEP      compel/src/lib/infect.d
08:52:17 [2019-08-28T08:52:17.778Z] Removing intermediate container 88c3c5582986
08:52:17 [2019-08-28T08:52:17.778Z]  ---> a6a85ef8bc4b
08:52:17 [2019-08-28T08:52:17.778Z] Step 46/126 : COPY hack/dockerfile/install/install.sh ./install.sh
08:52:17 [2019-08-28T08:52:17.778Z]  ---> 62bc486345b7
08:52:17 [2019-08-28T08:52:17.778Z] Step 47/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./
08:52:17 [2019-08-28T08:52:17.809Z] #58 55.00   DEP      compel/src/lib/infect-util.d
08:52:17 [2019-08-28T08:52:17.809Z] #58 55.14   DEP      compel/src/lib/infect-rpc.d
08:52:18 [2019-08-28T08:52:18.060Z]  ---> 3b9418fccbaa
08:52:18 [2019-08-28T08:52:18.060Z] Step 48/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME
08:52:18 [2019-08-28T08:52:18.060Z]  ---> Running in a137be6c7329
08:52:18 [2019-08-28T08:52:18.076Z] #13 ...
08:52:18 [2019-08-28T08:52:18.077Z] 
08:52:18 [2019-08-28T08:52:18.077Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit
08:52:18 [2019-08-28T08:52:18.077Z] #61 111.6 + for f in rootlesskit rootlesskit-docker-proxy
08:52:18 [2019-08-28T08:52:18.077Z] #61 111.6 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
08:52:18 [2019-08-28T08:52:18.077Z] #61 DONE 119.5s
08:52:18 [2019-08-28T08:52:18.077Z] 
08:52:18 [2019-08-28T08:52:18.077Z] #62 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build
08:52:18 [2019-08-28T08:52:18.077Z] #62 DONE 0.1s
08:52:18 [2019-08-28T08:52:18.077Z] 
08:52:18 [2019-08-28T08:52:18.077Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:52:18 [2019-08-28T08:52:18.077Z] #58 53.33   DEP      compel/src/lib/infect-util.d
08:52:18 [2019-08-28T08:52:18.077Z] #58 53.54   DEP      compel/src/lib/infect-rpc.d
08:52:18 [2019-08-28T08:52:18.077Z] #58 53.69   DEP      compel/arch/x86/src/lib/infect.d
08:52:18 [2019-08-28T08:52:18.077Z] #58 53.92   DEP      compel/arch/x86/src/lib/cpu.d
08:52:18 [2019-08-28T08:52:18.077Z] #58 54.02   DEP      compel/src/lib/log.d
08:52:18 [2019-08-28T08:52:18.077Z] #58 54.20   DEP      compel/src/main.d
08:52:18 [2019-08-28T08:52:18.077Z] #58 54.37   DEP      compel/src/lib/handle-elf.d
08:52:18 [2019-08-28T08:52:18.077Z] #58 54.56   DEP      compel/arch/x86/src/lib/handle-elf.d
08:52:18 [2019-08-28T08:52:18.077Z] #58 54.78   CC       compel/src/lib/log.o
08:52:18 [2019-08-28T08:52:18.077Z] #58 55.20   CC       compel/arch/x86/src/lib/cpu.o
08:52:18 [2019-08-28T08:52:18.077Z] #58 56.22   CC       compel/arch/x86/src/lib/infect.o
08:52:18 [2019-08-28T08:52:18.088Z] #58 55.29   DEP      compel/arch/x86/src/lib/infect.d
08:52:18 [2019-08-28T08:52:18.342Z] + RM_GOPATH=0
08:52:18 [2019-08-28T08:52:18.342Z] + TMP_GOPATH=
08:52:18 [2019-08-28T08:52:18.342Z] + : /build
08:52:18 [2019-08-28T08:52:18.342Z] + '[' -z '' ']'
08:52:18 [2019-08-28T08:52:18.342Z] ++ mktemp -d
08:52:18 [2019-08-28T08:52:18.342Z] + export GOPATH=/tmp/tmp.fAMoPcj9Z2
08:52:18 [2019-08-28T08:52:18.342Z] + GOPATH=/tmp/tmp.fAMoPcj9Z2
08:52:18 [2019-08-28T08:52:18.342Z] + RM_GOPATH=1
08:52:18 [2019-08-28T08:52:18.342Z] ++ dirname ./install.sh
08:52:18 [2019-08-28T08:52:18.342Z] + dir=.
08:52:18 [2019-08-28T08:52:18.342Z] + bin=vndr
08:52:18 [2019-08-28T08:52:18.342Z] + shift
08:52:18 [2019-08-28T08:52:18.342Z] + '[' '!' -f ./vndr.installer ']'
08:52:18 [2019-08-28T08:52:18.342Z] + . ./vndr.installer
08:52:18 [2019-08-28T08:52:18.342Z] Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0
08:52:18 [2019-08-28T08:52:18.342Z] ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0
08:52:18 [2019-08-28T08:52:18.342Z] + install_vndr
08:52:18 [2019-08-28T08:52:18.342Z] + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0'
08:52:18 [2019-08-28T08:52:18.342Z] + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.fAMoPcj9Z2/src/github.com/LK4D4/vndr
08:52:18 [2019-08-28T08:52:18.342Z] Cloning into '/tmp/tmp.fAMoPcj9Z2/src/github.com/LK4D4/vndr'...
08:52:18 [2019-08-28T08:52:18.347Z] #58 55.61   DEP      compel/arch/x86/src/lib/cpu.d
08:52:18 [2019-08-28T08:52:18.604Z] #58 55.79   DEP      compel/src/lib/log.d
08:52:18 [2019-08-28T08:52:18.604Z] #58 55.94   DEP      compel/src/main.d
08:52:18 [2019-08-28T08:52:18.624Z] + cd /tmp/tmp.fAMoPcj9Z2/src/github.com/LK4D4/vndr
08:52:18 [2019-08-28T08:52:18.624Z] + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0
08:52:18 [2019-08-28T08:52:18.624Z] + go build -buildmode=pie -v -o /build/vndr .
08:52:18 [2019-08-28T08:52:18.868Z] #58 56.05   DEP      compel/src/lib/handle-elf.d
08:52:18 [2019-08-28T08:52:18.868Z] #58 56.28   DEP      compel/arch/x86/src/lib/handle-elf.d
08:52:18 [2019-08-28T08:52:18.908Z] errors
08:52:18 [2019-08-28T08:52:18.908Z] internal/race
08:52:18 [2019-08-28T08:52:18.908Z] internal/cpu
08:52:18 [2019-08-28T08:52:18.908Z] runtime/internal/atomic
08:52:18 [2019-08-28T08:52:18.908Z] sync/atomic
08:52:18 [2019-08-28T08:52:18.908Z] runtime/internal/sys
08:52:18 [2019-08-28T08:52:18.908Z] runtime/internal/math
08:52:18 [2019-08-28T08:52:18.908Z] unicode
08:52:18 [2019-08-28T08:52:18.908Z] unicode/utf8
08:52:18 [2019-08-28T08:52:18.908Z] math/bits
08:52:18 [2019-08-28T08:52:18.908Z] internal/bytealg
08:52:19 [2019-08-28T08:52:19.130Z] #58 ...
08:52:19 [2019-08-28T08:52:19.130Z] 
08:52:19 [2019-08-28T08:52:19.130Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
08:52:19 [2019-08-28T08:52:19.130Z] #13 47.08 Unpacking bash-completion (1:2.1-4.3) ...
08:52:19 [2019-08-28T08:52:19.130Z] #13 47.64 Selecting previously unselected package libnet1:amd64.
08:52:19 [2019-08-28T08:52:19.130Z] #13 47.65 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_amd64.deb ...
08:52:19 [2019-08-28T08:52:19.130Z] #13 47.65 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ...
08:52:19 [2019-08-28T08:52:19.130Z] #13 47.78 Selecting previously unselected package libnfnetlink0:amd64.
08:52:19 [2019-08-28T08:52:19.130Z] #13 47.78 Preparing to unpack .../02-libnfnetlink0_1.0.1-3_amd64.deb ...
08:52:19 [2019-08-28T08:52:19.130Z] #13 47.79 Unpacking libnfnetlink0:amd64 (1.0.1-3) ...
08:52:19 [2019-08-28T08:52:19.131Z] #13 47.87 Selecting previously unselected package libpcrecpp0v5:amd64.
08:52:19 [2019-08-28T08:52:19.131Z] #13 47.88 Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_amd64.deb ...
08:52:19 [2019-08-28T08:52:19.131Z] #13 47.89 Unpacking libpcrecpp0v5:amd64 (2:8.39-3) ...
08:52:19 [2019-08-28T08:52:19.131Z] #13 48.03 Selecting previously unselected package libudev-dev:amd64.
08:52:19 [2019-08-28T08:52:19.131Z] #13 48.04 Preparing to unpack .../04-libudev-dev_232-25+deb9u11_amd64.deb ...
08:52:19 [2019-08-28T08:52:19.131Z] #13 48.08 Unpacking libudev-dev:amd64 (232-25+deb9u11) ...
08:52:19 [2019-08-28T08:52:19.131Z] #13 48.34 Selecting previously unselected package libpython3.5-minimal:amd64.
08:52:19 [2019-08-28T08:52:19.131Z] #13 48.35 Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_amd64.deb ...
08:52:19 [2019-08-28T08:52:19.131Z] #13 48.35 Unpacking libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ...
08:52:19 [2019-08-28T08:52:19.131Z] #13 49.03 Selecting previously unselected package python3.5-minimal.
08:52:19 [2019-08-28T08:52:19.131Z] #13 49.04 Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_amd64.deb ...
08:52:19 [2019-08-28T08:52:19.131Z] #13 49.06 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ...
08:52:19 [2019-08-28T08:52:19.131Z] #13 50.22 Selecting previously unselected package python3-minimal.
08:52:19 [2019-08-28T08:52:19.131Z] #13 50.22 Preparing to unpack .../07-python3-minimal_3.5.3-1_amd64.deb ...
08:52:19 [2019-08-28T08:52:19.131Z] #13 50.23 Unpacking python3-minimal (3.5.3-1) ...
08:52:19 [2019-08-28T08:52:19.131Z] #13 50.33 Selecting previously unselected package libmpdec2:amd64.
08:52:19 [2019-08-28T08:52:19.131Z] #13 50.34 Preparing to unpack .../08-libmpdec2_2.4.2-1_amd64.deb ...
08:52:19 [2019-08-28T08:52:19.131Z] #13 50.34 Unpacking libmpdec2:amd64 (2.4.2-1) ...
08:52:19 [2019-08-28T08:52:19.131Z] #13 50.49 Selecting previously unselected package libpython3.5-stdlib:amd64.
08:52:19 [2019-08-28T08:52:19.131Z] #13 50.51 Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_amd64.deb ...
08:52:19 [2019-08-28T08:52:19.131Z] #13 50.53 Unpacking libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ...
08:52:19 [2019-08-28T08:52:19.195Z] internal/testlog
08:52:19 [2019-08-28T08:52:19.195Z] math
08:52:19 [2019-08-28T08:52:19.195Z] encoding
08:52:19 [2019-08-28T08:52:19.195Z] runtime
08:52:19 [2019-08-28T08:52:19.195Z] unicode/utf16
08:52:19 [2019-08-28T08:52:19.195Z] container/list
08:52:19 [2019-08-28T08:52:19.195Z] crypto/internal/subtle
08:52:19 [2019-08-28T08:52:19.388Z] #13 52.71 Selecting previously unselected package python3.5.
08:52:19 [2019-08-28T08:52:19.439Z] #58 57.65   CC       compel/src/lib/infect-rpc.o
08:52:19 [2019-08-28T08:52:19.481Z] crypto/subtle
08:52:19 [2019-08-28T08:52:19.481Z] internal/x/crypto/cryptobyte/asn1
08:52:19 [2019-08-28T08:52:19.481Z] internal/nettrace
08:52:19 [2019-08-28T08:52:19.481Z] internal/x/net/dns/dnsmessage
08:52:19 [2019-08-28T08:52:19.646Z] #13 52.71 Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_amd64.deb ...
08:52:19 [2019-08-28T08:52:19.646Z] #13 52.72 Unpacking python3.5 (3.5.3-1+deb9u1) ...
08:52:19 [2019-08-28T08:52:19.700Z] #58 58.19   CC       compel/src/lib/infect-util.o
08:52:19 [2019-08-28T08:52:19.779Z] runtime/cgo
08:52:19 [2019-08-28T08:52:19.904Z] #13 52.91 Selecting previously unselected package libpython3-stdlib:amd64.
08:52:19 [2019-08-28T08:52:19.904Z] #13 52.93 Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_amd64.deb ...
08:52:19 [2019-08-28T08:52:19.904Z] #13 52.94 Unpacking libpython3-stdlib:amd64 (3.5.3-1) ...
08:52:19 [2019-08-28T08:52:19.904Z] #13 53.07 Selecting previously unselected package dh-python.
08:52:19 [2019-08-28T08:52:19.904Z] #13 53.07 Preparing to unpack .../12-dh-python_2.20170125_all.deb ...
08:52:19 [2019-08-28T08:52:19.904Z] #13 53.08 Unpacking dh-python (2.20170125) ...
08:52:20 [2019-08-28T08:52:20.063Z] strconv
08:52:20 [2019-08-28T08:52:20.162Z] #13 53.33 Setting up libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ...
08:52:20 [2019-08-28T08:52:20.162Z] #13 53.35 Setting up python3.5-minimal (3.5.3-1+deb9u1) ...
08:52:20 [2019-08-28T08:52:20.260Z] #58 58.47   CC       compel/src/lib/infect.o
08:52:20 [2019-08-28T08:52:20.684Z] crypto/rc4
08:52:21 [2019-08-28T08:52:21.101Z] #13 ...
08:52:21 [2019-08-28T08:52:21.101Z] 
08:52:21 [2019-08-28T08:52:21.101Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit
08:52:21 [2019-08-28T08:52:21.101Z] #61 DONE 122.1s
08:52:21 [2019-08-28T08:52:21.101Z] 
08:52:21 [2019-08-28T08:52:21.101Z] #62 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build
08:52:21 [2019-08-28T08:52:21.101Z] #62 DONE 0.1s
08:52:21 [2019-08-28T08:52:21.101Z] 
08:52:21 [2019-08-28T08:52:21.101Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:52:21 [2019-08-28T08:52:21.101Z] #58 56.65   CC       compel/src/lib/log.o
08:52:21 [2019-08-28T08:52:21.101Z] #58 56.96   CC       compel/arch/x86/src/lib/cpu.o
08:52:21 [2019-08-28T08:52:21.101Z] #58 58.16   CC       compel/arch/x86/src/lib/infect.o
08:52:21 [2019-08-28T08:52:21.187Z] #58 ...
08:52:21 [2019-08-28T08:52:21.187Z] 
08:52:21 [2019-08-28T08:52:21.187Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
08:52:21 [2019-08-28T08:52:21.187Z] #13 57.49 Setting up python3-minimal (3.5.3-1) ...
08:52:22 [2019-08-28T08:52:22.113Z] #13 ...
08:52:22 [2019-08-28T08:52:22.113Z] 
08:52:22 [2019-08-28T08:52:22.113Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
08:52:22 [2019-08-28T08:52:22.113Z] #33 113.3 crypto/hmac
08:52:22 [2019-08-28T08:52:22.113Z] #33 113.6 crypto/md5
08:52:22 [2019-08-28T08:52:22.113Z] #33 114.3 crypto/sha1
08:52:22 [2019-08-28T08:52:22.113Z] #33 115.9 crypto/sha256
08:52:22 [2019-08-28T08:52:22.113Z] #33 116.9 encoding/hex
08:52:22 [2019-08-28T08:52:22.113Z] #33 117.3 encoding/pem
08:52:22 [2019-08-28T08:52:22.113Z] #33 117.8 internal/singleflight
08:52:22 [2019-08-28T08:52:22.113Z] #33 117.9 crypto/rand
08:52:22 [2019-08-28T08:52:22.113Z] #33 117.9 crypto/elliptic
08:52:22 [2019-08-28T08:52:22.113Z] #33 118.6 encoding/asn1
08:52:22 [2019-08-28T08:52:22.113Z] #33 121.6 crypto/rsa
08:52:22 [2019-08-28T08:52:22.113Z] #33 122.6 crypto/ecdsa
08:52:22 [2019-08-28T08:52:22.113Z] #33 123.0 crypto/dsa
08:52:22 [2019-08-28T08:52:22.113Z] #33 123.3 crypto/x509/pkix
08:52:22 [2019-08-28T08:52:22.113Z] #33 123.4 internal/x/crypto/cryptobyte
08:52:22 [2019-08-28T08:52:22.368Z] #33 123.9 net
08:52:22 [2019-08-28T08:52:22.368Z] #33 ...
08:52:22 [2019-08-28T08:52:22.368Z] 
08:52:22 [2019-08-28T08:52:22.368Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:52:22 [2019-08-28T08:52:22.368Z] #58 60.99   CC       compel/src/lib/ptrace.o
08:52:22 [2019-08-28T08:52:22.476Z] #58 59.73   CC       compel/src/lib/infect-rpc.o
08:52:22 [2019-08-28T08:52:22.931Z] #58 61.36   AR       compel/libcompel.a
08:52:22 [2019-08-28T08:52:22.931Z] #58 61.45   HOSTCC   compel/src/main-host.o
08:52:23 [2019-08-28T08:52:23.043Z] #58 60.20   CC       compel/src/lib/infect-util.o
08:52:23 [2019-08-28T08:52:23.300Z] #58 60.57   CC       compel/src/lib/infect.o
08:52:23 [2019-08-28T08:52:23.488Z] sync
08:52:23 [2019-08-28T08:52:23.488Z] github.com/LK4D4/vndr/godl/singleflight
08:52:23 [2019-08-28T08:52:23.488Z] io
08:52:23 [2019-08-28T08:52:23.488Z] reflect
08:52:23 [2019-08-28T08:52:23.488Z] syscall
08:52:23 [2019-08-28T08:52:23.488Z] math/rand
08:52:23 [2019-08-28T08:52:23.492Z] #58 61.90   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
08:52:23 [2019-08-28T08:52:23.747Z] #58 62.22   HOSTCC   compel/src/lib/handle-elf-host.o
08:52:23 [2019-08-28T08:52:23.774Z] bytes
08:52:23 [2019-08-28T08:52:23.774Z] strings
08:52:24 [2019-08-28T08:52:24.003Z] #58 62.56   HOSTCC   compel/src/lib/log-host.o
08:52:24 [2019-08-28T08:52:24.233Z] #58 ...
08:52:24 [2019-08-28T08:52:24.233Z] 
08:52:24 [2019-08-28T08:52:24.233Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
08:52:24 [2019-08-28T08:52:24.233Z] #33 115.0 crypto
08:52:24 [2019-08-28T08:52:24.233Z] #33 115.3 crypto/des
08:52:24 [2019-08-28T08:52:24.233Z] #33 115.9 crypto/internal/randutil
08:52:24 [2019-08-28T08:52:24.233Z] #33 116.0 crypto/sha512
08:52:24 [2019-08-28T08:52:24.233Z] #33 117.4 crypto/hmac
08:52:24 [2019-08-28T08:52:24.233Z] #33 117.6 crypto/md5
08:52:24 [2019-08-28T08:52:24.233Z] #33 118.4 crypto/sha1
08:52:24 [2019-08-28T08:52:24.233Z] #33 119.7 crypto/sha256
08:52:24 [2019-08-28T08:52:24.233Z] #33 120.9 encoding/hex
08:52:24 [2019-08-28T08:52:24.233Z] #33 121.5 encoding/pem
08:52:24 [2019-08-28T08:52:24.233Z] #33 122.0 internal/singleflight
08:52:24 [2019-08-28T08:52:24.233Z] #33 122.5 net
08:52:24 [2019-08-28T08:52:24.233Z] #33 124.2 crypto/rand
08:52:24 [2019-08-28T08:52:24.233Z] #33 124.8 crypto/elliptic
08:52:24 [2019-08-28T08:52:24.258Z] #58 62.79   HOSTLINK compel/compel-host-bin
08:52:24 [2019-08-28T08:52:24.394Z] bufio
08:52:24 [2019-08-28T08:52:24.394Z] path
08:52:24 [2019-08-28T08:52:24.490Z] #33 ...
08:52:24 [2019-08-28T08:52:24.490Z] 
08:52:24 [2019-08-28T08:52:24.490Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
08:52:24 [2019-08-28T08:52:24.490Z] #13 57.53 Setting up python3-minimal (3.5.3-1) ...
08:52:24 [2019-08-28T08:52:24.514Z] #58 62.93   DEP      soccr/soccr.d
08:52:24 [2019-08-28T08:52:24.514Z] #58 63.06   CC       soccr/soccr.o
08:52:24 [2019-08-28T08:52:24.679Z] hash
08:52:24 [2019-08-28T08:52:24.679Z] crypto/internal/randutil
08:52:24 [2019-08-28T08:52:24.679Z] internal/singleflight
08:52:24 [2019-08-28T08:52:24.679Z] hash/crc32
08:52:24 [2019-08-28T08:52:24.679Z] crypto
08:52:24 [2019-08-28T08:52:24.679Z] crypto/sha512
08:52:24 [2019-08-28T08:52:24.964Z] crypto/hmac
08:52:24 [2019-08-28T08:52:24.964Z] crypto/sha1
08:52:24 [2019-08-28T08:52:24.964Z] time
08:52:24 [2019-08-28T08:52:24.964Z] internal/syscall/unix
08:52:24 [2019-08-28T08:52:24.964Z] crypto/sha256
08:52:25 [2019-08-28T08:52:25.249Z] internal/x/crypto/hkdf
08:52:25 [2019-08-28T08:52:25.249Z] internal/x/text/transform
08:52:25 [2019-08-28T08:52:25.863Z] #13 59.07 Selecting previously unselected package python3.
08:52:25 [2019-08-28T08:52:25.867Z] encoding/binary
08:52:25 [2019-08-28T08:52:25.867Z] sort
08:52:25 [2019-08-28T08:52:25.867Z] internal/poll
08:52:25 [2019-08-28T08:52:25.867Z] internal/fmtsort
08:52:25 [2019-08-28T08:52:25.867Z] regexp/syntax
08:52:25 [2019-08-28T08:52:25.878Z] #58 64.40   AR       soccr/libsoccr.a
08:52:25 [2019-08-28T08:52:25.878Z] #58 64.43 make[1]: 'soccr/libsoccr.a' is up to date.
08:52:26 [2019-08-28T08:52:26.122Z] #13 59.07 (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.)
08:52:26 [2019-08-28T08:52:26.122Z] #13 59.11 Preparing to unpack .../00-python3_3.5.3-1_amd64.deb ...
08:52:26 [2019-08-28T08:52:26.122Z] #13 59.15 Unpacking python3 (3.5.3-1) ...
08:52:26 [2019-08-28T08:52:26.122Z] #13 59.23 Selecting previously unselected package pigz.
08:52:26 [2019-08-28T08:52:26.122Z] #13 59.24 Preparing to unpack .../01-pigz_2.3.4-1_amd64.deb ...
08:52:26 [2019-08-28T08:52:26.122Z] #13 59.24 Unpacking pigz (2.3.4-1) ...
08:52:26 [2019-08-28T08:52:26.154Z] encoding/base64
08:52:26 [2019-08-28T08:52:26.154Z] crypto/cipher
08:52:26 [2019-08-28T08:52:26.154Z] crypto/md5
08:52:26 [2019-08-28T08:52:26.380Z] #13 59.38 Selecting previously unselected package libip4tc0:amd64.
08:52:26 [2019-08-28T08:52:26.380Z] #13 59.38 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_amd64.deb ...
08:52:26 [2019-08-28T08:52:26.380Z] #13 59.39 Unpacking libip4tc0:amd64 (1.6.0+snapshot20161117-6) ...
08:52:26 [2019-08-28T08:52:26.380Z] #13 59.48 Selecting previously unselected package libip6tc0:amd64.
08:52:26 [2019-08-28T08:52:26.380Z] #13 59.48 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_amd64.deb ...
08:52:26 [2019-08-28T08:52:26.380Z] #13 59.48 Unpacking libip6tc0:amd64 (1.6.0+snapshot20161117-6) ...
08:52:26 [2019-08-28T08:52:26.380Z] #13 59.61 Selecting previously unselected package libiptc0:amd64.
08:52:26 [2019-08-28T08:52:26.439Z] #58 64.89   DEP      criu/arch/x86/sigframe.d
08:52:26 [2019-08-28T08:52:26.439Z] os
08:52:26 [2019-08-28T08:52:26.439Z] crypto/aes
08:52:26 [2019-08-28T08:52:26.439Z] crypto/des
08:52:26 [2019-08-28T08:52:26.638Z] #13 59.62 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_amd64.deb ...
08:52:26 [2019-08-28T08:52:26.638Z] #13 59.63 Unpacking libiptc0:amd64 (1.6.0+snapshot20161117-6) ...
08:52:26 [2019-08-28T08:52:26.638Z] #13 59.74 Selecting previously unselected package libxtables12:amd64.
08:52:26 [2019-08-28T08:52:26.638Z] #13 59.74 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_amd64.deb ...
08:52:26 [2019-08-28T08:52:26.638Z] #13 59.75 Unpacking libxtables12:amd64 (1.6.0+snapshot20161117-6) ...
08:52:26 [2019-08-28T08:52:26.694Z] #58 65.07   DEP      criu/arch/x86/sigaction_compat.d
08:52:26 [2019-08-28T08:52:26.695Z] #58 65.23   DEP      criu/arch/x86/kerndat.d
08:52:26 [2019-08-28T08:52:26.726Z] encoding/pem
08:52:26 [2019-08-28T08:52:26.726Z] internal/x/crypto/internal/chacha20
08:52:26 [2019-08-28T08:52:26.726Z] internal/x/crypto/poly1305
08:52:26 [2019-08-28T08:52:26.896Z] #13 59.88 Selecting previously unselected package libnetfilter-conntrack3:amd64.
08:52:26 [2019-08-28T08:52:26.896Z] #13 59.88 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_amd64.deb ...
08:52:26 [2019-08-28T08:52:26.896Z] #13 59.89 Unpacking libnetfilter-conntrack3:amd64 (1.0.6-2) ...
08:52:26 [2019-08-28T08:52:26.896Z] #13 59.97 Selecting previously unselected package iptables.
08:52:26 [2019-08-28T08:52:26.896Z] #13 59.98 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_amd64.deb ...
08:52:26 [2019-08-28T08:52:26.896Z] #13 59.99 Unpacking iptables (1.6.0+snapshot20161117-6) ...
08:52:26 [2019-08-28T08:52:26.950Z] #58 65.42   DEP      criu/arch/x86/crtools.d
08:52:27 [2019-08-28T08:52:27.019Z] internal/x/crypto/curve25519
08:52:27 [2019-08-28T08:52:27.019Z] internal/x/crypto/chacha20poly1305
08:52:27 [2019-08-28T08:52:27.019Z] regexp
08:52:27 [2019-08-28T08:52:27.019Z] path/filepath
08:52:27 [2019-08-28T08:52:27.019Z] fmt
08:52:27 [2019-08-28T08:52:27.154Z] #13 60.38 Selecting previously unselected package xxd.
08:52:27 [2019-08-28T08:52:27.205Z] #58 65.60   DEP      criu/arch/x86/cpu.d
08:52:27 [2019-08-28T08:52:27.308Z] io/ioutil
08:52:27 [2019-08-28T08:52:27.412Z] #13 60.39 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ...
08:52:27 [2019-08-28T08:52:27.412Z] #13 60.41 Unpacking xxd (2:8.0.0197-4+deb9u3) ...
08:52:27 [2019-08-28T08:52:27.412Z] #13 60.54 Selecting previously unselected package vim-common.
08:52:27 [2019-08-28T08:52:27.412Z] #13 60.55 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ...
08:52:27 [2019-08-28T08:52:27.412Z] #13 60.57 Unpacking vim-common (2:8.0.0197-4+deb9u3) ...
08:52:27 [2019-08-28T08:52:27.460Z] #58 65.83   CC       criu/arch/x86/cpu.o
08:52:27 [2019-08-28T08:52:27.670Z] #13 60.75 Selecting previously unselected package bzip2.
08:52:27 [2019-08-28T08:52:27.670Z] #13 60.75 Preparing to unpack .../10-bzip2_1.0.6-8.1_amd64.deb ...
08:52:27 [2019-08-28T08:52:27.670Z] #13 60.76 Unpacking bzip2 (1.0.6-8.1) ...
08:52:27 [2019-08-28T08:52:27.670Z] #13 60.89 Selecting previously unselected package libgpm2:amd64.
08:52:27 [2019-08-28T08:52:27.670Z] #13 60.89 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_amd64.deb ...
08:52:27 [2019-08-28T08:52:27.670Z] #13 60.90 Unpacking libgpm2:amd64 (1.20.4-6.2+b1) ...
08:52:27 [2019-08-28T08:52:27.928Z] #13 61.03 Selecting previously unselected package xz-utils.
08:52:27 [2019-08-28T08:52:27.928Z] #13 61.03 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_amd64.deb ...
08:52:27 [2019-08-28T08:52:27.928Z] #13 61.04 Unpacking xz-utils (5.2.2-1.2+b1) ...
08:52:27 [2019-08-28T08:52:27.928Z] #13 61.24 Selecting previously unselected package aufs-tools.
08:52:27 [2019-08-28T08:52:27.930Z] flag
08:52:27 [2019-08-28T08:52:27.930Z] net/url
08:52:27 [2019-08-28T08:52:27.930Z] go/token
08:52:27 [2019-08-28T08:52:27.930Z] text/template/parse
08:52:27 [2019-08-28T08:52:27.930Z] go/scanner
08:52:28 [2019-08-28T08:52:28.021Z] #58 66.42   CC       criu/arch/x86/crtools.o
08:52:28 [2019-08-28T08:52:28.021Z] #58 ...
08:52:28 [2019-08-28T08:52:28.021Z] 
08:52:28 [2019-08-28T08:52:28.021Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
08:52:28 [2019-08-28T08:52:28.021Z] #13 58.78 Selecting previously unselected package python3.
08:52:28 [2019-08-28T08:52:28.021Z] #13 58.78 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 16747 files and directories currently installed.)
08:52:28 [2019-08-28T08:52:28.021Z] #13 58.86 Preparing to unpack .../00-python3_3.5.3-1_amd64.deb ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 58.87 Unpacking python3 (3.5.3-1) ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 58.96 Selecting previously unselected package pigz.
08:52:28 [2019-08-28T08:52:28.021Z] #13 58.96 Preparing to unpack .../01-pigz_2.3.4-1_amd64.deb ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 58.97 Unpacking pigz (2.3.4-1) ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 59.07 Selecting previously unselected package libip4tc0:amd64.
08:52:28 [2019-08-28T08:52:28.021Z] #13 59.07 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_amd64.deb ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 59.08 Unpacking libip4tc0:amd64 (1.6.0+snapshot20161117-6) ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 59.21 Selecting previously unselected package libip6tc0:amd64.
08:52:28 [2019-08-28T08:52:28.021Z] #13 59.21 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_amd64.deb ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 59.22 Unpacking libip6tc0:amd64 (1.6.0+snapshot20161117-6) ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 59.36 Selecting previously unselected package libiptc0:amd64.
08:52:28 [2019-08-28T08:52:28.021Z] #13 59.36 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_amd64.deb ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 59.37 Unpacking libiptc0:amd64 (1.6.0+snapshot20161117-6) ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 59.50 Selecting previously unselected package libxtables12:amd64.
08:52:28 [2019-08-28T08:52:28.021Z] #13 59.50 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_amd64.deb ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 59.50 Unpacking libxtables12:amd64 (1.6.0+snapshot20161117-6) ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 59.63 Selecting previously unselected package libnetfilter-conntrack3:amd64.
08:52:28 [2019-08-28T08:52:28.021Z] #13 59.64 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_amd64.deb ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 59.66 Unpacking libnetfilter-conntrack3:amd64 (1.0.6-2) ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 59.75 Selecting previously unselected package iptables.
08:52:28 [2019-08-28T08:52:28.021Z] #13 59.75 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_amd64.deb ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 59.75 Unpacking iptables (1.6.0+snapshot20161117-6) ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 60.10 Selecting previously unselected package xxd.
08:52:28 [2019-08-28T08:52:28.021Z] #13 60.10 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 60.11 Unpacking xxd (2:8.0.0197-4+deb9u3) ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 60.28 Selecting previously unselected package vim-common.
08:52:28 [2019-08-28T08:52:28.021Z] #13 60.28 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 60.30 Unpacking vim-common (2:8.0.0197-4+deb9u3) ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 60.48 Selecting previously unselected package bzip2.
08:52:28 [2019-08-28T08:52:28.021Z] #13 60.48 Preparing to unpack .../10-bzip2_1.0.6-8.1_amd64.deb ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 60.49 Unpacking bzip2 (1.0.6-8.1) ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 60.60 Selecting previously unselected package libgpm2:amd64.
08:52:28 [2019-08-28T08:52:28.021Z] #13 60.60 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_amd64.deb ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 60.60 Unpacking libgpm2:amd64 (1.20.4-6.2+b1) ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 60.70 Selecting previously unselected package xz-utils.
08:52:28 [2019-08-28T08:52:28.021Z] #13 60.70 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_amd64.deb ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 60.71 Unpacking xz-utils (5.2.2-1.2+b1) ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 60.95 Selecting previously unselected package aufs-tools.
08:52:28 [2019-08-28T08:52:28.021Z] #13 60.95 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_amd64.deb ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 60.96 Unpacking aufs-tools (1:4.1+20161219-1) ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 61.10 Selecting previously unselected package liblzo2-2:amd64.
08:52:28 [2019-08-28T08:52:28.021Z] #13 61.11 Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_amd64.deb ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 61.12 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 61.25 Selecting previously unselected package btrfs-progs.
08:52:28 [2019-08-28T08:52:28.021Z] #13 61.26 Preparing to unpack .../15-btrfs-progs_4.7.3-1_amd64.deb ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 61.26 Unpacking btrfs-progs (4.7.3-1) ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 61.79 Selecting previously unselected package btrfs-tools.
08:52:28 [2019-08-28T08:52:28.021Z] #13 61.81 Preparing to unpack .../16-btrfs-tools_4.7.3-1_amd64.deb ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 61.81 Unpacking btrfs-tools (4.7.3-1) ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 61.90 Selecting previously unselected package libdevmapper1.02.1:amd64.
08:52:28 [2019-08-28T08:52:28.021Z] #13 61.90 Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_amd64.deb ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 61.91 Unpacking libdevmapper1.02.1:amd64 (2:1.02.137-2) ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 62.12 Selecting previously unselected package dmsetup.
08:52:28 [2019-08-28T08:52:28.021Z] #13 62.14 Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_amd64.deb ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 62.15 Unpacking dmsetup (2:1.02.137-2) ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 62.30 Selecting previously unselected package libonig4:amd64.
08:52:28 [2019-08-28T08:52:28.021Z] #13 62.31 Preparing to unpack .../19-libonig4_6.1.3-2_amd64.deb ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 62.32 Unpacking libonig4:amd64 (6.1.3-2) ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 62.48 Selecting previously unselected package libjq1:amd64.
08:52:28 [2019-08-28T08:52:28.021Z] #13 62.48 Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_amd64.deb ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 62.48 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 62.63 Selecting previously unselected package jq.
08:52:28 [2019-08-28T08:52:28.021Z] #13 62.64 Preparing to unpack .../21-jq_1.5+dfsg-1.3_amd64.deb ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 62.65 Unpacking jq (1.5+dfsg-1.3) ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 62.76 Selecting previously unselected package libaio1:amd64.
08:52:28 [2019-08-28T08:52:28.021Z] #13 62.76 Preparing to unpack .../22-libaio1_0.3.110-3_amd64.deb ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 62.76 Unpacking libaio1:amd64 (0.3.110-3) ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 62.85 Selecting previously unselected package libcap2-bin.
08:52:28 [2019-08-28T08:52:28.021Z] #13 62.88 Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_amd64.deb ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 62.88 Unpacking libcap2-bin (1:2.25-1) ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 62.97 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
08:52:28 [2019-08-28T08:52:28.021Z] #13 62.98 Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_amd64.deb ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 62.98 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 63.08 Selecting previously unselected package libsepol1-dev:amd64.
08:52:28 [2019-08-28T08:52:28.021Z] #13 63.09 Preparing to unpack .../25-libsepol1-dev_2.6-2_amd64.deb ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 63.10 Unpacking libsepol1-dev:amd64 (2.6-2) ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 63.41 Selecting previously unselected package libpcre16-3:amd64.
08:52:28 [2019-08-28T08:52:28.021Z] #13 63.41 Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_amd64.deb ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 63.42 Unpacking libpcre16-3:amd64 (2:8.39-3) ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 63.60 Selecting previously unselected package libpcre32-3:amd64.
08:52:28 [2019-08-28T08:52:28.021Z] #13 63.61 Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_amd64.deb ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 63.62 Unpacking libpcre32-3:amd64 (2:8.39-3) ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 63.85 Selecting previously unselected package libpcre3-dev:amd64.
08:52:28 [2019-08-28T08:52:28.021Z] #13 63.86 Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_amd64.deb ...
08:52:28 [2019-08-28T08:52:28.021Z] #13 63.88 Unpacking libpcre3-dev:amd64 (2:8.39-3) ...
08:52:28 [2019-08-28T08:52:28.185Z] #13 61.24 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_amd64.deb ...
08:52:28 [2019-08-28T08:52:28.185Z] #13 61.25 Unpacking aufs-tools (1:4.1+20161219-1) ...
08:52:28 [2019-08-28T08:52:28.216Z] log
08:52:28 [2019-08-28T08:52:28.216Z] encoding/json
08:52:28 [2019-08-28T08:52:28.216Z] go/ast
08:52:28 [2019-08-28T08:52:28.277Z] #13 64.32 Selecting previously unselected package libselinux1-dev:amd64.
08:52:28 [2019-08-28T08:52:28.277Z] #13 64.33 Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_amd64.deb ...
08:52:28 [2019-08-28T08:52:28.277Z] #13 64.33 Unpacking libselinux1-dev:amd64 (2.6-3+b3) ...
08:52:28 [2019-08-28T08:52:28.277Z] #13 64.61 Selecting previously unselected package libdevmapper-dev:amd64.
08:52:28 [2019-08-28T08:52:28.443Z] #13 61.45 Selecting previously unselected package liblzo2-2:amd64.
08:52:28 [2019-08-28T08:52:28.443Z] #13 61.45 Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_amd64.deb ...
08:52:28 [2019-08-28T08:52:28.443Z] #13 61.45 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ...
08:52:28 [2019-08-28T08:52:28.443Z] #13 61.58 Selecting previously unselected package btrfs-progs.
08:52:28 [2019-08-28T08:52:28.443Z] #13 61.58 Preparing to unpack .../15-btrfs-progs_4.7.3-1_amd64.deb ...
08:52:28 [2019-08-28T08:52:28.443Z] #13 61.58 Unpacking btrfs-progs (4.7.3-1) ...
08:52:28 [2019-08-28T08:52:28.504Z] encoding/xml
08:52:28 [2019-08-28T08:52:28.532Z] #13 64.63 Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_amd64.deb ...
08:52:28 [2019-08-28T08:52:28.532Z] #13 64.63 Unpacking libdevmapper-dev:amd64 (2:1.02.137-2) ...
08:52:28 [2019-08-28T08:52:28.532Z] #13 64.76 Selecting previously unselected package libnl-3-200:amd64.
08:52:28 [2019-08-28T08:52:28.532Z] #13 64.77 Preparing to unpack .../31-libnl-3-200_3.2.27-2_amd64.deb ...
08:52:28 [2019-08-28T08:52:28.532Z] #13 64.77 Unpacking libnl-3-200:amd64 (3.2.27-2) ...
08:52:28 [2019-08-28T08:52:28.787Z] #13 64.87 Selecting previously unselected package libprotobuf-c1:amd64.
08:52:28 [2019-08-28T08:52:28.787Z] #13 64.87 Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_amd64.deb ...
08:52:28 [2019-08-28T08:52:28.787Z] #13 64.88 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ...
08:52:28 [2019-08-28T08:52:28.787Z] #13 64.95 Selecting previously unselected package libreadline5:amd64.
08:52:28 [2019-08-28T08:52:28.787Z] #13 64.98 Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_amd64.deb ...
08:52:28 [2019-08-28T08:52:28.787Z] #13 64.99 Unpacking libreadline5:amd64 (5.2+dfsg-3+b1) ...
08:52:29 [2019-08-28T08:52:29.009Z] #13 62.06 Selecting previously unselected package btrfs-tools.
08:52:29 [2019-08-28T08:52:29.009Z] #13 62.06 Preparing to unpack .../16-btrfs-tools_4.7.3-1_amd64.deb ...
08:52:29 [2019-08-28T08:52:29.009Z] #13 62.07 Unpacking btrfs-tools (4.7.3-1) ...
08:52:29 [2019-08-28T08:52:29.009Z] #13 62.16 Selecting previously unselected package libdevmapper1.02.1:amd64.
08:52:29 [2019-08-28T08:52:29.009Z] #13 62.16 Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_amd64.deb ...
08:52:29 [2019-08-28T08:52:29.009Z] #13 62.17 Unpacking libdevmapper1.02.1:amd64 (2:1.02.137-2) ...
08:52:29 [2019-08-28T08:52:29.043Z] #13 65.13 Selecting previously unselected package libsystemd-dev:amd64.
08:52:29 [2019-08-28T08:52:29.043Z] #13 65.14 Preparing to unpack .../34-libsystemd-dev_232-25+deb9u11_amd64.deb ...
08:52:29 [2019-08-28T08:52:29.043Z] #13 65.16 Unpacking libsystemd-dev:amd64 (232-25+deb9u11) ...
08:52:29 [2019-08-28T08:52:29.124Z] text/template
08:52:29 [2019-08-28T08:52:29.267Z] #13 62.37 Selecting previously unselected package dmsetup.
08:52:29 [2019-08-28T08:52:29.267Z] #13 62.38 Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_amd64.deb ...
08:52:29 [2019-08-28T08:52:29.267Z] #13 62.39 Unpacking dmsetup (2:1.02.137-2) ...
08:52:29 [2019-08-28T08:52:29.267Z] #13 62.51 Selecting previously unselected package libonig4:amd64.
08:52:29 [2019-08-28T08:52:29.267Z] #13 62.51 Preparing to unpack .../19-libonig4_6.1.3-2_amd64.deb ...
08:52:29 [2019-08-28T08:52:29.267Z] #13 62.51 Unpacking libonig4:amd64 (6.1.3-2) ...
08:52:29 [2019-08-28T08:52:29.524Z] #13 62.74 Selecting previously unselected package libjq1:amd64.
08:52:29 [2019-08-28T08:52:29.524Z] #13 62.75 Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_amd64.deb ...
08:52:29 [2019-08-28T08:52:29.524Z] #13 62.77 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ...
08:52:29 [2019-08-28T08:52:29.745Z] go/parser
08:52:29 [2019-08-28T08:52:29.782Z] #13 62.83 Selecting previously unselected package jq.
08:52:29 [2019-08-28T08:52:29.782Z] #13 62.83 Preparing to unpack .../21-jq_1.5+dfsg-1.3_amd64.deb ...
08:52:29 [2019-08-28T08:52:29.782Z] #13 62.84 Unpacking jq (1.5+dfsg-1.3) ...
08:52:29 [2019-08-28T08:52:29.782Z] #13 62.91 Selecting previously unselected package libaio1:amd64.
08:52:29 [2019-08-28T08:52:29.782Z] #13 62.91 Preparing to unpack .../22-libaio1_0.3.110-3_amd64.deb ...
08:52:29 [2019-08-28T08:52:29.782Z] #13 62.92 Unpacking libaio1:amd64 (0.3.110-3) ...
08:52:30 [2019-08-28T08:52:30.031Z] compress/flate
08:52:30 [2019-08-28T08:52:30.031Z] context
08:52:30 [2019-08-28T08:52:30.031Z] math/big
08:52:30 [2019-08-28T08:52:30.040Z] #13 62.98 Selecting previously unselected package libcap2-bin.
08:52:30 [2019-08-28T08:52:30.040Z] #13 63.00 Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_amd64.deb ...
08:52:30 [2019-08-28T08:52:30.040Z] #13 63.01 Unpacking libcap2-bin (1:2.25-1) ...
08:52:30 [2019-08-28T08:52:30.040Z] #13 63.13 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
08:52:30 [2019-08-28T08:52:30.040Z] #13 63.17 Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_amd64.deb ...
08:52:30 [2019-08-28T08:52:30.040Z] #13 63.17 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ...
08:52:30 [2019-08-28T08:52:30.298Z] #13 63.28 Selecting previously unselected package libsepol1-dev:amd64.
08:52:30 [2019-08-28T08:52:30.298Z] #13 63.28 Preparing to unpack .../25-libsepol1-dev_2.6-2_amd64.deb ...
08:52:30 [2019-08-28T08:52:30.298Z] #13 63.29 Unpacking libsepol1-dev:amd64 (2.6-2) ...
08:52:30 [2019-08-28T08:52:30.650Z] go/doc
08:52:30 [2019-08-28T08:52:30.650Z] compress/gzip
08:52:30 [2019-08-28T08:52:30.814Z] #13 63.79 Selecting previously unselected package libpcre16-3:amd64.
08:52:30 [2019-08-28T08:52:30.814Z] #13 63.80 Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_amd64.deb ...
08:52:30 [2019-08-28T08:52:30.814Z] #13 63.80 Unpacking libpcre16-3:amd64 (2:8.39-3) ...
08:52:30 [2019-08-28T08:52:30.814Z] #13 63.98 Selecting previously unselected package libpcre32-3:amd64.
08:52:30 [2019-08-28T08:52:30.814Z] #13 63.98 Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_amd64.deb ...
08:52:30 [2019-08-28T08:52:30.814Z] #13 63.98 Unpacking libpcre32-3:amd64 (2:8.39-3) ...
08:52:30 [2019-08-28T08:52:30.929Z] #13 66.78 Selecting previously unselected package net-tools.
08:52:30 [2019-08-28T08:52:30.929Z] #13 66.78 Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_amd64.deb ...
08:52:30 [2019-08-28T08:52:30.929Z] #13 66.79 Unpacking net-tools (1.60+git20161116.90da8a0-1) ...
08:52:30 [2019-08-28T08:52:30.929Z] #13 67.05 Selecting previously unselected package python-pip-whl.
08:52:30 [2019-08-28T08:52:30.929Z] #13 67.06 Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ...
08:52:30 [2019-08-28T08:52:30.929Z] #13 67.06 Unpacking python-pip-whl (9.0.1-2+deb9u1) ...
08:52:30 [2019-08-28T08:52:30.935Z] encoding/hex
08:52:30 [2019-08-28T08:52:30.935Z] net
08:52:30 [2019-08-28T08:52:30.935Z] internal/x/text/unicode/bidi
08:52:31 [2019-08-28T08:52:31.083Z] #13 64.21 Selecting previously unselected package libpcre3-dev:amd64.
08:52:31 [2019-08-28T08:52:31.084Z] #13 64.23 Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_amd64.deb ...
08:52:31 [2019-08-28T08:52:31.084Z] #13 64.24 Unpacking libpcre3-dev:amd64 (2:8.39-3) ...
08:52:31 [2019-08-28T08:52:31.555Z] github.com/LK4D4/vndr/build
08:52:31 [2019-08-28T08:52:31.555Z] internal/x/text/secure/bidirule
08:52:31 [2019-08-28T08:52:31.555Z] internal/x/text/unicode/norm
08:52:31 [2019-08-28T08:52:31.652Z] #13 64.79 Selecting previously unselected package libselinux1-dev:amd64.
08:52:31 [2019-08-28T08:52:31.652Z] #13 64.79 Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_amd64.deb ...
08:52:31 [2019-08-28T08:52:31.652Z] #13 64.80 Unpacking libselinux1-dev:amd64 (2.6-3+b3) ...
08:52:31 [2019-08-28T08:52:31.857Z] #13 67.88 Selecting previously unselected package python3-pip.
08:52:31 [2019-08-28T08:52:31.857Z] #13 67.88 Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ...
08:52:31 [2019-08-28T08:52:31.857Z] #13 67.89 Unpacking python3-pip (9.0.1-2+deb9u1) ...
08:52:31 [2019-08-28T08:52:31.857Z] #13 ...
08:52:31 [2019-08-28T08:52:31.857Z] 
08:52:31 [2019-08-28T08:52:31.857Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter
08:52:31 [2019-08-28T08:52:31.857Z] #24 133.2 + GOBIN=/build
08:52:31 [2019-08-28T08:52:31.857Z] #24 133.2 + /build/gometalinter --install
08:52:31 [2019-08-28T08:52:31.857Z] #24 133.2 Installing:
08:52:31 [2019-08-28T08:52:31.857Z] #24 133.2   deadcode
08:52:31 [2019-08-28T08:52:31.857Z] #24 133.2   dupl
08:52:31 [2019-08-28T08:52:31.857Z] #24 133.2   errcheck
08:52:31 [2019-08-28T08:52:31.857Z] #24 133.2   gas
08:52:31 [2019-08-28T08:52:31.857Z] #24 133.2   gochecknoglobals
08:52:31 [2019-08-28T08:52:31.857Z] #24 133.2   gochecknoinits
08:52:31 [2019-08-28T08:52:31.857Z] #24 133.2   goconst
08:52:31 [2019-08-28T08:52:31.857Z] #24 133.2   gocyclo
08:52:31 [2019-08-28T08:52:31.857Z] #24 133.2   goimports
08:52:31 [2019-08-28T08:52:31.857Z] #24 133.2   golint
08:52:31 [2019-08-28T08:52:31.857Z] #24 133.2   gosimple
08:52:31 [2019-08-28T08:52:31.857Z] #24 133.2   gotype
08:52:31 [2019-08-28T08:52:31.857Z] #24 133.2   gotypex
08:52:31 [2019-08-28T08:52:31.857Z] #24 133.2   ineffassign
08:52:31 [2019-08-28T08:52:31.857Z] #24 133.2   interfacer
08:52:31 [2019-08-28T08:52:31.857Z] #24 133.2   lll
08:52:31 [2019-08-28T08:52:31.857Z] #24 133.2   maligned
08:52:31 [2019-08-28T08:52:31.857Z] #24 133.2   megacheck
08:52:31 [2019-08-28T08:52:31.857Z] #24 133.2   misspell
08:52:31 [2019-08-28T08:52:31.857Z] #24 133.2   nakedret
08:52:31 [2019-08-28T08:52:31.857Z] #24 133.2   safesql
08:52:31 [2019-08-28T08:52:31.857Z] #24 133.2   staticcheck
08:52:31 [2019-08-28T08:52:31.857Z] #24 133.2   structcheck
08:52:31 [2019-08-28T08:52:31.857Z] #24 133.2   unconvert
08:52:31 [2019-08-28T08:52:31.857Z] #24 133.2   unparam
08:52:31 [2019-08-28T08:52:31.857Z] #24 133.2   unused
08:52:31 [2019-08-28T08:52:31.857Z] #24 133.2   varcheck
08:52:31 [2019-08-28T08:52:31.912Z] #13 65.10 Selecting previously unselected package libdevmapper-dev:amd64.
08:52:31 [2019-08-28T08:52:31.912Z] #13 65.11 Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_amd64.deb ...
08:52:31 [2019-08-28T08:52:31.912Z] #13 65.11 Unpacking libdevmapper-dev:amd64 (2:1.02.137-2) ...
08:52:32 [2019-08-28T08:52:32.170Z] #13 65.26 Selecting previously unselected package libnl-3-200:amd64.
08:52:32 [2019-08-28T08:52:32.170Z] #13 65.26 Preparing to unpack .../31-libnl-3-200_3.2.27-2_amd64.deb ...
08:52:32 [2019-08-28T08:52:32.170Z] #13 65.26 Unpacking libnl-3-200:amd64 (3.2.27-2) ...
08:52:32 [2019-08-28T08:52:32.170Z] #13 65.40 Selecting previously unselected package libprotobuf-c1:amd64.
08:52:32 [2019-08-28T08:52:32.170Z] #13 65.40 Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_amd64.deb ...
08:52:32 [2019-08-28T08:52:32.170Z] #13 65.41 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ...
08:52:32 [2019-08-28T08:52:32.428Z] #13 65.51 Selecting previously unselected package libreadline5:amd64.
08:52:32 [2019-08-28T08:52:32.428Z] #13 65.52 Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_amd64.deb ...
08:52:32 [2019-08-28T08:52:32.428Z] #13 65.52 Unpacking libreadline5:amd64 (5.2+dfsg-3+b1) ...
08:52:32 [2019-08-28T08:52:32.573Z] crypto/rand
08:52:32 [2019-08-28T08:52:32.573Z] crypto/elliptic
08:52:32 [2019-08-28T08:52:32.573Z] encoding/asn1
08:52:32 [2019-08-28T08:52:32.686Z] #13 65.66 Selecting previously unselected package libsystemd-dev:amd64.
08:52:32 [2019-08-28T08:52:32.686Z] #13 65.69 Preparing to unpack .../34-libsystemd-dev_232-25+deb9u11_amd64.deb ...
08:52:32 [2019-08-28T08:52:32.686Z] #13 65.69 Unpacking libsystemd-dev:amd64 (232-25+deb9u11) ...
08:52:32 [2019-08-28T08:52:32.985Z] Removing intermediate container 38b77a500ee7
08:52:32 [2019-08-28T08:52:32.985Z]  ---> 883778d0d676
08:52:32 [2019-08-28T08:52:32.985Z] Step 66/126 : FROM base AS gotestsum
08:52:32 [2019-08-28T08:52:32.985Z]  ---> 1af970284b9f
08:52:32 [2019-08-28T08:52:32.985Z] Step 67/126 : ENV INSTALL_BINARY_NAME=gotestsum
08:52:32 [2019-08-28T08:52:32.985Z]  ---> Running in 9095c9d85acd
08:52:32 [2019-08-28T08:52:32.985Z] Removing intermediate container 9095c9d85acd
08:52:32 [2019-08-28T08:52:32.985Z]  ---> e57d7b6cea78
08:52:32 [2019-08-28T08:52:32.985Z] Step 68/126 : COPY hack/dockerfile/install/install.sh ./install.sh
08:52:32 [2019-08-28T08:52:32.985Z]  ---> 1e6e5bee4d9d
08:52:32 [2019-08-28T08:52:32.985Z] Step 69/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./
08:52:32 [2019-08-28T08:52:32.985Z]  ---> e402ed33286c
08:52:32 [2019-08-28T08:52:32.985Z] Step 70/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME
08:52:32 [2019-08-28T08:52:32.985Z]  ---> Running in 0cbd6b8950c7
08:52:32 [2019-08-28T08:52:32.985Z] + RM_GOPATH=0
08:52:32 [2019-08-28T08:52:32.985Z] + TMP_GOPATH=
08:52:32 [2019-08-28T08:52:32.985Z] + : /build
08:52:32 [2019-08-28T08:52:32.985Z] + '[' -z '' ']'
08:52:32 [2019-08-28T08:52:32.985Z] Installing gotestsum version v0.3.5
08:52:32 [2019-08-28T08:52:32.985Z] ++ mktemp -d
08:52:32 [2019-08-28T08:52:32.985Z] + export GOPATH=/tmp/tmp.PXuGgRCADa
08:52:32 [2019-08-28T08:52:32.985Z] + GOPATH=/tmp/tmp.PXuGgRCADa
08:52:32 [2019-08-28T08:52:32.985Z] + RM_GOPATH=1
08:52:32 [2019-08-28T08:52:32.985Z] ++ dirname ./install.sh
08:52:32 [2019-08-28T08:52:32.985Z] + dir=.
08:52:32 [2019-08-28T08:52:32.985Z] + bin=gotestsum
08:52:32 [2019-08-28T08:52:32.985Z] + shift
08:52:32 [2019-08-28T08:52:32.985Z] + '[' '!' -f ./gotestsum.installer ']'
08:52:32 [2019-08-28T08:52:32.985Z] + . ./gotestsum.installer
08:52:32 [2019-08-28T08:52:32.985Z] ++ GOTESTSUM_COMMIT=v0.3.5
08:52:32 [2019-08-28T08:52:32.985Z] + install_gotestsum
08:52:32 [2019-08-28T08:52:32.985Z] + echo 'Installing gotestsum version v0.3.5'
08:52:32 [2019-08-28T08:52:32.985Z] + go get -d gotest.tools/gotestsum
08:52:33 [2019-08-28T08:52:33.197Z] crypto/rsa
08:52:33 [2019-08-28T08:52:33.197Z] crypto/dsa
08:52:33 [2019-08-28T08:52:33.197Z] internal/x/net/idna
08:52:33 [2019-08-28T08:52:33.197Z] crypto/ecdsa
08:52:33 [2019-08-28T08:52:33.483Z] crypto/x509/pkix
08:52:33 [2019-08-28T08:52:33.483Z] internal/x/crypto/cryptobyte
08:52:33 [2019-08-28T08:52:33.770Z] internal/x/net/http2/hpack
08:52:33 [2019-08-28T08:52:33.770Z] mime
08:52:34 [2019-08-28T08:52:34.057Z] mime/quotedprintable
08:52:34 [2019-08-28T08:52:34.057Z] net/http/internal
08:52:34 [2019-08-28T08:52:34.344Z] os/exec
08:52:34 [2019-08-28T08:52:34.381Z] #24 ...
08:52:34 [2019-08-28T08:52:34.381Z] 
08:52:34 [2019-08-28T08:52:34.381Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
08:52:34 [2019-08-28T08:52:34.381Z] #33 125.4 internal/x/crypto/internal/chacha20
08:52:34 [2019-08-28T08:52:34.381Z] #33 125.9 internal/x/crypto/poly1305
08:52:34 [2019-08-28T08:52:34.381Z] #33 126.1 internal/x/crypto/chacha20poly1305
08:52:34 [2019-08-28T08:52:34.381Z] #33 127.3 internal/x/crypto/hkdf
08:52:34 [2019-08-28T08:52:34.381Z] #33 127.5 internal/x/text/transform
08:52:34 [2019-08-28T08:52:34.381Z] #33 128.1 internal/x/text/unicode/bidi
08:52:34 [2019-08-28T08:52:34.381Z] #33 130.2 internal/x/text/secure/bidirule
08:52:34 [2019-08-28T08:52:34.381Z] #33 130.6 internal/x/text/unicode/norm
08:52:34 [2019-08-28T08:52:34.381Z] #33 135.3 internal/x/net/idna
08:52:34 [2019-08-28T08:52:34.381Z] #33 ...
08:52:34 [2019-08-28T08:52:34.381Z] 
08:52:34 [2019-08-28T08:52:34.381Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
08:52:34 [2019-08-28T08:52:34.381Z] #13 68.12 Selecting previously unselected package python3-pkg-resources.
08:52:34 [2019-08-28T08:52:34.381Z] #13 68.13 Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ...
08:52:34 [2019-08-28T08:52:34.381Z] #13 68.14 Unpacking python3-pkg-resources (33.1.1-1) ...
08:52:34 [2019-08-28T08:52:34.381Z] #13 68.31 Selecting previously unselected package python3-setuptools.
08:52:34 [2019-08-28T08:52:34.381Z] #13 68.31 Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ...
08:52:34 [2019-08-28T08:52:34.381Z] #13 68.32 Unpacking python3-setuptools (33.1.1-1) ...
08:52:34 [2019-08-28T08:52:34.381Z] #13 68.60 Selecting previously unselected package python3-wheel.
08:52:34 [2019-08-28T08:52:34.381Z] #13 68.61 Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ...
08:52:34 [2019-08-28T08:52:34.381Z] #13 68.62 Unpacking python3-wheel (0.29.0-2) ...
08:52:34 [2019-08-28T08:52:34.381Z] #13 68.76 Selecting previously unselected package thin-provisioning-tools.
08:52:34 [2019-08-28T08:52:34.381Z] #13 68.78 Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_amd64.deb ...
08:52:34 [2019-08-28T08:52:34.381Z] #13 68.79 Unpacking thin-provisioning-tools (0.6.1-4+b1) ...
08:52:34 [2019-08-28T08:52:34.381Z] #13 69.13 Selecting previously unselected package vim-runtime.
08:52:34 [2019-08-28T08:52:34.381Z] #13 69.14 Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ...
08:52:34 [2019-08-28T08:52:34.381Z] #13 69.19 Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime'
08:52:34 [2019-08-28T08:52:34.381Z] #13 69.24 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime'
08:52:34 [2019-08-28T08:52:34.381Z] #13 69.27 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ...
08:52:34 [2019-08-28T08:52:34.586Z] #13 67.53 Selecting previously unselected package net-tools.
08:52:34 [2019-08-28T08:52:34.586Z] #13 67.54 Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_amd64.deb ...
08:52:34 [2019-08-28T08:52:34.586Z] #13 67.55 Unpacking net-tools (1.60+git20161116.90da8a0-1) ...
08:52:34 [2019-08-28T08:52:34.844Z] #13 67.87 Selecting previously unselected package python-pip-whl.
08:52:34 [2019-08-28T08:52:34.844Z] #13 67.87 Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ...
08:52:34 [2019-08-28T08:52:34.844Z] #13 67.88 Unpacking python-pip-whl (9.0.1-2+deb9u1) ...
08:52:35 [2019-08-28T08:52:35.410Z] #13 68.57 Selecting previously unselected package python3-pip.
08:52:35 [2019-08-28T08:52:35.410Z] #13 68.57 Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ...
08:52:35 [2019-08-28T08:52:35.410Z] #13 68.58 Unpacking python3-pip (9.0.1-2+deb9u1) ...
08:52:35 [2019-08-28T08:52:35.580Z] + cd /tmp/tmp.PXuGgRCADa/src/gotest.tools/gotestsum
08:52:35 [2019-08-28T08:52:35.580Z] + git checkout -q v0.3.5
08:52:35 [2019-08-28T08:52:35.580Z] + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum
08:52:35 [2019-08-28T08:52:35.668Z] #13 68.77 Selecting previously unselected package python3-pkg-resources.
08:52:35 [2019-08-28T08:52:35.668Z] #13 68.80 Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ...
08:52:35 [2019-08-28T08:52:35.668Z] #13 68.80 Unpacking python3-pkg-resources (33.1.1-1) ...
08:52:35 [2019-08-28T08:52:35.828Z] internal/x/net/http/httpproxy
08:52:35 [2019-08-28T08:52:35.828Z] net/textproto
08:52:35 [2019-08-28T08:52:35.828Z] crypto/x509
08:52:35 [2019-08-28T08:52:35.927Z] #13 69.00 Selecting previously unselected package python3-setuptools.
08:52:35 [2019-08-28T08:52:35.927Z] #13 69.00 Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ...
08:52:35 [2019-08-28T08:52:35.927Z] #13 69.01 Unpacking python3-setuptools (33.1.1-1) ...
08:52:35 [2019-08-28T08:52:35.927Z] #13 ...
08:52:35 [2019-08-28T08:52:35.927Z] 
08:52:35 [2019-08-28T08:52:35.927Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:52:35 [2019-08-28T08:52:35.927Z] #58 63.15   CC       compel/src/lib/ptrace.o
08:52:35 [2019-08-28T08:52:35.927Z] #58 63.65   AR       compel/libcompel.a
08:52:35 [2019-08-28T08:52:35.927Z] #58 63.72   HOSTCC   compel/src/main-host.o
08:52:35 [2019-08-28T08:52:35.927Z] #58 64.23   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
08:52:35 [2019-08-28T08:52:35.927Z] #58 64.52   HOSTCC   compel/src/lib/handle-elf-host.o
08:52:35 [2019-08-28T08:52:35.927Z] #58 65.08   HOSTCC   compel/src/lib/log-host.o
08:52:35 [2019-08-28T08:52:35.927Z] #58 65.35   HOSTLINK compel/compel-host-bin
08:52:35 [2019-08-28T08:52:35.927Z] #58 65.49   DEP      soccr/soccr.d
08:52:35 [2019-08-28T08:52:35.927Z] #58 65.66   CC       soccr/soccr.o
08:52:35 [2019-08-28T08:52:35.927Z] #58 67.44   AR       soccr/libsoccr.a
08:52:35 [2019-08-28T08:52:35.927Z] #58 67.47 make[1]: 'soccr/libsoccr.a' is up to date.
08:52:35 [2019-08-28T08:52:35.927Z] #58 67.99   DEP      criu/arch/x86/sigframe.d
08:52:35 [2019-08-28T08:52:35.927Z] #58 68.11   DEP      criu/arch/x86/sigaction_compat.d
08:52:35 [2019-08-28T08:52:35.927Z] #58 68.26   DEP      criu/arch/x86/kerndat.d
08:52:35 [2019-08-28T08:52:35.927Z] #58 68.41   DEP      criu/arch/x86/crtools.d
08:52:35 [2019-08-28T08:52:35.927Z] #58 68.63   DEP      criu/arch/x86/cpu.d
08:52:35 [2019-08-28T08:52:35.927Z] #58 68.80   CC       criu/arch/x86/cpu.o
08:52:35 [2019-08-28T08:52:35.927Z] #58 69.59   CC       criu/arch/x86/crtools.o
08:52:35 [2019-08-28T08:52:35.927Z] #58 71.09   CC       criu/arch/x86/kerndat.o
08:52:35 [2019-08-28T08:52:35.927Z] #58 71.77   CC       criu/arch/x86/sigaction_compat.o
08:52:35 [2019-08-28T08:52:35.927Z] #58 72.04   CC       criu/arch/x86/sigframe.o
08:52:35 [2019-08-28T08:52:35.927Z] #58 72.32   LINK     criu/arch/x86/crtools.built-in.o
08:52:35 [2019-08-28T08:52:35.927Z] #58 72.38   DEP      criu/pie/util-vdso-elf32.d
08:52:35 [2019-08-28T08:52:35.927Z] #58 72.59   DEP      criu/arch/x86/vdso-pie.d
08:52:35 [2019-08-28T08:52:35.927Z] #58 72.79   DEP      criu/pie/parasite-vdso.d
08:52:35 [2019-08-28T08:52:35.927Z] #58 73.06   DEP      criu/pie/util-vdso.d
08:52:35 [2019-08-28T08:52:35.927Z] #58 73.28   DEP      criu/pie/util.d
08:52:36 [2019-08-28T08:52:36.114Z] internal/x/net/http/httpguts
08:52:36 [2019-08-28T08:52:36.114Z] mime/multipart
08:52:36 [2019-08-28T08:52:36.185Z] #58 73.44   CC       criu/pie/util.o
08:52:36 [2019-08-28T08:52:36.185Z] #58 ...
08:52:36 [2019-08-28T08:52:36.185Z] 
08:52:36 [2019-08-28T08:52:36.185Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
08:52:36 [2019-08-28T08:52:36.185Z] #13 69.31 Selecting previously unselected package python3-wheel.
08:52:36 [2019-08-28T08:52:36.185Z] #13 69.33 Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ...
08:52:36 [2019-08-28T08:52:36.185Z] #13 69.34 Unpacking python3-wheel (0.29.0-2) ...
08:52:36 [2019-08-28T08:52:36.185Z] #13 69.46 Selecting previously unselected package thin-provisioning-tools.
08:52:36 [2019-08-28T08:52:36.185Z] #13 ...
08:52:36 [2019-08-28T08:52:36.185Z] 
08:52:36 [2019-08-28T08:52:36.185Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
08:52:36 [2019-08-28T08:52:36.185Z] #33 127.3 encoding/asn1
08:52:36 [2019-08-28T08:52:36.185Z] #33 129.7 crypto/ecdsa
08:52:36 [2019-08-28T08:52:36.185Z] #33 130.4 crypto/rsa
08:52:36 [2019-08-28T08:52:36.185Z] #33 132.2 crypto/dsa
08:52:36 [2019-08-28T08:52:36.185Z] #33 132.7 crypto/x509/pkix
08:52:36 [2019-08-28T08:52:36.185Z] #33 133.4 internal/x/crypto/cryptobyte
08:52:36 [2019-08-28T08:52:36.185Z] #33 135.5 internal/x/crypto/internal/chacha20
08:52:36 [2019-08-28T08:52:36.185Z] #33 136.0 internal/x/crypto/poly1305
08:52:36 [2019-08-28T08:52:36.185Z] #33 136.4 internal/x/crypto/chacha20poly1305
08:52:36 [2019-08-28T08:52:36.443Z] #33 137.4 internal/x/crypto/hkdf
08:52:36 [2019-08-28T08:52:36.443Z] #33 ...
08:52:36 [2019-08-28T08:52:36.443Z] 
08:52:36 [2019-08-28T08:52:36.443Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:52:36 [2019-08-28T08:52:36.443Z] #58 73.76   CC       criu/pie/util-vdso.o
08:52:36 [2019-08-28T08:52:36.729Z] crypto/tls
08:52:37 [2019-08-28T08:52:37.377Z] #58 74.56   CC       criu/pie/parasite-vdso.o
08:52:38 [2019-08-28T08:52:38.311Z] #58 75.76   CC       criu/arch/x86/vdso-pie.o
08:52:38 [2019-08-28T08:52:38.545Z] #13 73.93 Selecting previously unselected package vim.
08:52:38 [2019-08-28T08:52:38.545Z] #13 73.94 Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_amd64.deb ...
08:52:38 [2019-08-28T08:52:38.545Z] #13 73.94 Unpacking vim (2:8.0.0197-4+deb9u3) ...
08:52:38 [2019-08-28T08:52:38.545Z] #13 74.54 Selecting previously unselected package xfsprogs.
08:52:38 [2019-08-28T08:52:38.545Z] #13 74.55 Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_amd64.deb ...
08:52:38 [2019-08-28T08:52:38.545Z] #13 74.56 Unpacking xfsprogs (4.9.0+nmu1) ...
08:52:38 [2019-08-28T08:52:38.758Z] net/http/httptrace
08:52:38 [2019-08-28T08:52:38.759Z] net/http
08:52:38 [2019-08-28T08:52:38.877Z] #58 76.19   CC       criu/pie/util-vdso-elf32.o
08:52:39 [2019-08-28T08:52:39.106Z] #13 75.28 Selecting previously unselected package zip.
08:52:39 [2019-08-28T08:52:39.106Z] #13 75.28 Preparing to unpack .../45-zip_3.0-11+b1_amd64.deb ...
08:52:39 [2019-08-28T08:52:39.106Z] #13 75.28 Unpacking zip (3.0-11+b1) ...
08:52:39 [2019-08-28T08:52:39.362Z] #13 75.48 Selecting previously unselected package libapparmor-perl.
08:52:39 [2019-08-28T08:52:39.362Z] #13 75.49 Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_amd64.deb ...
08:52:39 [2019-08-28T08:52:39.362Z] #13 75.50 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ...
08:52:39 [2019-08-28T08:52:39.362Z] #13 75.67 Selecting previously unselected package apparmor.
08:52:39 [2019-08-28T08:52:39.362Z] #13 ...
08:52:39 [2019-08-28T08:52:39.362Z] 
08:52:39 [2019-08-28T08:52:39.362Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:52:39 [2019-08-28T08:52:39.362Z] #58 67.81   CC       criu/arch/x86/kerndat.o
08:52:39 [2019-08-28T08:52:39.362Z] #58 68.30   CC       criu/arch/x86/sigaction_compat.o
08:52:39 [2019-08-28T08:52:39.362Z] #58 68.73   CC       criu/arch/x86/sigframe.o
08:52:39 [2019-08-28T08:52:39.362Z] #58 68.98   LINK     criu/arch/x86/crtools.built-in.o
08:52:39 [2019-08-28T08:52:39.362Z] #58 69.05   DEP      criu/pie/util-vdso-elf32.d
08:52:39 [2019-08-28T08:52:39.362Z] #58 69.27   DEP      criu/arch/x86/vdso-pie.d
08:52:39 [2019-08-28T08:52:39.362Z] #58 69.48   DEP      criu/pie/parasite-vdso.d
08:52:39 [2019-08-28T08:52:39.362Z] #58 69.64   DEP      criu/pie/util-vdso.d
08:52:39 [2019-08-28T08:52:39.362Z] #58 69.79   DEP      criu/pie/util.d
08:52:39 [2019-08-28T08:52:39.362Z] #58 69.95   CC       criu/pie/util.o
08:52:39 [2019-08-28T08:52:39.362Z] #58 70.30   CC       criu/pie/util-vdso.o
08:52:39 [2019-08-28T08:52:39.362Z] #58 71.09   CC       criu/pie/parasite-vdso.o
08:52:39 [2019-08-28T08:52:39.362Z] #58 72.38   CC       criu/arch/x86/vdso-pie.o
08:52:39 [2019-08-28T08:52:39.362Z] #58 72.80   CC       criu/pie/util-vdso-elf32.o
08:52:39 [2019-08-28T08:52:39.362Z] #58 73.50   AR       criu/pie/pie.lib.a
08:52:39 [2019-08-28T08:52:39.362Z] #58 73.60   DEP      criu/pie/restorer.d
08:52:39 [2019-08-28T08:52:39.362Z] #58 73.82   DEP      criu/arch/x86/sigaction_compat_pie.d
08:52:39 [2019-08-28T08:52:39.362Z] #58 73.99   DEP      criu/arch/x86/restorer_unmap.d
08:52:39 [2019-08-28T08:52:39.362Z] #58 74.03   DEP      criu/arch/x86/restorer.d
08:52:39 [2019-08-28T08:52:39.362Z] #58 74.23   DEP      criu/pie/parasite.d
08:52:39 [2019-08-28T08:52:39.362Z] #58 74.55   CC       criu/pie/parasite.o
08:52:39 [2019-08-28T08:52:39.362Z] #58 75.97   LINK     criu/pie/parasite.built-in.o
08:52:39 [2019-08-28T08:52:39.362Z] #58 76.00   GEN      criu/pie/parasite-blob.h
08:52:39 [2019-08-28T08:52:39.362Z] #58 76.02   CC       criu/arch/x86/restorer.o
08:52:39 [2019-08-28T08:52:39.362Z] #58 76.66   CC       criu/arch/x86/restorer_unmap.o
08:52:39 [2019-08-28T08:52:39.362Z] #58 76.74   CC       criu/arch/x86/sigaction_compat_pie.o
08:52:39 [2019-08-28T08:52:39.362Z] #58 77.11   CC       criu/pie/restorer.o
08:52:39 [2019-08-28T08:52:39.622Z] #58 ...
08:52:39 [2019-08-28T08:52:39.622Z] 
08:52:39 [2019-08-28T08:52:39.622Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
08:52:39 [2019-08-28T08:52:39.622Z] #13 75.67 Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_amd64.deb ...
08:52:39 [2019-08-28T08:52:39.622Z] #13 75.73 Unpacking apparmor (2.11.0-3+deb9u2) ...
08:52:39 [2019-08-28T08:52:39.810Z] #58 76.97   AR       criu/pie/pie.lib.a
08:52:39 [2019-08-28T08:52:39.810Z] #58 77.06   DEP      criu/pie/restorer.d
08:52:39 [2019-08-28T08:52:39.881Z] #13 76.20 Selecting previously unselected package binutils-mingw-w64-i686.
08:52:39 [2019-08-28T08:52:39.881Z] #13 76.21 Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_amd64.deb ...
08:52:39 [2019-08-28T08:52:39.881Z] #13 76.23 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ...
08:52:40 [2019-08-28T08:52:40.068Z] #58 77.34   DEP      criu/arch/x86/sigaction_compat_pie.d
08:52:40 [2019-08-28T08:52:40.327Z] #58 77.57   DEP      criu/arch/x86/restorer_unmap.d
08:52:40 [2019-08-28T08:52:40.327Z] #58 77.61   DEP      criu/arch/x86/restorer.d
08:52:40 [2019-08-28T08:52:40.585Z] #58 77.85   DEP      criu/pie/parasite.d
08:52:40 [2019-08-28T08:52:40.847Z] #58 78.25   CC       criu/pie/parasite.o
08:52:41 [2019-08-28T08:52:41.768Z] #13 77.95 Selecting previously unselected package binutils-mingw-w64-x86-64.
08:52:41 [2019-08-28T08:52:41.768Z] #13 77.96 Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_amd64.deb ...
08:52:41 [2019-08-28T08:52:41.768Z] #13 77.98 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ...
08:52:42 [2019-08-28T08:52:42.211Z] github.com/LK4D4/vndr/godl
08:52:42 [2019-08-28T08:52:42.211Z] github.com/LK4D4/vndr
08:52:42 [2019-08-28T08:52:42.221Z] #58 79.52   LINK     criu/pie/parasite.built-in.o
08:52:42 [2019-08-28T08:52:42.221Z] #58 79.53   GEN      criu/pie/parasite-blob.h
08:52:42 [2019-08-28T08:52:42.221Z] #58 79.54   CC       criu/arch/x86/restorer.o
08:52:42 [2019-08-28T08:52:42.788Z] #58 80.18   CC       criu/arch/x86/restorer_unmap.o
08:52:42 [2019-08-28T08:52:42.788Z] #58 80.24   CC       criu/arch/x86/sigaction_compat_pie.o
08:52:43 [2019-08-28T08:52:43.356Z] #58 80.72   CC       criu/pie/restorer.o
08:52:43 [2019-08-28T08:52:43.356Z] #58 ...
08:52:43 [2019-08-28T08:52:43.356Z] 
08:52:43 [2019-08-28T08:52:43.356Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
08:52:43 [2019-08-28T08:52:43.356Z] #13 69.46 Selecting previously unselected package thin-provisioning-tools.
08:52:43 [2019-08-28T08:52:43.356Z] #13 69.47 Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_amd64.deb ...
08:52:43 [2019-08-28T08:52:43.356Z] #13 69.48 Unpacking thin-provisioning-tools (0.6.1-4+b1) ...
08:52:43 [2019-08-28T08:52:43.356Z] #13 69.87 Selecting previously unselected package vim-runtime.
08:52:43 [2019-08-28T08:52:43.356Z] #13 69.87 Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ...
08:52:43 [2019-08-28T08:52:43.356Z] #13 69.96 Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime'
08:52:43 [2019-08-28T08:52:43.356Z] #13 70.01 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime'
08:52:43 [2019-08-28T08:52:43.356Z] #13 70.02 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ...
08:52:43 [2019-08-28T08:52:43.356Z] #13 74.39 Selecting previously unselected package vim.
08:52:43 [2019-08-28T08:52:43.356Z] #13 74.39 Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_amd64.deb ...
08:52:43 [2019-08-28T08:52:43.356Z] #13 74.40 Unpacking vim (2:8.0.0197-4+deb9u3) ...
08:52:43 [2019-08-28T08:52:43.356Z] #13 75.12 Selecting previously unselected package xfsprogs.
08:52:43 [2019-08-28T08:52:43.356Z] #13 75.13 Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_amd64.deb ...
08:52:43 [2019-08-28T08:52:43.356Z] #13 75.13 Unpacking xfsprogs (4.9.0+nmu1) ...
08:52:43 [2019-08-28T08:52:43.356Z] #13 75.92 Selecting previously unselected package zip.
08:52:43 [2019-08-28T08:52:43.356Z] #13 75.93 Preparing to unpack .../45-zip_3.0-11+b1_amd64.deb ...
08:52:43 [2019-08-28T08:52:43.356Z] #13 75.96 Unpacking zip (3.0-11+b1) ...
08:52:43 [2019-08-28T08:52:43.356Z] #13 76.19 Selecting previously unselected package libapparmor-perl.
08:52:43 [2019-08-28T08:52:43.356Z] #13 76.20 Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_amd64.deb ...
08:52:43 [2019-08-28T08:52:43.356Z] #13 76.22 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ...
08:52:43 [2019-08-28T08:52:43.356Z] #13 76.36 Selecting previously unselected package apparmor.
08:52:43 [2019-08-28T08:52:43.356Z] #13 76.37 Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_amd64.deb ...
08:52:43 [2019-08-28T08:52:43.356Z] #13 76.47 Unpacking apparmor (2.11.0-3+deb9u2) ...
08:52:43 [2019-08-28T08:52:43.655Z] #13 80.04 Selecting previously unselected package binutils-mingw-w64.
08:52:43 [2019-08-28T08:52:43.910Z] #13 80.04 Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ...
08:52:43 [2019-08-28T08:52:43.910Z] #13 80.04 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ...
08:52:43 [2019-08-28T08:52:43.910Z] #13 80.13 Selecting previously unselected package mingw-w64-common.
08:52:43 [2019-08-28T08:52:43.910Z] #13 80.14 Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ...
08:52:43 [2019-08-28T08:52:43.910Z] #13 80.15 Unpacking mingw-w64-common (5.0.1-1) ...
08:52:43 [2019-08-28T08:52:43.926Z] #13 76.97 Selecting previously unselected package binutils-mingw-w64-i686.
08:52:43 [2019-08-28T08:52:43.926Z] #13 77.01 Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_amd64.deb ...
08:52:43 [2019-08-28T08:52:43.926Z] #13 77.01 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ...
08:52:45 [2019-08-28T08:52:45.824Z] #13 78.83 Selecting previously unselected package binutils-mingw-w64-x86-64.
08:52:45 [2019-08-28T08:52:45.824Z] #13 78.85 Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_amd64.deb ...
08:52:45 [2019-08-28T08:52:45.824Z] #13 78.86 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ...
08:52:46 [2019-08-28T08:52:46.423Z] #13 ...
08:52:46 [2019-08-28T08:52:46.423Z] 
08:52:46 [2019-08-28T08:52:46.423Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
08:52:46 [2019-08-28T08:52:46.423Z] #33 137.4 internal/x/net/http2/hpack
08:52:46 [2019-08-28T08:52:46.423Z] #33 138.8 mime
08:52:46 [2019-08-28T08:52:46.423Z] #33 140.5 mime/quotedprintable
08:52:46 [2019-08-28T08:52:46.423Z] #33 141.0 net/http/internal
08:52:46 [2019-08-28T08:52:46.423Z] #33 141.6 os/exec
08:52:46 [2019-08-28T08:52:46.423Z] #33 144.2 net/textproto
08:52:46 [2019-08-28T08:52:46.423Z] #33 144.2 crypto/x509
08:52:46 [2019-08-28T08:52:46.423Z] #33 145.6 internal/x/net/http/httpguts
08:52:46 [2019-08-28T08:52:46.423Z] #33 146.0 internal/x/net/http/httpproxy
08:52:46 [2019-08-28T08:52:46.423Z] #33 146.6 mime/multipart
08:52:46 [2019-08-28T08:52:46.423Z] #33 ...
08:52:46 [2019-08-28T08:52:46.423Z] 
08:52:46 [2019-08-28T08:52:46.423Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:52:46 [2019-08-28T08:52:46.423Z] #58 80.25   LINK     criu/pie/restorer.built-in.o
08:52:46 [2019-08-28T08:52:46.423Z] #58 80.28   GEN      criu/pie/restorer-blob.h
08:52:46 [2019-08-28T08:52:46.423Z] #58 80.41   DEP      criu/vdso.d
08:52:46 [2019-08-28T08:52:46.423Z] #58 80.66   DEP      criu/vdso-compat.d
08:52:46 [2019-08-28T08:52:46.423Z] #58 80.79   DEP      criu/uts_ns.d
08:52:46 [2019-08-28T08:52:46.423Z] #58 80.95   DEP      criu/util.d
08:52:46 [2019-08-28T08:52:46.423Z] #58 81.28   DEP      criu/uffd.d
08:52:46 [2019-08-28T08:52:46.423Z] #58 81.54   DEP      criu/tun.d
08:52:46 [2019-08-28T08:52:46.423Z] #58 81.69   DEP      criu/tty.d
08:52:46 [2019-08-28T08:52:46.423Z] #58 82.00   DEP      criu/timerfd.d
08:52:46 [2019-08-28T08:52:46.423Z] #58 82.28   DEP      criu/sysfs_parse.d
08:52:46 [2019-08-28T08:52:46.423Z] #58 82.45   DEP      criu/sysctl.d
08:52:46 [2019-08-28T08:52:46.423Z] #58 82.64   DEP      criu/string.d
08:52:46 [2019-08-28T08:52:46.423Z] #58 82.75   DEP      criu/stats.d
08:52:46 [2019-08-28T08:52:46.423Z] #58 82.92   DEP      criu/sockets.d
08:52:46 [2019-08-28T08:52:46.423Z] #58 83.21   DEP      criu/sk-unix.d
08:52:46 [2019-08-28T08:52:46.423Z] #58 83.44   DEP      criu/sk-tcp.d
08:52:46 [2019-08-28T08:52:46.423Z] #58 83.62   DEP      criu/sk-queue.d
08:52:46 [2019-08-28T08:52:46.423Z] #58 83.77   DEP      criu/sk-packet.d
08:52:46 [2019-08-28T08:52:46.423Z] #58 83.99   DEP      criu/sk-netlink.d
08:52:46 [2019-08-28T08:52:46.423Z] #58 84.18   DEP      criu/sk-inet.d
08:52:46 [2019-08-28T08:52:46.423Z] #58 84.36   DEP      criu/signalfd.d
08:52:46 [2019-08-28T08:52:46.423Z] #58 84.57   DEP      criu/sigframe.d
08:52:46 [2019-08-28T08:52:46.423Z] #58 84.65   DEP      criu/shmem.d
08:52:46 [2019-08-28T08:52:46.600Z] Removing intermediate container a137be6c7329
08:52:46 [2019-08-28T08:52:46.600Z]  ---> 0c2985172ecd
08:52:46 [2019-08-28T08:52:46.600Z] Step 49/126 : FROM dev-base AS containerd
08:52:46 [2019-08-28T08:52:46.600Z]  ---> 291c9f731d5f
08:52:46 [2019-08-28T08:52:46.600Z] Step 50/126 : ARG DEBIAN_FRONTEND
08:52:46 [2019-08-28T08:52:46.600Z]  ---> Using cache
08:52:46 [2019-08-28T08:52:46.600Z]  ---> de948e55d84b
08:52:46 [2019-08-28T08:52:46.600Z] Step 51/126 : RUN apt-get update && apt-get install -y --no-install-recommends 	btrfs-tools 	&& rm -rf /var/lib/apt/lists/*
08:52:46 [2019-08-28T08:52:46.600Z]  ---> Running in 141453beab25
08:52:46 [2019-08-28T08:52:46.600Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
08:52:46 [2019-08-28T08:52:46.600Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
08:52:46 [2019-08-28T08:52:46.600Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
08:52:46 [2019-08-28T08:52:46.600Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
08:52:46 [2019-08-28T08:52:46.600Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B]
08:52:46 [2019-08-28T08:52:46.678Z] #58 84.94   DEP      criu/servicefd.d
08:52:46 [2019-08-28T08:52:46.678Z] #58 85.14   DEP      criu/seize.d
08:52:46 [2019-08-28T08:52:46.758Z] #13 ...
08:52:46 [2019-08-28T08:52:46.758Z] 
08:52:46 [2019-08-28T08:52:46.758Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
08:52:46 [2019-08-28T08:52:46.758Z] #33 137.7 internal/x/text/transform
08:52:46 [2019-08-28T08:52:46.758Z] #33 138.7 internal/x/text/unicode/bidi
08:52:46 [2019-08-28T08:52:46.758Z] #33 140.6 internal/x/text/secure/bidirule
08:52:46 [2019-08-28T08:52:46.758Z] #33 141.0 internal/x/text/unicode/norm
08:52:46 [2019-08-28T08:52:46.758Z] #33 145.0 crypto/x509
08:52:46 [2019-08-28T08:52:46.758Z] #33 145.8 internal/x/net/idna
08:52:46 [2019-08-28T08:52:46.758Z] #33 ...
08:52:46 [2019-08-28T08:52:46.758Z] 
08:52:46 [2019-08-28T08:52:46.758Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter
08:52:46 [2019-08-28T08:52:46.758Z] #24 137.9 + GOBIN=/build
08:52:46 [2019-08-28T08:52:46.758Z] #24 137.9 + /build/gometalinter --install
08:52:46 [2019-08-28T08:52:46.758Z] #24 137.9 Installing:
08:52:46 [2019-08-28T08:52:46.758Z] #24 137.9   deadcode
08:52:46 [2019-08-28T08:52:46.758Z] #24 137.9   dupl
08:52:46 [2019-08-28T08:52:46.758Z] #24 137.9   errcheck
08:52:46 [2019-08-28T08:52:46.758Z] #24 137.9   gas
08:52:46 [2019-08-28T08:52:46.758Z] #24 137.9   gochecknoglobals
08:52:46 [2019-08-28T08:52:46.758Z] #24 137.9   gochecknoinits
08:52:46 [2019-08-28T08:52:46.758Z] #24 137.9   goconst
08:52:46 [2019-08-28T08:52:46.758Z] #24 137.9   gocyclo
08:52:46 [2019-08-28T08:52:46.758Z] #24 137.9   goimports
08:52:46 [2019-08-28T08:52:46.758Z] #24 137.9   golint
08:52:46 [2019-08-28T08:52:46.758Z] #24 137.9   gosimple
08:52:46 [2019-08-28T08:52:46.758Z] #24 137.9   gotype
08:52:46 [2019-08-28T08:52:46.758Z] #24 137.9   gotypex
08:52:46 [2019-08-28T08:52:46.758Z] #24 137.9   ineffassign
08:52:46 [2019-08-28T08:52:46.758Z] #24 137.9   interfacer
08:52:46 [2019-08-28T08:52:46.758Z] #24 137.9   lll
08:52:46 [2019-08-28T08:52:46.758Z] #24 137.9   maligned
08:52:46 [2019-08-28T08:52:46.758Z] #24 137.9   megacheck
08:52:46 [2019-08-28T08:52:46.758Z] #24 137.9   misspell
08:52:46 [2019-08-28T08:52:46.758Z] #24 137.9   nakedret
08:52:46 [2019-08-28T08:52:46.758Z] #24 137.9   safesql
08:52:46 [2019-08-28T08:52:46.758Z] #24 137.9   staticcheck
08:52:46 [2019-08-28T08:52:46.758Z] #24 137.9   structcheck
08:52:46 [2019-08-28T08:52:46.758Z] #24 137.9   unconvert
08:52:46 [2019-08-28T08:52:46.758Z] #24 137.9   unparam
08:52:46 [2019-08-28T08:52:46.758Z] #24 137.9   unused
08:52:46 [2019-08-28T08:52:46.758Z] #24 137.9   varcheck
08:52:46 [2019-08-28T08:52:46.883Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [481 kB]
08:52:46 [2019-08-28T08:52:46.933Z] #58 85.41   DEP      criu/seccomp.d
08:52:47 [2019-08-28T08:52:47.016Z] #24 ...
08:52:47 [2019-08-28T08:52:47.016Z] 
08:52:47 [2019-08-28T08:52:47.016Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:52:47 [2019-08-28T08:52:47.016Z] #58 83.99   LINK     criu/pie/restorer.built-in.o
08:52:47 [2019-08-28T08:52:47.016Z] #58 84.04   GEN      criu/pie/restorer-blob.h
08:52:47 [2019-08-28T08:52:47.016Z] #58 84.18   DEP      criu/vdso.d
08:52:47 [2019-08-28T08:52:47.016Z] #58 84.49   DEP      criu/vdso-compat.d
08:52:47 [2019-08-28T08:52:47.046Z] Removing intermediate container 0cbd6b8950c7
08:52:47 [2019-08-28T08:52:47.046Z]  ---> 07c1fbbfba0f
08:52:47 [2019-08-28T08:52:47.046Z] Step 71/126 : FROM dev-base AS dockercli
08:52:47 [2019-08-28T08:52:47.046Z]  ---> 1af970284b9f
08:52:47 [2019-08-28T08:52:47.046Z] Step 72/126 : ENV INSTALL_BINARY_NAME=dockercli
08:52:47 [2019-08-28T08:52:47.046Z]  ---> Running in d307071b16f1
08:52:47 [2019-08-28T08:52:47.046Z] Removing intermediate container d307071b16f1
08:52:47 [2019-08-28T08:52:47.046Z]  ---> 9ce27c745675
08:52:47 [2019-08-28T08:52:47.046Z] Step 73/126 : COPY hack/dockerfile/install/install.sh ./install.sh
08:52:47 [2019-08-28T08:52:47.046Z]  ---> fe00bbfc5101
08:52:47 [2019-08-28T08:52:47.046Z] Step 74/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./
08:52:47 [2019-08-28T08:52:47.046Z]  ---> 24309ec779a1
08:52:47 [2019-08-28T08:52:47.046Z] Step 75/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME
08:52:47 [2019-08-28T08:52:47.046Z]  ---> Running in 656cf331cc7a
08:52:47 [2019-08-28T08:52:47.167Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB]
08:52:47 [2019-08-28T08:52:47.167Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6903 kB]
08:52:47 [2019-08-28T08:52:47.189Z] #58 85.66   DEP      criu/rst-malloc.d
08:52:47 [2019-08-28T08:52:47.189Z] #58 85.75   DEP      criu/rbtree.d
08:52:47 [2019-08-28T08:52:47.273Z] #58 84.71   DEP      criu/uts_ns.d
08:52:47 [2019-08-28T08:52:47.438Z] + RM_GOPATH=0
08:52:47 [2019-08-28T08:52:47.438Z] + TMP_GOPATH=
08:52:47 [2019-08-28T08:52:47.438Z] + : /build
08:52:47 [2019-08-28T08:52:47.438Z] + '[' -z '' ']'
08:52:47 [2019-08-28T08:52:47.438Z] ++ mktemp -d
08:52:47 [2019-08-28T08:52:47.438Z] + export GOPATH=/tmp/tmp.wndY7gMnQo
08:52:47 [2019-08-28T08:52:47.438Z] + GOPATH=/tmp/tmp.wndY7gMnQo
08:52:47 [2019-08-28T08:52:47.438Z] + RM_GOPATH=1
08:52:47 [2019-08-28T08:52:47.438Z] ++ dirname ./install.sh
08:52:47 [2019-08-28T08:52:47.438Z] + dir=.
08:52:47 [2019-08-28T08:52:47.438Z] + bin=dockercli
08:52:47 [2019-08-28T08:52:47.438Z] + shift
08:52:47 [2019-08-28T08:52:47.438Z] + '[' '!' -f ./dockercli.installer ']'
08:52:47 [2019-08-28T08:52:47.438Z] + . ./dockercli.installer
08:52:47 [2019-08-28T08:52:47.438Z] ++ DOCKERCLI_CHANNEL=stable
08:52:47 [2019-08-28T08:52:47.438Z] ++ DOCKERCLI_VERSION=17.06.2-ce
08:52:47 [2019-08-28T08:52:47.438Z] + install_dockercli
08:52:47 [2019-08-28T08:52:47.438Z] + echo 'Install docker/cli version 17.06.2-ce from stable'
08:52:47 [2019-08-28T08:52:47.438Z] Install docker/cli version 17.06.2-ce from stable
08:52:47 [2019-08-28T08:52:47.438Z] ++ uname -m
08:52:47 [2019-08-28T08:52:47.438Z] + arch=s390x
08:52:47 [2019-08-28T08:52:47.438Z] + '[' s390x '!=' x86_64 ']'
08:52:47 [2019-08-28T08:52:47.438Z] + '[' s390x '!=' s390x ']'
08:52:47 [2019-08-28T08:52:47.438Z] + url=https://download.docker.com/linux/static
08:52:47 [2019-08-28T08:52:47.438Z] + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz
08:52:47 [2019-08-28T08:52:47.438Z] + tar -xz docker/docker
08:52:47 [2019-08-28T08:52:47.444Z] #58 85.82   DEP      criu/pstree.d
08:52:47 [2019-08-28T08:52:47.444Z] #58 ...
08:52:47 [2019-08-28T08:52:47.444Z] 
08:52:47 [2019-08-28T08:52:47.444Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
08:52:47 [2019-08-28T08:52:47.444Z] #33 148.9 crypto/tls
08:52:47 [2019-08-28T08:52:47.839Z] #58 84.95   DEP      criu/util.d
08:52:47 [2019-08-28T08:52:47.839Z] #58 85.22   DEP      criu/uffd.d
08:52:48 [2019-08-28T08:52:48.096Z] #58 85.46   DEP      criu/tun.d
08:52:48 [2019-08-28T08:52:48.354Z] #58 85.63   DEP      criu/tty.d
08:52:48 [2019-08-28T08:52:48.611Z] #58 85.85   DEP      criu/timerfd.d
08:52:48 [2019-08-28T08:52:48.694Z] + mkdir -p /build
08:52:48 [2019-08-28T08:52:48.694Z] + mv docker/docker /build/
08:52:48 [2019-08-28T08:52:48.694Z] + rmdir docker
08:52:48 [2019-08-28T08:52:48.869Z] #58 86.09   DEP      criu/sysfs_parse.d
08:52:48 [2019-08-28T08:52:48.869Z] #58 86.33   DEP      criu/sysctl.d
08:52:49 [2019-08-28T08:52:49.067Z] Removing intermediate container 656cf331cc7a
08:52:49 [2019-08-28T08:52:49.067Z]  ---> 7c260c8dfac9
08:52:49 [2019-08-28T08:52:49.067Z] Step 76/126 : FROM runtime-dev AS runc
08:52:49 [2019-08-28T08:52:49.067Z]  ---> 09717a677219
08:52:49 [2019-08-28T08:52:49.067Z] Step 77/126 : ENV INSTALL_BINARY_NAME=runc
08:52:49 [2019-08-28T08:52:49.067Z]  ---> Running in 6e717b1d9b3c
08:52:49 [2019-08-28T08:52:49.126Z] #58 86.50   DEP      criu/string.d
08:52:49 [2019-08-28T08:52:49.127Z] #58 86.62   DEP      criu/stats.d
08:52:49 [2019-08-28T08:52:49.185Z] Fetched 7716 kB in 2s (3077 kB/s)
08:52:49 [2019-08-28T08:52:49.384Z] #58 86.84   DEP      criu/sockets.d
08:52:49 [2019-08-28T08:52:49.452Z] Removing intermediate container 6e717b1d9b3c
08:52:49 [2019-08-28T08:52:49.452Z]  ---> 0afe7682b486
08:52:49 [2019-08-28T08:52:49.452Z] Step 78/126 : COPY hack/dockerfile/install/install.sh ./install.sh
08:52:49 [2019-08-28T08:52:49.452Z]  ---> dfb8449077f1
08:52:49 [2019-08-28T08:52:49.452Z] Step 79/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./
08:52:49 [2019-08-28T08:52:49.813Z]  ---> 702819f5dd67
08:52:49 [2019-08-28T08:52:49.813Z] Step 80/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME
08:52:49 [2019-08-28T08:52:49.813Z]  ---> Running in 3ff4effd710d
08:52:49 [2019-08-28T08:52:49.950Z] #58 87.15   DEP      criu/sk-unix.d
08:52:49 [2019-08-28T08:52:49.950Z] #58 87.37   DEP      criu/sk-tcp.d
08:52:50 [2019-08-28T08:52:50.180Z] + RM_GOPATH=0
08:52:50 [2019-08-28T08:52:50.180Z] + TMP_GOPATH=
08:52:50 [2019-08-28T08:52:50.180Z] + : /build
08:52:50 [2019-08-28T08:52:50.180Z] + '[' -z '' ']'
08:52:50 [2019-08-28T08:52:50.180Z] ++ mktemp -d
08:52:50 [2019-08-28T08:52:50.180Z] + export GOPATH=/tmp/tmp.jwshM2IGvq
08:52:50 [2019-08-28T08:52:50.180Z] + GOPATH=/tmp/tmp.jwshM2IGvq
08:52:50 [2019-08-28T08:52:50.180Z] + RM_GOPATH=1
08:52:50 [2019-08-28T08:52:50.180Z] ++ dirname ./install.sh
08:52:50 [2019-08-28T08:52:50.180Z] + dir=.
08:52:50 [2019-08-28T08:52:50.180Z] + bin=runc
08:52:50 [2019-08-28T08:52:50.180Z] + shift
08:52:50 [2019-08-28T08:52:50.180Z] + '[' '!' -f ./runc.installer ']'
08:52:50 [2019-08-28T08:52:50.180Z] + . ./runc.installer
08:52:50 [2019-08-28T08:52:50.180Z] ++ RUNC_COMMIT=425e105d5a03fabd737a126ad93d62a9eeede87f
08:52:50 [2019-08-28T08:52:50.180Z] + install_runc
08:52:50 [2019-08-28T08:52:50.180Z] + uname -r
08:52:50 [2019-08-28T08:52:50.180Z] + grep -q '^3\.10\.0.*\.el7\.'
08:52:50 [2019-08-28T08:52:50.180Z] + RUNC_BUILDTAGS='seccomp apparmor selinux '
08:52:50 [2019-08-28T08:52:50.180Z] + echo 'Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux )'
08:52:50 [2019-08-28T08:52:50.180Z] + git clone https://github.com/opencontainers/runc.git /tmp/tmp.jwshM2IGvq/src/github.com/opencontainers/runc
08:52:50 [2019-08-28T08:52:50.180Z] Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux )
08:52:50 [2019-08-28T08:52:50.180Z] Cloning into '/tmp/tmp.jwshM2IGvq/src/github.com/opencontainers/runc'...
08:52:50 [2019-08-28T08:52:50.190Z] Reading package lists...
08:52:50 [2019-08-28T08:52:50.208Z] #58 87.64   DEP      criu/sk-queue.d
08:52:50 [2019-08-28T08:52:50.466Z] #58 87.88   DEP      criu/sk-packet.d
08:52:50 [2019-08-28T08:52:50.724Z] #58 88.10   DEP      criu/sk-netlink.d
08:52:50 [2019-08-28T08:52:50.982Z] #58 88.37   DEP      criu/sk-inet.d
08:52:50 [2019-08-28T08:52:50.992Z] + cd /tmp/tmp.jwshM2IGvq/src/github.com/opencontainers/runc
08:52:50 [2019-08-28T08:52:50.992Z] + git checkout -q 425e105d5a03fabd737a126ad93d62a9eeede87f
08:52:50 [2019-08-28T08:52:50.992Z] + '[' -z '' ']'
08:52:50 [2019-08-28T08:52:50.992Z] + target=static
08:52:50 [2019-08-28T08:52:50.992Z] + make 'BUILDTAGS=seccomp apparmor selinux ' static
08:52:51 [2019-08-28T08:52:51.194Z] Reading package lists...
08:52:51 [2019-08-28T08:52:51.240Z] #58 88.66   DEP      criu/signalfd.d
08:52:51 [2019-08-28T08:52:51.389Z] 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 .
08:52:51 [2019-08-28T08:52:51.476Z] Building dependency tree...
08:52:51 [2019-08-28T08:52:51.477Z] Reading state information...
08:52:51 [2019-08-28T08:52:51.497Z] #58 88.87   DEP      criu/sigframe.d
08:52:51 [2019-08-28T08:52:51.755Z] #58 88.99   DEP      criu/shmem.d
08:52:51 [2019-08-28T08:52:51.755Z] #58 89.24   DEP      criu/servicefd.d
08:52:51 [2019-08-28T08:52:51.758Z] The following additional packages will be installed:
08:52:51 [2019-08-28T08:52:51.758Z]   btrfs-progs liblzo2-2
08:52:51 [2019-08-28T08:52:51.758Z] The following NEW packages will be installed:
08:52:51 [2019-08-28T08:52:51.758Z]   btrfs-progs btrfs-tools liblzo2-2
08:52:51 [2019-08-28T08:52:51.758Z] 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
08:52:51 [2019-08-28T08:52:51.758Z] Need to get 588 kB of archives.
08:52:51 [2019-08-28T08:52:51.758Z] After this operation, 5005 kB of additional disk space will be used.
08:52:51 [2019-08-28T08:52:51.758Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el liblzo2-2 ppc64el 2.08-1.2+b2 [51.0 kB]
08:52:51 [2019-08-28T08:52:51.758Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-progs ppc64el 4.7.3-1 [520 kB]
08:52:51 [2019-08-28T08:52:51.758Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-tools ppc64el 4.7.3-1 [16.9 kB]
08:52:52 [2019-08-28T08:52:52.013Z] #58 89.47   DEP      criu/seize.d
08:52:52 [2019-08-28T08:52:52.042Z] debconf: delaying package configuration, since apt-utils is not installed
08:52:52 [2019-08-28T08:52:52.042Z] Fetched 588 kB in 0s (5607 kB/s)
08:52:52 [2019-08-28T08:52:52.042Z] Selecting previously unselected package liblzo2-2:ppc64el.
08:52:52 [2019-08-28T08:52:52.042Z] (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.)
08:52:52 [2019-08-28T08:52:52.042Z] Preparing to unpack .../liblzo2-2_2.08-1.2+b2_ppc64el.deb ...
08:52:52 [2019-08-28T08:52:52.042Z] Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ...
08:52:52 [2019-08-28T08:52:52.042Z] Selecting previously unselected package btrfs-progs.
08:52:52 [2019-08-28T08:52:52.042Z] Preparing to unpack .../btrfs-progs_4.7.3-1_ppc64el.deb ...
08:52:52 [2019-08-28T08:52:52.042Z] Unpacking btrfs-progs (4.7.3-1) ...
08:52:52 [2019-08-28T08:52:52.270Z] #58 89.62   DEP      criu/seccomp.d
08:52:52 [2019-08-28T08:52:52.326Z] Selecting previously unselected package btrfs-tools.
08:52:52 [2019-08-28T08:52:52.326Z] Preparing to unpack .../btrfs-tools_4.7.3-1_ppc64el.deb ...
08:52:52 [2019-08-28T08:52:52.326Z] Unpacking btrfs-tools (4.7.3-1) ...
08:52:52 [2019-08-28T08:52:52.326Z] Processing triggers for libc-bin (2.24-11+deb9u4) ...
08:52:52 [2019-08-28T08:52:52.326Z] Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ...
08:52:52 [2019-08-28T08:52:52.326Z] Setting up btrfs-progs (4.7.3-1) ...
08:52:52 [2019-08-28T08:52:52.326Z] Setting up btrfs-tools (4.7.3-1) ...
08:52:52 [2019-08-28T08:52:52.326Z] Processing triggers for libc-bin (2.24-11+deb9u4) ...
08:52:52 [2019-08-28T08:52:52.528Z] #58 89.86   DEP      criu/rst-malloc.d
08:52:52 [2019-08-28T08:52:52.528Z] #58 89.93   DEP      criu/rbtree.d
08:52:52 [2019-08-28T08:52:52.683Z] #33 ...
08:52:52 [2019-08-28T08:52:52.683Z] 
08:52:52 [2019-08-28T08:52:52.683Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:52:52 [2019-08-28T08:52:52.683Z] #58 86.02   DEP      criu/protobuf.d
08:52:52 [2019-08-28T08:52:52.684Z] #58 86.21   GEN      criu/protobuf-desc-gen.h
08:52:52 [2019-08-28T08:52:52.684Z] #58 87.70   DEP      criu/protobuf-desc.d
08:52:52 [2019-08-28T08:52:52.684Z] #58 87.88   DEP      criu/proc_parse.d
08:52:52 [2019-08-28T08:52:52.684Z] #58 88.22   DEP      criu/plugin.d
08:52:52 [2019-08-28T08:52:52.684Z] #58 88.37   DEP      criu/pipes.d
08:52:52 [2019-08-28T08:52:52.684Z] #58 88.59   DEP      criu/pie-util.d
08:52:52 [2019-08-28T08:52:52.684Z] #58 88.72   DEP      criu/pie-util-vdso.d
08:52:52 [2019-08-28T08:52:52.684Z] #58 88.85   DEP      criu/pie-util-vdso-elf32.d
08:52:52 [2019-08-28T08:52:52.684Z] #58 88.97   DEP      criu/path.d
08:52:52 [2019-08-28T08:52:52.684Z] #58 89.11   DEP      criu/parasite-syscall.d
08:52:52 [2019-08-28T08:52:52.684Z] #58 89.41   DEP      criu/pagemap.d
08:52:52 [2019-08-28T08:52:52.684Z] #58 89.61   DEP      criu/pagemap-cache.d
08:52:52 [2019-08-28T08:52:52.684Z] #58 89.85   DEP      criu/page-xfer.d
08:52:52 [2019-08-28T08:52:52.684Z] #58 90.03   DEP      criu/page-pipe.d
08:52:52 [2019-08-28T08:52:52.684Z] #58 90.18   DEP      criu/netfilter.d
08:52:52 [2019-08-28T08:52:52.684Z] #58 90.37   DEP      criu/net.d
08:52:52 [2019-08-28T08:52:52.684Z] #58 90.67   DEP      criu/namespaces.d
08:52:52 [2019-08-28T08:52:52.684Z] #58 90.85   DEP      criu/mount.d
08:52:52 [2019-08-28T08:52:52.684Z] #58 91.18   DEP      criu/mem.d
08:52:52 [2019-08-28T08:52:52.786Z] #58 90.00   DEP      criu/pstree.d
08:52:52 [2019-08-28T08:52:52.939Z] #58 91.38   DEP      criu/lsm.d
08:52:52 [2019-08-28T08:52:52.944Z] Removing intermediate container 141453beab25
08:52:52 [2019-08-28T08:52:52.944Z]  ---> 20433c1015b5
08:52:52 [2019-08-28T08:52:52.944Z] Step 52/126 : ENV INSTALL_BINARY_NAME=containerd
08:52:52 [2019-08-28T08:52:52.944Z]  ---> Running in ceb672114ebe
08:52:52 [2019-08-28T08:52:52.944Z] Removing intermediate container ceb672114ebe
08:52:52 [2019-08-28T08:52:52.944Z]  ---> 56bdf843dcc0
08:52:52 [2019-08-28T08:52:52.944Z] Step 53/126 : COPY hack/dockerfile/install/install.sh ./install.sh
08:52:52 [2019-08-28T08:52:52.944Z]  ---> f4d74c886023
08:52:52 [2019-08-28T08:52:52.944Z] Step 54/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./
08:52:53 [2019-08-28T08:52:53.044Z] #58 90.25   DEP      criu/protobuf.d
08:52:53 [2019-08-28T08:52:53.044Z] #58 90.47   GEN      criu/protobuf-desc-gen.h
08:52:53 [2019-08-28T08:52:53.194Z] #58 91.61   DEP      criu/log.d
08:52:53 [2019-08-28T08:52:53.194Z] #58 91.74   DEP      criu/libnetlink.d
08:52:53 [2019-08-28T08:52:53.226Z]  ---> 1c684ea4c909
08:52:53 [2019-08-28T08:52:53.226Z] Step 55/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME
08:52:53 [2019-08-28T08:52:53.226Z]  ---> Running in 272ffb971f25
08:52:53 [2019-08-28T08:52:53.450Z] #58 91.96   DEP      criu/kerndat.d
08:52:53 [2019-08-28T08:52:53.509Z] + RM_GOPATH=0
08:52:53 [2019-08-28T08:52:53.509Z] + TMP_GOPATH=
08:52:53 [2019-08-28T08:52:53.509Z] + : /build
08:52:53 [2019-08-28T08:52:53.509Z] + '[' -z '' ']'
08:52:53 [2019-08-28T08:52:53.509Z] ++ mktemp -d
08:52:53 [2019-08-28T08:52:53.509Z] + export GOPATH=/tmp/tmp.twouQTsFUG
08:52:53 [2019-08-28T08:52:53.509Z] + GOPATH=/tmp/tmp.twouQTsFUG
08:52:53 [2019-08-28T08:52:53.509Z] + RM_GOPATH=1
08:52:53 [2019-08-28T08:52:53.509Z] ++ dirname ./install.sh
08:52:53 [2019-08-28T08:52:53.509Z] Install containerd version a4bc1d432a2c33aa2eed37f338dceabb93641310
08:52:53 [2019-08-28T08:52:53.509Z] + dir=.
08:52:53 [2019-08-28T08:52:53.509Z] + bin=containerd
08:52:53 [2019-08-28T08:52:53.509Z] + shift
08:52:53 [2019-08-28T08:52:53.509Z] + '[' '!' -f ./containerd.installer ']'
08:52:53 [2019-08-28T08:52:53.509Z] + . ./containerd.installer
08:52:53 [2019-08-28T08:52:53.509Z] ++ CONTAINERD_COMMIT=a4bc1d432a2c33aa2eed37f338dceabb93641310
08:52:53 [2019-08-28T08:52:53.509Z] + install_containerd
08:52:53 [2019-08-28T08:52:53.509Z] + echo 'Install containerd version a4bc1d432a2c33aa2eed37f338dceabb93641310'
08:52:53 [2019-08-28T08:52:53.509Z] + git clone https://github.com/containerd/containerd.git /tmp/tmp.twouQTsFUG/src/github.com/containerd/containerd
08:52:53 [2019-08-28T08:52:53.509Z] Cloning into '/tmp/tmp.twouQTsFUG/src/github.com/containerd/containerd'...
08:52:53 [2019-08-28T08:52:53.705Z] #58 92.21   DEP      criu/kcmp-ids.d
08:52:53 [2019-08-28T08:52:53.705Z] #58 92.31   DEP      criu/irmap.d
08:52:54 [2019-08-28T08:52:54.002Z] #58 92.45   DEP      criu/ipc_ns.d
08:52:54 [2019-08-28T08:52:54.287Z] #58 92.68   DEP      criu/image.d
08:52:54 [2019-08-28T08:52:54.546Z] #58 92.92   DEP      criu/image-desc.d
08:52:54 [2019-08-28T08:52:54.802Z] #58 93.07   DEP      criu/fsnotify.d
08:52:54 [2019-08-28T08:52:54.802Z] #58 ...
08:52:54 [2019-08-28T08:52:54.802Z] 
08:52:54 [2019-08-28T08:52:54.802Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
08:52:54 [2019-08-28T08:52:54.802Z] #33 156.2 net/http/httptrace
08:52:54 [2019-08-28T08:52:54.951Z] #58 92.09   DEP      criu/protobuf-desc.d
08:52:54 [2019-08-28T08:52:54.951Z] #58 92.31   DEP      criu/proc_parse.d
08:52:55 [2019-08-28T08:52:55.070Z] #33 156.5 net/http
08:52:55 [2019-08-28T08:52:55.209Z] #58 92.56   DEP      criu/plugin.d
08:52:55 [2019-08-28T08:52:55.209Z] #58 92.69   DEP      criu/pipes.d
08:52:55 [2019-08-28T08:52:55.328Z] #33 ...
08:52:55 [2019-08-28T08:52:55.328Z] 
08:52:55 [2019-08-28T08:52:55.328Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum
08:52:55 [2019-08-28T08:52:55.328Z] #27 DONE 156.6s
08:52:55 [2019-08-28T08:52:55.328Z] 
08:52:55 [2019-08-28T08:52:55.328Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:52:55 [2019-08-28T08:52:55.328Z] #58 93.40   DEP      criu/filesystems.d
08:52:55 [2019-08-28T08:52:55.328Z] #58 93.74   DEP      criu/files.d
08:52:55 [2019-08-28T08:52:55.467Z] #58 92.87   DEP      criu/pie-util.d
08:52:55 [2019-08-28T08:52:55.582Z] #58 94.09   DEP      criu/files-reg.d
08:52:55 [2019-08-28T08:52:55.725Z] #58 93.03   DEP      criu/pie-util-vdso.d
08:52:55 [2019-08-28T08:52:55.983Z] #58 93.20   DEP      criu/pie-util-vdso-elf32.d
08:52:55 [2019-08-28T08:52:55.983Z] #58 93.41   DEP      criu/path.d
08:52:56 [2019-08-28T08:52:56.141Z] #58 94.44   DEP      criu/files-ext.d
08:52:56 [2019-08-28T08:52:56.141Z] #58 94.75   DEP      criu/file-lock.d
08:52:56 [2019-08-28T08:52:56.241Z] #58 93.66   DEP      criu/parasite-syscall.d
08:52:56 [2019-08-28T08:52:56.396Z] #58 95.00   DEP      criu/file-ids.d
08:52:56 [2019-08-28T08:52:56.499Z] #58 93.92   DEP      criu/pagemap.d
08:52:56 [2019-08-28T08:52:56.653Z] #58 95.09   DEP      criu/fifo.d
08:52:56 [2019-08-28T08:52:56.653Z] #58 95.13   DEP      criu/fdstore.d
08:52:56 [2019-08-28T08:52:56.653Z] #58 95.20   DEP      criu/fault-injection.d
08:52:56 [2019-08-28T08:52:56.653Z] #58 95.24   DEP      criu/external.d
08:52:56 [2019-08-28T08:52:56.756Z] #58 94.16   DEP      criu/pagemap-cache.d
08:52:56 [2019-08-28T08:52:56.757Z] #58 94.29   DEP      criu/page-xfer.d
08:52:56 [2019-08-28T08:52:56.907Z] #58 95.33   DEP      criu/eventpoll.d
08:52:57 [2019-08-28T08:52:57.162Z] #58 95.61   DEP      criu/eventfd.d
08:52:57 [2019-08-28T08:52:57.321Z] #58 94.49   DEP      criu/page-pipe.d
08:52:57 [2019-08-28T08:52:57.321Z] #58 94.63   DEP      criu/netfilter.d
08:52:57 [2019-08-28T08:52:57.321Z] #58 ...
08:52:57 [2019-08-28T08:52:57.321Z] 
08:52:57 [2019-08-28T08:52:57.321Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
08:52:57 [2019-08-28T08:52:57.321Z] #33 148.3 net/textproto
08:52:57 [2019-08-28T08:52:57.321Z] #33 149.3 internal/x/net/http/httpguts
08:52:57 [2019-08-28T08:52:57.321Z] #33 149.7 internal/x/net/http/httpproxy
08:52:57 [2019-08-28T08:52:57.321Z] #33 150.4 internal/x/net/http2/hpack
08:52:57 [2019-08-28T08:52:57.321Z] #33 150.8 crypto/tls
08:52:57 [2019-08-28T08:52:57.321Z] #33 151.6 mime
08:52:57 [2019-08-28T08:52:57.321Z] #33 153.3 mime/quotedprintable
08:52:57 [2019-08-28T08:52:57.321Z] #33 153.7 mime/multipart
08:52:57 [2019-08-28T08:52:57.321Z] #33 155.1 net/http/internal
08:52:57 [2019-08-28T08:52:57.321Z] #33 155.6 os/exec
08:52:57 [2019-08-28T08:52:57.321Z] #33 ...
08:52:57 [2019-08-28T08:52:57.321Z] 
08:52:57 [2019-08-28T08:52:57.321Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:52:57 [2019-08-28T08:52:57.321Z] #58 94.85   DEP      criu/net.d
08:52:57 [2019-08-28T08:52:57.416Z] #58 95.84   DEP      criu/crtools.d
08:52:57 [2019-08-28T08:52:57.579Z] #58 95.10   DEP      criu/namespaces.d
08:52:57 [2019-08-28T08:52:57.671Z] #58 96.02   DEP      criu/cr-service.d
08:52:57 [2019-08-28T08:52:57.671Z] #58 96.22   DEP      criu/cr-restore.d
08:52:58 [2019-08-28T08:52:58.146Z] #58 95.29   DEP      criu/mount.d
08:52:58 [2019-08-28T08:52:58.146Z] #58 ...
08:52:58 [2019-08-28T08:52:58.146Z] 
08:52:58 [2019-08-28T08:52:58.146Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
08:52:58 [2019-08-28T08:52:58.146Z] #13 81.15 Selecting previously unselected package binutils-mingw-w64.
08:52:58 [2019-08-28T08:52:58.146Z] #13 81.15 Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ...
08:52:58 [2019-08-28T08:52:58.146Z] #13 81.15 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ...
08:52:58 [2019-08-28T08:52:58.146Z] #13 81.26 Selecting previously unselected package mingw-w64-common.
08:52:58 [2019-08-28T08:52:58.146Z] #13 81.28 Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ...
08:52:58 [2019-08-28T08:52:58.146Z] #13 81.28 Unpacking mingw-w64-common (5.0.1-1) ...
08:52:58 [2019-08-28T08:52:58.146Z] #13 86.44 Selecting previously unselected package mingw-w64-x86-64-dev.
08:52:58 [2019-08-28T08:52:58.146Z] #13 86.44 Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ...
08:52:58 [2019-08-28T08:52:58.146Z] #13 86.45 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ...
08:52:58 [2019-08-28T08:52:58.231Z] #58 96.52   DEP      criu/cr-errno.d
08:52:58 [2019-08-28T08:52:58.231Z] #58 96.53   DEP      criu/cr-dump.d
08:52:58 [2019-08-28T08:52:58.403Z] #13 ...
08:52:58 [2019-08-28T08:52:58.403Z] 
08:52:58 [2019-08-28T08:52:58.403Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:52:58 [2019-08-28T08:52:58.403Z] #58 95.58   DEP      criu/mem.d
08:52:58 [2019-08-28T08:52:58.486Z] #58 96.87   DEP      criu/cr-dedup.d
08:52:58 [2019-08-28T08:52:58.486Z] #58 ...
08:52:58 [2019-08-28T08:52:58.486Z] 
08:52:58 [2019-08-28T08:52:58.486Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
08:52:58 [2019-08-28T08:52:58.486Z] #13 84.57 Selecting previously unselected package mingw-w64-x86-64-dev.
08:52:58 [2019-08-28T08:52:58.486Z] #13 84.59 Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ...
08:52:58 [2019-08-28T08:52:58.486Z] #13 84.59 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ...
08:52:58 [2019-08-28T08:52:58.486Z] #13 89.26 Selecting previously unselected package gcc-mingw-w64-base.
08:52:58 [2019-08-28T08:52:58.486Z] #13 89.31 Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_amd64.deb ...
08:52:58 [2019-08-28T08:52:58.486Z] #13 89.31 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ...
08:52:58 [2019-08-28T08:52:58.486Z] #13 89.47 Selecting previously unselected package gcc-mingw-w64-x86-64.
08:52:58 [2019-08-28T08:52:58.486Z] #13 89.48 Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ...
08:52:58 [2019-08-28T08:52:58.486Z] #13 89.48 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ...
08:52:58 [2019-08-28T08:52:58.662Z] #58 95.87   DEP      criu/lsm.d
08:52:58 [2019-08-28T08:52:58.662Z] #58 96.02   DEP      criu/log.d
08:52:58 [2019-08-28T08:52:58.741Z] #13 ...
08:52:58 [2019-08-28T08:52:58.741Z] 
08:52:58 [2019-08-28T08:52:58.741Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:52:58 [2019-08-28T08:52:58.741Z] #58 97.04   DEP      criu/cr-check.d
08:52:58 [2019-08-28T08:52:58.920Z] #58 96.18   DEP      criu/libnetlink.d
08:52:58 [2019-08-28T08:52:58.920Z] #58 96.33   DEP      criu/kerndat.d
08:52:58 [2019-08-28T08:52:58.996Z] #58 97.35   DEP      criu/config.d
08:52:58 [2019-08-28T08:52:58.996Z] #58 97.61   DEP      criu/clone-noasan.d
08:52:59 [2019-08-28T08:52:59.178Z] #58 ...
08:52:59 [2019-08-28T08:52:59.178Z] 
08:52:59 [2019-08-28T08:52:59.178Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum
08:52:59 [2019-08-28T08:52:59.178Z] #27 DONE 160.0s
08:52:59 [2019-08-28T08:52:59.178Z] 
08:52:59 [2019-08-28T08:52:59.178Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:52:59 [2019-08-28T08:52:59.178Z] #58 96.64   DEP      criu/kcmp-ids.d
08:52:59 [2019-08-28T08:52:59.251Z] #58 97.68   DEP      criu/cgroup.d
08:52:59 [2019-08-28T08:52:59.251Z] #58 97.87   DEP      criu/cgroup-props.d
08:52:59 [2019-08-28T08:52:59.436Z] #58 96.75   DEP      criu/irmap.d
08:52:59 [2019-08-28T08:52:59.506Z] #58 98.00   DEP      criu/bitmap.d
08:52:59 [2019-08-28T08:52:59.506Z] #58 98.02   DEP      criu/bfd.d
08:52:59 [2019-08-28T08:52:59.506Z] #58 98.11   DEP      criu/autofs.d
08:52:59 [2019-08-28T08:52:59.694Z] #58 97.05   DEP      criu/ipc_ns.d
08:53:00 [2019-08-28T08:53:00.067Z] #58 98.31   DEP      criu/aio.d
08:53:00 [2019-08-28T08:53:00.067Z] #58 98.50   DEP      criu/action-scripts.d
08:53:00 [2019-08-28T08:53:00.260Z] #58 97.41   DEP      criu/image.d
08:53:00 [2019-08-28T08:53:00.260Z] #58 97.66   DEP      criu/image-desc.d
08:53:00 [2019-08-28T08:53:00.260Z] #58 97.77   DEP      criu/fsnotify.d
08:53:00 [2019-08-28T08:53:00.319Z] + cd /tmp/tmp.twouQTsFUG/src/github.com/containerd/containerd
08:53:00 [2019-08-28T08:53:00.319Z] + git checkout -q a4bc1d432a2c33aa2eed37f338dceabb93641310
08:53:00 [2019-08-28T08:53:00.319Z] + export 'BUILDTAGS=netgo osusergo static_build'
08:53:00 [2019-08-28T08:53:00.319Z] + BUILDTAGS='netgo osusergo static_build'
08:53:00 [2019-08-28T08:53:00.319Z] + export EXTRA_FLAGS=-buildmode=pie
08:53:00 [2019-08-28T08:53:00.319Z] + EXTRA_FLAGS=-buildmode=pie
08:53:00 [2019-08-28T08:53:00.319Z] + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
08:53:00 [2019-08-28T08:53:00.319Z] + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
08:53:00 [2019-08-28T08:53:00.319Z] + '[' '' = dynamic ']'
08:53:00 [2019-08-28T08:53:00.319Z] + make
08:53:00 [2019-08-28T08:53:00.319Z] 🇩 bin/ctr
08:53:00 [2019-08-28T08:53:00.322Z] #58 98.82   CC       criu/action-scripts.o
08:53:00 [2019-08-28T08:53:00.518Z] #58 98.00   DEP      criu/filesystems.d
08:53:00 [2019-08-28T08:53:00.776Z] #58 98.25   DEP      criu/files.d
08:53:00 [2019-08-28T08:53:00.882Z] #58 99.39   CC       criu/aio.o
08:53:01 [2019-08-28T08:53:01.034Z] #58 98.42   DEP      criu/files-reg.d
08:53:01 [2019-08-28T08:53:01.292Z] #58 98.57   DEP      criu/files-ext.d
08:53:01 [2019-08-28T08:53:01.550Z] #58 98.72   DEP      criu/file-lock.d
08:53:01 [2019-08-28T08:53:01.550Z] #58 98.98   DEP      criu/file-ids.d
08:53:01 [2019-08-28T08:53:01.808Z] #58 100.1   CC       criu/autofs.o
08:53:01 [2019-08-28T08:53:01.808Z] #58 99.24   DEP      criu/fifo.d
08:53:02 [2019-08-28T08:53:02.066Z] #58 99.45   DEP      criu/fdstore.d
08:53:02 [2019-08-28T08:53:02.325Z] #58 99.56   DEP      criu/fault-injection.d
08:53:02 [2019-08-28T08:53:02.325Z] #58 99.61   DEP      criu/external.d
08:53:02 [2019-08-28T08:53:02.325Z] #58 99.77   DEP      criu/eventpoll.d
08:53:02 [2019-08-28T08:53:02.906Z] #58 100.0   DEP      criu/eventfd.d
08:53:02 [2019-08-28T08:53:02.906Z] #58 100.2   DEP      criu/crtools.d
08:53:02 [2019-08-28T08:53:02.906Z] #58 100.4   DEP      criu/cr-service.d
08:53:03 [2019-08-28T08:53:03.472Z] #58 100.6   DEP      criu/cr-restore.d
08:53:03 [2019-08-28T08:53:03.695Z] #58 101.9   CC       criu/bfd.o
08:53:03 [2019-08-28T08:53:03.732Z] #58 100.9   DEP      criu/cr-errno.d
08:53:03 [2019-08-28T08:53:03.732Z] #58 100.9   DEP      criu/cr-dump.d
08:53:03 [2019-08-28T08:53:03.732Z] #58 101.2   DEP      criu/cr-dedup.d
08:53:03 [2019-08-28T08:53:03.950Z] #58 102.4   CC       criu/bitmap.o
08:53:03 [2019-08-28T08:53:03.993Z] #58 101.3   DEP      criu/cr-check.d
08:53:04 [2019-08-28T08:53:04.205Z] #58 102.5   CC       criu/cgroup-props.o
08:53:04 [2019-08-28T08:53:04.250Z] #58 101.7   DEP      criu/config.d
08:53:04 [2019-08-28T08:53:04.508Z] #58 101.8   DEP      criu/clone-noasan.d
08:53:04 [2019-08-28T08:53:04.508Z] #58 101.9   DEP      criu/cgroup.d
08:53:04 [2019-08-28T08:53:04.766Z] #58 102.1   DEP      criu/cgroup-props.d
08:53:05 [2019-08-28T08:53:05.059Z] #58 102.3   DEP      criu/bitmap.d
08:53:05 [2019-08-28T08:53:05.059Z] #58 102.3   DEP      criu/bfd.d
08:53:05 [2019-08-28T08:53:05.059Z] #58 102.5   DEP      criu/autofs.d
08:53:05 [2019-08-28T08:53:05.129Z] #58 ...
08:53:05 [2019-08-28T08:53:05.129Z] 
08:53:05 [2019-08-28T08:53:05.129Z] #15 [swagger 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone ...
08:53:05 [2019-08-28T08:53:05.129Z] #15 166.6 + rm -rf /tmp/tmp.jt6Mg55BrV
08:53:05 [2019-08-28T08:53:05.326Z] 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
08:53:05 [2019-08-28T08:53:05.326Z] + mkdir -p /build
08:53:05 [2019-08-28T08:53:05.326Z] + cp runc /build/runc
08:53:05 [2019-08-28T08:53:05.384Z] #15 DONE 167.1s
08:53:05 [2019-08-28T08:53:05.384Z] 
08:53:05 [2019-08-28T08:53:05.384Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:53:05 [2019-08-28T08:53:05.384Z] #58 103.5   CC       criu/cgroup.o
08:53:05 [2019-08-28T08:53:05.638Z] #58 102.8   DEP      criu/aio.d
08:53:05 [2019-08-28T08:53:05.899Z] #58 103.1   DEP      criu/action-scripts.d
08:53:05 [2019-08-28T08:53:05.899Z] #58 ...
08:53:05 [2019-08-28T08:53:05.899Z] 
08:53:05 [2019-08-28T08:53:05.899Z] #15 [swagger 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone ...
08:53:06 [2019-08-28T08:53:06.113Z] Removing intermediate container 3ff4effd710d
08:53:06 [2019-08-28T08:53:06.113Z]  ---> 233ec1ea8154
08:53:06 [2019-08-28T08:53:06.113Z] Step 81/126 : FROM dev-base AS tini
08:53:06 [2019-08-28T08:53:06.113Z]  ---> 1af970284b9f
08:53:06 [2019-08-28T08:53:06.113Z] Step 82/126 : ARG DEBIAN_FRONTEND
08:53:06 [2019-08-28T08:53:06.113Z]  ---> Using cache
08:53:06 [2019-08-28T08:53:06.113Z]  ---> ffa375df22b2
08:53:06 [2019-08-28T08:53:06.113Z] Step 83/126 : RUN apt-get update && apt-get install -y --no-install-recommends 	cmake 	vim-common 	&& rm -rf /var/lib/apt/lists/*
08:53:06 [2019-08-28T08:53:06.113Z]  ---> Running in 4d67f56f9871
08:53:06 [2019-08-28T08:53:06.157Z] #15 167.5 + rm -rf /tmp/tmp.vMBYJXC72g
08:53:06 [2019-08-28T08:53:06.414Z] #15 DONE 168.1s
08:53:06 [2019-08-28T08:53:06.414Z] 
08:53:06 [2019-08-28T08:53:06.414Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:53:06 [2019-08-28T08:53:06.414Z] #58 103.4   CC       criu/action-scripts.o
08:53:06 [2019-08-28T08:53:06.475Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
08:53:06 [2019-08-28T08:53:06.475Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
08:53:06 [2019-08-28T08:53:06.672Z] #58 104.2   CC       criu/aio.o
08:53:06 [2019-08-28T08:53:06.865Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
08:53:06 [2019-08-28T08:53:06.865Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
08:53:06 [2019-08-28T08:53:06.865Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B]
08:53:06 [2019-08-28T08:53:06.865Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [485 kB]
08:53:06 [2019-08-28T08:53:06.865Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB]
08:53:06 [2019-08-28T08:53:06.865Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB]
08:53:08 [2019-08-28T08:53:08.060Z] #58 105.3   CC       criu/autofs.o
08:53:08 [2019-08-28T08:53:08.125Z] Fetched 7670 kB in 1s (4857 kB/s)
08:53:08 [2019-08-28T08:53:08.645Z] #58 107.1   CC       criu/clone-noasan.o
08:53:08 [2019-08-28T08:53:08.900Z] #58 107.3   CC       criu/config.o
08:53:08 [2019-08-28T08:53:08.913Z] Reading package lists...
08:53:08 [2019-08-28T08:53:08.990Z] #58 ...
08:53:08 [2019-08-28T08:53:08.990Z] 
08:53:08 [2019-08-28T08:53:08.990Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
08:53:08 [2019-08-28T08:53:08.990Z] #13 92.20 Selecting previously unselected package gcc-mingw-w64-base.
08:53:08 [2019-08-28T08:53:08.990Z] #13 92.21 Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_amd64.deb ...
08:53:08 [2019-08-28T08:53:08.990Z] #13 92.22 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ...
08:53:08 [2019-08-28T08:53:08.990Z] #13 92.44 Selecting previously unselected package gcc-mingw-w64-x86-64.
08:53:08 [2019-08-28T08:53:08.990Z] #13 92.45 Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ...
08:53:08 [2019-08-28T08:53:08.990Z] #13 92.45 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ...
08:53:09 [2019-08-28T08:53:09.247Z] #13 ...
08:53:09 [2019-08-28T08:53:09.247Z] 
08:53:09 [2019-08-28T08:53:09.247Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:53:09 [2019-08-28T08:53:09.247Z] #58 106.7   CC       criu/bfd.o
08:53:09 [2019-08-28T08:53:09.281Z] Reading package lists...
08:53:09 [2019-08-28T08:53:09.281Z] Building dependency tree...
08:53:09 [2019-08-28T08:53:09.281Z] Reading state information...
08:53:09 [2019-08-28T08:53:09.281Z] The following additional packages will be installed:
08:53:09 [2019-08-28T08:53:09.281Z]   cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd
08:53:09 [2019-08-28T08:53:09.281Z] Suggested packages:
08:53:09 [2019-08-28T08:53:09.281Z]   codeblocks eclipse ninja-build lrzip
08:53:09 [2019-08-28T08:53:09.281Z] Recommended packages:
08:53:09 [2019-08-28T08:53:09.281Z]   xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
08:53:09 [2019-08-28T08:53:09.804Z] The following NEW packages will be installed:
08:53:09 [2019-08-28T08:53:09.804Z]   cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2
08:53:09 [2019-08-28T08:53:09.804Z]   vim-common xxd
08:53:09 [2019-08-28T08:53:09.804Z] 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded.
08:53:09 [2019-08-28T08:53:09.804Z] Need to get 13.2 MB of archives.
08:53:09 [2019-08-28T08:53:09.804Z] After this operation, 59.4 MB of additional disk space will be used.
08:53:09 [2019-08-28T08:53:09.804Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x cmake-data all 3.7.2-1 [1216 kB]
08:53:09 [2019-08-28T08:53:09.804Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB]
08:53:09 [2019-08-28T08:53:09.804Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libicu57 s390x 57.1-6+deb9u2 [7531 kB]
08:53:10 [2019-08-28T08:53:10.177Z] #58 107.3   CC       criu/bitmap.o
08:53:10 [2019-08-28T08:53:10.178Z] #58 107.5   CC       criu/cgroup-props.o
08:53:10 [2019-08-28T08:53:10.203Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libxml2 s390x 2.9.4+dfsg1-2.2+deb9u2 [853 kB]
08:53:10 [2019-08-28T08:53:10.203Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libarchive13 s390x 3.2.2-2+deb9u1 [283 kB]
08:53:10 [2019-08-28T08:53:10.203Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB]
08:53:10 [2019-08-28T08:53:10.203Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libuv1 s390x 1.9.1-3 [82.4 kB]
08:53:10 [2019-08-28T08:53:10.203Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x cmake s390x 3.7.2-1 [2797 kB]
08:53:10 [2019-08-28T08:53:10.203Z] Get:9 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x xxd s390x 2:8.0.0197-4+deb9u3 [132 kB]
08:53:10 [2019-08-28T08:53:10.203Z] Get:10 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x vim-common all 2:8.0.0197-4+deb9u3 [159 kB]
08:53:10 [2019-08-28T08:53:10.259Z] #58 108.8   CC       criu/cr-check.o
08:53:10 [2019-08-28T08:53:10.434Z] #58 ...
08:53:10 [2019-08-28T08:53:10.434Z] 
08:53:10 [2019-08-28T08:53:10.434Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
08:53:10 [2019-08-28T08:53:10.434Z] #33 161.5 net/http/httptrace
08:53:10 [2019-08-28T08:53:10.434Z] #33 161.8 net/http
08:53:10 [2019-08-28T08:53:10.567Z] debconf: delaying package configuration, since apt-utils is not installed
08:53:10 [2019-08-28T08:53:10.567Z] Fetched 13.2 MB in 0s (16.5 MB/s)
08:53:10 [2019-08-28T08:53:10.567Z] Selecting previously unselected package cmake-data.
08:53:10 [2019-08-28T08:53:10.567Z] (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.)
08:53:10 [2019-08-28T08:53:10.567Z] Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ...
08:53:10 [2019-08-28T08:53:10.567Z] Unpacking cmake-data (3.7.2-1) ...
08:53:10 [2019-08-28T08:53:10.927Z] Selecting previously unselected package liblzo2-2:s390x.
08:53:10 [2019-08-28T08:53:10.927Z] Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_s390x.deb ...
08:53:10 [2019-08-28T08:53:10.927Z] Unpacking liblzo2-2:s390x (2.08-1.2+b2) ...
08:53:10 [2019-08-28T08:53:10.927Z] Selecting previously unselected package libicu57:s390x.
08:53:10 [2019-08-28T08:53:10.927Z] Preparing to unpack .../2-libicu57_57.1-6+deb9u2_s390x.deb ...
08:53:10 [2019-08-28T08:53:10.927Z] Unpacking libicu57:s390x (57.1-6+deb9u2) ...
08:53:10 [2019-08-28T08:53:10.998Z] #33 ...
08:53:10 [2019-08-28T08:53:10.998Z] 
08:53:10 [2019-08-28T08:53:10.998Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:53:10 [2019-08-28T08:53:10.998Z] #58 108.5   CC       criu/cgroup.o
08:53:11 [2019-08-28T08:53:11.729Z] Selecting previously unselected package libxml2:s390x.
08:53:11 [2019-08-28T08:53:11.729Z] Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_s390x.deb ...
08:53:11 [2019-08-28T08:53:11.729Z] Unpacking libxml2:s390x (2.9.4+dfsg1-2.2+deb9u2) ...
08:53:11 [2019-08-28T08:53:11.729Z] Selecting previously unselected package libarchive13:s390x.
08:53:11 [2019-08-28T08:53:11.729Z] Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_s390x.deb ...
08:53:11 [2019-08-28T08:53:11.729Z] Unpacking libarchive13:s390x (3.2.2-2+deb9u1) ...
08:53:11 [2019-08-28T08:53:11.729Z] Selecting previously unselected package libjsoncpp1:s390x.
08:53:11 [2019-08-28T08:53:11.729Z] Preparing to unpack .../5-libjsoncpp1_1.7.4-3_s390x.deb ...
08:53:11 [2019-08-28T08:53:11.729Z] Unpacking libjsoncpp1:s390x (1.7.4-3) ...
08:53:11 [2019-08-28T08:53:11.729Z] Selecting previously unselected package libuv1:s390x.
08:53:11 [2019-08-28T08:53:11.729Z] Preparing to unpack .../6-libuv1_1.9.1-3_s390x.deb ...
08:53:11 [2019-08-28T08:53:11.729Z] Unpacking libuv1:s390x (1.9.1-3) ...
08:53:11 [2019-08-28T08:53:11.729Z] Selecting previously unselected package cmake.
08:53:11 [2019-08-28T08:53:11.729Z] Preparing to unpack .../7-cmake_3.7.2-1_s390x.deb ...
08:53:12 [2019-08-28T08:53:12.109Z] Unpacking cmake (3.7.2-1) ...
08:53:12 [2019-08-28T08:53:12.144Z] #58 110.4   CC       criu/cr-dedup.o
08:53:12 [2019-08-28T08:53:12.399Z] #58 ...
08:53:12 [2019-08-28T08:53:12.399Z] 
08:53:12 [2019-08-28T08:53:12.399Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
08:53:12 [2019-08-28T08:53:12.399Z] #13 108.5 Selecting previously unselected package g++-mingw-w64-x86-64.
08:53:12 [2019-08-28T08:53:12.399Z] #13 108.5 Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ...
08:53:12 [2019-08-28T08:53:12.399Z] #13 108.5 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ...
08:53:12 [2019-08-28T08:53:12.497Z] Selecting previously unselected package xxd.
08:53:12 [2019-08-28T08:53:12.497Z] Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_s390x.deb ...
08:53:12 [2019-08-28T08:53:12.497Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ...
08:53:12 [2019-08-28T08:53:12.497Z] Selecting previously unselected package vim-common.
08:53:12 [2019-08-28T08:53:12.497Z] Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ...
08:53:12 [2019-08-28T08:53:12.497Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ...
08:53:12 [2019-08-28T08:53:12.497Z] Processing triggers for mime-support (3.60) ...
08:53:12 [2019-08-28T08:53:12.497Z] Setting up xxd (2:8.0.0197-4+deb9u3) ...
08:53:12 [2019-08-28T08:53:12.497Z] Setting up libuv1:s390x (1.9.1-3) ...
08:53:12 [2019-08-28T08:53:12.497Z] Setting up cmake-data (3.7.2-1) ...
08:53:12 [2019-08-28T08:53:12.497Z] Setting up libicu57:s390x (57.1-6+deb9u2) ...
08:53:12 [2019-08-28T08:53:12.497Z] Setting up libxml2:s390x (2.9.4+dfsg1-2.2+deb9u2) ...
08:53:12 [2019-08-28T08:53:12.497Z] Processing triggers for libc-bin (2.24-11+deb9u4) ...
08:53:12 [2019-08-28T08:53:12.497Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ...
08:53:12 [2019-08-28T08:53:12.497Z] Setting up liblzo2-2:s390x (2.08-1.2+b2) ...
08:53:12 [2019-08-28T08:53:12.497Z] Setting up libjsoncpp1:s390x (1.7.4-3) ...
08:53:12 [2019-08-28T08:53:12.497Z] Setting up libarchive13:s390x (3.2.2-2+deb9u1) ...
08:53:12 [2019-08-28T08:53:12.497Z] Setting up cmake (3.7.2-1) ...
08:53:12 [2019-08-28T08:53:12.497Z] Processing triggers for libc-bin (2.24-11+deb9u4) ...
08:53:13 [2019-08-28T08:53:13.765Z] Removing intermediate container 4d67f56f9871
08:53:13 [2019-08-28T08:53:13.765Z]  ---> c0ba5fffc765
08:53:13 [2019-08-28T08:53:13.765Z] Step 84/126 : COPY hack/dockerfile/install/install.sh ./install.sh
08:53:13 [2019-08-28T08:53:13.765Z]  ---> 1df661ebff3d
08:53:13 [2019-08-28T08:53:13.765Z] Step 85/126 : ENV INSTALL_BINARY_NAME=tini
08:53:14 [2019-08-28T08:53:14.145Z]  ---> Running in b405aeda4ccf
08:53:14 [2019-08-28T08:53:14.145Z] Removing intermediate container b405aeda4ccf
08:53:14 [2019-08-28T08:53:14.145Z]  ---> 29910ef23081
08:53:14 [2019-08-28T08:53:14.145Z] Step 86/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./
08:53:14 [2019-08-28T08:53:14.274Z] #58 111.5   CC       criu/clone-noasan.o
08:53:14 [2019-08-28T08:53:14.274Z] #58 111.7   CC       criu/config.o
08:53:14 [2019-08-28T08:53:14.574Z]  ---> d32ed8ce0f7b
08:53:14 [2019-08-28T08:53:14.574Z] Step 87/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME
08:53:14 [2019-08-28T08:53:14.574Z]  ---> Running in bb4299672ba2
08:53:15 [2019-08-28T08:53:15.051Z] + RM_GOPATH=0
08:53:15 [2019-08-28T08:53:15.051Z] + TMP_GOPATH=
08:53:15 [2019-08-28T08:53:15.051Z] + : /build
08:53:15 [2019-08-28T08:53:15.051Z] + '[' -z '' ']'
08:53:15 [2019-08-28T08:53:15.051Z] ++ mktemp -d
08:53:15 [2019-08-28T08:53:15.051Z] + export GOPATH=/tmp/tmp.1nacyk0SdU
08:53:15 [2019-08-28T08:53:15.051Z] + GOPATH=/tmp/tmp.1nacyk0SdU
08:53:15 [2019-08-28T08:53:15.051Z] + RM_GOPATH=1
08:53:15 [2019-08-28T08:53:15.051Z] ++ dirname ./install.sh
08:53:15 [2019-08-28T08:53:15.051Z] + dir=.
08:53:15 [2019-08-28T08:53:15.051Z] + bin=tini
08:53:15 [2019-08-28T08:53:15.051Z] + shift
08:53:15 [2019-08-28T08:53:15.051Z] + '[' '!' -f ./tini.installer ']'
08:53:15 [2019-08-28T08:53:15.051Z] + . ./tini.installer
08:53:15 [2019-08-28T08:53:15.051Z] ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662
08:53:15 [2019-08-28T08:53:15.051Z] + install_tini
08:53:15 [2019-08-28T08:53:15.051Z] + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662'
08:53:15 [2019-08-28T08:53:15.051Z] + git clone https://github.com/krallin/tini.git /tmp/tmp.1nacyk0SdU/tini
08:53:15 [2019-08-28T08:53:15.051Z] Cloning into '/tmp/tmp.1nacyk0SdU/tini'...
08:53:15 [2019-08-28T08:53:15.051Z] Install tini version fec3683b971d9c3ef73f284f176672c44b448662
08:53:15 [2019-08-28T08:53:15.051Z] + cd /tmp/tmp.1nacyk0SdU/tini
08:53:15 [2019-08-28T08:53:15.051Z] + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662
08:53:15 [2019-08-28T08:53:15.051Z] + cmake .
08:53:15 [2019-08-28T08:53:15.051Z] -- The C compiler identification is GNU 6.3.0
08:53:15 [2019-08-28T08:53:15.051Z] -- Check for working C compiler: /usr/bin/cc
08:53:15 [2019-08-28T08:53:15.464Z] -- Check for working C compiler: /usr/bin/cc -- works
08:53:15 [2019-08-28T08:53:15.464Z] -- Detecting C compiler ABI info
08:53:15 [2019-08-28T08:53:15.464Z] -- Detecting C compiler ABI info - done
08:53:15 [2019-08-28T08:53:15.464Z] -- Detecting C compile features
08:53:15 [2019-08-28T08:53:15.464Z] -- Detecting C compile features - done
08:53:15 [2019-08-28T08:53:15.464Z] -- Performing Test HAS_BUILTIN_FORTIFY
08:53:15 [2019-08-28T08:53:15.464Z] -- Performing Test HAS_BUILTIN_FORTIFY - Failed
08:53:15 [2019-08-28T08:53:15.464Z] -- Configuring done
08:53:15 [2019-08-28T08:53:15.464Z] -- Generating done
08:53:15 [2019-08-28T08:53:15.464Z] -- Build files have been written to: /tmp/tmp.1nacyk0SdU/tini
08:53:15 [2019-08-28T08:53:15.464Z] + make tini-static
08:53:15 [2019-08-28T08:53:15.464Z] Scanning dependencies of target tini-static
08:53:15 [2019-08-28T08:53:15.464Z] [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
08:53:15 [2019-08-28T08:53:15.854Z] [100%] Linking C executable tini-static
08:53:15 [2019-08-28T08:53:15.854Z] [100%] Built target tini-static
08:53:15 [2019-08-28T08:53:15.854Z] + mkdir -p /build
08:53:15 [2019-08-28T08:53:15.854Z] + cp tini-static /build/docker-init
08:53:16 [2019-08-28T08:53:16.169Z] #58 113.4   CC       criu/cr-check.o
08:53:16 [2019-08-28T08:53:16.216Z] Removing intermediate container bb4299672ba2
08:53:16 [2019-08-28T08:53:16.216Z]  ---> 53e9923d10b3
08:53:16 [2019-08-28T08:53:16.216Z] Step 88/126 : FROM dev-base AS rootlesskit
08:53:16 [2019-08-28T08:53:16.216Z]  ---> 1af970284b9f
08:53:16 [2019-08-28T08:53:16.216Z] Step 89/126 : ENV INSTALL_BINARY_NAME=rootlesskit
08:53:16 [2019-08-28T08:53:16.561Z] #13 ...
08:53:16 [2019-08-28T08:53:16.561Z] 
08:53:16 [2019-08-28T08:53:16.561Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
08:53:16 [2019-08-28T08:53:16.561Z] #33 169.4 github.com/LK4D4/vndr/godl
08:53:16 [2019-08-28T08:53:16.561Z] #33 170.2 github.com/LK4D4/vndr
08:53:16 [2019-08-28T08:53:16.561Z] #33 DONE 177.7s
08:53:16 [2019-08-28T08:53:16.561Z] 
08:53:16 [2019-08-28T08:53:16.561Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:53:16 [2019-08-28T08:53:16.561Z] #58 110.9   CC       criu/cr-dump.o
08:53:16 [2019-08-28T08:53:16.561Z] #58 113.6   CC       criu/cr-errno.o
08:53:16 [2019-08-28T08:53:16.561Z] #58 113.7   CC       criu/cr-restore.o
08:53:16 [2019-08-28T08:53:16.589Z]  ---> Running in 7571574291fd
08:53:16 [2019-08-28T08:53:16.589Z] Removing intermediate container 7571574291fd
08:53:16 [2019-08-28T08:53:16.589Z]  ---> a9b23d7d8223
08:53:16 [2019-08-28T08:53:16.589Z] Step 90/126 : COPY hack/dockerfile/install/install.sh ./install.sh
08:53:16 [2019-08-28T08:53:16.734Z] #58 ...
08:53:16 [2019-08-28T08:53:16.734Z] 
08:53:16 [2019-08-28T08:53:16.734Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
08:53:16 [2019-08-28T08:53:16.734Z] #13 109.7 Selecting previously unselected package g++-mingw-w64-x86-64.
08:53:16 [2019-08-28T08:53:16.734Z] #13 109.7 Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ...
08:53:16 [2019-08-28T08:53:16.734Z] #13 109.7 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ...
08:53:16 [2019-08-28T08:53:16.950Z]  ---> eeaca6725d95
08:53:16 [2019-08-28T08:53:16.950Z] Step 91/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./
08:53:16 [2019-08-28T08:53:16.950Z]  ---> 4c87feba22ea
08:53:16 [2019-08-28T08:53:16.950Z] Step 92/126 : RUN PREFIX=/build/ ./install.sh $INSTALL_BINARY_NAME
08:53:17 [2019-08-28T08:53:17.332Z]  ---> Running in b23762843f4c
08:53:17 [2019-08-28T08:53:17.332Z] + RM_GOPATH=0
08:53:17 [2019-08-28T08:53:17.332Z] + TMP_GOPATH=
08:53:17 [2019-08-28T08:53:17.332Z] + : /build/
08:53:17 [2019-08-28T08:53:17.332Z] + '[' -z '' ']'
08:53:17 [2019-08-28T08:53:17.332Z] ++ mktemp -d
08:53:17 [2019-08-28T08:53:17.332Z] + export GOPATH=/tmp/tmp.jHwNnwLtMt
08:53:17 [2019-08-28T08:53:17.332Z] + GOPATH=/tmp/tmp.jHwNnwLtMt
08:53:17 [2019-08-28T08:53:17.332Z] + RM_GOPATH=1
08:53:17 [2019-08-28T08:53:17.332Z] ++ dirname ./install.sh
08:53:17 [2019-08-28T08:53:17.332Z] + dir=.
08:53:17 [2019-08-28T08:53:17.332Z] + bin=rootlesskit
08:53:17 [2019-08-28T08:53:17.332Z] + shift
08:53:17 [2019-08-28T08:53:17.332Z] + '[' '!' -f ./rootlesskit.installer ']'
08:53:17 [2019-08-28T08:53:17.332Z] + . ./rootlesskit.installer
08:53:17 [2019-08-28T08:53:17.332Z] ++ ROOTLESSKIT_COMMIT=2fcff6ceae968a1d895e6205e5154b107247356f
08:53:17 [2019-08-28T08:53:17.332Z] + install_rootlesskit
08:53:17 [2019-08-28T08:53:17.332Z] + case "$1" in
08:53:17 [2019-08-28T08:53:17.332Z] + export CGO_ENABLED=0
08:53:17 [2019-08-28T08:53:17.332Z] + CGO_ENABLED=0
08:53:17 [2019-08-28T08:53:17.332Z] + _install_rootlesskit
08:53:17 [2019-08-28T08:53:17.332Z] + echo 'Install rootlesskit version 2fcff6ceae968a1d895e6205e5154b107247356f'
08:53:17 [2019-08-28T08:53:17.332Z] + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.jHwNnwLtMt/src/github.com/rootless-containers/rootlesskit
08:53:17 [2019-08-28T08:53:17.332Z] Cloning into '/tmp/tmp.jHwNnwLtMt/src/github.com/rootless-containers/rootlesskit'...
08:53:17 [2019-08-28T08:53:17.332Z] Install rootlesskit version 2fcff6ceae968a1d895e6205e5154b107247356f
08:53:18 [2019-08-28T08:53:18.110Z] + cd /tmp/tmp.jHwNnwLtMt/src/github.com/rootless-containers/rootlesskit
08:53:18 [2019-08-28T08:53:18.110Z] + git checkout -q 2fcff6ceae968a1d895e6205e5154b107247356f
08:53:18 [2019-08-28T08:53:18.110Z] + for f in rootlesskit rootlesskit-docker-proxy
08:53:18 [2019-08-28T08:53:18.110Z] + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
08:53:20 [2019-08-28T08:53:20.723Z] #58 118.5   CC       criu/cr-service.o
08:53:21 [2019-08-28T08:53:21.649Z] #58 120.0   CC       criu/crtools.o
08:53:21 [2019-08-28T08:53:21.993Z] #13 ...
08:53:21 [2019-08-28T08:53:21.994Z] 
08:53:21 [2019-08-28T08:53:21.994Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
08:53:21 [2019-08-28T08:53:21.994Z] #33 174.2 github.com/LK4D4/vndr/godl
08:53:21 [2019-08-28T08:53:21.994Z] #33 175.0 github.com/LK4D4/vndr
08:53:21 [2019-08-28T08:53:21.994Z] #33 DONE 183.0s
08:53:21 [2019-08-28T08:53:21.994Z] 
08:53:21 [2019-08-28T08:53:21.994Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:53:21 [2019-08-28T08:53:21.994Z] #58 115.5   CC       criu/cr-dedup.o
08:53:21 [2019-08-28T08:53:21.994Z] #58 116.1   CC       criu/cr-dump.o
08:53:21 [2019-08-28T08:53:21.994Z] #58 118.5   CC       criu/cr-errno.o
08:53:21 [2019-08-28T08:53:21.994Z] #58 118.6   CC       criu/cr-restore.o
08:53:22 [2019-08-28T08:53:22.210Z] #58 120.6   CC       criu/eventfd.o
08:53:22 [2019-08-28T08:53:22.466Z] #58 120.9   CC       criu/eventpoll.o
08:53:23 [2019-08-28T08:53:23.392Z] #58 121.8   CC       criu/external.o
08:53:23 [2019-08-28T08:53:23.647Z] #58 122.2   CC       criu/fault-injection.o
08:53:23 [2019-08-28T08:53:23.902Z] #58 122.3   CC       criu/fdstore.o
08:53:24 [2019-08-28T08:53:24.158Z] #58 122.6   CC       criu/fifo.o
08:53:24 [2019-08-28T08:53:24.158Z] #58 ...
08:53:24 [2019-08-28T08:53:24.158Z] 
08:53:24 [2019-08-28T08:53:24.158Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
08:53:24 [2019-08-28T08:53:24.158Z] #13 120.5 Setting up aufs-tools (1:4.1+20161219-1) ...
08:53:24 [2019-08-28T08:53:24.413Z] #13 120.5 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ...
08:53:24 [2019-08-28T08:53:24.413Z] #13 120.5 Setting up libsepol1-dev:amd64 (2.6-2) ...
08:53:24 [2019-08-28T08:53:24.413Z] #13 120.5 Setting up python-pip-whl (9.0.1-2+deb9u1) ...
08:53:24 [2019-08-28T08:53:24.413Z] #13 120.6 Setting up libnet1:amd64 (1.1.6+dfsg-3) ...
08:53:24 [2019-08-28T08:53:24.413Z] #13 120.6 Setting up libip4tc0:amd64 (1.6.0+snapshot20161117-6) ...
08:53:24 [2019-08-28T08:53:24.413Z] #13 120.6 Processing triggers for mime-support (3.60) ...
08:53:24 [2019-08-28T08:53:24.413Z] #13 120.6 Setting up xxd (2:8.0.0197-4+deb9u3) ...
08:53:24 [2019-08-28T08:53:24.413Z] #13 120.7 Setting up libgpm2:amd64 (1.20.4-6.2+b1) ...
08:53:24 [2019-08-28T08:53:24.413Z] #13 120.7 Setting up libcap2-bin (1:2.25-1) ...
08:53:24 [2019-08-28T08:53:24.414Z] #13 120.7 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ...
08:53:24 [2019-08-28T08:53:24.414Z] #13 120.7 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ...
08:53:24 [2019-08-28T08:53:24.414Z] #13 120.7 Setting up bash-completion (1:2.1-4.3) ...
08:53:26 [2019-08-28T08:53:26.172Z] #58 123.5   CC       criu/cr-service.o
08:53:26 [2019-08-28T08:53:26.204Z] + for f in rootlesskit rootlesskit-docker-proxy
08:53:26 [2019-08-28T08:53:26.204Z] + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
08:53:26 [2019-08-28T08:53:26.933Z] #13 123.0 Setting up libonig4:amd64 (6.1.3-2) ...
08:53:26 [2019-08-28T08:53:26.933Z] #13 123.0 Setting up libprotobuf-c1:amd64 (1.2.1-2) ...
08:53:26 [2019-08-28T08:53:26.933Z] #13 123.0 Setting up zip (3.0-11+b1) ...
08:53:26 [2019-08-28T08:53:26.933Z] #13 123.0 Setting up bzip2 (1.0.6-8.1) ...
08:53:26 [2019-08-28T08:53:26.933Z] #13 123.1 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ...
08:53:26 [2019-08-28T08:53:26.933Z] #13 123.1 Setting up libjq1:amd64 (1.5+dfsg-1.3) ...
08:53:26 [2019-08-28T08:53:26.933Z] #13 123.1 Processing triggers for libc-bin (2.24-11+deb9u4) ...
08:53:26 [2019-08-28T08:53:26.933Z] #13 123.1 Setting up libaio1:amd64 (0.3.110-3) ...
08:53:26 [2019-08-28T08:53:26.933Z] #13 123.1 Setting up libxtables12:amd64 (1.6.0+snapshot20161117-6) ...
08:53:26 [2019-08-28T08:53:26.933Z] #13 123.1 Setting up xz-utils (5.2.2-1.2+b1) ...
08:53:26 [2019-08-28T08:53:26.933Z] #13 123.1 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
08:53:26 [2019-08-28T08:53:26.933Z] #13 123.1 Setting up thin-provisioning-tools (0.6.1-4+b1) ...
08:53:26 [2019-08-28T08:53:26.933Z] #13 123.2 Setting up vim-common (2:8.0.0197-4+deb9u3) ...
08:53:26 [2019-08-28T08:53:26.933Z] #13 123.2 Setting up libpcrecpp0v5:amd64 (2:8.39-3) ...
08:53:26 [2019-08-28T08:53:26.933Z] #13 123.2 Setting up libpcre32-3:amd64 (2:8.39-3) ...
08:53:26 [2019-08-28T08:53:26.933Z] #13 123.2 Setting up libnfnetlink0:amd64 (1.0.1-3) ...
08:53:26 [2019-08-28T08:53:26.933Z] #13 123.2 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ...
08:53:27 [2019-08-28T08:53:27.003Z] Removing intermediate container b23762843f4c
08:53:27 [2019-08-28T08:53:27.003Z]  ---> 4559fe2747aa
08:53:27 [2019-08-28T08:53:27.003Z] Step 93/126 : COPY ./contrib/dockerd-rootless.sh /build
08:53:27 [2019-08-28T08:53:27.367Z]  ---> 3b1eebf057fd
08:53:27 [2019-08-28T08:53:27.367Z] Step 94/126 : FROM runtime-dev AS dev
08:53:27 [2019-08-28T08:53:27.367Z]  ---> 09717a677219
08:53:27 [2019-08-28T08:53:27.367Z] Step 95/126 : ARG DEBIAN_FRONTEND
08:53:27 [2019-08-28T08:53:27.367Z]  ---> Running in 1c0607c213f5
08:53:27 [2019-08-28T08:53:27.492Z] #13 123.6 Setting up libsystemd-dev:amd64 (232-25+deb9u11) ...
08:53:27 [2019-08-28T08:53:27.492Z] #13 123.6 Setting up libpcre16-3:amd64 (2:8.39-3) ...
08:53:27 [2019-08-28T08:53:27.492Z] #13 123.6 Setting up libreadline5:amd64 (5.2+dfsg-3+b1) ...
08:53:27 [2019-08-28T08:53:27.492Z] #13 123.6 Setting up libnl-3-200:amd64 (3.2.27-2) ...
08:53:27 [2019-08-28T08:53:27.492Z] #13 123.6 Setting up net-tools (1.60+git20161116.90da8a0-1) ...
08:53:27 [2019-08-28T08:53:27.492Z] #13 123.6 Setting up libudev-dev:amd64 (232-25+deb9u11) ...
08:53:27 [2019-08-28T08:53:27.492Z] #13 123.6 Setting up pigz (2.3.4-1) ...
08:53:27 [2019-08-28T08:53:27.492Z] #13 123.7 Setting up libapparmor-perl (2.11.0-3+deb9u2) ...
08:53:27 [2019-08-28T08:53:27.492Z] #13 123.7 Setting up libmpdec2:amd64 (2.4.2-1) ...
08:53:27 [2019-08-28T08:53:27.492Z] #13 123.7 Setting up libip6tc0:amd64 (1.6.0+snapshot20161117-6) ...
08:53:27 [2019-08-28T08:53:27.492Z] #13 123.7 Setting up mingw-w64-common (5.0.1-1) ...
08:53:27 [2019-08-28T08:53:27.492Z] #13 123.7 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ...
08:53:27 [2019-08-28T08:53:27.492Z] #13 123.7 Setting up jq (1.5+dfsg-1.3) ...
08:53:27 [2019-08-28T08:53:27.492Z] #13 123.7 Setting up libpcre3-dev:amd64 (2:8.39-3) ...
08:53:27 [2019-08-28T08:53:27.492Z] #13 123.7 Setting up libnetfilter-conntrack3:amd64 (1.0.6-2) ...
08:53:27 [2019-08-28T08:53:27.492Z] #13 123.8 Setting up xfsprogs (4.9.0+nmu1) ...
08:53:27 [2019-08-28T08:53:27.492Z] #13 123.8 Setting up vim (2:8.0.0197-4+deb9u3) ...
08:53:27 [2019-08-28T08:53:27.492Z] #13 123.8 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
08:53:27 [2019-08-28T08:53:27.492Z] #13 123.8 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
08:53:27 [2019-08-28T08:53:27.492Z] #13 123.8 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
08:53:27 [2019-08-28T08:53:27.492Z] #13 123.8 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
08:53:27 [2019-08-28T08:53:27.492Z] #13 123.8 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
08:53:27 [2019-08-28T08:53:27.492Z] #13 123.8 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
08:53:27 [2019-08-28T08:53:27.492Z] #13 123.8 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
08:53:27 [2019-08-28T08:53:27.492Z] #13 123.8 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
08:53:27 [2019-08-28T08:53:27.492Z] #13 123.8 Setting up libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ...
08:53:27 [2019-08-28T08:53:27.492Z] #13 123.8 Setting up libiptc0:amd64 (1.6.0+snapshot20161117-6) ...
08:53:27 [2019-08-28T08:53:27.492Z] #13 123.8 Setting up mingw-w64-x86-64-dev (5.0.1-1) ...
08:53:27 [2019-08-28T08:53:27.492Z] #13 123.8 Setting up iptables (1.6.0+snapshot20161117-6) ...
08:53:27 [2019-08-28T08:53:27.547Z] #58 124.9   CC       criu/crtools.o
08:53:27 [2019-08-28T08:53:27.729Z] Removing intermediate container 1c0607c213f5
08:53:27 [2019-08-28T08:53:27.730Z]  ---> 27b33be41527
08:53:27 [2019-08-28T08:53:27.730Z] Step 96/126 : RUN groupadd -r docker
08:53:27 [2019-08-28T08:53:27.730Z]  ---> Running in 648bd2d95229
08:53:27 [2019-08-28T08:53:27.746Z] #13 123.9 Setting up btrfs-progs (4.7.3-1) ...
08:53:27 [2019-08-28T08:53:27.746Z] #13 123.9 Setting up libselinux1-dev:amd64 (2.6-3+b3) ...
08:53:27 [2019-08-28T08:53:27.746Z] #13 123.9 Setting up python3.5 (3.5.3-1+deb9u1) ...
08:53:28 [2019-08-28T08:53:28.112Z] #58 125.5   CC       criu/eventfd.o
08:53:28 [2019-08-28T08:53:28.112Z] #58 ...
08:53:28 [2019-08-28T08:53:28.112Z] 
08:53:28 [2019-08-28T08:53:28.112Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
08:53:28 [2019-08-28T08:53:28.112Z] #13 121.3 Setting up aufs-tools (1:4.1+20161219-1) ...
08:53:28 [2019-08-28T08:53:28.112Z] #13 121.3 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ...
08:53:28 [2019-08-28T08:53:28.112Z] #13 121.3 Setting up libsepol1-dev:amd64 (2.6-2) ...
08:53:28 [2019-08-28T08:53:28.112Z] #13 121.3 Setting up python-pip-whl (9.0.1-2+deb9u1) ...
08:53:28 [2019-08-28T08:53:28.112Z] #13 121.3 Setting up libnet1:amd64 (1.1.6+dfsg-3) ...
08:53:28 [2019-08-28T08:53:28.112Z] #13 121.4 Setting up libip4tc0:amd64 (1.6.0+snapshot20161117-6) ...
08:53:28 [2019-08-28T08:53:28.112Z] #13 121.4 Processing triggers for mime-support (3.60) ...
08:53:28 [2019-08-28T08:53:28.370Z] #13 121.4 Setting up xxd (2:8.0.0197-4+deb9u3) ...
08:53:28 [2019-08-28T08:53:28.370Z] #13 121.4 Setting up libgpm2:amd64 (1.20.4-6.2+b1) ...
08:53:28 [2019-08-28T08:53:28.370Z] #13 121.4 Setting up libcap2-bin (1:2.25-1) ...
08:53:28 [2019-08-28T08:53:28.370Z] #13 121.4 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ...
08:53:28 [2019-08-28T08:53:28.370Z] #13 121.4 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ...
08:53:28 [2019-08-28T08:53:28.370Z] #13 121.4 Setting up bash-completion (1:2.1-4.3) ...
08:53:28 [2019-08-28T08:53:28.650Z] Removing intermediate container 648bd2d95229
08:53:28 [2019-08-28T08:53:28.650Z]  ---> 4fb35a0c42e7
08:53:28 [2019-08-28T08:53:28.650Z] Step 97/126 : RUN useradd --create-home --gid docker unprivilegeduser
08:53:28 [2019-08-28T08:53:28.650Z]  ---> Running in cd710ce993ac
08:53:29 [2019-08-28T08:53:29.441Z] Removing intermediate container cd710ce993ac
08:53:29 [2019-08-28T08:53:29.441Z]  ---> 00011e1ae6df
08:53:29 [2019-08-28T08:53:29.441Z] Step 98/126 : RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
08:53:29 [2019-08-28T08:53:29.814Z]  ---> Running in fdd4268dd341
08:53:29 [2019-08-28T08:53:29.814Z] '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
08:53:30 [2019-08-28T08:53:30.593Z] Removing intermediate container fdd4268dd341
08:53:30 [2019-08-28T08:53:30.593Z]  ---> 4c3f80245d50
08:53:30 [2019-08-28T08:53:30.593Z] Step 99/126 : RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
08:53:30 [2019-08-28T08:53:30.593Z]  ---> Running in e194f91287e8
08:53:30 [2019-08-28T08:53:30.897Z] #13 123.8 Setting up libonig4:amd64 (6.1.3-2) ...
08:53:30 [2019-08-28T08:53:30.897Z] #13 123.8 Setting up libprotobuf-c1:amd64 (1.2.1-2) ...
08:53:30 [2019-08-28T08:53:30.897Z] #13 123.9 Setting up zip (3.0-11+b1) ...
08:53:30 [2019-08-28T08:53:30.897Z] #13 123.9 Setting up bzip2 (1.0.6-8.1) ...
08:53:30 [2019-08-28T08:53:30.897Z] #13 123.9 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ...
08:53:30 [2019-08-28T08:53:30.897Z] #13 123.9 Setting up libjq1:amd64 (1.5+dfsg-1.3) ...
08:53:30 [2019-08-28T08:53:30.897Z] #13 123.9 Processing triggers for libc-bin (2.24-11+deb9u4) ...
08:53:30 [2019-08-28T08:53:30.897Z] #13 123.9 Setting up libaio1:amd64 (0.3.110-3) ...
08:53:30 [2019-08-28T08:53:30.897Z] #13 123.9 Setting up libxtables12:amd64 (1.6.0+snapshot20161117-6) ...
08:53:30 [2019-08-28T08:53:30.897Z] #13 124.0 Setting up xz-utils (5.2.2-1.2+b1) ...
08:53:30 [2019-08-28T08:53:30.897Z] #13 124.0 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
08:53:30 [2019-08-28T08:53:30.897Z] #13 124.0 Setting up thin-provisioning-tools (0.6.1-4+b1) ...
08:53:30 [2019-08-28T08:53:30.897Z] #13 124.0 Setting up vim-common (2:8.0.0197-4+deb9u3) ...
08:53:30 [2019-08-28T08:53:30.897Z] #13 124.0 Setting up libpcrecpp0v5:amd64 (2:8.39-3) ...
08:53:30 [2019-08-28T08:53:30.897Z] #13 124.0 Setting up libpcre32-3:amd64 (2:8.39-3) ...
08:53:30 [2019-08-28T08:53:30.897Z] #13 124.0 Setting up libnfnetlink0:amd64 (1.0.1-3) ...
08:53:30 [2019-08-28T08:53:30.897Z] #13 124.0 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ...
08:53:31 [2019-08-28T08:53:31.367Z] Removing intermediate container e194f91287e8
08:53:31 [2019-08-28T08:53:31.367Z]  ---> c605927b0fc3
08:53:31 [2019-08-28T08:53:31.367Z] Step 100/126 : RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
08:53:31 [2019-08-28T08:53:31.367Z]  ---> Running in 14aaffcd7659
08:53:31 [2019-08-28T08:53:31.463Z] #13 124.5 Setting up libsystemd-dev:amd64 (232-25+deb9u11) ...
08:53:31 [2019-08-28T08:53:31.463Z] #13 124.5 Setting up libpcre16-3:amd64 (2:8.39-3) ...
08:53:31 [2019-08-28T08:53:31.463Z] #13 124.5 Setting up libreadline5:amd64 (5.2+dfsg-3+b1) ...
08:53:31 [2019-08-28T08:53:31.463Z] #13 124.5 Setting up libnl-3-200:amd64 (3.2.27-2) ...
08:53:31 [2019-08-28T08:53:31.463Z] #13 124.5 Setting up net-tools (1.60+git20161116.90da8a0-1) ...
08:53:31 [2019-08-28T08:53:31.463Z] #13 124.5 Setting up libudev-dev:amd64 (232-25+deb9u11) ...
08:53:31 [2019-08-28T08:53:31.463Z] #13 124.6 Setting up pigz (2.3.4-1) ...
08:53:31 [2019-08-28T08:53:31.463Z] #13 124.6 Setting up libapparmor-perl (2.11.0-3+deb9u2) ...
08:53:31 [2019-08-28T08:53:31.463Z] #13 124.6 Setting up libmpdec2:amd64 (2.4.2-1) ...
08:53:31 [2019-08-28T08:53:31.463Z] #13 124.6 Setting up libip6tc0:amd64 (1.6.0+snapshot20161117-6) ...
08:53:31 [2019-08-28T08:53:31.463Z] #13 124.6 Setting up mingw-w64-common (5.0.1-1) ...
08:53:31 [2019-08-28T08:53:31.463Z] #13 124.7 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ...
08:53:31 [2019-08-28T08:53:31.463Z] #13 124.7 Setting up jq (1.5+dfsg-1.3) ...
08:53:31 [2019-08-28T08:53:31.463Z] #13 124.7 Setting up libpcre3-dev:amd64 (2:8.39-3) ...
08:53:31 [2019-08-28T08:53:31.463Z] #13 124.7 Setting up libnetfilter-conntrack3:amd64 (1.0.6-2) ...
08:53:31 [2019-08-28T08:53:31.463Z] #13 124.7 Setting up xfsprogs (4.9.0+nmu1) ...
08:53:31 [2019-08-28T08:53:31.463Z] #13 124.7 Setting up vim (2:8.0.0197-4+deb9u3) ...
08:53:31 [2019-08-28T08:53:31.463Z] #13 124.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
08:53:31 [2019-08-28T08:53:31.463Z] #13 124.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
08:53:31 [2019-08-28T08:53:31.463Z] #13 124.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
08:53:31 [2019-08-28T08:53:31.721Z] #13 124.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
08:53:31 [2019-08-28T08:53:31.721Z] #13 124.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
08:53:31 [2019-08-28T08:53:31.721Z] #13 124.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
08:53:31 [2019-08-28T08:53:31.721Z] #13 124.8 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
08:53:31 [2019-08-28T08:53:31.721Z] #13 124.8 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
08:53:31 [2019-08-28T08:53:31.721Z] #13 124.8 Setting up libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ...
08:53:31 [2019-08-28T08:53:31.721Z] #13 124.8 Setting up libiptc0:amd64 (1.6.0+snapshot20161117-6) ...
08:53:31 [2019-08-28T08:53:31.721Z] #13 124.8 Setting up mingw-w64-x86-64-dev (5.0.1-1) ...
08:53:31 [2019-08-28T08:53:31.721Z] #13 124.8 Setting up iptables (1.6.0+snapshot20161117-6) ...
08:53:31 [2019-08-28T08:53:31.721Z] #13 124.8 Setting up btrfs-progs (4.7.3-1) ...
08:53:31 [2019-08-28T08:53:31.721Z] #13 124.8 Setting up libselinux1-dev:amd64 (2.6-3+b3) ...
08:53:31 [2019-08-28T08:53:31.721Z] #13 124.8 Setting up python3.5 (3.5.3-1+deb9u1) ...
08:53:32 [2019-08-28T08:53:32.625Z] Removing intermediate container 14aaffcd7659
08:53:32 [2019-08-28T08:53:32.625Z]  ---> 504c522f1955
08:53:32 [2019-08-28T08:53:32.625Z] Step 101/126 : RUN ldconfig
08:53:32 [2019-08-28T08:53:32.625Z]  ---> Running in c728d94ee483
08:53:32 [2019-08-28T08:53:32.982Z] #13 128.7 Setting up libpython3-stdlib:amd64 (3.5.3-1) ...
08:53:32 [2019-08-28T08:53:32.982Z] #13 128.7 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ...
08:53:32 [2019-08-28T08:53:32.982Z] #13 128.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
08:53:32 [2019-08-28T08:53:32.982Z] #13 128.7 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-posix (of link group x86_64-w64-mingw32-gcc) doesn't exist
08:53:32 [2019-08-28T08:53:32.982Z] #13 128.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
08:53:32 [2019-08-28T08:53:32.982Z] #13 128.8 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-win32 (of link group x86_64-w64-mingw32-gcc) doesn't exist
08:53:32 [2019-08-28T08:53:32.982Z] #13 128.8 Setting up btrfs-tools (4.7.3-1) ...
08:53:32 [2019-08-28T08:53:32.982Z] #13 128.8 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ...
08:53:32 [2019-08-28T08:53:32.982Z] #13 128.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
08:53:32 [2019-08-28T08:53:32.982Z] #13 128.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
08:53:32 [2019-08-28T08:53:32.982Z] #13 128.8 Setting up python3 (3.5.3-1) ...
08:53:33 [2019-08-28T08:53:33.476Z] Removing intermediate container c728d94ee483
08:53:33 [2019-08-28T08:53:33.476Z]  ---> aa8123b9446e
08:53:33 [2019-08-28T08:53:33.476Z] Step 102/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/*
08:53:33 [2019-08-28T08:53:33.476Z]  ---> Running in ec3ca0e907f9
08:53:33 [2019-08-28T08:53:33.864Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
08:53:33 [2019-08-28T08:53:33.864Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
08:53:33 [2019-08-28T08:53:33.864Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
08:53:33 [2019-08-28T08:53:33.864Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
08:53:33 [2019-08-28T08:53:33.864Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B]
08:53:33 [2019-08-28T08:53:33.864Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [485 kB]
08:53:34 [2019-08-28T08:53:34.240Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB]
08:53:34 [2019-08-28T08:53:34.240Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB]
08:53:34 [2019-08-28T08:53:34.343Z] #13 130.4 Setting up apparmor (2.11.0-3+deb9u2) ...
08:53:34 [2019-08-28T08:53:34.598Z] #13 ...
08:53:34 [2019-08-28T08:53:34.598Z] 
08:53:34 [2019-08-28T08:53:34.598Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:53:34 [2019-08-28T08:53:34.598Z] #58 123.0   CC       criu/file-ids.o
08:53:34 [2019-08-28T08:53:34.598Z] #58 123.3   CC       criu/file-lock.o
08:53:34 [2019-08-28T08:53:34.598Z] #58 124.2   CC       criu/files-ext.o
08:53:34 [2019-08-28T08:53:34.598Z] #58 124.6   CC       criu/files-reg.o
08:53:34 [2019-08-28T08:53:34.598Z] #58 126.7   CC       criu/files.o
08:53:34 [2019-08-28T08:53:34.598Z] #58 128.6   CC       criu/filesystems.o
08:53:34 [2019-08-28T08:53:34.598Z] #58 129.2   CC       criu/fsnotify.o
08:53:34 [2019-08-28T08:53:34.598Z] #58 130.4   CC       criu/image-desc.o
08:53:34 [2019-08-28T08:53:34.598Z] #58 130.6   CC       criu/image.o
08:53:34 [2019-08-28T08:53:34.598Z] #58 131.6   CC       criu/ipc_ns.o
08:53:34 [2019-08-28T08:53:34.598Z] #58 132.8   CC       criu/irmap.o
08:53:35 [2019-08-28T08:53:35.158Z] #58 133.5   CC       criu/kcmp-ids.o
08:53:35 [2019-08-28T08:53:35.158Z] #58 ...
08:53:35 [2019-08-28T08:53:35.158Z] 
08:53:35 [2019-08-28T08:53:35.158Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
08:53:35 [2019-08-28T08:53:35.158Z] #13 131.6 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
08:53:35 [2019-08-28T08:53:35.495Z] Fetched 7670 kB in 1s (4985 kB/s)
08:53:35 [2019-08-28T08:53:35.674Z] #13 131.7 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory
08:53:35 [2019-08-28T08:53:35.674Z] #13 131.7 Setting up libdevmapper1.02.1:amd64 (2:1.02.137-2) ...
08:53:35 [2019-08-28T08:53:35.674Z] #13 131.7 Setting up python3-wheel (0.29.0-2) ...
08:53:35 [2019-08-28T08:53:35.857Z] Reading package lists...
08:53:36 [2019-08-28T08:53:36.227Z] Reading package lists...
08:53:36 [2019-08-28T08:53:36.593Z] Building dependency tree...
08:53:36 [2019-08-28T08:53:36.593Z] Reading state information...
08:53:36 [2019-08-28T08:53:36.593Z] The following additional packages will be installed:
08:53:36 [2019-08-28T08:53:36.593Z]   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python
08:53:36 [2019-08-28T08:53:36.593Z]   dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl
08:53:36 [2019-08-28T08:53:36.593Z]   libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0
08:53:36 [2019-08-28T08:53:36.593Z]   libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0
08:53:36 [2019-08-28T08:53:36.593Z]   libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
08:53:36 [2019-08-28T08:53:36.593Z]   libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5
08:53:36 [2019-08-28T08:53:36.593Z]   libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common
08:53:36 [2019-08-28T08:53:36.593Z]   mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal
08:53:36 [2019-08-28T08:53:36.593Z]   python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd
08:53:36 [2019-08-28T08:53:36.593Z] Suggested packages:
08:53:36 [2019-08-28T08:53:36.593Z]   apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc
08:53:36 [2019-08-28T08:53:36.593Z]   gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv
08:53:36 [2019-08-28T08:53:36.593Z]   python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags
08:53:36 [2019-08-28T08:53:36.593Z]   vim-doc vim-scripts xfsdump acl attr quota
08:53:36 [2019-08-28T08:53:36.593Z] Recommended packages:
08:53:36 [2019-08-28T08:53:36.593Z]   aufs-dkms libpam-cap build-essential python3-dev python3-keyring
08:53:36 [2019-08-28T08:53:36.593Z]   python3-keyrings.alt python3-xdg unzip
08:53:36 [2019-08-28T08:53:36.600Z] #13 132.7 Setting up python3-pkg-resources (33.1.1-1) ...
08:53:36 [2019-08-28T08:53:36.983Z] #13 129.3 Setting up libpython3-stdlib:amd64 (3.5.3-1) ...
08:53:36 [2019-08-28T08:53:36.983Z] #13 129.4 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ...
08:53:36 [2019-08-28T08:53:36.983Z] #13 129.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
08:53:36 [2019-08-28T08:53:36.983Z] #13 129.4 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-posix (of link group x86_64-w64-mingw32-gcc) doesn't exist
08:53:36 [2019-08-28T08:53:36.983Z] #13 129.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
08:53:36 [2019-08-28T08:53:36.983Z] #13 129.4 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-win32 (of link group x86_64-w64-mingw32-gcc) doesn't exist
08:53:36 [2019-08-28T08:53:36.983Z] #13 129.4 Setting up btrfs-tools (4.7.3-1) ...
08:53:36 [2019-08-28T08:53:36.983Z] #13 129.4 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ...
08:53:36 [2019-08-28T08:53:36.983Z] #13 129.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
08:53:36 [2019-08-28T08:53:36.983Z] #13 129.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
08:53:36 [2019-08-28T08:53:36.983Z] #13 129.4 Setting up python3 (3.5.3-1) ...
08:53:37 [2019-08-28T08:53:37.375Z] The following NEW packages will be installed:
08:53:37 [2019-08-28T08:53:37.375Z]   apparmor aufs-tools bash-completion binutils-mingw-w64
08:53:37 [2019-08-28T08:53:37.375Z]   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools
08:53:37 [2019-08-28T08:53:37.375Z]   bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base
08:53:37 [2019-08-28T08:53:37.375Z]   gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin
08:53:37 [2019-08-28T08:53:37.375Z]   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2
08:53:37 [2019-08-28T08:53:37.375Z]   libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1
08:53:37 [2019-08-28T08:53:37.375Z]   libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3
08:53:37 [2019-08-28T08:53:37.375Z]   libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib
08:53:37 [2019-08-28T08:53:37.375Z]   libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev
08:53:37 [2019-08-28T08:53:37.375Z]   libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common
08:53:37 [2019-08-28T08:53:37.375Z]   mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal
08:53:37 [2019-08-28T08:53:37.375Z]   python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5
08:53:37 [2019-08-28T08:53:37.375Z]   python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime
08:53:37 [2019-08-28T08:53:37.375Z]   xfsprogs xxd xz-utils zip
08:53:37 [2019-08-28T08:53:37.375Z] 0 upgraded, 69 newly installed, 0 to remove and 1 not upgraded.
08:53:37 [2019-08-28T08:53:37.375Z] Need to get 88.2 MB of archives.
08:53:37 [2019-08-28T08:53:37.375Z] After this operation, 565 MB of additional disk space will be used.
08:53:37 [2019-08-28T08:53:37.375Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x bash-completion all 1:2.1-4.3 [178 kB]
08:53:37 [2019-08-28T08:53:37.375Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1 s390x 1.1.6+dfsg-3 [57.1 kB]
08:53:37 [2019-08-28T08:53:37.375Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnfnetlink0 s390x 1.0.1-3 [13.7 kB]
08:53:37 [2019-08-28T08:53:37.375Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcrecpp0v5 s390x 2:8.39-3 [151 kB]
08:53:37 [2019-08-28T08:53:37.375Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libudev-dev s390x 232-25+deb9u11 [92.4 kB]
08:53:37 [2019-08-28T08:53:37.375Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3.5-minimal s390x 3.5.3-1+deb9u1 [569 kB]
08:53:37 [2019-08-28T08:53:37.375Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3.5-minimal s390x 3.5.3-1+deb9u1 [1563 kB]
08:53:37 [2019-08-28T08:53:37.375Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-minimal s390x 3.5.3-1 [35.3 kB]
08:53:37 [2019-08-28T08:53:37.375Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libmpdec2 s390x 2.4.2-1 [83.6 kB]
08:53:37 [2019-08-28T08:53:37.375Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3.5-stdlib s390x 3.5.3-1+deb9u1 [2119 kB]
08:53:37 [2019-08-28T08:53:37.375Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3.5 s390x 3.5.3-1+deb9u1 [229 kB]
08:53:37 [2019-08-28T08:53:37.375Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3-stdlib s390x 3.5.3-1 [18.6 kB]
08:53:37 [2019-08-28T08:53:37.375Z] Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main s390x dh-python all 2.20170125 [86.8 kB]
08:53:37 [2019-08-28T08:53:37.375Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3 s390x 3.5.3-1 [21.6 kB]
08:53:37 [2019-08-28T08:53:37.375Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main s390x pigz s390x 2.3.4-1 [51.1 kB]
08:53:37 [2019-08-28T08:53:37.375Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libip4tc0 s390x 1.6.0+snapshot20161117-6 [67.9 kB]
08:53:37 [2019-08-28T08:53:37.781Z] #13 133.8 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ...
08:53:37 [2019-08-28T08:53:37.781Z] #13 133.8 Setting up python3-pip (9.0.1-2+deb9u1) ...
08:53:37 [2019-08-28T08:53:37.811Z] Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libip6tc0 s390x 1.6.0+snapshot20161117-6 [68.2 kB]
08:53:37 [2019-08-28T08:53:37.811Z] Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libiptc0 s390x 1.6.0+snapshot20161117-6 [57.6 kB]
08:53:37 [2019-08-28T08:53:37.811Z] Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libxtables12 s390x 1.6.0+snapshot20161117-6 [75.3 kB]
08:53:37 [2019-08-28T08:53:37.811Z] Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnetfilter-conntrack3 s390x 1.0.6-2 [37.1 kB]
08:53:37 [2019-08-28T08:53:37.917Z] #13 131.1 Setting up apparmor (2.11.0-3+deb9u2) ...
08:53:38 [2019-08-28T08:53:38.286Z] Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main s390x iptables s390x 1.6.0+snapshot20161117-6 [282 kB]
08:53:38 [2019-08-28T08:53:38.286Z] Get:22 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x xxd s390x 2:8.0.0197-4+deb9u3 [132 kB]
08:53:38 [2019-08-28T08:53:38.286Z] Get:23 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x vim-common all 2:8.0.0197-4+deb9u3 [159 kB]
08:53:38 [2019-08-28T08:53:38.286Z] Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main s390x bzip2 s390x 1.0.6-8.1 [48.1 kB]
08:53:38 [2019-08-28T08:53:38.286Z] Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libgpm2 s390x 1.20.4-6.2+b1 [34.4 kB]
08:53:38 [2019-08-28T08:53:38.286Z] Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xz-utils s390x 5.2.2-1.2+b1 [263 kB]
08:53:38 [2019-08-28T08:53:38.286Z] Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main s390x aufs-tools s390x 1:4.1+20161219-1 [102 kB]
08:53:38 [2019-08-28T08:53:38.286Z] Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB]
08:53:38 [2019-08-28T08:53:38.286Z] Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-progs s390x 4.7.3-1 [595 kB]
08:53:38 [2019-08-28T08:53:38.286Z] Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-tools s390x 4.7.3-1 [16.9 kB]
08:53:38 [2019-08-28T08:53:38.286Z] Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libdevmapper1.02.1 s390x 2:1.02.137-2 [160 kB]
08:53:38 [2019-08-28T08:53:38.483Z] #13 ...
08:53:38 [2019-08-28T08:53:38.483Z] 
08:53:38 [2019-08-28T08:53:38.483Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:53:38 [2019-08-28T08:53:38.483Z] #58 125.8   CC       criu/eventpoll.o
08:53:38 [2019-08-28T08:53:38.483Z] #58 126.8   CC       criu/external.o
08:53:38 [2019-08-28T08:53:38.483Z] #58 127.2   CC       criu/fault-injection.o
08:53:38 [2019-08-28T08:53:38.483Z] #58 127.2   CC       criu/fdstore.o
08:53:38 [2019-08-28T08:53:38.483Z] #58 127.6   CC       criu/fifo.o
08:53:38 [2019-08-28T08:53:38.483Z] #58 128.0   CC       criu/file-ids.o
08:53:38 [2019-08-28T08:53:38.483Z] #58 128.4   CC       criu/file-lock.o
08:53:38 [2019-08-28T08:53:38.483Z] #58 129.3   CC       criu/files-ext.o
08:53:38 [2019-08-28T08:53:38.483Z] #58 129.7   CC       criu/files-reg.o
08:53:38 [2019-08-28T08:53:38.483Z] #58 131.8   CC       criu/files.o
08:53:38 [2019-08-28T08:53:38.483Z] #58 133.9   CC       criu/filesystems.o
08:53:38 [2019-08-28T08:53:38.483Z] #58 134.4   CC       criu/fsnotify.o
08:53:38 [2019-08-28T08:53:38.483Z] #58 135.6   CC       criu/image-desc.o
08:53:38 [2019-08-28T08:53:38.483Z] #58 135.8   CC       criu/image.o
08:53:38 [2019-08-28T08:53:38.704Z] #13 135.0 Setting up dmsetup (2:1.02.137-2) ...
08:53:38 [2019-08-28T08:53:38.713Z] Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main s390x dmsetup s390x 2:1.02.137-2 [104 kB]
08:53:38 [2019-08-28T08:53:38.713Z] Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libonig4 s390x 6.1.3-2 [142 kB]
08:53:38 [2019-08-28T08:53:38.713Z] Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjq1 s390x 1.5+dfsg-1.3 [126 kB]
08:53:38 [2019-08-28T08:53:38.713Z] Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main s390x jq s390x 1.5+dfsg-1.3 [59.2 kB]
08:53:38 [2019-08-28T08:53:38.713Z] Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libaio1 s390x 0.3.110-3 [9482 B]
08:53:38 [2019-08-28T08:53:38.713Z] Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libcap2-bin s390x 1:2.25-1 [26.8 kB]
08:53:38 [2019-08-28T08:53:38.713Z] 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]
08:53:38 [2019-08-28T08:53:38.713Z] Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libsepol1-dev s390x 2.6-2 [293 kB]
08:53:38 [2019-08-28T08:53:38.713Z] Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre16-3 s390x 2:8.39-3 [189 kB]
08:53:38 [2019-08-28T08:53:38.713Z] Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre32-3 s390x 2:8.39-3 [184 kB]
08:53:38 [2019-08-28T08:53:38.713Z] Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre3-dev s390x 2:8.39-3 [488 kB]
08:53:38 [2019-08-28T08:53:38.713Z] Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libselinux1-dev s390x 2.6-3+b3 [182 kB]
08:53:38 [2019-08-28T08:53:38.713Z] Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libdevmapper-dev s390x 2:1.02.137-2 [68.6 kB]
08:53:38 [2019-08-28T08:53:38.713Z] Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-200 s390x 3.2.27-2 [59.3 kB]
08:53:38 [2019-08-28T08:53:38.713Z] Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c1 s390x 1.2.1-2 [25.1 kB]
08:53:38 [2019-08-28T08:53:38.713Z] Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libreadline5 s390x 5.2+dfsg-3+b1 [120 kB]
08:53:38 [2019-08-28T08:53:38.713Z] Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libsystemd-dev s390x 232-25+deb9u11 [1762 kB]
08:53:38 [2019-08-28T08:53:38.713Z] Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main s390x net-tools s390x 1.60+git20161116.90da8a0-1 [243 kB]
08:53:38 [2019-08-28T08:53:38.713Z] Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-pip-whl all 9.0.1-2+deb9u1 [1399 kB]
08:53:38 [2019-08-28T08:53:38.713Z] Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-pip all 9.0.1-2+deb9u1 [142 kB]
08:53:38 [2019-08-28T08:53:38.713Z] Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-pkg-resources all 33.1.1-1 [137 kB]
08:53:38 [2019-08-28T08:53:38.713Z] Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-setuptools all 33.1.1-1 [215 kB]
08:53:38 [2019-08-28T08:53:38.713Z] Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-wheel all 0.29.0-2 [51.8 kB]
08:53:38 [2019-08-28T08:53:38.713Z] Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main s390x thin-provisioning-tools s390x 0.6.1-4+b1 [321 kB]
08:53:38 [2019-08-28T08:53:38.713Z] Get:56 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB]
08:53:38 [2019-08-28T08:53:38.713Z] Get:57 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x vim s390x 2:8.0.0197-4+deb9u3 [994 kB]
08:53:38 [2019-08-28T08:53:38.713Z] Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xfsprogs s390x 4.9.0+nmu1 [786 kB]
08:53:38 [2019-08-28T08:53:38.713Z] Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main s390x zip s390x 3.0-11+b1 [232 kB]
08:53:38 [2019-08-28T08:53:38.713Z] Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor-perl s390x 2.11.0-3+deb9u2 [82.5 kB]
08:53:38 [2019-08-28T08:53:38.713Z] Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main s390x apparmor s390x 2.11.0-3+deb9u2 [532 kB]
08:53:38 [2019-08-28T08:53:38.713Z] 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]
08:53:38 [2019-08-28T08:53:38.959Z] #13 135.0 Setting up python3-setuptools (33.1.1-1) ...
08:53:39 [2019-08-28T08:53:39.048Z] #58 ...
08:53:39 [2019-08-28T08:53:39.048Z] 
08:53:39 [2019-08-28T08:53:39.048Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
08:53:39 [2019-08-28T08:53:39.048Z] #13 132.3 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
08:53:39 [2019-08-28T08:53:39.088Z] 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]
08:53:39 [2019-08-28T08:53:39.088Z] 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]
08:53:39 [2019-08-28T08:53:39.088Z] Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main s390x mingw-w64-common all 5.0.1-1 [4764 kB]
08:53:39 [2019-08-28T08:53:39.088Z] Get:66 http://cdn-fastly.deb.debian.org/debian stretch/main s390x mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB]
08:53:39 [2019-08-28T08:53:39.088Z] 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]
08:53:39 [2019-08-28T08:53:39.088Z] 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]
08:53:39 [2019-08-28T08:53:39.306Z] #13 132.5 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory
08:53:39 [2019-08-28T08:53:39.564Z] #13 132.5 Setting up libdevmapper1.02.1:amd64 (2:1.02.137-2) ...
08:53:39 [2019-08-28T08:53:39.564Z] #13 132.5 Setting up python3-wheel (0.29.0-2) ...
08:53:39 [2019-08-28T08:53:39.884Z] 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]
08:53:39 [2019-08-28T08:53:39.884Z] debconf: delaying package configuration, since apt-utils is not installed
08:53:39 [2019-08-28T08:53:39.884Z] Fetched 88.2 MB in 2s (32.3 MB/s)
08:53:39 [2019-08-28T08:53:39.885Z] #13 136.2 Setting up dh-python (2.20170125) ...
08:53:40 [2019-08-28T08:53:40.251Z] Selecting previously unselected package bash-completion.
08:53:40 [2019-08-28T08:53:40.251Z] (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.)
08:53:40 [2019-08-28T08:53:40.251Z] Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ...
08:53:40 [2019-08-28T08:53:40.388Z] #13 133.4 Setting up python3-pkg-resources (33.1.1-1) ...
08:53:40 [2019-08-28T08:53:40.618Z] Unpacking bash-completion (1:2.1-4.3) ...
08:53:40 [2019-08-28T08:53:40.618Z] Selecting previously unselected package libnet1:s390x.
08:53:40 [2019-08-28T08:53:40.618Z] Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_s390x.deb ...
08:53:40 [2019-08-28T08:53:40.618Z] Unpacking libnet1:s390x (1.1.6+dfsg-3) ...
08:53:40 [2019-08-28T08:53:40.618Z] Selecting previously unselected package libnfnetlink0:s390x.
08:53:40 [2019-08-28T08:53:40.618Z] Preparing to unpack .../02-libnfnetlink0_1.0.1-3_s390x.deb ...
08:53:40 [2019-08-28T08:53:40.618Z] Unpacking libnfnetlink0:s390x (1.0.1-3) ...
08:53:40 [2019-08-28T08:53:40.618Z] Selecting previously unselected package libpcrecpp0v5:s390x.
08:53:40 [2019-08-28T08:53:40.618Z] Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_s390x.deb ...
08:53:40 [2019-08-28T08:53:40.618Z] Unpacking libpcrecpp0v5:s390x (2:8.39-3) ...
08:53:40 [2019-08-28T08:53:40.618Z] Selecting previously unselected package libudev-dev:s390x.
08:53:40 [2019-08-28T08:53:40.618Z] Preparing to unpack .../04-libudev-dev_232-25+deb9u11_s390x.deb ...
08:53:40 [2019-08-28T08:53:40.618Z] Unpacking libudev-dev:s390x (232-25+deb9u11) ...
08:53:40 [2019-08-28T08:53:40.809Z] #13 136.9 Setting up libdevmapper-dev:amd64 (2:1.02.137-2) ...
08:53:40 [2019-08-28T08:53:40.809Z] #13 136.9 Processing triggers for libc-bin (2.24-11+deb9u4) ...
08:53:40 [2019-08-28T08:53:40.993Z] Selecting previously unselected package libpython3.5-minimal:s390x.
08:53:40 [2019-08-28T08:53:40.993Z] Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_s390x.deb ...
08:53:40 [2019-08-28T08:53:40.993Z] Unpacking libpython3.5-minimal:s390x (3.5.3-1+deb9u1) ...
08:53:40 [2019-08-28T08:53:40.993Z] Selecting previously unselected package python3.5-minimal.
08:53:40 [2019-08-28T08:53:40.993Z] Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_s390x.deb ...
08:53:40 [2019-08-28T08:53:40.993Z] Unpacking python3.5-minimal (3.5.3-1+deb9u1) ...
08:53:40 [2019-08-28T08:53:40.993Z] Selecting previously unselected package python3-minimal.
08:53:40 [2019-08-28T08:53:40.993Z] Preparing to unpack .../07-python3-minimal_3.5.3-1_s390x.deb ...
08:53:40 [2019-08-28T08:53:40.993Z] Unpacking python3-minimal (3.5.3-1) ...
08:53:40 [2019-08-28T08:53:40.993Z] Selecting previously unselected package libmpdec2:s390x.
08:53:40 [2019-08-28T08:53:40.993Z] Preparing to unpack .../08-libmpdec2_2.4.2-1_s390x.deb ...
08:53:40 [2019-08-28T08:53:40.993Z] Unpacking libmpdec2:s390x (2.4.2-1) ...
08:53:41 [2019-08-28T08:53:41.321Z] #13 134.5 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ...
08:53:41 [2019-08-28T08:53:41.368Z] #13 DONE 137.6s
08:53:41 [2019-08-28T08:53:41.368Z] 
08:53:41 [2019-08-28T08:53:41.368Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:53:41 [2019-08-28T08:53:41.368Z] #58 133.9   CC       criu/kerndat.o
08:53:41 [2019-08-28T08:53:41.368Z] #58 135.0   CC       criu/libnetlink.o
08:53:41 [2019-08-28T08:53:41.368Z] #58 135.4   CC       criu/log.o
08:53:41 [2019-08-28T08:53:41.368Z] #58 135.8   CC       criu/lsm.o
08:53:41 [2019-08-28T08:53:41.368Z] #58 136.2   CC       criu/mem.o
08:53:41 [2019-08-28T08:53:41.368Z] #58 137.9   CC       criu/mount.o
08:53:41 [2019-08-28T08:53:41.368Z] #58 ...
08:53:41 [2019-08-28T08:53:41.368Z] 
08:53:41 [2019-08-28T08:53:41.368Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0
08:53:41 [2019-08-28T08:53:41.385Z] Selecting previously unselected package libpython3.5-stdlib:s390x.
08:53:41 [2019-08-28T08:53:41.385Z] Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_s390x.deb ...
08:53:41 [2019-08-28T08:53:41.385Z] Unpacking libpython3.5-stdlib:s390x (3.5.3-1+deb9u1) ...
08:53:41 [2019-08-28T08:53:41.385Z] Selecting previously unselected package python3.5.
08:53:41 [2019-08-28T08:53:41.385Z] Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_s390x.deb ...
08:53:41 [2019-08-28T08:53:41.385Z] Unpacking python3.5 (3.5.3-1+deb9u1) ...
08:53:41 [2019-08-28T08:53:41.385Z] Selecting previously unselected package libpython3-stdlib:s390x.
08:53:41 [2019-08-28T08:53:41.385Z] Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_s390x.deb ...
08:53:41 [2019-08-28T08:53:41.385Z] Unpacking libpython3-stdlib:s390x (3.5.3-1) ...
08:53:41 [2019-08-28T08:53:41.580Z] #13 134.6 Setting up python3-pip (9.0.1-2+deb9u1) ...
08:53:41 [2019-08-28T08:53:41.762Z] Selecting previously unselected package dh-python.
08:53:41 [2019-08-28T08:53:41.762Z] Preparing to unpack .../12-dh-python_2.20170125_all.deb ...
08:53:41 [2019-08-28T08:53:41.762Z] Unpacking dh-python (2.20170125) ...
08:53:41 [2019-08-28T08:53:41.762Z] Setting up libpython3.5-minimal:s390x (3.5.3-1+deb9u1) ...
08:53:41 [2019-08-28T08:53:41.762Z] Setting up python3.5-minimal (3.5.3-1+deb9u1) ...
08:53:42 [2019-08-28T08:53:42.150Z] Setting up python3-minimal (3.5.3-1) ...
08:53:42 [2019-08-28T08:53:42.150Z] Selecting previously unselected package python3.
08:53:42 [2019-08-28T08:53:42.150Z] (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.)
08:53:42 [2019-08-28T08:53:42.150Z] Preparing to unpack .../00-python3_3.5.3-1_s390x.deb ...
08:53:42 [2019-08-28T08:53:42.150Z] Unpacking python3 (3.5.3-1) ...
08:53:42 [2019-08-28T08:53:42.524Z] #13 135.7 Setting up dmsetup (2:1.02.137-2) ...
08:53:42 [2019-08-28T08:53:42.524Z] #13 135.7 Setting up python3-setuptools (33.1.1-1) ...
08:53:42 [2019-08-28T08:53:42.596Z] Selecting previously unselected package pigz.
08:53:42 [2019-08-28T08:53:42.596Z] Preparing to unpack .../01-pigz_2.3.4-1_s390x.deb ...
08:53:42 [2019-08-28T08:53:42.596Z] Unpacking pigz (2.3.4-1) ...
08:53:42 [2019-08-28T08:53:42.596Z] Selecting previously unselected package libip4tc0:s390x.
08:53:42 [2019-08-28T08:53:42.596Z] Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_s390x.deb ...
08:53:42 [2019-08-28T08:53:42.596Z] Unpacking libip4tc0:s390x (1.6.0+snapshot20161117-6) ...
08:53:42 [2019-08-28T08:53:42.596Z] Selecting previously unselected package libip6tc0:s390x.
08:53:42 [2019-08-28T08:53:42.596Z] Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_s390x.deb ...
08:53:42 [2019-08-28T08:53:42.596Z] Unpacking libip6tc0:s390x (1.6.0+snapshot20161117-6) ...
08:53:42 [2019-08-28T08:53:42.596Z] Selecting previously unselected package libiptc0:s390x.
08:53:42 [2019-08-28T08:53:42.596Z] Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_s390x.deb ...
08:53:42 [2019-08-28T08:53:42.596Z] Unpacking libiptc0:s390x (1.6.0+snapshot20161117-6) ...
08:53:42 [2019-08-28T08:53:42.596Z] Selecting previously unselected package libxtables12:s390x.
08:53:42 [2019-08-28T08:53:42.596Z] Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_s390x.deb ...
08:53:42 [2019-08-28T08:53:42.596Z] Unpacking libxtables12:s390x (1.6.0+snapshot20161117-6) ...
08:53:42 [2019-08-28T08:53:42.596Z] Selecting previously unselected package libnetfilter-conntrack3:s390x.
08:53:42 [2019-08-28T08:53:42.596Z] Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_s390x.deb ...
08:53:42 [2019-08-28T08:53:42.596Z] Unpacking libnetfilter-conntrack3:s390x (1.0.6-2) ...
08:53:42 [2019-08-28T08:53:42.596Z] Selecting previously unselected package iptables.
08:53:42 [2019-08-28T08:53:42.596Z] Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_s390x.deb ...
08:53:42 [2019-08-28T08:53:42.596Z] Unpacking iptables (1.6.0+snapshot20161117-6) ...
08:53:42 [2019-08-28T08:53:42.596Z] Selecting previously unselected package xxd.
08:53:42 [2019-08-28T08:53:42.596Z] Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_s390x.deb ...
08:53:42 [2019-08-28T08:53:42.596Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ...
08:53:42 [2019-08-28T08:53:42.596Z] Selecting previously unselected package vim-common.
08:53:42 [2019-08-28T08:53:42.596Z] Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ...
08:53:42 [2019-08-28T08:53:42.596Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ...
08:53:42 [2019-08-28T08:53:42.596Z] Selecting previously unselected package bzip2.
08:53:42 [2019-08-28T08:53:42.596Z] Preparing to unpack .../10-bzip2_1.0.6-8.1_s390x.deb ...
08:53:42 [2019-08-28T08:53:42.596Z] Unpacking bzip2 (1.0.6-8.1) ...
08:53:42 [2019-08-28T08:53:42.596Z] Selecting previously unselected package libgpm2:s390x.
08:53:42 [2019-08-28T08:53:42.596Z] Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_s390x.deb ...
08:53:42 [2019-08-28T08:53:42.596Z] Unpacking libgpm2:s390x (1.20.4-6.2+b1) ...
08:53:42 [2019-08-28T08:53:42.596Z] Selecting previously unselected package xz-utils.
08:53:42 [2019-08-28T08:53:42.596Z] Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_s390x.deb ...
08:53:42 [2019-08-28T08:53:42.596Z] Unpacking xz-utils (5.2.2-1.2+b1) ...
08:53:43 [2019-08-28T08:53:43.016Z] Selecting previously unselected package aufs-tools.
08:53:43 [2019-08-28T08:53:43.016Z] Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_s390x.deb ...
08:53:43 [2019-08-28T08:53:43.016Z] Unpacking aufs-tools (1:4.1+20161219-1) ...
08:53:43 [2019-08-28T08:53:43.016Z] Selecting previously unselected package liblzo2-2:s390x.
08:53:43 [2019-08-28T08:53:43.016Z] Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_s390x.deb ...
08:53:43 [2019-08-28T08:53:43.016Z] Unpacking liblzo2-2:s390x (2.08-1.2+b2) ...
08:53:43 [2019-08-28T08:53:43.016Z] Selecting previously unselected package btrfs-progs.
08:53:43 [2019-08-28T08:53:43.016Z] Preparing to unpack .../15-btrfs-progs_4.7.3-1_s390x.deb ...
08:53:43 [2019-08-28T08:53:43.016Z] Unpacking btrfs-progs (4.7.3-1) ...
08:53:43 [2019-08-28T08:53:43.016Z] Selecting previously unselected package btrfs-tools.
08:53:43 [2019-08-28T08:53:43.016Z] Preparing to unpack .../16-btrfs-tools_4.7.3-1_s390x.deb ...
08:53:43 [2019-08-28T08:53:43.016Z] Unpacking btrfs-tools (4.7.3-1) ...
08:53:43 [2019-08-28T08:53:43.016Z] Selecting previously unselected package libdevmapper1.02.1:s390x.
08:53:43 [2019-08-28T08:53:43.016Z] Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_s390x.deb ...
08:53:43 [2019-08-28T08:53:43.016Z] Unpacking libdevmapper1.02.1:s390x (2:1.02.137-2) ...
08:53:43 [2019-08-28T08:53:43.016Z] Selecting previously unselected package dmsetup.
08:53:43 [2019-08-28T08:53:43.016Z] Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_s390x.deb ...
08:53:43 [2019-08-28T08:53:43.016Z] Unpacking dmsetup (2:1.02.137-2) ...
08:53:43 [2019-08-28T08:53:43.016Z] Selecting previously unselected package libonig4:s390x.
08:53:43 [2019-08-28T08:53:43.016Z] Preparing to unpack .../19-libonig4_6.1.3-2_s390x.deb ...
08:53:43 [2019-08-28T08:53:43.016Z] Unpacking libonig4:s390x (6.1.3-2) ...
08:53:43 [2019-08-28T08:53:43.016Z] Selecting previously unselected package libjq1:s390x.
08:53:43 [2019-08-28T08:53:43.016Z] Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_s390x.deb ...
08:53:43 [2019-08-28T08:53:43.016Z] Unpacking libjq1:s390x (1.5+dfsg-1.3) ...
08:53:43 [2019-08-28T08:53:43.252Z] #14 ...
08:53:43 [2019-08-28T08:53:43.252Z] 
08:53:43 [2019-08-28T08:53:43.252Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc
08:53:43 [2019-08-28T08:53:43.252Z] #42 158.8 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
08:53:43 [2019-08-28T08:53:43.252Z] #42 161.4 + mkdir -p /build
08:53:43 [2019-08-28T08:53:43.252Z] #42 161.4 + cp runc /build/runc
08:53:43 [2019-08-28T08:53:43.252Z] #42 DONE 161.6s
08:53:43 [2019-08-28T08:53:43.252Z] 
08:53:43 [2019-08-28T08:53:43.252Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:53:43 [2019-08-28T08:53:43.390Z] Selecting previously unselected package jq.
08:53:43 [2019-08-28T08:53:43.390Z] Preparing to unpack .../21-jq_1.5+dfsg-1.3_s390x.deb ...
08:53:43 [2019-08-28T08:53:43.390Z] Unpacking jq (1.5+dfsg-1.3) ...
08:53:43 [2019-08-28T08:53:43.390Z] Selecting previously unselected package libaio1:s390x.
08:53:43 [2019-08-28T08:53:43.390Z] Preparing to unpack .../22-libaio1_0.3.110-3_s390x.deb ...
08:53:43 [2019-08-28T08:53:43.390Z] Unpacking libaio1:s390x (0.3.110-3) ...
08:53:43 [2019-08-28T08:53:43.390Z] Selecting previously unselected package libcap2-bin.
08:53:43 [2019-08-28T08:53:43.390Z] Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_s390x.deb ...
08:53:43 [2019-08-28T08:53:43.390Z] Unpacking libcap2-bin (1:2.25-1) ...
08:53:43 [2019-08-28T08:53:43.390Z] Selecting previously unselected package libdevmapper-event1.02.1:s390x.
08:53:43 [2019-08-28T08:53:43.390Z] Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_s390x.deb ...
08:53:43 [2019-08-28T08:53:43.390Z] Unpacking libdevmapper-event1.02.1:s390x (2:1.02.137-2) ...
08:53:43 [2019-08-28T08:53:43.390Z] Selecting previously unselected package libsepol1-dev:s390x.
08:53:43 [2019-08-28T08:53:43.390Z] Preparing to unpack .../25-libsepol1-dev_2.6-2_s390x.deb ...
08:53:43 [2019-08-28T08:53:43.390Z] Unpacking libsepol1-dev:s390x (2.6-2) ...
08:53:43 [2019-08-28T08:53:43.390Z] Selecting previously unselected package libpcre16-3:s390x.
08:53:43 [2019-08-28T08:53:43.390Z] Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_s390x.deb ...
08:53:43 [2019-08-28T08:53:43.390Z] Unpacking libpcre16-3:s390x (2:8.39-3) ...
08:53:43 [2019-08-28T08:53:43.390Z] Selecting previously unselected package libpcre32-3:s390x.
08:53:43 [2019-08-28T08:53:43.390Z] Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_s390x.deb ...
08:53:43 [2019-08-28T08:53:43.390Z] Unpacking libpcre32-3:s390x (2:8.39-3) ...
08:53:43 [2019-08-28T08:53:43.390Z] Selecting previously unselected package libpcre3-dev:s390x.
08:53:43 [2019-08-28T08:53:43.390Z] Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_s390x.deb ...
08:53:43 [2019-08-28T08:53:43.390Z] Unpacking libpcre3-dev:s390x (2:8.39-3) ...
08:53:43 [2019-08-28T08:53:43.766Z] Selecting previously unselected package libselinux1-dev:s390x.
08:53:43 [2019-08-28T08:53:43.766Z] Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_s390x.deb ...
08:53:43 [2019-08-28T08:53:43.766Z] Unpacking libselinux1-dev:s390x (2.6-3+b3) ...
08:53:43 [2019-08-28T08:53:43.766Z] Selecting previously unselected package libdevmapper-dev:s390x.
08:53:43 [2019-08-28T08:53:43.766Z] Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_s390x.deb ...
08:53:43 [2019-08-28T08:53:43.766Z] Unpacking libdevmapper-dev:s390x (2:1.02.137-2) ...
08:53:43 [2019-08-28T08:53:43.766Z] Selecting previously unselected package libnl-3-200:s390x.
08:53:43 [2019-08-28T08:53:43.766Z] Preparing to unpack .../31-libnl-3-200_3.2.27-2_s390x.deb ...
08:53:43 [2019-08-28T08:53:43.766Z] Unpacking libnl-3-200:s390x (3.2.27-2) ...
08:53:43 [2019-08-28T08:53:43.766Z] Selecting previously unselected package libprotobuf-c1:s390x.
08:53:43 [2019-08-28T08:53:43.766Z] Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_s390x.deb ...
08:53:43 [2019-08-28T08:53:43.766Z] Unpacking libprotobuf-c1:s390x (1.2.1-2) ...
08:53:43 [2019-08-28T08:53:43.766Z] Selecting previously unselected package libreadline5:s390x.
08:53:43 [2019-08-28T08:53:43.766Z] Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_s390x.deb ...
08:53:43 [2019-08-28T08:53:43.766Z] Unpacking libreadline5:s390x (5.2+dfsg-3+b1) ...
08:53:43 [2019-08-28T08:53:43.766Z] Selecting previously unselected package libsystemd-dev:s390x.
08:53:43 [2019-08-28T08:53:43.766Z] Preparing to unpack .../34-libsystemd-dev_232-25+deb9u11_s390x.deb ...
08:53:43 [2019-08-28T08:53:43.766Z] Unpacking libsystemd-dev:s390x (232-25+deb9u11) ...
08:53:43 [2019-08-28T08:53:43.897Z] #13 136.9 Setting up dh-python (2.20170125) ...
08:53:43 [2019-08-28T08:53:43.949Z] #58 142.0   CC       criu/namespaces.o
08:53:44 [2019-08-28T08:53:44.142Z] Selecting previously unselected package net-tools.
08:53:44 [2019-08-28T08:53:44.142Z] Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_s390x.deb ...
08:53:44 [2019-08-28T08:53:44.142Z] Unpacking net-tools (1.60+git20161116.90da8a0-1) ...
08:53:44 [2019-08-28T08:53:44.142Z] Selecting previously unselected package python-pip-whl.
08:53:44 [2019-08-28T08:53:44.142Z] Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ...
08:53:44 [2019-08-28T08:53:44.142Z] Unpacking python-pip-whl (9.0.1-2+deb9u1) ...
08:53:44 [2019-08-28T08:53:44.142Z] Selecting previously unselected package python3-pip.
08:53:44 [2019-08-28T08:53:44.142Z] Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ...
08:53:44 [2019-08-28T08:53:44.142Z] Unpacking python3-pip (9.0.1-2+deb9u1) ...
08:53:44 [2019-08-28T08:53:44.142Z] Selecting previously unselected package python3-pkg-resources.
08:53:44 [2019-08-28T08:53:44.142Z] Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ...
08:53:44 [2019-08-28T08:53:44.142Z] Unpacking python3-pkg-resources (33.1.1-1) ...
08:53:44 [2019-08-28T08:53:44.512Z] Selecting previously unselected package python3-setuptools.
08:53:44 [2019-08-28T08:53:44.512Z] Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ...
08:53:44 [2019-08-28T08:53:44.512Z] Unpacking python3-setuptools (33.1.1-1) ...
08:53:44 [2019-08-28T08:53:44.512Z] Selecting previously unselected package python3-wheel.
08:53:44 [2019-08-28T08:53:44.512Z] Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ...
08:53:44 [2019-08-28T08:53:44.512Z] Unpacking python3-wheel (0.29.0-2) ...
08:53:44 [2019-08-28T08:53:44.512Z] Selecting previously unselected package thin-provisioning-tools.
08:53:44 [2019-08-28T08:53:44.512Z] Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_s390x.deb ...
08:53:44 [2019-08-28T08:53:44.512Z] Unpacking thin-provisioning-tools (0.6.1-4+b1) ...
08:53:44 [2019-08-28T08:53:44.512Z] Selecting previously unselected package vim-runtime.
08:53:44 [2019-08-28T08:53:44.512Z] Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ...
08:53:44 [2019-08-28T08:53:44.512Z] Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime'
08:53:44 [2019-08-28T08:53:44.512Z] Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime'
08:53:44 [2019-08-28T08:53:44.512Z] Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ...
08:53:44 [2019-08-28T08:53:44.720Z] #13 137.8 Setting up libdevmapper-dev:amd64 (2:1.02.137-2) ...
08:53:44 [2019-08-28T08:53:44.720Z] #13 137.8 Processing triggers for libc-bin (2.24-11+deb9u4) ...
08:53:44 [2019-08-28T08:53:44.982Z] #13 ...
08:53:44 [2019-08-28T08:53:44.982Z] 
08:53:44 [2019-08-28T08:53:44.982Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc
08:53:44 [2019-08-28T08:53:44.982Z] #42 160.3 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
08:53:45 [2019-08-28T08:53:45.240Z] #42 ...
08:53:45 [2019-08-28T08:53:45.240Z] 
08:53:45 [2019-08-28T08:53:45.240Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
08:53:45 [2019-08-28T08:53:45.240Z] #13 DONE 138.5s
08:53:45 [2019-08-28T08:53:45.311Z] Selecting previously unselected package vim.
08:53:45 [2019-08-28T08:53:45.311Z] Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_s390x.deb ...
08:53:45 [2019-08-28T08:53:45.311Z] Unpacking vim (2:8.0.0197-4+deb9u3) ...
08:53:45 [2019-08-28T08:53:45.311Z] Selecting previously unselected package xfsprogs.
08:53:45 [2019-08-28T08:53:45.311Z] Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_s390x.deb ...
08:53:45 [2019-08-28T08:53:45.311Z] Unpacking xfsprogs (4.9.0+nmu1) ...
08:53:45 [2019-08-28T08:53:45.500Z] 
08:53:45 [2019-08-28T08:53:45.500Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0
08:53:45 [2019-08-28T08:53:45.677Z] Selecting previously unselected package zip.
08:53:45 [2019-08-28T08:53:45.677Z] Preparing to unpack .../45-zip_3.0-11+b1_s390x.deb ...
08:53:45 [2019-08-28T08:53:45.677Z] Unpacking zip (3.0-11+b1) ...
08:53:45 [2019-08-28T08:53:45.677Z] Selecting previously unselected package libapparmor-perl.
08:53:45 [2019-08-28T08:53:45.677Z] Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_s390x.deb ...
08:53:45 [2019-08-28T08:53:45.677Z] Unpacking libapparmor-perl (2.11.0-3+deb9u2) ...
08:53:45 [2019-08-28T08:53:45.677Z] Selecting previously unselected package apparmor.
08:53:45 [2019-08-28T08:53:45.677Z] Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_s390x.deb ...
08:53:45 [2019-08-28T08:53:45.677Z] Unpacking apparmor (2.11.0-3+deb9u2) ...
08:53:45 [2019-08-28T08:53:45.677Z] Selecting previously unselected package binutils-mingw-w64-i686.
08:53:45 [2019-08-28T08:53:45.677Z] Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_s390x.deb ...
08:53:45 [2019-08-28T08:53:45.677Z] Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ...
08:53:45 [2019-08-28T08:53:45.830Z] #58 143.9   CC       criu/net.o
08:53:46 [2019-08-28T08:53:46.055Z] Selecting previously unselected package binutils-mingw-w64-x86-64.
08:53:46 [2019-08-28T08:53:46.055Z] Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_s390x.deb ...
08:53:46 [2019-08-28T08:53:46.055Z] Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ...
08:53:46 [2019-08-28T08:53:46.427Z] Selecting previously unselected package binutils-mingw-w64.
08:53:46 [2019-08-28T08:53:46.427Z] Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ...
08:53:46 [2019-08-28T08:53:46.427Z] Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ...
08:53:46 [2019-08-28T08:53:46.427Z] Selecting previously unselected package mingw-w64-common.
08:53:46 [2019-08-28T08:53:46.427Z] Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ...
08:53:46 [2019-08-28T08:53:46.427Z] Unpacking mingw-w64-common (5.0.1-1) ...
08:53:47 [2019-08-28T08:53:47.286Z] Selecting previously unselected package mingw-w64-x86-64-dev.
08:53:47 [2019-08-28T08:53:47.286Z] Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ...
08:53:47 [2019-08-28T08:53:47.286Z] Unpacking mingw-w64-x86-64-dev (5.0.1-1) ...
08:53:48 [2019-08-28T08:53:48.036Z] #14 ...
08:53:48 [2019-08-28T08:53:48.036Z] 
08:53:48 [2019-08-28T08:53:48.036Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc
08:53:48 [2019-08-28T08:53:48.036Z] #42 162.7 + mkdir -p /build
08:53:48 [2019-08-28T08:53:48.036Z] #42 162.7 + cp runc /build/runc
08:53:48 [2019-08-28T08:53:48.036Z] #42 DONE 162.9s
08:53:48 [2019-08-28T08:53:48.036Z] 
08:53:48 [2019-08-28T08:53:48.036Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:53:48 [2019-08-28T08:53:48.036Z] #58 136.8   CC       criu/ipc_ns.o
08:53:48 [2019-08-28T08:53:48.036Z] #58 138.0   CC       criu/irmap.o
08:53:48 [2019-08-28T08:53:48.036Z] #58 138.8   CC       criu/kcmp-ids.o
08:53:48 [2019-08-28T08:53:48.036Z] #58 139.1   CC       criu/kerndat.o
08:53:48 [2019-08-28T08:53:48.036Z] #58 140.3   CC       criu/libnetlink.o
08:53:48 [2019-08-28T08:53:48.036Z] #58 140.7   CC       criu/log.o
08:53:48 [2019-08-28T08:53:48.036Z] #58 141.2   CC       criu/lsm.o
08:53:48 [2019-08-28T08:53:48.036Z] #58 141.6   CC       criu/mem.o
08:53:48 [2019-08-28T08:53:48.036Z] #58 143.3   CC       criu/mount.o
08:53:48 [2019-08-28T08:53:48.146Z] Selecting previously unselected package gcc-mingw-w64-base.
08:53:48 [2019-08-28T08:53:48.146Z] Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_s390x.deb ...
08:53:48 [2019-08-28T08:53:48.146Z] Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ...
08:53:48 [2019-08-28T08:53:48.337Z] #58 146.5   CC       criu/netfilter.o
08:53:48 [2019-08-28T08:53:48.337Z] #58 146.8   CC       criu/page-pipe.o
08:53:48 [2019-08-28T08:53:48.507Z] Selecting previously unselected package gcc-mingw-w64-x86-64.
08:53:48 [2019-08-28T08:53:48.507Z] Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_s390x.deb ...
08:53:48 [2019-08-28T08:53:48.507Z] Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ...
08:53:48 [2019-08-28T08:53:48.896Z] #58 147.3   CC       criu/page-xfer.o
08:53:49 [2019-08-28T08:53:49.821Z] #58 148.1   CC       criu/pagemap-cache.o
08:53:49 [2019-08-28T08:53:49.821Z] #58 148.4   CC       criu/pagemap.o
08:53:50 [2019-08-28T08:53:50.563Z] #58 147.6   CC       criu/namespaces.o
08:53:50 [2019-08-28T08:53:50.747Z] #58 149.2   CC       criu/parasite-syscall.o
08:53:51 [2019-08-28T08:53:51.658Z] Selecting previously unselected package g++-mingw-w64-x86-64.
08:53:51 [2019-08-28T08:53:51.658Z] Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_s390x.deb ...
08:53:51 [2019-08-28T08:53:51.658Z] Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ...
08:53:51 [2019-08-28T08:53:51.673Z] #58 149.9   CC       criu/path.o
08:53:51 [2019-08-28T08:53:51.673Z] #58 150.1   CC       criu/pie-util-vdso-elf32.o
08:53:51 [2019-08-28T08:53:51.928Z] #58 150.5   CC       criu/pie-util-vdso.o
08:53:51 [2019-08-28T08:53:51.935Z] #58 ...
08:53:51 [2019-08-28T08:53:51.935Z] 
08:53:51 [2019-08-28T08:53:51.935Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0
08:53:51 [2019-08-28T08:53:51.935Z] #14 6.481 Collecting yamllint==1.16.0
08:53:52 [2019-08-28T08:53:52.184Z] #58 150.8   CC       criu/pie-util.o
08:53:52 [2019-08-28T08:53:52.439Z] #58 150.9   CC       criu/pipes.o
08:53:53 [2019-08-28T08:53:53.000Z] #58 151.5   CC       criu/plugin.o
08:53:53 [2019-08-28T08:53:53.560Z] #58 151.8   CC       criu/proc_parse.o
08:53:54 [2019-08-28T08:53:54.238Z] Setting up aufs-tools (1:4.1+20161219-1) ...
08:53:54 [2019-08-28T08:53:54.238Z] Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ...
08:53:54 [2019-08-28T08:53:54.238Z] Setting up libsepol1-dev:s390x (2.6-2) ...
08:53:54 [2019-08-28T08:53:54.238Z] Setting up python-pip-whl (9.0.1-2+deb9u1) ...
08:53:54 [2019-08-28T08:53:54.238Z] Setting up libnet1:s390x (1.1.6+dfsg-3) ...
08:53:54 [2019-08-28T08:53:54.238Z] Setting up libip4tc0:s390x (1.6.0+snapshot20161117-6) ...
08:53:54 [2019-08-28T08:53:54.238Z] Processing triggers for mime-support (3.60) ...
08:53:54 [2019-08-28T08:53:54.238Z] Setting up xxd (2:8.0.0197-4+deb9u3) ...
08:53:54 [2019-08-28T08:53:54.238Z] Setting up libgpm2:s390x (1.20.4-6.2+b1) ...
08:53:54 [2019-08-28T08:53:54.238Z] Setting up libcap2-bin (1:2.25-1) ...
08:53:54 [2019-08-28T08:53:54.238Z] Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ...
08:53:54 [2019-08-28T08:53:54.601Z] Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ...
08:53:54 [2019-08-28T08:53:54.601Z] Setting up bash-completion (1:2.1-4.3) ...
08:53:54 [2019-08-28T08:53:54.964Z] Setting up libonig4:s390x (6.1.3-2) ...
08:53:54 [2019-08-28T08:53:54.964Z] Setting up libprotobuf-c1:s390x (1.2.1-2) ...
08:53:54 [2019-08-28T08:53:54.964Z] Setting up zip (3.0-11+b1) ...
08:53:54 [2019-08-28T08:53:54.964Z] Setting up bzip2 (1.0.6-8.1) ...
08:53:54 [2019-08-28T08:53:54.964Z] Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ...
08:53:54 [2019-08-28T08:53:54.964Z] Setting up libjq1:s390x (1.5+dfsg-1.3) ...
08:53:54 [2019-08-28T08:53:54.964Z] Processing triggers for libc-bin (2.24-11+deb9u4) ...
08:53:54 [2019-08-28T08:53:54.964Z] Setting up libaio1:s390x (0.3.110-3) ...
08:53:54 [2019-08-28T08:53:54.964Z] Setting up libxtables12:s390x (1.6.0+snapshot20161117-6) ...
08:53:54 [2019-08-28T08:53:54.964Z] Setting up xz-utils (5.2.2-1.2+b1) ...
08:53:54 [2019-08-28T08:53:54.964Z] update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
08:53:54 [2019-08-28T08:53:54.964Z] Setting up thin-provisioning-tools (0.6.1-4+b1) ...
08:53:54 [2019-08-28T08:53:54.964Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ...
08:53:54 [2019-08-28T08:53:54.964Z] Setting up libpcrecpp0v5:s390x (2:8.39-3) ...
08:53:54 [2019-08-28T08:53:54.964Z] Setting up libpcre32-3:s390x (2:8.39-3) ...
08:53:54 [2019-08-28T08:53:54.964Z] Setting up libnfnetlink0:s390x (1.0.1-3) ...
08:53:54 [2019-08-28T08:53:54.964Z] Setting up vim-runtime (2:8.0.0197-4+deb9u3) ...
08:53:55 [2019-08-28T08:53:55.346Z] Setting up libsystemd-dev:s390x (232-25+deb9u11) ...
08:53:55 [2019-08-28T08:53:55.346Z] Setting up libpcre16-3:s390x (2:8.39-3) ...
08:53:55 [2019-08-28T08:53:55.346Z] Setting up libreadline5:s390x (5.2+dfsg-3+b1) ...
08:53:55 [2019-08-28T08:53:55.346Z] Setting up libnl-3-200:s390x (3.2.27-2) ...
08:53:55 [2019-08-28T08:53:55.346Z] Setting up net-tools (1.60+git20161116.90da8a0-1) ...
08:53:55 [2019-08-28T08:53:55.346Z] Setting up libudev-dev:s390x (232-25+deb9u11) ...
08:53:55 [2019-08-28T08:53:55.346Z] Setting up pigz (2.3.4-1) ...
08:53:55 [2019-08-28T08:53:55.346Z] Setting up libapparmor-perl (2.11.0-3+deb9u2) ...
08:53:55 [2019-08-28T08:53:55.346Z] Setting up libmpdec2:s390x (2.4.2-1) ...
08:53:55 [2019-08-28T08:53:55.346Z] Setting up libip6tc0:s390x (1.6.0+snapshot20161117-6) ...
08:53:55 [2019-08-28T08:53:55.346Z] Setting up mingw-w64-common (5.0.1-1) ...
08:53:55 [2019-08-28T08:53:55.346Z] Setting up liblzo2-2:s390x (2.08-1.2+b2) ...
08:53:55 [2019-08-28T08:53:55.346Z] Setting up jq (1.5+dfsg-1.3) ...
08:53:55 [2019-08-28T08:53:55.346Z] Setting up libpcre3-dev:s390x (2:8.39-3) ...
08:53:55 [2019-08-28T08:53:55.346Z] Setting up libnetfilter-conntrack3:s390x (1.0.6-2) ...
08:53:55 [2019-08-28T08:53:55.346Z] Setting up xfsprogs (4.9.0+nmu1) ...
08:53:55 [2019-08-28T08:53:55.346Z] Setting up vim (2:8.0.0197-4+deb9u3) ...
08:53:55 [2019-08-28T08:53:55.346Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
08:53:55 [2019-08-28T08:53:55.346Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
08:53:55 [2019-08-28T08:53:55.346Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
08:53:55 [2019-08-28T08:53:55.346Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
08:53:55 [2019-08-28T08:53:55.346Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
08:53:55 [2019-08-28T08:53:55.346Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
08:53:55 [2019-08-28T08:53:55.346Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
08:53:55 [2019-08-28T08:53:55.346Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
08:53:55 [2019-08-28T08:53:55.346Z] Setting up libpython3.5-stdlib:s390x (3.5.3-1+deb9u1) ...
08:53:55 [2019-08-28T08:53:55.346Z] Setting up libiptc0:s390x (1.6.0+snapshot20161117-6) ...
08:53:55 [2019-08-28T08:53:55.346Z] Setting up mingw-w64-x86-64-dev (5.0.1-1) ...
08:53:55 [2019-08-28T08:53:55.346Z] Setting up iptables (1.6.0+snapshot20161117-6) ...
08:53:55 [2019-08-28T08:53:55.346Z] Setting up btrfs-progs (4.7.3-1) ...
08:53:55 [2019-08-28T08:53:55.346Z] Setting up libselinux1-dev:s390x (2.6-3+b3) ...
08:53:55 [2019-08-28T08:53:55.346Z] Setting up python3.5 (3.5.3-1+deb9u1) ...
08:53:55 [2019-08-28T08:53:55.446Z] #58 153.6   CC       criu/protobuf-desc.o
08:53:56 [2019-08-28T08:53:56.372Z] #58 154.6   CC       criu/protobuf.o
08:53:56 [2019-08-28T08:53:56.627Z] #58 155.0   CC       criu/pstree.o
08:53:56 [2019-08-28T08:53:56.631Z] Setting up libpython3-stdlib:s390x (3.5.3-1) ...
08:53:56 [2019-08-28T08:53:56.631Z] Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ...
08:53:56 [2019-08-28T08:53:56.631Z] 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
08:53:56 [2019-08-28T08:53:56.631Z] 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
08:53:56 [2019-08-28T08:53:56.631Z] 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
08:53:56 [2019-08-28T08:53:56.631Z] 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
08:53:56 [2019-08-28T08:53:56.631Z] Setting up btrfs-tools (4.7.3-1) ...
08:53:56 [2019-08-28T08:53:56.631Z] Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ...
08:53:56 [2019-08-28T08:53:56.631Z] 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
08:53:56 [2019-08-28T08:53:56.631Z] 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
08:53:56 [2019-08-28T08:53:56.631Z] Setting up python3 (3.5.3-1) ...
08:53:57 [2019-08-28T08:53:57.018Z] Setting up apparmor (2.11.0-3+deb9u2) ...
08:53:57 [2019-08-28T08:53:57.125Z] 🇩 bin/containerd
08:53:57 [2019-08-28T08:53:57.388Z] update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
08:53:57 [2019-08-28T08:53:57.388Z] diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory
08:53:57 [2019-08-28T08:53:57.388Z] Setting up libdevmapper1.02.1:s390x (2:1.02.137-2) ...
08:53:57 [2019-08-28T08:53:57.388Z] Setting up python3-wheel (0.29.0-2) ...
08:53:57 [2019-08-28T08:53:57.553Z] #58 ...
08:53:57 [2019-08-28T08:53:57.553Z] 
08:53:57 [2019-08-28T08:53:57.553Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0
08:53:57 [2019-08-28T08:53:57.553Z] #14 5.962 Collecting yamllint==1.16.0
08:53:57 [2019-08-28T08:53:57.553Z] #14 12.72   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
08:53:57 [2019-08-28T08:53:57.553Z] #14 13.03 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
08:53:57 [2019-08-28T08:53:57.553Z] #14 14.15   Downloading https://files.pythonhosted.org/packages/84/2a/bfee636b1e2f7d6e30dd74f49201ccfa5c3cf322d44929ecc6c137c486c5/pathspec-0.5.9.tar.gz
08:53:57 [2019-08-28T08:53:57.553Z] #14 15.64 Collecting pyyaml (from yamllint==1.16.0)
08:53:57 [2019-08-28T08:53:57.553Z] #14 ...
08:53:57 [2019-08-28T08:53:57.553Z] 
08:53:57 [2019-08-28T08:53:57.553Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:53:57 [2019-08-28T08:53:57.553Z] #58 156.0   CC       criu/rbtree.o
08:53:57 [2019-08-28T08:53:57.748Z] Setting up python3-pkg-resources (33.1.1-1) ...
08:53:57 [2019-08-28T08:53:57.748Z] Setting up libdevmapper-event1.02.1:s390x (2:1.02.137-2) ...
08:53:57 [2019-08-28T08:53:57.748Z] Setting up python3-pip (9.0.1-2+deb9u1) ...
08:53:57 [2019-08-28T08:53:57.808Z] #58 156.3   CC       criu/rst-malloc.o
08:53:58 [2019-08-28T08:53:58.159Z] Setting up dmsetup (2:1.02.137-2) ...
08:53:58 [2019-08-28T08:53:58.159Z] Setting up python3-setuptools (33.1.1-1) ...
08:53:58 [2019-08-28T08:53:58.159Z] Setting up dh-python (2.20170125) ...
08:53:58 [2019-08-28T08:53:58.369Z] #58 156.6   CC       criu/seccomp.o
08:53:58 [2019-08-28T08:53:58.491Z] #14 ...
08:53:58 [2019-08-28T08:53:58.491Z] 
08:53:58 [2019-08-28T08:53:58.491Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:53:58 [2019-08-28T08:53:58.491Z] #58 149.3   CC       criu/net.o
08:53:58 [2019-08-28T08:53:58.491Z] #58 151.5   CC       criu/netfilter.o
08:53:58 [2019-08-28T08:53:58.491Z] #58 151.9   CC       criu/page-pipe.o
08:53:58 [2019-08-28T08:53:58.491Z] #58 152.5   CC       criu/page-xfer.o
08:53:58 [2019-08-28T08:53:58.491Z] #58 153.3   CC       criu/pagemap-cache.o
08:53:58 [2019-08-28T08:53:58.491Z] #58 153.6   CC       criu/pagemap.o
08:53:58 [2019-08-28T08:53:58.491Z] #58 154.3   CC       criu/parasite-syscall.o
08:53:58 [2019-08-28T08:53:58.491Z] #58 155.0   CC       criu/path.o
08:53:58 [2019-08-28T08:53:58.491Z] #58 155.2   CC       criu/pie-util-vdso-elf32.o
08:53:58 [2019-08-28T08:53:58.491Z] #58 155.6   CC       criu/pie-util-vdso.o
08:53:58 [2019-08-28T08:53:58.491Z] #58 155.9   CC       criu/pie-util.o
08:53:58 [2019-08-28T08:53:58.580Z] Setting up libdevmapper-dev:s390x (2:1.02.137-2) ...
08:53:58 [2019-08-28T08:53:58.580Z] Processing triggers for libc-bin (2.24-11+deb9u4) ...
08:53:58 [2019-08-28T08:53:58.749Z] #58 156.1   CC       criu/pipes.o
08:53:58 [2019-08-28T08:53:58.749Z] #58 ...
08:53:58 [2019-08-28T08:53:58.749Z] 
08:53:58 [2019-08-28T08:53:58.749Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0
08:53:58 [2019-08-28T08:53:58.749Z] #14 13.30   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
08:53:58 [2019-08-28T08:53:58.929Z] #58 157.3   CC       criu/seize.o
08:53:59 [2019-08-28T08:53:59.007Z] #14 13.67 Collecting pyyaml (from yamllint==1.16.0)
08:53:59 [2019-08-28T08:53:59.855Z] #58 158.3   CC       criu/servicefd.o
08:54:00 [2019-08-28T08:54:00.379Z] #14 14.85   Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB)
08:54:00 [2019-08-28T08:54:00.416Z] #58 158.7   CC       criu/shmem.o
08:54:01 [2019-08-28T08:54:01.342Z] #58 159.6   CC       criu/sigframe.o
08:54:01 [2019-08-28T08:54:01.597Z] #58 159.8   CC       criu/signalfd.o
08:54:01 [2019-08-28T08:54:01.853Z] #58 160.2   CC       criu/sk-inet.o
08:54:02 [2019-08-28T08:54:02.278Z] #14 16.78 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
08:54:02 [2019-08-28T08:54:02.639Z] Removing intermediate container ec3ca0e907f9
08:54:02 [2019-08-28T08:54:02.639Z]  ---> a7b6487f01c1
08:54:02 [2019-08-28T08:54:02.639Z] Step 103/126 : RUN pip3 install yamllint==1.16.0
08:54:02 [2019-08-28T08:54:02.639Z]  ---> Running in 0502c7641b9f
08:54:02 [2019-08-28T08:54:02.780Z] #58 161.2   CC       criu/sk-netlink.o
08:54:03 [2019-08-28T08:54:03.035Z] #58 ...
08:54:03 [2019-08-28T08:54:03.035Z] 
08:54:03 [2019-08-28T08:54:03.035Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0
08:54:03 [2019-08-28T08:54:03.035Z] #14 16.81   Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB)
08:54:03 [2019-08-28T08:54:03.035Z] #14 18.33 Building wheels for collected packages: pathspec, pyyaml
08:54:03 [2019-08-28T08:54:03.035Z] #14 18.33   Running setup.py bdist_wheel for pathspec: started
08:54:03 [2019-08-28T08:54:03.035Z] #14 19.41   Running setup.py bdist_wheel for pathspec: finished with status 'done'
08:54:03 [2019-08-28T08:54:03.035Z] #14 19.41   Stored in directory: /root/.cache/pip/wheels/45/cb/7e/ce6e6062c69446e39e328170524ca8213498bc66a74c6a210b
08:54:03 [2019-08-28T08:54:03.035Z] #14 19.44   Running setup.py bdist_wheel for pyyaml: started
08:54:03 [2019-08-28T08:54:03.035Z] #14 20.61   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
08:54:03 [2019-08-28T08:54:03.035Z] #14 20.61   Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030
08:54:03 [2019-08-28T08:54:03.035Z] #14 20.67 Successfully built pathspec pyyaml
08:54:03 [2019-08-28T08:54:03.035Z] #14 20.67 Installing collected packages: pathspec, pyyaml, yamllint
08:54:03 [2019-08-28T08:54:03.035Z] #14 21.09 Successfully installed pathspec-0.5.9 pyyaml-5.1.2 yamllint-1.16.0
08:54:03 [2019-08-28T08:54:03.035Z] #14 DONE 21.8s
08:54:03 [2019-08-28T08:54:03.035Z] 
08:54:03 [2019-08-28T08:54:03.035Z] #55 [registry 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone...
08:54:03 [2019-08-28T08:54:03.035Z] #55 219.5 + dpkg --print-architecture
08:54:03 [2019-08-28T08:54:03.035Z] #55 219.6 + cd /tmp/tmp.orBtOWAmnz/src/github.com/docker/distribution
08:54:03 [2019-08-28T08:54:03.035Z] #55 219.6 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
08:54:03 [2019-08-28T08:54:03.035Z] #55 219.8 + GOPATH=/tmp/tmp.orBtOWAmnz/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.orBtOWAmnz
08:54:03 [2019-08-28T08:54:03.035Z] #55 219.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
08:54:03 [2019-08-28T08:54:03.212Z] #14 17.88   Downloading https://files.pythonhosted.org/packages/84/2a/bfee636b1e2f7d6e30dd74f49201ccfa5c3cf322d44929ecc6c137c486c5/pathspec-0.5.9.tar.gz
08:54:03 [2019-08-28T08:54:03.291Z] #55 ...
08:54:03 [2019-08-28T08:54:03.291Z] 
08:54:03 [2019-08-28T08:54:03.291Z] #16 [dev 9/24] COPY --from=swagger /build/swagger* /usr/local/bin/
08:54:03 [2019-08-28T08:54:03.291Z] #16 DONE 0.2s
08:54:03 [2019-08-28T08:54:03.291Z] 
08:54:03 [2019-08-28T08:54:03.291Z] #21 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images
08:54:04 [2019-08-28T08:54:04.146Z] #14 ...
08:54:04 [2019-08-28T08:54:04.146Z] 
08:54:04 [2019-08-28T08:54:04.146Z] #55 [registry 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone...
08:54:04 [2019-08-28T08:54:04.146Z] #55 223.6 + dpkg --print-architecture
08:54:04 [2019-08-28T08:54:04.146Z] #55 223.6 + cd /tmp/tmp.84oPhi1bWX/src/github.com/docker/distribution
08:54:04 [2019-08-28T08:54:04.146Z] #55 223.6 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
08:54:04 [2019-08-28T08:54:04.146Z] #55 223.7 + GOPATH=/tmp/tmp.84oPhi1bWX/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.84oPhi1bWX
08:54:04 [2019-08-28T08:54:04.146Z] #55 223.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
08:54:04 [2019-08-28T08:54:04.271Z] #21 DONE 0.9s
08:54:04 [2019-08-28T08:54:04.272Z] 
08:54:04 [2019-08-28T08:54:04.272Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:54:04 [2019-08-28T08:54:04.272Z] #58 161.6   CC       criu/sk-packet.o
08:54:04 [2019-08-28T08:54:04.272Z] #58 162.5   CC       criu/sk-queue.o
08:54:04 [2019-08-28T08:54:04.472Z] Collecting yamllint==1.16.0
08:54:04 [2019-08-28T08:54:04.472Z]   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
08:54:04 [2019-08-28T08:54:04.472Z] Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
08:54:04 [2019-08-28T08:54:04.472Z]   Downloading https://files.pythonhosted.org/packages/84/2a/bfee636b1e2f7d6e30dd74f49201ccfa5c3cf322d44929ecc6c137c486c5/pathspec-0.5.9.tar.gz
08:54:04 [2019-08-28T08:54:04.581Z] #58 163.0   CC       criu/sk-tcp.o
08:54:04 [2019-08-28T08:54:04.889Z] Collecting pyyaml (from yamllint==1.16.0)
08:54:04 [2019-08-28T08:54:04.889Z]   Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB)
08:54:05 [2019-08-28T08:54:05.152Z] #58 163.6   CC       criu/sk-unix.o
08:54:05 [2019-08-28T08:54:05.311Z] Building wheels for collected packages: pathspec, pyyaml
08:54:05 [2019-08-28T08:54:05.311Z]   Running setup.py bdist_wheel for pathspec: started
08:54:05 [2019-08-28T08:54:05.697Z]   Running setup.py bdist_wheel for pathspec: finished with status 'done'
08:54:05 [2019-08-28T08:54:05.697Z]   Stored in directory: /root/.cache/pip/wheels/45/cb/7e/ce6e6062c69446e39e328170524ca8213498bc66a74c6a210b
08:54:05 [2019-08-28T08:54:05.697Z]   Running setup.py bdist_wheel for pyyaml: started
08:54:05 [2019-08-28T08:54:05.697Z]   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
08:54:05 [2019-08-28T08:54:05.697Z]   Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030
08:54:06 [2019-08-28T08:54:06.065Z] Successfully built pathspec pyyaml
08:54:06 [2019-08-28T08:54:06.065Z] Installing collected packages: pathspec, pyyaml, yamllint
08:54:06 [2019-08-28T08:54:06.065Z] Successfully installed pathspec-0.5.9 pyyaml-5.1.2 yamllint-1.16.0
08:54:06 [2019-08-28T08:54:06.431Z] Removing intermediate container 0502c7641b9f
08:54:06 [2019-08-28T08:54:06.431Z]  ---> 56749b32b738
08:54:06 [2019-08-28T08:54:06.431Z] Step 104/126 : COPY --from=swagger /build/swagger* /usr/local/bin/
08:54:07 [2019-08-28T08:54:07.035Z] #58 165.2   CC       criu/sockets.o
08:54:07 [2019-08-28T08:54:07.220Z]  ---> 10549c355a06
08:54:07 [2019-08-28T08:54:07.220Z] Step 105/126 : COPY --from=frozen-images /build/ /docker-frozen-images
08:54:07 [2019-08-28T08:54:07.595Z] #58 165.9   CC       criu/stats.o
08:54:07 [2019-08-28T08:54:07.850Z] #58 166.2   CC       criu/string.o
08:54:07 [2019-08-28T08:54:07.850Z] #58 166.3   CC       criu/sysctl.o
08:54:08 [2019-08-28T08:54:08.329Z] #55 ...
08:54:08 [2019-08-28T08:54:08.329Z] 
08:54:08 [2019-08-28T08:54:08.329Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0
08:54:08 [2019-08-28T08:54:08.329Z] #14 19.02 Building wheels for collected packages: pyyaml, pathspec
08:54:08 [2019-08-28T08:54:08.329Z] #14 19.02   Running setup.py bdist_wheel for pyyaml: started
08:54:08 [2019-08-28T08:54:08.329Z] #14 20.21   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
08:54:08 [2019-08-28T08:54:08.329Z] #14 20.21   Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030
08:54:08 [2019-08-28T08:54:08.329Z] #14 20.27   Running setup.py bdist_wheel for pathspec: started
08:54:08 [2019-08-28T08:54:08.329Z] #14 21.42   Running setup.py bdist_wheel for pathspec: finished with status 'done'
08:54:08 [2019-08-28T08:54:08.329Z] #14 21.42   Stored in directory: /root/.cache/pip/wheels/45/cb/7e/ce6e6062c69446e39e328170524ca8213498bc66a74c6a210b
08:54:08 [2019-08-28T08:54:08.329Z] #14 21.42 Successfully built pyyaml pathspec
08:54:08 [2019-08-28T08:54:08.329Z] #14 21.44 Installing collected packages: pyyaml, pathspec, yamllint
08:54:08 [2019-08-28T08:54:08.329Z] #14 21.87 Successfully installed pathspec-0.5.9 pyyaml-5.1.2 yamllint-1.16.0
08:54:08 [2019-08-28T08:54:08.329Z] #14 DONE 22.6s
08:54:08 [2019-08-28T08:54:08.329Z] 
08:54:08 [2019-08-28T08:54:08.329Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:54:08 [2019-08-28T08:54:08.329Z] #58 156.7   CC       criu/plugin.o
08:54:08 [2019-08-28T08:54:08.329Z] #58 157.1   CC       criu/proc_parse.o
08:54:08 [2019-08-28T08:54:08.329Z] #58 159.6   CC       criu/protobuf-desc.o
08:54:08 [2019-08-28T08:54:08.329Z] #58 160.4   CC       criu/protobuf.o
08:54:08 [2019-08-28T08:54:08.329Z] #58 160.8   CC       criu/pstree.o
08:54:08 [2019-08-28T08:54:08.329Z] #58 162.1   CC       criu/rbtree.o
08:54:08 [2019-08-28T08:54:08.329Z] #58 162.5   CC       criu/rst-malloc.o
08:54:08 [2019-08-28T08:54:08.329Z] #58 162.8   CC       criu/seccomp.o
08:54:08 [2019-08-28T08:54:08.329Z] #58 163.6   CC       criu/seize.o
08:54:08 [2019-08-28T08:54:08.329Z] #58 164.5   CC       criu/servicefd.o
08:54:08 [2019-08-28T08:54:08.329Z] #58 165.0   CC       criu/shmem.o
08:54:08 [2019-08-28T08:54:08.329Z] #58 ...
08:54:08 [2019-08-28T08:54:08.329Z] 
08:54:08 [2019-08-28T08:54:08.329Z] #16 [dev 9/24] COPY --from=swagger /build/swagger* /usr/local/bin/
08:54:08 [2019-08-28T08:54:08.329Z] #16 DONE 0.2s
08:54:08 [2019-08-28T08:54:08.329Z] 
08:54:08 [2019-08-28T08:54:08.329Z] #21 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images
08:54:08 [2019-08-28T08:54:08.410Z] #58 167.0   CC       criu/sysfs_parse.o
08:54:08 [2019-08-28T08:54:08.969Z] #58 167.4   CC       criu/timerfd.o
08:54:09 [2019-08-28T08:54:09.057Z]  ---> 7e2e3d0b25de
08:54:09 [2019-08-28T08:54:09.057Z] Step 106/126 : COPY --from=gometalinter /build/ /usr/local/bin/
08:54:09 [2019-08-28T08:54:09.261Z] #21 DONE 0.9s
08:54:09 [2019-08-28T08:54:09.261Z] 
08:54:09 [2019-08-28T08:54:09.261Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:54:09 [2019-08-28T08:54:09.261Z] #58 166.0   CC       criu/sigframe.o
08:54:09 [2019-08-28T08:54:09.261Z] #58 166.2   CC       criu/signalfd.o
08:54:09 [2019-08-28T08:54:09.261Z] #58 166.5   CC       criu/sk-inet.o
08:54:09 [2019-08-28T08:54:09.529Z] #58 167.8   CC       criu/tty.o
08:54:10 [2019-08-28T08:54:10.195Z] #58 167.4   CC       criu/sk-netlink.o
08:54:10 [2019-08-28T08:54:10.477Z] #58 167.9   CC       criu/sk-packet.o
08:54:10 [2019-08-28T08:54:10.498Z]  ---> 0bad759747ce
08:54:10 [2019-08-28T08:54:10.498Z] Step 107/126 : COPY --from=gotestsum /build/ /usr/local/bin/
08:54:10 [2019-08-28T08:54:10.869Z]  ---> 1920c0170214
08:54:10 [2019-08-28T08:54:10.869Z] Step 108/126 : COPY --from=tomlv /build/ /usr/local/bin/
08:54:11 [2019-08-28T08:54:11.234Z]  ---> d2bc3ddd0684
08:54:11 [2019-08-28T08:54:11.234Z] Step 109/126 : COPY --from=vndr /build/ /usr/local/bin/
08:54:11 [2019-08-28T08:54:11.413Z] #58 169.6   CC       criu/tun.o
08:54:11 [2019-08-28T08:54:11.443Z] #58 168.7   CC       criu/sk-queue.o
08:54:11 [2019-08-28T08:54:11.600Z]  ---> 1f4a52926e12
08:54:11 [2019-08-28T08:54:11.600Z] Step 110/126 : COPY --from=tini /build/ /usr/local/bin/
08:54:11 [2019-08-28T08:54:11.600Z]  ---> f72a90ad97a7
08:54:11 [2019-08-28T08:54:11.600Z] Step 111/126 : COPY --from=runc /build/ /usr/local/bin/
08:54:11 [2019-08-28T08:54:11.668Z] #58 170.0   CC       criu/uffd.o
08:54:11 [2019-08-28T08:54:11.704Z] #58 169.1   CC       criu/sk-tcp.o
08:54:11 [2019-08-28T08:54:11.975Z]  ---> 1dac1e02bcfd
08:54:11 [2019-08-28T08:54:11.975Z] Step 112/126 : COPY --from=containerd /build/ /usr/local/bin/
08:54:12 [2019-08-28T08:54:12.269Z] #58 169.6   CC       criu/sk-unix.o
08:54:12 [2019-08-28T08:54:12.595Z] #58 171.1   CC       criu/util.o
08:54:12 [2019-08-28T08:54:12.752Z]  ---> 8b645d5c499c
08:54:12 [2019-08-28T08:54:12.753Z] Step 113/126 : COPY --from=proxy /build/ /usr/local/bin/
08:54:13 [2019-08-28T08:54:13.118Z]  ---> 206e45ce9005
08:54:13 [2019-08-28T08:54:13.118Z] Step 114/126 : COPY --from=dockercli /build/ /usr/local/cli
08:54:13 [2019-08-28T08:54:13.496Z]  ---> b5a01313ef06
08:54:13 [2019-08-28T08:54:13.496Z] Step 115/126 : COPY --from=registry /build/registry* /usr/local/bin/
08:54:13 [2019-08-28T08:54:13.958Z] #58 172.3   CC       criu/uts_ns.o
08:54:14 [2019-08-28T08:54:14.167Z] #58 171.3   CC       criu/sockets.o
08:54:14 [2019-08-28T08:54:14.214Z] #58 172.5   CC       criu/vdso-compat.o
08:54:14 [2019-08-28T08:54:14.215Z] #58 172.8   CC       criu/vdso.o
08:54:14 [2019-08-28T08:54:14.340Z]  ---> 55ae751cbbf7
08:54:14 [2019-08-28T08:54:14.340Z] Step 116/126 : COPY --from=criu /build/ /usr/local/
08:54:14 [2019-08-28T08:54:14.340Z]  ---> 5d47ec4bb520
08:54:14 [2019-08-28T08:54:14.340Z] Step 117/126 : COPY --from=rootlesskit /build/ /usr/local/bin/
08:54:14 [2019-08-28T08:54:14.425Z] #58 172.0   CC       criu/stats.o
08:54:14 [2019-08-28T08:54:14.683Z] #58 172.2   CC       criu/string.o
08:54:14 [2019-08-28T08:54:14.738Z]  ---> 045c2c5494cb
08:54:14 [2019-08-28T08:54:14.738Z] Step 118/126 : COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e /vpnkit /usr/local/bin/vpnkit.x86_64
08:54:14 [2019-08-28T08:54:14.940Z] #58 172.3   CC       criu/sysctl.o
08:54:15 [2019-08-28T08:54:15.140Z] #58 173.5   LINK     criu/built-in.o
08:54:15 [2019-08-28T08:54:15.173Z] sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e: Pulling from djs55/vpnkit
08:54:15 [2019-08-28T08:54:15.173Z] bad55c542dc9: Pulling fs layer
08:54:15 [2019-08-28T08:54:15.173Z] bad55c542dc9: Verifying Checksum
08:54:15 [2019-08-28T08:54:15.173Z] bad55c542dc9: Download complete
08:54:15 [2019-08-28T08:54:15.396Z] #58 173.7   LINK     criu/criu
08:54:15 [2019-08-28T08:54:15.506Z] #58 172.8   CC       criu/sysfs_parse.o
08:54:15 [2019-08-28T08:54:15.536Z] bad55c542dc9: Pull complete
08:54:15 [2019-08-28T08:54:15.536Z] Digest: sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e
08:54:15 [2019-08-28T08:54:15.536Z] Status: Downloaded newer image for djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e
08:54:15 [2019-08-28T08:54:15.651Z] #58 174.1   DEP      lib/c/criu.d
08:54:15 [2019-08-28T08:54:15.652Z] #58 174.2   CC       images/rpc.pb-c.o
08:54:15 [2019-08-28T08:54:15.763Z] #58 173.2   CC       criu/timerfd.o
08:54:16 [2019-08-28T08:54:16.021Z] #58 173.5   CC       criu/tty.o
08:54:16 [2019-08-28T08:54:16.212Z] #58 174.8   CC       lib/c/criu.o
08:54:16 [2019-08-28T08:54:16.306Z]  ---> 955714cd1e62
08:54:16 [2019-08-28T08:54:16.306Z] Step 119/126 : ENV PATH=/usr/local/cli:$PATH
08:54:16 [2019-08-28T08:54:16.306Z]  ---> Running in 25123c55e1c4
08:54:16 [2019-08-28T08:54:16.306Z] Removing intermediate container 25123c55e1c4
08:54:16 [2019-08-28T08:54:16.306Z]  ---> 3a711a614aa8
08:54:16 [2019-08-28T08:54:16.306Z] Step 120/126 : ENV DOCKER_BUILDTAGS apparmor seccomp selinux
08:54:16 [2019-08-28T08:54:16.306Z]  ---> Running in 17bf0b370b3b
08:54:16 [2019-08-28T08:54:16.667Z] Removing intermediate container 17bf0b370b3b
08:54:16 [2019-08-28T08:54:16.667Z]  ---> 09216e39bc44
08:54:16 [2019-08-28T08:54:16.667Z] Step 121/126 : ENV GOMETALINTER_OPTS="--deadline=2m"
08:54:16 [2019-08-28T08:54:16.667Z]  ---> Running in 1d2fc9909120
08:54:16 [2019-08-28T08:54:16.667Z] Removing intermediate container 1d2fc9909120
08:54:16 [2019-08-28T08:54:16.667Z]  ---> 531c63a05ccd
08:54:16 [2019-08-28T08:54:16.667Z] Step 122/126 : WORKDIR /go/src/github.com/docker/docker
08:54:16 [2019-08-28T08:54:16.667Z]  ---> Running in a78ef9bce8b7
08:54:17 [2019-08-28T08:54:17.032Z] Removing intermediate container a78ef9bce8b7
08:54:17 [2019-08-28T08:54:17.032Z]  ---> 372b00bd4355
08:54:17 [2019-08-28T08:54:17.032Z] Step 123/126 : VOLUME /var/lib/docker
08:54:17 [2019-08-28T08:54:17.032Z]  ---> Running in aebc9159440b
08:54:17 [2019-08-28T08:54:17.032Z] Removing intermediate container aebc9159440b
08:54:17 [2019-08-28T08:54:17.032Z]  ---> 2b4c83398b2e
08:54:17 [2019-08-28T08:54:17.032Z] Step 124/126 : ENTRYPOINT ["hack/dind"]
08:54:17 [2019-08-28T08:54:17.398Z]  ---> Running in 1497310c72ba
08:54:17 [2019-08-28T08:54:17.398Z] Removing intermediate container 1497310c72ba
08:54:17 [2019-08-28T08:54:17.398Z]  ---> 98305068175c
08:54:17 [2019-08-28T08:54:17.398Z] Step 125/126 : FROM dev AS final
08:54:17 [2019-08-28T08:54:17.398Z]  ---> 98305068175c
08:54:17 [2019-08-28T08:54:17.398Z] Step 126/126 : COPY . /go/src/github.com/docker/docker
08:54:17 [2019-08-28T08:54:17.575Z] #58 175.8   LINK     lib/c/built-in.o
08:54:17 [2019-08-28T08:54:17.575Z] #58 175.8   LINK     lib/c/libcriu.so
08:54:17 [2019-08-28T08:54:17.575Z] #58 176.0   GEN      magic.py
08:54:17 [2019-08-28T08:54:17.831Z] #58 176.1 Note: Building without setproctitle() and strlcpy() support.
08:54:17 [2019-08-28T08:54:17.831Z] #58 176.1       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
08:54:17 [2019-08-28T08:54:17.919Z] #58 175.3   CC       criu/tun.o
08:54:18 [2019-08-28T08:54:18.086Z] #58 176.7 fatal: Not a git repository (or any of the parent directories): .git
08:54:18 [2019-08-28T08:54:18.485Z] #58 175.8   CC       criu/uffd.o
08:54:19 [2019-08-28T08:54:19.012Z] #58 177.3 make[1]: Nothing to be done for 'all'.
08:54:19 [2019-08-28T08:54:19.268Z] #58 177.8 make[1]: 'images/built-in.o' is up to date.
08:54:19 [2019-08-28T08:54:19.268Z] #58 ...
08:54:19 [2019-08-28T08:54:19.268Z] 
08:54:19 [2019-08-28T08:54:19.268Z] #55 [registry 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone...
08:54:19 [2019-08-28T08:54:19.268Z] #55 241.1 + rm -rf /tmp/tmp.orBtOWAmnz/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.orBtOWAmnz
08:54:19 [2019-08-28T08:54:19.418Z] #58 176.8   CC       criu/util.o
08:54:19 [2019-08-28T08:54:19.831Z] #55 DONE 241.4s
08:54:19 [2019-08-28T08:54:19.831Z] 
08:54:19 [2019-08-28T08:54:19.831Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:54:19 [2019-08-28T08:54:19.831Z] #58 177.9 make[1]: 'compel/plugins/std.lib.a' is up to date.
08:54:19 [2019-08-28T08:54:19.831Z] #58 177.9 make[1]: 'compel/plugins/fds.lib.a' is up to date.
08:54:19 [2019-08-28T08:54:19.831Z] #58 177.9 make[1]: 'compel/libcompel.a' is up to date.
08:54:19 [2019-08-28T08:54:19.831Z] #58 177.9 make[1]: 'compel/compel-host-bin' is up to date.
08:54:19 [2019-08-28T08:54:19.831Z] #58 178.0 make[1]: Nothing to be done for 'all'.
08:54:19 [2019-08-28T08:54:19.831Z] #58 178.0 make[1]: 'soccr/libsoccr.a' is up to date.
08:54:19 [2019-08-28T08:54:19.831Z] #58 178.1 make[2]: Nothing to be done for 'all'.
08:54:19 [2019-08-28T08:54:19.831Z] #58 178.1 make[2]: Nothing to be done for 'all'.
08:54:19 [2019-08-28T08:54:19.831Z] #58 178.1 make[2]: Nothing to be done for 'all'.
08:54:19 [2019-08-28T08:54:19.831Z] #58 178.2 make[2]: Nothing to be done for 'all'.
08:54:19 [2019-08-28T08:54:19.831Z] #58 178.3 make[2]: Nothing to be done for 'all'.
08:54:19 [2019-08-28T08:54:19.831Z] #58 178.3 make[2]: Nothing to be done for 'all'.
08:54:20 [2019-08-28T08:54:20.087Z] #58 178.4 make[2]: Nothing to be done for 'all'.
08:54:20 [2019-08-28T08:54:20.087Z] #58 178.6 make[2]: Nothing to be done for 'all'.
08:54:20 [2019-08-28T08:54:20.087Z] #58 178.6   INSTALL  criu/criu
08:54:20 [2019-08-28T08:54:20.343Z] #58 DONE 178.8s
08:54:20 [2019-08-28T08:54:20.343Z] 
08:54:20 [2019-08-28T08:54:20.343Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
08:54:20 [2019-08-28T08:54:20.682Z]  ---> f3db87865b6f
08:54:20 [2019-08-28T08:54:20.682Z] Successfully built f3db87865b6f
08:54:20 [2019-08-28T08:54:20.682Z] Successfully tagged docker:99453d7bb34e7b145ef590cbada530110314bb02
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
08:54:20 [2019-08-28T08:54:20.790Z] #58 178.0   CC       criu/uts_ns.o
08:54:20 [2019-08-28T08:54:20.790Z] #58 178.2   CC       criu/vdso-compat.o
[Pipeline] sh
08:54:21 [2019-08-28T08:54:21.048Z] #58 178.4   CC       criu/vdso.o
08:54:21 [2019-08-28T08:54:21.567Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-39571/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=99453d7bb34e7b145ef590cbada530110314bb02 -e DOCKER_GRAPHDRIVER docker:99453d7bb34e7b145ef590cbada530110314bb02 hack/test/unit
08:54:21 [2019-08-28T08:54:21.983Z] #58 179.2   LINK     criu/built-in.o
08:54:21 [2019-08-28T08:54:21.984Z] #58 179.3   LINK     criu/criu
08:54:22 [2019-08-28T08:54:22.241Z] #58 179.6   DEP      lib/c/criu.d
08:54:22 [2019-08-28T08:54:22.499Z] #58 179.7   CC       images/rpc.pb-c.o
08:54:22 [2019-08-28T08:54:22.757Z] #58 180.2   CC       lib/c/criu.o
08:54:22 [2019-08-28T08:54:22.860Z] #47 ...
08:54:22 [2019-08-28T08:54:22.860Z] 
08:54:22 [2019-08-28T08:54:22.860Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter
08:54:22 [2019-08-28T08:54:22.860Z] #24 DONE 244.2s
08:54:22 [2019-08-28T08:54:22.860Z] 
08:54:22 [2019-08-28T08:54:22.860Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
08:54:23 [2019-08-28T08:54:23.690Z] #58 181.1   LINK     lib/c/built-in.o
08:54:23 [2019-08-28T08:54:23.690Z] #58 181.1   LINK     lib/c/libcriu.so
08:54:23 [2019-08-28T08:54:23.949Z] #58 181.2   GEN      magic.py
08:54:23 [2019-08-28T08:54:23.949Z] #58 ...
08:54:23 [2019-08-28T08:54:23.949Z] 
08:54:23 [2019-08-28T08:54:23.949Z] #55 [registry 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone...
08:54:23 [2019-08-28T08:54:23.949Z] #55 245.4 + rm -rf /tmp/tmp.84oPhi1bWX/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.84oPhi1bWX
08:54:24 [2019-08-28T08:54:24.189Z] ?   	github.com/docker/docker/api	[no test files]
08:54:24 [2019-08-28T08:54:24.209Z] #55 DONE 245.8s
08:54:24 [2019-08-28T08:54:24.209Z] 
08:54:24 [2019-08-28T08:54:24.209Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
08:54:24 [2019-08-28T08:54:24.209Z] #58 181.3 Note: Building without setproctitle() and strlcpy() support.
08:54:24 [2019-08-28T08:54:24.209Z] #58 181.3       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
08:54:24 [2019-08-28T08:54:24.775Z] #58 182.2 fatal: Not a git repository (or any of the parent directories): .git
08:54:25 [2019-08-28T08:54:25.380Z] #47 ...
08:54:25 [2019-08-28T08:54:25.380Z] 
08:54:25 [2019-08-28T08:54:25.380Z] #25 [dev 11/24] COPY --from=gometalinter /build/ /usr/local/bin/
08:54:25 [2019-08-28T08:54:25.640Z] #25 DONE 0.6s
08:54:25 [2019-08-28T08:54:25.640Z] 
08:54:25 [2019-08-28T08:54:25.640Z] #28 [dev 12/24] COPY --from=gotestsum /build/ /usr/local/bin/
08:54:25 [2019-08-28T08:54:25.640Z] #28 DONE 0.1s
08:54:25 [2019-08-28T08:54:25.640Z] 
08:54:25 [2019-08-28T08:54:25.640Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
08:54:25 [2019-08-28T08:54:25.640Z] #47 ...
08:54:25 [2019-08-28T08:54:25.640Z] 
08:54:25 [2019-08-28T08:54:25.640Z] #31 [dev 13/24] COPY --from=tomlv /build/ /usr/local/bin/
08:54:25 [2019-08-28T08:54:25.640Z] #31 DONE 0.1s
08:54:25 [2019-08-28T08:54:25.640Z] 
08:54:25 [2019-08-28T08:54:25.640Z] #34 [dev 14/24] COPY --from=vndr /build/ /usr/local/bin/
08:54:25 [2019-08-28T08:54:25.709Z] #58 183.2 make[1]: Nothing to be done for 'all'.
08:54:25 [2019-08-28T08:54:25.896Z] #34 DONE 0.1s
08:54:25 [2019-08-28T08:54:25.896Z] 
08:54:25 [2019-08-28T08:54:25.896Z] #39 [dev 15/24] COPY --from=tini /build/ /usr/local/bin/
08:54:25 [2019-08-28T08:54:25.896Z] #39 DONE 0.1s
08:54:25 [2019-08-28T08:54:25.896Z] 
08:54:25 [2019-08-28T08:54:25.896Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
08:54:25 [2019-08-28T08:54:25.896Z] #47 ...
08:54:25 [2019-08-28T08:54:25.896Z] 
08:54:25 [2019-08-28T08:54:25.896Z] #43 [dev 16/24] COPY --from=runc /build/ /usr/local/bin/
08:54:26 [2019-08-28T08:54:26.151Z] #43 DONE 0.2s
08:54:26 [2019-08-28T08:54:26.151Z] 
08:54:26 [2019-08-28T08:54:26.151Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
08:54:26 [2019-08-28T08:54:26.277Z] #58 183.6 make[1]: 'images/built-in.o' is up to date.
08:54:26 [2019-08-28T08:54:26.277Z] #58 183.7 make[1]: 'compel/plugins/std.lib.a' is up to date.
08:54:26 [2019-08-28T08:54:26.277Z] #58 183.7 make[1]: 'compel/plugins/fds.lib.a' is up to date.
08:54:26 [2019-08-28T08:54:26.277Z] #58 183.7 make[1]: 'compel/libcompel.a' is up to date.
08:54:26 [2019-08-28T08:54:26.542Z] #58 183.7 make[1]: 'compel/compel-host-bin' is up to date.
08:54:26 [2019-08-28T08:54:26.542Z] #58 183.8 make[1]: Nothing to be done for 'all'.
08:54:26 [2019-08-28T08:54:26.542Z] #58 183.8 make[1]: 'soccr/libsoccr.a' is up to date.
08:54:26 [2019-08-28T08:54:26.542Z] #58 183.9 make[2]: Nothing to be done for 'all'.
08:54:26 [2019-08-28T08:54:26.542Z] #58 183.9 make[2]: Nothing to be done for 'all'.
08:54:26 [2019-08-28T08:54:26.542Z] #58 183.9 make[2]: Nothing to be done for 'all'.
08:54:26 [2019-08-28T08:54:26.542Z] #58 184.0 make[2]: Nothing to be done for 'all'.
08:54:26 [2019-08-28T08:54:26.801Z] #58 184.1 make[2]: Nothing to be done for 'all'.
08:54:26 [2019-08-28T08:54:26.801Z] #58 184.1 make[2]: Nothing to be done for 'all'.
08:54:26 [2019-08-28T08:54:26.801Z] #58 184.1 make[2]: Nothing to be done for 'all'.
08:54:26 [2019-08-28T08:54:26.801Z] #58 184.2 make[2]: Nothing to be done for 'all'.
08:54:26 [2019-08-28T08:54:26.801Z] #58 184.2   INSTALL  criu/criu
08:54:27 [2019-08-28T08:54:27.059Z] #58 DONE 184.3s
08:54:27 [2019-08-28T08:54:27.059Z] 
08:54:27 [2019-08-28T08:54:27.059Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
08:54:27 [2019-08-28T08:54:27.999Z] #47 ...
08:54:27 [2019-08-28T08:54:27.999Z] 
08:54:27 [2019-08-28T08:54:27.999Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter
08:54:27 [2019-08-28T08:54:27.999Z] #24 DONE 249.1s
08:54:27 [2019-08-28T08:54:27.999Z] 
08:54:27 [2019-08-28T08:54:27.999Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
08:54:29 [2019-08-28T08:54:29.685Z] 🇩 bin/containerd-stress
08:54:30 [2019-08-28T08:54:30.299Z] 🇩 bin/containerd-shim
08:54:30 [2019-08-28T08:54:30.532Z] #47 ...
08:54:30 [2019-08-28T08:54:30.532Z] 
08:54:30 [2019-08-28T08:54:30.532Z] #25 [dev 11/24] COPY --from=gometalinter /build/ /usr/local/bin/
08:54:31 [2019-08-28T08:54:31.108Z] #25 DONE 0.9s
08:54:31 [2019-08-28T08:54:31.109Z] 
08:54:31 [2019-08-28T08:54:31.109Z] #28 [dev 12/24] COPY --from=gotestsum /build/ /usr/local/bin/
08:54:31 [2019-08-28T08:54:31.109Z] #28 DONE 0.1s
08:54:31 [2019-08-28T08:54:31.109Z] 
08:54:31 [2019-08-28T08:54:31.109Z] #31 [dev 13/24] COPY --from=tomlv /build/ /usr/local/bin/
08:54:31 [2019-08-28T08:54:31.366Z] #31 DONE 0.1s
08:54:31 [2019-08-28T08:54:31.366Z] 
08:54:31 [2019-08-28T08:54:31.366Z] #34 [dev 14/24] COPY --from=vndr /build/ /usr/local/bin/
08:54:31 [2019-08-28T08:54:31.366Z] #34 DONE 0.3s
08:54:31 [2019-08-28T08:54:31.366Z] 
08:54:31 [2019-08-28T08:54:31.366Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
08:54:31 [2019-08-28T08:54:31.623Z] #47 ...
08:54:31 [2019-08-28T08:54:31.623Z] 
08:54:31 [2019-08-28T08:54:31.623Z] #39 [dev 15/24] COPY --from=tini /build/ /usr/local/bin/
08:54:31 [2019-08-28T08:54:31.623Z] #39 DONE 0.1s
08:54:31 [2019-08-28T08:54:31.623Z] 
08:54:31 [2019-08-28T08:54:31.623Z] #43 [dev 16/24] COPY --from=runc /build/ /usr/local/bin/
08:54:31 [2019-08-28T08:54:31.883Z] #43 DONE 0.1s
08:54:31 [2019-08-28T08:54:31.883Z] 
08:54:31 [2019-08-28T08:54:31.883Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
08:54:32 [2019-08-28T08:54:32.676Z] #47 210.2 🇩 bin/containerd
08:54:35 [2019-08-28T08:54:35.681Z] ok  	github.com/docker/docker/api/server	0.004s	coverage: 7.9% of statements
08:54:38 [2019-08-28T08:54:38.434Z] #47 214.3 🇩 bin/containerd
08:54:40 [2019-08-28T08:54:40.627Z] 🇩 bin/containerd-shim-runc-v1
08:54:45 [2019-08-28T08:54:45.027Z] 🇩 binaries
08:54:45 [2019-08-28T08:54:45.027Z] + mkdir -p /build
08:54:45 [2019-08-28T08:54:45.027Z] + cp bin/containerd /build/containerd
08:54:45 [2019-08-28T08:54:45.027Z] + cp bin/containerd-shim /build/containerd-shim
08:54:45 [2019-08-28T08:54:45.027Z] + cp bin/ctr /build/ctr
08:54:50 [2019-08-28T08:54:50.516Z] Removing intermediate container 272ffb971f25
08:54:50 [2019-08-28T08:54:50.516Z]  ---> 388e27f58f41
08:54:50 [2019-08-28T08:54:50.516Z] Step 56/126 : FROM dev-base AS proxy
08:54:50 [2019-08-28T08:54:50.516Z]  ---> 291c9f731d5f
08:54:50 [2019-08-28T08:54:50.516Z] Step 57/126 : ENV INSTALL_BINARY_NAME=proxy
08:54:50 [2019-08-28T08:54:50.516Z]  ---> Running in 6dd7728cfa60
08:54:50 [2019-08-28T08:54:50.516Z] Removing intermediate container 6dd7728cfa60
08:54:50 [2019-08-28T08:54:50.516Z]  ---> 55d8b7f26ec8
08:54:50 [2019-08-28T08:54:50.516Z] Step 58/126 : COPY hack/dockerfile/install/install.sh ./install.sh
08:54:50 [2019-08-28T08:54:50.516Z]  ---> c5ef119b2e19
08:54:50 [2019-08-28T08:54:50.516Z] Step 59/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./
08:54:50 [2019-08-28T08:54:50.803Z]  ---> 7de488330174
08:54:50 [2019-08-28T08:54:50.803Z] Step 60/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME
08:54:50 [2019-08-28T08:54:50.803Z]  ---> Running in d06138e29292
08:54:51 [2019-08-28T08:54:51.092Z] + RM_GOPATH=0
08:54:51 [2019-08-28T08:54:51.092Z] + TMP_GOPATH=
08:54:51 [2019-08-28T08:54:51.092Z] + : /build
08:54:51 [2019-08-28T08:54:51.092Z] + '[' -z '' ']'
08:54:51 [2019-08-28T08:54:51.092Z] ++ mktemp -d
08:54:51 [2019-08-28T08:54:51.092Z] + export GOPATH=/tmp/tmp.OU9mUc5RdR
08:54:51 [2019-08-28T08:54:51.092Z] + GOPATH=/tmp/tmp.OU9mUc5RdR
08:54:51 [2019-08-28T08:54:51.092Z] + RM_GOPATH=1
08:54:51 [2019-08-28T08:54:51.092Z] ++ dirname ./install.sh
08:54:51 [2019-08-28T08:54:51.092Z] Install docker-proxy version 09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1
08:54:51 [2019-08-28T08:54:51.092Z] + dir=.
08:54:51 [2019-08-28T08:54:51.092Z] + bin=proxy
08:54:51 [2019-08-28T08:54:51.092Z] + shift
08:54:51 [2019-08-28T08:54:51.092Z] + '[' '!' -f ./proxy.installer ']'
08:54:51 [2019-08-28T08:54:51.092Z] + . ./proxy.installer
08:54:51 [2019-08-28T08:54:51.092Z] ++ LIBNETWORK_COMMIT=09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1
08:54:51 [2019-08-28T08:54:51.092Z] + install_proxy
08:54:51 [2019-08-28T08:54:51.092Z] + case "$1" in
08:54:51 [2019-08-28T08:54:51.092Z] + export CGO_ENABLED=0
08:54:51 [2019-08-28T08:54:51.092Z] + CGO_ENABLED=0
08:54:51 [2019-08-28T08:54:51.092Z] + _install_proxy
08:54:51 [2019-08-28T08:54:51.092Z] + echo 'Install docker-proxy version 09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1'
08:54:51 [2019-08-28T08:54:51.092Z] + git clone https://github.com/docker/libnetwork.git /tmp/tmp.OU9mUc5RdR/src/github.com/docker/libnetwork
08:54:51 [2019-08-28T08:54:51.092Z] Cloning into '/tmp/tmp.OU9mUc5RdR/src/github.com/docker/libnetwork'...
08:54:53 [2019-08-28T08:54:53.782Z] + cd /tmp/tmp.OU9mUc5RdR/src/github.com/docker/libnetwork
08:54:53 [2019-08-28T08:54:53.782Z] + git checkout -q 09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1
08:54:54 [2019-08-28T08:54:54.064Z] + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
08:54:54 [2019-08-28T08:54:54.555Z] #47 232.0 🇩 bin/containerd-stress
08:54:55 [2019-08-28T08:54:55.915Z] #47 233.8 🇩 bin/containerd-shim
08:54:58 [2019-08-28T08:54:58.453Z] Removing intermediate container d06138e29292
08:54:58 [2019-08-28T08:54:58.453Z]  ---> c31e1a655298
08:54:58 [2019-08-28T08:54:58.453Z] Step 61/126 : FROM base AS gometalinter
08:54:58 [2019-08-28T08:54:58.453Z]  ---> 291c9f731d5f
08:54:58 [2019-08-28T08:54:58.453Z] Step 62/126 : ENV INSTALL_BINARY_NAME=gometalinter
08:54:58 [2019-08-28T08:54:58.453Z]  ---> Running in 034866f65b79
08:54:58 [2019-08-28T08:54:58.453Z] Removing intermediate container 034866f65b79
08:54:58 [2019-08-28T08:54:58.453Z]  ---> 336619e3b27e
08:54:58 [2019-08-28T08:54:58.453Z] Step 63/126 : COPY hack/dockerfile/install/install.sh ./install.sh
08:54:58 [2019-08-28T08:54:58.453Z]  ---> 5d7c79c7e5ee
08:54:58 [2019-08-28T08:54:58.453Z] Step 64/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./
08:54:58 [2019-08-28T08:54:58.453Z]  ---> 92a2a6b5b9c5
08:54:58 [2019-08-28T08:54:58.453Z] Step 65/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME
08:54:58 [2019-08-28T08:54:58.453Z]  ---> Running in a6de3fa2bb1e
08:54:58 [2019-08-28T08:54:58.453Z] + RM_GOPATH=0
08:54:58 [2019-08-28T08:54:58.453Z] + TMP_GOPATH=
08:54:58 [2019-08-28T08:54:58.453Z] + : /build
08:54:58 [2019-08-28T08:54:58.453Z] + '[' -z '' ']'
08:54:58 [2019-08-28T08:54:58.453Z] ++ mktemp -d
08:54:58 [2019-08-28T08:54:58.453Z] + export GOPATH=/tmp/tmp.UjII5VrFmf
08:54:58 [2019-08-28T08:54:58.453Z] + GOPATH=/tmp/tmp.UjII5VrFmf
08:54:58 [2019-08-28T08:54:58.453Z] + RM_GOPATH=1
08:54:58 [2019-08-28T08:54:58.453Z] ++ dirname ./install.sh
08:54:58 [2019-08-28T08:54:58.453Z] + dir=.
08:54:58 [2019-08-28T08:54:58.453Z] Installing gometalinter version v2.0.6
08:54:58 [2019-08-28T08:54:58.453Z] + bin=gometalinter
08:54:58 [2019-08-28T08:54:58.453Z] + shift
08:54:58 [2019-08-28T08:54:58.453Z] + '[' '!' -f ./gometalinter.installer ']'
08:54:58 [2019-08-28T08:54:58.453Z] + . ./gometalinter.installer
08:54:58 [2019-08-28T08:54:58.453Z] ++ GOMETALINTER_COMMIT=v2.0.6
08:54:58 [2019-08-28T08:54:58.453Z] + install_gometalinter
08:54:58 [2019-08-28T08:54:58.453Z] + echo 'Installing gometalinter version v2.0.6'
08:54:58 [2019-08-28T08:54:58.453Z] + go get -d github.com/alecthomas/gometalinter
08:54:59 [2019-08-28T08:54:59.934Z] + cd /tmp/tmp.UjII5VrFmf/src/github.com/alecthomas/gometalinter
08:54:59 [2019-08-28T08:54:59.934Z] + git checkout -q v2.0.6
08:54:59 [2019-08-28T08:54:59.934Z] + go build -buildmode=pie -o /build/gometalinter github.com/alecthomas/gometalinter
08:55:00 [2019-08-28T08:55:00.349Z] #47 236.5 🇩 bin/containerd-stress
08:55:01 [2019-08-28T08:55:01.281Z] #47 238.1 🇩 bin/containerd-shim
08:55:02 [2019-08-28T08:55:02.443Z] #47 239.7 🇩 bin/containerd-shim-runc-v1
08:55:04 [2019-08-28T08:55:04.330Z] #47 242.3 🇩 binaries
08:55:04 [2019-08-28T08:55:04.585Z] #47 242.3 + mkdir -p /build
08:55:04 [2019-08-28T08:55:04.585Z] #47 242.3 + cp bin/containerd /build/containerd
08:55:04 [2019-08-28T08:55:04.585Z] #47 242.3 + cp bin/containerd-shim /build/containerd-shim
08:55:04 [2019-08-28T08:55:04.585Z] #47 242.3 + cp bin/ctr /build/ctr
08:55:04 [2019-08-28T08:55:04.840Z] #47 DONE 242.9s
08:55:05 [2019-08-28T08:55:05.765Z] 
08:55:05 [2019-08-28T08:55:05.765Z] #48 [dev 17/24] COPY --from=containerd /build/ /usr/local/bin/
08:55:06 [2019-08-28T08:55:06.020Z] #48 DONE 0.2s
08:55:06 [2019-08-28T08:55:06.020Z] 
08:55:06 [2019-08-28T08:55:06.020Z] #51 [dev 18/24] COPY --from=proxy /build/ /usr/local/bin/
08:55:06 [2019-08-28T08:55:06.020Z] #51 DONE 0.1s
08:55:06 [2019-08-28T08:55:06.020Z] 
08:55:06 [2019-08-28T08:55:06.020Z] #54 [dev 19/24] COPY --from=dockercli /build/ /usr/local/cli
08:55:06 [2019-08-28T08:55:06.020Z] #54 DONE 0.1s
08:55:06 [2019-08-28T08:55:06.276Z] 
08:55:06 [2019-08-28T08:55:06.276Z] #56 [dev 20/24] COPY --from=registry /build/registry* /usr/local/bin/
08:55:06 [2019-08-28T08:55:06.276Z] #56 DONE 0.2s
08:55:06 [2019-08-28T08:55:06.276Z] 
08:55:06 [2019-08-28T08:55:06.276Z] #59 [dev 21/24] COPY --from=criu /build/ /usr/local/
08:55:06 [2019-08-28T08:55:06.276Z] #59 DONE 0.1s
08:55:06 [2019-08-28T08:55:06.532Z] 
08:55:06 [2019-08-28T08:55:06.532Z] #63 [dev 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/
08:55:06 [2019-08-28T08:55:06.532Z] #63 DONE 0.1s
08:55:06 [2019-08-28T08:55:06.532Z] 
08:55:06 [2019-08-28T08:55:06.532Z] #65 [dev 23/24] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397...
08:55:06 [2019-08-28T08:55:06.532Z] #65 DONE 0.1s
08:55:06 [2019-08-28T08:55:06.786Z] 
08:55:06 [2019-08-28T08:55:06.786Z] #66 [dev 24/24] WORKDIR /go/src/github.com/docker/docker
08:55:06 [2019-08-28T08:55:06.786Z] #66 DONE 0.0s
08:55:06 [2019-08-28T08:55:06.786Z] 
08:55:06 [2019-08-28T08:55:06.786Z] #67 [final 1/1] COPY . /go/src/github.com/docker/docker
08:55:07 [2019-08-28T08:55:07.709Z] #67 DONE 0.8s
08:55:07 [2019-08-28T08:55:07.709Z] 
08:55:07 [2019-08-28T08:55:07.709Z] #68 exporting to image
08:55:07 [2019-08-28T08:55:07.709Z] #68 exporting layers
08:55:07 [2019-08-28T08:55:07.832Z] #47 244.1 🇩 bin/containerd-shim-runc-v1
08:55:10 [2019-08-28T08:55:10.357Z] #47 246.8 🇩 binaries
08:55:10 [2019-08-28T08:55:10.357Z] #47 246.8 + mkdir -p /build
08:55:10 [2019-08-28T08:55:10.357Z] #47 246.8 + cp bin/containerd /build/containerd
08:55:10 [2019-08-28T08:55:10.357Z] #47 246.8 + cp bin/containerd-shim /build/containerd-shim
08:55:10 [2019-08-28T08:55:10.357Z] #47 246.9 + cp bin/ctr /build/ctr
08:55:10 [2019-08-28T08:55:10.357Z] #47 DONE 247.4s
08:55:11 [2019-08-28T08:55:11.728Z] 
08:55:11 [2019-08-28T08:55:11.728Z] #48 [dev 17/24] COPY --from=containerd /build/ /usr/local/bin/
08:55:11 [2019-08-28T08:55:11.728Z] #48 DONE 0.2s
08:55:11 [2019-08-28T08:55:11.728Z] 
08:55:11 [2019-08-28T08:55:11.728Z] #51 [dev 18/24] COPY --from=proxy /build/ /usr/local/bin/
08:55:11 [2019-08-28T08:55:11.728Z] #51 DONE 0.1s
08:55:11 [2019-08-28T08:55:11.728Z] 
08:55:11 [2019-08-28T08:55:11.728Z] #54 [dev 19/24] COPY --from=dockercli /build/ /usr/local/cli
08:55:11 [2019-08-28T08:55:11.985Z] #54 DONE 0.1s
08:55:11 [2019-08-28T08:55:11.985Z] 
08:55:11 [2019-08-28T08:55:11.985Z] #56 [dev 20/24] COPY --from=registry /build/registry* /usr/local/bin/
08:55:12 [2019-08-28T08:55:12.242Z] #56 DONE 0.2s
08:55:12 [2019-08-28T08:55:12.242Z] 
08:55:12 [2019-08-28T08:55:12.242Z] #59 [dev 21/24] COPY --from=criu /build/ /usr/local/
08:55:12 [2019-08-28T08:55:12.242Z] #59 DONE 0.1s
08:55:12 [2019-08-28T08:55:12.242Z] 
08:55:12 [2019-08-28T08:55:12.242Z] #63 [dev 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/
08:55:12 [2019-08-28T08:55:12.242Z] #63 DONE 0.1s
08:55:12 [2019-08-28T08:55:12.242Z] 
08:55:12 [2019-08-28T08:55:12.242Z] #65 [dev 23/24] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397...
08:55:12 [2019-08-28T08:55:12.499Z] #65 DONE 0.1s
08:55:12 [2019-08-28T08:55:12.499Z] 
08:55:12 [2019-08-28T08:55:12.499Z] #66 [dev 24/24] WORKDIR /go/src/github.com/docker/docker
08:55:12 [2019-08-28T08:55:12.499Z] #66 DONE 0.0s
08:55:12 [2019-08-28T08:55:12.499Z] 
08:55:12 [2019-08-28T08:55:12.499Z] #67 [final 1/1] COPY . /go/src/github.com/docker/docker
08:55:13 [2019-08-28T08:55:13.430Z] #67 DONE 0.7s
08:55:13 [2019-08-28T08:55:13.430Z] 
08:55:13 [2019-08-28T08:55:13.430Z] #68 exporting to image
08:55:13 [2019-08-28T08:55:13.430Z] #68 exporting layers
08:55:14 [2019-08-28T08:55:14.236Z] #68 exporting layers 6.7s done
08:55:14 [2019-08-28T08:55:14.236Z] #68 writing image sha256:bbf13c3ab742e25a7f678c41e0b631214069e9ac81fd2f09b43bfc662f210fee done
08:55:14 [2019-08-28T08:55:14.236Z] #68 naming to docker.io/library/docker:99453d7bb34e7b145ef590cbada530110314bb02 done
08:55:14 [2019-08-28T08:55:14.236Z] #68 DONE 6.7s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate)
[Pipeline] sh
08:55:14 [2019-08-28T08:55:14.679Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39571/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-39571/.git:/go/src/github.com/docker/docker/.git --name docker-pr8 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=99453d7bb34e7b145ef590cbada530110314bb02 -e DOCKER_GRAPHDRIVER docker:99453d7bb34e7b145ef590cbada530110314bb02 hack/validate/default
08:55:16 [2019-08-28T08:55:16.560Z] Congratulations!  All commits are properly signed with the DCO!
08:55:18 [2019-08-28T08:55:18.410Z] + GOBIN=/build
08:55:18 [2019-08-28T08:55:18.410Z] + /build/gometalinter --install
08:55:18 [2019-08-28T08:55:18.410Z] Installing:
08:55:18 [2019-08-28T08:55:18.410Z]   deadcode
08:55:18 [2019-08-28T08:55:18.410Z]   dupl
08:55:18 [2019-08-28T08:55:18.410Z]   errcheck
08:55:18 [2019-08-28T08:55:18.410Z]   gas
08:55:18 [2019-08-28T08:55:18.410Z]   gochecknoglobals
08:55:18 [2019-08-28T08:55:18.410Z]   gochecknoinits
08:55:18 [2019-08-28T08:55:18.410Z]   goconst
08:55:18 [2019-08-28T08:55:18.410Z]   gocyclo
08:55:18 [2019-08-28T08:55:18.410Z]   goimports
08:55:18 [2019-08-28T08:55:18.410Z]   golint
08:55:18 [2019-08-28T08:55:18.410Z]   gosimple
08:55:18 [2019-08-28T08:55:18.410Z]   gotype
08:55:18 [2019-08-28T08:55:18.410Z]   gotypex
08:55:18 [2019-08-28T08:55:18.410Z]   ineffassign
08:55:18 [2019-08-28T08:55:18.410Z]   interfacer
08:55:18 [2019-08-28T08:55:18.410Z]   lll
08:55:18 [2019-08-28T08:55:18.410Z]   maligned
08:55:18 [2019-08-28T08:55:18.410Z]   megacheck
08:55:18 [2019-08-28T08:55:18.410Z]   misspell
08:55:18 [2019-08-28T08:55:18.410Z]   nakedret
08:55:18 [2019-08-28T08:55:18.410Z]   safesql
08:55:18 [2019-08-28T08:55:18.410Z]   staticcheck
08:55:18 [2019-08-28T08:55:18.410Z]   structcheck
08:55:18 [2019-08-28T08:55:18.410Z]   unconvert
08:55:18 [2019-08-28T08:55:18.410Z]   unparam
08:55:18 [2019-08-28T08:55:18.410Z]   unused
08:55:18 [2019-08-28T08:55:18.410Z]   varcheck
08:55:19 [2019-08-28T08:55:19.979Z] #68 exporting layers 6.7s done
08:55:19 [2019-08-28T08:55:19.979Z] #68 writing image sha256:9c1fda8a6ef42f9975cfecc1023c6e80043aebcde10052cc62ebc60c3bab2d14 done
08:55:19 [2019-08-28T08:55:19.979Z] #68 naming to docker.io/library/docker:99453d7bb34e7b145ef590cbada530110314bb02 done
08:55:19 [2019-08-28T08:55:19.979Z] #68 DONE 6.7s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] sh
08:55:21 [2019-08-28T08:55:21.421Z] 
08:55:21 [2019-08-28T08:55:21.421Z] Removing bundles/
08:55:21 [2019-08-28T08:55:21.421Z] 
08:55:21 [2019-08-28T08:55:21.421Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon)
08:55:21 [2019-08-28T08:55:21.679Z] Building: bundles/dynbinary-daemon/dockerd-dev
08:55:21 [2019-08-28T08:55:21.679Z] GOOS="" GOARCH="" GOARM=""
08:55:34 [2019-08-28T08:55:34.751Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
08:55:34 [2019-08-28T08:55:34.751Z] ok  	github.com/docker/docker/api/server/httputils	0.010s	coverage: 14.7% of statements
08:55:34 [2019-08-28T08:55:34.751Z] ok  	github.com/docker/docker/api/server/middleware	0.005s	coverage: 37.7% of statements
08:55:34 [2019-08-28T08:55:34.751Z] ?   	github.com/docker/docker/api/server/router	[no test files]
08:55:34 [2019-08-28T08:55:34.751Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
08:55:34 [2019-08-28T08:55:34.751Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
08:55:34 [2019-08-28T08:55:34.751Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
08:55:34 [2019-08-28T08:55:34.751Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
08:55:34 [2019-08-28T08:55:34.751Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
08:55:34 [2019-08-28T08:55:34.751Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
08:55:34 [2019-08-28T08:55:34.751Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
08:55:34 [2019-08-28T08:55:34.751Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
08:55:34 [2019-08-28T08:55:34.751Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
08:55:34 [2019-08-28T08:55:34.751Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
08:55:34 [2019-08-28T08:55:34.751Z] ok  	github.com/docker/docker/api/server/router/swarm	0.006s	coverage: 4.0% of statements
08:55:34 [2019-08-28T08:55:34.751Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
08:55:34 [2019-08-28T08:55:34.751Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
08:55:34 [2019-08-28T08:55:34.751Z] ?   	github.com/docker/docker/api/types	[no test files]
08:55:34 [2019-08-28T08:55:34.751Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
08:55:34 [2019-08-28T08:55:34.751Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
08:55:34 [2019-08-28T08:55:34.751Z] ?   	github.com/docker/docker/api/types/container	[no test files]
08:55:34 [2019-08-28T08:55:34.751Z] ?   	github.com/docker/docker/api/types/events	[no test files]
08:55:34 [2019-08-28T08:55:34.751Z] ok  	github.com/docker/docker/api/types/strslice	0.003s	coverage: 90.0% of statements
08:55:34 [2019-08-28T08:55:34.751Z] ok  	github.com/docker/docker/api/types/filters	0.004s	coverage: 95.2% of statements
08:55:34 [2019-08-28T08:55:34.751Z] ?   	github.com/docker/docker/api/types/image	[no test files]
08:55:34 [2019-08-28T08:55:34.751Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
08:55:34 [2019-08-28T08:55:34.751Z] ?   	github.com/docker/docker/api/types/network	[no test files]
08:55:34 [2019-08-28T08:55:34.751Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
08:55:34 [2019-08-28T08:55:34.751Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
08:55:34 [2019-08-28T08:55:34.751Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
08:55:34 [2019-08-28T08:55:34.751Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
08:55:34 [2019-08-28T08:55:34.751Z] ok  	github.com/docker/docker/api/types/time	0.003s	coverage: 100.0% of statements
08:55:34 [2019-08-28T08:55:34.751Z] ok  	github.com/docker/docker/api/types/versions	0.003s	coverage: 75.0% of statements
08:55:34 [2019-08-28T08:55:34.751Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
08:55:34 [2019-08-28T08:55:34.751Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
08:55:34 [2019-08-28T08:55:34.751Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
08:55:34 [2019-08-28T08:55:34.751Z] ?   	github.com/docker/docker/builder	[no test files]
08:55:34 [2019-08-28T08:55:34.751Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
08:55:34 [2019-08-28T08:55:34.751Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
08:55:34 [2019-08-28T08:55:34.751Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
08:55:34 [2019-08-28T08:55:34.751Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
08:55:34 [2019-08-28T08:55:34.751Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
08:55:34 [2019-08-28T08:55:34.751Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
08:55:34 [2019-08-28T08:55:34.751Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
08:55:34 [2019-08-28T08:55:34.751Z] ok  	github.com/docker/docker/builder/dockerignore	0.012s	coverage: 96.8% of statements
08:55:38 [2019-08-28T08:55:38.191Z] ok  	github.com/docker/docker/builder/fscache	0.112s	coverage: 69.2% of statements
08:55:39 [2019-08-28T08:55:39.528Z] ok  	github.com/docker/docker/builder/dockerfile	1.072s	coverage: 45.1% of statements
08:55:41 [2019-08-28T08:55:41.441Z] ok  	github.com/docker/docker/builder/remotecontext	0.308s	coverage: 13.6% of statements
08:55:41 [2019-08-28T08:55:41.813Z] ok  	github.com/docker/docker/builder/remotecontext/git	0.954s	coverage: 85.1% of statements
08:55:41 [2019-08-28T08:55:41.813Z] ?   	github.com/docker/docker/cli	[no test files]
08:55:41 [2019-08-28T08:55:41.813Z] ?   	github.com/docker/docker/cli/config	[no test files]
08:55:41 [2019-08-28T08:55:41.813Z] ok  	github.com/docker/docker/cli/debug	0.003s	coverage: 100.0% of statements
08:55:47 [2019-08-28T08:55:47.226Z] ok  	github.com/docker/docker/client	0.202s	coverage: 75.8% of statements
08:55:50 [2019-08-28T08:55:50.985Z] Removing intermediate container a6de3fa2bb1e
08:55:50 [2019-08-28T08:55:50.985Z]  ---> ce505c77cc0c
08:55:50 [2019-08-28T08:55:50.985Z] Step 66/126 : FROM base AS gotestsum
08:55:50 [2019-08-28T08:55:50.985Z]  ---> 291c9f731d5f
08:55:50 [2019-08-28T08:55:50.985Z] Step 67/126 : ENV INSTALL_BINARY_NAME=gotestsum
08:55:50 [2019-08-28T08:55:50.985Z]  ---> Running in 5ee0d837c38b
08:55:50 [2019-08-28T08:55:50.985Z] Removing intermediate container 5ee0d837c38b
08:55:50 [2019-08-28T08:55:50.985Z]  ---> b574a3acb845
08:55:50 [2019-08-28T08:55:50.985Z] Step 68/126 : COPY hack/dockerfile/install/install.sh ./install.sh
08:55:50 [2019-08-28T08:55:50.985Z]  ---> b1b31c15226e
08:55:50 [2019-08-28T08:55:50.985Z] Step 69/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./
08:55:50 [2019-08-28T08:55:50.985Z]  ---> 8ee1ce26d58d
08:55:50 [2019-08-28T08:55:50.985Z] Step 70/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME
08:55:50 [2019-08-28T08:55:50.985Z]  ---> Running in 3eb600785cca
08:55:50 [2019-08-28T08:55:50.985Z] + RM_GOPATH=0
08:55:50 [2019-08-28T08:55:50.985Z] + TMP_GOPATH=
08:55:50 [2019-08-28T08:55:50.985Z] + : /build
08:55:50 [2019-08-28T08:55:50.985Z] + '[' -z '' ']'
08:55:50 [2019-08-28T08:55:50.985Z] ++ mktemp -d
08:55:50 [2019-08-28T08:55:50.985Z] + export GOPATH=/tmp/tmp.D3X7g8mpJc
08:55:50 [2019-08-28T08:55:50.985Z] + GOPATH=/tmp/tmp.D3X7g8mpJc
08:55:50 [2019-08-28T08:55:50.985Z] + RM_GOPATH=1
08:55:50 [2019-08-28T08:55:50.985Z] ++ dirname ./install.sh
08:55:50 [2019-08-28T08:55:50.985Z] + dir=.
08:55:50 [2019-08-28T08:55:50.985Z] + bin=gotestsum
08:55:50 [2019-08-28T08:55:50.985Z] + shift
08:55:50 [2019-08-28T08:55:50.985Z] + '[' '!' -f ./gotestsum.installer ']'
08:55:50 [2019-08-28T08:55:50.985Z] + . ./gotestsum.installer
08:55:50 [2019-08-28T08:55:50.985Z] ++ GOTESTSUM_COMMIT=v0.3.5
08:55:50 [2019-08-28T08:55:50.985Z] + install_gotestsum
08:55:50 [2019-08-28T08:55:50.985Z] + echo 'Installing gotestsum version v0.3.5'
08:55:50 [2019-08-28T08:55:50.985Z] + go get -d gotest.tools/gotestsum
08:55:50 [2019-08-28T08:55:50.985Z] Installing gotestsum version v0.3.5
08:56:01 [2019-08-28T08:56:01.270Z] + cd /tmp/tmp.D3X7g8mpJc/src/gotest.tools/gotestsum
08:56:01 [2019-08-28T08:56:01.270Z] + git checkout -q v0.3.5
08:56:01 [2019-08-28T08:56:01.270Z] + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum
08:56:19 [2019-08-28T08:56:19.744Z] Removing intermediate container 3eb600785cca
08:56:19 [2019-08-28T08:56:19.744Z]  ---> 2cb7e5c2848e
08:56:19 [2019-08-28T08:56:19.744Z] Step 71/126 : FROM dev-base AS dockercli
08:56:19 [2019-08-28T08:56:19.744Z]  ---> 291c9f731d5f
08:56:19 [2019-08-28T08:56:19.744Z] Step 72/126 : ENV INSTALL_BINARY_NAME=dockercli
08:56:19 [2019-08-28T08:56:19.744Z]  ---> Running in 8c497b0355d8
08:56:19 [2019-08-28T08:56:19.744Z] Removing intermediate container 8c497b0355d8
08:56:19 [2019-08-28T08:56:19.744Z]  ---> f70d2a26d824
08:56:19 [2019-08-28T08:56:19.744Z] Step 73/126 : COPY hack/dockerfile/install/install.sh ./install.sh
08:56:19 [2019-08-28T08:56:19.744Z]  ---> d87bc8898227
08:56:19 [2019-08-28T08:56:19.744Z] Step 74/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./
08:56:19 [2019-08-28T08:56:19.744Z]  ---> e7bb90e0c543
08:56:19 [2019-08-28T08:56:19.744Z] Step 75/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME
08:56:19 [2019-08-28T08:56:19.744Z]  ---> Running in af0f9561648f
08:56:19 [2019-08-28T08:56:19.744Z] + RM_GOPATH=0
08:56:19 [2019-08-28T08:56:19.744Z] + TMP_GOPATH=
08:56:19 [2019-08-28T08:56:19.744Z] + : /build
08:56:19 [2019-08-28T08:56:19.744Z] + '[' -z '' ']'
08:56:19 [2019-08-28T08:56:19.744Z] ++ mktemp -d
08:56:19 [2019-08-28T08:56:19.744Z] + export GOPATH=/tmp/tmp.sFn7SKWaHO
08:56:19 [2019-08-28T08:56:19.744Z] + GOPATH=/tmp/tmp.sFn7SKWaHO
08:56:19 [2019-08-28T08:56:19.744Z] + RM_GOPATH=1
08:56:19 [2019-08-28T08:56:19.744Z] ++ dirname ./install.sh
08:56:19 [2019-08-28T08:56:19.744Z] + dir=.
08:56:19 [2019-08-28T08:56:19.744Z] + bin=dockercli
08:56:19 [2019-08-28T08:56:19.744Z] + shift
08:56:19 [2019-08-28T08:56:19.744Z] + '[' '!' -f ./dockercli.installer ']'
08:56:19 [2019-08-28T08:56:19.744Z] + . ./dockercli.installer
08:56:19 [2019-08-28T08:56:19.744Z] ++ DOCKERCLI_CHANNEL=stable
08:56:19 [2019-08-28T08:56:19.744Z] ++ DOCKERCLI_VERSION=17.06.2-ce
08:56:19 [2019-08-28T08:56:19.744Z] + install_dockercli
08:56:19 [2019-08-28T08:56:19.744Z] + echo 'Install docker/cli version 17.06.2-ce from stable'
08:56:19 [2019-08-28T08:56:19.744Z] ++ uname -m
08:56:19 [2019-08-28T08:56:19.744Z] Install docker/cli version 17.06.2-ce from stable
08:56:19 [2019-08-28T08:56:19.744Z] + arch=ppc64le
08:56:19 [2019-08-28T08:56:19.744Z] + '[' ppc64le '!=' x86_64 ']'
08:56:19 [2019-08-28T08:56:19.744Z] + '[' ppc64le '!=' s390x ']'
08:56:19 [2019-08-28T08:56:19.744Z] + '[' ppc64le '!=' armhf ']'
08:56:19 [2019-08-28T08:56:19.744Z] + build_dockercli
08:56:19 [2019-08-28T08:56:19.744Z] + git clone https://github.com/docker/docker-ce /tmp/tmp.sFn7SKWaHO/tmp/docker-ce
08:56:19 [2019-08-28T08:56:19.744Z] Cloning into '/tmp/tmp.sFn7SKWaHO/tmp/docker-ce'...
08:56:21 [2019-08-28T08:56:21.994Z] ok  	github.com/docker/docker/cmd/dockerd	0.080s	coverage: 29.9% of statements
08:56:21 [2019-08-28T08:56:21.994Z] ok  	github.com/docker/docker/container	0.115s	coverage: 35.5% of statements
08:56:21 [2019-08-28T08:56:21.994Z] ?   	github.com/docker/docker/container/stream	[no test files]
08:56:21 [2019-08-28T08:56:21.994Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
08:56:21 [2019-08-28T08:56:21.994Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
08:56:21 [2019-08-28T08:56:21.994Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
08:56:28 [2019-08-28T08:56:28.668Z] ok  	github.com/docker/docker/daemon/cluster	0.114s	coverage: 0.5% of statements
08:56:29 [2019-08-28T08:56:29.478Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.010s	coverage: 65.3% of statements
08:56:32 [2019-08-28T08:56:32.058Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.011s	coverage: 35.8% of statements
08:56:37 [2019-08-28T08:56:37.914Z] Congratulations!  "./pkg/..." is safely isolated from internal code.
08:56:37 [2019-08-28T08:56:37.914Z] No api/types/ or api/swagger.yaml changes in diff.
08:56:38 [2019-08-28T08:56:38.169Z] Congratulations!  No testing.T found.
08:56:38 [2019-08-28T08:56:38.169Z] Congratulations!  All toml source files changed here have valid syntax.
08:56:38 [2019-08-28T08:56:38.169Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
08:56:38 [2019-08-28T08:56:38.169Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
08:56:38 [2019-08-28T08:56:38.169Z] Congratulations!  No new tests added to integration-cli.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Docker-py)
[Pipeline] sh
08:56:38 [2019-08-28T08:56:38.896Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39571/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=99453d7bb34e7b145ef590cbada530110314bb02 -e DOCKER_GRAPHDRIVER docker:99453d7bb34e7b145ef590cbada530110314bb02 hack/make.sh dynbinary-daemon test-docker-py
08:56:39 [2019-08-28T08:56:39.456Z] 
08:56:39 [2019-08-28T08:56:39.456Z] Removing bundles/
08:56:39 [2019-08-28T08:56:39.456Z] 
08:56:39 [2019-08-28T08:56:39.456Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon)
08:56:39 [2019-08-28T08:56:39.456Z] Building: bundles/dynbinary-daemon/dockerd-dev
08:56:39 [2019-08-28T08:56:39.456Z] GOOS="" GOARCH="" GOARM=""
08:56:41 [2019-08-28T08:56:41.566Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.432s	coverage: 13.7% of statements
08:56:41 [2019-08-28T08:56:41.566Z] ok  	github.com/docker/docker/daemon	12.280s	coverage: 17.6% of statements
08:56:41 [2019-08-28T08:56:41.566Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
08:56:41 [2019-08-28T08:56:41.566Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
08:56:41 [2019-08-28T08:56:41.976Z] ok  	github.com/docker/docker/daemon/discovery	0.019s	coverage: 30.0% of statements
08:56:42 [2019-08-28T08:56:42.370Z] ok  	github.com/docker/docker/daemon/config	0.061s	coverage: 84.2% of statements
08:56:43 [2019-08-28T08:56:43.111Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
08:56:43 [2019-08-28T08:56:43.111Z] 
08:56:43 [2019-08-28T08:56:43.111Z] 
08:56:43 [2019-08-28T08:56:43.111Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky)
08:56:43 [2019-08-28T08:56:43.111Z] 
08:56:43 [2019-08-28T08:56:43.111Z] 
08:56:43 [2019-08-28T08:56:43.111Z] No new tests added to integration.
08:56:43 [2019-08-28T08:56:43.111Z] 
08:56:43 [2019-08-28T08:56:43.111Z] ---> Making bundle: test-integration (in bundles/test-integration)
08:56:43 [2019-08-28T08:56:43.111Z] ---> Making bundle: test-integration (in bundles/test-integration)
08:56:43 [2019-08-28T08:56:43.111Z] Skipping integration tests since TESTFLAGS includes integration-cli only flags
08:56:43 [2019-08-28T08:56:43.111Z] ---> Making bundle: test-integration (in bundles/test-integration)
08:56:43 [2019-08-28T08:56:43.111Z] Skipping integration tests since TESTFLAGS includes integration-cli only flags
08:56:43 [2019-08-28T08:56:43.111Z] PKG_CONFIG=pkg-config
08:56:43 [2019-08-28T08:56:43.111Z] GOLANG_VERSION=1.12.9
08:56:43 [2019-08-28T08:56:43.111Z] HOSTNAME=603b92497f94
08:56:43 [2019-08-28T08:56:43.111Z] KEEPBUNDLE=1
08:56:43 [2019-08-28T08:56:43.111Z] DOCKER_INTEGRATION_DAEMON_DEST=/go/src/github.com/docker/docker/bundles/test-integration/1
08:56:43 [2019-08-28T08:56:43.111Z] container=docker
08:56:43 [2019-08-28T08:56:43.111Z] TEST_SKIP_INTEGRATION_CLI=1
08:56:43 [2019-08-28T08:56:43.111Z] GOMETALINTER_OPTS=--deadline=2m
08:56:43 [2019-08-28T08:56:43.111Z] GOPATH=/go
08:56:43 [2019-08-28T08:56:43.111Z] PWD=/go/src/github.com/docker/docker
08:56:43 [2019-08-28T08:56:43.111Z] HOME=/root
08:56:43 [2019-08-28T08:56:43.111Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
08:56:43 [2019-08-28T08:56:43.111Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
08:56:43 [2019-08-28T08:56:43.111Z] DOCKER_GITCOMMIT=99453d7bb34e7b145ef590cbada530110314bb02
08:56:43 [2019-08-28T08:56:43.111Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
08:56:43 [2019-08-28T08:56:43.111Z] DOCKER_GRAPHDRIVER=overlay2
08:56:43 [2019-08-28T08:56:43.111Z] TEST_INTEGRATION_DEST=1
08:56:43 [2019-08-28T08:56:43.111Z] TERM=xterm
08:56:43 [2019-08-28T08:56:43.111Z] DEST=/go/src/github.com/docker/docker/bundles/test-integration/1
08:56:43 [2019-08-28T08:56:43.111Z] SHLVL=1
08:56:43 [2019-08-28T08:56:43.111Z] TIMEOUT=120m
08:56:43 [2019-08-28T08:56:43.111Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
08:56:43 [2019-08-28T08:56:43.111Z] DOCKER_PKG=github.com/docker/docker
08:56:43 [2019-08-28T08:56:43.111Z] _=/usr/bin/env
08:56:43 [2019-08-28T08:56:43.111Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
08:56:43 [2019-08-28T08:56:43.111Z] PKG_CONFIG=pkg-config
08:56:43 [2019-08-28T08:56:43.111Z] GOLANG_VERSION=1.12.9
08:56:43 [2019-08-28T08:56:43.111Z] HOSTNAME=bac3684cc218
08:56:43 [2019-08-28T08:56:43.111Z] KEEPBUNDLE=1
08:56:43 [2019-08-28T08:56:43.111Z] DOCKER_INTEGRATION_DAEMON_DEST=/go/src/github.com/docker/docker/bundles/test-integration/3
08:56:43 [2019-08-28T08:56:43.111Z] container=docker
08:56:43 [2019-08-28T08:56:43.111Z] TEST_SKIP_INTEGRATION=1
08:56:43 [2019-08-28T08:56:43.111Z] GOMETALINTER_OPTS=--deadline=2m
08:56:43 [2019-08-28T08:56:43.111Z] GOPATH=/go
08:56:43 [2019-08-28T08:56:43.111Z] PWD=/go/src/github.com/docker/docker
08:56:43 [2019-08-28T08:56:43.111Z] HOME=/root
08:56:43 [2019-08-28T08:56:43.111Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
08:56:43 [2019-08-28T08:56:43.111Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
08:56:43 [2019-08-28T08:56:43.111Z] DOCKER_GITCOMMIT=99453d7bb34e7b145ef590cbada530110314bb02
08:56:43 [2019-08-28T08:56:43.111Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
08:56:43 [2019-08-28T08:56:43.111Z] DOCKER_GRAPHDRIVER=overlay2
08:56:43 [2019-08-28T08:56:43.111Z] TEST_INTEGRATION_DEST=3
08:56:43 [2019-08-28T08:56:43.111Z] TERM=xterm
08:56:43 [2019-08-28T08:56:43.111Z] DEST=/go/src/github.com/docker/docker/bundles/test-integration/3
08:56:43 [2019-08-28T08:56:43.111Z] SHLVL=1
08:56:43 [2019-08-28T08:56:43.111Z] TIMEOUT=120m
08:56:43 [2019-08-28T08:56:43.111Z] TESTFLAGS=-check.f ^(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)
08:56:43 [2019-08-28T08:56:43.111Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
08:56:43 [2019-08-28T08:56:43.111Z] DOCKER_PKG=github.com/docker/docker
08:56:43 [2019-08-28T08:56:43.111Z] _=/usr/bin/env
08:56:43 [2019-08-28T08:56:43.111Z] Building test suite binary ./integration-cli/test.main
08:56:43 [2019-08-28T08:56:43.111Z] PKG_CONFIG=pkg-config
08:56:43 [2019-08-28T08:56:43.111Z] GOLANG_VERSION=1.12.9
08:56:43 [2019-08-28T08:56:43.111Z] HOSTNAME=675c891e47ff
08:56:43 [2019-08-28T08:56:43.111Z] KEEPBUNDLE=1
08:56:43 [2019-08-28T08:56:43.111Z] DOCKER_INTEGRATION_DAEMON_DEST=/go/src/github.com/docker/docker/bundles/test-integration/2
08:56:43 [2019-08-28T08:56:43.111Z] container=docker
08:56:43 [2019-08-28T08:56:43.111Z] TEST_SKIP_INTEGRATION=1
08:56:43 [2019-08-28T08:56:43.111Z] GOMETALINTER_OPTS=--deadline=2m
08:56:43 [2019-08-28T08:56:43.111Z] GOPATH=/go
08:56:43 [2019-08-28T08:56:43.111Z] PWD=/go/src/github.com/docker/docker
08:56:43 [2019-08-28T08:56:43.111Z] HOME=/root
08:56:43 [2019-08-28T08:56:43.111Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
08:56:43 [2019-08-28T08:56:43.111Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
08:56:43 [2019-08-28T08:56:43.111Z] DOCKER_GITCOMMIT=99453d7bb34e7b145ef590cbada530110314bb02
08:56:43 [2019-08-28T08:56:43.111Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
08:56:43 [2019-08-28T08:56:43.111Z] DOCKER_GRAPHDRIVER=overlay2
08:56:43 [2019-08-28T08:56:43.111Z] TEST_INTEGRATION_DEST=2
08:56:43 [2019-08-28T08:56:43.111Z] TERM=xterm
08:56:43 [2019-08-28T08:56:43.111Z] DEST=/go/src/github.com/docker/docker/bundles/test-integration/2
08:56:43 [2019-08-28T08:56:43.111Z] SHLVL=1
08:56:43 [2019-08-28T08:56:43.111Z] TIMEOUT=120m
08:56:43 [2019-08-28T08:56:43.111Z] TESTFLAGS=-check.f ^(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)
08:56:43 [2019-08-28T08:56:43.111Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
08:56:43 [2019-08-28T08:56:43.111Z] DOCKER_PKG=github.com/docker/docker
08:56:43 [2019-08-28T08:56:43.111Z] _=/usr/bin/env
08:56:43 [2019-08-28T08:56:43.111Z] Building test suite binary ./integration-cli/test.main
08:56:43 [2019-08-28T08:56:43.188Z] ok  	github.com/docker/docker/daemon/events	0.083s	coverage: 50.0% of statements
08:56:43 [2019-08-28T08:56:43.188Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
08:56:43 [2019-08-28T08:56:43.188Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
08:56:44 [2019-08-28T08:56:44.043Z] ok  	github.com/docker/docker/daemon/graphdriver	0.017s	coverage: 2.2% of statements
08:56:46 [2019-08-28T08:56:46.742Z] + cd /tmp/tmp.sFn7SKWaHO/tmp/docker-ce
08:56:46 [2019-08-28T08:56:46.742Z] + git checkout -q v17.06.2-ce
08:56:47 [2019-08-28T08:56:47.460Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.014s	coverage: 2.9% of statements
08:56:47 [2019-08-28T08:56:47.749Z] + mkdir -p /tmp/tmp.sFn7SKWaHO/src/github.com/docker
08:56:47 [2019-08-28T08:56:47.749Z] + mv components/cli /tmp/tmp.sFn7SKWaHO/src/github.com/docker/cli
08:56:47 [2019-08-28T08:56:47.749Z] + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker
08:56:47 [2019-08-28T08:56:47.848Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.265s	coverage: 57.8% of statements
08:56:55 [2019-08-28T08:56:55.554Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	4.848s	coverage: 46.1% of statements
08:56:56 [2019-08-28T08:56:56.828Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	12.084s	coverage: 72.5% of statements
08:56:56 [2019-08-28T08:56:56.828Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
08:56:58 [2019-08-28T08:56:58.157Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	2.045s	coverage: 50.8% of statements
08:56:59 [2019-08-28T08:56:59.989Z] ok  	github.com/docker/docker/daemon/graphdriver/quota	0.597s	coverage: 76.1% of statements
08:57:01 [2019-08-28T08:57:01.423Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.009s	coverage: 58.0% of statements
08:57:02 [2019-08-28T08:57:02.763Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.006s	coverage: 3.0% of statements
08:57:04 [2019-08-28T08:57:04.622Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	6.079s	coverage: 57.0% of statements
08:57:04 [2019-08-28T08:57:04.622Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
08:57:04 [2019-08-28T08:57:04.622Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
08:57:05 [2019-08-28T08:57:05.440Z] ok  	github.com/docker/docker/daemon/images	0.010s	coverage: 4.9% of statements
08:57:05 [2019-08-28T08:57:05.440Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
08:57:05 [2019-08-28T08:57:05.440Z] ok  	github.com/docker/docker/daemon/links	0.015s	coverage: 93.0% of statements
08:57:05 [2019-08-28T08:57:05.440Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
08:57:08 [2019-08-28T08:57:08.143Z] ok  	github.com/docker/docker/daemon/logger	0.223s	coverage: 42.7% of statements
08:57:08 [2019-08-28T08:57:08.143Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.094s	coverage: 78.2% of statements
08:57:08 [2019-08-28T08:57:08.143Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
08:57:08 [2019-08-28T08:57:08.143Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
08:57:09 [2019-08-28T08:57:09.417Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.006s	coverage: 68.2% of statements
08:57:09 [2019-08-28T08:57:09.417Z] ok  	github.com/docker/docker/daemon/logger/journald	0.005s	coverage: 26.2% of statements
08:57:10 [2019-08-28T08:57:10.253Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.013s	coverage: 88.3% of statements
08:57:10 [2019-08-28T08:57:10.253Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.006s	coverage: 62.1% of statements
08:57:11 [2019-08-28T08:57:11.615Z] ok  	github.com/docker/docker/daemon/logger/local	0.017s	coverage: 74.7% of statements
08:57:11 [2019-08-28T08:57:11.615Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
08:57:11 [2019-08-28T08:57:11.615Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.022s	coverage: 18.6% of statements
08:57:13 [2019-08-28T08:57:13.695Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.014s	coverage: 47.8% of statements
08:57:14 [2019-08-28T08:57:14.474Z] ok  	github.com/docker/docker/daemon/logger/templates	0.003s	coverage: 8.3% of statements
08:57:15 [2019-08-28T08:57:15.255Z] ok  	github.com/docker/docker/daemon/network	0.005s	coverage: 63.8% of statements
08:57:15 [2019-08-28T08:57:15.255Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.684s	coverage: 84.5% of statements
08:57:15 [2019-08-28T08:57:15.255Z] ?   	github.com/docker/docker/daemon/names	[no test files]
08:57:15 [2019-08-28T08:57:15.255Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
08:57:17 [2019-08-28T08:57:17.798Z] ok  	github.com/docker/docker/distribution/metadata	0.035s	coverage: 48.2% of statements
08:57:18 [2019-08-28T08:57:18.299Z] ok  	github.com/docker/docker/distribution	0.352s	coverage: 22.6% of statements
08:57:18 [2019-08-28T08:57:18.299Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
08:57:19 [2019-08-28T08:57:19.651Z] ok  	github.com/docker/docker/errdefs	0.006s	coverage: 49.4% of statements
08:57:20 [2019-08-28T08:57:20.941Z] ok  	github.com/docker/docker/image	0.017s	coverage: 86.4% of statements
08:57:20 [2019-08-28T08:57:20.941Z] ok  	github.com/docker/docker/distribution/xfer	1.513s	coverage: 83.4% of statements
08:57:20 [2019-08-28T08:57:20.941Z] ?   	github.com/docker/docker/dockerversion	[no test files]
08:57:22 [2019-08-28T08:57:22.297Z] ok  	github.com/docker/docker/image/cache	0.021s	coverage: 19.2% of statements
08:57:22 [2019-08-28T08:57:22.297Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
08:57:22 [2019-08-28T08:57:22.297Z] ok  	github.com/docker/docker/image/v1	0.008s	coverage: 25.0% of statements
08:57:22 [2019-08-28T08:57:22.297Z] ?   	github.com/docker/docker/internal/test	[no test files]
08:57:24 [2019-08-28T08:57:24.444Z] ?   	github.com/docker/docker/internal/test/daemon	[no test files]
08:57:24 [2019-08-28T08:57:24.444Z] ?   	github.com/docker/docker/internal/test/environment	[no test files]
08:57:24 [2019-08-28T08:57:24.444Z] ?   	github.com/docker/docker/internal/test/fakecontext	[no test files]
08:57:24 [2019-08-28T08:57:24.444Z] ?   	github.com/docker/docker/internal/test/fakegit	[no test files]
08:57:24 [2019-08-28T08:57:24.444Z] ?   	github.com/docker/docker/internal/test/fakestorage	[no test files]
08:57:24 [2019-08-28T08:57:24.444Z] ?   	github.com/docker/docker/internal/test/fixtures/load	[no test files]
08:57:24 [2019-08-28T08:57:24.444Z] ?   	github.com/docker/docker/internal/test/fixtures/plugin	[no test files]
08:57:24 [2019-08-28T08:57:24.444Z] ?   	github.com/docker/docker/internal/test/fixtures/plugin/basic	[no test files]
08:57:24 [2019-08-28T08:57:24.444Z] ?   	github.com/docker/docker/internal/test/registry	[no test files]
08:57:24 [2019-08-28T08:57:24.444Z] ?   	github.com/docker/docker/internal/test/request	[no test files]
08:57:24 [2019-08-28T08:57:24.838Z] ok  	github.com/docker/docker/internal/testutil	0.017s	coverage: 62.5% of statements
08:57:26 [2019-08-28T08:57:26.174Z] ok  	github.com/docker/docker/libcontainerd/queue	0.023s	coverage: 100.0% of statements
08:57:27 [2019-08-28T08:57:27.532Z] ok  	github.com/docker/docker/opts	0.040s	coverage: 66.9% of statements
08:57:27 [2019-08-28T08:57:27.532Z] ok  	github.com/docker/docker/pkg/aaparser	0.003s	coverage: 50.0% of statements
08:57:30 [2019-08-28T08:57:30.224Z] ok  	github.com/docker/docker/pkg/archive	0.455s	coverage: 76.7% of statements
08:57:31 [2019-08-28T08:57:31.020Z] ok  	github.com/docker/docker/pkg/authorization	0.239s	coverage: 66.7% of statements
08:57:31 [2019-08-28T08:57:31.407Z] ok  	github.com/docker/docker/pkg/broadcaster	0.003s	coverage: 100.0% of statements
08:57:31 [2019-08-28T08:57:31.771Z] ok  	github.com/docker/docker/pkg/capabilities	0.003s	coverage: 87.5% of statements
08:57:34 [2019-08-28T08:57:34.234Z] ok  	github.com/docker/docker/layer	7.694s	coverage: 66.9% of statements
08:57:34 [2019-08-28T08:57:34.234Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
08:57:34 [2019-08-28T08:57:34.234Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
08:57:34 [2019-08-28T08:57:34.234Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
08:57:34 [2019-08-28T08:57:34.234Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
08:57:34 [2019-08-28T08:57:34.234Z] ?   	github.com/docker/docker/oci	[no test files]
08:57:34 [2019-08-28T08:57:34.234Z] ?   	github.com/docker/docker/oci/caps	[no test files]
08:57:34 [2019-08-28T08:57:34.642Z] ok  	github.com/docker/docker/pkg/directory	0.005s	coverage: 80.0% of statements
08:57:35 [2019-08-28T08:57:35.516Z] ok  	github.com/docker/docker/pkg/discovery	0.004s	coverage: 58.3% of statements
08:57:35 [2019-08-28T08:57:35.888Z] ok  	github.com/docker/docker/pkg/discovery/file	0.005s	coverage: 92.9% of statements
08:57:36 [2019-08-28T08:57:36.263Z] ok  	github.com/docker/docker/pkg/chrootarchive	3.608s	coverage: 43.2% of statements
08:57:36 [2019-08-28T08:57:36.263Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
08:57:36 [2019-08-28T08:57:36.263Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
08:57:36 [2019-08-28T08:57:36.667Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.008s	coverage: 92.3% of statements
08:57:37 [2019-08-28T08:57:37.516Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.004s	coverage: 93.8% of statements
08:57:37 [2019-08-28T08:57:37.900Z] ok  	github.com/docker/docker/pkg/dmesg	0.004s	coverage: 83.3% of statements
08:57:39 [2019-08-28T08:57:39.245Z] ok  	github.com/docker/docker/pkg/filenotify	0.605s	coverage: 67.0% of statements
08:57:39 [2019-08-28T08:57:39.656Z] ok  	github.com/docker/docker/pkg/fileutils	0.012s	coverage: 89.5% of statements
08:57:40 [2019-08-28T08:57:40.784Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.122s	coverage: 84.1% of statements
08:57:41 [2019-08-28T08:57:41.163Z] ok  	github.com/docker/docker/pkg/homedir	0.003s	coverage: 10.2% of statements
08:57:41 [2019-08-28T08:57:41.163Z] ok  	github.com/docker/docker/pkg/fsutils	0.468s	coverage: 85.1% of statements
08:57:42 [2019-08-28T08:57:42.001Z] ok  	github.com/docker/docker/pkg/idtools	0.323s	coverage: 70.1% of statements
08:57:42 [2019-08-28T08:57:42.836Z] ok  	github.com/docker/docker/pkg/ioutils	0.508s	coverage: 70.6% of statements
08:57:42 [2019-08-28T08:57:42.836Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.018s	coverage: 91.7% of statements
08:57:43 [2019-08-28T08:57:43.214Z] ok  	github.com/docker/docker/pkg/locker	0.046s	coverage: 88.9% of statements
08:57:43 [2019-08-28T08:57:43.214Z] ok  	github.com/docker/docker/pkg/longpath	0.004s	coverage: 100.0% of statements
08:57:43 [2019-08-28T08:57:43.214Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
08:57:43 [2019-08-28T08:57:43.580Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.004s	coverage: 85.7% of statements
08:57:43 [2019-08-28T08:57:43.955Z] ok  	github.com/docker/docker/pkg/parsers	0.004s	coverage: 97.0% of statements
08:57:44 [2019-08-28T08:57:44.777Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.005s	coverage: 60.0% of statements
08:57:45 [2019-08-28T08:57:45.297Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.018s	coverage: 91.4% of statements
08:57:45 [2019-08-28T08:57:45.297Z] ok  	github.com/docker/docker/pkg/mount	1.312s	coverage: 69.6% of statements
08:57:45 [2019-08-28T08:57:45.297Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
08:57:45 [2019-08-28T08:57:45.297Z] ok  	github.com/docker/docker/pkg/pidfile	0.015s	coverage: 82.4% of statements
08:57:45 [2019-08-28T08:57:45.297Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
08:57:45 [2019-08-28T08:57:45.297Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
08:57:46 [2019-08-28T08:57:46.651Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.008s	coverage: 56.8% of statements
08:57:47 [2019-08-28T08:57:47.466Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.043s	coverage: 85.7% of statements
08:57:47 [2019-08-28T08:57:47.847Z] ok  	github.com/docker/docker/pkg/pools	0.004s	coverage: 87.9% of statements
08:57:48 [2019-08-28T08:57:48.243Z] ok  	github.com/docker/docker/pkg/progress	0.004s	coverage: 75.9% of statements
08:57:49 [2019-08-28T08:57:49.507Z] ok  	github.com/docker/docker/pkg/pubsub	1.060s	coverage: 73.9% of statements
08:57:49 [2019-08-28T08:57:49.887Z] ok  	github.com/docker/docker/pkg/reexec	0.022s	coverage: 82.4% of statements
08:57:53 [2019-08-28T08:57:53.285Z] ok  	github.com/docker/docker/pkg/signal	2.472s	coverage: 61.0% of statements
08:57:53 [2019-08-28T08:57:53.653Z] ok  	github.com/docker/docker/pkg/stdcopy	0.006s	coverage: 100.0% of statements
08:57:54 [2019-08-28T08:57:54.441Z] ok  	github.com/docker/docker/pkg/streamformatter	0.012s	coverage: 66.2% of statements
08:57:54 [2019-08-28T08:57:54.441Z] ok  	github.com/docker/docker/pkg/stringid	0.004s	coverage: 70.6% of statements
08:57:54 [2019-08-28T08:57:54.807Z] ok  	github.com/docker/docker/pkg/symlink	0.009s	coverage: 87.7% of statements
08:57:55 [2019-08-28T08:57:55.640Z] ok  	github.com/docker/docker/pkg/sysinfo	0.007s	coverage: 80.6% of statements
08:57:56 [2019-08-28T08:57:56.031Z] + return
08:57:56 [2019-08-28T08:57:56.031Z] Removing intermediate container af0f9561648f
08:57:56 [2019-08-28T08:57:56.031Z]  ---> eb4621a2d88f
08:57:56 [2019-08-28T08:57:56.031Z] Step 76/126 : FROM runtime-dev AS runc
08:57:56 [2019-08-28T08:57:56.031Z]  ---> d190dd901841
08:57:56 [2019-08-28T08:57:56.031Z] Step 77/126 : ENV INSTALL_BINARY_NAME=runc
08:57:56 [2019-08-28T08:57:56.031Z]  ---> Running in 37f74273b2a3
08:57:56 [2019-08-28T08:57:56.031Z] Removing intermediate container 37f74273b2a3
08:57:56 [2019-08-28T08:57:56.031Z]  ---> 9bf08cb0cc9a
08:57:56 [2019-08-28T08:57:56.031Z] Step 78/126 : COPY hack/dockerfile/install/install.sh ./install.sh
08:57:56 [2019-08-28T08:57:56.031Z]  ---> 553ef8a70b55
08:57:56 [2019-08-28T08:57:56.031Z] Step 79/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./
08:57:56 [2019-08-28T08:57:56.031Z]  ---> 5a6007560129
08:57:56 [2019-08-28T08:57:56.031Z] Step 80/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME
08:57:56 [2019-08-28T08:57:56.031Z]  ---> Running in 1575f5aa6508
08:57:56 [2019-08-28T08:57:56.031Z] + RM_GOPATH=0
08:57:56 [2019-08-28T08:57:56.031Z] + TMP_GOPATH=
08:57:56 [2019-08-28T08:57:56.031Z] + : /build
08:57:56 [2019-08-28T08:57:56.031Z] + '[' -z '' ']'
08:57:56 [2019-08-28T08:57:56.031Z] ++ mktemp -d
08:57:56 [2019-08-28T08:57:56.031Z] + export GOPATH=/tmp/tmp.SdIq7nA8WP
08:57:56 [2019-08-28T08:57:56.031Z] + GOPATH=/tmp/tmp.SdIq7nA8WP
08:57:56 [2019-08-28T08:57:56.031Z] + RM_GOPATH=1
08:57:56 [2019-08-28T08:57:56.031Z] ++ dirname ./install.sh
08:57:56 [2019-08-28T08:57:56.032Z] + dir=.
08:57:56 [2019-08-28T08:57:56.032Z] + bin=runc
08:57:56 [2019-08-28T08:57:56.032Z] + shift
08:57:56 [2019-08-28T08:57:56.032Z] + '[' '!' -f ./runc.installer ']'
08:57:56 [2019-08-28T08:57:56.032Z] + . ./runc.installer
08:57:56 [2019-08-28T08:57:56.032Z] ++ RUNC_COMMIT=425e105d5a03fabd737a126ad93d62a9eeede87f
08:57:56 [2019-08-28T08:57:56.032Z] + install_runc
08:57:56 [2019-08-28T08:57:56.032Z] + uname -r
08:57:56 [2019-08-28T08:57:56.032Z] + grep -q '^3\.10\.0.*\.el7\.'
08:57:56 [2019-08-28T08:57:56.032Z] Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux )
08:57:56 [2019-08-28T08:57:56.032Z] + RUNC_BUILDTAGS='seccomp apparmor selinux '
08:57:56 [2019-08-28T08:57:56.032Z] + echo 'Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux )'
08:57:56 [2019-08-28T08:57:56.032Z] + git clone https://github.com/opencontainers/runc.git /tmp/tmp.SdIq7nA8WP/src/github.com/opencontainers/runc
08:57:56 [2019-08-28T08:57:56.032Z] Cloning into '/tmp/tmp.SdIq7nA8WP/src/github.com/opencontainers/runc'...
08:57:56 [2019-08-28T08:57:56.032Z] + cd /tmp/tmp.SdIq7nA8WP/src/github.com/opencontainers/runc
08:57:56 [2019-08-28T08:57:56.032Z] + git checkout -q 425e105d5a03fabd737a126ad93d62a9eeede87f
08:57:56 [2019-08-28T08:57:56.032Z] + '[' -z '' ']'
08:57:56 [2019-08-28T08:57:56.032Z] + target=static
08:57:56 [2019-08-28T08:57:56.032Z] + make 'BUILDTAGS=seccomp apparmor selinux ' static
08:57:56 [2019-08-28T08:57:56.032Z] 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 .
08:57:56 [2019-08-28T08:57:56.604Z] ok  	github.com/docker/docker/pkg/system	0.026s	coverage: 36.9% of statements
08:57:56 [2019-08-28T08:57:56.997Z] ok  	github.com/docker/docker/pkg/tailfile	0.050s	coverage: 88.6% of statements
08:57:57 [2019-08-28T08:57:57.816Z] ok  	github.com/docker/docker/pkg/tarsum	0.037s	coverage: 89.3% of statements
08:57:58 [2019-08-28T08:57:58.209Z] ok  	github.com/docker/docker/pkg/term	0.005s	coverage: 84.8% of statements
08:57:58 [2019-08-28T08:57:58.574Z] testing: warning: no tests to run
08:57:58 [2019-08-28T08:57:58.574Z] ok  	github.com/docker/docker/pkg/term/windows	0.003s	coverage: 0.0% of statements [no tests to run]
08:57:59 [2019-08-28T08:57:59.357Z] ok  	github.com/docker/docker/pkg/truncindex	0.103s	coverage: 91.5% of statements
08:57:59 [2019-08-28T08:57:59.357Z] ok  	github.com/docker/docker/pkg/urlutil	0.003s	coverage: 100.0% of statements
08:57:59 [2019-08-28T08:57:59.753Z] ok  	github.com/docker/docker/pkg/useragent	0.003s	coverage: 88.9% of statements
08:58:00 [2019-08-28T08:58:00.831Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
08:58:00 [2019-08-28T08:58:00.832Z] 
08:58:00 [2019-08-28T08:58:00.832Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
08:58:00 [2019-08-28T08:58:00.832Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
08:58:00 [2019-08-28T08:58:00.832Z] Using test binary docker
08:58:00 [2019-08-28T08:58:00.832Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
08:58:00 [2019-08-28T08:58:00.832Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found
08:58:00 [2019-08-28T08:58:00.832Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin
08:58:00 [2019-08-28T08:58:00.832Z] Warning failed to create cache: (null)
08:58:00 [2019-08-28T08:58:00.832Z] .
08:58:00 [2019-08-28T08:58:00.832Z] INFO: Waiting for daemon to start...
08:58:00 [2019-08-28T08:58:00.832Z] Starting dockerd
08:58:00 [2019-08-28T08:58:00.832Z] .
08:58:00 [2019-08-28T08:58:00.832Z] INFO: Building docker-sdk-python3:4.0.2...
08:58:02 [2019-08-28T08:58:02.403Z] ok  	github.com/docker/docker/plugin	0.554s	coverage: 27.0% of statements
08:58:03 [2019-08-28T08:58:03.202Z] ok  	github.com/docker/docker/plugin/v2	0.006s	coverage: 14.5% of statements
08:58:04 [2019-08-28T08:58:04.543Z] ok  	github.com/docker/docker/profiles/seccomp	0.005s	coverage: 76.2% of statements
08:58:04 [2019-08-28T08:58:04.926Z] ok  	github.com/docker/docker/reference	0.009s	coverage: 84.4% of statements
08:58:06 [2019-08-28T08:58:06.897Z] ok  	github.com/docker/docker/registry	0.201s	coverage: 56.4% of statements
08:58:07 [2019-08-28T08:58:07.697Z] ok  	github.com/docker/docker/registry/resumable	0.017s	coverage: 100.0% of statements
08:58:08 [2019-08-28T08:58:08.113Z] ok  	github.com/docker/docker/restartmanager	0.004s	coverage: 45.3% of statements
08:58:08 [2019-08-28T08:58:08.895Z] ok  	github.com/docker/docker/runconfig	0.009s	coverage: 68.2% of statements
08:58:09 [2019-08-28T08:58:09.690Z] ok  	github.com/docker/docker/volume/drivers	0.017s	coverage: 36.1% of statements
08:58:10 [2019-08-28T08:58:10.960Z] ok  	github.com/docker/docker/volume/local	0.031s	coverage: 73.0% of statements
08:58:11 [2019-08-28T08:58:11.942Z] ok  	github.com/docker/docker/volume/mounts	0.051s	coverage: 67.0% of statements
08:58:13 [2019-08-28T08:58:13.269Z] ok  	github.com/docker/docker/volume/service	0.016s	coverage: 73.0% of statements
08:58:18 [2019-08-28T08:58:18.424Z] 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
08:58:18 [2019-08-28T08:58:18.706Z] + mkdir -p /build
08:58:18 [2019-08-28T08:58:18.706Z] + cp runc /build/runc
08:58:20 [2019-08-28T08:58:20.180Z] Removing intermediate container 1575f5aa6508
08:58:20 [2019-08-28T08:58:20.180Z]  ---> 0e9dfe09d6b9
08:58:20 [2019-08-28T08:58:20.180Z] Step 81/126 : FROM dev-base AS tini
08:58:20 [2019-08-28T08:58:20.180Z]  ---> 291c9f731d5f
08:58:20 [2019-08-28T08:58:20.180Z] Step 82/126 : ARG DEBIAN_FRONTEND
08:58:20 [2019-08-28T08:58:20.180Z]  ---> Using cache
08:58:20 [2019-08-28T08:58:20.180Z]  ---> de948e55d84b
08:58:20 [2019-08-28T08:58:20.180Z] Step 83/126 : RUN apt-get update && apt-get install -y --no-install-recommends 	cmake 	vim-common 	&& rm -rf /var/lib/apt/lists/*
08:58:20 [2019-08-28T08:58:20.180Z]  ---> Running in 7763b0a9b289
08:58:20 [2019-08-28T08:58:20.463Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
08:58:20 [2019-08-28T08:58:20.757Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
08:58:20 [2019-08-28T08:58:20.922Z] ok  	github.com/docker/docker/pkg/plugins	33.621s	coverage: 76.6% of statements
08:58:20 [2019-08-28T08:58:20.922Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
08:58:20 [2019-08-28T08:58:20.922Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
08:58:20 [2019-08-28T08:58:20.922Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
08:58:20 [2019-08-28T08:58:20.922Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
08:58:20 [2019-08-28T08:58:20.922Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
08:58:20 [2019-08-28T08:58:20.922Z] ?   	github.com/docker/docker/rootless	[no test files]
08:58:20 [2019-08-28T08:58:20.922Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
08:58:20 [2019-08-28T08:58:20.922Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
08:58:20 [2019-08-28T08:58:20.922Z] ?   	github.com/docker/docker/volume	[no test files]
08:58:20 [2019-08-28T08:58:20.922Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
08:58:20 [2019-08-28T08:58:20.922Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
08:58:20 [2019-08-28T08:58:20.922Z] 
08:58:20 [2019-08-28T08:58:20.922Z] === Skipped
08:58:20 [2019-08-28T08:58:20.922Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
08:58:20 [2019-08-28T08:58:20.922Z]     exec_linux_test.go:18: requires AppArmor to be enabled
08:58:20 [2019-08-28T08:58:20.922Z] 
08:58:20 [2019-08-28T08:58:20.922Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
08:58:20 [2019-08-28T08:58:20.922Z]     exec_linux_test.go:38: requires AppArmor to be enabled
08:58:20 [2019-08-28T08:58:20.922Z] 
08:58:20 [2019-08-28T08:58:20.922Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
08:58:20 [2019-08-28T08:58:20.922Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
08:58:20 [2019-08-28T08:58:20.922Z]     graphtest_unix.go:46: Driver btrfs not supported
08:58:20 [2019-08-28T08:58:20.922Z] 
08:58:20 [2019-08-28T08:58:20.922Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
08:58:20 [2019-08-28T08:58:20.922Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
08:58:20 [2019-08-28T08:58:20.922Z]     graphtest_unix.go:46: Driver btrfs not supported
08:58:20 [2019-08-28T08:58:20.922Z] 
08:58:20 [2019-08-28T08:58:20.922Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
08:58:20 [2019-08-28T08:58:20.922Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
08:58:20 [2019-08-28T08:58:20.922Z]     graphtest_unix.go:46: Driver btrfs not supported
08:58:20 [2019-08-28T08:58:20.922Z] 
08:58:20 [2019-08-28T08:58:20.922Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
08:58:20 [2019-08-28T08:58:20.922Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
08:58:20 [2019-08-28T08:58:20.922Z]     graphtest_unix.go:46: Driver btrfs not supported
08:58:20 [2019-08-28T08:58:20.922Z] 
08:58:20 [2019-08-28T08:58:20.922Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
08:58:20 [2019-08-28T08:58:20.922Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
08:58:20 [2019-08-28T08:58:20.922Z]     graphtest_unix.go:46: Driver btrfs not supported
08:58:20 [2019-08-28T08:58:20.922Z] 
08:58:20 [2019-08-28T08:58:20.922Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
08:58:20 [2019-08-28T08:58:20.922Z]     graphtest_unix.go:73: No driver to put!
08:58:20 [2019-08-28T08:58:20.922Z] 
08:58:20 [2019-08-28T08:58:20.922Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
08:58:20 [2019-08-28T08:58:20.922Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
08:58:20 [2019-08-28T08:58:20.922Z] 
08:58:20 [2019-08-28T08:58:20.922Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
08:58:20 [2019-08-28T08:58:20.922Z]     overlay_test.go:49: Fails to compute changes intermittently
08:58:20 [2019-08-28T08:58:20.922Z] 
08:58:20 [2019-08-28T08:58:20.922Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
08:58:20 [2019-08-28T08:58:20.922Z]     overlay_test.go:65: Cannot run test with naive change algorithm
08:58:20 [2019-08-28T08:58:20.922Z] 
08:58:20 [2019-08-28T08:58:20.922Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
08:58:20 [2019-08-28T08:58:20.922Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
08:58:20 [2019-08-28T08:58:20.922Z] 
08:58:20 [2019-08-28T08:58:20.922Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
08:58:20 [2019-08-28T08:58:20.922Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
08:58:20 [2019-08-28T08:58:20.922Z]     graphtest_unix.go:46: Driver zfs not supported
08:58:20 [2019-08-28T08:58:20.922Z] 
08:58:20 [2019-08-28T08:58:20.922Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
08:58:20 [2019-08-28T08:58:20.922Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
08:58:20 [2019-08-28T08:58:20.922Z]     graphtest_unix.go:46: Driver zfs not supported
08:58:20 [2019-08-28T08:58:20.922Z] 
08:58:20 [2019-08-28T08:58:20.922Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
08:58:20 [2019-08-28T08:58:20.922Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
08:58:20 [2019-08-28T08:58:20.922Z]     graphtest_unix.go:46: Driver zfs not supported
08:58:20 [2019-08-28T08:58:20.922Z] 
08:58:20 [2019-08-28T08:58:20.922Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
08:58:20 [2019-08-28T08:58:20.922Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
08:58:20 [2019-08-28T08:58:20.922Z]     graphtest_unix.go:46: Driver zfs not supported
08:58:20 [2019-08-28T08:58:20.922Z] 
08:58:20 [2019-08-28T08:58:20.922Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
08:58:20 [2019-08-28T08:58:20.922Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
08:58:20 [2019-08-28T08:58:20.922Z]     graphtest_unix.go:46: Driver zfs not supported
08:58:20 [2019-08-28T08:58:20.922Z] 
08:58:20 [2019-08-28T08:58:20.922Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
08:58:20 [2019-08-28T08:58:20.922Z]     graphtest_unix.go:73: No driver to put!
08:58:20 [2019-08-28T08:58:20.922Z] 
08:58:20 [2019-08-28T08:58:20.922Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
08:58:20 [2019-08-28T08:58:20.922Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
08:58:20 [2019-08-28T08:58:20.922Z] 
08:58:20 [2019-08-28T08:58:20.922Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
08:58:20 [2019-08-28T08:58:20.922Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
08:58:20 [2019-08-28T08:58:20.922Z] 
08:58:20 [2019-08-28T08:58:20.922Z] 
08:58:20 [2019-08-28T08:58:20.922Z] DONE 2040 tests, 20 skipped in 237.893s
08:58:21 [2019-08-28T08:58:21.040Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
08:58:21 [2019-08-28T08:58:21.040Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
08:58:21 [2019-08-28T08:58:21.040Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B]
08:58:21 [2019-08-28T08:58:21.040Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [481 kB]
08:58:21 [2019-08-28T08:58:21.325Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB]
Post stage
[Pipeline] junit
08:58:21 [2019-08-28T08:58:21.421Z] Recording test results
08:58:21 [2019-08-28T08:58:21.607Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6903 kB]
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
08:58:23 [2019-08-28T08:58:23.629Z] Fetched 7716 kB in 2s (2903 kB/s)
08:58:23 [2019-08-28T08:58:23.790Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-39571/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=99453d7bb34e7b145ef590cbada530110314bb02 -e DOCKER_GRAPHDRIVER -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT docker:99453d7bb34e7b145ef590cbada530110314bb02 hack/make.sh dynbinary test-integration
08:58:24 [2019-08-28T08:58:24.165Z] 
08:58:24 [2019-08-28T08:58:24.165Z] Removing bundles/
08:58:24 [2019-08-28T08:58:24.165Z] 
08:58:24 [2019-08-28T08:58:24.165Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
08:58:24 [2019-08-28T08:58:24.165Z] Building: bundles/dynbinary-daemon/dockerd-dev
08:58:24 [2019-08-28T08:58:24.165Z] GOOS="" GOARCH="" GOARM=""
08:58:24 [2019-08-28T08:58:24.243Z] Reading package lists...
08:58:25 [2019-08-28T08:58:25.531Z] Reading package lists...
08:58:25 [2019-08-28T08:58:25.814Z] Building dependency tree...
08:58:25 [2019-08-28T08:58:25.814Z] Reading state information...
08:58:25 [2019-08-28T08:58:25.814Z] The following additional packages will be installed:
08:58:25 [2019-08-28T08:58:25.814Z]   cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd
08:58:25 [2019-08-28T08:58:25.814Z] Suggested packages:
08:58:25 [2019-08-28T08:58:25.814Z]   codeblocks eclipse ninja-build lrzip
08:58:25 [2019-08-28T08:58:25.814Z] Recommended packages:
08:58:25 [2019-08-28T08:58:25.814Z]   xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
08:58:26 [2019-08-28T08:58:26.097Z] The following NEW packages will be installed:
08:58:26 [2019-08-28T08:58:26.097Z]   cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2
08:58:26 [2019-08-28T08:58:26.097Z]   vim-common xxd
08:58:26 [2019-08-28T08:58:26.097Z] 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded.
08:58:26 [2019-08-28T08:58:26.097Z] Need to get 13.4 MB of archives.
08:58:26 [2019-08-28T08:58:26.097Z] After this operation, 60.4 MB of additional disk space will be used.
08:58:26 [2019-08-28T08:58:26.097Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el cmake-data all 3.7.2-1 [1216 kB]
08:58:26 [2019-08-28T08:58:26.097Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el liblzo2-2 ppc64el 2.08-1.2+b2 [51.0 kB]
08:58:26 [2019-08-28T08:58:26.097Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libicu57 ppc64el 57.1-6+deb9u2 [7667 kB]
08:58:26 [2019-08-28T08:58:26.715Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-2.2+deb9u2 [830 kB]
08:58:26 [2019-08-28T08:58:26.715Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libarchive13 ppc64el 3.2.2-2+deb9u1 [272 kB]
08:58:26 [2019-08-28T08:58:26.715Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB]
08:58:26 [2019-08-28T08:58:26.715Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libuv1 ppc64el 1.9.1-3 [78.3 kB]
08:58:26 [2019-08-28T08:58:26.715Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el cmake ppc64el 3.7.2-1 [2872 kB]
08:58:26 [2019-08-28T08:58:26.715Z] Get:9 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el xxd ppc64el 2:8.0.0197-4+deb9u3 [132 kB]
08:58:26 [2019-08-28T08:58:26.715Z] Get:10 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el vim-common all 2:8.0.0197-4+deb9u3 [159 kB]
08:58:26 [2019-08-28T08:58:26.999Z] debconf: delaying package configuration, since apt-utils is not installed
08:58:26 [2019-08-28T08:58:26.999Z] Fetched 13.4 MB in 0s (17.0 MB/s)
08:58:26 [2019-08-28T08:58:26.999Z] Selecting previously unselected package cmake-data.
08:58:26 [2019-08-28T08:58:26.999Z] (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.)
08:58:26 [2019-08-28T08:58:26.999Z] Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ...
08:58:26 [2019-08-28T08:58:26.999Z] Unpacking cmake-data (3.7.2-1) ...
08:58:27 [2019-08-28T08:58:27.615Z] Selecting previously unselected package liblzo2-2:ppc64el.
08:58:27 [2019-08-28T08:58:27.615Z] Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_ppc64el.deb ...
08:58:27 [2019-08-28T08:58:27.615Z] Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ...
08:58:27 [2019-08-28T08:58:27.615Z] Selecting previously unselected package libicu57:ppc64el.
08:58:27 [2019-08-28T08:58:27.615Z] Preparing to unpack .../2-libicu57_57.1-6+deb9u2_ppc64el.deb ...
08:58:27 [2019-08-28T08:58:27.615Z] Unpacking libicu57:ppc64el (57.1-6+deb9u2) ...
08:58:29 [2019-08-28T08:58:29.089Z] Selecting previously unselected package libxml2:ppc64el.
08:58:29 [2019-08-28T08:58:29.089Z] Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_ppc64el.deb ...
08:58:29 [2019-08-28T08:58:29.089Z] Unpacking libxml2:ppc64el (2.9.4+dfsg1-2.2+deb9u2) ...
08:58:29 [2019-08-28T08:58:29.089Z] Selecting previously unselected package libarchive13:ppc64el.
08:58:29 [2019-08-28T08:58:29.089Z] Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_ppc64el.deb ...
08:58:29 [2019-08-28T08:58:29.089Z] Unpacking libarchive13:ppc64el (3.2.2-2+deb9u1) ...
08:58:29 [2019-08-28T08:58:29.089Z] Selecting previously unselected package libjsoncpp1:ppc64el.
08:58:29 [2019-08-28T08:58:29.089Z] Preparing to unpack .../5-libjsoncpp1_1.7.4-3_ppc64el.deb ...
08:58:29 [2019-08-28T08:58:29.089Z] Unpacking libjsoncpp1:ppc64el (1.7.4-3) ...
08:58:29 [2019-08-28T08:58:29.089Z] Selecting previously unselected package libuv1:ppc64el.
08:58:29 [2019-08-28T08:58:29.089Z] Preparing to unpack .../6-libuv1_1.9.1-3_ppc64el.deb ...
08:58:29 [2019-08-28T08:58:29.089Z] Unpacking libuv1:ppc64el (1.9.1-3) ...
08:58:29 [2019-08-28T08:58:29.089Z] Selecting previously unselected package cmake.
08:58:29 [2019-08-28T08:58:29.089Z] Preparing to unpack .../7-cmake_3.7.2-1_ppc64el.deb ...
08:58:29 [2019-08-28T08:58:29.089Z] Unpacking cmake (3.7.2-1) ...
08:58:29 [2019-08-28T08:58:29.706Z] Selecting previously unselected package xxd.
08:58:29 [2019-08-28T08:58:29.706Z] Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_ppc64el.deb ...
08:58:29 [2019-08-28T08:58:29.706Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ...
08:58:29 [2019-08-28T08:58:29.706Z] Selecting previously unselected package vim-common.
08:58:29 [2019-08-28T08:58:29.706Z] Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ...
08:58:29 [2019-08-28T08:58:29.706Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ...
08:58:29 [2019-08-28T08:58:29.706Z] Processing triggers for mime-support (3.60) ...
08:58:29 [2019-08-28T08:58:29.706Z] Setting up xxd (2:8.0.0197-4+deb9u3) ...
08:58:29 [2019-08-28T08:58:29.706Z] Setting up libuv1:ppc64el (1.9.1-3) ...
08:58:29 [2019-08-28T08:58:29.706Z] Setting up cmake-data (3.7.2-1) ...
08:58:29 [2019-08-28T08:58:29.706Z] Setting up libicu57:ppc64el (57.1-6+deb9u2) ...
08:58:29 [2019-08-28T08:58:29.706Z] Setting up libxml2:ppc64el (2.9.4+dfsg1-2.2+deb9u2) ...
08:58:29 [2019-08-28T08:58:29.706Z] Processing triggers for libc-bin (2.24-11+deb9u4) ...
08:58:29 [2019-08-28T08:58:29.706Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ...
08:58:29 [2019-08-28T08:58:29.706Z] Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ...
08:58:29 [2019-08-28T08:58:29.706Z] Setting up libjsoncpp1:ppc64el (1.7.4-3) ...
08:58:29 [2019-08-28T08:58:29.706Z] Setting up libarchive13:ppc64el (3.2.2-2+deb9u1) ...
08:58:29 [2019-08-28T08:58:29.706Z] Setting up cmake (3.7.2-1) ...
08:58:29 [2019-08-28T08:58:29.706Z] Processing triggers for libc-bin (2.24-11+deb9u4) ...
08:58:31 [2019-08-28T08:58:31.729Z] Removing intermediate container 7763b0a9b289
08:58:31 [2019-08-28T08:58:31.729Z]  ---> 9c4aed7cce90
08:58:31 [2019-08-28T08:58:31.729Z] Step 84/126 : COPY hack/dockerfile/install/install.sh ./install.sh
08:58:31 [2019-08-28T08:58:31.729Z]  ---> 394736d3ad81
08:58:31 [2019-08-28T08:58:31.729Z] Step 85/126 : ENV INSTALL_BINARY_NAME=tini
08:58:31 [2019-08-28T08:58:31.729Z]  ---> Running in e83759019984
08:58:31 [2019-08-28T08:58:31.729Z] Removing intermediate container e83759019984
08:58:31 [2019-08-28T08:58:31.729Z]  ---> ca3f03d1f689
08:58:31 [2019-08-28T08:58:31.729Z] Step 86/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./
08:58:32 [2019-08-28T08:58:32.011Z]  ---> fb12d721fb87
08:58:32 [2019-08-28T08:58:32.012Z] Step 87/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME
08:58:32 [2019-08-28T08:58:32.012Z]  ---> Running in e3db668e0c20
08:58:32 [2019-08-28T08:58:32.293Z] + RM_GOPATH=0
08:58:32 [2019-08-28T08:58:32.293Z] + TMP_GOPATH=
08:58:32 [2019-08-28T08:58:32.293Z] + : /build
08:58:32 [2019-08-28T08:58:32.293Z] + '[' -z '' ']'
08:58:32 [2019-08-28T08:58:32.293Z] ++ mktemp -d
08:58:32 [2019-08-28T08:58:32.293Z] + export GOPATH=/tmp/tmp.EDGJ5OGLJP
08:58:32 [2019-08-28T08:58:32.293Z] + GOPATH=/tmp/tmp.EDGJ5OGLJP
08:58:32 [2019-08-28T08:58:32.293Z] + RM_GOPATH=1
08:58:32 [2019-08-28T08:58:32.293Z] ++ dirname ./install.sh
08:58:32 [2019-08-28T08:58:32.293Z] + dir=.
08:58:32 [2019-08-28T08:58:32.293Z] + bin=tini
08:58:32 [2019-08-28T08:58:32.293Z] + shift
08:58:32 [2019-08-28T08:58:32.293Z] + '[' '!' -f ./tini.installer ']'
08:58:32 [2019-08-28T08:58:32.293Z] + . ./tini.installer
08:58:32 [2019-08-28T08:58:32.293Z] ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662
08:58:32 [2019-08-28T08:58:32.293Z] + install_tini
08:58:32 [2019-08-28T08:58:32.293Z] + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662'
08:58:32 [2019-08-28T08:58:32.293Z] + git clone https://github.com/krallin/tini.git /tmp/tmp.EDGJ5OGLJP/tini
08:58:32 [2019-08-28T08:58:32.293Z] Install tini version fec3683b971d9c3ef73f284f176672c44b448662
08:58:32 [2019-08-28T08:58:32.293Z] Cloning into '/tmp/tmp.EDGJ5OGLJP/tini'...
08:58:32 [2019-08-28T08:58:32.576Z] + cd /tmp/tmp.EDGJ5OGLJP/tini
08:58:32 [2019-08-28T08:58:32.576Z] + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662
08:58:32 [2019-08-28T08:58:32.576Z] + cmake .
08:58:32 [2019-08-28T08:58:32.860Z] -- The C compiler identification is GNU 6.3.0
08:58:32 [2019-08-28T08:58:32.860Z] -- Check for working C compiler: /usr/bin/cc
08:58:32 [2019-08-28T08:58:32.860Z] -- Check for working C compiler: /usr/bin/cc -- works
08:58:32 [2019-08-28T08:58:32.860Z] -- Detecting C compiler ABI info
08:58:33 [2019-08-28T08:58:33.143Z] -- Detecting C compiler ABI info - done
08:58:33 [2019-08-28T08:58:33.143Z] -- Detecting C compile features
08:58:33 [2019-08-28T08:58:33.426Z] -- Detecting C compile features - done
08:58:33 [2019-08-28T08:58:33.426Z] -- Performing Test HAS_BUILTIN_FORTIFY
08:58:33 [2019-08-28T08:58:33.426Z] -- Performing Test HAS_BUILTIN_FORTIFY - Failed
08:58:33 [2019-08-28T08:58:33.427Z] -- Configuring done
08:58:33 [2019-08-28T08:58:33.427Z] -- Generating done
08:58:33 [2019-08-28T08:58:33.427Z] -- Build files have been written to: /tmp/tmp.EDGJ5OGLJP/tini
08:58:33 [2019-08-28T08:58:33.427Z] + make tini-static
08:58:33 [2019-08-28T08:58:33.427Z] Scanning dependencies of target tini-static
08:58:33 [2019-08-28T08:58:33.708Z] [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
08:58:33 [2019-08-28T08:58:33.991Z] [100%] Linking C executable tini-static
08:58:34 [2019-08-28T08:58:34.275Z] [100%] Built target tini-static
08:58:34 [2019-08-28T08:58:34.275Z] + mkdir -p /build
08:58:34 [2019-08-28T08:58:34.275Z] + cp tini-static /build/docker-init
08:58:34 [2019-08-28T08:58:34.560Z] Removing intermediate container e3db668e0c20
08:58:34 [2019-08-28T08:58:34.560Z]  ---> ce3cddf7c792
08:58:34 [2019-08-28T08:58:34.560Z] Step 88/126 : FROM dev-base AS rootlesskit
08:58:34 [2019-08-28T08:58:34.560Z]  ---> 291c9f731d5f
08:58:34 [2019-08-28T08:58:34.560Z] Step 89/126 : ENV INSTALL_BINARY_NAME=rootlesskit
08:58:34 [2019-08-28T08:58:34.560Z]  ---> Running in e6c5e0bc7fcb
08:58:34 [2019-08-28T08:58:34.845Z] Removing intermediate container e6c5e0bc7fcb
08:58:34 [2019-08-28T08:58:34.845Z]  ---> fff046d26c74
08:58:34 [2019-08-28T08:58:34.845Z] Step 90/126 : COPY hack/dockerfile/install/install.sh ./install.sh
08:58:34 [2019-08-28T08:58:34.845Z]  ---> 6935e49326e8
08:58:34 [2019-08-28T08:58:34.845Z] Step 91/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./
08:58:35 [2019-08-28T08:58:35.130Z]  ---> a111f8467756
08:58:35 [2019-08-28T08:58:35.130Z] Step 92/126 : RUN PREFIX=/build/ ./install.sh $INSTALL_BINARY_NAME
08:58:35 [2019-08-28T08:58:35.130Z]  ---> Running in 88ce86cb9ed0
08:58:35 [2019-08-28T08:58:35.414Z] + RM_GOPATH=0
08:58:35 [2019-08-28T08:58:35.414Z] + TMP_GOPATH=
08:58:35 [2019-08-28T08:58:35.414Z] + : /build/
08:58:35 [2019-08-28T08:58:35.414Z] + '[' -z '' ']'
08:58:35 [2019-08-28T08:58:35.414Z] ++ mktemp -d
08:58:35 [2019-08-28T08:58:35.414Z] + export GOPATH=/tmp/tmp.WRNlkZFcvI
08:58:35 [2019-08-28T08:58:35.414Z] + GOPATH=/tmp/tmp.WRNlkZFcvI
08:58:35 [2019-08-28T08:58:35.414Z] + RM_GOPATH=1
08:58:35 [2019-08-28T08:58:35.414Z] ++ dirname ./install.sh
08:58:35 [2019-08-28T08:58:35.414Z] Install rootlesskit version 2fcff6ceae968a1d895e6205e5154b107247356f
08:58:35 [2019-08-28T08:58:35.414Z] + dir=.
08:58:35 [2019-08-28T08:58:35.414Z] + bin=rootlesskit
08:58:35 [2019-08-28T08:58:35.414Z] + shift
08:58:35 [2019-08-28T08:58:35.414Z] + '[' '!' -f ./rootlesskit.installer ']'
08:58:35 [2019-08-28T08:58:35.414Z] + . ./rootlesskit.installer
08:58:35 [2019-08-28T08:58:35.414Z] ++ ROOTLESSKIT_COMMIT=2fcff6ceae968a1d895e6205e5154b107247356f
08:58:35 [2019-08-28T08:58:35.414Z] + install_rootlesskit
08:58:35 [2019-08-28T08:58:35.414Z] + case "$1" in
08:58:35 [2019-08-28T08:58:35.414Z] + export CGO_ENABLED=0
08:58:35 [2019-08-28T08:58:35.414Z] + CGO_ENABLED=0
08:58:35 [2019-08-28T08:58:35.414Z] + _install_rootlesskit
08:58:35 [2019-08-28T08:58:35.414Z] + echo 'Install rootlesskit version 2fcff6ceae968a1d895e6205e5154b107247356f'
08:58:35 [2019-08-28T08:58:35.414Z] + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.WRNlkZFcvI/src/github.com/rootless-containers/rootlesskit
08:58:35 [2019-08-28T08:58:35.414Z] Cloning into '/tmp/tmp.WRNlkZFcvI/src/github.com/rootless-containers/rootlesskit'...
08:58:36 [2019-08-28T08:58:36.424Z] + cd /tmp/tmp.WRNlkZFcvI/src/github.com/rootless-containers/rootlesskit
08:58:36 [2019-08-28T08:58:36.424Z] + git checkout -q 2fcff6ceae968a1d895e6205e5154b107247356f
08:58:36 [2019-08-28T08:58:36.709Z] + for f in rootlesskit rootlesskit-docker-proxy
08:58:36 [2019-08-28T08:58:36.709Z] + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
08:58:49 [2019-08-28T08:58:49.274Z] + for f in rootlesskit rootlesskit-docker-proxy
08:58:49 [2019-08-28T08:58:49.274Z] + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
08:58:51 [2019-08-28T08:58:51.300Z] Removing intermediate container 88ce86cb9ed0
08:58:51 [2019-08-28T08:58:51.300Z]  ---> eab5545d8348
08:58:51 [2019-08-28T08:58:51.300Z] Step 93/126 : COPY ./contrib/dockerd-rootless.sh /build
08:58:51 [2019-08-28T08:58:51.585Z]  ---> e299a17255ce
08:58:51 [2019-08-28T08:58:51.585Z] Step 94/126 : FROM runtime-dev AS dev
08:58:51 [2019-08-28T08:58:51.585Z]  ---> d190dd901841
08:58:51 [2019-08-28T08:58:51.585Z] Step 95/126 : ARG DEBIAN_FRONTEND
08:58:51 [2019-08-28T08:58:51.585Z]  ---> Running in ac694e4065f6
08:58:51 [2019-08-28T08:58:51.585Z] Removing intermediate container ac694e4065f6
08:58:51 [2019-08-28T08:58:51.585Z]  ---> 94507b6fc944
08:58:51 [2019-08-28T08:58:51.585Z] Step 96/126 : RUN groupadd -r docker
08:58:51 [2019-08-28T08:58:51.585Z]  ---> Running in fb977c685bc1
08:58:52 [2019-08-28T08:58:52.594Z] Removing intermediate container fb977c685bc1
08:58:52 [2019-08-28T08:58:52.594Z]  ---> fa639bdb464c
08:58:52 [2019-08-28T08:58:52.594Z] Step 97/126 : RUN useradd --create-home --gid docker unprivilegeduser
08:58:52 [2019-08-28T08:58:52.594Z]  ---> Running in 89678afb209a
08:58:53 [2019-08-28T08:58:53.211Z] Removing intermediate container 89678afb209a
08:58:53 [2019-08-28T08:58:53.211Z]  ---> ab171494c6bd
08:58:53 [2019-08-28T08:58:53.211Z] Step 98/126 : RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
08:58:53 [2019-08-28T08:58:53.211Z]  ---> Running in 916ed70ea080
08:58:53 [2019-08-28T08:58:53.493Z] '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
08:58:54 [2019-08-28T08:58:54.107Z] Removing intermediate container 916ed70ea080
08:58:54 [2019-08-28T08:58:54.107Z]  ---> 36ec1fe0aa9b
08:58:54 [2019-08-28T08:58:54.107Z] Step 99/126 : RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
08:58:54 [2019-08-28T08:58:54.107Z]  ---> Running in cc01301b8c26
08:58:54 [2019-08-28T08:58:54.722Z] Removing intermediate container cc01301b8c26
08:58:54 [2019-08-28T08:58:54.722Z]  ---> c8720ffa6fd1
08:58:54 [2019-08-28T08:58:54.722Z] Step 100/126 : RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
08:58:54 [2019-08-28T08:58:54.722Z]  ---> Running in 62e42eefe145
08:58:55 [2019-08-28T08:58:55.344Z] Removing intermediate container 62e42eefe145
08:58:55 [2019-08-28T08:58:55.344Z]  ---> 571a707ec297
08:58:55 [2019-08-28T08:58:55.344Z] Step 101/126 : RUN ldconfig
08:58:55 [2019-08-28T08:58:55.344Z]  ---> Running in e4bd297bfacc
08:58:56 [2019-08-28T08:58:56.358Z] Removing intermediate container e4bd297bfacc
08:58:56 [2019-08-28T08:58:56.358Z]  ---> b44db02940b5
08:58:56 [2019-08-28T08:58:56.358Z] Step 102/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/*
08:58:56 [2019-08-28T08:58:56.358Z]  ---> Running in fd2991d558b4
08:58:56 [2019-08-28T08:58:56.645Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
08:58:56 [2019-08-28T08:58:56.645Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
08:58:56 [2019-08-28T08:58:56.645Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
08:58:56 [2019-08-28T08:58:56.645Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
08:58:56 [2019-08-28T08:58:56.645Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B]
08:58:56 [2019-08-28T08:58:56.930Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [481 kB]
08:58:57 [2019-08-28T08:58:57.215Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB]
08:58:57 [2019-08-28T08:58:57.215Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6903 kB]
08:58:59 [2019-08-28T08:58:59.236Z] Fetched 7716 kB in 2s (3130 kB/s)
08:59:00 [2019-08-28T08:59:00.241Z] Reading package lists...
08:59:01 [2019-08-28T08:59:01.247Z] Reading package lists...
08:59:01 [2019-08-28T08:59:01.529Z] Building dependency tree...
08:59:01 [2019-08-28T08:59:01.529Z] Reading state information...
08:59:01 [2019-08-28T08:59:01.529Z] The following additional packages will be installed:
08:59:01 [2019-08-28T08:59:01.529Z]   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python
08:59:01 [2019-08-28T08:59:01.529Z]   dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl
08:59:01 [2019-08-28T08:59:01.529Z]   libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0
08:59:01 [2019-08-28T08:59:01.529Z]   libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0
08:59:01 [2019-08-28T08:59:01.529Z]   libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
08:59:01 [2019-08-28T08:59:01.529Z]   libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5
08:59:01 [2019-08-28T08:59:01.529Z]   libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common
08:59:01 [2019-08-28T08:59:01.529Z]   mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal
08:59:01 [2019-08-28T08:59:01.529Z]   python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd
08:59:01 [2019-08-28T08:59:01.529Z] Suggested packages:
08:59:01 [2019-08-28T08:59:01.529Z]   apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc
08:59:01 [2019-08-28T08:59:01.529Z]   gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv
08:59:01 [2019-08-28T08:59:01.529Z]   python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags
08:59:01 [2019-08-28T08:59:01.529Z]   vim-doc vim-scripts xfsdump acl attr quota
08:59:01 [2019-08-28T08:59:01.529Z] Recommended packages:
08:59:01 [2019-08-28T08:59:01.529Z]   aufs-dkms libpam-cap build-essential python3-dev python3-keyring
08:59:01 [2019-08-28T08:59:01.529Z]   python3-keyrings.alt python3-xdg unzip
08:59:02 [2019-08-28T08:59:02.540Z] The following NEW packages will be installed:
08:59:02 [2019-08-28T08:59:02.540Z]   apparmor aufs-tools bash-completion binutils-mingw-w64
08:59:02 [2019-08-28T08:59:02.540Z]   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools
08:59:02 [2019-08-28T08:59:02.540Z]   bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base
08:59:02 [2019-08-28T08:59:02.540Z]   gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin
08:59:02 [2019-08-28T08:59:02.540Z]   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2
08:59:02 [2019-08-28T08:59:02.540Z]   libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1
08:59:02 [2019-08-28T08:59:02.541Z]   libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3
08:59:02 [2019-08-28T08:59:02.541Z]   libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib
08:59:02 [2019-08-28T08:59:02.541Z]   libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev
08:59:02 [2019-08-28T08:59:02.541Z]   libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common
08:59:02 [2019-08-28T08:59:02.541Z]   mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal
08:59:02 [2019-08-28T08:59:02.541Z]   python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5
08:59:02 [2019-08-28T08:59:02.541Z]   python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime
08:59:02 [2019-08-28T08:59:02.541Z]   xfsprogs xxd xz-utils zip
08:59:02 [2019-08-28T08:59:02.541Z] 0 upgraded, 69 newly installed, 0 to remove and 1 not upgraded.
08:59:02 [2019-08-28T08:59:02.541Z] Need to get 87.3 MB of archives.
08:59:02 [2019-08-28T08:59:02.541Z] After this operation, 585 MB of additional disk space will be used.
08:59:02 [2019-08-28T08:59:02.541Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el bash-completion all 1:2.1-4.3 [178 kB]
08:59:02 [2019-08-28T08:59:02.541Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3 [57.6 kB]
08:59:02 [2019-08-28T08:59:02.827Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnfnetlink0 ppc64el 1.0.1-3 [12.8 kB]
08:59:02 [2019-08-28T08:59:02.827Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-3 [152 kB]
08:59:02 [2019-08-28T08:59:02.827Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libudev-dev ppc64el 232-25+deb9u11 [92.4 kB]
08:59:02 [2019-08-28T08:59:02.827Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3.5-minimal ppc64el 3.5.3-1+deb9u1 [574 kB]
08:59:02 [2019-08-28T08:59:02.827Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3.5-minimal ppc64el 3.5.3-1+deb9u1 [1704 kB]
08:59:02 [2019-08-28T08:59:02.827Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-minimal ppc64el 3.5.3-1 [35.3 kB]
08:59:02 [2019-08-28T08:59:02.827Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libmpdec2 ppc64el 2.4.2-1 [81.9 kB]
08:59:02 [2019-08-28T08:59:02.827Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3.5-stdlib ppc64el 3.5.3-1+deb9u1 [2179 kB]
08:59:02 [2019-08-28T08:59:02.827Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3.5 ppc64el 3.5.3-1+deb9u1 [229 kB]
08:59:02 [2019-08-28T08:59:02.827Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3-stdlib ppc64el 3.5.3-1 [18.6 kB]
08:59:02 [2019-08-28T08:59:02.827Z] Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el dh-python all 2.20170125 [86.8 kB]
08:59:02 [2019-08-28T08:59:02.827Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3 ppc64el 3.5.3-1 [21.6 kB]
08:59:02 [2019-08-28T08:59:02.827Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el pigz ppc64el 2.3.4-1 [49.4 kB]
08:59:02 [2019-08-28T08:59:02.827Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libip4tc0 ppc64el 1.6.0+snapshot20161117-6 [67.6 kB]
08:59:02 [2019-08-28T08:59:02.827Z] Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libip6tc0 ppc64el 1.6.0+snapshot20161117-6 [67.9 kB]
08:59:02 [2019-08-28T08:59:02.827Z] Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libiptc0 ppc64el 1.6.0+snapshot20161117-6 [57.8 kB]
08:59:03 [2019-08-28T08:59:03.111Z] Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libxtables12 ppc64el 1.6.0+snapshot20161117-6 [74.7 kB]
08:59:03 [2019-08-28T08:59:03.111Z] Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.6-2 [34.7 kB]
08:59:03 [2019-08-28T08:59:03.111Z] Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el iptables ppc64el 1.6.0+snapshot20161117-6 [278 kB]
08:59:03 [2019-08-28T08:59:03.111Z] Get:22 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el xxd ppc64el 2:8.0.0197-4+deb9u3 [132 kB]
08:59:03 [2019-08-28T08:59:03.111Z] Get:23 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el vim-common all 2:8.0.0197-4+deb9u3 [159 kB]
08:59:03 [2019-08-28T08:59:03.111Z] Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el bzip2 ppc64el 1.0.6-8.1 [46.3 kB]
08:59:03 [2019-08-28T08:59:03.111Z] Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libgpm2 ppc64el 1.20.4-6.2+b1 [33.9 kB]
08:59:03 [2019-08-28T08:59:03.111Z] Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xz-utils ppc64el 5.2.2-1.2+b1 [262 kB]
08:59:03 [2019-08-28T08:59:03.111Z] Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el aufs-tools ppc64el 1:4.1+20161219-1 [102 kB]
08:59:03 [2019-08-28T08:59:03.111Z] Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el liblzo2-2 ppc64el 2.08-1.2+b2 [51.0 kB]
08:59:03 [2019-08-28T08:59:03.111Z] Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-progs ppc64el 4.7.3-1 [520 kB]
08:59:03 [2019-08-28T08:59:03.111Z] Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-tools ppc64el 4.7.3-1 [16.9 kB]
08:59:03 [2019-08-28T08:59:03.111Z] Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.137-2 [150 kB]
08:59:03 [2019-08-28T08:59:03.407Z] Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el dmsetup ppc64el 2:1.02.137-2 [102 kB]
08:59:03 [2019-08-28T08:59:03.407Z] Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libonig4 ppc64el 6.1.3-2 [140 kB]
08:59:03 [2019-08-28T08:59:03.407Z] Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjq1 ppc64el 1.5+dfsg-1.3 [111 kB]
08:59:03 [2019-08-28T08:59:03.407Z] Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el jq ppc64el 1.5+dfsg-1.3 [58.9 kB]
08:59:03 [2019-08-28T08:59:03.407Z] Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libaio1 ppc64el 0.3.110-3 [9514 B]
08:59:03 [2019-08-28T08:59:03.407Z] Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libcap2-bin ppc64el 1:2.25-1 [27.2 kB]
08:59:03 [2019-08-28T08:59:03.407Z] 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]
08:59:03 [2019-08-28T08:59:03.407Z] Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libsepol1-dev ppc64el 2.6-2 [294 kB]
08:59:03 [2019-08-28T08:59:03.407Z] Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre16-3 ppc64el 2:8.39-3 [239 kB]
08:59:03 [2019-08-28T08:59:03.407Z] Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre32-3 ppc64el 2:8.39-3 [232 kB]
08:59:03 [2019-08-28T08:59:03.699Z] Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre3-dev ppc64el 2:8.39-3 [586 kB]
08:59:03 [2019-08-28T08:59:03.699Z] Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libselinux1-dev ppc64el 2.6-3+b3 [183 kB]
08:59:03 [2019-08-28T08:59:03.699Z] Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libdevmapper-dev ppc64el 2:1.02.137-2 [68.6 kB]
08:59:03 [2019-08-28T08:59:03.699Z] Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-200 ppc64el 3.2.27-2 [55.9 kB]
08:59:03 [2019-08-28T08:59:03.699Z] Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c1 ppc64el 1.2.1-2 [24.6 kB]
08:59:03 [2019-08-28T08:59:03.699Z] Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b1 [111 kB]
08:59:03 [2019-08-28T08:59:03.699Z] Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libsystemd-dev ppc64el 232-25+deb9u11 [1717 kB]
08:59:03 [2019-08-28T08:59:03.699Z] Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el net-tools ppc64el 1.60+git20161116.90da8a0-1 [235 kB]
08:59:03 [2019-08-28T08:59:03.699Z] Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-pip-whl all 9.0.1-2+deb9u1 [1399 kB]
08:59:03 [2019-08-28T08:59:03.985Z] Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-pip all 9.0.1-2+deb9u1 [142 kB]
08:59:03 [2019-08-28T08:59:03.985Z] Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-pkg-resources all 33.1.1-1 [137 kB]
08:59:03 [2019-08-28T08:59:03.985Z] Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-setuptools all 33.1.1-1 [215 kB]
08:59:03 [2019-08-28T08:59:03.985Z] Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-wheel all 0.29.0-2 [51.8 kB]
08:59:03 [2019-08-28T08:59:03.985Z] Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el thin-provisioning-tools ppc64el 0.6.1-4+b1 [326 kB]
08:59:03 [2019-08-28T08:59:03.985Z] Get:56 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB]
08:59:04 [2019-08-28T08:59:04.300Z] Get:57 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el vim ppc64el 2:8.0.0197-4+deb9u3 [914 kB]
08:59:04 [2019-08-28T08:59:04.300Z] Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xfsprogs ppc64el 4.9.0+nmu1 [729 kB]
08:59:04 [2019-08-28T08:59:04.300Z] Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el zip ppc64el 3.0-11+b1 [223 kB]
08:59:04 [2019-08-28T08:59:04.300Z] Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor-perl ppc64el 2.11.0-3+deb9u2 [78.9 kB]
08:59:04 [2019-08-28T08:59:04.300Z] Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el apparmor ppc64el 2.11.0-3+deb9u2 [527 kB]
08:59:04 [2019-08-28T08:59:04.582Z] 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]
08:59:04 [2019-08-28T08:59:04.866Z] 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]
08:59:05 [2019-08-28T08:59:05.151Z] 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]
08:59:05 [2019-08-28T08:59:05.151Z] Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el mingw-w64-common all 5.0.1-1 [4764 kB]
08:59:05 [2019-08-28T08:59:05.434Z] Get:66 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB]
08:59:05 [2019-08-28T08:59:05.728Z] 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]
08:59:05 [2019-08-28T08:59:05.728Z] 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]
08:59:06 [2019-08-28T08:59:06.743Z] 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]
08:59:07 [2019-08-28T08:59:07.363Z] debconf: delaying package configuration, since apt-utils is not installed
08:59:07 [2019-08-28T08:59:07.363Z] Fetched 87.3 MB in 4s (19.3 MB/s)
08:59:07 [2019-08-28T08:59:07.363Z] Selecting previously unselected package bash-completion.
08:59:07 [2019-08-28T08:59:07.363Z] (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.)
08:59:07 [2019-08-28T08:59:07.363Z] Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ...
08:59:08 [2019-08-28T08:59:08.371Z] Unpacking bash-completion (1:2.1-4.3) ...
08:59:08 [2019-08-28T08:59:08.435Z] sha256:34334cc6272d76700809f80a5e0c83a0333838d690eaddf4dd53ee48e5098d9e
08:59:08 [2019-08-28T08:59:08.435Z] INFO: Starting docker-py tests...
08:59:08 [2019-08-28T08:59:08.435Z] ============================= test session starts ==============================
08:59:08 [2019-08-28T08:59:08.435Z] platform linux -- Python 3.6.9, pytest-4.1.0, py-1.8.0, pluggy-0.12.0
08:59:08 [2019-08-28T08:59:08.435Z] rootdir: /src, inifile: pytest.ini
08:59:08 [2019-08-28T08:59:08.435Z] plugins: timeout-1.3.3, cov-2.6.1
08:59:08 [2019-08-28T08:59:08.435Z] collected 385 items / 5 deselected
08:59:08 [2019-08-28T08:59:08.435Z] 
08:59:08 [2019-08-28T08:59:08.654Z] Selecting previously unselected package libnet1:ppc64el.
08:59:08 [2019-08-28T08:59:08.654Z] Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_ppc64el.deb ...
08:59:08 [2019-08-28T08:59:08.654Z] Unpacking libnet1:ppc64el (1.1.6+dfsg-3) ...
08:59:08 [2019-08-28T08:59:08.654Z] Selecting previously unselected package libnfnetlink0:ppc64el.
08:59:08 [2019-08-28T08:59:08.654Z] Preparing to unpack .../02-libnfnetlink0_1.0.1-3_ppc64el.deb ...
08:59:08 [2019-08-28T08:59:08.654Z] Unpacking libnfnetlink0:ppc64el (1.0.1-3) ...
08:59:08 [2019-08-28T08:59:08.654Z] Selecting previously unselected package libpcrecpp0v5:ppc64el.
08:59:08 [2019-08-28T08:59:08.654Z] Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_ppc64el.deb ...
08:59:08 [2019-08-28T08:59:08.654Z] Unpacking libpcrecpp0v5:ppc64el (2:8.39-3) ...
08:59:08 [2019-08-28T08:59:08.654Z] Selecting previously unselected package libudev-dev:ppc64el.
08:59:08 [2019-08-28T08:59:08.654Z] Preparing to unpack .../04-libudev-dev_232-25+deb9u11_ppc64el.deb ...
08:59:08 [2019-08-28T08:59:08.654Z] Unpacking libudev-dev:ppc64el (232-25+deb9u11) ...
08:59:08 [2019-08-28T08:59:08.654Z] Selecting previously unselected package libpython3.5-minimal:ppc64el.
08:59:08 [2019-08-28T08:59:08.654Z] Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_ppc64el.deb ...
08:59:08 [2019-08-28T08:59:08.654Z] Unpacking libpython3.5-minimal:ppc64el (3.5.3-1+deb9u1) ...
08:59:08 [2019-08-28T08:59:08.938Z] Selecting previously unselected package python3.5-minimal.
08:59:08 [2019-08-28T08:59:08.938Z] Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_ppc64el.deb ...
08:59:08 [2019-08-28T08:59:08.938Z] Unpacking python3.5-minimal (3.5.3-1+deb9u1) ...
08:59:08 [2019-08-28T08:59:08.938Z] Selecting previously unselected package python3-minimal.
08:59:09 [2019-08-28T08:59:09.221Z] Preparing to unpack .../07-python3-minimal_3.5.3-1_ppc64el.deb ...
08:59:09 [2019-08-28T08:59:09.221Z] Unpacking python3-minimal (3.5.3-1) ...
08:59:09 [2019-08-28T08:59:09.221Z] Selecting previously unselected package libmpdec2:ppc64el.
08:59:09 [2019-08-28T08:59:09.221Z] Preparing to unpack .../08-libmpdec2_2.4.2-1_ppc64el.deb ...
08:59:09 [2019-08-28T08:59:09.221Z] Unpacking libmpdec2:ppc64el (2.4.2-1) ...
08:59:09 [2019-08-28T08:59:09.221Z] Selecting previously unselected package libpython3.5-stdlib:ppc64el.
08:59:09 [2019-08-28T08:59:09.221Z] Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_ppc64el.deb ...
08:59:09 [2019-08-28T08:59:09.221Z] Unpacking libpython3.5-stdlib:ppc64el (3.5.3-1+deb9u1) ...
08:59:09 [2019-08-28T08:59:09.505Z] Selecting previously unselected package python3.5.
08:59:09 [2019-08-28T08:59:09.505Z] Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_ppc64el.deb ...
08:59:09 [2019-08-28T08:59:09.505Z] Unpacking python3.5 (3.5.3-1+deb9u1) ...
08:59:09 [2019-08-28T08:59:09.505Z] Selecting previously unselected package libpython3-stdlib:ppc64el.
08:59:09 [2019-08-28T08:59:09.505Z] Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_ppc64el.deb ...
08:59:09 [2019-08-28T08:59:09.505Z] Unpacking libpython3-stdlib:ppc64el (3.5.3-1) ...
08:59:09 [2019-08-28T08:59:09.505Z] Selecting previously unselected package dh-python.
08:59:09 [2019-08-28T08:59:09.505Z] Preparing to unpack .../12-dh-python_2.20170125_all.deb ...
08:59:09 [2019-08-28T08:59:09.505Z] Unpacking dh-python (2.20170125) ...
08:59:09 [2019-08-28T08:59:09.505Z] Setting up libpython3.5-minimal:ppc64el (3.5.3-1+deb9u1) ...
08:59:09 [2019-08-28T08:59:09.505Z] Setting up python3.5-minimal (3.5.3-1+deb9u1) ...
08:59:10 [2019-08-28T08:59:10.519Z] Setting up python3-minimal (3.5.3-1) ...
08:59:10 [2019-08-28T08:59:10.803Z] Selecting previously unselected package python3.
08:59:10 [2019-08-28T08:59:10.803Z] (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.)
08:59:10 [2019-08-28T08:59:10.803Z] Preparing to unpack .../00-python3_3.5.3-1_ppc64el.deb ...
08:59:10 [2019-08-28T08:59:10.803Z] Unpacking python3 (3.5.3-1) ...
08:59:10 [2019-08-28T08:59:10.803Z] Selecting previously unselected package pigz.
08:59:10 [2019-08-28T08:59:10.803Z] Preparing to unpack .../01-pigz_2.3.4-1_ppc64el.deb ...
08:59:10 [2019-08-28T08:59:10.803Z] Unpacking pigz (2.3.4-1) ...
08:59:10 [2019-08-28T08:59:10.803Z] Selecting previously unselected package libip4tc0:ppc64el.
08:59:10 [2019-08-28T08:59:10.803Z] Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_ppc64el.deb ...
08:59:10 [2019-08-28T08:59:10.803Z] Unpacking libip4tc0:ppc64el (1.6.0+snapshot20161117-6) ...
08:59:11 [2019-08-28T08:59:11.086Z] Selecting previously unselected package libip6tc0:ppc64el.
08:59:11 [2019-08-28T08:59:11.086Z] Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_ppc64el.deb ...
08:59:11 [2019-08-28T08:59:11.086Z] Unpacking libip6tc0:ppc64el (1.6.0+snapshot20161117-6) ...
08:59:11 [2019-08-28T08:59:11.086Z] Selecting previously unselected package libiptc0:ppc64el.
08:59:11 [2019-08-28T08:59:11.086Z] Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_ppc64el.deb ...
08:59:11 [2019-08-28T08:59:11.086Z] Unpacking libiptc0:ppc64el (1.6.0+snapshot20161117-6) ...
08:59:11 [2019-08-28T08:59:11.086Z] Selecting previously unselected package libxtables12:ppc64el.
08:59:11 [2019-08-28T08:59:11.086Z] Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_ppc64el.deb ...
08:59:11 [2019-08-28T08:59:11.086Z] Unpacking libxtables12:ppc64el (1.6.0+snapshot20161117-6) ...
08:59:11 [2019-08-28T08:59:11.086Z] Selecting previously unselected package libnetfilter-conntrack3:ppc64el.
08:59:11 [2019-08-28T08:59:11.086Z] Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_ppc64el.deb ...
08:59:11 [2019-08-28T08:59:11.086Z] Unpacking libnetfilter-conntrack3:ppc64el (1.0.6-2) ...
08:59:11 [2019-08-28T08:59:11.086Z] Selecting previously unselected package iptables.
08:59:11 [2019-08-28T08:59:11.086Z] Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_ppc64el.deb ...
08:59:11 [2019-08-28T08:59:11.086Z] Unpacking iptables (1.6.0+snapshot20161117-6) ...
08:59:11 [2019-08-28T08:59:11.086Z] Selecting previously unselected package xxd.
08:59:11 [2019-08-28T08:59:11.086Z] Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_ppc64el.deb ...
08:59:11 [2019-08-28T08:59:11.086Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ...
08:59:11 [2019-08-28T08:59:11.086Z] Selecting previously unselected package vim-common.
08:59:11 [2019-08-28T08:59:11.086Z] Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ...
08:59:11 [2019-08-28T08:59:11.086Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ...
08:59:11 [2019-08-28T08:59:11.370Z] Selecting previously unselected package bzip2.
08:59:11 [2019-08-28T08:59:11.370Z] Preparing to unpack .../10-bzip2_1.0.6-8.1_ppc64el.deb ...
08:59:11 [2019-08-28T08:59:11.370Z] Unpacking bzip2 (1.0.6-8.1) ...
08:59:11 [2019-08-28T08:59:11.370Z] Selecting previously unselected package libgpm2:ppc64el.
08:59:11 [2019-08-28T08:59:11.370Z] Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_ppc64el.deb ...
08:59:11 [2019-08-28T08:59:11.370Z] Unpacking libgpm2:ppc64el (1.20.4-6.2+b1) ...
08:59:11 [2019-08-28T08:59:11.370Z] Selecting previously unselected package xz-utils.
08:59:11 [2019-08-28T08:59:11.370Z] Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_ppc64el.deb ...
08:59:11 [2019-08-28T08:59:11.370Z] Unpacking xz-utils (5.2.2-1.2+b1) ...
08:59:11 [2019-08-28T08:59:11.370Z] Selecting previously unselected package aufs-tools.
08:59:11 [2019-08-28T08:59:11.370Z] Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_ppc64el.deb ...
08:59:11 [2019-08-28T08:59:11.370Z] Unpacking aufs-tools (1:4.1+20161219-1) ...
08:59:11 [2019-08-28T08:59:11.370Z] Selecting previously unselected package liblzo2-2:ppc64el.
08:59:11 [2019-08-28T08:59:11.370Z] Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_ppc64el.deb ...
08:59:11 [2019-08-28T08:59:11.370Z] Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ...
08:59:11 [2019-08-28T08:59:11.370Z] Selecting previously unselected package btrfs-progs.
08:59:11 [2019-08-28T08:59:11.370Z] Preparing to unpack .../15-btrfs-progs_4.7.3-1_ppc64el.deb ...
08:59:11 [2019-08-28T08:59:11.370Z] Unpacking btrfs-progs (4.7.3-1) ...
08:59:11 [2019-08-28T08:59:11.653Z] Selecting previously unselected package btrfs-tools.
08:59:11 [2019-08-28T08:59:11.654Z] Preparing to unpack .../16-btrfs-tools_4.7.3-1_ppc64el.deb ...
08:59:11 [2019-08-28T08:59:11.654Z] Unpacking btrfs-tools (4.7.3-1) ...
08:59:11 [2019-08-28T08:59:11.654Z] Selecting previously unselected package libdevmapper1.02.1:ppc64el.
08:59:11 [2019-08-28T08:59:11.654Z] Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_ppc64el.deb ...
08:59:11 [2019-08-28T08:59:11.654Z] Unpacking libdevmapper1.02.1:ppc64el (2:1.02.137-2) ...
08:59:11 [2019-08-28T08:59:11.654Z] Selecting previously unselected package dmsetup.
08:59:11 [2019-08-28T08:59:11.654Z] Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_ppc64el.deb ...
08:59:11 [2019-08-28T08:59:11.654Z] Unpacking dmsetup (2:1.02.137-2) ...
08:59:11 [2019-08-28T08:59:11.654Z] Selecting previously unselected package libonig4:ppc64el.
08:59:11 [2019-08-28T08:59:11.654Z] Preparing to unpack .../19-libonig4_6.1.3-2_ppc64el.deb ...
08:59:11 [2019-08-28T08:59:11.654Z] Unpacking libonig4:ppc64el (6.1.3-2) ...
08:59:11 [2019-08-28T08:59:11.654Z] Selecting previously unselected package libjq1:ppc64el.
08:59:11 [2019-08-28T08:59:11.654Z] Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_ppc64el.deb ...
08:59:11 [2019-08-28T08:59:11.654Z] Unpacking libjq1:ppc64el (1.5+dfsg-1.3) ...
08:59:11 [2019-08-28T08:59:11.654Z] Selecting previously unselected package jq.
08:59:11 [2019-08-28T08:59:11.654Z] Preparing to unpack .../21-jq_1.5+dfsg-1.3_ppc64el.deb ...
08:59:11 [2019-08-28T08:59:11.654Z] Unpacking jq (1.5+dfsg-1.3) ...
08:59:11 [2019-08-28T08:59:11.654Z] Selecting previously unselected package libaio1:ppc64el.
08:59:11 [2019-08-28T08:59:11.654Z] Preparing to unpack .../22-libaio1_0.3.110-3_ppc64el.deb ...
08:59:11 [2019-08-28T08:59:11.654Z] Unpacking libaio1:ppc64el (0.3.110-3) ...
08:59:11 [2019-08-28T08:59:11.654Z] Selecting previously unselected package libcap2-bin.
08:59:11 [2019-08-28T08:59:11.654Z] Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_ppc64el.deb ...
08:59:11 [2019-08-28T08:59:11.654Z] Unpacking libcap2-bin (1:2.25-1) ...
08:59:11 [2019-08-28T08:59:11.936Z] Selecting previously unselected package libdevmapper-event1.02.1:ppc64el.
08:59:11 [2019-08-28T08:59:11.936Z] Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_ppc64el.deb ...
08:59:11 [2019-08-28T08:59:11.936Z] Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.137-2) ...
08:59:11 [2019-08-28T08:59:11.936Z] Selecting previously unselected package libsepol1-dev:ppc64el.
08:59:11 [2019-08-28T08:59:11.936Z] Preparing to unpack .../25-libsepol1-dev_2.6-2_ppc64el.deb ...
08:59:11 [2019-08-28T08:59:11.936Z] Unpacking libsepol1-dev:ppc64el (2.6-2) ...
08:59:11 [2019-08-28T08:59:11.936Z] Selecting previously unselected package libpcre16-3:ppc64el.
08:59:11 [2019-08-28T08:59:11.936Z] Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_ppc64el.deb ...
08:59:11 [2019-08-28T08:59:11.936Z] Unpacking libpcre16-3:ppc64el (2:8.39-3) ...
08:59:11 [2019-08-28T08:59:11.936Z] Selecting previously unselected package libpcre32-3:ppc64el.
08:59:11 [2019-08-28T08:59:11.936Z] Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_ppc64el.deb ...
08:59:11 [2019-08-28T08:59:11.936Z] Unpacking libpcre32-3:ppc64el (2:8.39-3) ...
08:59:11 [2019-08-28T08:59:11.936Z] Selecting previously unselected package libpcre3-dev:ppc64el.
08:59:11 [2019-08-28T08:59:11.936Z] Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_ppc64el.deb ...
08:59:11 [2019-08-28T08:59:11.936Z] Unpacking libpcre3-dev:ppc64el (2:8.39-3) ...
08:59:12 [2019-08-28T08:59:12.219Z] Selecting previously unselected package libselinux1-dev:ppc64el.
08:59:12 [2019-08-28T08:59:12.220Z] Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_ppc64el.deb ...
08:59:12 [2019-08-28T08:59:12.220Z] Unpacking libselinux1-dev:ppc64el (2.6-3+b3) ...
08:59:12 [2019-08-28T08:59:12.220Z] Selecting previously unselected package libdevmapper-dev:ppc64el.
08:59:12 [2019-08-28T08:59:12.220Z] Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_ppc64el.deb ...
08:59:12 [2019-08-28T08:59:12.220Z] Unpacking libdevmapper-dev:ppc64el (2:1.02.137-2) ...
08:59:12 [2019-08-28T08:59:12.220Z] Selecting previously unselected package libnl-3-200:ppc64el.
08:59:12 [2019-08-28T08:59:12.220Z] Preparing to unpack .../31-libnl-3-200_3.2.27-2_ppc64el.deb ...
08:59:12 [2019-08-28T08:59:12.220Z] Unpacking libnl-3-200:ppc64el (3.2.27-2) ...
08:59:12 [2019-08-28T08:59:12.220Z] Selecting previously unselected package libprotobuf-c1:ppc64el.
08:59:12 [2019-08-28T08:59:12.220Z] Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_ppc64el.deb ...
08:59:12 [2019-08-28T08:59:12.220Z] Unpacking libprotobuf-c1:ppc64el (1.2.1-2) ...
08:59:12 [2019-08-28T08:59:12.220Z] Selecting previously unselected package libreadline5:ppc64el.
08:59:12 [2019-08-28T08:59:12.220Z] Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_ppc64el.deb ...
08:59:12 [2019-08-28T08:59:12.220Z] Unpacking libreadline5:ppc64el (5.2+dfsg-3+b1) ...
08:59:12 [2019-08-28T08:59:12.220Z] Selecting previously unselected package libsystemd-dev:ppc64el.
08:59:12 [2019-08-28T08:59:12.220Z] Preparing to unpack .../34-libsystemd-dev_232-25+deb9u11_ppc64el.deb ...
08:59:12 [2019-08-28T08:59:12.220Z] Unpacking libsystemd-dev:ppc64el (232-25+deb9u11) ...
08:59:12 [2019-08-28T08:59:12.836Z] Selecting previously unselected package net-tools.
08:59:12 [2019-08-28T08:59:12.836Z] Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_ppc64el.deb ...
08:59:12 [2019-08-28T08:59:12.836Z] Unpacking net-tools (1.60+git20161116.90da8a0-1) ...
08:59:12 [2019-08-28T08:59:12.836Z] Selecting previously unselected package python-pip-whl.
08:59:12 [2019-08-28T08:59:12.836Z] Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ...
08:59:12 [2019-08-28T08:59:12.836Z] Unpacking python-pip-whl (9.0.1-2+deb9u1) ...
08:59:12 [2019-08-28T08:59:12.836Z] Selecting previously unselected package python3-pip.
08:59:13 [2019-08-28T08:59:13.119Z] Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ...
08:59:13 [2019-08-28T08:59:13.119Z] Unpacking python3-pip (9.0.1-2+deb9u1) ...
08:59:13 [2019-08-28T08:59:13.119Z] Selecting previously unselected package python3-pkg-resources.
08:59:13 [2019-08-28T08:59:13.119Z] Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ...
08:59:13 [2019-08-28T08:59:13.119Z] Unpacking python3-pkg-resources (33.1.1-1) ...
08:59:13 [2019-08-28T08:59:13.119Z] Selecting previously unselected package python3-setuptools.
08:59:13 [2019-08-28T08:59:13.119Z] Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ...
08:59:13 [2019-08-28T08:59:13.119Z] Unpacking python3-setuptools (33.1.1-1) ...
08:59:13 [2019-08-28T08:59:13.119Z] Selecting previously unselected package python3-wheel.
08:59:13 [2019-08-28T08:59:13.119Z] Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ...
08:59:13 [2019-08-28T08:59:13.119Z] Unpacking python3-wheel (0.29.0-2) ...
08:59:13 [2019-08-28T08:59:13.119Z] Selecting previously unselected package thin-provisioning-tools.
08:59:13 [2019-08-28T08:59:13.119Z] Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_ppc64el.deb ...
08:59:13 [2019-08-28T08:59:13.119Z] Unpacking thin-provisioning-tools (0.6.1-4+b1) ...
08:59:13 [2019-08-28T08:59:13.119Z] Selecting previously unselected package vim-runtime.
08:59:13 [2019-08-28T08:59:13.119Z] Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ...
08:59:13 [2019-08-28T08:59:13.401Z] Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime'
08:59:13 [2019-08-28T08:59:13.401Z] Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime'
08:59:13 [2019-08-28T08:59:13.401Z] Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ...
08:59:14 [2019-08-28T08:59:14.415Z] Selecting previously unselected package vim.
08:59:14 [2019-08-28T08:59:14.415Z] Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_ppc64el.deb ...
08:59:14 [2019-08-28T08:59:14.415Z] Unpacking vim (2:8.0.0197-4+deb9u3) ...
08:59:14 [2019-08-28T08:59:14.415Z] Selecting previously unselected package xfsprogs.
08:59:14 [2019-08-28T08:59:14.415Z] Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_ppc64el.deb ...
08:59:14 [2019-08-28T08:59:14.415Z] Unpacking xfsprogs (4.9.0+nmu1) ...
08:59:14 [2019-08-28T08:59:14.699Z] Selecting previously unselected package zip.
08:59:14 [2019-08-28T08:59:14.699Z] Preparing to unpack .../45-zip_3.0-11+b1_ppc64el.deb ...
08:59:14 [2019-08-28T08:59:14.699Z] Unpacking zip (3.0-11+b1) ...
08:59:14 [2019-08-28T08:59:14.699Z] Selecting previously unselected package libapparmor-perl.
08:59:14 [2019-08-28T08:59:14.699Z] Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_ppc64el.deb ...
08:59:14 [2019-08-28T08:59:14.699Z] Unpacking libapparmor-perl (2.11.0-3+deb9u2) ...
08:59:14 [2019-08-28T08:59:14.699Z] Selecting previously unselected package apparmor.
08:59:14 [2019-08-28T08:59:14.699Z] Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_ppc64el.deb ...
08:59:14 [2019-08-28T08:59:14.699Z] Unpacking apparmor (2.11.0-3+deb9u2) ...
08:59:14 [2019-08-28T08:59:14.699Z] Selecting previously unselected package binutils-mingw-w64-i686.
08:59:14 [2019-08-28T08:59:14.699Z] Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_ppc64el.deb ...
08:59:14 [2019-08-28T08:59:14.699Z] Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ...
08:59:15 [2019-08-28T08:59:15.316Z] Selecting previously unselected package binutils-mingw-w64-x86-64.
08:59:15 [2019-08-28T08:59:15.316Z] Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_ppc64el.deb ...
08:59:15 [2019-08-28T08:59:15.316Z] Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ...
08:59:15 [2019-08-28T08:59:15.599Z] Selecting previously unselected package binutils-mingw-w64.
08:59:15 [2019-08-28T08:59:15.599Z] Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ...
08:59:15 [2019-08-28T08:59:15.599Z] Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ...
08:59:15 [2019-08-28T08:59:15.599Z] Selecting previously unselected package mingw-w64-common.
08:59:15 [2019-08-28T08:59:15.599Z] Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ...
08:59:15 [2019-08-28T08:59:15.599Z] Unpacking mingw-w64-common (5.0.1-1) ...
08:59:16 [2019-08-28T08:59:16.609Z] Selecting previously unselected package mingw-w64-x86-64-dev.
08:59:16 [2019-08-28T08:59:16.609Z] Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ...
08:59:16 [2019-08-28T08:59:16.609Z] Unpacking mingw-w64-x86-64-dev (5.0.1-1) ...
08:59:18 [2019-08-28T08:59:18.097Z] Selecting previously unselected package gcc-mingw-w64-base.
08:59:18 [2019-08-28T08:59:18.097Z] Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_ppc64el.deb ...
08:59:18 [2019-08-28T08:59:18.097Z] Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ...
08:59:18 [2019-08-28T08:59:18.097Z] Selecting previously unselected package gcc-mingw-w64-x86-64.
08:59:18 [2019-08-28T08:59:18.097Z] Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_ppc64el.deb ...
08:59:18 [2019-08-28T08:59:18.097Z] Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ...
08:59:22 [2019-08-28T08:59:22.476Z] Selecting previously unselected package g++-mingw-w64-x86-64.
08:59:22 [2019-08-28T08:59:22.476Z] Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_ppc64el.deb ...
08:59:22 [2019-08-28T08:59:22.476Z] Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ...
08:59:23 [2019-08-28T08:59:23.241Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
08:59:24 [2019-08-28T08:59:24.016Z] 
08:59:24 [2019-08-28T08:59:24.016Z] ---> Making bundle: test-integration (in bundles/test-integration)
08:59:24 [2019-08-28T08:59:24.390Z] PKG_CONFIG=pkg-config
08:59:24 [2019-08-28T08:59:24.390Z] GOLANG_VERSION=1.12.9
08:59:24 [2019-08-28T08:59:24.390Z] HOSTNAME=7e613e5d1144
08:59:24 [2019-08-28T08:59:24.390Z] DOCKER_EXPERIMENTAL=1
08:59:24 [2019-08-28T08:59:24.390Z] container=docker
08:59:24 [2019-08-28T08:59:24.390Z] TEST_SKIP_INTEGRATION_CLI=1
08:59:24 [2019-08-28T08:59:24.390Z] GOMETALINTER_OPTS=--deadline=2m
08:59:24 [2019-08-28T08:59:24.390Z] GOPATH=/go
08:59:24 [2019-08-28T08:59:24.390Z] PWD=/go/src/github.com/docker/docker
08:59:24 [2019-08-28T08:59:24.390Z] HOME=/root
08:59:24 [2019-08-28T08:59:24.390Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
08:59:24 [2019-08-28T08:59:24.390Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
08:59:24 [2019-08-28T08:59:24.390Z] DOCKER_GITCOMMIT=99453d7bb34e7b145ef590cbada530110314bb02
08:59:24 [2019-08-28T08:59:24.390Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
08:59:24 [2019-08-28T08:59:24.390Z] DOCKER_GRAPHDRIVER=overlay2
08:59:24 [2019-08-28T08:59:24.390Z] TERM=xterm
08:59:24 [2019-08-28T08:59:24.390Z] DEST=bundles/test-integration
08:59:24 [2019-08-28T08:59:24.390Z] SHLVL=1
08:59:24 [2019-08-28T08:59:24.390Z] TIMEOUT=120m
08:59:24 [2019-08-28T08:59:24.390Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
08:59:24 [2019-08-28T08:59:24.390Z] DOCKER_PKG=github.com/docker/docker
08:59:24 [2019-08-28T08:59:24.390Z] _=/usr/bin/env
08:59:24 [2019-08-28T08:59:24.390Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
08:59:25 [2019-08-28T08:59:25.928Z] Setting up aufs-tools (1:4.1+20161219-1) ...
08:59:25 [2019-08-28T08:59:25.928Z] Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ...
08:59:25 [2019-08-28T08:59:25.928Z] Setting up libsepol1-dev:ppc64el (2.6-2) ...
08:59:25 [2019-08-28T08:59:25.928Z] Setting up python-pip-whl (9.0.1-2+deb9u1) ...
08:59:25 [2019-08-28T08:59:25.928Z] Setting up libnet1:ppc64el (1.1.6+dfsg-3) ...
08:59:25 [2019-08-28T08:59:25.928Z] Setting up libip4tc0:ppc64el (1.6.0+snapshot20161117-6) ...
08:59:25 [2019-08-28T08:59:25.928Z] Processing triggers for mime-support (3.60) ...
08:59:25 [2019-08-28T08:59:25.928Z] Setting up xxd (2:8.0.0197-4+deb9u3) ...
08:59:25 [2019-08-28T08:59:25.928Z] Setting up libgpm2:ppc64el (1.20.4-6.2+b1) ...
08:59:25 [2019-08-28T08:59:25.928Z] Setting up libcap2-bin (1:2.25-1) ...
08:59:25 [2019-08-28T08:59:25.928Z] Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ...
08:59:25 [2019-08-28T08:59:25.928Z] Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ...
08:59:25 [2019-08-28T08:59:25.928Z] Setting up bash-completion (1:2.1-4.3) ...
08:59:26 [2019-08-28T08:59:26.946Z] Setting up libonig4:ppc64el (6.1.3-2) ...
08:59:26 [2019-08-28T08:59:26.946Z] Setting up libprotobuf-c1:ppc64el (1.2.1-2) ...
08:59:26 [2019-08-28T08:59:26.946Z] Setting up zip (3.0-11+b1) ...
08:59:26 [2019-08-28T08:59:26.946Z] Setting up bzip2 (1.0.6-8.1) ...
08:59:26 [2019-08-28T08:59:26.946Z] Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ...
08:59:26 [2019-08-28T08:59:26.946Z] Setting up libjq1:ppc64el (1.5+dfsg-1.3) ...
08:59:26 [2019-08-28T08:59:26.946Z] Processing triggers for libc-bin (2.24-11+deb9u4) ...
08:59:26 [2019-08-28T08:59:26.946Z] Setting up libaio1:ppc64el (0.3.110-3) ...
08:59:26 [2019-08-28T08:59:26.946Z] Setting up libxtables12:ppc64el (1.6.0+snapshot20161117-6) ...
08:59:26 [2019-08-28T08:59:26.946Z] Setting up xz-utils (5.2.2-1.2+b1) ...
08:59:26 [2019-08-28T08:59:26.946Z] update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
08:59:26 [2019-08-28T08:59:26.946Z] Setting up thin-provisioning-tools (0.6.1-4+b1) ...
08:59:26 [2019-08-28T08:59:26.946Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ...
08:59:26 [2019-08-28T08:59:26.946Z] Setting up libpcrecpp0v5:ppc64el (2:8.39-3) ...
08:59:26 [2019-08-28T08:59:26.946Z] Setting up libpcre32-3:ppc64el (2:8.39-3) ...
08:59:26 [2019-08-28T08:59:26.946Z] Setting up libnfnetlink0:ppc64el (1.0.1-3) ...
08:59:26 [2019-08-28T08:59:26.946Z] Setting up vim-runtime (2:8.0.0197-4+deb9u3) ...
08:59:27 [2019-08-28T08:59:27.267Z] Setting up libsystemd-dev:ppc64el (232-25+deb9u11) ...
08:59:27 [2019-08-28T08:59:27.268Z] Setting up libpcre16-3:ppc64el (2:8.39-3) ...
08:59:27 [2019-08-28T08:59:27.268Z] Setting up libreadline5:ppc64el (5.2+dfsg-3+b1) ...
08:59:27 [2019-08-28T08:59:27.268Z] Setting up libnl-3-200:ppc64el (3.2.27-2) ...
08:59:27 [2019-08-28T08:59:27.268Z] Setting up net-tools (1.60+git20161116.90da8a0-1) ...
08:59:27 [2019-08-28T08:59:27.268Z] Setting up libudev-dev:ppc64el (232-25+deb9u11) ...
08:59:27 [2019-08-28T08:59:27.268Z] Setting up pigz (2.3.4-1) ...
08:59:27 [2019-08-28T08:59:27.268Z] Setting up libapparmor-perl (2.11.0-3+deb9u2) ...
08:59:27 [2019-08-28T08:59:27.268Z] Setting up libmpdec2:ppc64el (2.4.2-1) ...
08:59:27 [2019-08-28T08:59:27.268Z] Setting up libip6tc0:ppc64el (1.6.0+snapshot20161117-6) ...
08:59:27 [2019-08-28T08:59:27.268Z] Setting up mingw-w64-common (5.0.1-1) ...
08:59:27 [2019-08-28T08:59:27.268Z] Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ...
08:59:27 [2019-08-28T08:59:27.268Z] Setting up jq (1.5+dfsg-1.3) ...
08:59:27 [2019-08-28T08:59:27.268Z] Setting up libpcre3-dev:ppc64el (2:8.39-3) ...
08:59:27 [2019-08-28T08:59:27.268Z] Setting up libnetfilter-conntrack3:ppc64el (1.0.6-2) ...
08:59:27 [2019-08-28T08:59:27.268Z] Setting up xfsprogs (4.9.0+nmu1) ...
08:59:27 [2019-08-28T08:59:27.268Z] Setting up vim (2:8.0.0197-4+deb9u3) ...
08:59:27 [2019-08-28T08:59:27.268Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
08:59:27 [2019-08-28T08:59:27.268Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
08:59:27 [2019-08-28T08:59:27.268Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
08:59:27 [2019-08-28T08:59:27.268Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
08:59:27 [2019-08-28T08:59:27.268Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
08:59:27 [2019-08-28T08:59:27.268Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
08:59:27 [2019-08-28T08:59:27.268Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
08:59:27 [2019-08-28T08:59:27.268Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
08:59:27 [2019-08-28T08:59:27.268Z] Setting up libpython3.5-stdlib:ppc64el (3.5.3-1+deb9u1) ...
08:59:27 [2019-08-28T08:59:27.268Z] Setting up libiptc0:ppc64el (1.6.0+snapshot20161117-6) ...
08:59:27 [2019-08-28T08:59:27.268Z] Setting up mingw-w64-x86-64-dev (5.0.1-1) ...
08:59:27 [2019-08-28T08:59:27.268Z] Setting up iptables (1.6.0+snapshot20161117-6) ...
08:59:27 [2019-08-28T08:59:27.268Z] Setting up btrfs-progs (4.7.3-1) ...
08:59:27 [2019-08-28T08:59:27.268Z] Setting up libselinux1-dev:ppc64el (2.6-3+b3) ...
08:59:27 [2019-08-28T08:59:27.268Z] Setting up python3.5 (3.5.3-1+deb9u1) ...
08:59:28 [2019-08-28T08:59:28.961Z] tests/integration/api_build_test.py ......................X              [  6%]
08:59:29 [2019-08-28T08:59:29.287Z] Setting up libpython3-stdlib:ppc64el (3.5.3-1) ...
08:59:29 [2019-08-28T08:59:29.287Z] Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ...
08:59:29 [2019-08-28T08:59:29.287Z] 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
08:59:29 [2019-08-28T08:59:29.287Z] 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
08:59:29 [2019-08-28T08:59:29.287Z] 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
08:59:29 [2019-08-28T08:59:29.287Z] 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
08:59:29 [2019-08-28T08:59:29.287Z] Setting up btrfs-tools (4.7.3-1) ...
08:59:29 [2019-08-28T08:59:29.287Z] Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ...
08:59:29 [2019-08-28T08:59:29.287Z] 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
08:59:29 [2019-08-28T08:59:29.287Z] 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
08:59:29 [2019-08-28T08:59:29.287Z] Setting up python3 (3.5.3-1) ...
08:59:29 [2019-08-28T08:59:29.520Z] tests/integration/api_client_test.py .....                               [  7%]
08:59:29 [2019-08-28T08:59:29.901Z] Setting up apparmor (2.11.0-3+deb9u2) ...
08:59:30 [2019-08-28T08:59:30.515Z] update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
08:59:30 [2019-08-28T08:59:30.515Z] diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory
08:59:30 [2019-08-28T08:59:30.515Z] Setting up libdevmapper1.02.1:ppc64el (2:1.02.137-2) ...
08:59:30 [2019-08-28T08:59:30.515Z] Setting up python3-wheel (0.29.0-2) ...
08:59:30 [2019-08-28T08:59:30.798Z] Setting up python3-pkg-resources (33.1.1-1) ...
08:59:31 [2019-08-28T08:59:31.411Z] Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.137-2) ...
08:59:31 [2019-08-28T08:59:31.411Z] Setting up python3-pip (9.0.1-2+deb9u1) ...
08:59:31 [2019-08-28T08:59:31.438Z] tests/integration/api_config_test.py .....                               [  8%]
08:59:31 [2019-08-28T08:59:31.693Z] Setting up dmsetup (2:1.02.137-2) ...
08:59:31 [2019-08-28T08:59:31.693Z] Setting up python3-setuptools (33.1.1-1) ...
08:59:31 [2019-08-28T08:59:31.976Z] Setting up dh-python (2.20170125) ...
08:59:32 [2019-08-28T08:59:32.259Z] Setting up libdevmapper-dev:ppc64el (2:1.02.137-2) ...
08:59:32 [2019-08-28T08:59:32.259Z] Processing triggers for libc-bin (2.24-11+deb9u4) ...
08:59:34 [2019-08-28T08:59:34.568Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
08:59:37 [2019-08-28T08:59:37.849Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
08:59:42 [2019-08-28T08:59:42.547Z] Removing intermediate container fd2991d558b4
08:59:42 [2019-08-28T08:59:42.547Z]  ---> a0b8d078f521
08:59:42 [2019-08-28T08:59:42.547Z] Step 103/126 : RUN pip3 install yamllint==1.16.0
08:59:42 [2019-08-28T08:59:42.547Z]  ---> Running in 6af0e7f45db4
08:59:45 [2019-08-28T08:59:45.221Z] Collecting yamllint==1.16.0
08:59:45 [2019-08-28T08:59:45.503Z]   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
08:59:45 [2019-08-28T08:59:45.503Z] Collecting pyyaml (from yamllint==1.16.0)
08:59:45 [2019-08-28T08:59:45.786Z]   Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB)
08:59:46 [2019-08-28T08:59:46.791Z] Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
08:59:46 [2019-08-28T08:59:46.791Z]   Downloading https://files.pythonhosted.org/packages/84/2a/bfee636b1e2f7d6e30dd74f49201ccfa5c3cf322d44929ecc6c137c486c5/pathspec-0.5.9.tar.gz
08:59:47 [2019-08-28T08:59:47.409Z] Building wheels for collected packages: pyyaml, pathspec
08:59:47 [2019-08-28T08:59:47.409Z]   Running setup.py bdist_wheel for pyyaml: started
08:59:47 [2019-08-28T08:59:47.815Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
08:59:48 [2019-08-28T08:59:48.023Z]   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
08:59:48 [2019-08-28T08:59:48.023Z]   Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030
08:59:48 [2019-08-28T08:59:48.304Z]   Running setup.py bdist_wheel for pathspec: started
08:59:48 [2019-08-28T08:59:48.921Z]   Running setup.py bdist_wheel for pathspec: finished with status 'done'
08:59:48 [2019-08-28T08:59:48.921Z]   Stored in directory: /root/.cache/pip/wheels/45/cb/7e/ce6e6062c69446e39e328170524ca8213498bc66a74c6a210b
08:59:48 [2019-08-28T08:59:48.921Z] Successfully built pyyaml pathspec
08:59:48 [2019-08-28T08:59:48.921Z] Installing collected packages: pyyaml, pathspec, yamllint
08:59:48 [2019-08-28T08:59:48.921Z] Successfully installed pathspec-0.5.9 pyyaml-5.1.2 yamllint-1.16.0
08:59:49 [2019-08-28T08:59:49.538Z] Removing intermediate container 6af0e7f45db4
08:59:49 [2019-08-28T08:59:49.538Z]  ---> 42dfb03a563b
08:59:49 [2019-08-28T08:59:49.538Z] Step 104/126 : COPY --from=swagger /build/swagger* /usr/local/bin/
08:59:50 [2019-08-28T08:59:50.549Z]  ---> 0f425b77f342
08:59:50 [2019-08-28T08:59:50.549Z] Step 105/126 : COPY --from=frozen-images /build/ /docker-frozen-images
08:59:54 [2019-08-28T08:59:54.371Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
08:59:54 [2019-08-28T08:59:54.931Z]  ---> c884db8611d1
08:59:54 [2019-08-28T08:59:54.931Z] Step 106/126 : COPY --from=gometalinter /build/ /usr/local/bin/
08:59:57 [2019-08-28T08:59:57.613Z]  ---> 37d3092910e1
08:59:57 [2019-08-28T08:59:57.613Z] Step 107/126 : COPY --from=gotestsum /build/ /usr/local/bin/
08:59:57 [2019-08-28T08:59:57.613Z]  ---> 519fc33b54f4
08:59:57 [2019-08-28T08:59:57.613Z] Step 108/126 : COPY --from=tomlv /build/ /usr/local/bin/
08:59:57 [2019-08-28T08:59:57.896Z]  ---> 6cf45322b64f
08:59:57 [2019-08-28T08:59:57.896Z] Step 109/126 : COPY --from=vndr /build/ /usr/local/bin/
08:59:58 [2019-08-28T08:59:58.180Z]  ---> 32f58139a1f0
08:59:58 [2019-08-28T08:59:58.180Z] Step 110/126 : COPY --from=tini /build/ /usr/local/bin/
08:59:58 [2019-08-28T08:59:58.466Z]  ---> 6d4bba3c663e
08:59:58 [2019-08-28T08:59:58.466Z] Step 111/126 : COPY --from=runc /build/ /usr/local/bin/
08:59:58 [2019-08-28T08:59:58.747Z]  ---> d62fa3d23e49
08:59:58 [2019-08-28T08:59:58.747Z] Step 112/126 : COPY --from=containerd /build/ /usr/local/bin/
08:59:59 [2019-08-28T08:59:59.753Z]  ---> c3984e54cc92
08:59:59 [2019-08-28T08:59:59.753Z] Step 113/126 : COPY --from=proxy /build/ /usr/local/bin/
09:00:00 [2019-08-28T09:00:00.038Z]  ---> 51310209eba7
09:00:00 [2019-08-28T09:00:00.038Z] Step 114/126 : COPY --from=dockercli /build/ /usr/local/cli
09:00:00 [2019-08-28T09:00:00.653Z]  ---> f64ae0c0fac3
09:00:00 [2019-08-28T09:00:00.653Z] Step 115/126 : COPY --from=registry /build/registry* /usr/local/bin/
09:00:02 [2019-08-28T09:00:02.125Z]  ---> c0ed6da9f022
09:00:02 [2019-08-28T09:00:02.125Z] Step 116/126 : COPY --from=criu /build/ /usr/local/
09:00:02 [2019-08-28T09:00:02.408Z]  ---> 3b013bb3cc56
09:00:02 [2019-08-28T09:00:02.408Z] Step 117/126 : COPY --from=rootlesskit /build/ /usr/local/bin/
09:00:02 [2019-08-28T09:00:02.479Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
09:00:02 [2019-08-28T09:00:02.690Z]  ---> e628e35bf131
09:00:02 [2019-08-28T09:00:02.690Z] Step 118/126 : COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e /vpnkit /usr/local/bin/vpnkit.x86_64
09:00:03 [2019-08-28T09:00:03.704Z] sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e: Pulling from djs55/vpnkit
09:00:03 [2019-08-28T09:00:03.704Z] bad55c542dc9: Pulling fs layer
09:00:04 [2019-08-28T09:00:04.319Z] bad55c542dc9: Verifying Checksum
09:00:04 [2019-08-28T09:00:04.319Z] bad55c542dc9: Download complete
09:00:04 [2019-08-28T09:00:04.602Z] bad55c542dc9: Pull complete
09:00:04 [2019-08-28T09:00:04.602Z] Digest: sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e
09:00:04 [2019-08-28T09:00:04.602Z] Status: Downloaded newer image for djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e
09:00:05 [2019-08-28T09:00:05.216Z]  ---> eb36f3c5b399
09:00:05 [2019-08-28T09:00:05.216Z] Step 119/126 : ENV PATH=/usr/local/cli:$PATH
09:00:05 [2019-08-28T09:00:05.216Z]  ---> Running in 75aa4361a1f5
09:00:05 [2019-08-28T09:00:05.216Z] Removing intermediate container 75aa4361a1f5
09:00:05 [2019-08-28T09:00:05.216Z]  ---> 6cac6ade2d44
09:00:05 [2019-08-28T09:00:05.216Z] Step 120/126 : ENV DOCKER_BUILDTAGS apparmor seccomp selinux
09:00:05 [2019-08-28T09:00:05.216Z]  ---> Running in bfb08d8631df
09:00:05 [2019-08-28T09:00:05.500Z] Removing intermediate container bfb08d8631df
09:00:05 [2019-08-28T09:00:05.500Z]  ---> b52051a45b2a
09:00:05 [2019-08-28T09:00:05.500Z] Step 121/126 : ENV GOMETALINTER_OPTS="--deadline=2m"
09:00:05 [2019-08-28T09:00:05.500Z]  ---> Running in 3eb97ee00021
09:00:05 [2019-08-28T09:00:05.500Z] Removing intermediate container 3eb97ee00021
09:00:05 [2019-08-28T09:00:05.500Z]  ---> 1572febd740f
09:00:05 [2019-08-28T09:00:05.500Z] Step 122/126 : WORKDIR /go/src/github.com/docker/docker
09:00:05 [2019-08-28T09:00:05.500Z]  ---> Running in bd6989d4d62e
09:00:05 [2019-08-28T09:00:05.723Z] tests/integration/api_container_test.py ....x...........x............... [ 17%]
09:00:05 [2019-08-28T09:00:05.782Z] Removing intermediate container bd6989d4d62e
09:00:05 [2019-08-28T09:00:05.782Z]  ---> 0888d9398bb3
09:00:05 [2019-08-28T09:00:05.782Z] Step 123/126 : VOLUME /var/lib/docker
09:00:05 [2019-08-28T09:00:05.782Z]  ---> Running in 4b67dd21367a
09:00:05 [2019-08-28T09:00:05.782Z] Removing intermediate container 4b67dd21367a
09:00:05 [2019-08-28T09:00:05.782Z]  ---> 11c96a64c18f
09:00:05 [2019-08-28T09:00:05.782Z] Step 124/126 : ENTRYPOINT ["hack/dind"]
09:00:05 [2019-08-28T09:00:05.782Z]  ---> Running in 8bfada13c079
09:00:06 [2019-08-28T09:00:06.064Z] Removing intermediate container 8bfada13c079
09:00:06 [2019-08-28T09:00:06.064Z]  ---> d2d66c1588f0
09:00:06 [2019-08-28T09:00:06.064Z] Step 125/126 : FROM dev AS final
09:00:06 [2019-08-28T09:00:06.064Z]  ---> d2d66c1588f0
09:00:06 [2019-08-28T09:00:06.064Z] Step 126/126 : COPY . /go/src/github.com/docker/docker
09:00:09 [2019-08-28T09:00:09.034Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
09:00:12 [2019-08-28T09:00:12.874Z]  ---> 6b1295b000d0
09:00:12 [2019-08-28T09:00:12.874Z] Successfully built 6b1295b000d0
09:00:12 [2019-08-28T09:00:12.874Z] Successfully tagged docker:99453d7bb34e7b145ef590cbada530110314bb02
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
09:00:13 [2019-08-28T09:00:13.332Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-39571/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=99453d7bb34e7b145ef590cbada530110314bb02 -e DOCKER_GRAPHDRIVER docker:99453d7bb34e7b145ef590cbada530110314bb02 hack/test/unit
09:00:13 [2019-08-28T09:00:13.671Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
09:00:13 [2019-08-28T09:00:13.671Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
09:00:15 [2019-08-28T09:00:15.591Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
09:00:16 [2019-08-28T09:00:16.157Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
09:00:16 [2019-08-28T09:00:16.334Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
09:00:18 [2019-08-28T09:00:18.823Z] ?   	github.com/docker/docker/api	[no test files]
09:00:19 [2019-08-28T09:00:19.664Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
09:00:22 [2019-08-28T09:00:22.202Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
09:00:24 [2019-08-28T09:00:24.263Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
09:00:25 [2019-08-28T09:00:25.422Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
09:00:27 [2019-08-28T09:00:27.544Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
09:00:28 [2019-08-28T09:00:28.032Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
09:00:28 [2019-08-28T09:00:28.425Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
09:00:32 [2019-08-28T09:00:32.540Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
09:00:32 [2019-08-28T09:00:32.908Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
09:00:34 [2019-08-28T09:00:34.099Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
09:00:36 [2019-08-28T09:00:36.220Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
09:00:39 [2019-08-28T09:00:39.494Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
09:00:42 [2019-08-28T09:00:42.989Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
09:00:44 [2019-08-28T09:00:44.065Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
09:00:45 [2019-08-28T09:00:45.559Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
09:00:45 [2019-08-28T09:00:45.863Z] ok  	github.com/docker/docker/api/server	0.010s	coverage: 7.9% of statements
09:00:48 [2019-08-28T09:00:48.778Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
09:00:49 [2019-08-28T09:00:49.569Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
09:00:50 [2019-08-28T09:00:50.644Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
09:00:52 [2019-08-28T09:00:52.900Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
09:00:54 [2019-08-28T09:00:54.206Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
09:00:54 [2019-08-28T09:00:54.206Z] Using test binary docker
09:00:54 [2019-08-28T09:00:54.206Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
09:00:54 [2019-08-28T09:00:54.206Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found
09:00:54 [2019-08-28T09:00:54.206Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin
09:00:54 [2019-08-28T09:00:54.206Z] Warning failed to create cache: (null)
09:00:54 [2019-08-28T09:00:54.206Z] .
09:00:54 [2019-08-28T09:00:54.206Z] Starting dockerd
09:00:54 [2019-08-28T09:00:54.206Z] INFO: Waiting for daemon to start...
09:00:56 [2019-08-28T09:00:56.629Z] .
09:00:56 [2019-08-28T09:00:56.629Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
09:00:56 [2019-08-28T09:00:56.629Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
09:00:56 [2019-08-28T09:00:56.629Z] Error: No such image: emptyfs
09:00:56 [2019-08-28T09:00:56.629Z] Running integration-test (iteration 1)
09:00:56 [2019-08-28T09:00:56.629Z] Running /go/src/github.com/docker/docker/integration/build flags=-test.v -test.timeout=120m  
09:00:57 [2019-08-28T09:00:57.208Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
09:01:03 [2019-08-28T09:01:03.764Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
09:01:06 [2019-08-28T09:01:06.217Z] Loaded image: buildpack-deps:jessie
09:01:06 [2019-08-28T09:01:06.217Z] Loaded image: busybox:latest
09:01:06 [2019-08-28T09:01:06.217Z] Loaded image: busybox:glibc
09:01:06 [2019-08-28T09:01:06.217Z] Loaded image: debian:jessie
09:01:06 [2019-08-28T09:01:06.217Z] Loaded image: hello-world:latest
09:01:06 [2019-08-28T09:01:06.217Z] INFO: Testing against a local daemon
09:01:06 [2019-08-28T09:01:06.217Z] === RUN   TestCgroupNamespacesBuild
09:01:07 [2019-08-28T09:01:07.046Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
09:01:08 [2019-08-28T09:01:08.050Z] --- PASS: TestCgroupNamespacesBuild (1.74s)
09:01:08 [2019-08-28T09:01:08.050Z]     build_cgroupns_linux_test.go:42: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild
09:01:08 [2019-08-28T09:01:08.050Z]     daemon.go:336: [d6bcf8c8ad6d6] waiting for daemon to start
09:01:08 [2019-08-28T09:01:08.050Z]     daemon.go:336: [d6bcf8c8ad6d6] waiting for daemon to start
09:01:08 [2019-08-28T09:01:08.050Z]     daemon.go:364: [d6bcf8c8ad6d6] daemon started
09:01:08 [2019-08-28T09:01:08.050Z]     daemon.go:472: [d6bcf8c8ad6d6] Stopping daemon
09:01:08 [2019-08-28T09:01:08.050Z]     daemon.go:307: [d6bcf8c8ad6d6] exiting daemon
09:01:08 [2019-08-28T09:01:08.050Z]     daemon.go:459: [d6bcf8c8ad6d6] Daemon stopped
09:01:08 [2019-08-28T09:01:08.050Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
09:01:08 [2019-08-28T09:01:08.663Z] .................................................                        [ 30%]
09:01:09 [2019-08-28T09:01:09.551Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.71s)
09:01:09 [2019-08-28T09:01:09.551Z]     build_cgroupns_linux_test.go:42: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode
09:01:09 [2019-08-28T09:01:09.551Z]     daemon.go:336: [d0a87e0205194] waiting for daemon to start
09:01:09 [2019-08-28T09:01:09.551Z]     daemon.go:336: [d0a87e0205194] waiting for daemon to start
09:01:09 [2019-08-28T09:01:09.551Z]     daemon.go:364: [d0a87e0205194] daemon started
09:01:09 [2019-08-28T09:01:09.551Z]     daemon.go:472: [d0a87e0205194] Stopping daemon
09:01:09 [2019-08-28T09:01:09.551Z]     daemon.go:307: [d0a87e0205194] exiting daemon
09:01:09 [2019-08-28T09:01:09.551Z]     daemon.go:459: [d0a87e0205194] Daemon stopped
09:01:09 [2019-08-28T09:01:09.551Z] === RUN   TestBuildWithSession
09:01:11 [2019-08-28T09:01:11.988Z] --- PASS: TestBuildWithSession (2.55s)
09:01:11 [2019-08-28T09:01:11.988Z] === RUN   TestBuildSquashParent
09:01:13 [2019-08-28T09:01:13.603Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
09:01:16 [2019-08-28T09:01:16.884Z] ---> Making bundle: .integration-daemon-start (in /go/src/github.com/docker/docker/bundles/test-integration/1)
09:01:16 [2019-08-28T09:01:16.884Z] Using test binary docker
09:01:16 [2019-08-28T09:01:16.884Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found
09:01:16 [2019-08-28T09:01:16.884Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin
09:01:16 [2019-08-28T09:01:16.884Z] Warning failed to create cache: (null)
09:01:16 [2019-08-28T09:01:16.884Z] .
09:01:16 [2019-08-28T09:01:16.884Z] INFO: Waiting for daemon to start...
09:01:16 [2019-08-28T09:01:16.884Z] Starting dockerd
09:01:19 [2019-08-28T09:01:19.411Z] .
09:01:19 [2019-08-28T09:01:19.411Z] ---> Making bundle: .integration-daemon-setup (in /go/src/github.com/docker/docker/bundles/test-integration/1)
09:01:19 [2019-08-28T09:01:19.411Z] ---> Making bundle: .ensure-emptyfs (in /go/src/github.com/docker/docker/bundles/test-integration/1)
09:01:19 [2019-08-28T09:01:19.411Z] Error: No such image: emptyfs
09:01:19 [2019-08-28T09:01:19.669Z] Running integration-test (iteration 1)
09:01:19 [2019-08-28T09:01:19.669Z] Running /go/src/github.com/docker/docker/integration/build flags=-test.v -test.timeout=120m  
09:01:19 [2019-08-28T09:01:19.772Z] --- PASS: TestBuildSquashParent (6.67s)
09:01:19 [2019-08-28T09:01:19.772Z] === RUN   TestBuildWithRemoveAndForceRemove
09:01:19 [2019-08-28T09:01:19.772Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
09:01:19 [2019-08-28T09:01:19.772Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
09:01:19 [2019-08-28T09:01:19.772Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
09:01:19 [2019-08-28T09:01:19.772Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
09:01:19 [2019-08-28T09:01:19.772Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
09:01:19 [2019-08-28T09:01:19.772Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
09:01:19 [2019-08-28T09:01:19.772Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
09:01:19 [2019-08-28T09:01:19.772Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
09:01:19 [2019-08-28T09:01:19.772Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
09:01:19 [2019-08-28T09:01:19.772Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
09:01:19 [2019-08-28T09:01:19.772Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
09:01:19 [2019-08-28T09:01:19.772Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
09:01:19 [2019-08-28T09:01:19.772Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
09:01:19 [2019-08-28T09:01:19.772Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
09:01:21 [2019-08-28T09:01:21.603Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
09:01:21 [2019-08-28T09:01:21.603Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
09:01:24 [2019-08-28T09:01:24.951Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
09:01:24 [2019-08-28T09:01:24.951Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
09:01:27 [2019-08-28T09:01:27.287Z] tests/integration/api_exec_test.py ....................                  [ 35%]
09:01:27 [2019-08-28T09:01:27.406Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
09:01:27 [2019-08-28T09:01:27.406Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.80s)
09:01:27 [2019-08-28T09:01:27.406Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.88s)
09:01:27 [2019-08-28T09:01:27.406Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.83s)
09:01:27 [2019-08-28T09:01:27.406Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.97s)
09:01:27 [2019-08-28T09:01:27.406Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.66s)
09:01:27 [2019-08-28T09:01:27.406Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.79s)
09:01:27 [2019-08-28T09:01:27.406Z] === RUN   TestBuildMultiStageCopy
09:01:27 [2019-08-28T09:01:27.406Z] === RUN   TestBuildMultiStageCopy/copy_to_root
09:01:29 [2019-08-28T09:01:29.922Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
09:01:30 [2019-08-28T09:01:30.291Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
09:01:30 [2019-08-28T09:01:30.657Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
09:01:31 [2019-08-28T09:01:31.452Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
09:01:31 [2019-08-28T09:01:31.825Z] --- PASS: TestBuildMultiStageCopy (4.66s)
09:01:31 [2019-08-28T09:01:31.826Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.65s)
09:01:31 [2019-08-28T09:01:31.826Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.48s)
09:01:31 [2019-08-28T09:01:31.826Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.46s)
09:01:31 [2019-08-28T09:01:31.826Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.55s)
09:01:31 [2019-08-28T09:01:31.826Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.52s)
09:01:31 [2019-08-28T09:01:31.826Z] === RUN   TestBuildMultiStageParentConfig
09:01:33 [2019-08-28T09:01:33.073Z] --- PASS: TestBuildMultiStageParentConfig (1.34s)
09:01:33 [2019-08-28T09:01:33.073Z] === RUN   TestBuildLabelWithTargets
09:01:35 [2019-08-28T09:01:35.254Z] tests/integration/api_healthcheck_test.py ....                           [ 36%]
09:01:35 [2019-08-28T09:01:35.679Z] --- PASS: TestBuildLabelWithTargets (2.42s)
09:01:35 [2019-08-28T09:01:35.679Z] === RUN   TestBuildWithEmptyLayers
09:01:36 [2019-08-28T09:01:36.497Z] --- PASS: TestBuildWithEmptyLayers (0.97s)
09:01:36 [2019-08-28T09:01:36.497Z] === RUN   TestBuildMultiStageOnBuild
09:01:39 [2019-08-28T09:01:39.169Z] tests/integration/api_image_test.py ...........s.....                    [ 40%]
09:01:39 [2019-08-28T09:01:39.696Z] --- PASS: TestBuildMultiStageOnBuild (2.79s)
09:01:39 [2019-08-28T09:01:39.696Z] === RUN   TestBuildUncleanTarFilenames
09:01:41 [2019-08-28T09:01:41.031Z] --- PASS: TestBuildUncleanTarFilenames (1.42s)
09:01:41 [2019-08-28T09:01:41.031Z] === RUN   TestBuildMultiStageLayerLeak
09:01:43 [2019-08-28T09:01:43.537Z] --- PASS: TestBuildMultiStageLayerLeak (2.79s)
09:01:43 [2019-08-28T09:01:43.537Z] === RUN   TestBuildWithHugeFile
09:01:51 [2019-08-28T09:01:51.734Z] Loaded image: buildpack-deps:jessie
09:01:51 [2019-08-28T09:01:51.734Z] Loaded image: busybox:latest
09:01:51 [2019-08-28T09:01:51.734Z] Loaded image: busybox:glibc
09:01:51 [2019-08-28T09:01:51.734Z] Loaded image: debian:jessie
09:01:51 [2019-08-28T09:01:51.734Z] Loaded image: hello-world:latest
09:01:51 [2019-08-28T09:01:51.734Z] INFO: Testing against a local daemon
09:01:51 [2019-08-28T09:01:51.734Z] === RUN   TestCgroupNamespacesBuild
09:01:52 [2019-08-28T09:01:52.668Z] --- PASS: TestCgroupNamespacesBuild (4.19s)
09:01:52 [2019-08-28T09:01:52.668Z]     build_cgroupns_linux_test.go:42: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCgroupNamespacesBuild
09:01:52 [2019-08-28T09:01:52.668Z]     daemon.go:336: [d6dc899031ad7] waiting for daemon to start
09:01:52 [2019-08-28T09:01:52.668Z]     daemon.go:336: [d6dc899031ad7] waiting for daemon to start
09:01:52 [2019-08-28T09:01:52.668Z]     daemon.go:364: [d6dc899031ad7] daemon started
09:01:52 [2019-08-28T09:01:52.668Z]     daemon.go:472: [d6dc899031ad7] Stopping daemon
09:01:52 [2019-08-28T09:01:52.668Z]     daemon.go:307: [d6dc899031ad7] exiting daemon
09:01:52 [2019-08-28T09:01:52.668Z]     daemon.go:459: [d6dc899031ad7] Daemon stopped
09:01:52 [2019-08-28T09:01:52.668Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
09:01:55 [2019-08-28T09:01:55.198Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.48s)
09:01:55 [2019-08-28T09:01:55.198Z]     build_cgroupns_linux_test.go:42: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCgroupNamespacesBuildDaemonHostMode
09:01:55 [2019-08-28T09:01:55.198Z]     daemon.go:336: [dc855adf979c0] waiting for daemon to start
09:01:55 [2019-08-28T09:01:55.198Z]     daemon.go:336: [dc855adf979c0] waiting for daemon to start
09:01:55 [2019-08-28T09:01:55.198Z]     daemon.go:364: [dc855adf979c0] daemon started
09:01:55 [2019-08-28T09:01:55.198Z]     daemon.go:472: [dc855adf979c0] Stopping daemon
09:01:55 [2019-08-28T09:01:55.198Z]     daemon.go:307: [dc855adf979c0] exiting daemon
09:01:55 [2019-08-28T09:01:55.198Z]     daemon.go:459: [dc855adf979c0] Daemon stopped
09:01:55 [2019-08-28T09:01:55.198Z] === RUN   TestBuildWithSession
09:01:59 [2019-08-28T09:01:59.381Z] --- PASS: TestBuildWithSession (3.59s)
09:01:59 [2019-08-28T09:01:59.381Z] === RUN   TestBuildSquashParent
09:02:00 [2019-08-28T09:02:00.315Z] tests/integration/api_network_test.py ...........................        [ 47%]
09:02:08 [2019-08-28T09:02:08.763Z] tests/integration/api_plugin_test.py ...........                         [ 50%]
09:02:09 [2019-08-28T09:02:09.353Z] --- PASS: TestBuildSquashParent (10.10s)
09:02:09 [2019-08-28T09:02:09.353Z]     build_squash_test.go:29: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestBuildSquashParent
09:02:09 [2019-08-28T09:02:09.353Z]     daemon.go:336: [d1c64df694ee0] waiting for daemon to start
09:02:09 [2019-08-28T09:02:09.353Z]     daemon.go:336: [d1c64df694ee0] waiting for daemon to start
09:02:09 [2019-08-28T09:02:09.353Z]     daemon.go:364: [d1c64df694ee0] daemon started
09:02:09 [2019-08-28T09:02:09.353Z]     daemon.go:472: [d1c64df694ee0] Stopping daemon
09:02:09 [2019-08-28T09:02:09.353Z]     daemon.go:307: [d1c64df694ee0] exiting daemon
09:02:09 [2019-08-28T09:02:09.353Z]     daemon.go:459: [d1c64df694ee0] Daemon stopped
09:02:09 [2019-08-28T09:02:09.353Z] === RUN   TestBuildWithRemoveAndForceRemove
09:02:09 [2019-08-28T09:02:09.353Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
09:02:09 [2019-08-28T09:02:09.353Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
09:02:09 [2019-08-28T09:02:09.353Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
09:02:09 [2019-08-28T09:02:09.353Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
09:02:09 [2019-08-28T09:02:09.353Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
09:02:09 [2019-08-28T09:02:09.353Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
09:02:09 [2019-08-28T09:02:09.353Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
09:02:09 [2019-08-28T09:02:09.353Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
09:02:09 [2019-08-28T09:02:09.353Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
09:02:09 [2019-08-28T09:02:09.353Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
09:02:09 [2019-08-28T09:02:09.353Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
09:02:09 [2019-08-28T09:02:09.353Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
09:02:09 [2019-08-28T09:02:09.353Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
09:02:09 [2019-08-28T09:02:09.353Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
09:02:10 [2019-08-28T09:02:10.247Z] tests/integration/api_secret_test.py .....                               [ 52%]
09:02:12 [2019-08-28T09:02:12.635Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
09:02:12 [2019-08-28T09:02:12.635Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
09:02:15 [2019-08-28T09:02:15.916Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
09:02:15 [2019-08-28T09:02:15.916Z] ---> Making bundle: .integration-daemon-start (in /go/src/github.com/docker/docker/bundles/test-integration/2)
09:02:15 [2019-08-28T09:02:15.916Z] Using test binary docker
09:02:15 [2019-08-28T09:02:15.916Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found
09:02:15 [2019-08-28T09:02:15.916Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin
09:02:15 [2019-08-28T09:02:15.916Z] Warning failed to create cache: (null)
09:02:15 [2019-08-28T09:02:15.916Z] .
09:02:15 [2019-08-28T09:02:15.916Z] INFO: Waiting for daemon to start...
09:02:15 [2019-08-28T09:02:15.916Z] Starting dockerd
09:02:15 [2019-08-28T09:02:15.916Z] .=== CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
09:02:15 [2019-08-28T09:02:15.916Z] ---> Making bundle: .integration-daemon-start (in /go/src/github.com/docker/docker/bundles/test-integration/3)
09:02:15 [2019-08-28T09:02:15.916Z] Using test binary docker
09:02:15 [2019-08-28T09:02:15.916Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found
09:02:15 [2019-08-28T09:02:15.916Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin
09:02:15 [2019-08-28T09:02:15.916Z] Warning failed to create cache: (null)
09:02:15 [2019-08-28T09:02:15.916Z] .
09:02:15 [2019-08-28T09:02:15.916Z] INFO: Waiting for daemon to start...
09:02:15 [2019-08-28T09:02:15.916Z] Starting dockerd
09:02:16 [2019-08-28T09:02:16.509Z] tests/integration/api_service_test.py ................s................. [ 61%]
09:02:17 [2019-08-28T09:02:17.813Z] .
09:02:17 [2019-08-28T09:02:17.813Z] ---> Making bundle: .integration-daemon-setup (in /go/src/github.com/docker/docker/bundles/test-integration/2)
09:02:17 [2019-08-28T09:02:17.813Z] ---> Making bundle: .ensure-emptyfs (in /go/src/github.com/docker/docker/bundles/test-integration/2)
09:02:17 [2019-08-28T09:02:17.813Z] Error: No such image: emptyfs
09:02:17 [2019-08-28T09:02:17.813Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
09:02:17 [2019-08-28T09:02:17.813Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.32s)
09:02:17 [2019-08-28T09:02:17.813Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.60s)
09:02:17 [2019-08-28T09:02:17.813Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.21s)
09:02:17 [2019-08-28T09:02:17.813Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.40s)
09:02:17 [2019-08-28T09:02:17.813Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.23s)
09:02:17 [2019-08-28T09:02:17.813Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.91s)
09:02:17 [2019-08-28T09:02:17.813Z] === RUN   TestBuildMultiStageCopy
09:02:17 [2019-08-28T09:02:17.813Z] === RUN   TestBuildMultiStageCopy/copy_to_root
09:02:17 [2019-08-28T09:02:17.813Z] Running integration-test (iteration 1)
09:02:17 [2019-08-28T09:02:17.813Z] Running /go/src/github.com/docker/docker/integration-cli flags=-check.v -check.timeout=120m -test.timeout=360m -check.f ^(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite) 
09:02:17 [2019-08-28T09:02:17.868Z] --- PASS: TestBuildWithHugeFile (30.31s)
09:02:17 [2019-08-28T09:02:17.868Z] === RUN   TestBuildWithEmptyDockerfile
09:02:17 [2019-08-28T09:02:17.868Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
09:02:17 [2019-08-28T09:02:17.868Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
09:02:17 [2019-08-28T09:02:17.868Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
09:02:17 [2019-08-28T09:02:17.868Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
09:02:17 [2019-08-28T09:02:17.868Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
09:02:17 [2019-08-28T09:02:17.868Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
09:02:17 [2019-08-28T09:02:17.868Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
09:02:17 [2019-08-28T09:02:17.868Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
09:02:17 [2019-08-28T09:02:17.868Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
09:02:17 [2019-08-28T09:02:17.868Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s)
09:02:17 [2019-08-28T09:02:17.868Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.23s)
09:02:17 [2019-08-28T09:02:17.868Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.23s)
09:02:17 [2019-08-28T09:02:17.868Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.10s)
09:02:17 [2019-08-28T09:02:17.868Z] === RUN   TestBuildPreserveOwnership
09:02:17 [2019-08-28T09:02:17.868Z] === RUN   TestBuildPreserveOwnership/copy_from
09:02:18 [2019-08-28T09:02:18.070Z] 
09:02:18 [2019-08-28T09:02:18.070Z] ---> Making bundle: .integration-daemon-setup (in /go/src/github.com/docker/docker/bundles/test-integration/3)
09:02:18 [2019-08-28T09:02:18.070Z] ---> Making bundle: .ensure-emptyfs (in /go/src/github.com/docker/docker/bundles/test-integration/3)
09:02:18 [2019-08-28T09:02:18.070Z] Error: No such image: emptyfs
09:02:18 [2019-08-28T09:02:18.334Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
09:02:18 [2019-08-28T09:02:18.634Z] Running integration-test (iteration 1)
09:02:18 [2019-08-28T09:02:18.635Z] Running /go/src/github.com/docker/docker/integration-cli flags=-check.v -check.timeout=120m -test.timeout=360m -check.f ^(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite) 
09:02:20 [2019-08-28T09:02:20.786Z] --- PASS: TestBuildPreserveOwnership (6.20s)
09:02:20 [2019-08-28T09:02:20.786Z]     --- PASS: TestBuildPreserveOwnership/copy_from (4.00s)
09:02:20 [2019-08-28T09:02:20.786Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.18s)
09:02:20 [2019-08-28T09:02:20.786Z] === RUN   TestBuildPlatformInvalid
09:02:20 [2019-08-28T09:02:20.786Z] --- PASS: TestBuildPlatformInvalid (0.15s)
09:02:20 [2019-08-28T09:02:20.786Z] PASS
09:02:20 [2019-08-28T09:02:20.786Z] Running /go/src/github.com/docker/docker/integration/config flags=-test.v -test.timeout=120m  
09:02:20 [2019-08-28T09:02:20.786Z] INFO: Testing against a local daemon
09:02:20 [2019-08-28T09:02:20.786Z] === RUN   TestConfigList
09:02:22 [2019-08-28T09:02:22.813Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
09:02:22 [2019-08-28T09:02:22.987Z] ok  	github.com/docker/docker/api/server/httputils	0.016s	coverage: 14.7% of statements
09:02:22 [2019-08-28T09:02:22.987Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
09:02:22 [2019-08-28T09:02:22.987Z] ok  	github.com/docker/docker/api/server/middleware	0.012s	coverage: 37.7% of statements
09:02:22 [2019-08-28T09:02:22.987Z] ?   	github.com/docker/docker/api/server/router	[no test files]
09:02:22 [2019-08-28T09:02:22.987Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
09:02:22 [2019-08-28T09:02:22.987Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
09:02:23 [2019-08-28T09:02:23.070Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
09:02:23 [2019-08-28T09:02:23.985Z] --- PASS: TestConfigList (2.91s)
09:02:23 [2019-08-28T09:02:23.985Z]     config_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigList
09:02:23 [2019-08-28T09:02:23.985Z]     daemon.go:336: [d58f1c120848a] waiting for daemon to start
09:02:23 [2019-08-28T09:02:23.985Z]     daemon.go:336: [d58f1c120848a] waiting for daemon to start
09:02:23 [2019-08-28T09:02:23.985Z]     daemon.go:364: [d58f1c120848a] daemon started
09:02:23 [2019-08-28T09:02:23.985Z]     daemon.go:472: [d58f1c120848a] Stopping daemon
09:02:23 [2019-08-28T09:02:23.985Z]     daemon.go:307: [d58f1c120848a] exiting daemon
09:02:23 [2019-08-28T09:02:23.985Z]     daemon.go:459: [d58f1c120848a] Daemon stopped
09:02:23 [2019-08-28T09:02:23.985Z] === RUN   TestConfigsCreateAndDelete
09:02:24 [2019-08-28T09:02:24.001Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
09:02:24 [2019-08-28T09:02:24.004Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
09:02:24 [2019-08-28T09:02:24.005Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
09:02:24 [2019-08-28T09:02:24.005Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
09:02:24 [2019-08-28T09:02:24.005Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
09:02:24 [2019-08-28T09:02:24.005Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
09:02:24 [2019-08-28T09:02:24.289Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
09:02:24 [2019-08-28T09:02:24.934Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
09:02:25 [2019-08-28T09:02:25.499Z] --- PASS: TestBuildMultiStageCopy (7.90s)
09:02:25 [2019-08-28T09:02:25.499Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (4.58s)
09:02:25 [2019-08-28T09:02:25.499Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.83s)
09:02:25 [2019-08-28T09:02:25.499Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.82s)
09:02:25 [2019-08-28T09:02:25.499Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.86s)
09:02:25 [2019-08-28T09:02:25.499Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.80s)
09:02:25 [2019-08-28T09:02:25.499Z] === RUN   TestBuildMultiStageParentConfig
09:02:26 [2019-08-28T09:02:26.327Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
09:02:26 [2019-08-28T09:02:26.327Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
09:02:26 [2019-08-28T09:02:26.508Z] --- PASS: TestConfigsCreateAndDelete (2.91s)
09:02:26 [2019-08-28T09:02:26.508Z]     config_test.go:112: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete
09:02:26 [2019-08-28T09:02:26.508Z]     daemon.go:336: [d483426f63d6e] waiting for daemon to start
09:02:26 [2019-08-28T09:02:26.508Z]     daemon.go:336: [d483426f63d6e] waiting for daemon to start
09:02:26 [2019-08-28T09:02:26.508Z]     daemon.go:364: [d483426f63d6e] daemon started
09:02:26 [2019-08-28T09:02:26.508Z]     daemon.go:472: [d483426f63d6e] Stopping daemon
09:02:26 [2019-08-28T09:02:26.508Z]     daemon.go:307: [d483426f63d6e] exiting daemon
09:02:26 [2019-08-28T09:02:26.508Z]     daemon.go:459: [d483426f63d6e] Daemon stopped
09:02:26 [2019-08-28T09:02:26.508Z] === RUN   TestConfigsUpdate
09:02:27 [2019-08-28T09:02:27.348Z] ok  	github.com/docker/docker/api/types/filters	0.013s	coverage: 95.2% of statements
09:02:27 [2019-08-28T09:02:27.348Z] ok  	github.com/docker/docker/api/types/strslice	0.036s	coverage: 90.0% of statements
09:02:27 [2019-08-28T09:02:27.970Z] ok  	github.com/docker/docker/api/types/time	0.018s	coverage: 100.0% of statements
09:02:28 [2019-08-28T09:02:28.022Z] --- PASS: TestBuildMultiStageParentConfig (2.07s)
09:02:28 [2019-08-28T09:02:28.022Z] === RUN   TestBuildLabelWithTargets
09:02:28 [2019-08-28T09:02:28.257Z] ok  	github.com/docker/docker/api/server/router/swarm	0.009s	coverage: 4.0% of statements
09:02:28 [2019-08-28T09:02:28.257Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
09:02:28 [2019-08-28T09:02:28.257Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
09:02:28 [2019-08-28T09:02:28.257Z] ?   	github.com/docker/docker/api/types	[no test files]
09:02:28 [2019-08-28T09:02:28.257Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
09:02:28 [2019-08-28T09:02:28.257Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
09:02:28 [2019-08-28T09:02:28.257Z] ?   	github.com/docker/docker/api/types/container	[no test files]
09:02:28 [2019-08-28T09:02:28.257Z] ?   	github.com/docker/docker/api/types/events	[no test files]
09:02:28 [2019-08-28T09:02:28.257Z] ?   	github.com/docker/docker/api/types/image	[no test files]
09:02:28 [2019-08-28T09:02:28.257Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
09:02:28 [2019-08-28T09:02:28.257Z] ?   	github.com/docker/docker/api/types/network	[no test files]
09:02:28 [2019-08-28T09:02:28.257Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
09:02:28 [2019-08-28T09:02:28.257Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
09:02:28 [2019-08-28T09:02:28.257Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
09:02:28 [2019-08-28T09:02:28.257Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
09:02:28 [2019-08-28T09:02:28.544Z] ok  	github.com/docker/docker/api/types/versions	0.016s	coverage: 75.0% of statements
09:02:28 [2019-08-28T09:02:28.544Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
09:02:28 [2019-08-28T09:02:28.544Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
09:02:28 [2019-08-28T09:02:28.544Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
09:02:28 [2019-08-28T09:02:28.544Z] ?   	github.com/docker/docker/builder	[no test files]
09:02:28 [2019-08-28T09:02:28.544Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
09:02:28 [2019-08-28T09:02:28.544Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
09:02:28 [2019-08-28T09:02:28.544Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
09:02:28 [2019-08-28T09:02:28.544Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
09:02:28 [2019-08-28T09:02:28.544Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
09:02:28 [2019-08-28T09:02:28.544Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
09:02:28 [2019-08-28T09:02:28.544Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
09:02:29 [2019-08-28T09:02:29.713Z] --- PASS: TestConfigsUpdate (2.74s)
09:02:29 [2019-08-28T09:02:29.713Z]     config_test.go:140: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate
09:02:29 [2019-08-28T09:02:29.713Z]     daemon.go:336: [d4240a6aef60b] waiting for daemon to start
09:02:29 [2019-08-28T09:02:29.713Z]     daemon.go:336: [d4240a6aef60b] waiting for daemon to start
09:02:29 [2019-08-28T09:02:29.713Z]     daemon.go:364: [d4240a6aef60b] daemon started
09:02:29 [2019-08-28T09:02:29.713Z]     daemon.go:472: [d4240a6aef60b] Stopping daemon
09:02:29 [2019-08-28T09:02:29.713Z]     daemon.go:307: [d4240a6aef60b] exiting daemon
09:02:29 [2019-08-28T09:02:29.713Z]     daemon.go:459: [d4240a6aef60b] Daemon stopped
09:02:29 [2019-08-28T09:02:29.713Z] === RUN   TestTemplatedConfig
09:02:30 [2019-08-28T09:02:30.044Z] ok  	github.com/docker/docker/builder/dockerignore	0.025s	coverage: 96.8% of statements
09:02:30 [2019-08-28T09:02:30.086Z] ........................                                                 [ 67%]
09:02:32 [2019-08-28T09:02:32.199Z] --- PASS: TestBuildLabelWithTargets (4.63s)
09:02:32 [2019-08-28T09:02:32.199Z] === RUN   TestBuildWithEmptyLayers
09:02:33 [2019-08-28T09:02:33.015Z] --- PASS: TestTemplatedConfig (3.56s)
09:02:33 [2019-08-28T09:02:33.015Z]     config_test.go:192: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig
09:02:33 [2019-08-28T09:02:33.015Z]     daemon.go:336: [d5a9a258722b5] waiting for daemon to start
09:02:33 [2019-08-28T09:02:33.015Z]     daemon.go:336: [d5a9a258722b5] waiting for daemon to start
09:02:33 [2019-08-28T09:02:33.015Z]     daemon.go:364: [d5a9a258722b5] daemon started
09:02:33 [2019-08-28T09:02:33.015Z]     daemon.go:472: [d5a9a258722b5] Stopping daemon
09:02:33 [2019-08-28T09:02:33.015Z]     daemon.go:307: [d5a9a258722b5] exiting daemon
09:02:33 [2019-08-28T09:02:33.015Z]     daemon.go:459: [d5a9a258722b5] Daemon stopped
09:02:33 [2019-08-28T09:02:33.015Z] === RUN   TestConfigInspect
09:02:34 [2019-08-28T09:02:34.097Z] --- PASS: TestBuildWithEmptyLayers (1.51s)
09:02:34 [2019-08-28T09:02:34.097Z] === RUN   TestBuildMultiStageOnBuild
09:02:36 [2019-08-28T09:02:36.196Z] --- PASS: TestConfigInspect (3.00s)
09:02:36 [2019-08-28T09:02:36.196Z]     config_test.go:326: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect
09:02:36 [2019-08-28T09:02:36.196Z]     daemon.go:336: [d4af7a7af05aa] waiting for daemon to start
09:02:36 [2019-08-28T09:02:36.196Z]     daemon.go:336: [d4af7a7af05aa] waiting for daemon to start
09:02:36 [2019-08-28T09:02:36.196Z]     daemon.go:364: [d4af7a7af05aa] daemon started
09:02:36 [2019-08-28T09:02:36.196Z]     daemon.go:472: [d4af7a7af05aa] Stopping daemon
09:02:36 [2019-08-28T09:02:36.196Z]     daemon.go:307: [d4af7a7af05aa] exiting daemon
09:02:36 [2019-08-28T09:02:36.196Z]     daemon.go:459: [d4af7a7af05aa] Daemon stopped
09:02:36 [2019-08-28T09:02:36.196Z] === RUN   TestConfigCreateWithLabels
09:02:39 [2019-08-28T09:02:39.359Z] --- PASS: TestBuildMultiStageOnBuild (4.88s)
09:02:39 [2019-08-28T09:02:39.359Z] === RUN   TestBuildUncleanTarFilenames
09:02:39 [2019-08-28T09:02:39.468Z] --- PASS: TestConfigCreateWithLabels (3.08s)
09:02:39 [2019-08-28T09:02:39.468Z]     config_test.go:350: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels
09:02:39 [2019-08-28T09:02:39.468Z]     daemon.go:336: [d4dbcbb5983ed] waiting for daemon to start
09:02:39 [2019-08-28T09:02:39.468Z]     daemon.go:336: [d4dbcbb5983ed] waiting for daemon to start
09:02:39 [2019-08-28T09:02:39.468Z]     daemon.go:364: [d4dbcbb5983ed] daemon started
09:02:39 [2019-08-28T09:02:39.468Z]     daemon.go:472: [d4dbcbb5983ed] Stopping daemon
09:02:39 [2019-08-28T09:02:39.468Z]     daemon.go:307: [d4dbcbb5983ed] exiting daemon
09:02:39 [2019-08-28T09:02:39.468Z]     daemon.go:459: [d4dbcbb5983ed] Daemon stopped
09:02:39 [2019-08-28T09:02:39.468Z] === RUN   TestConfigCreateResolve
09:02:40 [2019-08-28T09:02:40.293Z] --- PASS: TestBuildUncleanTarFilenames (1.61s)
09:02:40 [2019-08-28T09:02:40.293Z] === RUN   TestBuildMultiStageLayerLeak
09:02:40 [2019-08-28T09:02:40.405Z] ok  	github.com/docker/docker/builder/fscache	0.141s	coverage: 69.2% of statements
09:02:40 [2019-08-28T09:02:40.405Z] ok  	github.com/docker/docker/builder/remotecontext/git	3.108s	coverage: 85.1% of statements
09:02:40 [2019-08-28T09:02:40.550Z] Loaded image: buildpack-deps:jessie
09:02:40 [2019-08-28T09:02:40.695Z] ok  	github.com/docker/docker/builder/remotecontext	0.484s	coverage: 13.6% of statements
09:02:40 [2019-08-28T09:02:40.808Z] Loaded image: busybox:latest
09:02:41 [2019-08-28T09:02:41.065Z] Loaded image: busybox:glibc
09:02:41 [2019-08-28T09:02:41.065Z] Loaded image: debian:jessie
09:02:41 [2019-08-28T09:02:41.065Z] Loaded image: hello-world:latest
09:02:41 [2019-08-28T09:02:41.316Z] ok  	github.com/docker/docker/cli/debug	0.005s	coverage: 100.0% of statements
09:02:41 [2019-08-28T09:02:41.322Z] INFO: Testing against a local daemon
09:02:41 [2019-08-28T09:02:41.323Z] PASS: docker_api_test.go:36: DockerSuite.TestAPIClientVersionOldNotSupported	0.003s
09:02:41 [2019-08-28T09:02:41.323Z] PASS: docker_api_network_test.go:241: DockerSuite.TestAPICreateDeletePredefinedNetworks	0.035s
09:02:41 [2019-08-28T09:02:41.323Z] PASS: docker_api_test.go:60: DockerSuite.TestAPIErrorJSON	0.018s
09:02:41 [2019-08-28T09:02:41.323Z] PASS: docker_api_test.go:91: DockerSuite.TestAPIErrorNotFoundJSON	0.001s
09:02:41 [2019-08-28T09:02:41.323Z] PASS: docker_api_test.go:102: DockerSuite.TestAPIErrorNotFoundPlainText	0.001s
09:02:41 [2019-08-28T09:02:41.323Z] PASS: docker_api_test.go:74: DockerSuite.TestAPIErrorPlainText	0.009s
09:02:41 [2019-08-28T09:02:41.323Z] PASS: docker_api_test.go:24: DockerSuite.TestAPIGetEnabledCORS	0.010s
09:02:41 [2019-08-28T09:02:41.601Z] ok  	github.com/docker/docker/builder/dockerfile	1.040s	coverage: 45.1% of statements
09:02:41 [2019-08-28T09:02:41.601Z] ?   	github.com/docker/docker/cli	[no test files]
09:02:41 [2019-08-28T09:02:41.601Z] ?   	github.com/docker/docker/cli/config	[no test files]
09:02:41 [2019-08-28T09:02:41.916Z] Loaded image: buildpack-deps:jessie
09:02:41 [2019-08-28T09:02:41.916Z] Loaded image: busybox:latest
09:02:41 [2019-08-28T09:02:41.936Z] --- PASS: TestConfigCreateResolve (2.55s)
09:02:41 [2019-08-28T09:02:41.936Z]     config_test.go:377: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve
09:02:41 [2019-08-28T09:02:41.936Z]     daemon.go:336: [d2328ae56d06d] waiting for daemon to start
09:02:41 [2019-08-28T09:02:41.936Z]     daemon.go:336: [d2328ae56d06d] waiting for daemon to start
09:02:41 [2019-08-28T09:02:41.936Z]     daemon.go:364: [d2328ae56d06d] daemon started
09:02:41 [2019-08-28T09:02:41.936Z]     daemon.go:472: [d2328ae56d06d] Stopping daemon
09:02:41 [2019-08-28T09:02:41.936Z]     daemon.go:307: [d2328ae56d06d] exiting daemon
09:02:41 [2019-08-28T09:02:41.936Z]     daemon.go:459: [d2328ae56d06d] Daemon stopped
09:02:41 [2019-08-28T09:02:41.936Z] === RUN   TestConfigDaemonLibtrustID
09:02:41 [2019-08-28T09:02:41.936Z] --- PASS: TestConfigDaemonLibtrustID (0.56s)
09:02:41 [2019-08-28T09:02:41.936Z]     config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID
09:02:41 [2019-08-28T09:02:41.936Z]     daemon.go:336: [d438c9b14beda] waiting for daemon to start
09:02:41 [2019-08-28T09:02:41.936Z]     daemon.go:336: [d438c9b14beda] waiting for daemon to start
09:02:41 [2019-08-28T09:02:41.936Z]     daemon.go:364: [d438c9b14beda] daemon started
09:02:41 [2019-08-28T09:02:41.936Z]     daemon.go:472: [d438c9b14beda] Stopping daemon
09:02:41 [2019-08-28T09:02:41.936Z]     daemon.go:307: [d438c9b14beda] exiting daemon
09:02:41 [2019-08-28T09:02:41.936Z]     daemon.go:459: [d438c9b14beda] Daemon stopped
09:02:41 [2019-08-28T09:02:41.936Z] PASS
09:02:41 [2019-08-28T09:02:41.936Z] Running /go/src/github.com/docker/docker/integration/container flags=-test.v -test.timeout=120m  
09:02:42 [2019-08-28T09:02:42.192Z] PASS: docker_api_images_test.go:90: DockerSuite.TestAPIImagesDelete	0.729s
09:02:42 [2019-08-28T09:02:42.192Z] PASS: docker_api_images_test.go:22: DockerSuite.TestAPIImagesFilter	0.093s
09:02:42 [2019-08-28T09:02:42.306Z] INFO: Testing against a local daemon
09:02:42 [2019-08-28T09:02:42.306Z] === RUN   TestCheckpoint
09:02:42 [2019-08-28T09:02:42.306Z] --- SKIP: TestCheckpoint (0.00s)
09:02:42 [2019-08-28T09:02:42.306Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
09:02:42 [2019-08-28T09:02:42.306Z] === RUN   TestContainerInvalidJSON
09:02:42 [2019-08-28T09:02:42.306Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
09:02:42 [2019-08-28T09:02:42.306Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
09:02:42 [2019-08-28T09:02:42.306Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
09:02:42 [2019-08-28T09:02:42.306Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
09:02:42 [2019-08-28T09:02:42.306Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
09:02:42 [2019-08-28T09:02:42.306Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
09:02:42 [2019-08-28T09:02:42.306Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
09:02:42 [2019-08-28T09:02:42.306Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
09:02:42 [2019-08-28T09:02:42.306Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
09:02:42 [2019-08-28T09:02:42.306Z] --- PASS: TestContainerInvalidJSON (0.01s)
09:02:42 [2019-08-28T09:02:42.306Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
09:02:42 [2019-08-28T09:02:42.306Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
09:02:42 [2019-08-28T09:02:42.306Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
09:02:42 [2019-08-28T09:02:42.306Z] === RUN   TestCopyFromContainerPathDoesNotExist
09:02:42 [2019-08-28T09:02:42.306Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.14s)
09:02:42 [2019-08-28T09:02:42.306Z] === RUN   TestCopyFromContainerPathIsNotDir
09:02:42 [2019-08-28T09:02:42.457Z] Loaded image: busybox:glibc
09:02:42 [2019-08-28T09:02:42.457Z] Loaded image: debian:jessie
09:02:42 [2019-08-28T09:02:42.457Z] Loaded image: hello-world:latest
09:02:42 [2019-08-28T09:02:42.457Z] INFO: Testing against a local daemon
09:02:42 [2019-08-28T09:02:42.684Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s)
09:02:42 [2019-08-28T09:02:42.684Z] === RUN   TestCopyToContainerPathDoesNotExist
09:02:42 [2019-08-28T09:02:42.684Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.11s)
09:02:42 [2019-08-28T09:02:42.684Z] === RUN   TestCopyToContainerPathIsNotDir
09:02:42 [2019-08-28T09:02:42.684Z] --- PASS: TestCopyToContainerPathIsNotDir (0.10s)
09:02:42 [2019-08-28T09:02:42.684Z] === RUN   TestCopyFromContainer
09:02:42 [2019-08-28T09:02:42.721Z] PASS: docker_api_images_test.go:114: DockerSuite.TestAPIImagesHistory	0.477s
09:02:42 [2019-08-28T09:02:42.721Z] PASS: docker_api_images_test.go:140: DockerSuite.TestAPIImagesImportBadSrc	0.032s
09:02:43 [2019-08-28T09:02:43.288Z] PASS: docker_api_images_test.go:60: DockerSuite.TestAPIImagesSaveAndLoad	0.620s
09:02:43 [2019-08-28T09:02:43.544Z] PASS: docker_api_images_test.go:175: DockerSuite.TestAPIImagesSearchJSONContentType	0.207s
09:02:43 [2019-08-28T09:02:43.544Z] PASS: docker_api_images_test.go:187: DockerSuite.TestAPIImagesSizeCompatibility	0.004s
09:02:44 [2019-08-28T09:02:44.110Z] --- PASS: TestBuildMultiStageLayerLeak (3.91s)
09:02:44 [2019-08-28T09:02:44.110Z] === RUN   TestBuildWithHugeFile
09:02:45 [2019-08-28T09:02:45.285Z] === RUN   TestCopyFromContainer//
09:02:45 [2019-08-28T09:02:45.285Z] === RUN   TestCopyFromContainer//bar/root
09:02:45 [2019-08-28T09:02:45.285Z] === RUN   TestCopyFromContainer//bar/root/
09:02:45 [2019-08-28T09:02:45.285Z] === RUN   TestCopyFromContainer/bar/quux
09:02:45 [2019-08-28T09:02:45.285Z] === RUN   TestCopyFromContainer/bar/quux/
09:02:45 [2019-08-28T09:02:45.285Z] === RUN   TestCopyFromContainer/bar/quux/baz
09:02:45 [2019-08-28T09:02:45.285Z] === RUN   TestCopyFromContainer/bar/filesymlink
09:02:45 [2019-08-28T09:02:45.285Z] === RUN   TestCopyFromContainer/bar/dirsymlink
09:02:45 [2019-08-28T09:02:45.481Z] PASS: docker_api_network_test.go:130: DockerSuite.TestAPINetworkConnectDisconnect	1.397s
09:02:45 [2019-08-28T09:02:45.481Z] PASS: docker_api_network_test.go:29: DockerSuite.TestAPINetworkCreateCheckDuplicate	0.083s
09:02:45 [2019-08-28T09:02:45.481Z] PASS: docker_api_network_test.go:67: DockerSuite.TestAPINetworkFilter	0.002s
09:02:45 [2019-08-28T09:02:45.481Z] PASS: docker_api_network_test.go:20: DockerSuite.TestAPINetworkGetDefaults	0.002s
09:02:45 [2019-08-28T09:02:45.661Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
09:02:45 [2019-08-28T09:02:45.661Z] === RUN   TestCopyFromContainer/bar/notarget
09:02:45 [2019-08-28T09:02:45.661Z] --- PASS: TestCopyFromContainer (2.99s)
09:02:45 [2019-08-28T09:02:45.661Z]     --- PASS: TestCopyFromContainer// (0.06s)
09:02:45 [2019-08-28T09:02:45.661Z]     --- PASS: TestCopyFromContainer//bar/root (0.11s)
09:02:45 [2019-08-28T09:02:45.661Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
09:02:45 [2019-08-28T09:02:45.661Z]     --- PASS: TestCopyFromContainer/bar/quux (0.10s)
09:02:45 [2019-08-28T09:02:45.661Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.07s)
09:02:45 [2019-08-28T09:02:45.661Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s)
09:02:45 [2019-08-28T09:02:45.661Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s)
09:02:45 [2019-08-28T09:02:45.661Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.12s)
09:02:45 [2019-08-28T09:02:45.661Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s)
09:02:45 [2019-08-28T09:02:45.661Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.07s)
09:02:45 [2019-08-28T09:02:45.661Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
09:02:45 [2019-08-28T09:02:45.661Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
09:02:45 [2019-08-28T09:02:45.661Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
09:02:45 [2019-08-28T09:02:45.661Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
09:02:45 [2019-08-28T09:02:45.661Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
09:02:45 [2019-08-28T09:02:45.661Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
09:02:45 [2019-08-28T09:02:45.661Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
09:02:45 [2019-08-28T09:02:45.661Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
09:02:45 [2019-08-28T09:02:45.661Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
09:02:45 [2019-08-28T09:02:45.661Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
09:02:45 [2019-08-28T09:02:45.661Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
09:02:45 [2019-08-28T09:02:45.661Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
09:02:45 [2019-08-28T09:02:45.661Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
09:02:45 [2019-08-28T09:02:45.661Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
09:02:45 [2019-08-28T09:02:45.661Z] === RUN   TestCreateWithInvalidEnv
09:02:45 [2019-08-28T09:02:45.661Z] === RUN   TestCreateWithInvalidEnv/0
09:02:45 [2019-08-28T09:02:45.661Z] === PAUSE TestCreateWithInvalidEnv/0
09:02:45 [2019-08-28T09:02:45.661Z] === RUN   TestCreateWithInvalidEnv/1
09:02:45 [2019-08-28T09:02:45.661Z] === PAUSE TestCreateWithInvalidEnv/1
09:02:45 [2019-08-28T09:02:45.661Z] === RUN   TestCreateWithInvalidEnv/2
09:02:45 [2019-08-28T09:02:45.661Z] === PAUSE TestCreateWithInvalidEnv/2
09:02:45 [2019-08-28T09:02:45.661Z] === CONT  TestCreateWithInvalidEnv/0
09:02:45 [2019-08-28T09:02:45.661Z] === CONT  TestCreateWithInvalidEnv/2
09:02:45 [2019-08-28T09:02:45.661Z] === CONT  TestCreateWithInvalidEnv/1
09:02:45 [2019-08-28T09:02:45.661Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
09:02:45 [2019-08-28T09:02:45.661Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
09:02:45 [2019-08-28T09:02:45.661Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
09:02:45 [2019-08-28T09:02:45.661Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
09:02:45 [2019-08-28T09:02:45.661Z] === RUN   TestCreateTmpfsMountsTarget
09:02:45 [2019-08-28T09:02:45.661Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
09:02:45 [2019-08-28T09:02:45.661Z] === RUN   TestCreateWithCustomMaskedPaths
09:02:46 [2019-08-28T09:02:46.044Z] PASS: docker_api_network_test.go:172: DockerSuite.TestAPINetworkIPAMMultipleBridgeNetworks	0.631s
09:02:47 [2019-08-28T09:02:47.415Z] PASS: docker_cli_daemon_test.go:1735: DockerDaemonSuite.TestBridgeIPIsExcludedFromAllocatorPool	4.895s
09:02:47 [2019-08-28T09:02:47.980Z] PASS: docker_api_network_test.go:73: DockerSuite.TestAPINetworkInspectBridge	1.383s
09:02:47 [2019-08-28T09:02:47.980Z] PASS: docker_api_network_test.go:99: DockerSuite.TestAPINetworkInspectUserDefinedNetwork	0.126s
09:02:47 [2019-08-28T09:02:47.980Z] PASS: docker_api_test.go:18: DockerSuite.TestAPIOptionsRoute	0.001s
09:02:47 [2019-08-28T09:02:47.980Z] PASS: docker_api_stats_test.go:260: DockerSuite.TestAPIStatsContainerNotFound	0.001s
09:02:48 [2019-08-28T09:02:48.111Z] --- PASS: TestCreateWithCustomMaskedPaths (2.44s)
09:02:48 [2019-08-28T09:02:48.111Z] === RUN   TestCreateWithCapabilities
09:02:48 [2019-08-28T09:02:48.111Z] === RUN   TestCreateWithCapabilities/no_capabilities
09:02:48 [2019-08-28T09:02:48.111Z] === PAUSE TestCreateWithCapabilities/no_capabilities
09:02:48 [2019-08-28T09:02:48.111Z] === RUN   TestCreateWithCapabilities/empty_capabilities
09:02:48 [2019-08-28T09:02:48.111Z] === PAUSE TestCreateWithCapabilities/empty_capabilities
09:02:48 [2019-08-28T09:02:48.111Z] === RUN   TestCreateWithCapabilities/valid_capabilities
09:02:48 [2019-08-28T09:02:48.111Z] === PAUSE TestCreateWithCapabilities/valid_capabilities
09:02:48 [2019-08-28T09:02:48.111Z] === RUN   TestCreateWithCapabilities/invalid_capabilities
09:02:48 [2019-08-28T09:02:48.111Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities
09:02:48 [2019-08-28T09:02:48.111Z] === RUN   TestCreateWithCapabilities/duplicate_capabilities
09:02:48 [2019-08-28T09:02:48.111Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities
09:02:48 [2019-08-28T09:02:48.111Z] === RUN   TestCreateWithCapabilities/capabilities_API_v1.39
09:02:48 [2019-08-28T09:02:48.111Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39
09:02:48 [2019-08-28T09:02:48.111Z] === RUN   TestCreateWithCapabilities/empty_capadd
09:02:48 [2019-08-28T09:02:48.111Z] === PAUSE TestCreateWithCapabilities/empty_capadd
09:02:48 [2019-08-28T09:02:48.111Z] === RUN   TestCreateWithCapabilities/empty_capdrop
09:02:48 [2019-08-28T09:02:48.111Z] === PAUSE TestCreateWithCapabilities/empty_capdrop
09:02:48 [2019-08-28T09:02:48.111Z] === RUN   TestCreateWithCapabilities/capadd_capdrop
09:02:48 [2019-08-28T09:02:48.111Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop
09:02:48 [2019-08-28T09:02:48.111Z] === RUN   TestCreateWithCapabilities/conflict_with_capadd
09:02:48 [2019-08-28T09:02:48.111Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd
09:02:48 [2019-08-28T09:02:48.111Z] === RUN   TestCreateWithCapabilities/conflict_with_capdrop
09:02:48 [2019-08-28T09:02:48.111Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop
09:02:48 [2019-08-28T09:02:48.111Z] === CONT  TestCreateWithCapabilities/no_capabilities
09:02:48 [2019-08-28T09:02:48.111Z] === CONT  TestCreateWithCapabilities/conflict_with_capdrop
09:02:48 [2019-08-28T09:02:48.111Z] === CONT  TestCreateWithCapabilities/conflict_with_capadd
09:02:48 [2019-08-28T09:02:48.111Z] === CONT  TestCreateWithCapabilities/capadd_capdrop
09:02:48 [2019-08-28T09:02:48.111Z] === CONT  TestCreateWithCapabilities/empty_capdrop
09:02:48 [2019-08-28T09:02:48.111Z] === CONT  TestCreateWithCapabilities/empty_capadd
09:02:48 [2019-08-28T09:02:48.492Z] === CONT  TestCreateWithCapabilities/capabilities_API_v1.39
09:02:48 [2019-08-28T09:02:48.492Z] === CONT  TestCreateWithCapabilities/duplicate_capabilities
09:02:48 [2019-08-28T09:02:48.492Z] === CONT  TestCreateWithCapabilities/invalid_capabilities
09:02:48 [2019-08-28T09:02:48.492Z] === CONT  TestCreateWithCapabilities/valid_capabilities
09:02:48 [2019-08-28T09:02:48.492Z] === CONT  TestCreateWithCapabilities/empty_capabilities
09:02:48 [2019-08-28T09:02:48.492Z] --- PASS: TestCreateWithCapabilities (0.03s)
09:02:48 [2019-08-28T09:02:48.492Z]     --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s)
09:02:48 [2019-08-28T09:02:48.492Z]     --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s)
09:02:48 [2019-08-28T09:02:48.492Z]     --- PASS: TestCreateWithCapabilities/no_capabilities (0.06s)
09:02:48 [2019-08-28T09:02:48.492Z]     --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.06s)
09:02:48 [2019-08-28T09:02:48.492Z]     --- PASS: TestCreateWithCapabilities/empty_capdrop (0.06s)
09:02:48 [2019-08-28T09:02:48.492Z]     --- PASS: TestCreateWithCapabilities/empty_capadd (0.07s)
09:02:48 [2019-08-28T09:02:48.492Z]     --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.06s)
09:02:48 [2019-08-28T09:02:48.492Z]     --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s)
09:02:48 [2019-08-28T09:02:48.492Z]     --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.07s)
09:02:48 [2019-08-28T09:02:48.492Z]     --- PASS: TestCreateWithCapabilities/valid_capabilities (0.06s)
09:02:48 [2019-08-28T09:02:48.492Z]     --- PASS: TestCreateWithCapabilities/empty_capabilities (0.06s)
09:02:48 [2019-08-28T09:02:48.492Z] === RUN   TestCreateWithCustomReadonlyPaths
09:02:49 [2019-08-28T09:02:49.875Z] PASS: docker_cli_daemon_test.go:2369: DockerDaemonSuite.TestBuildOnDisabledBridgeNetworkDaemon	2.366s
09:02:50 [2019-08-28T09:02:50.440Z] PASS: docker_cli_proxy_test.go:23: DockerDaemonSuite.TestCLIProxyProxyTCPSock	0.574s
09:02:51 [2019-08-28T09:02:51.051Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.72s)
09:02:51 [2019-08-28T09:02:51.051Z] === RUN   TestCreateWithInvalidHealthcheckParams
09:02:51 [2019-08-28T09:02:51.051Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
09:02:51 [2019-08-28T09:02:51.051Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
09:02:51 [2019-08-28T09:02:51.051Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
09:02:51 [2019-08-28T09:02:51.051Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
09:02:51 [2019-08-28T09:02:51.051Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
09:02:51 [2019-08-28T09:02:51.051Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
09:02:51 [2019-08-28T09:02:51.051Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
09:02:51 [2019-08-28T09:02:51.051Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
09:02:51 [2019-08-28T09:02:51.051Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
09:02:51 [2019-08-28T09:02:51.051Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
09:02:51 [2019-08-28T09:02:51.428Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
09:02:51 [2019-08-28T09:02:51.428Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
09:02:51 [2019-08-28T09:02:51.428Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
09:02:51 [2019-08-28T09:02:51.428Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
09:02:51 [2019-08-28T09:02:51.428Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
09:02:51 [2019-08-28T09:02:51.428Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s)
09:02:51 [2019-08-28T09:02:51.428Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s)
09:02:51 [2019-08-28T09:02:51.428Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s)
09:02:51 [2019-08-28T09:02:51.428Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s)
09:02:51 [2019-08-28T09:02:51.428Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s)
09:02:51 [2019-08-28T09:02:51.428Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s)
09:02:51 [2019-08-28T09:02:51.428Z] === RUN   TestContainerStartOnDaemonRestart
09:02:51 [2019-08-28T09:02:51.428Z] === PAUSE TestContainerStartOnDaemonRestart
09:02:51 [2019-08-28T09:02:51.428Z] === RUN   TestDaemonRestartIpcMode
09:02:51 [2019-08-28T09:02:51.428Z] === PAUSE TestDaemonRestartIpcMode
09:02:51 [2019-08-28T09:02:51.428Z] === RUN   TestDiff
09:02:52 [2019-08-28T09:02:52.202Z] --- PASS: TestDiff (0.77s)
09:02:52 [2019-08-28T09:02:52.202Z] === RUN   TestExecWithCloseStdin
09:02:53 [2019-08-28T09:02:53.476Z] --- PASS: TestExecWithCloseStdin (1.21s)
09:02:53 [2019-08-28T09:02:53.476Z] === RUN   TestExec
09:02:53 [2019-08-28T09:02:53.716Z] PASS: docker_api_stats_test.go:100: DockerSuite.TestAPIStatsNetworkStats	4.879s
09:02:54 [2019-08-28T09:02:54.279Z] --- PASS: TestExec (1.08s)
09:02:54 [2019-08-28T09:02:54.279Z] === RUN   TestExecUser
09:02:54 [2019-08-28T09:02:54.647Z] PASS: docker_cli_daemon_test.go:1423: DockerDaemonSuite.TestCleanupMountsAfterDaemonAndContainerKill	3.889s
09:02:55 [2019-08-28T09:02:55.604Z] --- PASS: TestExecUser (1.10s)
09:02:55 [2019-08-28T09:02:55.604Z] === RUN   TestExportContainerAndImportImage
09:02:56 [2019-08-28T09:02:56.541Z] PASS: docker_api_stats_test.go:165: DockerSuite.TestAPIStatsNetworkStatsVersioning	2.361s
09:02:56 [2019-08-28T09:02:56.867Z] ok  	github.com/docker/docker/client	0.872s	coverage: 75.8% of statements
09:02:56 [2019-08-28T09:02:56.876Z] --- PASS: TestExportContainerAndImportImage (1.19s)
09:02:56 [2019-08-28T09:02:56.876Z] === RUN   TestExportContainerAfterDaemonRestart
09:02:57 [2019-08-28T09:02:57.911Z] PASS: docker_cli_daemon_test.go:2000: DockerDaemonSuite.TestCleanupMountsAfterDaemonCrash	3.034s
09:02:58 [2019-08-28T09:02:58.156Z] --- PASS: TestExportContainerAfterDaemonRestart (1.46s)
09:02:58 [2019-08-28T09:02:58.156Z]     export_test.go:63: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart
09:02:58 [2019-08-28T09:02:58.156Z]     daemon.go:336: [d6e558ece0d67] waiting for daemon to start
09:02:58 [2019-08-28T09:02:58.156Z]     daemon.go:336: [d6e558ece0d67] waiting for daemon to start
09:02:58 [2019-08-28T09:02:58.156Z]     daemon.go:364: [d6e558ece0d67] daemon started
09:02:58 [2019-08-28T09:02:58.156Z]     daemon.go:472: [d6e558ece0d67] Stopping daemon
09:02:58 [2019-08-28T09:02:58.156Z]     daemon.go:307: [d6e558ece0d67] exiting daemon
09:02:58 [2019-08-28T09:02:58.156Z]     daemon.go:459: [d6e558ece0d67] Daemon stopped
09:02:58 [2019-08-28T09:02:58.156Z]     daemon.go:336: [d6e558ece0d67] waiting for daemon to start
09:02:58 [2019-08-28T09:02:58.156Z]     daemon.go:336: [d6e558ece0d67] waiting for daemon to start
09:02:58 [2019-08-28T09:02:58.156Z]     daemon.go:364: [d6e558ece0d67] daemon started
09:02:58 [2019-08-28T09:02:58.156Z]     daemon.go:472: [d6e558ece0d67] Stopping daemon
09:02:58 [2019-08-28T09:02:58.156Z]     daemon.go:307: [d6e558ece0d67] exiting daemon
09:02:58 [2019-08-28T09:02:58.156Z]     daemon.go:459: [d6e558ece0d67] Daemon stopped
09:02:58 [2019-08-28T09:02:58.156Z] === RUN   TestHealthCheckWorkdir
09:02:59 [2019-08-28T09:02:59.407Z] --- PASS: TestHealthCheckWorkdir (1.25s)
09:02:59 [2019-08-28T09:02:59.407Z] === RUN   TestHealthKillContainer
09:02:59 [2019-08-28T09:02:59.811Z] PASS: docker_api_stats_test.go:274: DockerSuite.TestAPIStatsNoStreamConnectedContainers	2.549s
09:03:00 [2019-08-28T09:03:00.068Z] PASS: docker_cli_daemon_test.go:1461: DockerDaemonSuite.TestCleanupMountsAfterGracefulShutdown	2.366s
09:03:02 [2019-08-28T09:03:02.601Z] PASS: docker_api_stats_test.go:25: DockerSuite.TestAPIStatsNoStreamGetCpu	2.332s
09:03:02 [2019-08-28T09:03:02.601Z] PASS: docker_cli_daemon_test.go:529: DockerDaemonSuite.TestDaemonAllocatesListeningPort	2.619s
09:03:02 [2019-08-28T09:03:02.670Z] --- PASS: TestHealthKillContainer (3.14s)
09:03:02 [2019-08-28T09:03:02.670Z] === RUN   TestInspectCpusetInConfigPre120
09:03:03 [2019-08-28T09:03:03.440Z] --- PASS: TestInspectCpusetInConfigPre120 (0.96s)
09:03:03 [2019-08-28T09:03:03.440Z] === RUN   TestIpcModeNone
09:03:03 [2019-08-28T09:03:03.973Z] PASS: docker_api_stats_test.go:65: DockerSuite.TestAPIStatsStoppedContainerInGoroutines	0.872s
09:03:04 [2019-08-28T09:03:04.708Z] --- PASS: TestIpcModeNone (1.00s)
09:03:04 [2019-08-28T09:03:04.708Z] === RUN   TestIpcModePrivate
09:03:05 [2019-08-28T09:03:05.352Z] PASS: docker_cli_run_test.go:3187: DockerSuite.TestAppArmorDeniesChmodProc	1.224s
09:03:05 [2019-08-28T09:03:05.587Z] --- PASS: TestIpcModePrivate (0.96s)
09:03:05 [2019-08-28T09:03:05.587Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:56, shared: false, mustBeShared: false
09:03:05 [2019-08-28T09:03:05.587Z] === RUN   TestIpcModeShareable
09:03:06 [2019-08-28T09:03:06.466Z] --- PASS: TestIpcModeShareable (1.21s)
09:03:06 [2019-08-28T09:03:06.466Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:50, shared: true, mustBeShared: true
09:03:06 [2019-08-28T09:03:06.466Z] === RUN   TestAPIIpcModeShareableAndContainer
09:03:06 [2019-08-28T09:03:06.673Z] tests/integration/api_swarm_test.py .ssss.s...x.......                   [ 72%]
09:03:06 [2019-08-28T09:03:06.722Z] PASS: docker_cli_daemon_test.go:588: DockerDaemonSuite.TestDaemonBridgeExternal	3.770s
09:03:06 [2019-08-28T09:03:06.722Z] PASS: docker_cli_run_test.go:3165: DockerSuite.TestAppArmorDeniesPtrace	1.493s
09:03:08 [2019-08-28T09:03:08.094Z] PASS: docker_cli_run_test.go:3177: DockerSuite.TestAppArmorTraceSelf	1.264s
09:03:09 [2019-08-28T09:03:09.622Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.92s)
09:03:09 [2019-08-28T09:03:09.622Z] === RUN   TestAPIIpcModeHost
09:03:09 [2019-08-28T09:03:09.990Z] PASS: docker_cli_daemon_test.go:744: DockerDaemonSuite.TestDaemonBridgeFixedCIDREqualBridgeNetwork	3.243s
09:03:10 [2019-08-28T09:03:10.248Z] PASS: docker_cli_attach_unix_test.go:61: DockerSuite.TestAttachAfterDetach	1.935s
09:03:10 [2019-08-28T09:03:10.407Z] --- PASS: TestAPIIpcModeHost (0.89s)
09:03:10 [2019-08-28T09:03:10.407Z] === RUN   TestDaemonIpcModeShareable
09:03:12 [2019-08-28T09:03:12.371Z] --- PASS: TestDaemonIpcModeShareable (1.84s)
09:03:12 [2019-08-28T09:03:12.371Z]     ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable
09:03:12 [2019-08-28T09:03:12.371Z]     daemon.go:336: [d0d4ddaeefe6a] waiting for daemon to start
09:03:12 [2019-08-28T09:03:12.371Z]     daemon.go:336: [d0d4ddaeefe6a] waiting for daemon to start
09:03:12 [2019-08-28T09:03:12.371Z]     daemon.go:364: [d0d4ddaeefe6a] daemon started
09:03:12 [2019-08-28T09:03:12.371Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true
09:03:12 [2019-08-28T09:03:12.371Z]     daemon.go:472: [d0d4ddaeefe6a] Stopping daemon
09:03:12 [2019-08-28T09:03:12.371Z]     daemon.go:307: [d0d4ddaeefe6a] exiting daemon
09:03:12 [2019-08-28T09:03:12.371Z]     daemon.go:459: [d0d4ddaeefe6a] Daemon stopped
09:03:12 [2019-08-28T09:03:12.371Z] === RUN   TestDaemonIpcModePrivate
09:03:12 [2019-08-28T09:03:12.774Z] PASS: docker_cli_attach_unix_test.go:18: DockerSuite.TestAttachClosedOnContainerStop	2.176s
09:03:14 [2019-08-28T09:03:14.144Z] PASS: docker_cli_attach_unix_test.go:126: DockerSuite.TestAttachDetach	1.252s
09:03:14 [2019-08-28T09:03:14.217Z] --- PASS: TestDaemonIpcModePrivate (1.82s)
09:03:14 [2019-08-28T09:03:14.217Z]     ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate
09:03:14 [2019-08-28T09:03:14.217Z]     daemon.go:336: [d2b7622b0337a] waiting for daemon to start
09:03:14 [2019-08-28T09:03:14.217Z]     daemon.go:336: [d2b7622b0337a] waiting for daemon to start
09:03:14 [2019-08-28T09:03:14.217Z]     daemon.go:364: [d2b7622b0337a] daemon started
09:03:14 [2019-08-28T09:03:14.217Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false
09:03:14 [2019-08-28T09:03:14.217Z]     daemon.go:472: [d2b7622b0337a] Stopping daemon
09:03:14 [2019-08-28T09:03:14.217Z]     daemon.go:307: [d2b7622b0337a] exiting daemon
09:03:14 [2019-08-28T09:03:14.217Z]     daemon.go:459: [d2b7622b0337a] Daemon stopped
09:03:14 [2019-08-28T09:03:14.217Z] === RUN   TestDaemonIpcModePrivateFromConfig
09:03:14 [2019-08-28T09:03:14.402Z] PASS: docker_cli_daemon_test.go:697: DockerDaemonSuite.TestDaemonBridgeFixedCidr	4.462s
09:03:15 [2019-08-28T09:03:15.773Z] PASS: docker_cli_attach_test.go:136: DockerSuite.TestAttachDisconnect	0.984s
09:03:16 [2019-08-28T09:03:16.063Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.83s)
09:03:16 [2019-08-28T09:03:16.063Z]     ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig
09:03:16 [2019-08-28T09:03:16.063Z]     daemon.go:336: [dc458e48a8484] waiting for daemon to start
09:03:16 [2019-08-28T09:03:16.063Z]     daemon.go:336: [dc458e48a8484] waiting for daemon to start
09:03:16 [2019-08-28T09:03:16.063Z]     daemon.go:364: [dc458e48a8484] daemon started
09:03:16 [2019-08-28T09:03:16.063Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false
09:03:16 [2019-08-28T09:03:16.063Z]     daemon.go:472: [dc458e48a8484] Stopping daemon
09:03:16 [2019-08-28T09:03:16.063Z]     daemon.go:307: [dc458e48a8484] exiting daemon
09:03:16 [2019-08-28T09:03:16.063Z]     daemon.go:459: [dc458e48a8484] Daemon stopped
09:03:16 [2019-08-28T09:03:16.063Z] === RUN   TestDaemonIpcModeShareableFromConfig
09:03:17 [2019-08-28T09:03:17.891Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.79s)
09:03:17 [2019-08-28T09:03:17.891Z]     ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig
09:03:17 [2019-08-28T09:03:17.891Z]     daemon.go:336: [dbd0471e967f4] waiting for daemon to start
09:03:17 [2019-08-28T09:03:17.891Z]     daemon.go:336: [dbd0471e967f4] waiting for daemon to start
09:03:17 [2019-08-28T09:03:17.891Z]     daemon.go:364: [dbd0471e967f4] daemon started
09:03:17 [2019-08-28T09:03:17.891Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true
09:03:17 [2019-08-28T09:03:17.891Z]     daemon.go:472: [dbd0471e967f4] Stopping daemon
09:03:17 [2019-08-28T09:03:17.891Z]     daemon.go:307: [dbd0471e967f4] exiting daemon
09:03:17 [2019-08-28T09:03:17.891Z]     daemon.go:459: [dbd0471e967f4] Daemon stopped
09:03:17 [2019-08-28T09:03:17.891Z] === RUN   TestIpcModeOlderClient
09:03:17 [2019-08-28T09:03:17.891Z] === PAUSE TestIpcModeOlderClient
09:03:17 [2019-08-28T09:03:17.891Z] === RUN   TestKillContainerInvalidSignal
09:03:18 [2019-08-28T09:03:18.300Z] PASS: docker_cli_attach_test.go:21: DockerSuite.TestAttachMultipleAndRestart	2.717s
09:03:18 [2019-08-28T09:03:18.670Z] --- PASS: TestKillContainerInvalidSignal (0.83s)
09:03:18 [2019-08-28T09:03:18.670Z] === RUN   TestKillContainer
09:03:18 [2019-08-28T09:03:18.670Z] === RUN   TestKillContainer/no_signal
09:03:19 [2019-08-28T09:03:19.441Z] === RUN   TestKillContainer/non_killing_signal
09:03:19 [2019-08-28T09:03:19.671Z] PASS: docker_cli_attach_test.go:169: DockerSuite.TestAttachPausedContainer	1.000s
09:03:19 [2019-08-28T09:03:19.928Z] PASS: docker_cli_daemon_test.go:719: DockerDaemonSuite.TestDaemonBridgeFixedCidr2	5.405s
09:03:20 [2019-08-28T09:03:20.220Z] === RUN   TestKillContainer/killing_signal
09:03:21 [2019-08-28T09:03:21.014Z] --- PASS: TestKillContainer (2.62s)
09:03:21 [2019-08-28T09:03:21.014Z]     --- PASS: TestKillContainer/no_signal (0.85s)
09:03:21 [2019-08-28T09:03:21.014Z]     --- PASS: TestKillContainer/non_killing_signal (0.58s)
09:03:21 [2019-08-28T09:03:21.014Z]     --- PASS: TestKillContainer/killing_signal (0.79s)
09:03:21 [2019-08-28T09:03:21.014Z] === RUN   TestKillWithStopSignalAndRestartPolicies
09:03:21 [2019-08-28T09:03:21.014Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
09:03:21 [2019-08-28T09:03:21.305Z] PASS: docker_cli_attach_test.go:91: DockerSuite.TestAttachTTYWithoutStdin	0.969s
09:03:22 [2019-08-28T09:03:22.351Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
09:03:23 [2019-08-28T09:03:23.174Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.95s)
09:03:23 [2019-08-28T09:03:23.174Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.90s)
09:03:23 [2019-08-28T09:03:23.174Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.67s)
09:03:23 [2019-08-28T09:03:23.174Z] === RUN   TestKillStoppedContainer
09:03:23 [2019-08-28T09:03:23.174Z] --- PASS: TestKillStoppedContainer (0.09s)
09:03:23 [2019-08-28T09:03:23.174Z] === RUN   TestKillStoppedContainerAPIPre120
09:03:23 [2019-08-28T09:03:23.174Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s)
09:03:23 [2019-08-28T09:03:23.174Z] === RUN   TestKillDifferentUserContainer
09:03:23 [2019-08-28T09:03:23.202Z] PASS: docker_api_build_test.go:155: DockerSuite.TestBuildAPIBuildGitWithF	2.011s
09:03:23 [2019-08-28T09:03:23.460Z] PASS: docker_cli_daemon_test.go:635: DockerDaemonSuite.TestDaemonBridgeIP	3.506s
09:03:23 [2019-08-28T09:03:23.988Z] --- PASS: TestKillDifferentUserContainer (0.83s)
09:03:23 [2019-08-28T09:03:23.988Z] === RUN   TestInspectOomKilledTrue
09:03:23 [2019-08-28T09:03:23.988Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
09:03:23 [2019-08-28T09:03:23.988Z]     kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
09:03:23 [2019-08-28T09:03:23.988Z] === RUN   TestInspectOomKilledFalse
09:03:23 [2019-08-28T09:03:23.988Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
09:03:23 [2019-08-28T09:03:23.988Z]     kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
09:03:23 [2019-08-28T09:03:23.988Z] === RUN   TestLinksEtcHostsContentMatch
09:03:24 [2019-08-28T09:03:24.694Z] tests/integration/api_volume_test.py .........                           [ 74%]
09:03:24 [2019-08-28T09:03:24.694Z] tests/integration/client_test.py .....                                   [ 75%]
09:03:24 [2019-08-28T09:03:24.694Z] tests/integration/errors_test.py .                                       [ 76%]
09:03:24 [2019-08-28T09:03:24.769Z] --- PASS: TestLinksEtcHostsContentMatch (0.68s)
09:03:24 [2019-08-28T09:03:24.769Z] === RUN   TestLinksContainerNames
09:03:25 [2019-08-28T09:03:25.358Z] PASS: docker_cli_daemon_test.go:616: DockerDaemonSuite.TestDaemonBridgeNone	1.544s
09:03:25 [2019-08-28T09:03:25.924Z] PASS: docker_api_build_test.go:25: DockerSuite.TestBuildAPIDockerFileRemote	2.861s
09:03:26 [2019-08-28T09:03:26.565Z] --- PASS: TestLinksContainerNames (1.69s)
09:03:26 [2019-08-28T09:03:26.565Z] === RUN   TestLogsFollowTailEmpty
09:03:27 [2019-08-28T09:03:27.446Z] --- PASS: TestLogsFollowTailEmpty (0.90s)
09:03:27 [2019-08-28T09:03:27.446Z] === RUN   TestContainerNetworkMountsNoChown
09:03:28 [2019-08-28T09:03:28.243Z] --- PASS: TestContainerNetworkMountsNoChown (0.92s)
09:03:28 [2019-08-28T09:03:28.243Z] === RUN   TestMountDaemonRoot
09:03:28 [2019-08-28T09:03:28.243Z] === RUN   TestMountDaemonRoot/default
09:03:28 [2019-08-28T09:03:28.243Z] === PAUSE TestMountDaemonRoot/default
09:03:28 [2019-08-28T09:03:28.243Z] === RUN   TestMountDaemonRoot/private
09:03:28 [2019-08-28T09:03:28.243Z] === PAUSE TestMountDaemonRoot/private
09:03:28 [2019-08-28T09:03:28.243Z] === RUN   TestMountDaemonRoot/rprivate
09:03:28 [2019-08-28T09:03:28.243Z] === PAUSE TestMountDaemonRoot/rprivate
09:03:28 [2019-08-28T09:03:28.243Z] === RUN   TestMountDaemonRoot/slave
09:03:28 [2019-08-28T09:03:28.243Z] === PAUSE TestMountDaemonRoot/slave
09:03:28 [2019-08-28T09:03:28.243Z] === RUN   TestMountDaemonRoot/rslave
09:03:28 [2019-08-28T09:03:28.243Z] === PAUSE TestMountDaemonRoot/rslave
09:03:28 [2019-08-28T09:03:28.243Z] === RUN   TestMountDaemonRoot/shared
09:03:28 [2019-08-28T09:03:28.243Z] === PAUSE TestMountDaemonRoot/shared
09:03:28 [2019-08-28T09:03:28.243Z] === RUN   TestMountDaemonRoot/rshared
09:03:28 [2019-08-28T09:03:28.243Z] === PAUSE TestMountDaemonRoot/rshared
09:03:28 [2019-08-28T09:03:28.243Z] === CONT  TestMountDaemonRoot/default
09:03:28 [2019-08-28T09:03:28.243Z] === RUN   TestMountDaemonRoot/default/bind_root
09:03:28 [2019-08-28T09:03:28.243Z] === PAUSE TestMountDaemonRoot/default/bind_root
09:03:28 [2019-08-28T09:03:28.243Z] === RUN   TestMountDaemonRoot/default/bind_subpath
09:03:28 [2019-08-28T09:03:28.243Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
09:03:28 [2019-08-28T09:03:28.243Z] === RUN   TestMountDaemonRoot/default/mount_root
09:03:28 [2019-08-28T09:03:28.243Z] === PAUSE TestMountDaemonRoot/default/mount_root
09:03:28 [2019-08-28T09:03:28.243Z] === RUN   TestMountDaemonRoot/default/mount_subpath
09:03:28 [2019-08-28T09:03:28.243Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
09:03:28 [2019-08-28T09:03:28.243Z] === CONT  TestMountDaemonRoot/default/bind_root
09:03:28 [2019-08-28T09:03:28.243Z] === CONT  TestMountDaemonRoot/rprivate
09:03:28 [2019-08-28T09:03:28.243Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
09:03:28 [2019-08-28T09:03:28.243Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
09:03:28 [2019-08-28T09:03:28.243Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
09:03:28 [2019-08-28T09:03:28.243Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
09:03:28 [2019-08-28T09:03:28.243Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
09:03:28 [2019-08-28T09:03:28.243Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
09:03:28 [2019-08-28T09:03:28.243Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
09:03:28 [2019-08-28T09:03:28.243Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
09:03:28 [2019-08-28T09:03:28.243Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
09:03:28 [2019-08-28T09:03:28.449Z] PASS: docker_api_build_test.go:176: DockerSuite.TestBuildAPIDoubleDockerfile	2.448s
09:03:28 [2019-08-28T09:03:28.628Z] === CONT  TestMountDaemonRoot/rshared
09:03:28 [2019-08-28T09:03:28.628Z] === RUN   TestMountDaemonRoot/rshared/mount_root
09:03:28 [2019-08-28T09:03:28.628Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
09:03:28 [2019-08-28T09:03:28.628Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
09:03:28 [2019-08-28T09:03:28.628Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
09:03:28 [2019-08-28T09:03:28.628Z] === RUN   TestMountDaemonRoot/rshared/bind_root
09:03:28 [2019-08-28T09:03:28.628Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
09:03:28 [2019-08-28T09:03:28.628Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
09:03:28 [2019-08-28T09:03:28.628Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
09:03:28 [2019-08-28T09:03:28.628Z] === CONT  TestMountDaemonRoot/shared
09:03:28 [2019-08-28T09:03:28.628Z] === RUN   TestMountDaemonRoot/shared/bind_root
09:03:28 [2019-08-28T09:03:28.628Z] === PAUSE TestMountDaemonRoot/shared/bind_root
09:03:28 [2019-08-28T09:03:28.628Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
09:03:28 [2019-08-28T09:03:28.628Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
09:03:28 [2019-08-28T09:03:28.628Z] === RUN   TestMountDaemonRoot/shared/mount_root
09:03:28 [2019-08-28T09:03:28.628Z] === PAUSE TestMountDaemonRoot/shared/mount_root
09:03:28 [2019-08-28T09:03:28.628Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
09:03:28 [2019-08-28T09:03:28.628Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
09:03:28 [2019-08-28T09:03:28.628Z] === CONT  TestMountDaemonRoot/rslave
09:03:28 [2019-08-28T09:03:28.628Z] === RUN   TestMountDaemonRoot/rslave/bind_root
09:03:28 [2019-08-28T09:03:28.628Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
09:03:28 [2019-08-28T09:03:28.628Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
09:03:28 [2019-08-28T09:03:28.628Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
09:03:28 [2019-08-28T09:03:28.628Z] === RUN   TestMountDaemonRoot/rslave/mount_root
09:03:28 [2019-08-28T09:03:28.628Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
09:03:28 [2019-08-28T09:03:28.628Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
09:03:28 [2019-08-28T09:03:28.628Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
09:03:28 [2019-08-28T09:03:28.628Z] === CONT  TestMountDaemonRoot/slave
09:03:28 [2019-08-28T09:03:28.628Z] === RUN   TestMountDaemonRoot/slave/bind_root
09:03:28 [2019-08-28T09:03:28.628Z] === PAUSE TestMountDaemonRoot/slave/bind_root
09:03:28 [2019-08-28T09:03:28.628Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
09:03:28 [2019-08-28T09:03:28.628Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
09:03:28 [2019-08-28T09:03:28.628Z] === RUN   TestMountDaemonRoot/slave/mount_root
09:03:28 [2019-08-28T09:03:28.628Z] === PAUSE TestMountDaemonRoot/slave/mount_root
09:03:28 [2019-08-28T09:03:28.628Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
09:03:28 [2019-08-28T09:03:28.628Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
09:03:28 [2019-08-28T09:03:28.628Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
09:03:28 [2019-08-28T09:03:28.628Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
09:03:28 [2019-08-28T09:03:28.628Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
09:03:28 [2019-08-28T09:03:28.628Z] === CONT  TestMountDaemonRoot/default/mount_subpath
09:03:28 [2019-08-28T09:03:28.628Z] === CONT  TestMountDaemonRoot/private
09:03:28 [2019-08-28T09:03:28.628Z] === RUN   TestMountDaemonRoot/private/bind_root
09:03:28 [2019-08-28T09:03:28.628Z] === PAUSE TestMountDaemonRoot/private/bind_root
09:03:28 [2019-08-28T09:03:28.628Z] === RUN   TestMountDaemonRoot/private/bind_subpath
09:03:28 [2019-08-28T09:03:28.628Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
09:03:28 [2019-08-28T09:03:28.628Z] === RUN   TestMountDaemonRoot/private/mount_root
09:03:28 [2019-08-28T09:03:28.628Z] === PAUSE TestMountDaemonRoot/private/mount_root
09:03:28 [2019-08-28T09:03:28.628Z] === RUN   TestMountDaemonRoot/private/mount_subpath
09:03:28 [2019-08-28T09:03:28.628Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
09:03:28 [2019-08-28T09:03:28.628Z] === CONT  TestMountDaemonRoot/default/mount_root
09:03:28 [2019-08-28T09:03:28.628Z] === CONT  TestMountDaemonRoot/default/bind_subpath
09:03:28 [2019-08-28T09:03:28.628Z] === CONT  TestMountDaemonRoot/rshared/mount_root
09:03:28 [2019-08-28T09:03:28.628Z] === CONT  TestMountDaemonRoot/shared/bind_root
09:03:28 [2019-08-28T09:03:28.628Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
09:03:28 [2019-08-28T09:03:28.628Z] === CONT  TestMountDaemonRoot/rshared/bind_root
09:03:28 [2019-08-28T09:03:28.628Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
09:03:28 [2019-08-28T09:03:28.628Z] === CONT  TestMountDaemonRoot/rslave/bind_root
09:03:29 [2019-08-28T09:03:29.012Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
09:03:29 [2019-08-28T09:03:29.012Z] === CONT  TestMountDaemonRoot/shared/mount_root
09:03:29 [2019-08-28T09:03:29.012Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
09:03:29 [2019-08-28T09:03:29.012Z] === CONT  TestMountDaemonRoot/slave/bind_root
09:03:29 [2019-08-28T09:03:29.012Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
09:03:29 [2019-08-28T09:03:29.012Z] === CONT  TestMountDaemonRoot/rslave/mount_root
09:03:29 [2019-08-28T09:03:29.012Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
09:03:29 [2019-08-28T09:03:29.012Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
09:03:29 [2019-08-28T09:03:29.012Z] === CONT  TestMountDaemonRoot/slave/mount_root
09:03:29 [2019-08-28T09:03:29.012Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
09:03:29 [2019-08-28T09:03:29.012Z] === CONT  TestMountDaemonRoot/private/bind_root
09:03:29 [2019-08-28T09:03:29.012Z] === CONT  TestMountDaemonRoot/private/mount_subpath
09:03:29 [2019-08-28T09:03:29.012Z] === CONT  TestMountDaemonRoot/private/mount_root
09:03:29 [2019-08-28T09:03:29.012Z] === CONT  TestMountDaemonRoot/private/bind_subpath
09:03:29 [2019-08-28T09:03:29.012Z] --- PASS: TestMountDaemonRoot (0.03s)
09:03:29 [2019-08-28T09:03:29.012Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
09:03:29 [2019-08-28T09:03:29.012Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s)
09:03:29 [2019-08-28T09:03:29.012Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s)
09:03:29 [2019-08-28T09:03:29.012Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s)
09:03:29 [2019-08-28T09:03:29.012Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s)
09:03:29 [2019-08-28T09:03:29.012Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
09:03:29 [2019-08-28T09:03:29.012Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.09s)
09:03:29 [2019-08-28T09:03:29.012Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.07s)
09:03:29 [2019-08-28T09:03:29.012Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s)
09:03:29 [2019-08-28T09:03:29.012Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s)
09:03:29 [2019-08-28T09:03:29.012Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
09:03:29 [2019-08-28T09:03:29.012Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s)
09:03:29 [2019-08-28T09:03:29.012Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s)
09:03:29 [2019-08-28T09:03:29.012Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s)
09:03:29 [2019-08-28T09:03:29.012Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s)
09:03:29 [2019-08-28T09:03:29.012Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
09:03:29 [2019-08-28T09:03:29.012Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s)
09:03:29 [2019-08-28T09:03:29.012Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.06s)
09:03:29 [2019-08-28T09:03:29.012Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.06s)
09:03:29 [2019-08-28T09:03:29.012Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
09:03:29 [2019-08-28T09:03:29.012Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
09:03:29 [2019-08-28T09:03:29.012Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s)
09:03:29 [2019-08-28T09:03:29.012Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s)
09:03:29 [2019-08-28T09:03:29.012Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s)
09:03:29 [2019-08-28T09:03:29.012Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s)
09:03:29 [2019-08-28T09:03:29.012Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
09:03:29 [2019-08-28T09:03:29.012Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
09:03:29 [2019-08-28T09:03:29.012Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s)
09:03:29 [2019-08-28T09:03:29.012Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s)
09:03:29 [2019-08-28T09:03:29.012Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.06s)
09:03:29 [2019-08-28T09:03:29.012Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
09:03:29 [2019-08-28T09:03:29.012Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.05s)
09:03:29 [2019-08-28T09:03:29.012Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s)
09:03:29 [2019-08-28T09:03:29.012Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.05s)
09:03:29 [2019-08-28T09:03:29.012Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s)
09:03:29 [2019-08-28T09:03:29.012Z] === RUN   TestContainerBindMountNonRecursive
09:03:29 [2019-08-28T09:03:29.014Z] PASS: docker_cli_daemon_test.go:1852: DockerDaemonSuite.TestDaemonCgroupParent	3.970s
09:03:29 [2019-08-28T09:03:29.578Z] PASS: docker_cli_daemon_test.go:1659: DockerDaemonSuite.TestDaemonCorruptedFluentdAddress	0.504s
09:03:30 [2019-08-28T09:03:30.144Z] PASS: docker_api_build_test.go:137: DockerSuite.TestBuildAPILowerDockerfile	1.550s
09:03:30 [2019-08-28T09:03:30.144Z] PASS: docker_api_build_test.go:56: DockerSuite.TestBuildAPIRemoteTarballContext	0.003s
09:03:30 [2019-08-28T09:03:30.144Z] PASS: docker_cli_daemon_test.go:1651: DockerDaemonSuite.TestDaemonCorruptedLogDriverAddress	0.512s
09:03:31 [2019-08-28T09:03:31.447Z] --- PASS: TestContainerBindMountNonRecursive (1.92s)
09:03:31 [2019-08-28T09:03:31.447Z] === RUN   TestNetworkNat
09:03:32 [2019-08-28T09:03:32.317Z] --- PASS: TestNetworkNat (0.94s)
09:03:32 [2019-08-28T09:03:32.317Z] === RUN   TestNetworkLocalhostTCPNat
09:03:32 [2019-08-28T09:03:32.670Z] PASS: docker_api_build_test.go:83: DockerSuite.TestBuildAPIRemoteTarballContextWithCustomDockerfile	2.254s
09:03:32 [2019-08-28T09:03:32.670Z] PASS: docker_cli_daemon_test.go:2384: DockerDaemonSuite.TestDaemonDNSFlagsInHostMode	2.221s
09:03:32 [2019-08-28T09:03:32.927Z] PASS: docker_cli_daemon_test.go:2180: DockerDaemonSuite.TestDaemonDebugLog	0.580s
09:03:33 [2019-08-28T09:03:33.168Z] --- PASS: TestNetworkLocalhostTCPNat (1.00s)
09:03:33 [2019-08-28T09:03:33.168Z] === RUN   TestNetworkLoopbackNat
09:03:33 [2019-08-28T09:03:33.492Z] PASS: docker_api_build_test.go:198: DockerSuite.TestBuildAPIUnnormalizedTarPaths	1.166s
09:03:34 [2019-08-28T09:03:34.433Z] --- PASS: TestNetworkLoopbackNat (1.20s)
09:03:34 [2019-08-28T09:03:34.433Z] === RUN   TestPause
09:03:35 [2019-08-28T09:03:35.228Z] --- PASS: TestPause (1.01s)
09:03:35 [2019-08-28T09:03:35.228Z] === RUN   TestPauseFailsOnWindowsServerContainers
09:03:35 [2019-08-28T09:03:35.228Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
09:03:35 [2019-08-28T09:03:35.228Z]     pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
09:03:35 [2019-08-28T09:03:35.228Z] === RUN   TestPauseStopPausedContainer
09:03:36 [2019-08-28T09:03:36.018Z] PASS: docker_cli_daemon_test.go:783: DockerDaemonSuite.TestDaemonDefaultGatewayIPv4Explicit	3.035s
09:03:36 [2019-08-28T09:03:36.472Z] --- PASS: TestPauseStopPausedContainer (0.98s)
09:03:36 [2019-08-28T09:03:36.472Z] === RUN   TestPsFilter
09:03:36 [2019-08-28T09:03:36.472Z] --- PASS: TestPsFilter (0.27s)
09:03:36 [2019-08-28T09:03:36.472Z] === RUN   TestRemoveContainerWithRemovedVolume
09:03:37 [2019-08-28T09:03:37.375Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.85s)
09:03:37 [2019-08-28T09:03:37.375Z] === RUN   TestRemoveContainerWithVolume
09:03:37 [2019-08-28T09:03:37.917Z] PASS: docker_cli_daemon_test.go:805: DockerDaemonSuite.TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet	1.833s
09:03:38 [2019-08-28T09:03:38.241Z] --- PASS: TestRemoveContainerWithVolume (0.92s)
09:03:38 [2019-08-28T09:03:38.241Z] === RUN   TestRemoveContainerRunning
09:03:39 [2019-08-28T09:03:39.050Z] --- PASS: TestRemoveContainerRunning (0.92s)
09:03:39 [2019-08-28T09:03:39.050Z] === RUN   TestRemoveContainerForceRemoveRunning
09:03:40 [2019-08-28T09:03:40.296Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.88s)
09:03:40 [2019-08-28T09:03:40.296Z] === RUN   TestRemoveInvalidContainer
09:03:40 [2019-08-28T09:03:40.296Z] --- PASS: TestRemoveInvalidContainer (0.01s)
09:03:40 [2019-08-28T09:03:40.296Z] === RUN   TestRenameLinkedContainer
09:03:42 [2019-08-28T09:03:42.184Z] PASS: docker_cli_daemon_test.go:762: DockerDaemonSuite.TestDaemonDefaultGatewayIPv4Implicit	3.314s
09:03:42 [2019-08-28T09:03:42.770Z] PASS: docker_cli_daemon_test.go:816: DockerDaemonSuite.TestDaemonDefaultNetworkInvalidClusterConfig	1.357s
09:03:43 [2019-08-28T09:03:43.701Z] PASS: docker_cli_daemon_test.go:2200: DockerDaemonSuite.TestDaemonDiscoveryBackendConfigReload	0.578s
09:03:44 [2019-08-28T09:03:44.095Z] ok  	github.com/docker/docker/cmd/dockerd	0.225s	coverage: 29.9% of statements
09:03:44 [2019-08-28T09:03:44.446Z] --- PASS: TestRenameLinkedContainer (3.73s)
09:03:44 [2019-08-28T09:03:44.446Z] === RUN   TestRenameStoppedContainer
09:03:44 [2019-08-28T09:03:44.815Z] --- PASS: TestRenameStoppedContainer (0.89s)
09:03:44 [2019-08-28T09:03:44.815Z] === RUN   TestRenameRunningContainerAndReuse
09:03:46 [2019-08-28T09:03:46.636Z] --- PASS: TestRenameRunningContainerAndReuse (1.75s)
09:03:46 [2019-08-28T09:03:46.636Z] === RUN   TestRenameInvalidName
09:03:47 [2019-08-28T09:03:47.415Z] --- PASS: TestRenameInvalidName (0.89s)
09:03:47 [2019-08-28T09:03:47.415Z] === RUN   TestRenameAnonymousContainer
09:03:47 [2019-08-28T09:03:47.882Z] PASS: docker_cli_events_unix_test.go:390: DockerDaemonSuite.TestDaemonEvents	3.809s
09:03:50 [2019-08-28T09:03:50.671Z] --- PASS: TestRenameAnonymousContainer (3.15s)
09:03:50 [2019-08-28T09:03:50.671Z] === RUN   TestRenameContainerWithSameName
09:03:50 [2019-08-28T09:03:50.953Z] ok  	github.com/docker/docker/container	0.195s	coverage: 35.5% of statements
09:03:50 [2019-08-28T09:03:50.953Z] ?   	github.com/docker/docker/container/stream	[no test files]
09:03:50 [2019-08-28T09:03:50.953Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
09:03:50 [2019-08-28T09:03:50.953Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
09:03:50 [2019-08-28T09:03:50.953Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
09:03:51 [2019-08-28T09:03:51.161Z] PASS: docker_cli_events_unix_test.go:458: DockerDaemonSuite.TestDaemonEventsWithFilters	3.814s
09:03:51 [2019-08-28T09:03:51.440Z] --- PASS: TestRenameContainerWithSameName (0.88s)
09:03:51 [2019-08-28T09:03:51.440Z] === RUN   TestRenameContainerWithLinkedContainer
09:03:51 [2019-08-28T09:03:51.727Z] PASS: docker_cli_daemon_test.go:573: DockerDaemonSuite.TestDaemonExitOnFailure	0.503s
09:03:52 [2019-08-28T09:03:52.292Z] PASS: docker_cli_daemon_test.go:502: DockerDaemonSuite.TestDaemonFlagD	0.523s
09:03:53 [2019-08-28T09:03:53.237Z] PASS: docker_cli_daemon_test.go:511: DockerDaemonSuite.TestDaemonFlagDebug	0.602s
09:03:53 [2019-08-28T09:03:53.239Z] --- PASS: TestRenameContainerWithLinkedContainer (1.80s)
09:03:53 [2019-08-28T09:03:53.239Z] === RUN   TestResize
09:03:53 [2019-08-28T09:03:53.800Z] PASS: docker_cli_daemon_test.go:520: DockerDaemonSuite.TestDaemonFlagDebugLogLevelFatal	0.780s
09:03:54 [2019-08-28T09:03:54.036Z] --- PASS: TestResize (0.96s)
09:03:54 [2019-08-28T09:03:54.036Z] === RUN   TestResizeWithInvalidSize
09:03:55 [2019-08-28T09:03:55.315Z] --- PASS: TestResizeWithInvalidSize (0.89s)
09:03:55 [2019-08-28T09:03:55.315Z] === RUN   TestResizeWhenContainerNotStarted
09:03:56 [2019-08-28T09:03:56.088Z] --- PASS: TestResizeWhenContainerNotStarted (0.91s)
09:03:56 [2019-08-28T09:03:56.088Z] === RUN   TestDaemonRestartKillContainers
09:03:56 [2019-08-28T09:03:56.088Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
09:03:56 [2019-08-28T09:03:56.089Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
09:03:56 [2019-08-28T09:03:56.089Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
09:03:56 [2019-08-28T09:03:56.089Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
09:03:56 [2019-08-28T09:03:56.089Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
09:03:56 [2019-08-28T09:03:56.089Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
09:03:56 [2019-08-28T09:03:56.089Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
09:03:56 [2019-08-28T09:03:56.089Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
09:03:56 [2019-08-28T09:03:56.089Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
09:03:56 [2019-08-28T09:03:56.089Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
09:03:56 [2019-08-28T09:03:56.089Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
09:03:56 [2019-08-28T09:03:56.089Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
09:03:56 [2019-08-28T09:03:56.089Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
09:03:56 [2019-08-28T09:03:56.089Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
09:03:56 [2019-08-28T09:03:56.089Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
09:03:56 [2019-08-28T09:03:56.089Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
09:03:56 [2019-08-28T09:03:56.089Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
09:03:56 [2019-08-28T09:03:56.089Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
09:03:56 [2019-08-28T09:03:56.089Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
09:03:56 [2019-08-28T09:03:56.089Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
09:03:56 [2019-08-28T09:03:56.089Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
09:03:56 [2019-08-28T09:03:56.089Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
09:03:56 [2019-08-28T09:03:56.089Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
09:03:56 [2019-08-28T09:03:56.089Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
09:03:56 [2019-08-28T09:03:56.089Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
09:03:56 [2019-08-28T09:03:56.089Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
09:03:56 [2019-08-28T09:03:56.479Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.036s	coverage: 65.3% of statements
09:03:58 [2019-08-28T09:03:58.570Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
09:03:58 [2019-08-28T09:03:58.570Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
09:03:59 [2019-08-28T09:03:59.054Z] PASS: docker_cli_daemon_test.go:898: DockerDaemonSuite.TestDaemonICCLinkExpose	4.462s
09:03:59 [2019-08-28T09:03:59.054Z] SKIP: docker_cli_daemon_test.go:861: DockerDaemonSuite.TestDaemonICCPing (unmatched requirement bridgeNfIptables)
09:04:00 [2019-08-28T09:04:00.617Z] tests/integration/models_containers_test.py ............................ [ 83%]
09:04:01 [2019-08-28T09:04:01.179Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
09:04:01 [2019-08-28T09:04:01.583Z] --- PASS: TestBuildWithHugeFile (77.41s)
09:04:01 [2019-08-28T09:04:01.583Z] === RUN   TestBuildWithEmptyDockerfile
09:04:01 [2019-08-28T09:04:01.583Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
09:04:01 [2019-08-28T09:04:01.583Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
09:04:01 [2019-08-28T09:04:01.583Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
09:04:01 [2019-08-28T09:04:01.583Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
09:04:01 [2019-08-28T09:04:01.583Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
09:04:01 [2019-08-28T09:04:01.583Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
09:04:01 [2019-08-28T09:04:01.583Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
09:04:01 [2019-08-28T09:04:01.583Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
09:04:01 [2019-08-28T09:04:01.588Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
09:04:01 [2019-08-28T09:04:01.841Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
09:04:01 [2019-08-28T09:04:01.842Z] PASS: docker_cli_daemon_test.go:832: DockerDaemonSuite.TestDaemonIP	3.367s
09:04:01 [2019-08-28T09:04:01.842Z] SKIP: docker_cli_daemon_test.go:361: DockerDaemonSuite.TestDaemonIPv6Enabled (unmatched requirement IPv6)
09:04:01 [2019-08-28T09:04:01.842Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s)
09:04:01 [2019-08-28T09:04:01.842Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.17s)
09:04:01 [2019-08-28T09:04:01.842Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.19s)
09:04:01 [2019-08-28T09:04:01.842Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.12s)
09:04:01 [2019-08-28T09:04:01.842Z] === RUN   TestBuildPreserveOwnership
09:04:01 [2019-08-28T09:04:01.842Z] === RUN   TestBuildPreserveOwnership/copy_from
09:04:02 [2019-08-28T09:04:02.405Z] PASS: docker_cli_build_test.go:574: DockerSuite.TestBuildAddAndCopyFileWithWhitespace	28.862s
09:04:02 [2019-08-28T09:04:02.971Z] PASS: docker_cli_build_test.go:927: DockerSuite.TestBuildAddBadLinks	0.665s
09:04:04 [2019-08-28T09:04:04.111Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
09:04:04 [2019-08-28T09:04:04.111Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
09:04:04 [2019-08-28T09:04:04.868Z] PASS: docker_cli_build_test.go:1007: DockerSuite.TestBuildAddBadLinksVolume	1.680s
09:04:04 [2019-08-28T09:04:04.869Z] PASS: docker_cli_build_test.go:2886: DockerSuite.TestBuildAddBrokenTar	0.228s
09:04:04 [2019-08-28T09:04:04.929Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.022s	coverage: 35.8% of statements
09:04:05 [2019-08-28T09:04:05.401Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
09:04:05 [2019-08-28T09:04:05.802Z] PASS: docker_api_build_test.go:476: DockerSuite.TestBuildAddCacheOnFileChange	0.745s
09:04:06 [2019-08-28T09:04:06.059Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
09:04:06 [2019-08-28T09:04:06.225Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
09:04:07 [2019-08-28T09:04:07.131Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
09:04:07 [2019-08-28T09:04:07.516Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
09:04:07 [2019-08-28T09:04:07.629Z] ok  	github.com/docker/docker/daemon/cluster	0.213s	coverage: 0.5% of statements
09:04:07 [2019-08-28T09:04:07.954Z] --- PASS: TestBuildPreserveOwnership (5.96s)
09:04:07 [2019-08-28T09:04:07.954Z]     --- PASS: TestBuildPreserveOwnership/copy_from (4.10s)
09:04:07 [2019-08-28T09:04:07.954Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.84s)
09:04:07 [2019-08-28T09:04:07.954Z] === RUN   TestBuildPlatformInvalid
09:04:07 [2019-08-28T09:04:07.954Z] --- PASS: TestBuildPlatformInvalid (0.13s)
09:04:07 [2019-08-28T09:04:07.954Z] PASS
09:04:07 [2019-08-28T09:04:07.954Z] Running /go/src/github.com/docker/docker/integration/config flags=-test.v -test.timeout=120m  
09:04:08 [2019-08-28T09:04:08.211Z] PASS: docker_cli_build_unix_test.go:88: DockerSuite.TestBuildAddChangeOwnership	2.388s
09:04:08 [2019-08-28T09:04:08.211Z] INFO: Testing against a local daemon
09:04:08 [2019-08-28T09:04:08.211Z] === RUN   TestConfigList
09:04:10 [2019-08-28T09:04:10.014Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
09:04:10 [2019-08-28T09:04:10.014Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.22s)
09:04:10 [2019-08-28T09:04:10.014Z]         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
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [d5e0f6266abb9] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [d5e0f6266abb9] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:364: [d5e0f6266abb9] daemon started
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [d5e0f6266abb9] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:307: [d5e0f6266abb9] exiting daemon
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [d5e0f6266abb9] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:364: [d5e0f6266abb9] daemon started
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:472: [d5e0f6266abb9] Stopping daemon
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:307: [d5e0f6266abb9] exiting daemon
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:459: [d5e0f6266abb9] Daemon stopped
09:04:10 [2019-08-28T09:04:10.014Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.59s)
09:04:10 [2019-08-28T09:04:10.014Z]         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
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [d4901c14af531] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [d4901c14af531] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:364: [d4901c14af531] daemon started
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:307: [d4901c14af531] exiting daemon
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [d4901c14af531] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [d4901c14af531] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:364: [d4901c14af531] daemon started
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:472: [d4901c14af531] Stopping daemon
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:307: [d4901c14af531] exiting daemon
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:459: [d4901c14af531] Daemon stopped
09:04:10 [2019-08-28T09:04:10.014Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.05s)
09:04:10 [2019-08-28T09:04:10.014Z]         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
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [db4de1d150835] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [db4de1d150835] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:364: [db4de1d150835] daemon started
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:472: [db4de1d150835] Stopping daemon
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:307: [db4de1d150835] exiting daemon
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:459: [db4de1d150835] Daemon stopped
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [db4de1d150835] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [db4de1d150835] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:364: [db4de1d150835] daemon started
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:472: [db4de1d150835] Stopping daemon
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:307: [db4de1d150835] exiting daemon
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:459: [db4de1d150835] Daemon stopped
09:04:10 [2019-08-28T09:04:10.014Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.08s)
09:04:10 [2019-08-28T09:04:10.014Z]         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
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [d106022ec7566] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [d106022ec7566] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:364: [d106022ec7566] daemon started
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [d106022ec7566] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:307: [d106022ec7566] exiting daemon
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [d106022ec7566] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:364: [d106022ec7566] daemon started
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:472: [d106022ec7566] Stopping daemon
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:307: [d106022ec7566] exiting daemon
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:459: [d106022ec7566] Daemon stopped
09:04:10 [2019-08-28T09:04:10.014Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.43s)
09:04:10 [2019-08-28T09:04:10.014Z]         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
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [d73510c3b7e0a] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [d73510c3b7e0a] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:364: [d73510c3b7e0a] daemon started
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:472: [d73510c3b7e0a] Stopping daemon
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:307: [d73510c3b7e0a] exiting daemon
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:459: [d73510c3b7e0a] Daemon stopped
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [d73510c3b7e0a] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [d73510c3b7e0a] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:364: [d73510c3b7e0a] daemon started
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:472: [d73510c3b7e0a] Stopping daemon
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:307: [d73510c3b7e0a] exiting daemon
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:459: [d73510c3b7e0a] Daemon stopped
09:04:10 [2019-08-28T09:04:10.014Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.43s)
09:04:10 [2019-08-28T09:04:10.014Z]         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
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [d4d6c0ac1bbc7] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [d4d6c0ac1bbc7] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:364: [d4d6c0ac1bbc7] daemon started
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [d4d6c0ac1bbc7] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:307: [d4d6c0ac1bbc7] exiting daemon
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [d4d6c0ac1bbc7] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:364: [d4d6c0ac1bbc7] daemon started
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:472: [d4d6c0ac1bbc7] Stopping daemon
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:307: [d4d6c0ac1bbc7] exiting daemon
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:459: [d4d6c0ac1bbc7] Daemon stopped
09:04:10 [2019-08-28T09:04:10.014Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.48s)
09:04:10 [2019-08-28T09:04:10.014Z]         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
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [de74751a46d91] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [de74751a46d91] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:364: [de74751a46d91] daemon started
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:472: [de74751a46d91] Stopping daemon
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:307: [de74751a46d91] exiting daemon
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:459: [de74751a46d91] Daemon stopped
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [de74751a46d91] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [de74751a46d91] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:364: [de74751a46d91] daemon started
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:472: [de74751a46d91] Stopping daemon
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:307: [de74751a46d91] exiting daemon
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:459: [de74751a46d91] Daemon stopped
09:04:10 [2019-08-28T09:04:10.014Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.40s)
09:04:10 [2019-08-28T09:04:10.014Z]         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
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [de2f5d56dc8a8] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [de2f5d56dc8a8] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:364: [de2f5d56dc8a8] daemon started
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:472: [de2f5d56dc8a8] Stopping daemon
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:307: [de2f5d56dc8a8] exiting daemon
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:459: [de2f5d56dc8a8] Daemon stopped
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [de2f5d56dc8a8] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [de2f5d56dc8a8] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:364: [de2f5d56dc8a8] daemon started
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:472: [de2f5d56dc8a8] Stopping daemon
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:307: [de2f5d56dc8a8] exiting daemon
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:459: [de2f5d56dc8a8] Daemon stopped
09:04:10 [2019-08-28T09:04:10.014Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.50s)
09:04:10 [2019-08-28T09:04:10.014Z]         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
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [d8bcf677cb1e7] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [d8bcf677cb1e7] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:364: [d8bcf677cb1e7] daemon started
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:472: [d8bcf677cb1e7] Stopping daemon
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:307: [d8bcf677cb1e7] exiting daemon
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:459: [d8bcf677cb1e7] Daemon stopped
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [d8bcf677cb1e7] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [d8bcf677cb1e7] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:364: [d8bcf677cb1e7] daemon started
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:472: [d8bcf677cb1e7] Stopping daemon
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:307: [d8bcf677cb1e7] exiting daemon
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:459: [d8bcf677cb1e7] Daemon stopped
09:04:10 [2019-08-28T09:04:10.014Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.58s)
09:04:10 [2019-08-28T09:04:10.014Z]         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
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [ddec3fcadda38] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [ddec3fcadda38] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:364: [ddec3fcadda38] daemon started
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [ddec3fcadda38] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:307: [ddec3fcadda38] exiting daemon
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [ddec3fcadda38] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:364: [ddec3fcadda38] daemon started
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:472: [ddec3fcadda38] Stopping daemon
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:307: [ddec3fcadda38] exiting daemon
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:459: [ddec3fcadda38] Daemon stopped
09:04:10 [2019-08-28T09:04:10.014Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.52s)
09:04:10 [2019-08-28T09:04:10.014Z]         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
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [de6a38303dc91] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [de6a38303dc91] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:364: [de6a38303dc91] daemon started
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [de6a38303dc91] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:307: [de6a38303dc91] exiting daemon
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [de6a38303dc91] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:364: [de6a38303dc91] daemon started
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:472: [de6a38303dc91] Stopping daemon
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:307: [de6a38303dc91] exiting daemon
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:459: [de6a38303dc91] Daemon stopped
09:04:10 [2019-08-28T09:04:10.014Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.15s)
09:04:10 [2019-08-28T09:04:10.014Z]         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
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [d3f7cc37f779d] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [d3f7cc37f779d] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:364: [d3f7cc37f779d] daemon started
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:472: [d3f7cc37f779d] Stopping daemon
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:307: [d3f7cc37f779d] exiting daemon
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:459: [d3f7cc37f779d] Daemon stopped
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [d3f7cc37f779d] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:336: [d3f7cc37f779d] waiting for daemon to start
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:364: [d3f7cc37f779d] daemon started
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:472: [d3f7cc37f779d] Stopping daemon
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:307: [d3f7cc37f779d] exiting daemon
09:04:10 [2019-08-28T09:04:10.014Z]         daemon.go:459: [d3f7cc37f779d] Daemon stopped
09:04:10 [2019-08-28T09:04:10.014Z] === RUN   TestCgroupNamespacesRun
09:04:10 [2019-08-28T09:04:10.733Z] PASS: docker_cli_build_test.go:1864: DockerSuite.TestBuildAddCurrentDirWithCache	2.266s
09:04:11 [2019-08-28T09:04:11.297Z] PASS: docker_cli_build_test.go:1911: DockerSuite.TestBuildAddCurrentDirWithoutCache	0.873s
09:04:11 [2019-08-28T09:04:11.554Z] --- PASS: TestConfigList (3.49s)
09:04:11 [2019-08-28T09:04:11.555Z]     config_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestConfigList
09:04:11 [2019-08-28T09:04:11.555Z]     daemon.go:336: [d42ff0d79d5b0] waiting for daemon to start
09:04:11 [2019-08-28T09:04:11.555Z]     daemon.go:336: [d42ff0d79d5b0] waiting for daemon to start
09:04:11 [2019-08-28T09:04:11.555Z]     daemon.go:364: [d42ff0d79d5b0] daemon started
09:04:11 [2019-08-28T09:04:11.555Z]     daemon.go:472: [d42ff0d79d5b0] Stopping daemon
09:04:11 [2019-08-28T09:04:11.555Z]     daemon.go:307: [d42ff0d79d5b0] exiting daemon
09:04:11 [2019-08-28T09:04:11.555Z]     daemon.go:459: [d42ff0d79d5b0] Daemon stopped
09:04:11 [2019-08-28T09:04:11.555Z] === RUN   TestConfigsCreateAndDelete
09:04:11 [2019-08-28T09:04:11.905Z] --- PASS: TestCgroupNamespacesRun (1.70s)
09:04:11 [2019-08-28T09:04:11.905Z]     run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun
09:04:11 [2019-08-28T09:04:11.905Z]     daemon.go:336: [dfd3c925f3800] waiting for daemon to start
09:04:11 [2019-08-28T09:04:11.905Z]     daemon.go:336: [dfd3c925f3800] waiting for daemon to start
09:04:11 [2019-08-28T09:04:11.905Z]     daemon.go:364: [dfd3c925f3800] daemon started
09:04:11 [2019-08-28T09:04:11.905Z]     daemon.go:472: [dfd3c925f3800] Stopping daemon
09:04:11 [2019-08-28T09:04:11.905Z]     daemon.go:307: [dfd3c925f3800] exiting daemon
09:04:11 [2019-08-28T09:04:11.905Z]     daemon.go:459: [dfd3c925f3800] Daemon stopped
09:04:11 [2019-08-28T09:04:11.905Z] === RUN   TestCgroupNamespacesRunPrivileged
09:04:13 [2019-08-28T09:04:13.145Z] ok  	github.com/docker/docker/daemon/discovery	0.027s	coverage: 30.0% of statements
09:04:13 [2019-08-28T09:04:13.284Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.75s)
09:04:13 [2019-08-28T09:04:13.285Z]     run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged
09:04:13 [2019-08-28T09:04:13.285Z]     daemon.go:336: [d6aaa91790334] waiting for daemon to start
09:04:13 [2019-08-28T09:04:13.285Z]     daemon.go:336: [d6aaa91790334] waiting for daemon to start
09:04:13 [2019-08-28T09:04:13.285Z]     daemon.go:364: [d6aaa91790334] daemon started
09:04:13 [2019-08-28T09:04:13.285Z]     daemon.go:472: [d6aaa91790334] Stopping daemon
09:04:13 [2019-08-28T09:04:13.285Z]     daemon.go:307: [d6aaa91790334] exiting daemon
09:04:13 [2019-08-28T09:04:13.285Z]     daemon.go:459: [d6aaa91790334] Daemon stopped
09:04:13 [2019-08-28T09:04:13.285Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
09:04:14 [2019-08-28T09:04:14.829Z] PASS: docker_cli_daemon_test.go:420: DockerDaemonSuite.TestDaemonIPv6FixedCIDR	2.049s
09:04:14 [2019-08-28T09:04:14.830Z] --- PASS: TestConfigsCreateAndDelete (2.94s)
09:04:14 [2019-08-28T09:04:14.830Z]     config_test.go:112: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestConfigsCreateAndDelete
09:04:14 [2019-08-28T09:04:14.830Z]     daemon.go:336: [dbc2c4a43c6cc] waiting for daemon to start
09:04:14 [2019-08-28T09:04:14.830Z]     daemon.go:336: [dbc2c4a43c6cc] waiting for daemon to start
09:04:14 [2019-08-28T09:04:14.830Z]     daemon.go:364: [dbc2c4a43c6cc] daemon started
09:04:14 [2019-08-28T09:04:14.830Z]     daemon.go:472: [dbc2c4a43c6cc] Stopping daemon
09:04:14 [2019-08-28T09:04:14.830Z]     daemon.go:307: [dbc2c4a43c6cc] exiting daemon
09:04:14 [2019-08-28T09:04:14.830Z]     daemon.go:459: [dbc2c4a43c6cc] Daemon stopped
09:04:14 [2019-08-28T09:04:14.830Z] === RUN   TestConfigsUpdate
09:04:15 [2019-08-28T09:04:15.112Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.83s)
09:04:15 [2019-08-28T09:04:15.112Z]     run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode
09:04:15 [2019-08-28T09:04:15.112Z]     daemon.go:336: [d391fef182711] waiting for daemon to start
09:04:15 [2019-08-28T09:04:15.112Z]     daemon.go:336: [d391fef182711] waiting for daemon to start
09:04:15 [2019-08-28T09:04:15.112Z]     daemon.go:364: [d391fef182711] daemon started
09:04:15 [2019-08-28T09:04:15.112Z]     daemon.go:472: [d391fef182711] Stopping daemon
09:04:15 [2019-08-28T09:04:15.112Z]     daemon.go:307: [d391fef182711] exiting daemon
09:04:15 [2019-08-28T09:04:15.112Z]     daemon.go:459: [d391fef182711] Daemon stopped
09:04:15 [2019-08-28T09:04:15.112Z] === RUN   TestCgroupNamespacesRunHostMode
09:04:15 [2019-08-28T09:04:15.861Z] ok  	github.com/docker/docker/daemon/events	0.071s	coverage: 50.0% of statements
09:04:16 [2019-08-28T09:04:16.882Z] ok  	github.com/docker/docker/daemon/config	0.101s	coverage: 84.2% of statements
09:04:16 [2019-08-28T09:04:16.941Z] --- PASS: TestCgroupNamespacesRunHostMode (1.82s)
09:04:16 [2019-08-28T09:04:16.941Z]     run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode
09:04:16 [2019-08-28T09:04:16.941Z]     daemon.go:336: [d1f58cb1c4ed0] waiting for daemon to start
09:04:16 [2019-08-28T09:04:16.941Z]     daemon.go:336: [d1f58cb1c4ed0] waiting for daemon to start
09:04:16 [2019-08-28T09:04:16.941Z]     daemon.go:364: [d1f58cb1c4ed0] daemon started
09:04:16 [2019-08-28T09:04:16.941Z]     daemon.go:472: [d1f58cb1c4ed0] Stopping daemon
09:04:16 [2019-08-28T09:04:16.941Z]     daemon.go:307: [d1f58cb1c4ed0] exiting daemon
09:04:16 [2019-08-28T09:04:16.941Z]     daemon.go:459: [d1f58cb1c4ed0] Daemon stopped
09:04:16 [2019-08-28T09:04:16.941Z] === RUN   TestCgroupNamespacesRunPrivateMode
09:04:18 [2019-08-28T09:04:18.109Z] --- PASS: TestConfigsUpdate (3.05s)
09:04:18 [2019-08-28T09:04:18.109Z]     config_test.go:140: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestConfigsUpdate
09:04:18 [2019-08-28T09:04:18.109Z]     daemon.go:336: [d95a817aaaa34] waiting for daemon to start
09:04:18 [2019-08-28T09:04:18.109Z]     daemon.go:336: [d95a817aaaa34] waiting for daemon to start
09:04:18 [2019-08-28T09:04:18.109Z]     daemon.go:364: [d95a817aaaa34] daemon started
09:04:18 [2019-08-28T09:04:18.109Z]     daemon.go:472: [d95a817aaaa34] Stopping daemon
09:04:18 [2019-08-28T09:04:18.109Z]     daemon.go:307: [d95a817aaaa34] exiting daemon
09:04:18 [2019-08-28T09:04:18.109Z]     daemon.go:459: [d95a817aaaa34] Daemon stopped
09:04:18 [2019-08-28T09:04:18.109Z] === RUN   TestTemplatedConfig
09:04:18 [2019-08-28T09:04:18.929Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.82s)
09:04:18 [2019-08-28T09:04:18.929Z]     run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode
09:04:18 [2019-08-28T09:04:18.929Z]     daemon.go:336: [d514c7d94356f] waiting for daemon to start
09:04:18 [2019-08-28T09:04:18.929Z]     daemon.go:336: [d514c7d94356f] waiting for daemon to start
09:04:18 [2019-08-28T09:04:18.929Z]     daemon.go:364: [d514c7d94356f] daemon started
09:04:18 [2019-08-28T09:04:18.929Z]     daemon.go:472: [d514c7d94356f] Stopping daemon
09:04:18 [2019-08-28T09:04:18.929Z]     daemon.go:307: [d514c7d94356f] exiting daemon
09:04:18 [2019-08-28T09:04:18.929Z]     daemon.go:459: [d514c7d94356f] Daemon stopped
09:04:18 [2019-08-28T09:04:18.929Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
09:04:19 [2019-08-28T09:04:19.163Z] .........                                                                [ 85%]
09:04:19 [2019-08-28T09:04:19.479Z] PASS: docker_cli_build_test.go:752: DockerSuite.TestBuildAddDirContentToExistingDir	8.092s
09:04:19 [2019-08-28T09:04:19.584Z] ok  	github.com/docker/docker/daemon/graphdriver	0.012s	coverage: 2.2% of statements
09:04:19 [2019-08-28T09:04:19.718Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.89s)
09:04:19 [2019-08-28T09:04:19.718Z]     run_cgroupns_linux_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate
09:04:19 [2019-08-28T09:04:19.718Z]     daemon.go:336: [d9c49922e61f3] waiting for daemon to start
09:04:19 [2019-08-28T09:04:19.718Z]     daemon.go:336: [d9c49922e61f3] waiting for daemon to start
09:04:19 [2019-08-28T09:04:19.718Z]     daemon.go:364: [d9c49922e61f3] daemon started
09:04:19 [2019-08-28T09:04:19.718Z]     daemon.go:472: [d9c49922e61f3] Stopping daemon
09:04:19 [2019-08-28T09:04:19.718Z]     daemon.go:307: [d9c49922e61f3] exiting daemon
09:04:19 [2019-08-28T09:04:19.718Z]     daemon.go:459: [d9c49922e61f3] Daemon stopped
09:04:19 [2019-08-28T09:04:19.718Z] === RUN   TestCgroupNamespacesRunInvalidMode
09:04:20 [2019-08-28T09:04:20.522Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.87s)
09:04:20 [2019-08-28T09:04:20.522Z]     run_cgroupns_linux_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode
09:04:20 [2019-08-28T09:04:20.522Z]     daemon.go:336: [d64bbfaa18db8] waiting for daemon to start
09:04:20 [2019-08-28T09:04:20.522Z]     daemon.go:336: [d64bbfaa18db8] waiting for daemon to start
09:04:20 [2019-08-28T09:04:20.522Z]     daemon.go:364: [d64bbfaa18db8] daemon started
09:04:20 [2019-08-28T09:04:20.522Z]     daemon.go:472: [d64bbfaa18db8] Stopping daemon
09:04:20 [2019-08-28T09:04:20.522Z]     daemon.go:307: [d64bbfaa18db8] exiting daemon
09:04:20 [2019-08-28T09:04:20.522Z]     daemon.go:459: [d64bbfaa18db8] Daemon stopped
09:04:20 [2019-08-28T09:04:20.522Z] === RUN   TestCgroupNamespacesRunOlderClient
09:04:20 [2019-08-28T09:04:20.849Z] --- PASS: TestTemplatedConfig (2.89s)
09:04:20 [2019-08-28T09:04:20.849Z]     config_test.go:192: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestTemplatedConfig
09:04:20 [2019-08-28T09:04:20.849Z]     daemon.go:336: [d869bcd33266c] waiting for daemon to start
09:04:20 [2019-08-28T09:04:20.849Z]     daemon.go:336: [d869bcd33266c] waiting for daemon to start
09:04:20 [2019-08-28T09:04:20.849Z]     daemon.go:364: [d869bcd33266c] daemon started
09:04:20 [2019-08-28T09:04:20.849Z]     daemon.go:472: [d869bcd33266c] Stopping daemon
09:04:20 [2019-08-28T09:04:20.849Z]     daemon.go:307: [d869bcd33266c] exiting daemon
09:04:20 [2019-08-28T09:04:20.849Z]     daemon.go:459: [d869bcd33266c] Daemon stopped
09:04:20 [2019-08-28T09:04:20.849Z] === RUN   TestConfigInspect
09:04:22 [2019-08-28T09:04:22.386Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.88s)
09:04:22 [2019-08-28T09:04:22.386Z]     run_cgroupns_linux_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient
09:04:22 [2019-08-28T09:04:22.386Z]     daemon.go:336: [d6c61e3c19775] waiting for daemon to start
09:04:22 [2019-08-28T09:04:22.386Z]     daemon.go:336: [d6c61e3c19775] waiting for daemon to start
09:04:22 [2019-08-28T09:04:22.386Z]     daemon.go:364: [d6c61e3c19775] daemon started
09:04:22 [2019-08-28T09:04:22.386Z]     daemon.go:472: [d6c61e3c19775] Stopping daemon
09:04:22 [2019-08-28T09:04:22.386Z]     daemon.go:307: [d6c61e3c19775] exiting daemon
09:04:22 [2019-08-28T09:04:22.386Z]     daemon.go:459: [d6c61e3c19775] Daemon stopped
09:04:22 [2019-08-28T09:04:22.386Z] === RUN   TestKernelTCPMemory
09:04:23 [2019-08-28T09:04:23.055Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.516s	coverage: 13.7% of statements
09:04:23 [2019-08-28T09:04:23.730Z] --- PASS: TestKernelTCPMemory (1.13s)
09:04:23 [2019-08-28T09:04:23.730Z] === RUN   TestNISDomainname
09:04:24 [2019-08-28T09:04:24.121Z] --- PASS: TestConfigInspect (3.05s)
09:04:24 [2019-08-28T09:04:24.121Z]     config_test.go:326: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestConfigInspect
09:04:24 [2019-08-28T09:04:24.121Z]     daemon.go:336: [d33b425754815] waiting for daemon to start
09:04:24 [2019-08-28T09:04:24.121Z]     daemon.go:336: [d33b425754815] waiting for daemon to start
09:04:24 [2019-08-28T09:04:24.121Z]     daemon.go:364: [d33b425754815] daemon started
09:04:24 [2019-08-28T09:04:24.121Z]     daemon.go:472: [d33b425754815] Stopping daemon
09:04:24 [2019-08-28T09:04:24.121Z]     daemon.go:307: [d33b425754815] exiting daemon
09:04:24 [2019-08-28T09:04:24.121Z]     daemon.go:459: [d33b425754815] Daemon stopped
09:04:24 [2019-08-28T09:04:24.121Z] === RUN   TestConfigCreateWithLabels
09:04:24 [2019-08-28T09:04:24.121Z] PASS: docker_cli_build_test.go:738: DockerSuite.TestBuildAddDirContentToRoot	4.420s
09:04:24 [2019-08-28T09:04:24.121Z] PASS: docker_cli_build_test.go:2190: DockerSuite.TestBuildAddFileNotFound	0.098s
09:04:24 [2019-08-28T09:04:24.516Z] --- PASS: TestNISDomainname (1.21s)
09:04:24 [2019-08-28T09:04:24.516Z] === RUN   TestHostnameDnsResolution
09:04:24 [2019-08-28T09:04:24.541Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.012s	coverage: 2.9% of statements
09:04:24 [2019-08-28T09:04:24.770Z] tests/integration/models_images_test.py ...............                  [ 89%]
09:04:25 [2019-08-28T09:04:25.557Z] ok  	github.com/docker/docker/daemon	12.567s	coverage: 17.6% of statements
09:04:25 [2019-08-28T09:04:25.557Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
09:04:25 [2019-08-28T09:04:25.557Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
09:04:25 [2019-08-28T09:04:25.557Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
09:04:25 [2019-08-28T09:04:25.557Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
09:04:25 [2019-08-28T09:04:25.816Z] --- PASS: TestHostnameDnsResolution (1.31s)
09:04:25 [2019-08-28T09:04:25.816Z] === RUN   TestStats
09:04:26 [2019-08-28T09:04:26.019Z] PASS: docker_cli_build_test.go:1998: DockerSuite.TestBuildAddLocalAndRemoteFilesWithAndWithoutCache	1.767s
09:04:26 [2019-08-28T09:04:26.276Z] --- PASS: TestConfigCreateWithLabels (2.75s)
09:04:26 [2019-08-28T09:04:26.276Z]     config_test.go:350: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestConfigCreateWithLabels
09:04:26 [2019-08-28T09:04:26.276Z]     daemon.go:336: [d584e896cb0ba] waiting for daemon to start
09:04:26 [2019-08-28T09:04:26.276Z]     daemon.go:336: [d584e896cb0ba] waiting for daemon to start
09:04:26 [2019-08-28T09:04:26.276Z]     daemon.go:364: [d584e896cb0ba] daemon started
09:04:26 [2019-08-28T09:04:26.276Z]     daemon.go:472: [d584e896cb0ba] Stopping daemon
09:04:26 [2019-08-28T09:04:26.276Z]     daemon.go:307: [d584e896cb0ba] exiting daemon
09:04:26 [2019-08-28T09:04:26.276Z]     daemon.go:459: [d584e896cb0ba] Daemon stopped
09:04:26 [2019-08-28T09:04:26.276Z] === RUN   TestConfigCreateResolve
09:04:26 [2019-08-28T09:04:26.383Z] tests/integration/models_networks_test.py ....                           [ 90%]
09:04:26 [2019-08-28T09:04:26.533Z] PASS: docker_cli_daemon_test.go:447: DockerDaemonSuite.TestDaemonIPv6FixedCIDRAndMac	1.676s
09:04:28 [2019-08-28T09:04:28.238Z] --- PASS: TestStats (1.97s)
09:04:28 [2019-08-28T09:04:28.238Z] === RUN   TestStopContainerWithTimeout
09:04:28 [2019-08-28T09:04:28.238Z] === RUN   TestStopContainerWithTimeout/0
09:04:28 [2019-08-28T09:04:28.238Z] === PAUSE TestStopContainerWithTimeout/0
09:04:28 [2019-08-28T09:04:28.238Z] === RUN   TestStopContainerWithTimeout/1
09:04:28 [2019-08-28T09:04:28.238Z] === PAUSE TestStopContainerWithTimeout/1
09:04:28 [2019-08-28T09:04:28.238Z] === RUN   TestStopContainerWithTimeout/3
09:04:28 [2019-08-28T09:04:28.238Z] === PAUSE TestStopContainerWithTimeout/3
09:04:28 [2019-08-28T09:04:28.238Z] === RUN   TestStopContainerWithTimeout/-1
09:04:28 [2019-08-28T09:04:28.238Z] === PAUSE TestStopContainerWithTimeout/-1
09:04:28 [2019-08-28T09:04:28.238Z] === CONT  TestStopContainerWithTimeout/0
09:04:28 [2019-08-28T09:04:28.238Z] === CONT  TestStopContainerWithTimeout/-1
09:04:28 [2019-08-28T09:04:28.258Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	1.332s	coverage: 57.8% of statements
09:04:29 [2019-08-28T09:04:29.110Z] === CONT  TestStopContainerWithTimeout/3
09:04:29 [2019-08-28T09:04:29.809Z] PASS: docker_cli_build_test.go:1808: DockerSuite.TestBuildAddMultipleLocalFileWithAndWithoutCache	3.684s
09:04:29 [2019-08-28T09:04:29.809Z] --- PASS: TestConfigCreateResolve (3.16s)
09:04:29 [2019-08-28T09:04:29.809Z]     config_test.go:377: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestConfigCreateResolve
09:04:29 [2019-08-28T09:04:29.809Z]     daemon.go:336: [dce9f396a7177] waiting for daemon to start
09:04:29 [2019-08-28T09:04:29.809Z]     daemon.go:336: [dce9f396a7177] waiting for daemon to start
09:04:29 [2019-08-28T09:04:29.809Z]     daemon.go:364: [dce9f396a7177] daemon started
09:04:29 [2019-08-28T09:04:29.809Z]     daemon.go:472: [dce9f396a7177] Stopping daemon
09:04:29 [2019-08-28T09:04:29.809Z]     daemon.go:307: [dce9f396a7177] exiting daemon
09:04:29 [2019-08-28T09:04:29.809Z]     daemon.go:459: [dce9f396a7177] Daemon stopped
09:04:29 [2019-08-28T09:04:29.809Z] === RUN   TestConfigDaemonLibtrustID
09:04:30 [2019-08-28T09:04:30.066Z] --- PASS: TestConfigDaemonLibtrustID (0.53s)
09:04:30 [2019-08-28T09:04:30.067Z]     config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestConfigDaemonLibtrustID
09:04:30 [2019-08-28T09:04:30.067Z]     daemon.go:336: [da2da7b1606bd] waiting for daemon to start
09:04:30 [2019-08-28T09:04:30.067Z]     daemon.go:336: [da2da7b1606bd] waiting for daemon to start
09:04:30 [2019-08-28T09:04:30.067Z]     daemon.go:364: [da2da7b1606bd] daemon started
09:04:30 [2019-08-28T09:04:30.067Z]     daemon.go:472: [da2da7b1606bd] Stopping daemon
09:04:30 [2019-08-28T09:04:30.067Z]     daemon.go:307: [da2da7b1606bd] exiting daemon
09:04:30 [2019-08-28T09:04:30.067Z]     daemon.go:459: [da2da7b1606bd] Daemon stopped
09:04:30 [2019-08-28T09:04:30.067Z] PASS
09:04:30 [2019-08-28T09:04:30.067Z] Running /go/src/github.com/docker/docker/integration/container flags=-test.v -test.timeout=120m  
09:04:30 [2019-08-28T09:04:30.323Z] INFO: Testing against a local daemon
09:04:30 [2019-08-28T09:04:30.323Z] === RUN   TestCheckpoint
09:04:30 [2019-08-28T09:04:30.323Z] --- SKIP: TestCheckpoint (0.00s)
09:04:30 [2019-08-28T09:04:30.323Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
09:04:30 [2019-08-28T09:04:30.323Z] === RUN   TestContainerInvalidJSON
09:04:30 [2019-08-28T09:04:30.323Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
09:04:30 [2019-08-28T09:04:30.323Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
09:04:30 [2019-08-28T09:04:30.323Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
09:04:30 [2019-08-28T09:04:30.323Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
09:04:30 [2019-08-28T09:04:30.323Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
09:04:30 [2019-08-28T09:04:30.323Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
09:04:30 [2019-08-28T09:04:30.323Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
09:04:30 [2019-08-28T09:04:30.323Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
09:04:30 [2019-08-28T09:04:30.323Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
09:04:30 [2019-08-28T09:04:30.323Z] --- PASS: TestContainerInvalidJSON (0.02s)
09:04:30 [2019-08-28T09:04:30.323Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
09:04:30 [2019-08-28T09:04:30.323Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
09:04:30 [2019-08-28T09:04:30.323Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
09:04:30 [2019-08-28T09:04:30.323Z] === RUN   TestCopyFromContainerPathDoesNotExist
09:04:30 [2019-08-28T09:04:30.323Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.10s)
09:04:30 [2019-08-28T09:04:30.323Z] === RUN   TestCopyFromContainerPathIsNotDir
09:04:30 [2019-08-28T09:04:30.323Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.09s)
09:04:30 [2019-08-28T09:04:30.323Z] === RUN   TestCopyToContainerPathDoesNotExist
09:04:30 [2019-08-28T09:04:30.580Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.11s)
09:04:30 [2019-08-28T09:04:30.580Z] === RUN   TestCopyToContainerPathIsNotDir
09:04:30 [2019-08-28T09:04:30.580Z] --- PASS: TestCopyToContainerPathIsNotDir (0.09s)
09:04:30 [2019-08-28T09:04:30.580Z] === RUN   TestCopyFromContainer
09:04:30 [2019-08-28T09:04:30.838Z] PASS: docker_cli_build_test.go:2937: DockerSuite.TestBuildAddNonTar	1.373s
09:04:30 [2019-08-28T09:04:30.934Z] === CONT  TestStopContainerWithTimeout/1
09:04:31 [2019-08-28T09:04:31.403Z] PASS: docker_cli_build_test.go:786: DockerSuite.TestBuildAddOrCopyEtcToRootShouldNotConflict	0.655s
09:04:32 [2019-08-28T09:04:32.335Z] === RUN   TestCopyFromContainer//
09:04:32 [2019-08-28T09:04:32.592Z] === RUN   TestCopyFromContainer//bar/root
09:04:32 [2019-08-28T09:04:32.592Z] === RUN   TestCopyFromContainer//bar/root/
09:04:32 [2019-08-28T09:04:32.592Z] === RUN   TestCopyFromContainer/bar/quux
09:04:32 [2019-08-28T09:04:32.679Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	10.720s	coverage: 68.6% of statements
09:04:32 [2019-08-28T09:04:32.850Z] === RUN   TestCopyFromContainer/bar/quux/
09:04:32 [2019-08-28T09:04:32.850Z] === RUN   TestCopyFromContainer/bar/quux/baz
09:04:32 [2019-08-28T09:04:32.850Z] === RUN   TestCopyFromContainer/bar/filesymlink
09:04:32 [2019-08-28T09:04:32.902Z] tests/integration/models_nodes_test.py .                                 [ 91%]
09:04:33 [2019-08-28T09:04:33.108Z] === RUN   TestCopyFromContainer/bar/dirsymlink
09:04:33 [2019-08-28T09:04:33.108Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
09:04:33 [2019-08-28T09:04:33.108Z] === RUN   TestCopyFromContainer/bar/notarget
09:04:33 [2019-08-28T09:04:33.156Z] tests/integration/models_resources_test.py .                             [ 91%]
09:04:33 [2019-08-28T09:04:33.312Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	1.941s	coverage: 50.8% of statements
09:04:33 [2019-08-28T09:04:33.360Z] --- PASS: TestStopContainerWithTimeout (0.01s)
09:04:33 [2019-08-28T09:04:33.360Z]     --- PASS: TestStopContainerWithTimeout/0 (1.26s)
09:04:33 [2019-08-28T09:04:33.360Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.05s)
09:04:33 [2019-08-28T09:04:33.360Z]     --- PASS: TestStopContainerWithTimeout/3 (2.92s)
09:04:33 [2019-08-28T09:04:33.360Z]     --- PASS: TestStopContainerWithTimeout/1 (1.97s)
09:04:33 [2019-08-28T09:04:33.360Z] === RUN   TestDeleteDevicemapper
09:04:33 [2019-08-28T09:04:33.360Z] --- SKIP: TestDeleteDevicemapper (0.00s)
09:04:33 [2019-08-28T09:04:33.360Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
09:04:33 [2019-08-28T09:04:33.360Z] === RUN   TestStopContainerWithRestartPolicyAlways
09:04:33 [2019-08-28T09:04:33.365Z] --- PASS: TestCopyFromContainer (2.75s)
09:04:33 [2019-08-28T09:04:33.365Z]     --- PASS: TestCopyFromContainer// (0.09s)
09:04:33 [2019-08-28T09:04:33.365Z]     --- PASS: TestCopyFromContainer//bar/root (0.09s)
09:04:33 [2019-08-28T09:04:33.365Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
09:04:33 [2019-08-28T09:04:33.365Z]     --- PASS: TestCopyFromContainer/bar/quux (0.12s)
09:04:33 [2019-08-28T09:04:33.365Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.07s)
09:04:33 [2019-08-28T09:04:33.365Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s)
09:04:33 [2019-08-28T09:04:33.365Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s)
09:04:33 [2019-08-28T09:04:33.365Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s)
09:04:33 [2019-08-28T09:04:33.365Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s)
09:04:33 [2019-08-28T09:04:33.365Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.08s)
09:04:33 [2019-08-28T09:04:33.365Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
09:04:33 [2019-08-28T09:04:33.365Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
09:04:33 [2019-08-28T09:04:33.365Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
09:04:33 [2019-08-28T09:04:33.365Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
09:04:33 [2019-08-28T09:04:33.365Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
09:04:33 [2019-08-28T09:04:33.365Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
09:04:33 [2019-08-28T09:04:33.365Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
09:04:33 [2019-08-28T09:04:33.365Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
09:04:33 [2019-08-28T09:04:33.365Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
09:04:33 [2019-08-28T09:04:33.365Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
09:04:33 [2019-08-28T09:04:33.365Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
09:04:33 [2019-08-28T09:04:33.365Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
09:04:33 [2019-08-28T09:04:33.365Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
09:04:33 [2019-08-28T09:04:33.365Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
09:04:33 [2019-08-28T09:04:33.365Z] === RUN   TestCreateWithInvalidEnv
09:04:33 [2019-08-28T09:04:33.365Z] === RUN   TestCreateWithInvalidEnv/0
09:04:33 [2019-08-28T09:04:33.365Z] === PAUSE TestCreateWithInvalidEnv/0
09:04:33 [2019-08-28T09:04:33.365Z] === RUN   TestCreateWithInvalidEnv/1
09:04:33 [2019-08-28T09:04:33.365Z] === PAUSE TestCreateWithInvalidEnv/1
09:04:33 [2019-08-28T09:04:33.365Z] === RUN   TestCreateWithInvalidEnv/2
09:04:33 [2019-08-28T09:04:33.365Z] === PAUSE TestCreateWithInvalidEnv/2
09:04:33 [2019-08-28T09:04:33.365Z] === CONT  TestCreateWithInvalidEnv/0
09:04:33 [2019-08-28T09:04:33.365Z] === CONT  TestCreateWithInvalidEnv/2
09:04:33 [2019-08-28T09:04:33.365Z] === CONT  TestCreateWithInvalidEnv/1
09:04:33 [2019-08-28T09:04:33.365Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
09:04:33 [2019-08-28T09:04:33.365Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
09:04:33 [2019-08-28T09:04:33.365Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
09:04:33 [2019-08-28T09:04:33.365Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
09:04:33 [2019-08-28T09:04:33.365Z] === RUN   TestCreateTmpfsMountsTarget
09:04:33 [2019-08-28T09:04:33.365Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s)
09:04:33 [2019-08-28T09:04:33.365Z] === RUN   TestCreateWithCustomMaskedPaths
09:04:34 [2019-08-28T09:04:34.737Z] PASS: docker_cli_build_test.go:798: DockerSuite.TestBuildAddPreservesFilesSpecialBits	3.360s
09:04:34 [2019-08-28T09:04:34.795Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	4.166s	coverage: 46.1% of statements
09:04:34 [2019-08-28T09:04:34.795Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
09:04:36 [2019-08-28T09:04:36.107Z] --- PASS: TestCreateWithCustomMaskedPaths (2.44s)
09:04:36 [2019-08-28T09:04:36.107Z] === RUN   TestCreateWithCapabilities
09:04:36 [2019-08-28T09:04:36.107Z] === RUN   TestCreateWithCapabilities/no_capabilities
09:04:36 [2019-08-28T09:04:36.107Z] === PAUSE TestCreateWithCapabilities/no_capabilities
09:04:36 [2019-08-28T09:04:36.107Z] === RUN   TestCreateWithCapabilities/empty_capabilities
09:04:36 [2019-08-28T09:04:36.107Z] === PAUSE TestCreateWithCapabilities/empty_capabilities
09:04:36 [2019-08-28T09:04:36.107Z] === RUN   TestCreateWithCapabilities/valid_capabilities
09:04:36 [2019-08-28T09:04:36.107Z] === PAUSE TestCreateWithCapabilities/valid_capabilities
09:04:36 [2019-08-28T09:04:36.107Z] === RUN   TestCreateWithCapabilities/invalid_capabilities
09:04:36 [2019-08-28T09:04:36.107Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities
09:04:36 [2019-08-28T09:04:36.107Z] === RUN   TestCreateWithCapabilities/duplicate_capabilities
09:04:36 [2019-08-28T09:04:36.107Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities
09:04:36 [2019-08-28T09:04:36.107Z] === RUN   TestCreateWithCapabilities/capabilities_API_v1.39
09:04:36 [2019-08-28T09:04:36.107Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39
09:04:36 [2019-08-28T09:04:36.107Z] === RUN   TestCreateWithCapabilities/empty_capadd
09:04:36 [2019-08-28T09:04:36.107Z] === PAUSE TestCreateWithCapabilities/empty_capadd
09:04:36 [2019-08-28T09:04:36.107Z] === RUN   TestCreateWithCapabilities/empty_capdrop
09:04:36 [2019-08-28T09:04:36.107Z] === PAUSE TestCreateWithCapabilities/empty_capdrop
09:04:36 [2019-08-28T09:04:36.107Z] === RUN   TestCreateWithCapabilities/capadd_capdrop
09:04:36 [2019-08-28T09:04:36.107Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop
09:04:36 [2019-08-28T09:04:36.107Z] === RUN   TestCreateWithCapabilities/conflict_with_capadd
09:04:36 [2019-08-28T09:04:36.107Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd
09:04:36 [2019-08-28T09:04:36.107Z] === RUN   TestCreateWithCapabilities/conflict_with_capdrop
09:04:36 [2019-08-28T09:04:36.107Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop
09:04:36 [2019-08-28T09:04:36.107Z] === CONT  TestCreateWithCapabilities/no_capabilities
09:04:36 [2019-08-28T09:04:36.107Z] === CONT  TestCreateWithCapabilities/empty_capadd
09:04:36 [2019-08-28T09:04:36.107Z] === CONT  TestCreateWithCapabilities/conflict_with_capadd
09:04:36 [2019-08-28T09:04:36.107Z] === CONT  TestCreateWithCapabilities/conflict_with_capdrop
09:04:36 [2019-08-28T09:04:36.107Z] === CONT  TestCreateWithCapabilities/capadd_capdrop
09:04:36 [2019-08-28T09:04:36.107Z] === CONT  TestCreateWithCapabilities/empty_capdrop
09:04:36 [2019-08-28T09:04:36.107Z] === CONT  TestCreateWithCapabilities/invalid_capabilities
09:04:36 [2019-08-28T09:04:36.107Z] === CONT  TestCreateWithCapabilities/capabilities_API_v1.39
09:04:36 [2019-08-28T09:04:36.107Z] === CONT  TestCreateWithCapabilities/duplicate_capabilities
09:04:36 [2019-08-28T09:04:36.107Z] === CONT  TestCreateWithCapabilities/valid_capabilities
09:04:36 [2019-08-28T09:04:36.107Z] === CONT  TestCreateWithCapabilities/empty_capabilities
09:04:36 [2019-08-28T09:04:36.107Z] --- PASS: TestCreateWithCapabilities (0.02s)
09:04:36 [2019-08-28T09:04:36.107Z]     --- PASS: TestCreateWithCapabilities/no_capabilities (0.06s)
09:04:36 [2019-08-28T09:04:36.107Z]     --- PASS: TestCreateWithCapabilities/empty_capadd (0.06s)
09:04:36 [2019-08-28T09:04:36.107Z]     --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s)
09:04:36 [2019-08-28T09:04:36.107Z]     --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s)
09:04:36 [2019-08-28T09:04:36.107Z]     --- PASS: TestCreateWithCapabilities/empty_capdrop (0.05s)
09:04:36 [2019-08-28T09:04:36.107Z]     --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s)
09:04:36 [2019-08-28T09:04:36.107Z]     --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.06s)
09:04:36 [2019-08-28T09:04:36.107Z]     --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.06s)
09:04:36 [2019-08-28T09:04:36.107Z]     --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.06s)
09:04:36 [2019-08-28T09:04:36.107Z]     --- PASS: TestCreateWithCapabilities/valid_capabilities (0.06s)
09:04:36 [2019-08-28T09:04:36.107Z]     --- PASS: TestCreateWithCapabilities/empty_capabilities (0.05s)
09:04:36 [2019-08-28T09:04:36.107Z] === RUN   TestCreateWithCustomReadonlyPaths
09:04:36 [2019-08-28T09:04:36.689Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.79s)
09:04:36 [2019-08-28T09:04:36.689Z] === RUN   TestUpdateMemory
09:04:36 [2019-08-28T09:04:36.689Z] --- SKIP: TestUpdateMemory (0.00s)
09:04:36 [2019-08-28T09:04:36.689Z]     update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit
09:04:36 [2019-08-28T09:04:36.689Z] === RUN   TestUpdateCPUQuota
09:04:37 [2019-08-28T09:04:37.477Z] PASS: docker_cli_build_test.go:1955: DockerSuite.TestBuildAddRemoteFileMTime	2.772s
09:04:37 [2019-08-28T09:04:37.495Z] ok  	github.com/docker/docker/daemon/graphdriver/quota	0.589s	coverage: 76.1% of statements
09:04:37 [2019-08-28T09:04:37.495Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	4.471s	coverage: 52.5% of statements
09:04:37 [2019-08-28T09:04:37.495Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
09:04:37 [2019-08-28T09:04:37.495Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
09:04:37 [2019-08-28T09:04:37.780Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.026s	coverage: 58.0% of statements
09:04:38 [2019-08-28T09:04:38.408Z] PASS: docker_cli_daemon_test.go:466: DockerDaemonSuite.TestDaemonIPv6HostMode	1.413s
09:04:38 [2019-08-28T09:04:38.476Z] --- PASS: TestUpdateCPUQuota (1.76s)
09:04:38 [2019-08-28T09:04:38.476Z] === RUN   TestUpdatePidsLimit
09:04:38 [2019-08-28T09:04:38.476Z] === RUN   TestUpdatePidsLimit/update_from_none
09:04:38 [2019-08-28T09:04:38.665Z] PASS: docker_cli_build_test.go:1930: DockerSuite.TestBuildAddRemoteFileWithAndWithoutCache	1.007s
09:04:38 [2019-08-28T09:04:38.665Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.55s)
09:04:38 [2019-08-28T09:04:38.665Z] === RUN   TestCreateWithInvalidHealthcheckParams
09:04:38 [2019-08-28T09:04:38.665Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
09:04:38 [2019-08-28T09:04:38.665Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
09:04:38 [2019-08-28T09:04:38.665Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
09:04:38 [2019-08-28T09:04:38.665Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
09:04:38 [2019-08-28T09:04:38.665Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
09:04:38 [2019-08-28T09:04:38.665Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
09:04:38 [2019-08-28T09:04:38.665Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
09:04:38 [2019-08-28T09:04:38.665Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
09:04:38 [2019-08-28T09:04:38.665Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
09:04:38 [2019-08-28T09:04:38.665Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
09:04:38 [2019-08-28T09:04:38.665Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
09:04:38 [2019-08-28T09:04:38.666Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
09:04:38 [2019-08-28T09:04:38.666Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
09:04:38 [2019-08-28T09:04:38.666Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
09:04:38 [2019-08-28T09:04:38.666Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
09:04:38 [2019-08-28T09:04:38.666Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
09:04:38 [2019-08-28T09:04:38.666Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
09:04:38 [2019-08-28T09:04:38.666Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s)
09:04:38 [2019-08-28T09:04:38.666Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
09:04:38 [2019-08-28T09:04:38.666Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
09:04:38 [2019-08-28T09:04:38.666Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
09:04:38 [2019-08-28T09:04:38.666Z] === RUN   TestContainerStartOnDaemonRestart
09:04:38 [2019-08-28T09:04:38.666Z] === PAUSE TestContainerStartOnDaemonRestart
09:04:38 [2019-08-28T09:04:38.666Z] === RUN   TestDaemonRestartIpcMode
09:04:38 [2019-08-28T09:04:38.666Z] === PAUSE TestDaemonRestartIpcMode
09:04:38 [2019-08-28T09:04:38.666Z] === RUN   TestDiff
09:04:38 [2019-08-28T09:04:38.841Z] === RUN   TestUpdatePidsLimit/no_change
09:04:39 [2019-08-28T09:04:39.199Z] tests/integration/models_services_test.py ..............X.               [ 95%]
09:04:39 [2019-08-28T09:04:39.596Z] --- PASS: TestDiff (0.99s)
09:04:39 [2019-08-28T09:04:39.596Z] === RUN   TestExecWithCloseStdin
09:04:39 [2019-08-28T09:04:39.627Z] === RUN   TestUpdatePidsLimit/update_lower
09:04:39 [2019-08-28T09:04:39.819Z] ok  	github.com/docker/docker/daemon/links	0.017s	coverage: 93.0% of statements
09:04:40 [2019-08-28T09:04:40.041Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
09:04:40 [2019-08-28T09:04:40.106Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.016s	coverage: 3.0% of statements
09:04:40 [2019-08-28T09:04:40.162Z] PASS: docker_api_build_test.go:361: DockerSuite.TestBuildAddRemoteNoDecompress	1.451s
09:04:40 [2019-08-28T09:04:40.419Z] PASS: docker_cli_daemon_test.go:299: DockerDaemonSuite.TestDaemonIptablesClean	1.975s
09:04:40 [2019-08-28T09:04:40.500Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
09:04:40 [2019-08-28T09:04:40.676Z] --- PASS: TestExecWithCloseStdin (1.02s)
09:04:40 [2019-08-28T09:04:40.676Z] === RUN   TestExec
09:04:40 [2019-08-28T09:04:40.895Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
09:04:41 [2019-08-28T09:04:41.254Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
09:04:42 [2019-08-28T09:04:42.053Z] --- PASS: TestExec (1.15s)
09:04:42 [2019-08-28T09:04:42.053Z] === RUN   TestExecUser
09:04:42 [2019-08-28T09:04:42.986Z] tests/integration/models_swarm_test.py ..                                [ 96%]
09:04:42 [2019-08-28T09:04:42.986Z] tests/integration/models_volumes_test.py ..                              [ 96%]
09:04:42 [2019-08-28T09:04:42.991Z] --- PASS: TestExecUser (1.06s)
09:04:42 [2019-08-28T09:04:42.991Z] === RUN   TestExportContainerAndImportImage
09:04:43 [2019-08-28T09:04:43.085Z] --- PASS: TestUpdatePidsLimit (4.52s)
09:04:43 [2019-08-28T09:04:43.085Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.41s)
09:04:43 [2019-08-28T09:04:43.085Z]     --- PASS: TestUpdatePidsLimit/no_change (0.47s)
09:04:43 [2019-08-28T09:04:43.085Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.45s)
09:04:43 [2019-08-28T09:04:43.085Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.48s)
09:04:43 [2019-08-28T09:04:43.085Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.55s)
09:04:43 [2019-08-28T09:04:43.085Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.43s)
09:04:43 [2019-08-28T09:04:43.085Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.47s)
09:04:43 [2019-08-28T09:04:43.085Z] === RUN   TestUpdateRestartPolicy
09:04:43 [2019-08-28T09:04:43.556Z] PASS: docker_cli_build_test.go:2816: DockerSuite.TestBuildAddScript	3.332s
09:04:43 [2019-08-28T09:04:43.584Z] ok  	github.com/docker/docker/daemon/logger	0.288s	coverage: 42.7% of statements
09:04:43 [2019-08-28T09:04:43.814Z] PASS: docker_cli_daemon_test.go:317: DockerDaemonSuite.TestDaemonIptablesCreate	3.086s
09:04:44 [2019-08-28T09:04:44.081Z] --- PASS: TestExportContainerAndImportImage (1.10s)
09:04:44 [2019-08-28T09:04:44.081Z] === RUN   TestExportContainerAfterDaemonRestart
09:04:44 [2019-08-28T09:04:44.351Z] PASS: docker_cli_daemon_test.go:553: DockerDaemonSuite.TestDaemonKeyGeneration	0.517s
09:04:45 [2019-08-28T09:04:45.623Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.046s	coverage: 68.2% of statements
09:04:45 [2019-08-28T09:04:45.733Z] --- PASS: TestExportContainerAfterDaemonRestart (1.55s)
09:04:45 [2019-08-28T09:04:45.733Z]     export_test.go:63: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestExportContainerAfterDaemonRestart
09:04:45 [2019-08-28T09:04:45.733Z]     daemon.go:336: [db908fdf3d13f] waiting for daemon to start
09:04:45 [2019-08-28T09:04:45.733Z]     daemon.go:336: [db908fdf3d13f] waiting for daemon to start
09:04:45 [2019-08-28T09:04:45.733Z]     daemon.go:364: [db908fdf3d13f] daemon started
09:04:45 [2019-08-28T09:04:45.733Z]     daemon.go:472: [db908fdf3d13f] Stopping daemon
09:04:45 [2019-08-28T09:04:45.733Z]     daemon.go:307: [db908fdf3d13f] exiting daemon
09:04:45 [2019-08-28T09:04:45.733Z]     daemon.go:459: [db908fdf3d13f] Daemon stopped
09:04:45 [2019-08-28T09:04:45.733Z]     daemon.go:336: [db908fdf3d13f] waiting for daemon to start
09:04:45 [2019-08-28T09:04:45.733Z]     daemon.go:336: [db908fdf3d13f] waiting for daemon to start
09:04:45 [2019-08-28T09:04:45.733Z]     daemon.go:364: [db908fdf3d13f] daemon started
09:04:45 [2019-08-28T09:04:45.733Z]     daemon.go:472: [db908fdf3d13f] Stopping daemon
09:04:45 [2019-08-28T09:04:45.733Z]     daemon.go:307: [db908fdf3d13f] exiting daemon
09:04:45 [2019-08-28T09:04:45.733Z]     daemon.go:459: [db908fdf3d13f] Daemon stopped
09:04:45 [2019-08-28T09:04:45.733Z] === RUN   TestHealthCheckWorkdir
09:04:46 [2019-08-28T09:04:46.638Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.675s	coverage: 78.6% of statements
09:04:47 [2019-08-28T09:04:47.104Z] --- PASS: TestHealthCheckWorkdir (1.32s)
09:04:47 [2019-08-28T09:04:47.104Z] === RUN   TestHealthKillContainer
09:04:47 [2019-08-28T09:04:47.267Z] tests/integration/regression_test.py ......                              [ 98%]
09:04:47 [2019-08-28T09:04:47.777Z] tests/integration/credentials/store_test.py ......                       [ 99%]
09:04:47 [2019-08-28T09:04:47.777Z] tests/integration/credentials/utils_test.py .                            [100%]
09:04:47 [2019-08-28T09:04:47.777Z] 
09:04:47 [2019-08-28T09:04:47.777Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
09:04:47 [2019-08-28T09:04:47.777Z] =========================== short test summary info ============================
09:04:47 [2019-08-28T09:04:47.777Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
09:04:47 [2019-08-28T09:04:47.777Z]   CONFIG_RT_GROUP_SCHED isn't enabled
09:04:47 [2019-08-28T09:04:47.777Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
09:04:47 [2019-08-28T09:04:47.777Z]   Not supported on most drivers
09:04:47 [2019-08-28T09:04:47.777Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
09:04:47 [2019-08-28T09:04:47.777Z]   This doesn't seem to be taken into account by the engine
09:04:47 [2019-08-28T09:04:47.777Z] SKIP [1] tests/integration/api_image_test.py:290: Doesn't work inside a container - FIXME
09:04:47 [2019-08-28T09:04:47.777Z] SKIP [1] tests/integration/api_service_test.py:853: API version is too low (< 1.38)
09:04:47 [2019-08-28T09:04:47.777Z] SKIP [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39)
09:04:47 [2019-08-28T09:04:47.777Z] SKIP [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39)
09:04:47 [2019-08-28T09:04:47.777Z] SKIP [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39)
09:04:47 [2019-08-28T09:04:47.777Z] SKIP [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39)
09:04:47 [2019-08-28T09:04:47.777Z] SKIP [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
09:04:47 [2019-08-28T09:04:47.777Z] = 368 passed, 7 skipped, 5 deselected, 3 xfailed, 2 xpassed in 341.69 seconds ==
09:04:48 [2019-08-28T09:04:48.336Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
09:04:48 [2019-08-28T09:04:48.473Z] PASS: docker_cli_daemon_plugins_test.go:72: DockerDaemonSuite.TestDaemonKillLiveRestoreWithPlugins	3.946s
09:04:48 [2019-08-28T09:04:48.679Z] ok  	github.com/docker/docker/daemon/logger/journald	0.012s	coverage: 26.2% of statements
09:04:49 [2019-08-28T09:04:49.297Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.045s	coverage: 88.3% of statements
09:04:49 [2019-08-28T09:04:49.297Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.047s	coverage: 62.1% of statements
09:04:49 [2019-08-28T09:04:49.297Z] ok  	github.com/docker/docker/daemon/images	0.036s	coverage: 4.9% of statements
09:04:49 [2019-08-28T09:04:49.297Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
09:04:49 [2019-08-28T09:04:49.297Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
09:04:49 [2019-08-28T09:04:49.297Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
09:04:49 [2019-08-28T09:04:49.297Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
09:04:50 [2019-08-28T09:04:50.367Z] --- PASS: TestHealthKillContainer (3.11s)
09:04:50 [2019-08-28T09:04:50.367Z] === RUN   TestInspectCpusetInConfigPre120
09:04:50 [2019-08-28T09:04:50.931Z] --- PASS: TestInspectCpusetInConfigPre120 (1.02s)
09:04:50 [2019-08-28T09:04:50.931Z] === RUN   TestIpcModeNone
09:04:52 [2019-08-28T09:04:52.302Z] --- PASS: TestIpcModeNone (1.32s)
09:04:52 [2019-08-28T09:04:52.302Z] === RUN   TestIpcModePrivate
09:04:52 [2019-08-28T09:04:52.559Z] PASS: docker_cli_build_test.go:506: DockerSuite.TestBuildAddSingleFileToExistDir	9.022s
09:04:52 [2019-08-28T09:04:52.559Z] PASS: docker_cli_daemon_plugins_test.go:161: DockerDaemonSuite.TestDaemonKillWithPlugins	4.190s
09:04:53 [2019-08-28T09:04:53.496Z] --- PASS: TestIpcModePrivate (1.14s)
09:04:53 [2019-08-28T09:04:53.496Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:189, shared: false, mustBeShared: false
09:04:53 [2019-08-28T09:04:53.496Z] === RUN   TestIpcModeShareable
09:04:53 [2019-08-28T09:04:53.720Z] ok  	github.com/docker/docker/daemon/logger/local	0.089s	coverage: 74.7% of statements
09:04:53 [2019-08-28T09:04:53.720Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
09:04:54 [2019-08-28T09:04:54.007Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.042s	coverage: 18.6% of statements
09:04:54 [2019-08-28T09:04:54.626Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.016s	coverage: 47.8% of statements
09:04:54 [2019-08-28T09:04:54.867Z] --- PASS: TestIpcModeShareable (1.11s)
09:04:54 [2019-08-28T09:04:54.867Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:193, shared: true, mustBeShared: true
09:04:54 [2019-08-28T09:04:54.867Z] === RUN   TestAPIIpcModeShareableAndContainer
09:04:55 [2019-08-28T09:04:55.644Z] ok  	github.com/docker/docker/daemon/logger/templates	0.018s	coverage: 8.3% of statements
09:04:56 [2019-08-28T09:04:56.664Z] --- PASS: TestUpdateRestartPolicy (12.92s)
09:04:56 [2019-08-28T09:04:56.664Z] === RUN   TestUpdateRestartWithAutoRemove
09:04:56 [2019-08-28T09:04:56.763Z] PASS: docker_cli_daemon_test.go:924: DockerDaemonSuite.TestDaemonLinksIpTablesRulesWhenLinkAndUnlink	3.833s
09:04:57 [2019-08-28T09:04:57.020Z] PASS: docker_cli_daemon_test.go:483: DockerDaemonSuite.TestDaemonLogLevelDebug	0.515s
09:04:57 [2019-08-28T09:04:57.053Z] --- PASS: TestUpdateRestartWithAutoRemove (0.92s)
09:04:57 [2019-08-28T09:04:57.053Z] === RUN   TestWaitNonBlocked
09:04:57 [2019-08-28T09:04:57.053Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
09:04:57 [2019-08-28T09:04:57.053Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
09:04:57 [2019-08-28T09:04:57.053Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
09:04:57 [2019-08-28T09:04:57.053Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
09:04:57 [2019-08-28T09:04:57.053Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
09:04:57 [2019-08-28T09:04:57.053Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
09:04:57 [2019-08-28T09:04:57.586Z] PASS: docker_cli_daemon_test.go:492: DockerDaemonSuite.TestDaemonLogLevelFatal	0.521s
09:04:57 [2019-08-28T09:04:57.682Z] ok  	github.com/docker/docker/daemon/logger/splunk	3.225s	coverage: 84.5% of statements
09:04:57 [2019-08-28T09:04:57.682Z] ?   	github.com/docker/docker/daemon/names	[no test files]
09:04:57 [2019-08-28T09:04:57.682Z] ok  	github.com/docker/docker/daemon/network	0.035s	coverage: 63.8% of statements
09:04:57 [2019-08-28T09:04:57.682Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
09:04:57 [2019-08-28T09:04:57.843Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.31s)
09:04:57 [2019-08-28T09:04:57.843Z] === RUN   TestAPIIpcModeHost
09:04:57 [2019-08-28T09:04:57.884Z] --- PASS: TestWaitNonBlocked (0.02s)
09:04:57 [2019-08-28T09:04:57.884Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.06s)
09:04:57 [2019-08-28T09:04:57.884Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.15s)
09:04:57 [2019-08-28T09:04:57.884Z] === RUN   TestWaitBlocked
09:04:57 [2019-08-28T09:04:57.884Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
09:04:57 [2019-08-28T09:04:57.884Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
09:04:57 [2019-08-28T09:04:57.884Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
09:04:57 [2019-08-28T09:04:57.884Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
09:04:58 [2019-08-28T09:04:58.100Z] PASS: docker_cli_build_test.go:723: DockerSuite.TestBuildAddSingleFileToNonExistingDir	5.505s
09:04:58 [2019-08-28T09:04:58.100Z] PASS: docker_cli_daemon_test.go:479: DockerDaemonSuite.TestDaemonLogLevelWrong	0.501s
09:04:58 [2019-08-28T09:04:58.298Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
09:04:58 [2019-08-28T09:04:58.298Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
09:04:59 [2019-08-28T09:04:59.032Z] --- PASS: TestAPIIpcModeHost (0.96s)
09:04:59 [2019-08-28T09:04:59.032Z] === RUN   TestDaemonIpcModeShareable
09:04:59 [2019-08-28T09:04:59.650Z] --- PASS: TestWaitBlocked (0.02s)
09:04:59 [2019-08-28T09:04:59.650Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.31s)
09:04:59 [2019-08-28T09:04:59.650Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.38s)
09:04:59 [2019-08-28T09:04:59.650Z] === CONT  TestContainerStartOnDaemonRestart
09:04:59 [2019-08-28T09:04:59.650Z] === CONT  TestIpcModeOlderClient
09:04:59 [2019-08-28T09:04:59.650Z] --- PASS: TestIpcModeOlderClient (0.16s)
09:04:59 [2019-08-28T09:04:59.650Z] === CONT  TestDaemonRestartIpcMode
09:05:00 [2019-08-28T09:05:00.404Z] PASS: docker_cli_daemon_test.go:2246: DockerDaemonSuite.TestDaemonLogOptions	1.729s
09:05:00 [2019-08-28T09:05:00.489Z] umount: bundles/test-docker-py/root: mountpoint not found
09:05:00 [2019-08-28T09:05:00.489Z] Clearing AppArmor profiles cache:.
09:05:00 [2019-08-28T09:05:00.489Z] All profile caches have been cleared, but no profiles have been unloaded.
09:05:00 [2019-08-28T09:05:00.489Z] Unloading profiles will leave already running processes permanently
09:05:00 [2019-08-28T09:05:00.489Z] unconfined, which can lead to unexpected situations.
09:05:00 [2019-08-28T09:05:00.489Z] 
09:05:00 [2019-08-28T09:05:00.489Z] To set a process to complain mode, use the command line tool
09:05:00 [2019-08-28T09:05:00.489Z] 'aa-complain'. To really tear down all profiles, run the init script
09:05:00 [2019-08-28T09:05:00.489Z] with the 'teardown' option."
09:05:00 [2019-08-28T09:05:00.489Z] 
09:05:00 [2019-08-28T09:05:00.662Z] --- PASS: TestDaemonIpcModeShareable (1.86s)
09:05:00 [2019-08-28T09:05:00.662Z]     ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonIpcModeShareable
09:05:00 [2019-08-28T09:05:00.662Z]     daemon.go:336: [d1f41f1241db4] waiting for daemon to start
09:05:00 [2019-08-28T09:05:00.662Z]     daemon.go:336: [d1f41f1241db4] waiting for daemon to start
09:05:00 [2019-08-28T09:05:00.662Z]     daemon.go:364: [d1f41f1241db4] daemon started
09:05:00 [2019-08-28T09:05:00.662Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:223, shared: true, mustBeShared: true
09:05:00 [2019-08-28T09:05:00.662Z]     daemon.go:472: [d1f41f1241db4] Stopping daemon
09:05:00 [2019-08-28T09:05:00.662Z]     daemon.go:307: [d1f41f1241db4] exiting daemon
09:05:00 [2019-08-28T09:05:00.662Z]     daemon.go:459: [d1f41f1241db4] Daemon stopped
09:05:00 [2019-08-28T09:05:00.662Z] === RUN   TestDaemonIpcModePrivate
Post stage
[Pipeline] junit
09:05:00 [2019-08-28T09:05:00.757Z] Recording test results
09:05:01 [2019-08-28T09:05:01.226Z] PASS: docker_cli_build_test.go:467: DockerSuite.TestBuildAddSingleFileToRoot	3.292s
09:05:01 [2019-08-28T09:05:01.791Z] PASS: docker_cli_build_test.go:483: DockerSuite.TestBuildAddSingleFileToWorkdir	0.397s
09:05:02 [2019-08-28T09:05:02.097Z] ok  	github.com/docker/docker/distribution/metadata	0.156s	coverage: 48.2% of statements
[Pipeline] sh
09:05:02 [2019-08-28T09:05:02.355Z] PASS: docker_cli_daemon_test.go:1022: DockerDaemonSuite.TestDaemonLoggingDriverDefault	1.901s
09:05:02 [2019-08-28T09:05:02.678Z] + echo Ensuring container killed.
09:05:02 [2019-08-28T09:05:02.678Z] Ensuring container killed.
09:05:02 [2019-08-28T09:05:02.678Z] + docker rm -vf docker-pr8
09:05:02 [2019-08-28T09:05:02.678Z] Error: No such container: docker-pr8
09:05:02 [2019-08-28T09:05:02.678Z] + true
[Pipeline] sh
09:05:02 [2019-08-28T09:05:02.890Z] --- PASS: TestContainerStartOnDaemonRestart (2.96s)
09:05:02 [2019-08-28T09:05:02.890Z]     daemon_linux_test.go:35: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart
09:05:02 [2019-08-28T09:05:02.890Z]     daemon.go:336: [dd64e44614456] waiting for daemon to start
09:05:02 [2019-08-28T09:05:02.890Z]     daemon.go:336: [dd64e44614456] waiting for daemon to start
09:05:02 [2019-08-28T09:05:02.890Z]     daemon.go:364: [dd64e44614456] daemon started
09:05:02 [2019-08-28T09:05:02.890Z]     daemon.go:336: [dd64e44614456] waiting for daemon to start
09:05:02 [2019-08-28T09:05:02.890Z]     daemon.go:307: [dd64e44614456] exiting daemon
09:05:02 [2019-08-28T09:05:02.890Z]     daemon.go:336: [dd64e44614456] waiting for daemon to start
09:05:02 [2019-08-28T09:05:02.890Z]     daemon.go:364: [dd64e44614456] daemon started
09:05:02 [2019-08-28T09:05:02.890Z]     daemon.go:472: [dd64e44614456] Stopping daemon
09:05:02 [2019-08-28T09:05:02.890Z]     daemon.go:307: [dd64e44614456] exiting daemon
09:05:02 [2019-08-28T09:05:02.890Z]     daemon.go:459: [dd64e44614456] Daemon stopped
09:05:02 [2019-08-28T09:05:02.919Z] --- PASS: TestDaemonIpcModePrivate (2.07s)
09:05:02 [2019-08-28T09:05:02.919Z]     ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonIpcModePrivate
09:05:02 [2019-08-28T09:05:02.919Z]     daemon.go:336: [d70e2eb016f7d] waiting for daemon to start
09:05:02 [2019-08-28T09:05:02.919Z]     daemon.go:336: [d70e2eb016f7d] waiting for daemon to start
09:05:02 [2019-08-28T09:05:02.919Z]     daemon.go:364: [d70e2eb016f7d] daemon started
09:05:02 [2019-08-28T09:05:02.919Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:188, shared: false, mustBeShared: false
09:05:02 [2019-08-28T09:05:02.919Z]     daemon.go:472: [d70e2eb016f7d] Stopping daemon
09:05:02 [2019-08-28T09:05:02.919Z]     daemon.go:307: [d70e2eb016f7d] exiting daemon
09:05:02 [2019-08-28T09:05:02.919Z]     daemon.go:459: [d70e2eb016f7d] Daemon stopped
09:05:02 [2019-08-28T09:05:02.919Z] === RUN   TestDaemonIpcModePrivateFromConfig
09:05:03 [2019-08-28T09:05:03.085Z] + echo Chowning /workspace to jenkins user
09:05:03 [2019-08-28T09:05:03.085Z] Chowning /workspace to jenkins user
09:05:03 [2019-08-28T09:05:03.085Z] + id -u
09:05:03 [2019-08-28T09:05:03.085Z] + id -g
09:05:03 [2019-08-28T09:05:03.085Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39571:/workspace busybox chown -R 1000:1000 /workspace
09:05:03 [2019-08-28T09:05:03.085Z] Unable to find image 'busybox:latest' locally
09:05:03 [2019-08-28T09:05:03.115Z] ok  	github.com/docker/docker/errdefs	0.035s	coverage: 49.4% of statements
09:05:03 [2019-08-28T09:05:03.261Z] --- PASS: TestDaemonRestartIpcMode (3.77s)
09:05:03 [2019-08-28T09:05:03.261Z]     daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode
09:05:03 [2019-08-28T09:05:03.261Z]     daemon.go:336: [d18d4caed1b2b] waiting for daemon to start
09:05:03 [2019-08-28T09:05:03.261Z]     daemon.go:336: [d18d4caed1b2b] waiting for daemon to start
09:05:03 [2019-08-28T09:05:03.261Z]     daemon.go:364: [d18d4caed1b2b] daemon started
09:05:03 [2019-08-28T09:05:03.261Z]     daemon.go:472: [d18d4caed1b2b] Stopping daemon
09:05:03 [2019-08-28T09:05:03.261Z]     daemon.go:307: [d18d4caed1b2b] exiting daemon
09:05:03 [2019-08-28T09:05:03.261Z]     daemon.go:459: [d18d4caed1b2b] Daemon stopped
09:05:03 [2019-08-28T09:05:03.261Z]     daemon.go:336: [d18d4caed1b2b] waiting for daemon to start
09:05:03 [2019-08-28T09:05:03.261Z]     daemon.go:336: [d18d4caed1b2b] waiting for daemon to start
09:05:03 [2019-08-28T09:05:03.261Z]     daemon.go:364: [d18d4caed1b2b] daemon started
09:05:03 [2019-08-28T09:05:03.261Z]     daemon.go:472: [d18d4caed1b2b] Stopping daemon
09:05:03 [2019-08-28T09:05:03.261Z]     daemon.go:307: [d18d4caed1b2b] exiting daemon
09:05:03 [2019-08-28T09:05:03.261Z]     daemon.go:459: [d18d4caed1b2b] Daemon stopped
09:05:03 [2019-08-28T09:05:03.261Z] PASS
09:05:03 [2019-08-28T09:05:03.261Z] Running /go/src/github.com/docker/docker/integration/image flags=-test.v -test.timeout=120m  
09:05:03 [2019-08-28T09:05:03.339Z] latest: Pulling from library/busybox
09:05:03 [2019-08-28T09:05:03.339Z] ee153a04d683: Pulling fs layer
09:05:03 [2019-08-28T09:05:03.339Z] ee153a04d683: Download complete
09:05:03 [2019-08-28T09:05:03.595Z] ee153a04d683: Pull complete
09:05:03 [2019-08-28T09:05:03.595Z] Digest: sha256:9f1003c480699be56815db0f8146ad2e22efea85129b5b5983d0e0fb52d9ab70
09:05:03 [2019-08-28T09:05:03.595Z] Status: Downloaded newer image for busybox:latest
09:05:03 [2019-08-28T09:05:03.635Z] INFO: Testing against a local daemon
09:05:03 [2019-08-28T09:05:03.635Z] === RUN   TestCommitInheritsEnv
09:05:04 [2019-08-28T09:05:04.020Z] --- PASS: TestCommitInheritsEnv (0.56s)
09:05:04 [2019-08-28T09:05:04.020Z] === RUN   TestImportExtremelyLargeImageWorks
09:05:04 [2019-08-28T09:05:04.020Z] === PAUSE TestImportExtremelyLargeImageWorks
09:05:04 [2019-08-28T09:05:04.020Z] === RUN   TestImagesFilterMultiReference
09:05:04 [2019-08-28T09:05:04.129Z] ok  	github.com/docker/docker/distribution	0.603s	coverage: 22.6% of statements
09:05:04 [2019-08-28T09:05:04.129Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
09:05:04 [2019-08-28T09:05:04.291Z] PASS: docker_cli_daemon_test.go:1060: DockerDaemonSuite.TestDaemonLoggingDriverDefaultOverride	1.936s
09:05:04 [2019-08-28T09:05:04.505Z] --- PASS: TestImagesFilterMultiReference (0.06s)
09:05:04 [2019-08-28T09:05:04.505Z] === RUN   TestImagePullPlatformInvalid
09:05:04 [2019-08-28T09:05:04.505Z] --- PASS: TestImagePullPlatformInvalid (0.03s)
09:05:04 [2019-08-28T09:05:04.505Z] === RUN   TestRemoveImageOrphaning
09:05:04 [2019-08-28T09:05:04.549Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.88s)
09:05:04 [2019-08-28T09:05:04.549Z]     ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonIpcModePrivateFromConfig
09:05:04 [2019-08-28T09:05:04.549Z]     daemon.go:336: [d28c456a0653d] waiting for daemon to start
09:05:04 [2019-08-28T09:05:04.549Z]     daemon.go:336: [d28c456a0653d] waiting for daemon to start
09:05:04 [2019-08-28T09:05:04.549Z]     daemon.go:364: [d28c456a0653d] daemon started
09:05:04 [2019-08-28T09:05:04.549Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:206, shared: false, mustBeShared: false
09:05:04 [2019-08-28T09:05:04.549Z]     daemon.go:472: [d28c456a0653d] Stopping daemon
09:05:04 [2019-08-28T09:05:04.549Z]     daemon.go:307: [d28c456a0653d] exiting daemon
09:05:04 [2019-08-28T09:05:04.549Z]     daemon.go:459: [d28c456a0653d] Daemon stopped
09:05:04 [2019-08-28T09:05:04.549Z] === RUN   TestDaemonIpcModeShareableFromConfig
09:05:04 [2019-08-28T09:05:04.926Z] --- PASS: TestRemoveImageOrphaning (0.62s)
09:05:04 [2019-08-28T09:05:04.926Z] === RUN   TestRemoveImageGarbageCollector
09:05:04 [2019-08-28T09:05:04.926Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
09:05:04 [2019-08-28T09:05:04.926Z]     remove_unix_test.go:30: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:05:04 [2019-08-28T09:05:04.926Z] === RUN   TestTagUnprefixedRepoByNameOrName
09:05:04 [2019-08-28T09:05:04.926Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
09:05:04 [2019-08-28T09:05:04.926Z] === RUN   TestTagInvalidReference
09:05:04 [2019-08-28T09:05:04.926Z] --- PASS: TestTagInvalidReference (0.02s)
09:05:04 [2019-08-28T09:05:04.926Z] === RUN   TestTagValidPrefixedRepo
09:05:04 [2019-08-28T09:05:04.926Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
09:05:04 [2019-08-28T09:05:04.926Z] === RUN   TestTagExistedNameWithoutForce
09:05:04 [2019-08-28T09:05:04.926Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
09:05:04 [2019-08-28T09:05:04.926Z] === RUN   TestTagOfficialNames
09:05:04 [2019-08-28T09:05:04.926Z] --- PASS: TestTagOfficialNames (0.04s)
09:05:04 [2019-08-28T09:05:04.926Z] === RUN   TestTagMatchesDigest
09:05:04 [2019-08-28T09:05:04.926Z] --- PASS: TestTagMatchesDigest (0.01s)
09:05:04 [2019-08-28T09:05:04.926Z] === CONT  TestImportExtremelyLargeImageWorks
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
09:05:05 [2019-08-28T09:05:05.398Z] + bundleName=docker-py
09:05:05 [2019-08-28T09:05:05.398Z] + echo Creating docker-py-bundles.tar.gz
09:05:05 [2019-08-28T09:05:05.398Z] Creating docker-py-bundles.tar.gz
09:05:05 [2019-08-28T09:05:05.398Z] + 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
09:05:05 [2019-08-28T09:05:05.440Z] Archiving artifacts
09:05:05 [2019-08-28T09:05:05.610Z] ok  	github.com/docker/docker/distribution/xfer	1.463s	coverage: 83.4% of statements
09:05:05 [2019-08-28T09:05:05.610Z] ?   	github.com/docker/docker/dockerversion	[no test files]
[Pipeline] }
[Pipeline] // catchError
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Static)
[Pipeline] sh
09:05:06 [2019-08-28T09:05:06.097Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39571/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_GITCOMMIT=99453d7bb34e7b145ef590cbada530110314bb02 -e DOCKER_GRAPHDRIVER docker:99453d7bb34e7b145ef590cbada530110314bb02 hack/make.sh binary-daemon
09:05:06 [2019-08-28T09:05:06.445Z] PASS: docker_cli_daemon_test.go:1077: DockerDaemonSuite.TestDaemonLoggingDriverNone	1.744s
09:05:06 [2019-08-28T09:05:06.655Z] 
09:05:06 [2019-08-28T09:05:06.656Z] Removing bundles/
09:05:06 [2019-08-28T09:05:06.656Z] 
09:05:06 [2019-08-28T09:05:06.656Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon)
09:05:06 [2019-08-28T09:05:06.656Z] Building: bundles/binary-daemon/dockerd-dev
09:05:06 [2019-08-28T09:05:06.656Z] GOOS="" GOARCH="" GOARM=""
09:05:06 [2019-08-28T09:05:06.701Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.96s)
09:05:06 [2019-08-28T09:05:06.701Z]     ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonIpcModeShareableFromConfig
09:05:06 [2019-08-28T09:05:06.701Z]     daemon.go:336: [d81561f4560dc] waiting for daemon to start
09:05:06 [2019-08-28T09:05:06.701Z]     daemon.go:336: [d81561f4560dc] waiting for daemon to start
09:05:06 [2019-08-28T09:05:06.701Z]     daemon.go:364: [d81561f4560dc] daemon started
09:05:06 [2019-08-28T09:05:06.701Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:213, shared: true, mustBeShared: true
09:05:06 [2019-08-28T09:05:06.701Z]     daemon.go:472: [d81561f4560dc] Stopping daemon
09:05:06 [2019-08-28T09:05:06.701Z]     daemon.go:307: [d81561f4560dc] exiting daemon
09:05:06 [2019-08-28T09:05:06.701Z]     daemon.go:459: [d81561f4560dc] Daemon stopped
09:05:06 [2019-08-28T09:05:06.701Z] === RUN   TestIpcModeOlderClient
09:05:06 [2019-08-28T09:05:06.701Z] === PAUSE TestIpcModeOlderClient
09:05:06 [2019-08-28T09:05:06.701Z] === RUN   TestKillContainerInvalidSignal
09:05:07 [2019-08-28T09:05:07.633Z] --- PASS: TestKillContainerInvalidSignal (0.86s)
09:05:07 [2019-08-28T09:05:07.633Z] === RUN   TestKillContainer
09:05:07 [2019-08-28T09:05:07.633Z] === RUN   TestKillContainer/no_signal
09:05:07 [2019-08-28T09:05:07.891Z] PASS: docker_cli_daemon_test.go:1134: DockerDaemonSuite.TestDaemonLoggingDriverNoneLogsError	1.789s
09:05:08 [2019-08-28T09:05:08.302Z] ok  	github.com/docker/docker/image	0.103s	coverage: 86.4% of statements
09:05:08 [2019-08-28T09:05:08.302Z] ok  	github.com/docker/docker/image/cache	0.019s	coverage: 19.2% of statements
09:05:08 [2019-08-28T09:05:08.302Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
09:05:08 [2019-08-28T09:05:08.455Z] === RUN   TestKillContainer/non_killing_signal
09:05:09 [2019-08-28T09:05:09.020Z] === RUN   TestKillContainer/killing_signal
09:05:09 [2019-08-28T09:05:09.327Z] ok  	github.com/docker/docker/image/v1	0.039s	coverage: 25.0% of statements
09:05:09 [2019-08-28T09:05:09.327Z] ?   	github.com/docker/docker/internal/test	[no test files]
09:05:09 [2019-08-28T09:05:09.953Z] PASS: docker_cli_daemon_test.go:1094: DockerDaemonSuite.TestDaemonLoggingDriverNoneOverride	1.773s
09:05:10 [2019-08-28T09:05:10.212Z] --- PASS: TestKillContainer (2.71s)
09:05:10 [2019-08-28T09:05:10.212Z]     --- PASS: TestKillContainer/no_signal (0.81s)
09:05:10 [2019-08-28T09:05:10.212Z]     --- PASS: TestKillContainer/non_killing_signal (0.71s)
09:05:10 [2019-08-28T09:05:10.212Z]     --- PASS: TestKillContainer/killing_signal (0.91s)
09:05:10 [2019-08-28T09:05:10.212Z] === RUN   TestKillWithStopSignalAndRestartPolicies
09:05:10 [2019-08-28T09:05:10.212Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
09:05:11 [2019-08-28T09:05:11.145Z] PASS: docker_cli_build_test.go:2832: DockerSuite.TestBuildAddTar	9.151s
09:05:11 [2019-08-28T09:05:11.145Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
09:05:11 [2019-08-28T09:05:11.369Z] ?   	github.com/docker/docker/internal/test/daemon	[no test files]
09:05:11 [2019-08-28T09:05:11.369Z] ?   	github.com/docker/docker/internal/test/environment	[no test files]
09:05:11 [2019-08-28T09:05:11.369Z] ?   	github.com/docker/docker/internal/test/fakecontext	[no test files]
09:05:11 [2019-08-28T09:05:11.369Z] ?   	github.com/docker/docker/internal/test/fakegit	[no test files]
09:05:11 [2019-08-28T09:05:11.369Z] ?   	github.com/docker/docker/internal/test/fakestorage	[no test files]
09:05:11 [2019-08-28T09:05:11.369Z] ?   	github.com/docker/docker/internal/test/fixtures/load	[no test files]
09:05:11 [2019-08-28T09:05:11.369Z] ?   	github.com/docker/docker/internal/test/fixtures/plugin	[no test files]
09:05:11 [2019-08-28T09:05:11.369Z] ?   	github.com/docker/docker/internal/test/fixtures/plugin/basic	[no test files]
09:05:11 [2019-08-28T09:05:11.369Z] ?   	github.com/docker/docker/internal/test/registry	[no test files]
09:05:11 [2019-08-28T09:05:11.369Z] ?   	github.com/docker/docker/internal/test/request	[no test files]
09:05:11 [2019-08-28T09:05:11.369Z] ok  	github.com/docker/docker/internal/testutil	0.038s	coverage: 62.5% of statements
09:05:12 [2019-08-28T09:05:12.077Z] PASS: docker_cli_daemon_test.go:1146: DockerDaemonSuite.TestDaemonLoggingDriverShouldBeIgnoredForBuild	2.098s
09:05:12 [2019-08-28T09:05:12.334Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (2.07s)
09:05:12 [2019-08-28T09:05:12.334Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.99s)
09:05:12 [2019-08-28T09:05:12.334Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.78s)
09:05:12 [2019-08-28T09:05:12.334Z] === RUN   TestKillStoppedContainer
09:05:12 [2019-08-28T09:05:12.334Z] --- PASS: TestKillStoppedContainer (0.08s)
09:05:12 [2019-08-28T09:05:12.334Z] === RUN   TestKillStoppedContainerAPIPre120
09:05:12 [2019-08-28T09:05:12.334Z] PASS: docker_cli_build_test.go:2950: DockerSuite.TestBuildAddTarXz	1.468s
09:05:12 [2019-08-28T09:05:12.334Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s)
09:05:12 [2019-08-28T09:05:12.334Z] === RUN   TestKillDifferentUserContainer
09:05:12 [2019-08-28T09:05:12.592Z] PASS: docker_cli_daemon_test.go:2259: DockerDaemonSuite.TestDaemonMaxConcurrency	0.537s
09:05:12 [2019-08-28T09:05:12.856Z] ok  	github.com/docker/docker/libcontainerd/queue	0.077s	coverage: 100.0% of statements
09:05:13 [2019-08-28T09:05:13.142Z] ok  	github.com/docker/docker/pkg/aaparser	0.019s	coverage: 50.0% of statements
09:05:13 [2019-08-28T09:05:13.524Z] --- PASS: TestKillDifferentUserContainer (0.98s)
09:05:13 [2019-08-28T09:05:13.524Z] === RUN   TestInspectOomKilledTrue
09:05:13 [2019-08-28T09:05:13.524Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
09:05:13 [2019-08-28T09:05:13.524Z]     kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
09:05:13 [2019-08-28T09:05:13.524Z] === RUN   TestInspectOomKilledFalse
09:05:13 [2019-08-28T09:05:13.524Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
09:05:13 [2019-08-28T09:05:13.524Z]     kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
09:05:13 [2019-08-28T09:05:13.524Z] === RUN   TestLinksEtcHostsContentMatch
09:05:13 [2019-08-28T09:05:13.782Z] PASS: docker_cli_build_test.go:2999: DockerSuite.TestBuildAddTarXzGz	1.234s
09:05:14 [2019-08-28T09:05:14.042Z] --- PASS: TestLinksEtcHostsContentMatch (0.57s)
09:05:14 [2019-08-28T09:05:14.042Z] === RUN   TestLinksContainerNames
09:05:15 [2019-08-28T09:05:15.938Z] --- PASS: TestLinksContainerNames (1.56s)
09:05:15 [2019-08-28T09:05:15.938Z] === RUN   TestLogsFollowTailEmpty
09:05:16 [2019-08-28T09:05:16.195Z] PASS: docker_cli_daemon_test.go:2271: DockerDaemonSuite.TestDaemonMaxConcurrencyWithConfigFile	3.518s
09:05:16 [2019-08-28T09:05:16.451Z] --- PASS: TestLogsFollowTailEmpty (0.93s)
09:05:16 [2019-08-28T09:05:16.451Z] === RUN   TestContainerNetworkMountsNoChown
09:05:17 [2019-08-28T09:05:17.382Z] --- PASS: TestContainerNetworkMountsNoChown (0.84s)
09:05:17 [2019-08-28T09:05:17.382Z] === RUN   TestMountDaemonRoot
09:05:17 [2019-08-28T09:05:17.382Z] === RUN   TestMountDaemonRoot/default
09:05:17 [2019-08-28T09:05:17.382Z] === PAUSE TestMountDaemonRoot/default
09:05:17 [2019-08-28T09:05:17.382Z] === RUN   TestMountDaemonRoot/private
09:05:17 [2019-08-28T09:05:17.382Z] === PAUSE TestMountDaemonRoot/private
09:05:17 [2019-08-28T09:05:17.382Z] === RUN   TestMountDaemonRoot/rprivate
09:05:17 [2019-08-28T09:05:17.382Z] === PAUSE TestMountDaemonRoot/rprivate
09:05:17 [2019-08-28T09:05:17.382Z] === RUN   TestMountDaemonRoot/slave
09:05:17 [2019-08-28T09:05:17.382Z] === PAUSE TestMountDaemonRoot/slave
09:05:17 [2019-08-28T09:05:17.382Z] === RUN   TestMountDaemonRoot/rslave
09:05:17 [2019-08-28T09:05:17.382Z] === PAUSE TestMountDaemonRoot/rslave
09:05:17 [2019-08-28T09:05:17.382Z] === RUN   TestMountDaemonRoot/shared
09:05:17 [2019-08-28T09:05:17.382Z] === PAUSE TestMountDaemonRoot/shared
09:05:17 [2019-08-28T09:05:17.382Z] === RUN   TestMountDaemonRoot/rshared
09:05:17 [2019-08-28T09:05:17.382Z] === PAUSE TestMountDaemonRoot/rshared
09:05:17 [2019-08-28T09:05:17.382Z] === CONT  TestMountDaemonRoot/default
09:05:17 [2019-08-28T09:05:17.382Z] === RUN   TestMountDaemonRoot/default/bind_root
09:05:17 [2019-08-28T09:05:17.382Z] === PAUSE TestMountDaemonRoot/default/bind_root
09:05:17 [2019-08-28T09:05:17.382Z] === RUN   TestMountDaemonRoot/default/bind_subpath
09:05:17 [2019-08-28T09:05:17.382Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
09:05:17 [2019-08-28T09:05:17.382Z] === RUN   TestMountDaemonRoot/default/mount_root
09:05:17 [2019-08-28T09:05:17.382Z] === PAUSE TestMountDaemonRoot/default/mount_root
09:05:17 [2019-08-28T09:05:17.382Z] === RUN   TestMountDaemonRoot/default/mount_subpath
09:05:17 [2019-08-28T09:05:17.382Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
09:05:17 [2019-08-28T09:05:17.382Z] === CONT  TestMountDaemonRoot/default/bind_root
09:05:17 [2019-08-28T09:05:17.382Z] === CONT  TestMountDaemonRoot/rshared
09:05:17 [2019-08-28T09:05:17.382Z] === RUN   TestMountDaemonRoot/rshared/bind_root
09:05:17 [2019-08-28T09:05:17.382Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
09:05:17 [2019-08-28T09:05:17.382Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
09:05:17 [2019-08-28T09:05:17.382Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
09:05:17 [2019-08-28T09:05:17.382Z] === RUN   TestMountDaemonRoot/rshared/mount_root
09:05:17 [2019-08-28T09:05:17.382Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
09:05:17 [2019-08-28T09:05:17.382Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
09:05:17 [2019-08-28T09:05:17.382Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
09:05:17 [2019-08-28T09:05:17.382Z] === CONT  TestMountDaemonRoot/rshared/bind_root
09:05:17 [2019-08-28T09:05:17.382Z] === CONT  TestMountDaemonRoot/shared
09:05:17 [2019-08-28T09:05:17.382Z] === RUN   TestMountDaemonRoot/shared/bind_root
09:05:17 [2019-08-28T09:05:17.382Z] === PAUSE TestMountDaemonRoot/shared/bind_root
09:05:17 [2019-08-28T09:05:17.382Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
09:05:17 [2019-08-28T09:05:17.382Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
09:05:17 [2019-08-28T09:05:17.382Z] === RUN   TestMountDaemonRoot/shared/mount_root
09:05:17 [2019-08-28T09:05:17.382Z] === PAUSE TestMountDaemonRoot/shared/mount_root
09:05:17 [2019-08-28T09:05:17.382Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
09:05:17 [2019-08-28T09:05:17.382Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
09:05:17 [2019-08-28T09:05:17.382Z] === CONT  TestMountDaemonRoot/rslave
09:05:17 [2019-08-28T09:05:17.382Z] === RUN   TestMountDaemonRoot/rslave/bind_root
09:05:17 [2019-08-28T09:05:17.382Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
09:05:17 [2019-08-28T09:05:17.382Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
09:05:17 [2019-08-28T09:05:17.382Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
09:05:17 [2019-08-28T09:05:17.382Z] === RUN   TestMountDaemonRoot/rslave/mount_root
09:05:17 [2019-08-28T09:05:17.382Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
09:05:17 [2019-08-28T09:05:17.382Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
09:05:17 [2019-08-28T09:05:17.382Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
09:05:17 [2019-08-28T09:05:17.382Z] === CONT  TestMountDaemonRoot/slave
09:05:17 [2019-08-28T09:05:17.382Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
09:05:17 [2019-08-28T09:05:17.382Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
09:05:17 [2019-08-28T09:05:17.382Z] === RUN   TestMountDaemonRoot/slave/bind_root
09:05:17 [2019-08-28T09:05:17.382Z] === PAUSE TestMountDaemonRoot/slave/bind_root
09:05:17 [2019-08-28T09:05:17.382Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
09:05:17 [2019-08-28T09:05:17.382Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
09:05:17 [2019-08-28T09:05:17.382Z] === RUN   TestMountDaemonRoot/slave/mount_root
09:05:17 [2019-08-28T09:05:17.382Z] === PAUSE TestMountDaemonRoot/slave/mount_root
09:05:17 [2019-08-28T09:05:17.382Z] === CONT  TestMountDaemonRoot/rprivate
09:05:17 [2019-08-28T09:05:17.382Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
09:05:17 [2019-08-28T09:05:17.382Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
09:05:17 [2019-08-28T09:05:17.382Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
09:05:17 [2019-08-28T09:05:17.382Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
09:05:17 [2019-08-28T09:05:17.382Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
09:05:17 [2019-08-28T09:05:17.382Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
09:05:17 [2019-08-28T09:05:17.382Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
09:05:17 [2019-08-28T09:05:17.382Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
09:05:17 [2019-08-28T09:05:17.382Z] === CONT  TestMountDaemonRoot/private
09:05:17 [2019-08-28T09:05:17.382Z] === RUN   TestMountDaemonRoot/private/bind_root
09:05:17 [2019-08-28T09:05:17.382Z] === PAUSE TestMountDaemonRoot/private/bind_root
09:05:17 [2019-08-28T09:05:17.382Z] === RUN   TestMountDaemonRoot/private/bind_subpath
09:05:17 [2019-08-28T09:05:17.382Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
09:05:17 [2019-08-28T09:05:17.382Z] === RUN   TestMountDaemonRoot/private/mount_root
09:05:17 [2019-08-28T09:05:17.382Z] === PAUSE TestMountDaemonRoot/private/mount_root
09:05:17 [2019-08-28T09:05:17.382Z] === RUN   TestMountDaemonRoot/private/mount_subpath
09:05:17 [2019-08-28T09:05:17.382Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
09:05:17 [2019-08-28T09:05:17.382Z] === CONT  TestMountDaemonRoot/default/mount_subpath
09:05:17 [2019-08-28T09:05:17.382Z] === CONT  TestMountDaemonRoot/default/mount_root
09:05:17 [2019-08-28T09:05:17.640Z] === CONT  TestMountDaemonRoot/default/bind_subpath
09:05:17 [2019-08-28T09:05:17.640Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
09:05:17 [2019-08-28T09:05:17.640Z] === CONT  TestMountDaemonRoot/rshared/mount_root
09:05:17 [2019-08-28T09:05:17.640Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
09:05:17 [2019-08-28T09:05:17.640Z] === CONT  TestMountDaemonRoot/shared/bind_root
09:05:17 [2019-08-28T09:05:17.640Z] PASS: docker_cli_build_test.go:2246: DockerSuite.TestBuildAddToSymlinkDest	3.988s
09:05:17 [2019-08-28T09:05:17.640Z] === CONT  TestMountDaemonRoot/rslave/bind_root
09:05:17 [2019-08-28T09:05:17.640Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
09:05:17 [2019-08-28T09:05:17.640Z] === CONT  TestMountDaemonRoot/shared/mount_root
09:05:17 [2019-08-28T09:05:17.896Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
09:05:17 [2019-08-28T09:05:17.896Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
09:05:17 [2019-08-28T09:05:17.896Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
09:05:17 [2019-08-28T09:05:17.896Z] === CONT  TestMountDaemonRoot/rslave/mount_root
09:05:17 [2019-08-28T09:05:17.896Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
09:05:17 [2019-08-28T09:05:17.896Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
09:05:17 [2019-08-28T09:05:17.896Z] === CONT  TestMountDaemonRoot/slave/mount_root
09:05:17 [2019-08-28T09:05:17.896Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
09:05:17 [2019-08-28T09:05:17.896Z] === CONT  TestMountDaemonRoot/slave/bind_root
09:05:17 [2019-08-28T09:05:17.896Z] === CONT  TestMountDaemonRoot/private/bind_root
09:05:17 [2019-08-28T09:05:17.896Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
09:05:17 [2019-08-28T09:05:17.896Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
09:05:17 [2019-08-28T09:05:17.896Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
09:05:18 [2019-08-28T09:05:18.153Z] === CONT  TestMountDaemonRoot/private/mount_subpath
09:05:18 [2019-08-28T09:05:18.153Z] === CONT  TestMountDaemonRoot/private/mount_root
09:05:18 [2019-08-28T09:05:18.153Z] === CONT  TestMountDaemonRoot/private/bind_subpath
09:05:18 [2019-08-28T09:05:18.153Z] --- PASS: TestMountDaemonRoot (0.04s)
09:05:18 [2019-08-28T09:05:18.153Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
09:05:18 [2019-08-28T09:05:18.153Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.09s)
09:05:18 [2019-08-28T09:05:18.153Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.07s)
09:05:18 [2019-08-28T09:05:18.153Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s)
09:05:18 [2019-08-28T09:05:18.153Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
09:05:18 [2019-08-28T09:05:18.153Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
09:05:18 [2019-08-28T09:05:18.153Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s)
09:05:18 [2019-08-28T09:05:18.153Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s)
09:05:18 [2019-08-28T09:05:18.153Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s)
09:05:18 [2019-08-28T09:05:18.153Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s)
09:05:18 [2019-08-28T09:05:18.153Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
09:05:18 [2019-08-28T09:05:18.153Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.06s)
09:05:18 [2019-08-28T09:05:18.153Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s)
09:05:18 [2019-08-28T09:05:18.153Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
09:05:18 [2019-08-28T09:05:18.153Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s)
09:05:18 [2019-08-28T09:05:18.153Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
09:05:18 [2019-08-28T09:05:18.153Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s)
09:05:18 [2019-08-28T09:05:18.153Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s)
09:05:18 [2019-08-28T09:05:18.153Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s)
09:05:18 [2019-08-28T09:05:18.153Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s)
09:05:18 [2019-08-28T09:05:18.153Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
09:05:18 [2019-08-28T09:05:18.153Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
09:05:18 [2019-08-28T09:05:18.153Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
09:05:18 [2019-08-28T09:05:18.153Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s)
09:05:18 [2019-08-28T09:05:18.153Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
09:05:18 [2019-08-28T09:05:18.153Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
09:05:18 [2019-08-28T09:05:18.153Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
09:05:18 [2019-08-28T09:05:18.154Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
09:05:18 [2019-08-28T09:05:18.154Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
09:05:18 [2019-08-28T09:05:18.154Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
09:05:18 [2019-08-28T09:05:18.154Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
09:05:18 [2019-08-28T09:05:18.154Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
09:05:18 [2019-08-28T09:05:18.154Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s)
09:05:18 [2019-08-28T09:05:18.154Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.04s)
09:05:18 [2019-08-28T09:05:18.154Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s)
09:05:18 [2019-08-28T09:05:18.154Z] === RUN   TestContainerBindMountNonRecursive
09:05:18 [2019-08-28T09:05:18.674Z] ok  	github.com/docker/docker/opts	0.096s	coverage: 66.9% of statements
09:05:18 [2019-08-28T09:05:18.964Z] ok  	github.com/docker/docker/pkg/authorization	0.709s	coverage: 66.7% of statements
09:05:19 [2019-08-28T09:05:19.249Z] ok  	github.com/docker/docker/pkg/broadcaster	0.005s	coverage: 100.0% of statements
09:05:20 [2019-08-28T09:05:20.050Z] --- PASS: TestContainerBindMountNonRecursive (2.05s)
09:05:20 [2019-08-28T09:05:20.051Z] === RUN   TestNetworkNat
09:05:20 [2019-08-28T09:05:20.265Z] ok  	github.com/docker/docker/pkg/capabilities	0.022s	coverage: 87.5% of statements
09:05:20 [2019-08-28T09:05:20.550Z] ok  	github.com/docker/docker/pkg/archive	1.634s	coverage: 76.7% of statements
09:05:20 [2019-08-28T09:05:20.982Z] --- PASS: TestNetworkNat (0.85s)
09:05:20 [2019-08-28T09:05:20.982Z] === RUN   TestNetworkLocalhostTCPNat
09:05:21 [2019-08-28T09:05:21.571Z] ok  	github.com/docker/docker/pkg/directory	0.017s	coverage: 80.0% of statements
09:05:22 [2019-08-28T09:05:22.353Z] --- PASS: TestNetworkLocalhostTCPNat (1.04s)
09:05:22 [2019-08-28T09:05:22.353Z] === RUN   TestNetworkLoopbackNat
09:05:22 [2019-08-28T09:05:22.918Z] PASS: docker_cli_daemon_test.go:2312: DockerDaemonSuite.TestDaemonMaxConcurrencyWithConfigFileReload	6.533s
09:05:23 [2019-08-28T09:05:23.056Z] ok  	github.com/docker/docker/pkg/discovery	0.007s	coverage: 58.3% of statements
09:05:23 [2019-08-28T09:05:23.341Z] ok  	github.com/docker/docker/pkg/discovery/file	0.038s	coverage: 92.9% of statements
09:05:23 [2019-08-28T09:05:23.481Z] --- PASS: TestNetworkLoopbackNat (1.34s)
09:05:23 [2019-08-28T09:05:23.482Z] === RUN   TestPause
09:05:24 [2019-08-28T09:05:24.415Z] PASS: docker_cli_build_test.go:768: DockerSuite.TestBuildAddWholeDirToRoot	6.681s
09:05:24 [2019-08-28T09:05:24.415Z] --- PASS: TestPause (1.08s)
09:05:24 [2019-08-28T09:05:24.415Z] === RUN   TestPauseFailsOnWindowsServerContainers
09:05:24 [2019-08-28T09:05:24.415Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
09:05:24 [2019-08-28T09:05:24.415Z]     pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
09:05:24 [2019-08-28T09:05:24.415Z] === RUN   TestPauseStopPausedContainer
09:05:24 [2019-08-28T09:05:24.674Z] PASS: docker_cli_build_test.go:1441: DockerSuite.TestBuildBlankName	0.376s
09:05:24 [2019-08-28T09:05:24.821Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.004s	coverage: 92.3% of statements
09:05:25 [2019-08-28T09:05:25.108Z] ok  	github.com/docker/docker/layer	7.771s	coverage: 66.9% of statements
09:05:25 [2019-08-28T09:05:25.108Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
09:05:25 [2019-08-28T09:05:25.108Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
09:05:25 [2019-08-28T09:05:25.108Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
09:05:25 [2019-08-28T09:05:25.108Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
09:05:25 [2019-08-28T09:05:25.108Z] ?   	github.com/docker/docker/oci	[no test files]
09:05:25 [2019-08-28T09:05:25.108Z] ?   	github.com/docker/docker/oci/caps	[no test files]
09:05:25 [2019-08-28T09:05:25.728Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.006s	coverage: 93.8% of statements
09:05:26 [2019-08-28T09:05:26.046Z] --- PASS: TestPauseStopPausedContainer (1.28s)
09:05:26 [2019-08-28T09:05:26.046Z] === RUN   TestPsFilter
09:05:26 [2019-08-28T09:05:26.046Z] --- PASS: TestPsFilter (0.22s)
09:05:26 [2019-08-28T09:05:26.046Z] === RUN   TestRemoveContainerWithRemovedVolume
09:05:26 [2019-08-28T09:05:26.370Z] ok  	github.com/docker/docker/pkg/dmesg	0.006s	coverage: 83.3% of statements
09:05:26 [2019-08-28T09:05:26.978Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.93s)
09:05:26 [2019-08-28T09:05:26.978Z] === RUN   TestRemoveContainerWithVolume
09:05:27 [2019-08-28T09:05:27.390Z] ok  	github.com/docker/docker/pkg/chrootarchive	4.758s	coverage: 43.2% of statements
09:05:27 [2019-08-28T09:05:27.390Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
09:05:27 [2019-08-28T09:05:27.390Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
09:05:27 [2019-08-28T09:05:27.674Z] ok  	github.com/docker/docker/pkg/filenotify	0.607s	coverage: 67.0% of statements
09:05:27 [2019-08-28T09:05:27.910Z] PASS: docker_cli_build_test.go:4090: DockerSuite.TestBuildBuildTimeArg	3.052s
09:05:27 [2019-08-28T09:05:27.910Z] PASS: docker_cli_daemon_test.go:1762: DockerDaemonSuite.TestDaemonNoSpaceLeftOnDeviceError	5.026s
09:05:27 [2019-08-28T09:05:27.960Z] ok  	github.com/docker/docker/pkg/fileutils	0.058s	coverage: 89.5% of statements
09:05:28 [2019-08-28T09:05:28.167Z] --- PASS: TestRemoveContainerWithVolume (1.11s)
09:05:28 [2019-08-28T09:05:28.168Z] === RUN   TestRemoveContainerRunning
09:05:29 [2019-08-28T09:05:29.098Z] --- PASS: TestRemoveContainerRunning (1.14s)
09:05:29 [2019-08-28T09:05:29.098Z] === RUN   TestRemoveContainerForceRemoveRunning
09:05:29 [2019-08-28T09:05:29.445Z] ok  	github.com/docker/docker/pkg/fsutils	0.398s	coverage: 85.1% of statements
09:05:29 [2019-08-28T09:05:29.445Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.325s	coverage: 84.1% of statements
09:05:29 [2019-08-28T09:05:29.732Z] ok  	github.com/docker/docker/pkg/homedir	0.009s	coverage: 10.2% of statements
09:05:30 [2019-08-28T09:05:30.469Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.03s)
09:05:30 [2019-08-28T09:05:30.469Z] === RUN   TestRemoveInvalidContainer
09:05:30 [2019-08-28T09:05:30.469Z] --- PASS: TestRemoveInvalidContainer (0.02s)
09:05:30 [2019-08-28T09:05:30.469Z] === RUN   TestRenameLinkedContainer
09:05:30 [2019-08-28T09:05:30.469Z] PASS: docker_cli_build_test.go:4462: DockerSuite.TestBuildBuildTimeArgBuiltinArg	2.365s
09:05:30 [2019-08-28T09:05:30.469Z] PASS: docker_cli_daemon_test.go:1493: DockerDaemonSuite.TestDaemonRestartCleanupNetns	2.384s
09:05:31 [2019-08-28T09:05:31.221Z] ok  	github.com/docker/docker/pkg/locker	0.075s	coverage: 88.9% of statements
09:05:31 [2019-08-28T09:05:31.840Z] PASS: docker_cli_build_test.go:4184: DockerSuite.TestBuildBuildTimeArgCacheHit	1.506s
09:05:31 [2019-08-28T09:05:31.842Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.014s	coverage: 91.7% of statements
09:05:32 [2019-08-28T09:05:32.463Z] ok  	github.com/docker/docker/pkg/idtools	0.874s	coverage: 70.1% of statements
09:05:32 [2019-08-28T09:05:32.463Z] ok  	github.com/docker/docker/pkg/longpath	0.008s	coverage: 100.0% of statements
09:05:33 [2019-08-28T09:05:33.972Z] ok  	github.com/docker/docker/pkg/ioutils	2.464s	coverage: 70.6% of statements
09:05:33 [2019-08-28T09:05:33.972Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
09:05:33 [2019-08-28T09:05:33.972Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.018s	coverage: 85.7% of statements
09:05:34 [2019-08-28T09:05:34.259Z] ok  	github.com/docker/docker/pkg/parsers	0.016s	coverage: 97.0% of statements
09:05:35 [2019-08-28T09:05:35.120Z] --- PASS: TestRenameLinkedContainer (4.64s)
09:05:35 [2019-08-28T09:05:35.120Z] === RUN   TestRenameStoppedContainer
09:05:35 [2019-08-28T09:05:35.276Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.004s	coverage: 60.0% of statements
09:05:35 [2019-08-28T09:05:35.378Z] PASS: docker_cli_build_test.go:4208: DockerSuite.TestBuildBuildTimeArgCacheMissExtraArg	3.633s
09:05:35 [2019-08-28T09:05:35.562Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.010s	coverage: 91.4% of statements
09:05:35 [2019-08-28T09:05:35.562Z] ok  	github.com/docker/docker/pkg/mount	1.037s	coverage: 69.6% of statements
09:05:35 [2019-08-28T09:05:35.562Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
09:05:35 [2019-08-28T09:05:35.849Z] ok  	github.com/docker/docker/pkg/pidfile	0.030s	coverage: 82.4% of statements
09:05:35 [2019-08-28T09:05:35.849Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
09:05:35 [2019-08-28T09:05:35.849Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
09:05:35 [2019-08-28T09:05:35.945Z] --- PASS: TestRenameStoppedContainer (1.01s)
09:05:35 [2019-08-28T09:05:35.945Z] === RUN   TestRenameRunningContainerAndReuse
09:05:37 [2019-08-28T09:05:37.338Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.051s	coverage: 56.8% of statements
09:05:37 [2019-08-28T09:05:37.869Z] PASS: docker_cli_build_test.go:4239: DockerSuite.TestBuildBuildTimeArgCacheMissSameArgDiffVal	2.513s
09:05:38 [2019-08-28T09:05:38.136Z] --- PASS: TestRenameRunningContainerAndReuse (2.20s)
09:05:38 [2019-08-28T09:05:38.136Z] === RUN   TestRenameInvalidName
09:05:38 [2019-08-28T09:05:38.824Z] ok  	github.com/docker/docker/pkg/pools	0.056s	coverage: 87.9% of statements
09:05:38 [2019-08-28T09:05:38.824Z] ok  	github.com/docker/docker/pkg/progress	0.017s	coverage: 75.9% of statements
09:05:38 [2019-08-28T09:05:38.824Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.006s	coverage: 85.7% of statements
09:05:39 [2019-08-28T09:05:39.076Z] --- PASS: TestRenameInvalidName (1.11s)
09:05:39 [2019-08-28T09:05:39.076Z] === RUN   TestRenameAnonymousContainer
09:05:40 [2019-08-28T09:05:40.308Z] ok  	github.com/docker/docker/pkg/reexec	0.009s	coverage: 82.4% of statements
09:05:40 [2019-08-28T09:05:40.936Z] ok  	github.com/docker/docker/pkg/pubsub	1.182s	coverage: 73.9% of statements
09:05:41 [2019-08-28T09:05:41.559Z] ok  	github.com/docker/docker/pkg/stdcopy	0.009s	coverage: 100.0% of statements
09:05:41 [2019-08-28T09:05:41.605Z] PASS: docker_cli_build_test.go:4485: DockerSuite.TestBuildBuildTimeArgDefaultOverride	3.640s
09:05:42 [2019-08-28T09:05:42.573Z] ok  	github.com/docker/docker/pkg/streamformatter	0.007s	coverage: 66.2% of statements
09:05:42 [2019-08-28T09:05:42.573Z] ok  	github.com/docker/docker/pkg/stringid	0.005s	coverage: 70.6% of statements
09:05:43 [2019-08-28T09:05:43.192Z] ok  	github.com/docker/docker/pkg/symlink	0.018s	coverage: 87.7% of statements
09:05:43 [2019-08-28T09:05:43.476Z] ok  	github.com/docker/docker/pkg/sysinfo	0.011s	coverage: 80.0% of statements
09:05:43 [2019-08-28T09:05:43.501Z] PASS: docker_cli_build_test.go:4624: DockerSuite.TestBuildBuildTimeArgDefinitionWithNoEnvInjection	1.541s
09:05:43 [2019-08-28T09:05:43.762Z] ok  	github.com/docker/docker/pkg/signal	3.519s	coverage: 61.0% of statements
09:05:44 [2019-08-28T09:05:44.065Z] PASS: docker_cli_daemon_test.go:1794: DockerDaemonSuite.TestDaemonRestartContainerLinksRestart	11.757s
09:05:44 [2019-08-28T09:05:44.065Z] --- PASS: TestRenameAnonymousContainer (4.94s)
09:05:44 [2019-08-28T09:05:44.065Z] === RUN   TestRenameContainerWithSameName
09:05:45 [2019-08-28T09:05:45.248Z] ok  	github.com/docker/docker/pkg/tailfile	0.145s	coverage: 88.6% of statements
09:05:45 [2019-08-28T09:05:45.248Z] ok  	github.com/docker/docker/pkg/system	0.042s	coverage: 36.9% of statements
09:05:45 [2019-08-28T09:05:45.437Z] --- PASS: TestRenameContainerWithSameName (1.07s)
09:05:45 [2019-08-28T09:05:45.437Z] === RUN   TestRenameContainerWithLinkedContainer
09:05:46 [2019-08-28T09:05:46.737Z] ok  	github.com/docker/docker/pkg/term	0.028s	coverage: 84.8% of statements
09:05:46 [2019-08-28T09:05:46.806Z] PASS: docker_cli_daemon_test.go:1235: DockerDaemonSuite.TestDaemonRestartKillWait	2.417s
09:05:46 [2019-08-28T09:05:46.806Z] PASS: docker_cli_build_test.go:4608: DockerSuite.TestBuildBuildTimeArgEmptyValVariants	3.658s
09:05:47 [2019-08-28T09:05:47.024Z] testing: warning: no tests to run
09:05:47 [2019-08-28T09:05:47.024Z] ok  	github.com/docker/docker/pkg/term/windows	0.004s	coverage: 0.0% of statements [no tests to run]
09:05:47 [2019-08-28T09:05:47.063Z] --- PASS: TestRenameContainerWithLinkedContainer (1.95s)
09:05:47 [2019-08-28T09:05:47.063Z] === RUN   TestResize
09:05:47 [2019-08-28T09:05:47.320Z] ok  	github.com/docker/docker/pkg/tarsum	0.269s	coverage: 89.3% of statements
09:05:47 [2019-08-28T09:05:47.940Z] ok  	github.com/docker/docker/pkg/urlutil	0.005s	coverage: 100.0% of statements
09:05:47 [2019-08-28T09:05:47.940Z] ok  	github.com/docker/docker/pkg/truncindex	0.108s	coverage: 91.5% of statements
09:05:47 [2019-08-28T09:05:47.993Z] PASS: docker_cli_daemon_test.go:1639: DockerDaemonSuite.TestDaemonRestartLocalVolumes	1.085s
09:05:48 [2019-08-28T09:05:48.224Z] ok  	github.com/docker/docker/pkg/useragent	0.039s	coverage: 88.9% of statements
09:05:48 [2019-08-28T09:05:48.251Z] --- PASS: TestResize (1.04s)
09:05:48 [2019-08-28T09:05:48.251Z] === RUN   TestResizeWithInvalidSize
09:05:49 [2019-08-28T09:05:49.183Z] --- PASS: TestResizeWithInvalidSize (1.05s)
09:05:49 [2019-08-28T09:05:49.183Z] === RUN   TestResizeWhenContainerNotStarted
09:05:50 [2019-08-28T09:05:50.115Z] --- PASS: TestResizeWhenContainerNotStarted (0.95s)
09:05:50 [2019-08-28T09:05:50.115Z] === RUN   TestDaemonRestartKillContainers
09:05:50 [2019-08-28T09:05:50.115Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
09:05:50 [2019-08-28T09:05:50.115Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
09:05:50 [2019-08-28T09:05:50.115Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
09:05:50 [2019-08-28T09:05:50.115Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
09:05:50 [2019-08-28T09:05:50.115Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
09:05:50 [2019-08-28T09:05:50.115Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
09:05:50 [2019-08-28T09:05:50.115Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
09:05:50 [2019-08-28T09:05:50.115Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
09:05:50 [2019-08-28T09:05:50.115Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
09:05:50 [2019-08-28T09:05:50.115Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
09:05:50 [2019-08-28T09:05:50.115Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
09:05:50 [2019-08-28T09:05:50.115Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
09:05:50 [2019-08-28T09:05:50.115Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
09:05:50 [2019-08-28T09:05:50.115Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
09:05:50 [2019-08-28T09:05:50.115Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
09:05:50 [2019-08-28T09:05:50.115Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
09:05:50 [2019-08-28T09:05:50.115Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
09:05:50 [2019-08-28T09:05:50.115Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
09:05:50 [2019-08-28T09:05:50.115Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
09:05:50 [2019-08-28T09:05:50.115Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
09:05:50 [2019-08-28T09:05:50.115Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
09:05:50 [2019-08-28T09:05:50.115Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
09:05:50 [2019-08-28T09:05:50.115Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
09:05:50 [2019-08-28T09:05:50.115Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
09:05:50 [2019-08-28T09:05:50.115Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
09:05:50 [2019-08-28T09:05:50.115Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
09:05:51 [2019-08-28T09:05:51.701Z] ok  	github.com/docker/docker/plugin/v2	0.018s	coverage: 14.5% of statements
09:05:52 [2019-08-28T09:05:52.641Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
09:05:52 [2019-08-28T09:05:52.723Z] ok  	github.com/docker/docker/profiles/seccomp	0.013s	coverage: 68.8% of statements
09:05:53 [2019-08-28T09:05:53.206Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
09:05:53 [2019-08-28T09:05:53.206Z] PASS: docker_cli_daemon_test.go:176: DockerDaemonSuite.TestDaemonRestartOnFailure	5.410s
09:05:53 [2019-08-28T09:05:53.739Z] ok  	github.com/docker/docker/reference	0.017s	coverage: 83.7% of statements
09:05:54 [2019-08-28T09:05:54.576Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
09:05:54 [2019-08-28T09:05:54.754Z] ok  	github.com/docker/docker/plugin	0.568s	coverage: 27.0% of statements
09:05:54 [2019-08-28T09:05:54.835Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
09:05:55 [2019-08-28T09:05:55.769Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
09:05:55 [2019-08-28T09:05:55.773Z] ok  	github.com/docker/docker/registry/resumable	0.035s	coverage: 100.0% of statements
09:05:56 [2019-08-28T09:05:56.335Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
09:05:56 [2019-08-28T09:05:56.595Z] PASS: docker_cli_daemon_test.go:1004: DockerDaemonSuite.TestDaemonRestartRenameContainer	3.168s
09:05:56 [2019-08-28T09:05:56.790Z] ok  	github.com/docker/docker/restartmanager	0.006s	coverage: 45.3% of statements
09:05:58 [2019-08-28T09:05:58.494Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
09:05:58 [2019-08-28T09:05:58.830Z] ok  	github.com/docker/docker/runconfig	0.027s	coverage: 68.2% of statements
09:05:58 [2019-08-28T09:05:58.830Z] ok  	github.com/docker/docker/registry	0.460s	coverage: 56.4% of statements
09:05:59 [2019-08-28T09:05:59.059Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
09:05:59 [2019-08-28T09:05:59.847Z] ok  	github.com/docker/docker/volume/drivers	0.022s	coverage: 36.1% of statements
09:06:00 [2019-08-28T09:06:00.429Z] PASS: docker_cli_build_test.go:4527: DockerSuite.TestBuildBuildTimeArgEnv	13.534s
09:06:01 [2019-08-28T09:06:01.889Z] ok  	github.com/docker/docker/volume/mounts	0.074s	coverage: 67.0% of statements
09:06:02 [2019-08-28T09:06:02.327Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
09:06:02 [2019-08-28T09:06:02.510Z] ok  	github.com/docker/docker/volume/local	0.026s	coverage: 73.0% of statements
09:06:02 [2019-08-28T09:06:02.587Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
09:06:02 [2019-08-28T09:06:02.846Z] PASS: docker_cli_network_unix_test.go:1666: DockerDaemonSuite.TestDaemonRestartRestoreBridgeNetwork	5.995s
09:06:03 [2019-08-28T09:06:03.995Z] ok  	github.com/docker/docker/volume/service	0.031s	coverage: 73.0% of statements
09:06:04 [2019-08-28T09:06:04.745Z] PASS: docker_cli_build_test.go:4320: DockerSuite.TestBuildBuildTimeArgExpansion	3.925s
09:06:04 [2019-08-28T09:06:04.745Z] PASS: docker_cli_daemon_test.go:1626: DockerDaemonSuite.TestDaemonRestartRmVolumeInUse	1.564s
09:06:05 [2019-08-28T09:06:05.310Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
09:06:05 [2019-08-28T09:06:05.310Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.56s)
09:06:05 [2019-08-28T09:06:05.310Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [d49811ada4727] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [d49811ada4727] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:364: [d49811ada4727] daemon started
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:307: [d49811ada4727] exiting daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [d49811ada4727] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [d49811ada4727] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:364: [d49811ada4727] daemon started
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:472: [d49811ada4727] Stopping daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:307: [d49811ada4727] exiting daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:459: [d49811ada4727] Daemon stopped
09:06:05 [2019-08-28T09:06:05.310Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.89s)
09:06:05 [2019-08-28T09:06:05.310Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [dced4227778db] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [dced4227778db] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:364: [dced4227778db] daemon started
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [dced4227778db] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:307: [dced4227778db] exiting daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [dced4227778db] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:364: [dced4227778db] daemon started
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:472: [dced4227778db] Stopping daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:307: [dced4227778db] exiting daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:459: [dced4227778db] Daemon stopped
09:06:05 [2019-08-28T09:06:05.310Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.56s)
09:06:05 [2019-08-28T09:06:05.310Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [d98adecaa0340] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [d98adecaa0340] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:364: [d98adecaa0340] daemon started
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:472: [d98adecaa0340] Stopping daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:307: [d98adecaa0340] exiting daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:459: [d98adecaa0340] Daemon stopped
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [d98adecaa0340] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [d98adecaa0340] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:364: [d98adecaa0340] daemon started
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:472: [d98adecaa0340] Stopping daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:307: [d98adecaa0340] exiting daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:459: [d98adecaa0340] Daemon stopped
09:06:05 [2019-08-28T09:06:05.310Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.65s)
09:06:05 [2019-08-28T09:06:05.310Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [dcd2d45397801] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [dcd2d45397801] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:364: [dcd2d45397801] daemon started
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [dcd2d45397801] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:307: [dcd2d45397801] exiting daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [dcd2d45397801] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:364: [dcd2d45397801] daemon started
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:472: [dcd2d45397801] Stopping daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:307: [dcd2d45397801] exiting daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:459: [dcd2d45397801] Daemon stopped
09:06:05 [2019-08-28T09:06:05.310Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.55s)
09:06:05 [2019-08-28T09:06:05.310Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [d9fe3ac27faed] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [d9fe3ac27faed] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:364: [d9fe3ac27faed] daemon started
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:472: [d9fe3ac27faed] Stopping daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:307: [d9fe3ac27faed] exiting daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:459: [d9fe3ac27faed] Daemon stopped
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [d9fe3ac27faed] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [d9fe3ac27faed] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:364: [d9fe3ac27faed] daemon started
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:472: [d9fe3ac27faed] Stopping daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:307: [d9fe3ac27faed] exiting daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:459: [d9fe3ac27faed] Daemon stopped
09:06:05 [2019-08-28T09:06:05.310Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.58s)
09:06:05 [2019-08-28T09:06:05.310Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [dccb6a7a40287] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [dccb6a7a40287] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:364: [dccb6a7a40287] daemon started
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [dccb6a7a40287] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:307: [dccb6a7a40287] exiting daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [dccb6a7a40287] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:364: [dccb6a7a40287] daemon started
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:472: [dccb6a7a40287] Stopping daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:307: [dccb6a7a40287] exiting daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:459: [dccb6a7a40287] Daemon stopped
09:06:05 [2019-08-28T09:06:05.310Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.74s)
09:06:05 [2019-08-28T09:06:05.310Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [d304d2f0faa3e] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [d304d2f0faa3e] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:364: [d304d2f0faa3e] daemon started
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:472: [d304d2f0faa3e] Stopping daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:307: [d304d2f0faa3e] exiting daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:459: [d304d2f0faa3e] Daemon stopped
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [d304d2f0faa3e] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [d304d2f0faa3e] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:364: [d304d2f0faa3e] daemon started
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:472: [d304d2f0faa3e] Stopping daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:307: [d304d2f0faa3e] exiting daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:459: [d304d2f0faa3e] Daemon stopped
09:06:05 [2019-08-28T09:06:05.310Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.72s)
09:06:05 [2019-08-28T09:06:05.310Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [d291d303b42c8] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [d291d303b42c8] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:364: [d291d303b42c8] daemon started
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:472: [d291d303b42c8] Stopping daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:307: [d291d303b42c8] exiting daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:459: [d291d303b42c8] Daemon stopped
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [d291d303b42c8] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [d291d303b42c8] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:364: [d291d303b42c8] daemon started
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:472: [d291d303b42c8] Stopping daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:307: [d291d303b42c8] exiting daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:459: [d291d303b42c8] Daemon stopped
09:06:05 [2019-08-28T09:06:05.310Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.65s)
09:06:05 [2019-08-28T09:06:05.310Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [d45d48916edf0] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [d45d48916edf0] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:364: [d45d48916edf0] daemon started
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:472: [d45d48916edf0] Stopping daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:307: [d45d48916edf0] exiting daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:459: [d45d48916edf0] Daemon stopped
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [d45d48916edf0] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [d45d48916edf0] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:364: [d45d48916edf0] daemon started
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:472: [d45d48916edf0] Stopping daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:307: [d45d48916edf0] exiting daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:459: [d45d48916edf0] Daemon stopped
09:06:05 [2019-08-28T09:06:05.310Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.55s)
09:06:05 [2019-08-28T09:06:05.310Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [d3b1ad184f031] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [d3b1ad184f031] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:364: [d3b1ad184f031] daemon started
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:307: [d3b1ad184f031] exiting daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [d3b1ad184f031] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [d3b1ad184f031] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:364: [d3b1ad184f031] daemon started
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:472: [d3b1ad184f031] Stopping daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:307: [d3b1ad184f031] exiting daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:459: [d3b1ad184f031] Daemon stopped
09:06:05 [2019-08-28T09:06:05.310Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.74s)
09:06:05 [2019-08-28T09:06:05.310Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [db35d24126720] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [db35d24126720] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:364: [db35d24126720] daemon started
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:307: [db35d24126720] exiting daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [db35d24126720] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [db35d24126720] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:364: [db35d24126720] daemon started
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:472: [db35d24126720] Stopping daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:307: [db35d24126720] exiting daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:459: [db35d24126720] Daemon stopped
09:06:05 [2019-08-28T09:06:05.310Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.62s)
09:06:05 [2019-08-28T09:06:05.310Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [dac57f320fc36] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [dac57f320fc36] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:364: [dac57f320fc36] daemon started
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:472: [dac57f320fc36] Stopping daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:307: [dac57f320fc36] exiting daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:459: [dac57f320fc36] Daemon stopped
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [dac57f320fc36] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:336: [dac57f320fc36] waiting for daemon to start
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:364: [dac57f320fc36] daemon started
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:472: [dac57f320fc36] Stopping daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:307: [dac57f320fc36] exiting daemon
09:06:05 [2019-08-28T09:06:05.310Z]         daemon.go:459: [dac57f320fc36] Daemon stopped
09:06:05 [2019-08-28T09:06:05.310Z] === RUN   TestCgroupNamespacesRun
09:06:07 [2019-08-28T09:06:07.208Z] PASS: docker_cli_daemon_test.go:2599: DockerDaemonSuite.TestDaemonRestartSaveContainerExitCode	2.420s
09:06:07 [2019-08-28T09:06:07.209Z] PASS: docker_cli_build_test.go:4410: DockerSuite.TestBuildBuildTimeArgExpansionOverride	2.814s
09:06:07 [2019-08-28T09:06:07.209Z] --- PASS: TestCgroupNamespacesRun (1.99s)
09:06:07 [2019-08-28T09:06:07.209Z]     run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCgroupNamespacesRun
09:06:07 [2019-08-28T09:06:07.209Z]     daemon.go:336: [dd465476a5520] waiting for daemon to start
09:06:07 [2019-08-28T09:06:07.209Z]     daemon.go:336: [dd465476a5520] waiting for daemon to start
09:06:07 [2019-08-28T09:06:07.209Z]     daemon.go:364: [dd465476a5520] daemon started
09:06:07 [2019-08-28T09:06:07.209Z]     daemon.go:472: [dd465476a5520] Stopping daemon
09:06:07 [2019-08-28T09:06:07.209Z]     daemon.go:307: [dd465476a5520] exiting daemon
09:06:07 [2019-08-28T09:06:07.209Z]     daemon.go:459: [dd465476a5520] Daemon stopped
09:06:07 [2019-08-28T09:06:07.209Z] === RUN   TestCgroupNamespacesRunPrivileged
09:06:07 [2019-08-28T09:06:07.773Z] PASS: docker_cli_build_test.go:4123: DockerSuite.TestBuildBuildTimeArgHistory	0.412s
09:06:09 [2019-08-28T09:06:09.145Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.90s)
09:06:09 [2019-08-28T09:06:09.145Z]     run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCgroupNamespacesRunPrivileged
09:06:09 [2019-08-28T09:06:09.145Z]     daemon.go:336: [de2c26353c35f] waiting for daemon to start
09:06:09 [2019-08-28T09:06:09.145Z]     daemon.go:336: [de2c26353c35f] waiting for daemon to start
09:06:09 [2019-08-28T09:06:09.145Z]     daemon.go:364: [de2c26353c35f] daemon started
09:06:09 [2019-08-28T09:06:09.145Z]     daemon.go:472: [de2c26353c35f] Stopping daemon
09:06:09 [2019-08-28T09:06:09.145Z]     daemon.go:307: [de2c26353c35f] exiting daemon
09:06:09 [2019-08-28T09:06:09.145Z]     daemon.go:459: [de2c26353c35f] Daemon stopped
09:06:09 [2019-08-28T09:06:09.145Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
09:06:10 [2019-08-28T09:06:10.078Z] PASS: docker_cli_build_test.go:4264: DockerSuite.TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv	2.313s
09:06:11 [2019-08-28T09:06:11.011Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.83s)
09:06:11 [2019-08-28T09:06:11.011Z]     run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCgroupNamespacesRunDaemonHostMode
09:06:11 [2019-08-28T09:06:11.012Z]     daemon.go:336: [d4a272329d5da] waiting for daemon to start
09:06:11 [2019-08-28T09:06:11.012Z]     daemon.go:336: [d4a272329d5da] waiting for daemon to start
09:06:11 [2019-08-28T09:06:11.012Z]     daemon.go:364: [d4a272329d5da] daemon started
09:06:11 [2019-08-28T09:06:11.012Z]     daemon.go:472: [d4a272329d5da] Stopping daemon
09:06:11 [2019-08-28T09:06:11.012Z]     daemon.go:307: [d4a272329d5da] exiting daemon
09:06:11 [2019-08-28T09:06:11.012Z]     daemon.go:459: [d4a272329d5da] Daemon stopped
09:06:11 [2019-08-28T09:06:11.012Z] === RUN   TestCgroupNamespacesRunHostMode
09:06:12 [2019-08-28T09:06:12.909Z] --- PASS: TestCgroupNamespacesRunHostMode (1.91s)
09:06:12 [2019-08-28T09:06:12.909Z]     run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCgroupNamespacesRunHostMode
09:06:12 [2019-08-28T09:06:12.909Z]     daemon.go:336: [dc6789bf51e8c] waiting for daemon to start
09:06:12 [2019-08-28T09:06:12.909Z]     daemon.go:336: [dc6789bf51e8c] waiting for daemon to start
09:06:12 [2019-08-28T09:06:12.909Z]     daemon.go:364: [dc6789bf51e8c] daemon started
09:06:12 [2019-08-28T09:06:12.909Z]     daemon.go:472: [dc6789bf51e8c] Stopping daemon
09:06:12 [2019-08-28T09:06:12.909Z]     daemon.go:307: [dc6789bf51e8c] exiting daemon
09:06:12 [2019-08-28T09:06:12.909Z]     daemon.go:459: [dc6789bf51e8c] Daemon stopped
09:06:12 [2019-08-28T09:06:12.909Z] === RUN   TestCgroupNamespacesRunPrivateMode
09:06:12 [2019-08-28T09:06:12.909Z] PASS: docker_cli_build_test.go:4293: DockerSuite.TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg	2.884s
09:06:14 [2019-08-28T09:06:14.244Z] ok  	github.com/docker/docker/pkg/plugins	33.660s	coverage: 76.6% of statements
09:06:14 [2019-08-28T09:06:14.244Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
09:06:14 [2019-08-28T09:06:14.244Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
09:06:14 [2019-08-28T09:06:14.244Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
09:06:14 [2019-08-28T09:06:14.244Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
09:06:14 [2019-08-28T09:06:14.244Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
09:06:14 [2019-08-28T09:06:14.244Z] ?   	github.com/docker/docker/rootless	[no test files]
09:06:14 [2019-08-28T09:06:14.244Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
09:06:14 [2019-08-28T09:06:14.244Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
09:06:14 [2019-08-28T09:06:14.244Z] ?   	github.com/docker/docker/volume	[no test files]
09:06:14 [2019-08-28T09:06:14.244Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
09:06:14 [2019-08-28T09:06:14.244Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
09:06:14 [2019-08-28T09:06:14.244Z] 
09:06:14 [2019-08-28T09:06:14.244Z] === Skipped
09:06:14 [2019-08-28T09:06:14.244Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
09:06:14 [2019-08-28T09:06:14.244Z]     exec_linux_test.go:18: requires AppArmor to be enabled
09:06:14 [2019-08-28T09:06:14.244Z] 
09:06:14 [2019-08-28T09:06:14.244Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
09:06:14 [2019-08-28T09:06:14.244Z]     exec_linux_test.go:38: requires AppArmor to be enabled
09:06:14 [2019-08-28T09:06:14.244Z] 
09:06:14 [2019-08-28T09:06:14.244Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
09:06:14 [2019-08-28T09:06:14.244Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:06:14 [2019-08-28T09:06:14.244Z]     graphtest_unix.go:46: Driver btrfs not supported
09:06:14 [2019-08-28T09:06:14.244Z] 
09:06:14 [2019-08-28T09:06:14.244Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
09:06:14 [2019-08-28T09:06:14.244Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:06:14 [2019-08-28T09:06:14.244Z]     graphtest_unix.go:46: Driver btrfs not supported
09:06:14 [2019-08-28T09:06:14.244Z] 
09:06:14 [2019-08-28T09:06:14.244Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
09:06:14 [2019-08-28T09:06:14.244Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:06:14 [2019-08-28T09:06:14.244Z]     graphtest_unix.go:46: Driver btrfs not supported
09:06:14 [2019-08-28T09:06:14.244Z] 
09:06:14 [2019-08-28T09:06:14.244Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
09:06:14 [2019-08-28T09:06:14.244Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:06:14 [2019-08-28T09:06:14.244Z]     graphtest_unix.go:46: Driver btrfs not supported
09:06:14 [2019-08-28T09:06:14.244Z] 
09:06:14 [2019-08-28T09:06:14.244Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
09:06:14 [2019-08-28T09:06:14.244Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:06:14 [2019-08-28T09:06:14.244Z]     graphtest_unix.go:46: Driver btrfs not supported
09:06:14 [2019-08-28T09:06:14.244Z] 
09:06:14 [2019-08-28T09:06:14.244Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
09:06:14 [2019-08-28T09:06:14.244Z]     graphtest_unix.go:73: No driver to put!
09:06:14 [2019-08-28T09:06:14.244Z] 
09:06:14 [2019-08-28T09:06:14.244Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
09:06:14 [2019-08-28T09:06:14.244Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
09:06:14 [2019-08-28T09:06:14.244Z] 
09:06:14 [2019-08-28T09:06:14.244Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
09:06:14 [2019-08-28T09:06:14.244Z]     overlay_test.go:49: Fails to compute changes intermittently
09:06:14 [2019-08-28T09:06:14.244Z] 
09:06:14 [2019-08-28T09:06:14.244Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
09:06:14 [2019-08-28T09:06:14.244Z]     overlay_test.go:65: Cannot run test with naive change algorithm
09:06:14 [2019-08-28T09:06:14.244Z] 
09:06:14 [2019-08-28T09:06:14.244Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
09:06:14 [2019-08-28T09:06:14.244Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
09:06:14 [2019-08-28T09:06:14.244Z] 
09:06:14 [2019-08-28T09:06:14.244Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
09:06:14 [2019-08-28T09:06:14.244Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:06:14 [2019-08-28T09:06:14.244Z]     graphtest_unix.go:46: Driver zfs not supported
09:06:14 [2019-08-28T09:06:14.244Z] 
09:06:14 [2019-08-28T09:06:14.244Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
09:06:14 [2019-08-28T09:06:14.244Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:06:14 [2019-08-28T09:06:14.244Z]     graphtest_unix.go:46: Driver zfs not supported
09:06:14 [2019-08-28T09:06:14.244Z] 
09:06:14 [2019-08-28T09:06:14.244Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
09:06:14 [2019-08-28T09:06:14.244Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:06:14 [2019-08-28T09:06:14.244Z]     graphtest_unix.go:46: Driver zfs not supported
09:06:14 [2019-08-28T09:06:14.244Z] 
09:06:14 [2019-08-28T09:06:14.244Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
09:06:14 [2019-08-28T09:06:14.244Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:06:14 [2019-08-28T09:06:14.244Z]     graphtest_unix.go:46: Driver zfs not supported
09:06:14 [2019-08-28T09:06:14.244Z] 
09:06:14 [2019-08-28T09:06:14.244Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
09:06:14 [2019-08-28T09:06:14.244Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:06:14 [2019-08-28T09:06:14.244Z]     graphtest_unix.go:46: Driver zfs not supported
09:06:14 [2019-08-28T09:06:14.244Z] 
09:06:14 [2019-08-28T09:06:14.244Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
09:06:14 [2019-08-28T09:06:14.244Z]     graphtest_unix.go:73: No driver to put!
09:06:14 [2019-08-28T09:06:14.244Z] 
09:06:14 [2019-08-28T09:06:14.244Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
09:06:14 [2019-08-28T09:06:14.244Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
09:06:14 [2019-08-28T09:06:14.244Z] 
09:06:14 [2019-08-28T09:06:14.244Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
09:06:14 [2019-08-28T09:06:14.244Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
09:06:14 [2019-08-28T09:06:14.244Z] 
09:06:14 [2019-08-28T09:06:14.244Z] 
09:06:14 [2019-08-28T09:06:14.244Z] DONE 2040 tests, 20 skipped in 357.114s
Post stage
[Pipeline] junit
09:06:14 [2019-08-28T09:06:14.279Z] Recording test results
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
09:06:14 [2019-08-28T09:06:14.808Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.88s)
09:06:14 [2019-08-28T09:06:14.808Z]     run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCgroupNamespacesRunPrivateMode
09:06:14 [2019-08-28T09:06:14.808Z]     daemon.go:336: [d715388739bec] waiting for daemon to start
09:06:14 [2019-08-28T09:06:14.808Z]     daemon.go:336: [d715388739bec] waiting for daemon to start
09:06:14 [2019-08-28T09:06:14.809Z]     daemon.go:364: [d715388739bec] daemon started
09:06:14 [2019-08-28T09:06:14.809Z]     daemon.go:472: [d715388739bec] Stopping daemon
09:06:14 [2019-08-28T09:06:14.809Z]     daemon.go:307: [d715388739bec] exiting daemon
09:06:14 [2019-08-28T09:06:14.809Z]     daemon.go:459: [d715388739bec] Daemon stopped
09:06:14 [2019-08-28T09:06:14.809Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
09:06:14 [2019-08-28T09:06:14.940Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-39571/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=99453d7bb34e7b145ef590cbada530110314bb02 -e DOCKER_GRAPHDRIVER -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT docker:99453d7bb34e7b145ef590cbada530110314bb02 hack/make.sh dynbinary test-integration
09:06:15 [2019-08-28T09:06:15.223Z] 
09:06:15 [2019-08-28T09:06:15.506Z] Removing bundles/
09:06:15 [2019-08-28T09:06:15.506Z] 
09:06:15 [2019-08-28T09:06:15.506Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
09:06:15 [2019-08-28T09:06:15.506Z] Building: bundles/dynbinary-daemon/dockerd-dev
09:06:15 [2019-08-28T09:06:15.506Z] GOOS="" GOARCH="" GOARM=""
09:06:15 [2019-08-28T09:06:15.739Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.85s)
09:06:15 [2019-08-28T09:06:15.739Z]     run_cgroupns_linux_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCgroupNamespacesRunPrivilegedAndPrivate
09:06:15 [2019-08-28T09:06:15.739Z]     daemon.go:336: [d8b216e21c5b1] waiting for daemon to start
09:06:15 [2019-08-28T09:06:15.739Z]     daemon.go:336: [d8b216e21c5b1] waiting for daemon to start
09:06:15 [2019-08-28T09:06:15.739Z]     daemon.go:364: [d8b216e21c5b1] daemon started
09:06:15 [2019-08-28T09:06:15.739Z]     daemon.go:472: [d8b216e21c5b1] Stopping daemon
09:06:15 [2019-08-28T09:06:15.739Z]     daemon.go:307: [d8b216e21c5b1] exiting daemon
09:06:15 [2019-08-28T09:06:15.739Z]     daemon.go:459: [d8b216e21c5b1] Daemon stopped
09:06:15 [2019-08-28T09:06:15.739Z] === RUN   TestCgroupNamespacesRunInvalidMode
09:06:16 [2019-08-28T09:06:16.673Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.92s)
09:06:16 [2019-08-28T09:06:16.673Z]     run_cgroupns_linux_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCgroupNamespacesRunInvalidMode
09:06:16 [2019-08-28T09:06:16.673Z]     daemon.go:336: [d7d6bc2efca03] waiting for daemon to start
09:06:16 [2019-08-28T09:06:16.673Z]     daemon.go:336: [d7d6bc2efca03] waiting for daemon to start
09:06:16 [2019-08-28T09:06:16.673Z]     daemon.go:364: [d7d6bc2efca03] daemon started
09:06:16 [2019-08-28T09:06:16.673Z]     daemon.go:472: [d7d6bc2efca03] Stopping daemon
09:06:16 [2019-08-28T09:06:16.673Z]     daemon.go:307: [d7d6bc2efca03] exiting daemon
09:06:16 [2019-08-28T09:06:16.673Z]     daemon.go:459: [d7d6bc2efca03] Daemon stopped
09:06:16 [2019-08-28T09:06:16.673Z] === RUN   TestCgroupNamespacesRunOlderClient
09:06:17 [2019-08-28T09:06:17.606Z] PASS: docker_cli_daemon_test.go:117: DockerDaemonSuite.TestDaemonRestartUnlessStopped	9.900s
09:06:18 [2019-08-28T09:06:18.539Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.94s)
09:06:18 [2019-08-28T09:06:18.539Z]     run_cgroupns_linux_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCgroupNamespacesRunOlderClient
09:06:18 [2019-08-28T09:06:18.539Z]     daemon.go:336: [d198b257e7d8d] waiting for daemon to start
09:06:18 [2019-08-28T09:06:18.539Z]     daemon.go:336: [d198b257e7d8d] waiting for daemon to start
09:06:18 [2019-08-28T09:06:18.539Z]     daemon.go:364: [d198b257e7d8d] daemon started
09:06:18 [2019-08-28T09:06:18.539Z]     daemon.go:472: [d198b257e7d8d] Stopping daemon
09:06:18 [2019-08-28T09:06:18.539Z]     daemon.go:307: [d198b257e7d8d] exiting daemon
09:06:18 [2019-08-28T09:06:18.539Z]     daemon.go:459: [d198b257e7d8d] Daemon stopped
09:06:18 [2019-08-28T09:06:18.539Z] === RUN   TestKernelTCPMemory
09:06:19 [2019-08-28T09:06:19.105Z] PASS: docker_cli_build_test.go:4587: DockerSuite.TestBuildBuildTimeArgQuotedValVariants	6.156s
09:06:19 [2019-08-28T09:06:19.669Z] --- PASS: TestKernelTCPMemory (1.14s)
09:06:19 [2019-08-28T09:06:19.669Z] === RUN   TestNISDomainname
09:06:20 [2019-08-28T09:06:20.602Z] PASS: docker_cli_build_test.go:4511: DockerSuite.TestBuildBuildTimeArgUnconsumedArg	1.496s
09:06:20 [2019-08-28T09:06:20.859Z] --- PASS: TestNISDomainname (1.23s)
09:06:20 [2019-08-28T09:06:20.859Z] === RUN   TestHostnameDnsResolution
09:06:21 [2019-08-28T09:06:21.117Z] PASS: docker_cli_daemon_test.go:2575: DockerDaemonSuite.TestDaemonRestartWithAutoRemoveContainer	3.263s
09:06:22 [2019-08-28T09:06:22.049Z] PASS: docker_cli_build_test.go:4438: DockerSuite.TestBuildBuildTimeArgUntrustedDefinedAfterUse	1.489s
09:06:22 [2019-08-28T09:06:22.308Z] --- PASS: TestHostnameDnsResolution (1.56s)
09:06:22 [2019-08-28T09:06:22.308Z] === RUN   TestStats
09:06:22 [2019-08-28T09:06:22.873Z] PASS: docker_cli_daemon_test.go:677: DockerDaemonSuite.TestDaemonRestartWithBridgeIPChange	1.652s
09:06:22 [2019-08-28T09:06:22.873Z] PASS: docker_cli_build_test.go:372: DockerSuite.TestBuildCacheAdd	0.820s
09:06:23 [2019-08-28T09:06:23.806Z] PASS: docker_cli_build_test.go:4761: DockerSuite.TestBuildCacheBrokenSymlink	0.661s
09:06:24 [2019-08-28T09:06:24.739Z] --- PASS: TestStats (2.37s)
09:06:24 [2019-08-28T09:06:24.739Z] === RUN   TestStopContainerWithTimeout
09:06:24 [2019-08-28T09:06:24.739Z] === RUN   TestStopContainerWithTimeout/0
09:06:24 [2019-08-28T09:06:24.739Z] === PAUSE TestStopContainerWithTimeout/0
09:06:24 [2019-08-28T09:06:24.739Z] === RUN   TestStopContainerWithTimeout/1
09:06:24 [2019-08-28T09:06:24.739Z] === PAUSE TestStopContainerWithTimeout/1
09:06:24 [2019-08-28T09:06:24.739Z] === RUN   TestStopContainerWithTimeout/3
09:06:24 [2019-08-28T09:06:24.739Z] === PAUSE TestStopContainerWithTimeout/3
09:06:24 [2019-08-28T09:06:24.739Z] === RUN   TestStopContainerWithTimeout/-1
09:06:24 [2019-08-28T09:06:24.739Z] === PAUSE TestStopContainerWithTimeout/-1
09:06:24 [2019-08-28T09:06:24.739Z] === CONT  TestStopContainerWithTimeout/0
09:06:24 [2019-08-28T09:06:24.739Z] === CONT  TestStopContainerWithTimeout/3
09:06:24 [2019-08-28T09:06:24.997Z] PASS: docker_cli_daemon_test.go:1480: DockerDaemonSuite.TestDaemonRestartWithContainerRunning	2.280s
09:06:25 [2019-08-28T09:06:25.930Z] === CONT  TestStopContainerWithTimeout/-1
09:06:27 [2019-08-28T09:06:27.829Z] === CONT  TestStopContainerWithTimeout/1
09:06:27 [2019-08-28T09:06:27.999Z] Created binary: bundles/binary-daemon/dockerd-dev
09:06:27 [2019-08-28T09:06:27.999Z] Copying nested executables into bundles/binary-daemon
09:06:27 [2019-08-28T09:06:27.999Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Cross)
[Pipeline] sh
09:06:28 [2019-08-28T09:06:28.454Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39571/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_GITCOMMIT=99453d7bb34e7b145ef590cbada530110314bb02 -e DOCKER_GRAPHDRIVER docker:99453d7bb34e7b145ef590cbada530110314bb02 hack/make.sh cross
09:06:28 [2019-08-28T09:06:28.760Z] PASS: docker_cli_daemon_test.go:1554: DockerDaemonSuite.TestDaemonRestartWithContainerWithRestartPolicyAlways	3.315s
09:06:28 [2019-08-28T09:06:28.760Z] SKIP: docker_cli_daemon_test.go:230: DockerDaemonSuite.TestDaemonRestartWithIncreasedBasesize (unmatched requirement Devicemapper)
09:06:28 [2019-08-28T09:06:28.760Z] SKIP: docker_cli_daemon_test.go:210: DockerDaemonSuite.TestDaemonRestartWithInvalidBasesize (unmatched requirement Devicemapper)
09:06:29 [2019-08-28T09:06:29.012Z] 
09:06:29 [2019-08-28T09:06:29.012Z] Removing bundles/
09:06:29 [2019-08-28T09:06:29.012Z] 
09:06:29 [2019-08-28T09:06:29.012Z] ---> Making bundle: cross (in bundles/cross)
09:06:29 [2019-08-28T09:06:29.012Z] Cross building: bundles/cross/linux/amd64
09:06:29 [2019-08-28T09:06:29.012Z] Building: bundles/cross/linux/amd64/dockerd-dev
09:06:29 [2019-08-28T09:06:29.012Z] GOOS="linux" GOARCH="amd64" GOARM=""
09:06:29 [2019-08-28T09:06:29.325Z] PASS: docker_cli_build_test.go:5432: DockerSuite.TestBuildCacheFrom	5.652s
09:06:29 [2019-08-28T09:06:29.888Z] --- PASS: TestStopContainerWithTimeout (0.03s)
09:06:29 [2019-08-28T09:06:29.888Z]     --- PASS: TestStopContainerWithTimeout/0 (1.21s)
09:06:29 [2019-08-28T09:06:29.888Z]     --- PASS: TestStopContainerWithTimeout/3 (3.05s)
09:06:29 [2019-08-28T09:06:29.888Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.95s)
09:06:29 [2019-08-28T09:06:29.888Z]     --- PASS: TestStopContainerWithTimeout/1 (1.98s)
09:06:29 [2019-08-28T09:06:29.888Z] === RUN   TestDeleteDevicemapper
09:06:29 [2019-08-28T09:06:29.888Z] --- SKIP: TestDeleteDevicemapper (0.00s)
09:06:29 [2019-08-28T09:06:29.888Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
09:06:29 [2019-08-28T09:06:29.888Z] === RUN   TestStopContainerWithRestartPolicyAlways
09:06:30 [2019-08-28T09:06:30.820Z] PASS: docker_cli_build_test.go:5410: DockerSuite.TestBuildCacheFromEqualDiffIDsLength	1.593s
09:06:31 [2019-08-28T09:06:31.754Z] PASS: docker_cli_build_test.go:4873: DockerSuite.TestBuildCacheRootSource	0.891s
09:06:32 [2019-08-28T09:06:32.360Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.40s)
09:06:32 [2019-08-28T09:06:32.360Z] === RUN   TestUpdateMemory
09:06:32 [2019-08-28T09:06:32.360Z] --- SKIP: TestUpdateMemory (0.01s)
09:06:32 [2019-08-28T09:06:32.360Z]     update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit
09:06:32 [2019-08-28T09:06:32.360Z] === RUN   TestUpdateCPUQuota
09:06:32 [2019-08-28T09:06:32.621Z] PASS: docker_cli_daemon_test.go:1950: DockerDaemonSuite.TestDaemonRestartWithKilledRunningContainer	3.798s
09:06:33 [2019-08-28T09:06:33.193Z] PASS: docker_cli_build_unix_test.go:134: DockerSuite.TestBuildCancellationKillsSleep	1.099s
09:06:34 [2019-08-28T09:06:34.563Z] --- PASS: TestUpdateCPUQuota (2.21s)
09:06:34 [2019-08-28T09:06:34.563Z] === RUN   TestUpdatePidsLimit
09:06:34 [2019-08-28T09:06:34.563Z] === RUN   TestUpdatePidsLimit/update_from_none
09:06:35 [2019-08-28T09:06:35.129Z] === RUN   TestUpdatePidsLimit/no_change
09:06:35 [2019-08-28T09:06:35.386Z] === RUN   TestUpdatePidsLimit/update_lower
09:06:35 [2019-08-28T09:06:35.950Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
09:06:36 [2019-08-28T09:06:36.516Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
09:06:36 [2019-08-28T09:06:36.774Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
09:06:37 [2019-08-28T09:06:37.339Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
09:06:37 [2019-08-28T09:06:37.597Z] PASS: docker_cli_daemon_test.go:1879: DockerDaemonSuite.TestDaemonRestartWithLinks	4.690s
09:06:39 [2019-08-28T09:06:39.496Z] --- PASS: TestUpdatePidsLimit (4.94s)
09:06:39 [2019-08-28T09:06:39.496Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.52s)
09:06:39 [2019-08-28T09:06:39.496Z]     --- PASS: TestUpdatePidsLimit/no_change (0.49s)
09:06:39 [2019-08-28T09:06:39.496Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.43s)
09:06:39 [2019-08-28T09:06:39.496Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.51s)
09:06:39 [2019-08-28T09:06:39.496Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.49s)
09:06:39 [2019-08-28T09:06:39.496Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.58s)
09:06:39 [2019-08-28T09:06:39.496Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.46s)
09:06:39 [2019-08-28T09:06:39.496Z] === RUN   TestUpdateRestartPolicy
09:06:39 [2019-08-28T09:06:39.754Z] PASS: docker_api_build_test.go:405: DockerSuite.TestBuildChownOnCopy	6.771s
09:06:41 [2019-08-28T09:06:41.126Z] PASS: docker_cli_daemon_test.go:1902: DockerDaemonSuite.TestDaemonRestartWithNames	3.260s
09:06:42 [2019-08-28T09:06:42.500Z] PASS: docker_cli_build_test.go:3575: DockerSuite.TestBuildChownSingleFile	2.578s
09:06:43 [2019-08-28T09:06:43.432Z] PASS: docker_cli_build_test.go:3138: DockerSuite.TestBuildCleanupCmdOnEntrypoint	0.884s
09:06:43 [2019-08-28T09:06:43.997Z] PASS: docker_cli_build_test.go:3157: DockerSuite.TestBuildClearCmd	0.539s
09:06:44 [2019-08-28T09:06:44.254Z] PASS: docker_cli_build_test.go:1578: DockerSuite.TestBuildCmd	0.270s
09:06:44 [2019-08-28T09:06:44.254Z] PASS: docker_cli_daemon_test.go:1593: DockerDaemonSuite.TestDaemonRestartWithPausedContainer	2.980s
09:06:44 [2019-08-28T09:06:44.432Z] --- PASS: TestImportExtremelyLargeImageWorks (93.50s)
09:06:44 [2019-08-28T09:06:44.432Z]     import_test.go:26: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks
09:06:44 [2019-08-28T09:06:44.432Z]     daemon.go:336: [db7e7df5331ca] waiting for daemon to start
09:06:44 [2019-08-28T09:06:44.432Z]     daemon.go:336: [db7e7df5331ca] waiting for daemon to start
09:06:44 [2019-08-28T09:06:44.432Z]     daemon.go:364: [db7e7df5331ca] daemon started
09:06:44 [2019-08-28T09:06:44.432Z]     daemon.go:472: [db7e7df5331ca] Stopping daemon
09:06:44 [2019-08-28T09:06:44.432Z]     daemon.go:307: [db7e7df5331ca] exiting daemon
09:06:44 [2019-08-28T09:06:44.432Z]     daemon.go:459: [db7e7df5331ca] Daemon stopped
09:06:44 [2019-08-28T09:06:44.432Z] PASS
09:06:44 [2019-08-28T09:06:44.432Z] Running /go/src/github.com/docker/docker/integration/network flags=-test.v -test.timeout=120m  
09:06:44 [2019-08-28T09:06:44.432Z] INFO: Testing against a local daemon
09:06:44 [2019-08-28T09:06:44.432Z] === RUN   TestNetworkCreateDelete
09:06:44 [2019-08-28T09:06:44.432Z] --- PASS: TestNetworkCreateDelete (0.22s)
09:06:44 [2019-08-28T09:06:44.432Z] === RUN   TestDockerNetworkDeletePreferID
09:06:44 [2019-08-28T09:06:44.432Z] --- PASS: TestDockerNetworkDeletePreferID (0.65s)
09:06:44 [2019-08-28T09:06:44.432Z] === RUN   TestInspectNetwork
09:06:44 [2019-08-28T09:06:44.432Z] === RUN   TestInspectNetwork/full_network_id
09:06:44 [2019-08-28T09:06:44.432Z] === RUN   TestInspectNetwork/partial_network_id
09:06:44 [2019-08-28T09:06:44.432Z] === RUN   TestInspectNetwork/network_name
09:06:44 [2019-08-28T09:06:44.432Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
09:06:44 [2019-08-28T09:06:44.510Z] PASS: docker_cli_build_test.go:3241: DockerSuite.TestBuildCmdJSONNoShDashC	0.318s
09:06:44 [2019-08-28T09:06:44.767Z] PASS: docker_cli_build_test.go:3200: DockerSuite.TestBuildCmdShDashC	0.321s
09:06:44 [2019-08-28T09:06:44.767Z] SKIP: docker_cli_build_test.go:5341: DockerSuite.TestBuildCmdShellArgsEscaped (unmatched requirement DaemonIsWindows)
09:06:46 [2019-08-28T09:06:46.662Z] PASS: docker_cli_build_test.go:3215: DockerSuite.TestBuildCmdSpaces	1.486s
09:06:46 [2019-08-28T09:06:46.662Z] PASS: docker_cli_daemon_plugins_test.go:45: DockerDaemonSuite.TestDaemonRestartWithPluginDisabled	2.307s
09:06:49 [2019-08-28T09:06:49.429Z] --- PASS: TestInspectNetwork (9.48s)
09:06:49 [2019-08-28T09:06:49.429Z]     inspect_test.go:18: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork
09:06:49 [2019-08-28T09:06:49.429Z]     daemon.go:336: [dc53b3dcee158] waiting for daemon to start
09:06:49 [2019-08-28T09:06:49.429Z]     daemon.go:336: [dc53b3dcee158] waiting for daemon to start
09:06:49 [2019-08-28T09:06:49.429Z]     daemon.go:364: [dc53b3dcee158] daemon started
09:06:49 [2019-08-28T09:06:49.429Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
09:06:49 [2019-08-28T09:06:49.429Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
09:06:49 [2019-08-28T09:06:49.429Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
09:06:49 [2019-08-28T09:06:49.429Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
09:06:49 [2019-08-28T09:06:49.429Z]     daemon.go:472: [dc53b3dcee158] Stopping daemon
09:06:49 [2019-08-28T09:06:49.429Z]     daemon.go:307: [dc53b3dcee158] exiting daemon
09:06:49 [2019-08-28T09:06:49.429Z]     daemon.go:459: [dc53b3dcee158] Daemon stopped
09:06:49 [2019-08-28T09:06:49.429Z] === RUN   TestRunContainerWithBridgeNone
09:06:50 [2019-08-28T09:06:50.842Z] PASS: docker_cli_daemon_plugins_test.go:16: DockerDaemonSuite.TestDaemonRestartWithPluginEnabled	3.796s
09:06:52 [2019-08-28T09:06:52.110Z] --- PASS: TestRunContainerWithBridgeNone (2.82s)
09:06:52 [2019-08-28T09:06:52.110Z]     network_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone
09:06:52 [2019-08-28T09:06:52.110Z]     daemon.go:336: [d6f842dddc16c] waiting for daemon to start
09:06:52 [2019-08-28T09:06:52.110Z]     daemon.go:336: [d6f842dddc16c] waiting for daemon to start
09:06:52 [2019-08-28T09:06:52.110Z]     daemon.go:364: [d6f842dddc16c] daemon started
09:06:52 [2019-08-28T09:06:52.110Z]     daemon.go:472: [d6f842dddc16c] Stopping daemon
09:06:52 [2019-08-28T09:06:52.110Z]     daemon.go:307: [d6f842dddc16c] exiting daemon
09:06:52 [2019-08-28T09:06:52.110Z]     daemon.go:459: [d6f842dddc16c] Daemon stopped
09:06:52 [2019-08-28T09:06:52.110Z] === RUN   TestNetworkInvalidJSON
09:06:52 [2019-08-28T09:06:52.110Z] === RUN   TestNetworkInvalidJSON//networks/create
09:06:52 [2019-08-28T09:06:52.110Z] === PAUSE TestNetworkInvalidJSON//networks/create
09:06:52 [2019-08-28T09:06:52.110Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
09:06:52 [2019-08-28T09:06:52.110Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
09:06:52 [2019-08-28T09:06:52.110Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
09:06:52 [2019-08-28T09:06:52.110Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
09:06:52 [2019-08-28T09:06:52.110Z] === CONT  TestNetworkInvalidJSON//networks/create
09:06:52 [2019-08-28T09:06:52.110Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
09:06:52 [2019-08-28T09:06:52.110Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
09:06:52 [2019-08-28T09:06:52.110Z] --- PASS: TestNetworkInvalidJSON (0.02s)
09:06:52 [2019-08-28T09:06:52.110Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
09:06:52 [2019-08-28T09:06:52.110Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
09:06:52 [2019-08-28T09:06:52.110Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
09:06:52 [2019-08-28T09:06:52.110Z] === RUN   TestDaemonRestartWithLiveRestore
09:06:52 [2019-08-28T09:06:52.739Z] PASS: docker_cli_build_test.go:2646: DockerSuite.TestBuildCommentsShebangs	6.114s
09:06:52 [2019-08-28T09:06:52.996Z] --- PASS: TestUpdateRestartPolicy (13.73s)
09:06:52 [2019-08-28T09:06:52.996Z] === RUN   TestUpdateRestartWithAutoRemove
09:06:53 [2019-08-28T09:06:53.253Z] PASS: docker_cli_build_test.go:1774: DockerSuite.TestBuildConditionalCache	0.895s
09:06:53 [2019-08-28T09:06:53.380Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s)
09:06:53 [2019-08-28T09:06:53.380Z]     service_test.go:24: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore
09:06:53 [2019-08-28T09:06:53.380Z]     daemon.go:336: [d721fcc0b0d15] waiting for daemon to start
09:06:53 [2019-08-28T09:06:53.380Z]     daemon.go:336: [d721fcc0b0d15] waiting for daemon to start
09:06:53 [2019-08-28T09:06:53.380Z]     daemon.go:364: [d721fcc0b0d15] daemon started
09:06:53 [2019-08-28T09:06:53.380Z]     daemon.go:472: [d721fcc0b0d15] Stopping daemon
09:06:53 [2019-08-28T09:06:53.380Z]     daemon.go:307: [d721fcc0b0d15] exiting daemon
09:06:53 [2019-08-28T09:06:53.380Z]     daemon.go:459: [d721fcc0b0d15] Daemon stopped
09:06:53 [2019-08-28T09:06:53.380Z]     daemon.go:336: [d721fcc0b0d15] waiting for daemon to start
09:06:53 [2019-08-28T09:06:53.380Z]     daemon.go:336: [d721fcc0b0d15] waiting for daemon to start
09:06:53 [2019-08-28T09:06:53.380Z]     daemon.go:364: [d721fcc0b0d15] daemon started
09:06:53 [2019-08-28T09:06:53.380Z]     daemon.go:472: [d721fcc0b0d15] Stopping daemon
09:06:53 [2019-08-28T09:06:53.380Z]     daemon.go:307: [d721fcc0b0d15] exiting daemon
09:06:53 [2019-08-28T09:06:53.380Z]     daemon.go:459: [d721fcc0b0d15] Daemon stopped
09:06:53 [2019-08-28T09:06:53.380Z] === RUN   TestDaemonDefaultNetworkPools
09:06:54 [2019-08-28T09:06:54.152Z] --- PASS: TestDaemonDefaultNetworkPools (0.81s)
09:06:54 [2019-08-28T09:06:54.152Z]     service_test.go:53: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools
09:06:54 [2019-08-28T09:06:54.152Z]     daemon.go:336: [d8dd9479b96aa] waiting for daemon to start
09:06:54 [2019-08-28T09:06:54.152Z]     daemon.go:336: [d8dd9479b96aa] waiting for daemon to start
09:06:54 [2019-08-28T09:06:54.152Z]     daemon.go:364: [d8dd9479b96aa] daemon started
09:06:54 [2019-08-28T09:06:54.152Z]     daemon.go:472: [d8dd9479b96aa] Stopping daemon
09:06:54 [2019-08-28T09:06:54.152Z]     daemon.go:307: [d8dd9479b96aa] exiting daemon
09:06:54 [2019-08-28T09:06:54.152Z]     daemon.go:459: [d8dd9479b96aa] Daemon stopped
09:06:54 [2019-08-28T09:06:54.152Z] === RUN   TestDaemonRestartWithExistingNetwork
09:06:54 [2019-08-28T09:06:54.184Z] --- PASS: TestUpdateRestartWithAutoRemove (0.92s)
09:06:54 [2019-08-28T09:06:54.184Z] === RUN   TestWaitNonBlocked
09:06:54 [2019-08-28T09:06:54.184Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
09:06:54 [2019-08-28T09:06:54.184Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
09:06:54 [2019-08-28T09:06:54.184Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
09:06:54 [2019-08-28T09:06:54.184Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
09:06:54 [2019-08-28T09:06:54.184Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
09:06:54 [2019-08-28T09:06:54.184Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
09:06:54 [2019-08-28T09:06:54.442Z] PASS: docker_cli_daemon_test.go:57: DockerDaemonSuite.TestDaemonRestartWithRunningContainersPorts	3.507s
09:06:55 [2019-08-28T09:06:55.373Z] --- PASS: TestWaitNonBlocked (0.04s)
09:06:55 [2019-08-28T09:06:55.373Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.20s)
09:06:55 [2019-08-28T09:06:55.373Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.36s)
09:06:55 [2019-08-28T09:06:55.373Z] === RUN   TestWaitBlocked
09:06:55 [2019-08-28T09:06:55.373Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
09:06:55 [2019-08-28T09:06:55.373Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
09:06:55 [2019-08-28T09:06:55.373Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
09:06:55 [2019-08-28T09:06:55.373Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
09:06:55 [2019-08-28T09:06:55.373Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
09:06:55 [2019-08-28T09:06:55.373Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
09:06:55 [2019-08-28T09:06:55.406Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.24s)
09:06:55 [2019-08-28T09:06:55.406Z]     service_test.go:98: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork
09:06:55 [2019-08-28T09:06:55.406Z]     daemon.go:336: [d138c110dc6a8] waiting for daemon to start
09:06:55 [2019-08-28T09:06:55.406Z]     daemon.go:336: [d138c110dc6a8] waiting for daemon to start
09:06:55 [2019-08-28T09:06:55.406Z]     daemon.go:364: [d138c110dc6a8] daemon started
09:06:55 [2019-08-28T09:06:55.406Z]     daemon.go:472: [d138c110dc6a8] Stopping daemon
09:06:55 [2019-08-28T09:06:55.406Z]     daemon.go:307: [d138c110dc6a8] exiting daemon
09:06:55 [2019-08-28T09:06:55.406Z]     daemon.go:459: [d138c110dc6a8] Daemon stopped
09:06:55 [2019-08-28T09:06:55.406Z]     daemon.go:336: [d138c110dc6a8] waiting for daemon to start
09:06:55 [2019-08-28T09:06:55.406Z]     daemon.go:336: [d138c110dc6a8] waiting for daemon to start
09:06:55 [2019-08-28T09:06:55.406Z]     daemon.go:364: [d138c110dc6a8] daemon started
09:06:55 [2019-08-28T09:06:55.406Z]     daemon.go:472: [d138c110dc6a8] Stopping daemon
09:06:55 [2019-08-28T09:06:55.406Z]     daemon.go:307: [d138c110dc6a8] exiting daemon
09:06:55 [2019-08-28T09:06:55.406Z]     daemon.go:459: [d138c110dc6a8] Daemon stopped
09:06:55 [2019-08-28T09:06:55.406Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
09:06:56 [2019-08-28T09:06:56.746Z] --- PASS: TestWaitBlocked (0.04s)
09:06:56 [2019-08-28T09:06:56.746Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.38s)
09:06:56 [2019-08-28T09:06:56.746Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.43s)
09:06:56 [2019-08-28T09:06:56.746Z] === CONT  TestContainerStartOnDaemonRestart
09:06:56 [2019-08-28T09:06:56.746Z] === CONT  TestIpcModeOlderClient
09:06:56 [2019-08-28T09:06:56.808Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.47s)
09:06:56 [2019-08-28T09:06:56.808Z]     service_test.go:136: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
09:06:56 [2019-08-28T09:06:56.808Z]     daemon.go:336: [da4ed19e7d980] waiting for daemon to start
09:06:56 [2019-08-28T09:06:56.808Z]     daemon.go:336: [da4ed19e7d980] waiting for daemon to start
09:06:56 [2019-08-28T09:06:56.808Z]     daemon.go:364: [da4ed19e7d980] daemon started
09:06:56 [2019-08-28T09:06:56.808Z]     daemon.go:472: [da4ed19e7d980] Stopping daemon
09:06:56 [2019-08-28T09:06:56.808Z]     daemon.go:307: [da4ed19e7d980] exiting daemon
09:06:56 [2019-08-28T09:06:56.808Z]     daemon.go:459: [da4ed19e7d980] Daemon stopped
09:06:56 [2019-08-28T09:06:56.808Z]     daemon.go:336: [da4ed19e7d980] waiting for daemon to start
09:06:56 [2019-08-28T09:06:56.808Z]     daemon.go:336: [da4ed19e7d980] waiting for daemon to start
09:06:56 [2019-08-28T09:06:56.808Z]     daemon.go:364: [da4ed19e7d980] daemon started
09:06:56 [2019-08-28T09:06:56.808Z]     daemon.go:472: [da4ed19e7d980] Stopping daemon
09:06:56 [2019-08-28T09:06:56.808Z]     daemon.go:307: [da4ed19e7d980] exiting daemon
09:06:56 [2019-08-28T09:06:56.808Z]     daemon.go:459: [da4ed19e7d980] Daemon stopped
09:06:56 [2019-08-28T09:06:56.808Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
09:06:57 [2019-08-28T09:06:57.004Z] PASS: docker_cli_build_test.go:5621: DockerSuite.TestBuildContChar	3.612s
09:06:57 [2019-08-28T09:06:57.004Z] --- PASS: TestIpcModeOlderClient (0.16s)
09:06:57 [2019-08-28T09:06:57.004Z] === CONT  TestDaemonRestartIpcMode
09:06:57 [2019-08-28T09:06:57.183Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s)
09:06:57 [2019-08-28T09:06:57.183Z]     service_test.go:191: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool
09:06:57 [2019-08-28T09:06:57.183Z]     daemon.go:336: [ddd54eb37a5bd] waiting for daemon to start
09:06:57 [2019-08-28T09:06:57.183Z]     daemon.go:336: [ddd54eb37a5bd] waiting for daemon to start
09:06:57 [2019-08-28T09:06:57.183Z]     daemon.go:364: [ddd54eb37a5bd] daemon started
09:06:57 [2019-08-28T09:06:57.183Z]     daemon.go:472: [ddd54eb37a5bd] Stopping daemon
09:06:57 [2019-08-28T09:06:57.183Z]     daemon.go:307: [ddd54eb37a5bd] exiting daemon
09:06:57 [2019-08-28T09:06:57.183Z]     daemon.go:459: [ddd54eb37a5bd] Daemon stopped
09:06:57 [2019-08-28T09:06:57.183Z] === RUN   TestServiceWithPredefinedNetwork
09:06:58 [2019-08-28T09:06:58.376Z] PASS: docker_cli_build_test.go:3974: DockerSuite.TestBuildContainerWithCgroupParent	1.426s
09:06:58 [2019-08-28T09:06:58.940Z] PASS: docker_cli_build_test.go:1513: DockerSuite.TestBuildContextCleanup	0.353s
09:06:59 [2019-08-28T09:06:59.504Z] PASS: docker_cli_daemon_test.go:1411: DockerDaemonSuite.TestDaemonRestartWithSocketAsVolume	3.930s
09:06:59 [2019-08-28T09:06:59.762Z] PASS: docker_cli_build_test.go:1535: DockerSuite.TestBuildContextCleanupFailedBuild	1.055s
09:07:00 [2019-08-28T09:07:00.554Z] --- PASS: TestServiceWithPredefinedNetwork (3.08s)
09:07:00 [2019-08-28T09:07:00.554Z]     service_test.go:212: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork
09:07:00 [2019-08-28T09:07:00.554Z]     daemon.go:336: [d10d7585fb206] waiting for daemon to start
09:07:00 [2019-08-28T09:07:00.554Z]     daemon.go:336: [d10d7585fb206] waiting for daemon to start
09:07:00 [2019-08-28T09:07:00.554Z]     daemon.go:364: [d10d7585fb206] daemon started
09:07:00 [2019-08-28T09:07:00.554Z]     daemon.go:472: [d10d7585fb206] Stopping daemon
09:07:00 [2019-08-28T09:07:00.554Z]     daemon.go:307: [d10d7585fb206] exiting daemon
09:07:00 [2019-08-28T09:07:00.554Z]     daemon.go:459: [d10d7585fb206] Daemon stopped
09:07:00 [2019-08-28T09:07:00.554Z] === RUN   TestServiceRemoveKeepsIngressNetwork
09:07:00 [2019-08-28T09:07:00.554Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
09:07:00 [2019-08-28T09:07:00.554Z]     service_test.go:239: FLAKY_TEST
09:07:00 [2019-08-28T09:07:00.554Z] === RUN   TestServiceWithDataPathPortInit
09:07:00 [2019-08-28T09:07:00.695Z] PASS: docker_cli_build_test.go:2046: DockerSuite.TestBuildContextTarGzip	0.736s
09:07:00 [2019-08-28T09:07:00.695Z] --- PASS: TestContainerStartOnDaemonRestart (3.79s)
09:07:00 [2019-08-28T09:07:00.695Z]     daemon_linux_test.go:35: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestContainerStartOnDaemonRestart
09:07:00 [2019-08-28T09:07:00.695Z]     daemon.go:336: [d6e06d77a6400] waiting for daemon to start
09:07:00 [2019-08-28T09:07:00.695Z]     daemon.go:336: [d6e06d77a6400] waiting for daemon to start
09:07:00 [2019-08-28T09:07:00.695Z]     daemon.go:364: [d6e06d77a6400] daemon started
09:07:00 [2019-08-28T09:07:00.695Z]     daemon.go:307: [d6e06d77a6400] exiting daemon
09:07:00 [2019-08-28T09:07:00.695Z]     daemon.go:336: [d6e06d77a6400] waiting for daemon to start
09:07:00 [2019-08-28T09:07:00.695Z]     daemon.go:336: [d6e06d77a6400] waiting for daemon to start
09:07:00 [2019-08-28T09:07:00.695Z]     daemon.go:364: [d6e06d77a6400] daemon started
09:07:00 [2019-08-28T09:07:00.695Z]     daemon.go:472: [d6e06d77a6400] Stopping daemon
09:07:00 [2019-08-28T09:07:00.695Z]     daemon.go:307: [d6e06d77a6400] exiting daemon
09:07:00 [2019-08-28T09:07:00.695Z]     daemon.go:459: [d6e06d77a6400] Daemon stopped
09:07:00 [2019-08-28T09:07:00.953Z] PASS: docker_cli_build_test.go:2050: DockerSuite.TestBuildContextTarNoCompression	0.384s
09:07:01 [2019-08-28T09:07:01.519Z] --- PASS: TestDaemonRestartIpcMode (4.43s)
09:07:01 [2019-08-28T09:07:01.519Z]     daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartIpcMode
09:07:01 [2019-08-28T09:07:01.519Z]     daemon.go:336: [db159104744a2] waiting for daemon to start
09:07:01 [2019-08-28T09:07:01.519Z]     daemon.go:336: [db159104744a2] waiting for daemon to start
09:07:01 [2019-08-28T09:07:01.519Z]     daemon.go:364: [db159104744a2] daemon started
09:07:01 [2019-08-28T09:07:01.519Z]     daemon.go:472: [db159104744a2] Stopping daemon
09:07:01 [2019-08-28T09:07:01.519Z]     daemon.go:307: [db159104744a2] exiting daemon
09:07:01 [2019-08-28T09:07:01.519Z]     daemon.go:459: [db159104744a2] Daemon stopped
09:07:01 [2019-08-28T09:07:01.519Z]     daemon.go:336: [db159104744a2] waiting for daemon to start
09:07:01 [2019-08-28T09:07:01.519Z]     daemon.go:336: [db159104744a2] waiting for daemon to start
09:07:01 [2019-08-28T09:07:01.519Z]     daemon.go:364: [db159104744a2] daemon started
09:07:01 [2019-08-28T09:07:01.519Z]     daemon.go:472: [db159104744a2] Stopping daemon
09:07:01 [2019-08-28T09:07:01.519Z]     daemon.go:307: [db159104744a2] exiting daemon
09:07:01 [2019-08-28T09:07:01.519Z]     daemon.go:459: [db159104744a2] Daemon stopped
09:07:01 [2019-08-28T09:07:01.519Z] PASS
09:07:01 [2019-08-28T09:07:01.519Z] Running /go/src/github.com/docker/docker/integration/image flags=-test.v -test.timeout=120m  
09:07:01 [2019-08-28T09:07:01.519Z] INFO: Testing against a local daemon
09:07:01 [2019-08-28T09:07:01.519Z] === RUN   TestCommitInheritsEnv
09:07:02 [2019-08-28T09:07:02.084Z] --- PASS: TestCommitInheritsEnv (0.52s)
09:07:02 [2019-08-28T09:07:02.084Z] === RUN   TestImportExtremelyLargeImageWorks
09:07:02 [2019-08-28T09:07:02.084Z] === PAUSE TestImportExtremelyLargeImageWorks
09:07:02 [2019-08-28T09:07:02.084Z] === RUN   TestImagesFilterMultiReference
09:07:02 [2019-08-28T09:07:02.084Z] PASS: docker_cli_daemon_test.go:2047: DockerDaemonSuite.TestDaemonRestartWithUnpausedRunningContainer	2.632s
09:07:02 [2019-08-28T09:07:02.342Z] --- PASS: TestImagesFilterMultiReference (0.09s)
09:07:02 [2019-08-28T09:07:02.342Z] === RUN   TestImagePullPlatformInvalid
09:07:02 [2019-08-28T09:07:02.342Z] --- PASS: TestImagePullPlatformInvalid (0.06s)
09:07:02 [2019-08-28T09:07:02.342Z] === RUN   TestRemoveImageOrphaning
09:07:02 [2019-08-28T09:07:02.907Z] --- PASS: TestRemoveImageOrphaning (0.49s)
09:07:02 [2019-08-28T09:07:02.907Z] === RUN   TestRemoveImageGarbageCollector
09:07:05 [2019-08-28T09:07:05.432Z] --- PASS: TestRemoveImageGarbageCollector (2.31s)
09:07:05 [2019-08-28T09:07:05.432Z]     remove_unix_test.go:34: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestRemoveImageGarbageCollector
09:07:05 [2019-08-28T09:07:05.432Z]     daemon.go:336: [d465844dbd563] waiting for daemon to start
09:07:05 [2019-08-28T09:07:05.433Z]     daemon.go:336: [d465844dbd563] waiting for daemon to start
09:07:05 [2019-08-28T09:07:05.433Z]     daemon.go:364: [d465844dbd563] daemon started
09:07:05 [2019-08-28T09:07:05.433Z]     daemon.go:472: [d465844dbd563] Stopping daemon
09:07:05 [2019-08-28T09:07:05.433Z]     daemon.go:307: [d465844dbd563] exiting daemon
09:07:05 [2019-08-28T09:07:05.433Z]     daemon.go:459: [d465844dbd563] Daemon stopped
09:07:05 [2019-08-28T09:07:05.433Z] === RUN   TestTagUnprefixedRepoByNameOrName
09:07:05 [2019-08-28T09:07:05.433Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.08s)
09:07:05 [2019-08-28T09:07:05.433Z] === RUN   TestTagInvalidReference
09:07:05 [2019-08-28T09:07:05.433Z] --- PASS: TestTagInvalidReference (0.03s)
09:07:05 [2019-08-28T09:07:05.433Z] === RUN   TestTagValidPrefixedRepo
09:07:05 [2019-08-28T09:07:05.433Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
09:07:05 [2019-08-28T09:07:05.433Z] === RUN   TestTagExistedNameWithoutForce
09:07:05 [2019-08-28T09:07:05.433Z] --- PASS: TestTagExistedNameWithoutForce (0.04s)
09:07:05 [2019-08-28T09:07:05.433Z] === RUN   TestTagOfficialNames
09:07:05 [2019-08-28T09:07:05.433Z] --- PASS: TestTagOfficialNames (0.08s)
09:07:05 [2019-08-28T09:07:05.433Z] === RUN   TestTagMatchesDigest
09:07:05 [2019-08-28T09:07:05.433Z] --- PASS: TestTagMatchesDigest (0.03s)
09:07:05 [2019-08-28T09:07:05.433Z] === CONT  TestImportExtremelyLargeImageWorks
09:07:05 [2019-08-28T09:07:05.433Z] PASS: docker_cli_daemon_test.go:91: DockerDaemonSuite.TestDaemonRestartWithVolumesRefs	3.283s
09:07:06 [2019-08-28T09:07:06.800Z] --- PASS: TestServiceWithDataPathPortInit (5.98s)
09:07:06 [2019-08-28T09:07:06.800Z]     service_test.go:348: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit
09:07:06 [2019-08-28T09:07:06.800Z]     daemon.go:336: [df9d66e919e83] waiting for daemon to start
09:07:06 [2019-08-28T09:07:06.800Z]     daemon.go:336: [df9d66e919e83] waiting for daemon to start
09:07:06 [2019-08-28T09:07:06.800Z]     daemon.go:364: [df9d66e919e83] daemon started
09:07:06 [2019-08-28T09:07:06.800Z]     daemon.go:472: [df9d66e919e83] Stopping daemon
09:07:06 [2019-08-28T09:07:06.800Z]     daemon.go:307: [df9d66e919e83] exiting daemon
09:07:06 [2019-08-28T09:07:06.800Z]     daemon.go:459: [df9d66e919e83] Daemon stopped
09:07:06 [2019-08-28T09:07:06.800Z]     service_test.go:376: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit
09:07:06 [2019-08-28T09:07:06.800Z]     daemon.go:336: [dded27a7fe076] waiting for daemon to start
09:07:06 [2019-08-28T09:07:06.800Z]     daemon.go:336: [dded27a7fe076] waiting for daemon to start
09:07:06 [2019-08-28T09:07:06.800Z]     daemon.go:364: [dded27a7fe076] daemon started
09:07:06 [2019-08-28T09:07:06.800Z]     daemon.go:472: [dded27a7fe076] Stopping daemon
09:07:06 [2019-08-28T09:07:06.800Z]     daemon.go:307: [dded27a7fe076] exiting daemon
09:07:06 [2019-08-28T09:07:06.800Z]     daemon.go:459: [dded27a7fe076] Daemon stopped
09:07:06 [2019-08-28T09:07:06.800Z] === RUN   TestServiceWithDefaultAddressPoolInit
09:07:09 [2019-08-28T09:07:09.612Z] PASS: docker_cli_daemon_plugins_test.go:98: DockerDaemonSuite.TestDaemonShutdownLiveRestoreWithPlugins	3.975s
09:07:11 [2019-08-28T09:07:11.950Z] --- PASS: TestServiceWithDefaultAddressPoolInit (5.55s)
09:07:11 [2019-08-28T09:07:11.950Z]     service_test.go:407: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit
09:07:11 [2019-08-28T09:07:11.950Z]     daemon.go:336: [d622c1d215790] waiting for daemon to start
09:07:11 [2019-08-28T09:07:11.950Z]     daemon.go:336: [d622c1d215790] waiting for daemon to start
09:07:11 [2019-08-28T09:07:11.950Z]     daemon.go:364: [d622c1d215790] daemon started
09:07:11 [2019-08-28T09:07:11.950Z]     service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:acrh5ho6d14caxo9nt206qeo7 Created:2019-08-28 09:07:07.578855889 +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[] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[] Services:map[]}
09:07:11 [2019-08-28T09:07:11.950Z]     daemon.go:472: [d622c1d215790] Stopping daemon
09:07:11 [2019-08-28T09:07:11.950Z]     daemon.go:307: [d622c1d215790] exiting daemon
09:07:11 [2019-08-28T09:07:11.950Z]     daemon.go:459: [d622c1d215790] Daemon stopped
09:07:11 [2019-08-28T09:07:11.950Z]     service_test.go:447: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit
09:07:11 [2019-08-28T09:07:11.950Z]     daemon.go:336: [d872fb96da040] waiting for daemon to start
09:07:11 [2019-08-28T09:07:11.950Z]     daemon.go:336: [d872fb96da040] waiting for daemon to start
09:07:11 [2019-08-28T09:07:11.950Z]     daemon.go:364: [d872fb96da040] daemon started
09:07:11 [2019-08-28T09:07:11.950Z]     daemon.go:472: [d872fb96da040] Stopping daemon
09:07:11 [2019-08-28T09:07:11.950Z]     daemon.go:307: [d872fb96da040] exiting daemon
09:07:11 [2019-08-28T09:07:11.950Z]     daemon.go:459: [d872fb96da040] Daemon stopped
09:07:11 [2019-08-28T09:07:11.950Z] PASS
09:07:11 [2019-08-28T09:07:11.950Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan flags=-test.v -test.timeout=120m  
09:07:11 [2019-08-28T09:07:11.950Z] INFO: Testing against a local daemon
09:07:11 [2019-08-28T09:07:11.950Z] === RUN   TestDockerNetworkIpvlanPersistance
09:07:12 [2019-08-28T09:07:12.136Z] PASS: docker_cli_daemon_test.go:2671: DockerDaemonSuite.TestDaemonShutdownTimeout	2.019s
09:07:13 [2019-08-28T09:07:13.790Z] --- PASS: TestDockerNetworkIpvlanPersistance (1.42s)
09:07:13 [2019-08-28T09:07:13.790Z]     ipvlan_test.go:28: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlanPersistance
09:07:13 [2019-08-28T09:07:13.790Z]     daemon.go:336: [d738ad2d8b855] waiting for daemon to start
09:07:13 [2019-08-28T09:07:13.790Z]     daemon.go:336: [d738ad2d8b855] waiting for daemon to start
09:07:13 [2019-08-28T09:07:13.790Z]     daemon.go:364: [d738ad2d8b855] daemon started
09:07:13 [2019-08-28T09:07:13.790Z]     daemon.go:472: [d738ad2d8b855] Stopping daemon
09:07:13 [2019-08-28T09:07:13.790Z]     daemon.go:307: [d738ad2d8b855] exiting daemon
09:07:13 [2019-08-28T09:07:13.790Z]     daemon.go:459: [d738ad2d8b855] Daemon stopped
09:07:13 [2019-08-28T09:07:13.790Z]     daemon.go:336: [d738ad2d8b855] waiting for daemon to start
09:07:13 [2019-08-28T09:07:13.790Z]     daemon.go:336: [d738ad2d8b855] waiting for daemon to start
09:07:13 [2019-08-28T09:07:13.790Z]     daemon.go:364: [d738ad2d8b855] daemon started
09:07:13 [2019-08-28T09:07:13.790Z]     daemon.go:472: [d738ad2d8b855] Stopping daemon
09:07:13 [2019-08-28T09:07:13.790Z]     daemon.go:307: [d738ad2d8b855] exiting daemon
09:07:13 [2019-08-28T09:07:13.790Z]     daemon.go:459: [d738ad2d8b855] Daemon stopped
09:07:13 [2019-08-28T09:07:13.790Z] === RUN   TestDockerNetworkIpvlan
09:07:14 [2019-08-28T09:07:14.157Z] === RUN   TestDockerNetworkIpvlan/Subinterface
09:07:15 [2019-08-28T09:07:15.411Z] PASS: docker_cli_daemon_test.go:2692: DockerDaemonSuite.TestDaemonShutdownTimeoutWithConfigFile	3.517s
09:07:15 [2019-08-28T09:07:15.495Z] === RUN   TestDockerNetworkIpvlan/OverlapParent
09:07:15 [2019-08-28T09:07:15.668Z] PASS: docker_cli_build_test.go:522: DockerSuite.TestBuildCopyAddMultipleFiles	14.599s
09:07:16 [2019-08-28T09:07:16.300Z] === RUN   TestDockerNetworkIpvlan/L2NilParent
09:07:16 [2019-08-28T09:07:16.599Z] PASS: docker_api_build_test.go:435: DockerSuite.TestBuildCopyCacheOnFileChange	1.088s
09:07:17 [2019-08-28T09:07:17.532Z] PASS: docker_cli_build_test.go:1840: DockerSuite.TestBuildCopyDirButNotFile	0.707s
09:07:18 [2019-08-28T09:07:18.739Z] === RUN   TestDockerNetworkIpvlan/L2InternalMode
09:07:21 [2019-08-28T09:07:21.713Z] PASS: docker_cli_daemon_plugins_test.go:123: DockerDaemonSuite.TestDaemonShutdownWithPlugins	6.095s
09:07:21 [2019-08-28T09:07:21.713Z] PASS: docker_cli_build_test.go:894: DockerSuite.TestBuildCopyDirContentToExistDir	4.082s
09:07:22 [2019-08-28T09:07:22.645Z] PASS: docker_cli_daemon_test.go:283: DockerDaemonSuite.TestDaemonStartBridgeWithoutIPAssociation	1.034s
09:07:22 [2019-08-28T09:07:22.933Z] === RUN   TestDockerNetworkIpvlan/L3NilParent
09:07:23 [2019-08-28T09:07:23.210Z] PASS: docker_cli_daemon_test.go:205: DockerDaemonSuite.TestDaemonStartIptablesFalse	0.520s
09:07:23 [2019-08-28T09:07:23.775Z] PASS: docker_cli_daemon_test.go:1676: DockerDaemonSuite.TestDaemonStartWithDefaultTLSHost	0.593s
09:07:25 [2019-08-28T09:07:25.440Z] === RUN   TestDockerNetworkIpvlan/L3InternalMode
09:07:27 [2019-08-28T09:07:27.050Z] PASS: docker_cli_build_test.go:880: DockerSuite.TestBuildCopyDirContentToRoot	4.908s
09:07:28 [2019-08-28T09:07:28.422Z] PASS: docker_cli_build_test.go:6045: DockerSuite.TestBuildCopyFileDotWithWorkdir	1.765s
09:07:28 [2019-08-28T09:07:28.422Z] SKIP: docker_cli_build_test.go:607: DockerSuite.TestBuildCopyFileWithWhitespaceOnWindows (unmatched requirement DaemonIsWindows)
09:07:28 [2019-08-28T09:07:28.422Z] SKIP: docker_cli_build_test.go:5918: DockerSuite.TestBuildCopyFromForbidWindowsRelativePaths (unmatched requirement DaemonIsWindows)
09:07:28 [2019-08-28T09:07:28.422Z] SKIP: docker_cli_build_test.go:5901: DockerSuite.TestBuildCopyFromForbidWindowsSystemPaths (unmatched requirement DaemonIsWindows)
09:07:28 [2019-08-28T09:07:28.422Z] SKIP: docker_cli_build_test.go:5936: DockerSuite.TestBuildCopyFromWindowsIsCaseInsensitive (unmatched requirement DaemonIsWindows)
09:07:28 [2019-08-28T09:07:28.696Z] === RUN   TestDockerNetworkIpvlan/L2MultiSubnet
09:07:28 [2019-08-28T09:07:28.985Z] PASS: docker_cli_daemon_test.go:2936: DockerDaemonSuite.TestDaemonStartWithIpcModes	5.143s
09:07:30 [2019-08-28T09:07:30.357Z] PASS: docker_cli_daemon_test.go:2130: DockerDaemonSuite.TestDaemonStartWithoutColors	1.073s
09:07:30 [2019-08-28T09:07:30.615Z] PASS: docker_cli_daemon_test.go:1667: DockerDaemonSuite.TestDaemonStartWithoutHost	0.550s
09:07:31 [2019-08-28T09:07:31.583Z] PASS: docker_cli_daemon_test.go:1531: DockerDaemonSuite.TestDaemonTLSVerifyIssue13964	0.599s
09:07:33 [2019-08-28T09:07:33.498Z] PASS: docker_cli_build_test.go:849: DockerSuite.TestBuildCopySingleFileToExistDir	5.064s
09:07:33 [2019-08-28T09:07:33.795Z] === RUN   TestDockerNetworkIpvlan/L3MultiSubnet
09:07:35 [2019-08-28T09:07:35.400Z] PASS: docker_cli_daemon_test.go:957: DockerDaemonSuite.TestDaemonUlimitDefaults	3.604s
09:07:35 [2019-08-28T09:07:35.658Z] PASS: docker_cli_daemon_test.go:1161: DockerDaemonSuite.TestDaemonUnixSockCleanedUp	0.535s
09:07:39 [2019-08-28T09:07:39.001Z] === RUN   TestDockerNetworkIpvlan/Addressing
09:07:39 [2019-08-28T09:07:39.835Z] PASS: docker_cli_build_test.go:865: DockerSuite.TestBuildCopySingleFileToNonExistDir	6.092s
09:07:40 [2019-08-28T09:07:40.811Z] --- PASS: TestDockerNetworkIpvlan (27.38s)
09:07:40 [2019-08-28T09:07:40.811Z]     ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:336: [de3f0a6efe4c1] waiting for daemon to start
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:336: [de3f0a6efe4c1] waiting for daemon to start
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:364: [de3f0a6efe4c1] daemon started
09:07:40 [2019-08-28T09:07:40.811Z]     --- PASS: TestDockerNetworkIpvlan/Subinterface (0.12s)
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:472: [de3f0a6efe4c1] Stopping daemon
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:307: [de3f0a6efe4c1] exiting daemon
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:459: [de3f0a6efe4c1] Daemon stopped
09:07:40 [2019-08-28T09:07:40.811Z]     ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:336: [d6eaebdae0d81] waiting for daemon to start
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:336: [d6eaebdae0d81] waiting for daemon to start
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:364: [d6eaebdae0d81] daemon started
09:07:40 [2019-08-28T09:07:40.811Z]     --- PASS: TestDockerNetworkIpvlan/OverlapParent (0.06s)
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:472: [d6eaebdae0d81] Stopping daemon
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:307: [d6eaebdae0d81] exiting daemon
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:459: [d6eaebdae0d81] Daemon stopped
09:07:40 [2019-08-28T09:07:40.811Z]     ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:336: [dc9993b854c6d] waiting for daemon to start
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:336: [dc9993b854c6d] waiting for daemon to start
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:364: [dc9993b854c6d] daemon started
09:07:40 [2019-08-28T09:07:40.811Z]     --- PASS: TestDockerNetworkIpvlan/L2NilParent (1.30s)
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:472: [dc9993b854c6d] Stopping daemon
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:307: [dc9993b854c6d] exiting daemon
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:459: [dc9993b854c6d] Daemon stopped
09:07:40 [2019-08-28T09:07:40.811Z]     ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:336: [d68c2f3c11b5c] waiting for daemon to start
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:336: [d68c2f3c11b5c] waiting for daemon to start
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:364: [d68c2f3c11b5c] daemon started
09:07:40 [2019-08-28T09:07:40.811Z]     --- PASS: TestDockerNetworkIpvlan/L2InternalMode (2.28s)
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:472: [d68c2f3c11b5c] Stopping daemon
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:307: [d68c2f3c11b5c] exiting daemon
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:459: [d68c2f3c11b5c] Daemon stopped
09:07:40 [2019-08-28T09:07:40.811Z]     ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:336: [d0c745d6951b3] waiting for daemon to start
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:336: [d0c745d6951b3] waiting for daemon to start
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:364: [d0c745d6951b3] daemon started
09:07:40 [2019-08-28T09:07:40.811Z]     --- PASS: TestDockerNetworkIpvlan/L3NilParent (1.27s)
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:472: [d0c745d6951b3] Stopping daemon
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:307: [d0c745d6951b3] exiting daemon
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:459: [d0c745d6951b3] Daemon stopped
09:07:40 [2019-08-28T09:07:40.811Z]     ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:336: [d73fa1f65e467] waiting for daemon to start
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:336: [d73fa1f65e467] waiting for daemon to start
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:364: [d73fa1f65e467] daemon started
09:07:40 [2019-08-28T09:07:40.811Z]     --- PASS: TestDockerNetworkIpvlan/L3InternalMode (2.26s)
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:472: [d73fa1f65e467] Stopping daemon
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:307: [d73fa1f65e467] exiting daemon
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:459: [d73fa1f65e467] Daemon stopped
09:07:40 [2019-08-28T09:07:40.811Z]     ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:336: [d55884bd2934a] waiting for daemon to start
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:336: [d55884bd2934a] waiting for daemon to start
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:364: [d55884bd2934a] daemon started
09:07:40 [2019-08-28T09:07:40.811Z]     --- PASS: TestDockerNetworkIpvlan/L2MultiSubnet (3.32s)
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:472: [d55884bd2934a] Stopping daemon
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:307: [d55884bd2934a] exiting daemon
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:459: [d55884bd2934a] Daemon stopped
09:07:40 [2019-08-28T09:07:40.811Z]     ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:336: [d97d8ea35cd12] waiting for daemon to start
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:336: [d97d8ea35cd12] waiting for daemon to start
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:364: [d97d8ea35cd12] daemon started
09:07:40 [2019-08-28T09:07:40.811Z]     --- PASS: TestDockerNetworkIpvlan/L3MultiSubnet (3.30s)
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:472: [d97d8ea35cd12] Stopping daemon
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:307: [d97d8ea35cd12] exiting daemon
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:459: [d97d8ea35cd12] Daemon stopped
09:07:40 [2019-08-28T09:07:40.811Z]     ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:336: [da819c0224d60] waiting for daemon to start
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:336: [da819c0224d60] waiting for daemon to start
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:364: [da819c0224d60] daemon started
09:07:40 [2019-08-28T09:07:40.811Z]     --- PASS: TestDockerNetworkIpvlan/Addressing (1.90s)
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:472: [da819c0224d60] Stopping daemon
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:307: [da819c0224d60] exiting daemon
09:07:40 [2019-08-28T09:07:40.811Z]     daemon.go:459: [da819c0224d60] Daemon stopped
09:07:40 [2019-08-28T09:07:40.811Z] PASS
09:07:40 [2019-08-28T09:07:40.811Z] Running /go/src/github.com/docker/docker/integration/network/macvlan flags=-test.v -test.timeout=120m  
09:07:41 [2019-08-28T09:07:41.187Z] INFO: Testing against a local daemon
09:07:41 [2019-08-28T09:07:41.187Z] === RUN   TestDockerNetworkMacvlanPersistance
09:07:42 [2019-08-28T09:07:42.532Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.45s)
09:07:42 [2019-08-28T09:07:42.532Z]     macvlan_test.go:24: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance
09:07:42 [2019-08-28T09:07:42.532Z]     daemon.go:336: [d29badb427fc9] waiting for daemon to start
09:07:42 [2019-08-28T09:07:42.532Z]     daemon.go:336: [d29badb427fc9] waiting for daemon to start
09:07:42 [2019-08-28T09:07:42.532Z]     daemon.go:364: [d29badb427fc9] daemon started
09:07:42 [2019-08-28T09:07:42.532Z]     daemon.go:472: [d29badb427fc9] Stopping daemon
09:07:42 [2019-08-28T09:07:42.532Z]     daemon.go:307: [d29badb427fc9] exiting daemon
09:07:42 [2019-08-28T09:07:42.532Z]     daemon.go:459: [d29badb427fc9] Daemon stopped
09:07:42 [2019-08-28T09:07:42.532Z]     daemon.go:336: [d29badb427fc9] waiting for daemon to start
09:07:42 [2019-08-28T09:07:42.532Z]     daemon.go:336: [d29badb427fc9] waiting for daemon to start
09:07:42 [2019-08-28T09:07:42.532Z]     daemon.go:364: [d29badb427fc9] daemon started
09:07:42 [2019-08-28T09:07:42.532Z]     daemon.go:472: [d29badb427fc9] Stopping daemon
09:07:42 [2019-08-28T09:07:42.532Z]     daemon.go:307: [d29badb427fc9] exiting daemon
09:07:42 [2019-08-28T09:07:42.532Z]     daemon.go:459: [d29badb427fc9] Daemon stopped
09:07:42 [2019-08-28T09:07:42.532Z] === RUN   TestDockerNetworkMacvlan
09:07:43 [2019-08-28T09:07:43.111Z] PASS: docker_cli_build_test.go:811: DockerSuite.TestBuildCopySingleFileToRoot	3.627s
09:07:43 [2019-08-28T09:07:43.322Z] === RUN   TestDockerNetworkMacvlan/Subinterface
09:07:43 [2019-08-28T09:07:43.675Z] PASS: docker_cli_build_test.go:827: DockerSuite.TestBuildCopySingleFileToWorkdir	0.424s
09:07:44 [2019-08-28T09:07:44.600Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
09:07:45 [2019-08-28T09:07:45.382Z] === RUN   TestDockerNetworkMacvlan/NilParent
09:07:47 [2019-08-28T09:07:47.833Z] === RUN   TestDockerNetworkMacvlan/InternalMode
09:07:50 [2019-08-28T09:07:50.230Z] PASS: docker_cli_userns_test.go:25: DockerDaemonSuite.TestDaemonUserNamespaceRootSetting	2.933s
09:07:50 [2019-08-28T09:07:50.372Z] Created binary: bundles/cross/linux/amd64/dockerd-dev
09:07:50 [2019-08-28T09:07:50.372Z] Copying nested executables into bundles/cross/linux/amd64
09:07:50 [2019-08-28T09:07:50.372Z] Cross building: bundles/cross/windows/amd64
09:07:50 [2019-08-28T09:07:50.372Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe
09:07:50 [2019-08-28T09:07:50.372Z] GOOS="windows" GOARCH="amd64" GOARM=""
09:07:50 [2019-08-28T09:07:50.795Z] PASS: docker_cli_build_test.go:910: DockerSuite.TestBuildCopyWholeDirToRoot	7.144s
09:07:51 [2019-08-28T09:07:51.359Z] PASS: docker_cli_daemon_test.go:1577: DockerDaemonSuite.TestDaemonWideLogConfig	1.795s
09:07:51 [2019-08-28T09:07:51.953Z] === RUN   TestDockerNetworkMacvlan/Addressing
09:07:52 [2019-08-28T09:07:52.729Z] --- PASS: TestDockerNetworkMacvlan (10.24s)
09:07:52 [2019-08-28T09:07:52.729Z]     macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan
09:07:52 [2019-08-28T09:07:52.729Z]     daemon.go:336: [d1de85c99a9ec] waiting for daemon to start
09:07:52 [2019-08-28T09:07:52.729Z]     daemon.go:336: [d1de85c99a9ec] waiting for daemon to start
09:07:52 [2019-08-28T09:07:52.729Z]     daemon.go:364: [d1de85c99a9ec] daemon started
09:07:52 [2019-08-28T09:07:52.729Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s)
09:07:52 [2019-08-28T09:07:52.729Z]     daemon.go:472: [d1de85c99a9ec] Stopping daemon
09:07:52 [2019-08-28T09:07:52.729Z]     daemon.go:307: [d1de85c99a9ec] exiting daemon
09:07:52 [2019-08-28T09:07:52.729Z]     daemon.go:459: [d1de85c99a9ec] Daemon stopped
09:07:52 [2019-08-28T09:07:52.729Z]     macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan
09:07:52 [2019-08-28T09:07:52.729Z]     daemon.go:336: [d20bcd4a04b10] waiting for daemon to start
09:07:52 [2019-08-28T09:07:52.729Z]     daemon.go:336: [d20bcd4a04b10] waiting for daemon to start
09:07:52 [2019-08-28T09:07:52.729Z]     daemon.go:364: [d20bcd4a04b10] daemon started
09:07:52 [2019-08-28T09:07:52.729Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.12s)
09:07:52 [2019-08-28T09:07:52.729Z]     daemon.go:472: [d20bcd4a04b10] Stopping daemon
09:07:52 [2019-08-28T09:07:52.729Z]     daemon.go:307: [d20bcd4a04b10] exiting daemon
09:07:52 [2019-08-28T09:07:52.729Z]     daemon.go:459: [d20bcd4a04b10] Daemon stopped
09:07:52 [2019-08-28T09:07:52.729Z]     macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan
09:07:52 [2019-08-28T09:07:52.729Z]     daemon.go:336: [d6a13246c6ceb] waiting for daemon to start
09:07:52 [2019-08-28T09:07:52.729Z]     daemon.go:336: [d6a13246c6ceb] waiting for daemon to start
09:07:52 [2019-08-28T09:07:52.729Z]     daemon.go:364: [d6a13246c6ceb] daemon started
09:07:52 [2019-08-28T09:07:52.729Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.30s)
09:07:52 [2019-08-28T09:07:52.729Z]     daemon.go:472: [d6a13246c6ceb] Stopping daemon
09:07:52 [2019-08-28T09:07:52.729Z]     daemon.go:307: [d6a13246c6ceb] exiting daemon
09:07:52 [2019-08-28T09:07:52.729Z]     daemon.go:459: [d6a13246c6ceb] Daemon stopped
09:07:52 [2019-08-28T09:07:52.729Z]     macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan
09:07:52 [2019-08-28T09:07:52.729Z]     daemon.go:336: [d1daecc7da1ab] waiting for daemon to start
09:07:52 [2019-08-28T09:07:52.729Z]     daemon.go:336: [d1daecc7da1ab] waiting for daemon to start
09:07:52 [2019-08-28T09:07:52.729Z]     daemon.go:364: [d1daecc7da1ab] daemon started
09:07:52 [2019-08-28T09:07:52.729Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (2.30s)
09:07:52 [2019-08-28T09:07:52.729Z]     daemon.go:472: [d1daecc7da1ab] Stopping daemon
09:07:52 [2019-08-28T09:07:52.729Z]     daemon.go:307: [d1daecc7da1ab] exiting daemon
09:07:52 [2019-08-28T09:07:52.729Z]     daemon.go:459: [d1daecc7da1ab] Daemon stopped
09:07:52 [2019-08-28T09:07:52.729Z]     macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan
09:07:52 [2019-08-28T09:07:52.729Z]     daemon.go:336: [d4a91b1ba6eee] waiting for daemon to start
09:07:52 [2019-08-28T09:07:52.729Z]     daemon.go:336: [d4a91b1ba6eee] waiting for daemon to start
09:07:52 [2019-08-28T09:07:52.729Z]     daemon.go:364: [d4a91b1ba6eee] daemon started
09:07:52 [2019-08-28T09:07:52.729Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.91s)
09:07:52 [2019-08-28T09:07:52.729Z]     daemon.go:472: [d4a91b1ba6eee] Stopping daemon
09:07:52 [2019-08-28T09:07:52.729Z]     daemon.go:307: [d4a91b1ba6eee] exiting daemon
09:07:52 [2019-08-28T09:07:52.729Z]     daemon.go:459: [d4a91b1ba6eee] Daemon stopped
09:07:52 [2019-08-28T09:07:52.729Z] PASS
09:07:52 [2019-08-28T09:07:52.729Z] Running /go/src/github.com/docker/docker/integration/plugin flags=-test.v -test.timeout=120m  
09:07:52 [2019-08-28T09:07:52.729Z] testing: warning: no tests to run
09:07:52 [2019-08-28T09:07:52.729Z] PASS
09:07:52 [2019-08-28T09:07:52.729Z] Running /go/src/github.com/docker/docker/integration/plugin/authz flags=-test.v -test.timeout=120m  
09:07:53 [2019-08-28T09:07:53.095Z] INFO: Testing against a local daemon
09:07:53 [2019-08-28T09:07:53.095Z] === RUN   TestAuthZPluginAllowRequest
09:07:54 [2019-08-28T09:07:54.981Z] --- PASS: TestAuthZPluginAllowRequest (1.75s)
09:07:54 [2019-08-28T09:07:54.981Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest
09:07:54 [2019-08-28T09:07:54.981Z]     daemon.go:336: [dceed1f3432f9] waiting for daemon to start
09:07:54 [2019-08-28T09:07:54.981Z]     daemon.go:336: [dceed1f3432f9] waiting for daemon to start
09:07:54 [2019-08-28T09:07:54.981Z]     daemon.go:364: [dceed1f3432f9] daemon started
09:07:54 [2019-08-28T09:07:54.981Z]     daemon.go:472: [dceed1f3432f9] Stopping daemon
09:07:54 [2019-08-28T09:07:54.981Z]     daemon.go:307: [dceed1f3432f9] exiting daemon
09:07:54 [2019-08-28T09:07:54.981Z]     daemon.go:459: [dceed1f3432f9] Daemon stopped
09:07:54 [2019-08-28T09:07:54.981Z] === RUN   TestAuthZPluginTLS
09:07:55 [2019-08-28T09:07:55.360Z] --- PASS: TestAuthZPluginTLS (0.56s)
09:07:55 [2019-08-28T09:07:55.360Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS
09:07:55 [2019-08-28T09:07:55.360Z]     daemon.go:336: [d2b525c4c3290] waiting for daemon to start
09:07:55 [2019-08-28T09:07:55.360Z]     daemon.go:336: [d2b525c4c3290] waiting for daemon to start
09:07:55 [2019-08-28T09:07:55.360Z]     daemon.go:364: [d2b525c4c3290] daemon started
09:07:55 [2019-08-28T09:07:55.360Z]     daemon.go:472: [d2b525c4c3290] Stopping daemon
09:07:55 [2019-08-28T09:07:55.360Z]     daemon.go:307: [d2b525c4c3290] exiting daemon
09:07:55 [2019-08-28T09:07:55.360Z]     daemon.go:459: [d2b525c4c3290] Daemon stopped
09:07:55 [2019-08-28T09:07:55.360Z] === RUN   TestAuthZPluginDenyRequest
09:07:56 [2019-08-28T09:07:56.148Z] --- PASS: TestAuthZPluginDenyRequest (0.55s)
09:07:56 [2019-08-28T09:07:56.148Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest
09:07:56 [2019-08-28T09:07:56.148Z]     daemon.go:336: [da766b7c1be0b] waiting for daemon to start
09:07:56 [2019-08-28T09:07:56.148Z]     daemon.go:336: [da766b7c1be0b] waiting for daemon to start
09:07:56 [2019-08-28T09:07:56.148Z]     daemon.go:364: [da766b7c1be0b] daemon started
09:07:56 [2019-08-28T09:07:56.148Z]     daemon.go:472: [da766b7c1be0b] Stopping daemon
09:07:56 [2019-08-28T09:07:56.148Z]     daemon.go:307: [da766b7c1be0b] exiting daemon
09:07:56 [2019-08-28T09:07:56.148Z]     daemon.go:459: [da766b7c1be0b] Daemon stopped
09:07:56 [2019-08-28T09:07:56.148Z] === RUN   TestAuthZPluginAPIDenyResponse
09:07:56 [2019-08-28T09:07:56.518Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s)
09:07:56 [2019-08-28T09:07:56.518Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse
09:07:56 [2019-08-28T09:07:56.518Z]     daemon.go:336: [d7e55b82edc49] waiting for daemon to start
09:07:56 [2019-08-28T09:07:56.518Z]     daemon.go:336: [d7e55b82edc49] waiting for daemon to start
09:07:56 [2019-08-28T09:07:56.518Z]     daemon.go:364: [d7e55b82edc49] daemon started
09:07:56 [2019-08-28T09:07:56.518Z]     daemon.go:472: [d7e55b82edc49] Stopping daemon
09:07:56 [2019-08-28T09:07:56.518Z]     daemon.go:307: [d7e55b82edc49] exiting daemon
09:07:56 [2019-08-28T09:07:56.518Z]     daemon.go:459: [d7e55b82edc49] Daemon stopped
09:07:56 [2019-08-28T09:07:56.518Z] === RUN   TestAuthZPluginDenyResponse
09:07:56 [2019-08-28T09:07:56.616Z] PASS: docker_cli_daemon_test.go:2640: DockerDaemonSuite.TestDaemonWithUserlandProxyPath	4.493s
09:07:56 [2019-08-28T09:07:56.874Z] PASS: docker_cli_daemon_test.go:1182: DockerDaemonSuite.TestDaemonWithWrongkey	1.041s
09:07:56 [2019-08-28T09:07:56.912Z] --- PASS: TestAuthZPluginDenyResponse (0.58s)
09:07:56 [2019-08-28T09:07:56.912Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse
09:07:56 [2019-08-28T09:07:56.912Z]     daemon.go:336: [d04d9876e47ce] waiting for daemon to start
09:07:56 [2019-08-28T09:07:56.912Z]     daemon.go:336: [d04d9876e47ce] waiting for daemon to start
09:07:56 [2019-08-28T09:07:56.912Z]     daemon.go:364: [d04d9876e47ce] daemon started
09:07:56 [2019-08-28T09:07:56.912Z]     daemon.go:472: [d04d9876e47ce] Stopping daemon
09:07:56 [2019-08-28T09:07:56.912Z]     daemon.go:307: [d04d9876e47ce] exiting daemon
09:07:56 [2019-08-28T09:07:56.912Z]     daemon.go:459: [d04d9876e47ce] Daemon stopped
09:07:56 [2019-08-28T09:07:56.912Z] === RUN   TestAuthZPluginAllowEventStream
09:07:58 [2019-08-28T09:07:58.247Z] PASS: docker_cli_build_test.go:637: DockerSuite.TestBuildCopyWildcard	7.605s
09:07:58 [2019-08-28T09:07:58.743Z] --- PASS: TestAuthZPluginAllowEventStream (1.76s)
09:07:58 [2019-08-28T09:07:58.743Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream
09:07:58 [2019-08-28T09:07:58.743Z]     daemon.go:336: [d161f982de302] waiting for daemon to start
09:07:58 [2019-08-28T09:07:58.743Z]     daemon.go:336: [d161f982de302] waiting for daemon to start
09:07:58 [2019-08-28T09:07:58.743Z]     daemon.go:364: [d161f982de302] daemon started
09:07:58 [2019-08-28T09:07:58.743Z]     daemon.go:472: [d161f982de302] Stopping daemon
09:07:58 [2019-08-28T09:07:58.743Z]     daemon.go:307: [d161f982de302] exiting daemon
09:07:58 [2019-08-28T09:07:58.743Z]     daemon.go:459: [d161f982de302] Daemon stopped
09:07:58 [2019-08-28T09:07:58.743Z] === RUN   TestAuthZPluginErrorResponse
09:07:59 [2019-08-28T09:07:59.180Z] PASS: docker_cli_build_test.go:697: DockerSuite.TestBuildCopyWildcardCache	0.807s
09:07:59 [2019-08-28T09:07:59.596Z] --- PASS: TestAuthZPluginErrorResponse (0.55s)
09:07:59 [2019-08-28T09:07:59.596Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse
09:07:59 [2019-08-28T09:07:59.596Z]     daemon.go:336: [d05a7e2fb4270] waiting for daemon to start
09:07:59 [2019-08-28T09:07:59.596Z]     daemon.go:336: [d05a7e2fb4270] waiting for daemon to start
09:07:59 [2019-08-28T09:07:59.596Z]     daemon.go:364: [d05a7e2fb4270] daemon started
09:07:59 [2019-08-28T09:07:59.596Z]     daemon.go:472: [d05a7e2fb4270] Stopping daemon
09:07:59 [2019-08-28T09:07:59.596Z]     daemon.go:307: [d05a7e2fb4270] exiting daemon
09:07:59 [2019-08-28T09:07:59.596Z]     daemon.go:459: [d05a7e2fb4270] Daemon stopped
09:07:59 [2019-08-28T09:07:59.596Z] === RUN   TestAuthZPluginErrorRequest
09:08:00 [2019-08-28T09:08:00.062Z] --- PASS: TestAuthZPluginErrorRequest (0.54s)
09:08:00 [2019-08-28T09:08:00.062Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest
09:08:00 [2019-08-28T09:08:00.062Z]     daemon.go:336: [d4355b1302e80] waiting for daemon to start
09:08:00 [2019-08-28T09:08:00.062Z]     daemon.go:336: [d4355b1302e80] waiting for daemon to start
09:08:00 [2019-08-28T09:08:00.062Z]     daemon.go:364: [d4355b1302e80] daemon started
09:08:00 [2019-08-28T09:08:00.062Z]     daemon.go:472: [d4355b1302e80] Stopping daemon
09:08:00 [2019-08-28T09:08:00.062Z]     daemon.go:307: [d4355b1302e80] exiting daemon
09:08:00 [2019-08-28T09:08:00.062Z]     daemon.go:459: [d4355b1302e80] Daemon stopped
09:08:00 [2019-08-28T09:08:00.062Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
09:08:00 [2019-08-28T09:08:00.434Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s)
09:08:00 [2019-08-28T09:08:00.434Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration
09:08:00 [2019-08-28T09:08:00.434Z]     daemon.go:336: [de652163a0ae9] waiting for daemon to start
09:08:00 [2019-08-28T09:08:00.434Z]     daemon.go:336: [de652163a0ae9] waiting for daemon to start
09:08:00 [2019-08-28T09:08:00.434Z]     daemon.go:364: [de652163a0ae9] daemon started
09:08:00 [2019-08-28T09:08:00.434Z]     daemon.go:472: [de652163a0ae9] Stopping daemon
09:08:00 [2019-08-28T09:08:00.434Z]     daemon.go:307: [de652163a0ae9] exiting daemon
09:08:00 [2019-08-28T09:08:00.434Z]     daemon.go:459: [de652163a0ae9] Daemon stopped
09:08:00 [2019-08-28T09:08:00.434Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
09:08:01 [2019-08-28T09:08:01.078Z] PASS: docker_cli_build_test.go:677: DockerSuite.TestBuildCopyWildcardInName	1.706s
09:08:02 [2019-08-28T09:08:02.909Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.03s)
09:08:02 [2019-08-28T09:08:02.909Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking
09:08:02 [2019-08-28T09:08:02.909Z]     daemon.go:336: [d5143b319b156] waiting for daemon to start
09:08:02 [2019-08-28T09:08:02.909Z]     daemon.go:336: [d5143b319b156] waiting for daemon to start
09:08:02 [2019-08-28T09:08:02.909Z]     daemon.go:364: [d5143b319b156] daemon started
09:08:02 [2019-08-28T09:08:02.909Z]     daemon.go:472: [d5143b319b156] Stopping daemon
09:08:02 [2019-08-28T09:08:02.909Z]     daemon.go:307: [d5143b319b156] exiting daemon
09:08:02 [2019-08-28T09:08:02.909Z]     daemon.go:459: [d5143b319b156] Daemon stopped
09:08:02 [2019-08-28T09:08:02.909Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
09:08:02 [2019-08-28T09:08:02.977Z] PASS: docker_cli_network_unix_test.go:807: DockerDaemonSuite.TestDockerNetworkNoDiscoveryDefaultBridgeNetwork	5.808s
09:08:04 [2019-08-28T09:08:04.867Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.29s)
09:08:04 [2019-08-28T09:08:04.867Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom
09:08:04 [2019-08-28T09:08:04.867Z]     daemon.go:336: [d4b6157a44f7b] waiting for daemon to start
09:08:04 [2019-08-28T09:08:04.867Z]     daemon.go:336: [d4b6157a44f7b] waiting for daemon to start
09:08:04 [2019-08-28T09:08:04.867Z]     daemon.go:364: [d4b6157a44f7b] daemon started
09:08:04 [2019-08-28T09:08:04.867Z]     daemon.go:472: [d4b6157a44f7b] Stopping daemon
09:08:04 [2019-08-28T09:08:04.867Z]     daemon.go:307: [d4b6157a44f7b] exiting daemon
09:08:04 [2019-08-28T09:08:04.867Z]     daemon.go:459: [d4b6157a44f7b] Daemon stopped
09:08:04 [2019-08-28T09:08:04.867Z] === RUN   TestAuthZPluginHeader
09:08:05 [2019-08-28T09:08:05.671Z] --- PASS: TestAuthZPluginHeader (0.90s)
09:08:05 [2019-08-28T09:08:05.671Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader
09:08:05 [2019-08-28T09:08:05.671Z]     daemon.go:336: [d79f2f11d202b] waiting for daemon to start
09:08:05 [2019-08-28T09:08:05.671Z]     daemon.go:336: [d79f2f11d202b] waiting for daemon to start
09:08:05 [2019-08-28T09:08:05.671Z]     daemon.go:364: [d79f2f11d202b] daemon started
09:08:05 [2019-08-28T09:08:05.671Z]     daemon.go:472: [d79f2f11d202b] Stopping daemon
09:08:05 [2019-08-28T09:08:05.671Z]     daemon.go:307: [d79f2f11d202b] exiting daemon
09:08:05 [2019-08-28T09:08:05.671Z]     daemon.go:459: [d79f2f11d202b] Daemon stopped
09:08:05 [2019-08-28T09:08:05.671Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
09:08:05 [2019-08-28T09:08:05.671Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
09:08:05 [2019-08-28T09:08:05.671Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:08:05 [2019-08-28T09:08:05.671Z] === RUN   TestAuthZPluginV2Disable
09:08:05 [2019-08-28T09:08:05.671Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
09:08:05 [2019-08-28T09:08:05.671Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:08:05 [2019-08-28T09:08:05.671Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
09:08:05 [2019-08-28T09:08:05.671Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
09:08:05 [2019-08-28T09:08:05.671Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:08:05 [2019-08-28T09:08:05.671Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
09:08:05 [2019-08-28T09:08:05.671Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
09:08:05 [2019-08-28T09:08:05.671Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:08:05 [2019-08-28T09:08:05.671Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
09:08:06 [2019-08-28T09:08:06.259Z] PASS: docker_cli_build_test.go:5141: DockerSuite.TestBuildDeleteCommittedFile	5.144s
09:08:06 [2019-08-28T09:08:06.824Z] PASS: docker_cli_exec_test.go:81: DockerDaemonSuite.TestExecAfterDaemonRestart	3.570s
09:08:06 [2019-08-28T09:08:06.824Z] PASS: docker_cli_build_test.go:2069: DockerSuite.TestBuildDockerfileStdin	0.753s
09:08:07 [2019-08-28T09:08:07.081Z] PASS: docker_cli_build_test.go:2089: DockerSuite.TestBuildDockerfileStdinConflict	0.038s
09:08:08 [2019-08-28T09:08:08.452Z] PASS: docker_cli_build_test.go:2103: DockerSuite.TestBuildDockerfileStdinDockerignore	1.552s
09:08:10 [2019-08-28T09:08:10.347Z] PASS: docker_cli_build_test.go:2107: DockerSuite.TestBuildDockerfileStdinDockerignoreIgnored	1.718s
09:08:11 [2019-08-28T09:08:11.719Z] PASS: docker_cli_build_test.go:2099: DockerSuite.TestBuildDockerfileStdinNoExtraFiles	1.463s
09:08:21 [2019-08-28T09:08:21.679Z] PASS: docker_cli_daemon_test.go:2726: DockerDaemonSuite.TestExecWithUserAfterLiveRestore	13.398s
09:08:22 [2019-08-28T09:08:22.610Z] PASS: docker_cli_daemon_test.go:2960: DockerDaemonSuite.TestFailedPluginRemove	2.096s
09:08:22 [2019-08-28T09:08:22.704Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
09:08:22 [2019-08-28T09:08:22.704Z] 
09:08:22 [2019-08-28T09:08:22.704Z] ---> Making bundle: test-integration (in bundles/test-integration)
09:08:22 [2019-08-28T09:08:22.704Z] PKG_CONFIG=pkg-config
09:08:22 [2019-08-28T09:08:22.704Z] GOLANG_VERSION=1.12.9
09:08:22 [2019-08-28T09:08:22.704Z] HOSTNAME=a28cbcd922e2
09:08:22 [2019-08-28T09:08:22.704Z] DOCKER_EXPERIMENTAL=1
09:08:22 [2019-08-28T09:08:22.704Z] container=docker
09:08:22 [2019-08-28T09:08:22.704Z] TEST_SKIP_INTEGRATION_CLI=1
09:08:22 [2019-08-28T09:08:22.704Z] GOMETALINTER_OPTS=--deadline=2m
09:08:22 [2019-08-28T09:08:22.704Z] GOPATH=/go
09:08:22 [2019-08-28T09:08:22.704Z] PWD=/go/src/github.com/docker/docker
09:08:22 [2019-08-28T09:08:22.704Z] HOME=/root
09:08:22 [2019-08-28T09:08:22.704Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
09:08:22 [2019-08-28T09:08:22.704Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
09:08:22 [2019-08-28T09:08:22.704Z] DOCKER_GITCOMMIT=99453d7bb34e7b145ef590cbada530110314bb02
09:08:22 [2019-08-28T09:08:22.704Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
09:08:22 [2019-08-28T09:08:22.704Z] DOCKER_GRAPHDRIVER=overlay2
09:08:22 [2019-08-28T09:08:22.704Z] TERM=xterm
09:08:22 [2019-08-28T09:08:22.704Z] DEST=bundles/test-integration
09:08:22 [2019-08-28T09:08:22.704Z] SHLVL=1
09:08:22 [2019-08-28T09:08:22.704Z] TIMEOUT=120m
09:08:22 [2019-08-28T09:08:22.704Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
09:08:22 [2019-08-28T09:08:22.704Z] DOCKER_PKG=github.com/docker/docker
09:08:22 [2019-08-28T09:08:22.704Z] _=/usr/bin/env
09:08:22 [2019-08-28T09:08:22.704Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
09:08:23 [2019-08-28T09:08:23.175Z] PASS: docker_cli_daemon_test.go:1269: DockerDaemonSuite.TestHTTPSInfo	0.690s
09:08:23 [2019-08-28T09:08:23.741Z] PASS: docker_cli_daemon_test.go:1332: DockerDaemonSuite.TestHTTPSInfoRogueCert	0.538s
09:08:24 [2019-08-28T09:08:24.679Z] PASS: docker_cli_daemon_test.go:1361: DockerDaemonSuite.TestHTTPSInfoRogueServerCert	0.534s
09:08:24 [2019-08-28T09:08:24.679Z] PASS: docker_cli_build_test.go:2297: DockerSuite.TestBuildDockerignore	12.964s
09:08:25 [2019-08-28T09:08:25.306Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.86s)
09:08:25 [2019-08-28T09:08:25.306Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart
09:08:25 [2019-08-28T09:08:25.306Z]     daemon.go:336: [d3f7fe99f7b31] waiting for daemon to start
09:08:25 [2019-08-28T09:08:25.306Z]     daemon.go:336: [d3f7fe99f7b31] waiting for daemon to start
09:08:25 [2019-08-28T09:08:25.306Z]     daemon.go:364: [d3f7fe99f7b31] daemon started
09:08:25 [2019-08-28T09:08:25.306Z]     daemon.go:472: [d3f7fe99f7b31] Stopping daemon
09:08:25 [2019-08-28T09:08:25.306Z]     daemon.go:307: [d3f7fe99f7b31] exiting daemon
09:08:25 [2019-08-28T09:08:25.306Z]     daemon.go:459: [d3f7fe99f7b31] Daemon stopped
09:08:25 [2019-08-28T09:08:25.306Z]     daemon.go:336: [d3f7fe99f7b31] waiting for daemon to start
09:08:25 [2019-08-28T09:08:25.306Z]     daemon.go:336: [d3f7fe99f7b31] waiting for daemon to start
09:08:25 [2019-08-28T09:08:25.306Z]     daemon.go:336: [d3f7fe99f7b31] waiting for daemon to start
09:08:25 [2019-08-28T09:08:25.306Z]     daemon.go:336: [d3f7fe99f7b31] waiting for daemon to start
09:08:25 [2019-08-28T09:08:25.306Z]     daemon.go:350: [d3f7fe99f7b31] error pinging daemon on start: Get http://d3f7fe99f7b31.sock/_ping: context deadline exceeded
09:08:25 [2019-08-28T09:08:25.306Z]     daemon.go:336: [d3f7fe99f7b31] waiting for daemon to start
09:08:25 [2019-08-28T09:08:25.306Z]     daemon.go:350: [d3f7fe99f7b31] error pinging daemon on start: Get http://d3f7fe99f7b31.sock/_ping: context deadline exceeded
09:08:25 [2019-08-28T09:08:25.306Z]     daemon.go:336: [d3f7fe99f7b31] waiting for daemon to start
09:08:25 [2019-08-28T09:08:25.306Z]     daemon.go:350: [d3f7fe99f7b31] error pinging daemon on start: Get http://d3f7fe99f7b31.sock/_ping: context deadline exceeded
09:08:25 [2019-08-28T09:08:25.306Z]     daemon.go:336: [d3f7fe99f7b31] waiting for daemon to start
09:08:25 [2019-08-28T09:08:25.306Z]     daemon.go:350: [d3f7fe99f7b31] error pinging daemon on start: Get http://d3f7fe99f7b31.sock/_ping: context deadline exceeded
09:08:25 [2019-08-28T09:08:25.306Z]     daemon.go:307: [d3f7fe99f7b31] exiting daemon
09:08:25 [2019-08-28T09:08:25.306Z]     daemon.go:336: [d3f7fe99f7b31] waiting for daemon to start
09:08:25 [2019-08-28T09:08:25.306Z]     daemon.go:336: [d3f7fe99f7b31] waiting for daemon to start
09:08:25 [2019-08-28T09:08:25.306Z]     daemon.go:336: [d3f7fe99f7b31] waiting for daemon to start
09:08:25 [2019-08-28T09:08:25.306Z]     daemon.go:364: [d3f7fe99f7b31] daemon started
09:08:25 [2019-08-28T09:08:25.306Z]     daemon.go:472: [d3f7fe99f7b31] Stopping daemon
09:08:25 [2019-08-28T09:08:25.306Z]     daemon.go:307: [d3f7fe99f7b31] exiting daemon
09:08:25 [2019-08-28T09:08:25.306Z]     daemon.go:459: [d3f7fe99f7b31] Daemon stopped
09:08:25 [2019-08-28T09:08:25.306Z] PASS
09:08:25 [2019-08-28T09:08:25.306Z] Running /go/src/github.com/docker/docker/integration/plugin/common flags=-test.v -test.timeout=120m  
09:08:25 [2019-08-28T09:08:25.306Z] INFO: Testing against a local daemon
09:08:25 [2019-08-28T09:08:25.306Z] === RUN   TestPluginInvalidJSON
09:08:25 [2019-08-28T09:08:25.306Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
09:08:25 [2019-08-28T09:08:25.306Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
09:08:25 [2019-08-28T09:08:25.306Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
09:08:25 [2019-08-28T09:08:25.306Z] --- PASS: TestPluginInvalidJSON (0.02s)
09:08:25 [2019-08-28T09:08:25.306Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
09:08:25 [2019-08-28T09:08:25.306Z] PASS
09:08:25 [2019-08-28T09:08:25.306Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver flags=-test.v -test.timeout=120m  
09:08:25 [2019-08-28T09:08:25.306Z] INFO: Testing against a local daemon
09:08:25 [2019-08-28T09:08:25.306Z] === RUN   TestExternalGraphDriver
09:08:25 [2019-08-28T09:08:25.306Z] === RUN   TestExternalGraphDriver/json
09:08:25 [2019-08-28T09:08:25.306Z] === RUN   TestExternalGraphDriver/spec
09:08:26 [2019-08-28T09:08:26.574Z] PASS: docker_cli_build_test.go:2335: DockerSuite.TestBuildDockerignoreCleanPaths	1.605s
09:08:26 [2019-08-28T09:08:26.574Z] PASS: docker_cli_daemon_test.go:1297: DockerDaemonSuite.TestHTTPSRun	1.971s
09:08:26 [2019-08-28T09:08:26.574Z] PASS: docker_cli_daemon_test.go:49: DockerDaemonSuite.TestLegacyDaemonCommand	0.000s
09:08:27 [2019-08-28T09:08:27.140Z] === RUN   TestExternalGraphDriver/pull
09:08:29 [2019-08-28T09:08:29.097Z] PASS: docker_cli_daemon_plugins_test.go:303: DockerDaemonSuite.TestPluginListFilterCapability	2.098s
09:08:29 [2019-08-28T09:08:29.695Z] --- PASS: TestExternalGraphDriver (6.42s)
09:08:29 [2019-08-28T09:08:29.695Z]     external_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver
09:08:29 [2019-08-28T09:08:29.695Z]     daemon.go:336: [d11225dc0204f] waiting for daemon to start
09:08:29 [2019-08-28T09:08:29.695Z]     daemon.go:336: [d11225dc0204f] waiting for daemon to start
09:08:29 [2019-08-28T09:08:29.695Z]     daemon.go:364: [d11225dc0204f] daemon started
09:08:29 [2019-08-28T09:08:29.695Z]     daemon.go:472: [d11225dc0204f] Stopping daemon
09:08:29 [2019-08-28T09:08:29.695Z]     daemon.go:307: [d11225dc0204f] exiting daemon
09:08:29 [2019-08-28T09:08:29.695Z]     daemon.go:459: [d11225dc0204f] Daemon stopped
09:08:29 [2019-08-28T09:08:29.695Z]     daemon.go:336: [d11225dc0204f] waiting for daemon to start
09:08:29 [2019-08-28T09:08:29.695Z]     daemon.go:336: [d11225dc0204f] waiting for daemon to start
09:08:29 [2019-08-28T09:08:29.695Z]     daemon.go:364: [d11225dc0204f] daemon started
09:08:29 [2019-08-28T09:08:29.695Z]     daemon.go:472: [d11225dc0204f] Stopping daemon
09:08:29 [2019-08-28T09:08:29.695Z]     daemon.go:307: [d11225dc0204f] exiting daemon
09:08:29 [2019-08-28T09:08:29.695Z]     daemon.go:459: [d11225dc0204f] Daemon stopped
09:08:29 [2019-08-28T09:08:29.695Z]     --- PASS: TestExternalGraphDriver/json (1.98s)
09:08:29 [2019-08-28T09:08:29.695Z]     daemon.go:336: [d11225dc0204f] waiting for daemon to start
09:08:29 [2019-08-28T09:08:29.695Z]     daemon.go:336: [d11225dc0204f] waiting for daemon to start
09:08:29 [2019-08-28T09:08:29.695Z]     daemon.go:364: [d11225dc0204f] daemon started
09:08:29 [2019-08-28T09:08:29.695Z]     daemon.go:472: [d11225dc0204f] Stopping daemon
09:08:29 [2019-08-28T09:08:29.695Z]     daemon.go:307: [d11225dc0204f] exiting daemon
09:08:29 [2019-08-28T09:08:29.695Z]     daemon.go:459: [d11225dc0204f] Daemon stopped
09:08:29 [2019-08-28T09:08:29.695Z]     daemon.go:336: [d11225dc0204f] waiting for daemon to start
09:08:29 [2019-08-28T09:08:29.695Z]     daemon.go:336: [d11225dc0204f] waiting for daemon to start
09:08:29 [2019-08-28T09:08:29.695Z]     daemon.go:364: [d11225dc0204f] daemon started
09:08:29 [2019-08-28T09:08:29.695Z]     daemon.go:472: [d11225dc0204f] Stopping daemon
09:08:29 [2019-08-28T09:08:29.695Z]     daemon.go:307: [d11225dc0204f] exiting daemon
09:08:29 [2019-08-28T09:08:29.695Z]     daemon.go:459: [d11225dc0204f] Daemon stopped
09:08:29 [2019-08-28T09:08:29.695Z]     --- PASS: TestExternalGraphDriver/spec (2.13s)
09:08:29 [2019-08-28T09:08:29.695Z]     daemon.go:336: [d11225dc0204f] waiting for daemon to start
09:08:29 [2019-08-28T09:08:29.695Z]     daemon.go:336: [d11225dc0204f] waiting for daemon to start
09:08:29 [2019-08-28T09:08:29.695Z]     daemon.go:364: [d11225dc0204f] daemon started
09:08:29 [2019-08-28T09:08:29.695Z]     daemon.go:472: [d11225dc0204f] Stopping daemon
09:08:29 [2019-08-28T09:08:29.695Z]     daemon.go:307: [d11225dc0204f] exiting daemon
09:08:29 [2019-08-28T09:08:29.695Z]     daemon.go:459: [d11225dc0204f] Daemon stopped
09:08:29 [2019-08-28T09:08:29.695Z]     --- PASS: TestExternalGraphDriver/pull (2.15s)
09:08:29 [2019-08-28T09:08:29.695Z] === RUN   TestGraphdriverPluginV2
09:08:29 [2019-08-28T09:08:29.695Z] --- SKIP: TestGraphdriverPluginV2 (0.07s)
09:08:29 [2019-08-28T09:08:29.695Z]     external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:08:29 [2019-08-28T09:08:29.695Z] PASS
09:08:29 [2019-08-28T09:08:29.695Z] Running /go/src/github.com/docker/docker/integration/plugin/logging flags=-test.v -test.timeout=120m  
09:08:29 [2019-08-28T09:08:29.695Z] INFO: Testing against a local daemon
09:08:29 [2019-08-28T09:08:29.695Z] === RUN   TestContinueAfterPluginCrash
09:08:29 [2019-08-28T09:08:29.695Z] === PAUSE TestContinueAfterPluginCrash
09:08:29 [2019-08-28T09:08:29.695Z] === RUN   TestDaemonStartWithLogOpt
09:08:29 [2019-08-28T09:08:29.695Z] === PAUSE TestDaemonStartWithLogOpt
09:08:29 [2019-08-28T09:08:29.695Z] === CONT  TestContinueAfterPluginCrash
09:08:29 [2019-08-28T09:08:29.695Z] === CONT  TestDaemonStartWithLogOpt
09:08:30 [2019-08-28T09:08:30.468Z] PASS: docker_cli_build_test.go:5151: DockerSuite.TestBuildDockerignoreComment	4.120s
09:08:30 [2019-08-28T09:08:30.726Z] PASS: docker_cli_daemon_plugins_test.go:275: DockerDaemonSuite.TestPluginListFilterEnabled	1.931s
09:08:34 [2019-08-28T09:08:34.904Z] PASS: docker_cli_daemon_plugins_test.go:234: DockerDaemonSuite.TestPluginVolumeRemoveOnRestart	4.152s
09:08:36 [2019-08-28T09:08:36.803Z] PASS: docker_cli_prune_unix_test.go:82: DockerDaemonSuite.TestPruneImageDangling	1.485s
09:08:38 [2019-08-28T09:08:38.703Z] PASS: docker_cli_prune_unix_test.go:271: DockerDaemonSuite.TestPruneImageLabel	1.991s
09:08:39 [2019-08-28T09:08:39.267Z] PASS: docker_cli_info_test.go:213: DockerDaemonSuite.TestRegistryMirrors	0.589s
09:08:39 [2019-08-28T09:08:39.524Z] SKIP: docker_cli_daemon_test.go:2754: DockerDaemonSuite.TestRemoveContainerAfterLiveRestore (unmatched requirement overlayFSSupported)
09:08:41 [2019-08-28T09:08:41.266Z] --- PASS: TestDaemonStartWithLogOpt (11.23s)
09:08:41 [2019-08-28T09:08:41.266Z]     validation_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt
09:08:41 [2019-08-28T09:08:41.266Z]     daemon.go:336: [d4a1d6aa1292c] waiting for daemon to start
09:08:41 [2019-08-28T09:08:41.266Z]     daemon.go:336: [d4a1d6aa1292c] waiting for daemon to start
09:08:41 [2019-08-28T09:08:41.266Z]     daemon.go:364: [d4a1d6aa1292c] daemon started
09:08:41 [2019-08-28T09:08:41.266Z]     daemon.go:472: [d4a1d6aa1292c] Stopping daemon
09:08:41 [2019-08-28T09:08:41.266Z]     daemon.go:307: [d4a1d6aa1292c] exiting daemon
09:08:41 [2019-08-28T09:08:41.266Z]     daemon.go:459: [d4a1d6aa1292c] Daemon stopped
09:08:41 [2019-08-28T09:08:41.266Z]     daemon.go:336: [d4a1d6aa1292c] waiting for daemon to start
09:08:41 [2019-08-28T09:08:41.266Z]     daemon.go:336: [d4a1d6aa1292c] waiting for daemon to start
09:08:41 [2019-08-28T09:08:41.266Z]     daemon.go:364: [d4a1d6aa1292c] daemon started
09:08:41 [2019-08-28T09:08:41.266Z]     daemon.go:472: [d4a1d6aa1292c] Stopping daemon
09:08:41 [2019-08-28T09:08:41.266Z]     daemon.go:307: [d4a1d6aa1292c] exiting daemon
09:08:41 [2019-08-28T09:08:41.266Z]     daemon.go:459: [d4a1d6aa1292c] Daemon stopped
09:08:43 [2019-08-28T09:08:43.703Z] PASS: docker_cli_daemon_test.go:2787: DockerDaemonSuite.TestRestartPolicyWithLiveRestore	3.653s
09:08:46 [2019-08-28T09:08:46.258Z] PASS: docker_cli_build_test.go:2349: DockerSuite.TestBuildDockerignoreExceptions	15.415s
09:08:46 [2019-08-28T09:08:46.267Z] --- PASS: TestContinueAfterPluginCrash (16.12s)
09:08:46 [2019-08-28T09:08:46.267Z]     logging_linux_test.go:22: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash
09:08:46 [2019-08-28T09:08:46.267Z]     daemon.go:336: [d4046da17d880] waiting for daemon to start
09:08:46 [2019-08-28T09:08:46.267Z]     daemon.go:336: [d4046da17d880] waiting for daemon to start
09:08:46 [2019-08-28T09:08:46.267Z]     daemon.go:364: [d4046da17d880] daemon started
09:08:46 [2019-08-28T09:08:46.267Z]     daemon.go:472: [d4046da17d880] Stopping daemon
09:08:46 [2019-08-28T09:08:46.267Z]     daemon.go:307: [d4046da17d880] exiting daemon
09:08:46 [2019-08-28T09:08:46.267Z]     daemon.go:459: [d4046da17d880] Daemon stopped
09:08:46 [2019-08-28T09:08:46.267Z] PASS
09:08:46 [2019-08-28T09:08:46.267Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes flags=-test.v -test.timeout=120m  
09:08:46 [2019-08-28T09:08:46.267Z] INFO: Testing against a local daemon
09:08:46 [2019-08-28T09:08:46.267Z] === RUN   TestPluginWithDevMounts
09:08:46 [2019-08-28T09:08:46.267Z] === PAUSE TestPluginWithDevMounts
09:08:46 [2019-08-28T09:08:46.267Z] === CONT  TestPluginWithDevMounts
09:08:47 [2019-08-28T09:08:47.222Z] PASS: docker_cli_build_test.go:2446: DockerSuite.TestBuildDockerignoreTouchDockerfile	1.178s
09:08:47 [2019-08-28T09:08:47.222Z] PASS: docker_cli_build_test.go:2522: DockerSuite.TestBuildDockerignoringBadExclusion	0.021s
09:08:48 [2019-08-28T09:08:48.286Z] --- PASS: TestPluginWithDevMounts (2.12s)
09:08:48 [2019-08-28T09:08:48.286Z]     mounts_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts
09:08:48 [2019-08-28T09:08:48.286Z]     daemon.go:336: [d924c7e172215] waiting for daemon to start
09:08:48 [2019-08-28T09:08:48.286Z]     daemon.go:336: [d924c7e172215] waiting for daemon to start
09:08:48 [2019-08-28T09:08:48.286Z]     daemon.go:364: [d924c7e172215] daemon started
09:08:48 [2019-08-28T09:08:48.286Z]     daemon.go:472: [d924c7e172215] Stopping daemon
09:08:48 [2019-08-28T09:08:48.286Z]     daemon.go:307: [d924c7e172215] exiting daemon
09:08:48 [2019-08-28T09:08:48.286Z]     daemon.go:459: [d924c7e172215] Daemon stopped
09:08:48 [2019-08-28T09:08:48.286Z] PASS
09:08:48 [2019-08-28T09:08:48.286Z] Running /go/src/github.com/docker/docker/integration/secret flags=-test.v -test.timeout=120m  
09:08:48 [2019-08-28T09:08:48.603Z] PASS: docker_cli_daemon_test.go:2104: DockerDaemonSuite.TestRunLinksChanged	5.145s
09:08:48 [2019-08-28T09:08:48.664Z] INFO: Testing against a local daemon
09:08:48 [2019-08-28T09:08:48.664Z] === RUN   TestSecretInspect
09:08:50 [2019-08-28T09:08:50.498Z] PASS: docker_cli_run_unix_test.go:1444: DockerDaemonSuite.TestRunSeccompJSONNewFormat	1.996s
09:08:51 [2019-08-28T09:08:51.105Z] --- PASS: TestSecretInspect (2.56s)
09:08:51 [2019-08-28T09:08:51.105Z]     secret_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect
09:08:51 [2019-08-28T09:08:51.105Z]     daemon.go:336: [daa215deeef6f] waiting for daemon to start
09:08:51 [2019-08-28T09:08:51.105Z]     daemon.go:336: [daa215deeef6f] waiting for daemon to start
09:08:51 [2019-08-28T09:08:51.105Z]     daemon.go:364: [daa215deeef6f] daemon started
09:08:51 [2019-08-28T09:08:51.105Z]     daemon.go:472: [daa215deeef6f] Stopping daemon
09:08:51 [2019-08-28T09:08:51.105Z]     daemon.go:307: [daa215deeef6f] exiting daemon
09:08:51 [2019-08-28T09:08:51.105Z]     daemon.go:459: [daa215deeef6f] Daemon stopped
09:08:51 [2019-08-28T09:08:51.105Z] === RUN   TestSecretList
09:08:51 [2019-08-28T09:08:51.869Z] PASS: docker_cli_run_unix_test.go:1495: DockerDaemonSuite.TestRunSeccompJSONNoArchAndArchMap	1.215s
09:08:52 [2019-08-28T09:08:52.800Z] PASS: docker_cli_build_test.go:2394: DockerSuite.TestBuildDockerignoringDockerfile	5.532s
09:08:53 [2019-08-28T09:08:53.065Z] PASS: docker_cli_run_unix_test.go:1469: DockerDaemonSuite.TestRunSeccompJSONNoNameAndNames	1.251s
09:08:54 [2019-08-28T09:08:54.541Z] --- PASS: TestSecretList (2.91s)
09:08:54 [2019-08-28T09:08:54.541Z]     secret_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretList
09:08:54 [2019-08-28T09:08:54.541Z]     daemon.go:336: [d496f53b93a36] waiting for daemon to start
09:08:54 [2019-08-28T09:08:54.541Z]     daemon.go:336: [d496f53b93a36] waiting for daemon to start
09:08:54 [2019-08-28T09:08:54.541Z]     daemon.go:364: [d496f53b93a36] daemon started
09:08:54 [2019-08-28T09:08:54.541Z]     daemon.go:472: [d496f53b93a36] Stopping daemon
09:08:54 [2019-08-28T09:08:54.541Z]     daemon.go:307: [d496f53b93a36] exiting daemon
09:08:54 [2019-08-28T09:08:54.541Z]     daemon.go:459: [d496f53b93a36] Daemon stopped
09:08:54 [2019-08-28T09:08:54.541Z] === RUN   TestSecretsCreateAndDelete
09:08:55 [2019-08-28T09:08:55.588Z] PASS: docker_cli_build_test.go:2433: DockerSuite.TestBuildDockerignoringDockerignore	2.979s
09:08:56 [2019-08-28T09:08:56.959Z] PASS: docker_cli_run_unix_test.go:1532: DockerDaemonSuite.TestRunWithDaemonDefaultSeccompProfile	3.661s
09:08:57 [2019-08-28T09:08:57.029Z] --- PASS: TestSecretsCreateAndDelete (2.95s)
09:08:57 [2019-08-28T09:08:57.029Z]     secret_test.go:125: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete
09:08:57 [2019-08-28T09:08:57.029Z]     daemon.go:336: [d307cf702be27] waiting for daemon to start
09:08:57 [2019-08-28T09:08:57.029Z]     daemon.go:336: [d307cf702be27] waiting for daemon to start
09:08:57 [2019-08-28T09:08:57.029Z]     daemon.go:364: [d307cf702be27] daemon started
09:08:57 [2019-08-28T09:08:57.029Z]     daemon.go:472: [d307cf702be27] Stopping daemon
09:08:57 [2019-08-28T09:08:57.029Z]     daemon.go:307: [d307cf702be27] exiting daemon
09:08:57 [2019-08-28T09:08:57.029Z]     daemon.go:459: [d307cf702be27] Daemon stopped
09:08:57 [2019-08-28T09:08:57.029Z] === RUN   TestSecretsUpdate
09:08:57 [2019-08-28T09:08:57.976Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe
09:08:57 [2019-08-28T09:08:57.976Z] Cloning into '/go/src/github.com/docker/windows-container-utility'...
09:08:57 [2019-08-28T09:08:57.976Z] remote: Enumerating objects: 19, done.
09:08:57 [2019-08-28T09:08:57.976Z] remote: Total 19 (delta 0), reused 0 (delta 0), pack-reused 19
09:08:57 [2019-08-28T09:08:57.976Z] 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.
09:08:57 [2019-08-28T09:08:57.976Z] Building: bundles/cross/windows/amd64/containerutility.exe
09:08:57 [2019-08-28T09:08:57.976Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
09:08:58 [2019-08-28T09:08:58.413Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39571/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=99453d7bb34e7b145ef590cbada530110314bb02 -e DOCKER_GRAPHDRIVER docker:99453d7bb34e7b145ef590cbada530110314bb02 hack/test/unit
09:08:58 [2019-08-28T09:08:58.854Z] PASS: docker_cli_build_test.go:2505: DockerSuite.TestBuildDockerignoringOnlyDotfiles	2.823s
09:08:59 [2019-08-28T09:08:59.469Z] --- PASS: TestSecretsUpdate (2.50s)
09:08:59 [2019-08-28T09:08:59.469Z]     secret_test.go:172: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate
09:08:59 [2019-08-28T09:08:59.469Z]     daemon.go:336: [db58cd65ba8fc] waiting for daemon to start
09:08:59 [2019-08-28T09:08:59.469Z]     daemon.go:336: [db58cd65ba8fc] waiting for daemon to start
09:08:59 [2019-08-28T09:08:59.469Z]     daemon.go:364: [db58cd65ba8fc] daemon started
09:08:59 [2019-08-28T09:08:59.469Z]     daemon.go:472: [db58cd65ba8fc] Stopping daemon
09:08:59 [2019-08-28T09:08:59.469Z]     daemon.go:307: [db58cd65ba8fc] exiting daemon
09:08:59 [2019-08-28T09:08:59.469Z]     daemon.go:459: [db58cd65ba8fc] Daemon stopped
09:08:59 [2019-08-28T09:08:59.469Z] === RUN   TestTemplatedSecret
09:09:00 [2019-08-28T09:09:00.922Z] ?   	github.com/docker/docker/api	[no test files]
09:09:03 [2019-08-28T09:09:03.655Z] --- PASS: TestTemplatedSecret (3.62s)
09:09:03 [2019-08-28T09:09:03.655Z]     secret_test.go:221: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret
09:09:03 [2019-08-28T09:09:03.655Z]     daemon.go:336: [d8c7a44eb4761] waiting for daemon to start
09:09:03 [2019-08-28T09:09:03.655Z]     daemon.go:336: [d8c7a44eb4761] waiting for daemon to start
09:09:03 [2019-08-28T09:09:03.655Z]     daemon.go:364: [d8c7a44eb4761] daemon started
09:09:03 [2019-08-28T09:09:03.655Z]     daemon.go:472: [d8c7a44eb4761] Stopping daemon
09:09:03 [2019-08-28T09:09:03.655Z]     daemon.go:307: [d8c7a44eb4761] exiting daemon
09:09:03 [2019-08-28T09:09:03.655Z]     daemon.go:459: [d8c7a44eb4761] Daemon stopped
09:09:03 [2019-08-28T09:09:03.655Z] === RUN   TestSecretCreateResolve
09:09:06 [2019-08-28T09:09:06.130Z] --- PASS: TestSecretCreateResolve (2.99s)
09:09:06 [2019-08-28T09:09:06.130Z]     secret_test.go:342: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve
09:09:06 [2019-08-28T09:09:06.130Z]     daemon.go:336: [dd092ecd4e3f6] waiting for daemon to start
09:09:06 [2019-08-28T09:09:06.130Z]     daemon.go:336: [dd092ecd4e3f6] waiting for daemon to start
09:09:06 [2019-08-28T09:09:06.130Z]     daemon.go:364: [dd092ecd4e3f6] daemon started
09:09:06 [2019-08-28T09:09:06.130Z]     daemon.go:472: [dd092ecd4e3f6] Stopping daemon
09:09:06 [2019-08-28T09:09:06.130Z]     daemon.go:307: [dd092ecd4e3f6] exiting daemon
09:09:06 [2019-08-28T09:09:06.130Z]     daemon.go:459: [dd092ecd4e3f6] Daemon stopped
09:09:06 [2019-08-28T09:09:06.130Z] PASS
09:09:06 [2019-08-28T09:09:06.130Z] Running /go/src/github.com/docker/docker/integration/service flags=-test.v -test.timeout=120m  
09:09:06 [2019-08-28T09:09:06.130Z] INFO: Testing against a local daemon
09:09:06 [2019-08-28T09:09:06.130Z] === RUN   TestServiceCreateInit
09:09:06 [2019-08-28T09:09:06.503Z] === RUN   TestServiceCreateInit/daemonInitDisabled
09:09:06 [2019-08-28T09:09:06.956Z] PASS: docker_cli_build_test.go:2412: DockerSuite.TestBuildDockerignoringRenamedDockerfile	7.929s
09:09:06 [2019-08-28T09:09:06.956Z] PASS: docker_cli_daemon_test.go:2516: DockerDaemonSuite.TestRunWithRuntimeFromCommandLine	9.634s
09:09:09 [2019-08-28T09:09:09.481Z] PASS: docker_cli_build_test.go:2488: DockerSuite.TestBuildDockerignoringWholeDir	2.812s
09:09:11 [2019-08-28T09:09:11.831Z] === RUN   TestServiceCreateInit/daemonInitEnabled
09:09:12 [2019-08-28T09:09:12.007Z] PASS: docker_cli_build_test.go:2561: DockerSuite.TestBuildDockerignoringWildDirs	2.722s
09:09:13 [2019-08-28T09:09:13.082Z] ok  	github.com/docker/docker/api/server	0.007s	coverage: 7.9% of statements
09:09:17 [2019-08-28T09:09:17.062Z] --- PASS: TestServiceCreateInit (10.34s)
09:09:17 [2019-08-28T09:09:17.062Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (4.92s)
09:09:17 [2019-08-28T09:09:17.062Z]         create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled
09:09:17 [2019-08-28T09:09:17.062Z]         daemon.go:336: [d4e30da767ed9] waiting for daemon to start
09:09:17 [2019-08-28T09:09:17.062Z]         daemon.go:336: [d4e30da767ed9] waiting for daemon to start
09:09:17 [2019-08-28T09:09:17.062Z]         daemon.go:364: [d4e30da767ed9] daemon started
09:09:17 [2019-08-28T09:09:17.062Z]         daemon.go:472: [d4e30da767ed9] Stopping daemon
09:09:17 [2019-08-28T09:09:17.062Z]         daemon.go:307: [d4e30da767ed9] exiting daemon
09:09:17 [2019-08-28T09:09:17.062Z]         daemon.go:459: [d4e30da767ed9] Daemon stopped
09:09:17 [2019-08-28T09:09:17.062Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (5.39s)
09:09:17 [2019-08-28T09:09:17.062Z]         create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled
09:09:17 [2019-08-28T09:09:17.062Z]         daemon.go:336: [de10fc247c3e5] waiting for daemon to start
09:09:17 [2019-08-28T09:09:17.062Z]         daemon.go:336: [de10fc247c3e5] waiting for daemon to start
09:09:17 [2019-08-28T09:09:17.062Z]         daemon.go:364: [de10fc247c3e5] daemon started
09:09:17 [2019-08-28T09:09:17.062Z]         daemon.go:472: [de10fc247c3e5] Stopping daemon
09:09:17 [2019-08-28T09:09:17.062Z]         daemon.go:307: [de10fc247c3e5] exiting daemon
09:09:17 [2019-08-28T09:09:17.062Z]         daemon.go:459: [de10fc247c3e5] Daemon stopped
09:09:17 [2019-08-28T09:09:17.062Z] === RUN   TestCreateServiceMultipleTimes
09:09:17 [2019-08-28T09:09:17.262Z] PASS: docker_cli_daemon_test.go:2398: DockerDaemonSuite.TestRunWithRuntimeFromConfigFile	10.256s
09:09:20 [2019-08-28T09:09:20.540Z] PASS: docker_cli_run_test.go:4116: DockerDaemonSuite.TestRunWithUlimitAndDaemonDefault	2.493s
09:09:22 [2019-08-28T09:09:22.437Z] PASS: docker_cli_daemon_test.go:2844: DockerDaemonSuite.TestShmSize	2.126s
09:09:25 [2019-08-28T09:09:25.717Z] PASS: docker_cli_daemon_test.go:2861: DockerDaemonSuite.TestShmSizeReload	3.463s
09:09:25 [2019-08-28T09:09:25.975Z] PASS: docker_cli_daemon_test.go:1323: DockerDaemonSuite.TestTLSVerify	0.079s
09:09:32 [2019-08-28T09:09:32.525Z] PASS: docker_cli_daemon_plugins_test.go:188: DockerDaemonSuite.TestVolumePlugin	5.596s
09:09:33 [2019-08-28T09:09:33.090Z] PASS: docker_cli_build_test.go:2539: DockerSuite.TestBuildDockerignoringWildTopDir	20.997s
09:09:33 [2019-08-28T09:09:33.090Z] PASS: docker_cli_build_test.go:3945: DockerSuite.TestBuildDotDotFile	0.158s
09:09:36 [2019-08-28T09:09:36.371Z] PASS: docker_api_swarm_test.go:902: DockerSwarmSuite.TestAPIDuplicateNetworks	2.675s
09:09:36 [2019-08-28T09:09:36.889Z] --- PASS: TestCreateServiceMultipleTimes (17.91s)
09:09:36 [2019-08-28T09:09:36.889Z]     create_test.go:80: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes
09:09:36 [2019-08-28T09:09:36.889Z]     daemon.go:336: [da359ffba12ee] waiting for daemon to start
09:09:36 [2019-08-28T09:09:36.889Z]     daemon.go:336: [da359ffba12ee] waiting for daemon to start
09:09:36 [2019-08-28T09:09:36.889Z]     daemon.go:364: [da359ffba12ee] daemon started
09:09:36 [2019-08-28T09:09:36.889Z]     daemon.go:472: [da359ffba12ee] Stopping daemon
09:09:36 [2019-08-28T09:09:36.889Z]     daemon.go:307: [da359ffba12ee] exiting daemon
09:09:36 [2019-08-28T09:09:36.889Z]     daemon.go:459: [da359ffba12ee] Daemon stopped
09:09:36 [2019-08-28T09:09:36.889Z] === RUN   TestCreateServiceConflict
09:09:36 [2019-08-28T09:09:36.889Z] --- PASS: TestCreateServiceConflict (2.47s)
09:09:36 [2019-08-28T09:09:36.889Z]     create_test.go:129: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict
09:09:36 [2019-08-28T09:09:36.889Z]     daemon.go:336: [d1ab449268893] waiting for daemon to start
09:09:36 [2019-08-28T09:09:36.889Z]     daemon.go:336: [d1ab449268893] waiting for daemon to start
09:09:36 [2019-08-28T09:09:36.889Z]     daemon.go:364: [d1ab449268893] daemon started
09:09:36 [2019-08-28T09:09:36.889Z]     daemon.go:472: [d1ab449268893] Stopping daemon
09:09:36 [2019-08-28T09:09:36.889Z]     daemon.go:307: [d1ab449268893] exiting daemon
09:09:36 [2019-08-28T09:09:36.889Z]     daemon.go:459: [d1ab449268893] Daemon stopped
09:09:36 [2019-08-28T09:09:36.889Z] === RUN   TestCreateServiceMaxReplicas
09:09:38 [2019-08-28T09:09:38.896Z] PASS: docker_cli_build_test.go:2635: DockerSuite.TestBuildEOLInLine	5.728s
09:09:39 [2019-08-28T09:09:39.462Z] PASS: docker_cli_build_test.go:3169: DockerSuite.TestBuildEmptyCmd	0.410s
09:09:39 [2019-08-28T09:09:39.462Z] PASS: docker_api_swarm_test.go:1028: DockerSwarmSuite.TestAPINetworkInspectWithScope	1.628s
09:09:39 [2019-08-28T09:09:39.720Z] PASS: docker_cli_build_test.go:1705: DockerSuite.TestBuildEmptyEntrypoint	0.439s
09:09:40 [2019-08-28T09:09:40.654Z] PASS: docker_cli_build_test.go:1682: DockerSuite.TestBuildEmptyEntrypointInheritance	0.908s
09:09:40 [2019-08-28T09:09:40.911Z] PASS: docker_cli_build_test.go:3937: DockerSuite.TestBuildEmptyScratch	0.131s
09:09:40 [2019-08-28T09:09:40.939Z] --- PASS: TestCreateServiceMaxReplicas (3.76s)
09:09:40 [2019-08-28T09:09:40.939Z]     create_test.go:150: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas
09:09:40 [2019-08-28T09:09:40.939Z]     daemon.go:336: [d401af741e980] waiting for daemon to start
09:09:40 [2019-08-28T09:09:40.939Z]     daemon.go:336: [d401af741e980] waiting for daemon to start
09:09:40 [2019-08-28T09:09:40.939Z]     daemon.go:364: [d401af741e980] daemon started
09:09:40 [2019-08-28T09:09:40.939Z]     daemon.go:472: [d401af741e980] Stopping daemon
09:09:40 [2019-08-28T09:09:40.939Z]     daemon.go:307: [d401af741e980] exiting daemon
09:09:40 [2019-08-28T09:09:40.939Z]     daemon.go:459: [d401af741e980] Daemon stopped
09:09:40 [2019-08-28T09:09:40.939Z] === RUN   TestCreateWithDuplicateNetworkNames
09:09:41 [2019-08-28T09:09:41.169Z] PASS: docker_cli_build_test.go:3962: DockerSuite.TestBuildEmptyStringVolume	0.405s
09:09:41 [2019-08-28T09:09:41.734Z] PASS: docker_cli_build_test.go:1719: DockerSuite.TestBuildEntrypoint	0.439s
09:09:44 [2019-08-28T09:09:44.919Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
09:09:44 [2019-08-28T09:09:44.919Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
09:09:45 [2019-08-28T09:09:45.014Z] PASS: docker_cli_build_test.go:3252: DockerSuite.TestBuildEntrypointCanBeOverriddenByChild	3.041s
09:09:45 [2019-08-28T09:09:45.945Z] PASS: docker_api_swarm_service_test.go:34: DockerSwarmSuite.TestAPIServiceUpdatePort	4.832s
09:09:46 [2019-08-28T09:09:46.877Z] PASS: docker_cli_build_test.go:3272: DockerSuite.TestBuildEntrypointCanBeOverriddenByChildInspect	1.994s
09:09:48 [2019-08-28T09:09:48.617Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
09:09:49 [2019-08-28T09:09:49.400Z] PASS: docker_cli_build_test.go:2171: DockerSuite.TestBuildEntrypointRunCleanup	2.205s
09:09:50 [2019-08-28T09:09:50.769Z] PASS: docker_cli_build_test.go:1470: DockerSuite.TestBuildEnv	1.703s
09:09:52 [2019-08-28T09:09:52.666Z] PASS: docker_cli_build_test.go:303: DockerSuite.TestBuildEnvEscapes	1.540s
09:09:53 [2019-08-28T09:09:53.599Z] PASS: docker_cli_build_test.go:320: DockerSuite.TestBuildEnvOverwrite	1.306s
09:09:54 [2019-08-28T09:09:54.354Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
09:09:57 [2019-08-28T09:09:57.389Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.20s)
09:09:57 [2019-08-28T09:09:57.389Z]     create_test.go:171: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames
09:09:57 [2019-08-28T09:09:57.389Z]     daemon.go:336: [d1656cc2c301e] waiting for daemon to start
09:09:57 [2019-08-28T09:09:57.389Z]     daemon.go:336: [d1656cc2c301e] waiting for daemon to start
09:09:57 [2019-08-28T09:09:57.389Z]     daemon.go:364: [d1656cc2c301e] daemon started
09:09:57 [2019-08-28T09:09:57.389Z]     daemon.go:472: [d1656cc2c301e] Stopping daemon
09:09:57 [2019-08-28T09:09:57.389Z]     daemon.go:307: [d1656cc2c301e] exiting daemon
09:09:57 [2019-08-28T09:09:57.389Z]     daemon.go:459: [d1656cc2c301e] Daemon stopped
09:09:57 [2019-08-28T09:09:57.389Z] === RUN   TestCreateServiceSecretFileMode
09:09:58 [2019-08-28T09:09:58.178Z] --- PASS: TestCreateServiceSecretFileMode (3.26s)
09:09:58 [2019-08-28T09:09:58.178Z]     create_test.go:224: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode
09:09:58 [2019-08-28T09:09:58.178Z]     daemon.go:336: [dc3a7ff8d47a2] waiting for daemon to start
09:09:58 [2019-08-28T09:09:58.178Z]     daemon.go:336: [dc3a7ff8d47a2] waiting for daemon to start
09:09:58 [2019-08-28T09:09:58.178Z]     daemon.go:364: [dc3a7ff8d47a2] daemon started
09:09:58 [2019-08-28T09:09:58.178Z]     daemon.go:472: [dc3a7ff8d47a2] Stopping daemon
09:09:58 [2019-08-28T09:09:58.178Z]     daemon.go:307: [dc3a7ff8d47a2] exiting daemon
09:09:58 [2019-08-28T09:09:58.178Z]     daemon.go:459: [dc3a7ff8d47a2] Daemon stopped
09:09:58 [2019-08-28T09:09:58.178Z] === RUN   TestCreateServiceConfigFileMode
09:09:58 [2019-08-28T09:09:58.856Z] --- PASS: TestImportExtremelyLargeImageWorks (172.93s)
09:09:58 [2019-08-28T09:09:58.856Z]     import_test.go:26: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestImportExtremelyLargeImageWorks
09:09:58 [2019-08-28T09:09:58.856Z]     daemon.go:336: [d2650f2fcfef4] waiting for daemon to start
09:09:58 [2019-08-28T09:09:58.856Z]     daemon.go:336: [d2650f2fcfef4] waiting for daemon to start
09:09:58 [2019-08-28T09:09:58.856Z]     daemon.go:364: [d2650f2fcfef4] daemon started
09:09:58 [2019-08-28T09:09:58.856Z]     daemon.go:472: [d2650f2fcfef4] Stopping daemon
09:09:58 [2019-08-28T09:09:58.856Z]     daemon.go:307: [d2650f2fcfef4] exiting daemon
09:09:58 [2019-08-28T09:09:58.856Z]     daemon.go:459: [d2650f2fcfef4] Daemon stopped
09:09:58 [2019-08-28T09:09:58.856Z] PASS
09:09:58 [2019-08-28T09:09:58.856Z] Running /go/src/github.com/docker/docker/integration/network flags=-test.v -test.timeout=120m  
09:09:58 [2019-08-28T09:09:58.856Z] PASS: docker_api_swarm_test.go:183: DockerSwarmSuite.TestAPISwarmCAHash	12.259s
09:09:58 [2019-08-28T09:09:58.856Z] INFO: Testing against a local daemon
09:09:58 [2019-08-28T09:09:58.856Z] === RUN   TestNetworkCreateDelete
09:09:58 [2019-08-28T09:09:58.856Z] --- PASS: TestNetworkCreateDelete (0.16s)
09:09:58 [2019-08-28T09:09:58.856Z] === RUN   TestDockerNetworkDeletePreferID
09:09:58 [2019-08-28T09:09:58.856Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s)
09:09:58 [2019-08-28T09:09:58.856Z] === RUN   TestInspectNetwork
09:09:59 [2019-08-28T09:09:59.420Z] PASS: docker_api_swarm_test.go:887: DockerSwarmSuite.TestAPISwarmErrorHandling	0.864s
09:10:00 [2019-08-28T09:10:00.323Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
09:10:01 [2019-08-28T09:10:01.362Z] --- PASS: TestCreateServiceConfigFileMode (2.68s)
09:10:01 [2019-08-28T09:10:01.362Z]     create_test.go:288: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode
09:10:01 [2019-08-28T09:10:01.362Z]     daemon.go:336: [da1dffe6f8c91] waiting for daemon to start
09:10:01 [2019-08-28T09:10:01.362Z]     daemon.go:336: [da1dffe6f8c91] waiting for daemon to start
09:10:01 [2019-08-28T09:10:01.362Z]     daemon.go:364: [da1dffe6f8c91] daemon started
09:10:01 [2019-08-28T09:10:01.362Z]     daemon.go:472: [da1dffe6f8c91] Stopping daemon
09:10:01 [2019-08-28T09:10:01.362Z]     daemon.go:307: [da1dffe6f8c91] exiting daemon
09:10:01 [2019-08-28T09:10:01.362Z]     daemon.go:459: [da1dffe6f8c91] Daemon stopped
09:10:01 [2019-08-28T09:10:01.362Z] === RUN   TestCreateServiceSysctls
09:10:01 [2019-08-28T09:10:01.944Z] PASS: docker_cli_build_test.go:2716: DockerSuite.TestBuildEnvUsage	8.401s
09:10:05 [2019-08-28T09:10:05.423Z] --- PASS: TestCreateServiceSysctls (4.37s)
09:10:05 [2019-08-28T09:10:05.423Z]     create_test.go:378: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls
09:10:05 [2019-08-28T09:10:05.423Z]     daemon.go:336: [d8d6c84264fcc] waiting for daemon to start
09:10:05 [2019-08-28T09:10:05.423Z]     daemon.go:336: [d8d6c84264fcc] waiting for daemon to start
09:10:05 [2019-08-28T09:10:05.423Z]     daemon.go:364: [d8d6c84264fcc] daemon started
09:10:05 [2019-08-28T09:10:05.423Z]     daemon.go:472: [d8d6c84264fcc] Stopping daemon
09:10:05 [2019-08-28T09:10:05.423Z]     daemon.go:307: [d8d6c84264fcc] exiting daemon
09:10:05 [2019-08-28T09:10:05.423Z]     daemon.go:459: [d8d6c84264fcc] Daemon stopped
09:10:05 [2019-08-28T09:10:05.423Z] === RUN   TestCreateServiceCapabilities
09:10:05 [2019-08-28T09:10:05.819Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
09:10:06 [2019-08-28T09:10:06.154Z] === RUN   TestInspectNetwork/full_network_id
09:10:06 [2019-08-28T09:10:06.154Z] === RUN   TestInspectNetwork/partial_network_id
09:10:06 [2019-08-28T09:10:06.154Z] === RUN   TestInspectNetwork/network_name
09:10:06 [2019-08-28T09:10:06.154Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
09:10:08 [2019-08-28T09:10:08.632Z] --- PASS: TestCreateServiceCapabilities (3.45s)
09:10:08 [2019-08-28T09:10:08.632Z]     create_test.go:462: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities
09:10:08 [2019-08-28T09:10:08.632Z]     daemon.go:336: [d1769dbead7c7] waiting for daemon to start
09:10:08 [2019-08-28T09:10:08.632Z]     daemon.go:336: [d1769dbead7c7] waiting for daemon to start
09:10:08 [2019-08-28T09:10:08.632Z]     daemon.go:364: [d1769dbead7c7] daemon started
09:10:08 [2019-08-28T09:10:08.632Z]     daemon.go:472: [d1769dbead7c7] Stopping daemon
09:10:08 [2019-08-28T09:10:08.632Z]     daemon.go:307: [d1769dbead7c7] exiting daemon
09:10:08 [2019-08-28T09:10:08.632Z]     daemon.go:459: [d1769dbead7c7] Daemon stopped
09:10:08 [2019-08-28T09:10:08.632Z] === RUN   TestInspect
09:10:10 [2019-08-28T09:10:10.327Z] --- PASS: TestInspectNetwork (11.11s)
09:10:10 [2019-08-28T09:10:10.327Z]     inspect_test.go:18: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestInspectNetwork
09:10:10 [2019-08-28T09:10:10.327Z]     daemon.go:336: [d7e54c7bc9402] waiting for daemon to start
09:10:10 [2019-08-28T09:10:10.327Z]     daemon.go:336: [d7e54c7bc9402] waiting for daemon to start
09:10:10 [2019-08-28T09:10:10.327Z]     daemon.go:364: [d7e54c7bc9402] daemon started
09:10:10 [2019-08-28T09:10:10.327Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
09:10:10 [2019-08-28T09:10:10.327Z]     --- PASS: TestInspectNetwork/partial_network_id (0.01s)
09:10:10 [2019-08-28T09:10:10.327Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
09:10:10 [2019-08-28T09:10:10.327Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
09:10:10 [2019-08-28T09:10:10.327Z]     daemon.go:472: [d7e54c7bc9402] Stopping daemon
09:10:10 [2019-08-28T09:10:10.327Z]     daemon.go:307: [d7e54c7bc9402] exiting daemon
09:10:10 [2019-08-28T09:10:10.327Z]     daemon.go:459: [d7e54c7bc9402] Daemon stopped
09:10:10 [2019-08-28T09:10:10.327Z] === RUN   TestRunContainerWithBridgeNone
09:10:11 [2019-08-28T09:10:11.326Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
09:10:11 [2019-08-28T09:10:11.931Z] --- PASS: TestInspect (3.00s)
09:10:11 [2019-08-28T09:10:11.931Z]     inspect_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspect
09:10:11 [2019-08-28T09:10:11.931Z]     daemon.go:336: [d85aec4d545d1] waiting for daemon to start
09:10:11 [2019-08-28T09:10:11.931Z]     daemon.go:336: [d85aec4d545d1] waiting for daemon to start
09:10:11 [2019-08-28T09:10:11.931Z]     daemon.go:364: [d85aec4d545d1] daemon started
09:10:11 [2019-08-28T09:10:11.931Z]     daemon.go:472: [d85aec4d545d1] Stopping daemon
09:10:11 [2019-08-28T09:10:11.931Z]     daemon.go:307: [d85aec4d545d1] exiting daemon
09:10:11 [2019-08-28T09:10:11.931Z]     daemon.go:459: [d85aec4d545d1] Daemon stopped
09:10:11 [2019-08-28T09:10:11.931Z] === RUN   TestDockerNetworkConnectAlias
09:10:11 [2019-08-28T09:10:11.942Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
09:10:13 [2019-08-28T09:10:13.609Z] --- PASS: TestRunContainerWithBridgeNone (3.28s)
09:10:13 [2019-08-28T09:10:13.609Z]     network_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestRunContainerWithBridgeNone
09:10:13 [2019-08-28T09:10:13.609Z]     daemon.go:336: [dd34376063da2] waiting for daemon to start
09:10:13 [2019-08-28T09:10:13.609Z]     daemon.go:336: [dd34376063da2] waiting for daemon to start
09:10:13 [2019-08-28T09:10:13.609Z]     daemon.go:364: [dd34376063da2] daemon started
09:10:13 [2019-08-28T09:10:13.609Z]     daemon.go:472: [dd34376063da2] Stopping daemon
09:10:13 [2019-08-28T09:10:13.609Z]     daemon.go:307: [dd34376063da2] exiting daemon
09:10:13 [2019-08-28T09:10:13.609Z]     daemon.go:459: [dd34376063da2] Daemon stopped
09:10:13 [2019-08-28T09:10:13.609Z] === RUN   TestNetworkInvalidJSON
09:10:13 [2019-08-28T09:10:13.609Z] === RUN   TestNetworkInvalidJSON//networks/create
09:10:13 [2019-08-28T09:10:13.609Z] === PAUSE TestNetworkInvalidJSON//networks/create
09:10:13 [2019-08-28T09:10:13.609Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
09:10:13 [2019-08-28T09:10:13.609Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
09:10:13 [2019-08-28T09:10:13.609Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
09:10:13 [2019-08-28T09:10:13.609Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
09:10:13 [2019-08-28T09:10:13.609Z] === CONT  TestNetworkInvalidJSON//networks/create
09:10:13 [2019-08-28T09:10:13.609Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
09:10:13 [2019-08-28T09:10:13.609Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
09:10:13 [2019-08-28T09:10:13.609Z] --- PASS: TestNetworkInvalidJSON (0.02s)
09:10:13 [2019-08-28T09:10:13.609Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
09:10:13 [2019-08-28T09:10:13.609Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
09:10:13 [2019-08-28T09:10:13.609Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
09:10:13 [2019-08-28T09:10:13.609Z] === RUN   TestDaemonRestartWithLiveRestore
09:10:14 [2019-08-28T09:10:14.541Z] --- PASS: TestDaemonRestartWithLiveRestore (1.07s)
09:10:14 [2019-08-28T09:10:14.541Z]     service_test.go:24: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartWithLiveRestore
09:10:14 [2019-08-28T09:10:14.541Z]     daemon.go:336: [d1bebd537102f] waiting for daemon to start
09:10:14 [2019-08-28T09:10:14.541Z]     daemon.go:336: [d1bebd537102f] waiting for daemon to start
09:10:14 [2019-08-28T09:10:14.541Z]     daemon.go:364: [d1bebd537102f] daemon started
09:10:14 [2019-08-28T09:10:14.541Z]     daemon.go:472: [d1bebd537102f] Stopping daemon
09:10:14 [2019-08-28T09:10:14.541Z]     daemon.go:307: [d1bebd537102f] exiting daemon
09:10:14 [2019-08-28T09:10:14.541Z]     daemon.go:459: [d1bebd537102f] Daemon stopped
09:10:14 [2019-08-28T09:10:14.541Z]     daemon.go:336: [d1bebd537102f] waiting for daemon to start
09:10:14 [2019-08-28T09:10:14.541Z]     daemon.go:336: [d1bebd537102f] waiting for daemon to start
09:10:14 [2019-08-28T09:10:14.541Z]     daemon.go:364: [d1bebd537102f] daemon started
09:10:14 [2019-08-28T09:10:14.541Z]     daemon.go:472: [d1bebd537102f] Stopping daemon
09:10:14 [2019-08-28T09:10:14.541Z]     daemon.go:307: [d1bebd537102f] exiting daemon
09:10:14 [2019-08-28T09:10:14.541Z]     daemon.go:459: [d1bebd537102f] Daemon stopped
09:10:14 [2019-08-28T09:10:14.541Z] === RUN   TestDaemonDefaultNetworkPools
09:10:15 [2019-08-28T09:10:15.106Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s)
09:10:15 [2019-08-28T09:10:15.106Z]     service_test.go:53: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonDefaultNetworkPools
09:10:15 [2019-08-28T09:10:15.106Z]     daemon.go:336: [d2873ed1a5451] waiting for daemon to start
09:10:15 [2019-08-28T09:10:15.106Z]     daemon.go:336: [d2873ed1a5451] waiting for daemon to start
09:10:15 [2019-08-28T09:10:15.106Z]     daemon.go:364: [d2873ed1a5451] daemon started
09:10:15 [2019-08-28T09:10:15.106Z]     daemon.go:472: [d2873ed1a5451] Stopping daemon
09:10:15 [2019-08-28T09:10:15.106Z]     daemon.go:307: [d2873ed1a5451] exiting daemon
09:10:15 [2019-08-28T09:10:15.106Z]     daemon.go:459: [d2873ed1a5451] Daemon stopped
09:10:15 [2019-08-28T09:10:15.106Z] === RUN   TestDaemonRestartWithExistingNetwork
09:10:16 [2019-08-28T09:10:16.477Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.23s)
09:10:16 [2019-08-28T09:10:16.477Z]     service_test.go:98: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartWithExistingNetwork
09:10:16 [2019-08-28T09:10:16.477Z]     daemon.go:336: [d62bb379da7d7] waiting for daemon to start
09:10:16 [2019-08-28T09:10:16.477Z]     daemon.go:336: [d62bb379da7d7] waiting for daemon to start
09:10:16 [2019-08-28T09:10:16.477Z]     daemon.go:364: [d62bb379da7d7] daemon started
09:10:16 [2019-08-28T09:10:16.477Z]     daemon.go:472: [d62bb379da7d7] Stopping daemon
09:10:16 [2019-08-28T09:10:16.477Z]     daemon.go:307: [d62bb379da7d7] exiting daemon
09:10:16 [2019-08-28T09:10:16.477Z]     daemon.go:459: [d62bb379da7d7] Daemon stopped
09:10:16 [2019-08-28T09:10:16.477Z]     daemon.go:336: [d62bb379da7d7] waiting for daemon to start
09:10:16 [2019-08-28T09:10:16.477Z]     daemon.go:336: [d62bb379da7d7] waiting for daemon to start
09:10:16 [2019-08-28T09:10:16.477Z]     daemon.go:364: [d62bb379da7d7] daemon started
09:10:16 [2019-08-28T09:10:16.477Z]     daemon.go:472: [d62bb379da7d7] Stopping daemon
09:10:16 [2019-08-28T09:10:16.477Z]     daemon.go:307: [d62bb379da7d7] exiting daemon
09:10:16 [2019-08-28T09:10:16.477Z]     daemon.go:459: [d62bb379da7d7] Daemon stopped
09:10:16 [2019-08-28T09:10:16.477Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
09:10:17 [2019-08-28T09:10:17.849Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s)
09:10:17 [2019-08-28T09:10:17.849Z]     service_test.go:136: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
09:10:17 [2019-08-28T09:10:17.849Z]     daemon.go:336: [d7e929d54af41] waiting for daemon to start
09:10:17 [2019-08-28T09:10:17.849Z]     daemon.go:336: [d7e929d54af41] waiting for daemon to start
09:10:17 [2019-08-28T09:10:17.849Z]     daemon.go:364: [d7e929d54af41] daemon started
09:10:17 [2019-08-28T09:10:17.849Z]     daemon.go:472: [d7e929d54af41] Stopping daemon
09:10:17 [2019-08-28T09:10:17.849Z]     daemon.go:307: [d7e929d54af41] exiting daemon
09:10:17 [2019-08-28T09:10:17.849Z]     daemon.go:459: [d7e929d54af41] Daemon stopped
09:10:17 [2019-08-28T09:10:17.849Z]     daemon.go:336: [d7e929d54af41] waiting for daemon to start
09:10:17 [2019-08-28T09:10:17.849Z]     daemon.go:336: [d7e929d54af41] waiting for daemon to start
09:10:17 [2019-08-28T09:10:17.849Z]     daemon.go:364: [d7e929d54af41] daemon started
09:10:17 [2019-08-28T09:10:17.849Z]     daemon.go:472: [d7e929d54af41] Stopping daemon
09:10:17 [2019-08-28T09:10:17.849Z]     daemon.go:307: [d7e929d54af41] exiting daemon
09:10:17 [2019-08-28T09:10:17.849Z]     daemon.go:459: [d7e929d54af41] Daemon stopped
09:10:17 [2019-08-28T09:10:17.849Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
09:10:18 [2019-08-28T09:10:18.106Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.61s)
09:10:18 [2019-08-28T09:10:18.106Z]     service_test.go:191: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonWithBipAndDefaultNetworkPool
09:10:18 [2019-08-28T09:10:18.106Z]     daemon.go:336: [ddd2ec19ea0f3] waiting for daemon to start
09:10:18 [2019-08-28T09:10:18.106Z]     daemon.go:336: [ddd2ec19ea0f3] waiting for daemon to start
09:10:18 [2019-08-28T09:10:18.106Z]     daemon.go:364: [ddd2ec19ea0f3] daemon started
09:10:18 [2019-08-28T09:10:18.106Z]     daemon.go:472: [ddd2ec19ea0f3] Stopping daemon
09:10:18 [2019-08-28T09:10:18.106Z]     daemon.go:307: [ddd2ec19ea0f3] exiting daemon
09:10:18 [2019-08-28T09:10:18.106Z]     daemon.go:459: [ddd2ec19ea0f3] Daemon stopped
09:10:18 [2019-08-28T09:10:18.106Z] === RUN   TestServiceWithPredefinedNetwork
09:10:18 [2019-08-28T09:10:18.292Z] --- PASS: TestDockerNetworkConnectAlias (5.99s)
09:10:18 [2019-08-28T09:10:18.292Z]     network_test.go:20: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias
09:10:18 [2019-08-28T09:10:18.292Z]     daemon.go:336: [dafa84e4877fe] waiting for daemon to start
09:10:18 [2019-08-28T09:10:18.292Z]     daemon.go:336: [dafa84e4877fe] waiting for daemon to start
09:10:18 [2019-08-28T09:10:18.292Z]     daemon.go:364: [dafa84e4877fe] daemon started
09:10:18 [2019-08-28T09:10:18.292Z]     daemon.go:472: [dafa84e4877fe] Stopping daemon
09:10:18 [2019-08-28T09:10:18.292Z]     daemon.go:307: [dafa84e4877fe] exiting daemon
09:10:18 [2019-08-28T09:10:18.292Z]     daemon.go:459: [dafa84e4877fe] Daemon stopped
09:10:18 [2019-08-28T09:10:18.292Z] === RUN   TestDockerNetworkReConnect
09:10:18 [2019-08-28T09:10:18.752Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
09:10:20 [2019-08-28T09:10:20.688Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
09:10:20 [2019-08-28T09:10:20.688Z] ok  	github.com/docker/docker/api/server/httputils	0.004s	coverage: 14.7% of statements
09:10:20 [2019-08-28T09:10:20.688Z] ok  	github.com/docker/docker/api/server/middleware	0.004s	coverage: 37.7% of statements
09:10:20 [2019-08-28T09:10:20.688Z] ?   	github.com/docker/docker/api/server/router	[no test files]
09:10:20 [2019-08-28T09:10:20.688Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
09:10:20 [2019-08-28T09:10:20.688Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
09:10:20 [2019-08-28T09:10:20.688Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
09:10:20 [2019-08-28T09:10:20.688Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
09:10:20 [2019-08-28T09:10:20.688Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
09:10:20 [2019-08-28T09:10:20.688Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
09:10:20 [2019-08-28T09:10:20.688Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
09:10:20 [2019-08-28T09:10:20.688Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
09:10:20 [2019-08-28T09:10:20.688Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
09:10:20 [2019-08-28T09:10:20.688Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
09:10:20 [2019-08-28T09:10:20.688Z] ok  	github.com/docker/docker/api/server/router/swarm	0.011s	coverage: 4.0% of statements
09:10:20 [2019-08-28T09:10:20.688Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
09:10:20 [2019-08-28T09:10:20.688Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
09:10:20 [2019-08-28T09:10:20.688Z] ?   	github.com/docker/docker/api/types	[no test files]
09:10:20 [2019-08-28T09:10:20.688Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
09:10:20 [2019-08-28T09:10:20.688Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
09:10:20 [2019-08-28T09:10:20.688Z] ?   	github.com/docker/docker/api/types/container	[no test files]
09:10:20 [2019-08-28T09:10:20.688Z] ?   	github.com/docker/docker/api/types/events	[no test files]
09:10:20 [2019-08-28T09:10:20.688Z] ok  	github.com/docker/docker/api/types/filters	0.003s	coverage: 95.2% of statements
09:10:20 [2019-08-28T09:10:20.688Z] ?   	github.com/docker/docker/api/types/image	[no test files]
09:10:20 [2019-08-28T09:10:20.688Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
09:10:20 [2019-08-28T09:10:20.688Z] ?   	github.com/docker/docker/api/types/network	[no test files]
09:10:20 [2019-08-28T09:10:20.688Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
09:10:20 [2019-08-28T09:10:20.688Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
09:10:20 [2019-08-28T09:10:20.688Z] ok  	github.com/docker/docker/api/types/strslice	0.003s	coverage: 90.0% of statements
09:10:20 [2019-08-28T09:10:20.688Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
09:10:20 [2019-08-28T09:10:20.688Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
09:10:20 [2019-08-28T09:10:20.688Z] ok  	github.com/docker/docker/api/types/time	0.002s	coverage: 100.0% of statements
09:10:20 [2019-08-28T09:10:20.688Z] ok  	github.com/docker/docker/api/types/versions	0.004s	coverage: 75.0% of statements
09:10:20 [2019-08-28T09:10:20.688Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
09:10:20 [2019-08-28T09:10:20.688Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
09:10:20 [2019-08-28T09:10:20.688Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
09:10:20 [2019-08-28T09:10:20.688Z] ?   	github.com/docker/docker/builder	[no test files]
09:10:20 [2019-08-28T09:10:20.688Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
09:10:20 [2019-08-28T09:10:20.688Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
09:10:20 [2019-08-28T09:10:20.688Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
09:10:20 [2019-08-28T09:10:20.688Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
09:10:20 [2019-08-28T09:10:20.688Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
09:10:20 [2019-08-28T09:10:20.688Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
09:10:20 [2019-08-28T09:10:20.688Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
09:10:20 [2019-08-28T09:10:20.782Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
09:10:20 [2019-08-28T09:10:20.942Z] ok  	github.com/docker/docker/builder/dockerignore	0.002s	coverage: 96.8% of statements
09:10:21 [2019-08-28T09:10:21.382Z] --- PASS: TestServiceWithPredefinedNetwork (2.67s)
09:10:21 [2019-08-28T09:10:21.382Z]     service_test.go:212: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceWithPredefinedNetwork
09:10:21 [2019-08-28T09:10:21.382Z]     daemon.go:336: [d3dcc889cf232] waiting for daemon to start
09:10:21 [2019-08-28T09:10:21.382Z]     daemon.go:336: [d3dcc889cf232] waiting for daemon to start
09:10:21 [2019-08-28T09:10:21.382Z]     daemon.go:364: [d3dcc889cf232] daemon started
09:10:21 [2019-08-28T09:10:21.382Z]     daemon.go:472: [d3dcc889cf232] Stopping daemon
09:10:21 [2019-08-28T09:10:21.382Z]     daemon.go:307: [d3dcc889cf232] exiting daemon
09:10:21 [2019-08-28T09:10:21.382Z]     daemon.go:459: [d3dcc889cf232] Daemon stopped
09:10:21 [2019-08-28T09:10:21.382Z] === RUN   TestServiceRemoveKeepsIngressNetwork
09:10:21 [2019-08-28T09:10:21.382Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
09:10:21 [2019-08-28T09:10:21.382Z]     service_test.go:239: FLAKY_TEST
09:10:21 [2019-08-28T09:10:21.382Z] === RUN   TestServiceWithDataPathPortInit
09:10:23 [2019-08-28T09:10:23.346Z] --- PASS: TestDockerNetworkReConnect (4.97s)
09:10:23 [2019-08-28T09:10:23.346Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect
09:10:23 [2019-08-28T09:10:23.346Z]     daemon.go:336: [dad36ffcf7a96] waiting for daemon to start
09:10:23 [2019-08-28T09:10:23.346Z]     daemon.go:336: [dad36ffcf7a96] waiting for daemon to start
09:10:23 [2019-08-28T09:10:23.346Z]     daemon.go:364: [dad36ffcf7a96] daemon started
09:10:23 [2019-08-28T09:10:23.346Z]     daemon.go:472: [dad36ffcf7a96] Stopping daemon
09:10:23 [2019-08-28T09:10:23.346Z]     daemon.go:307: [dad36ffcf7a96] exiting daemon
09:10:23 [2019-08-28T09:10:23.346Z]     daemon.go:459: [dad36ffcf7a96] Daemon stopped
09:10:23 [2019-08-28T09:10:23.346Z] === RUN   TestServicePlugin
09:10:23 [2019-08-28T09:10:23.346Z] --- SKIP: TestServicePlugin (0.00s)
09:10:23 [2019-08-28T09:10:23.346Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:10:23 [2019-08-28T09:10:23.346Z] === RUN   TestServiceUpdateLabel
09:10:25 [2019-08-28T09:10:25.098Z] ok  	github.com/docker/docker/builder/fscache	0.115s	coverage: 69.2% of statements
09:10:25 [2019-08-28T09:10:25.099Z] ok  	github.com/docker/docker/builder/dockerfile	0.556s	coverage: 45.1% of statements
09:10:25 [2019-08-28T09:10:25.266Z] --- PASS: TestServiceUpdateLabel (2.58s)
09:10:25 [2019-08-28T09:10:25.266Z]     update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel
09:10:25 [2019-08-28T09:10:25.266Z]     daemon.go:336: [d1e0afc0b6170] waiting for daemon to start
09:10:25 [2019-08-28T09:10:25.266Z]     daemon.go:336: [d1e0afc0b6170] waiting for daemon to start
09:10:25 [2019-08-28T09:10:25.266Z]     daemon.go:364: [d1e0afc0b6170] daemon started
09:10:25 [2019-08-28T09:10:25.266Z]     daemon.go:472: [d1e0afc0b6170] Stopping daemon
09:10:25 [2019-08-28T09:10:25.266Z]     daemon.go:307: [d1e0afc0b6170] exiting daemon
09:10:25 [2019-08-28T09:10:25.266Z]     daemon.go:459: [d1e0afc0b6170] Daemon stopped
09:10:25 [2019-08-28T09:10:25.266Z] === RUN   TestServiceUpdateSecrets
09:10:25 [2019-08-28T09:10:25.555Z] PASS: docker_cli_build_test.go:2747: DockerSuite.TestBuildEnvUsage2	23.160s
09:10:26 [2019-08-28T09:10:26.272Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
09:10:26 [2019-08-28T09:10:26.924Z] PASS: docker_cli_build_test.go:148: DockerSuite.TestBuildEnvironmentReplacementAddCopy	1.731s
09:10:27 [2019-08-28T09:10:27.181Z] PASS: docker_api_swarm_test.go:560: DockerSwarmSuite.TestAPISwarmForceNewCluster	16.676s
09:10:27 [2019-08-28T09:10:27.181Z] SKIP: docker_api_swarm_test.go:932: DockerSwarmSuite.TestAPISwarmHealthcheckNone (Root cause of Issue #36386 is needed)
09:10:27 [2019-08-28T09:10:27.607Z] ok  	github.com/docker/docker/builder/remotecontext/git	0.820s	coverage: 85.1% of statements
09:10:27 [2019-08-28T09:10:27.607Z] ok  	github.com/docker/docker/builder/remotecontext	0.218s	coverage: 13.6% of statements
09:10:27 [2019-08-28T09:10:27.607Z] ?   	github.com/docker/docker/cli	[no test files]
09:10:27 [2019-08-28T09:10:27.607Z] ?   	github.com/docker/docker/cli/config	[no test files]
09:10:27 [2019-08-28T09:10:27.861Z] ok  	github.com/docker/docker/cli/debug	0.003s	coverage: 100.0% of statements
09:10:33 [2019-08-28T09:10:33.087Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
09:10:33 [2019-08-28T09:10:33.099Z] ok  	github.com/docker/docker/client	0.183s	coverage: 75.8% of statements
09:10:33 [2019-08-28T09:10:33.734Z] --- PASS: TestServiceWithDataPathPortInit (12.95s)
09:10:33 [2019-08-28T09:10:33.734Z]     service_test.go:348: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceWithDataPathPortInit
09:10:33 [2019-08-28T09:10:33.734Z]     daemon.go:336: [dc5b36ae77451] waiting for daemon to start
09:10:33 [2019-08-28T09:10:33.734Z]     daemon.go:336: [dc5b36ae77451] waiting for daemon to start
09:10:33 [2019-08-28T09:10:33.734Z]     daemon.go:364: [dc5b36ae77451] daemon started
09:10:33 [2019-08-28T09:10:33.734Z]     daemon.go:472: [dc5b36ae77451] Stopping daemon
09:10:33 [2019-08-28T09:10:33.734Z]     daemon.go:307: [dc5b36ae77451] exiting daemon
09:10:33 [2019-08-28T09:10:33.734Z]     daemon.go:459: [dc5b36ae77451] Daemon stopped
09:10:33 [2019-08-28T09:10:33.734Z]     service_test.go:376: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceWithDataPathPortInit
09:10:33 [2019-08-28T09:10:33.734Z]     daemon.go:336: [d82fd56fd6fd3] waiting for daemon to start
09:10:33 [2019-08-28T09:10:33.734Z]     daemon.go:336: [d82fd56fd6fd3] waiting for daemon to start
09:10:33 [2019-08-28T09:10:33.734Z]     daemon.go:364: [d82fd56fd6fd3] daemon started
09:10:33 [2019-08-28T09:10:33.734Z]     daemon.go:472: [d82fd56fd6fd3] Stopping daemon
09:10:33 [2019-08-28T09:10:33.734Z]     daemon.go:307: [d82fd56fd6fd3] exiting daemon
09:10:33 [2019-08-28T09:10:33.734Z]     daemon.go:459: [d82fd56fd6fd3] Daemon stopped
09:10:33 [2019-08-28T09:10:33.734Z] === RUN   TestServiceWithDefaultAddressPoolInit
09:10:37 [2019-08-28T09:10:37.910Z] PASS: docker_cli_build_test.go:172: DockerSuite.TestBuildEnvironmentReplacementEnv	10.194s
09:10:37 [2019-08-28T09:10:37.910Z] --- PASS: TestServiceWithDefaultAddressPoolInit (3.67s)
09:10:37 [2019-08-28T09:10:37.910Z]     service_test.go:407: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceWithDefaultAddressPoolInit
09:10:37 [2019-08-28T09:10:37.910Z]     daemon.go:336: [d635c3a7d9988] waiting for daemon to start
09:10:37 [2019-08-28T09:10:37.910Z]     daemon.go:336: [d635c3a7d9988] waiting for daemon to start
09:10:37 [2019-08-28T09:10:37.910Z]     daemon.go:364: [d635c3a7d9988] daemon started
09:10:37 [2019-08-28T09:10:37.910Z]     service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:3tud2eahuvn6nhl6ijany2y0c Created:2019-08-28 09:10:35.559226553 +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[] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[] Services:map[]}
09:10:37 [2019-08-28T09:10:37.910Z]     daemon.go:472: [d635c3a7d9988] Stopping daemon
09:10:37 [2019-08-28T09:10:37.910Z]     daemon.go:307: [d635c3a7d9988] exiting daemon
09:10:37 [2019-08-28T09:10:37.910Z]     daemon.go:459: [d635c3a7d9988] Daemon stopped
09:10:37 [2019-08-28T09:10:37.910Z]     service_test.go:447: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceWithDefaultAddressPoolInit
09:10:37 [2019-08-28T09:10:37.910Z]     daemon.go:336: [df985052acd02] waiting for daemon to start
09:10:37 [2019-08-28T09:10:37.910Z]     daemon.go:336: [df985052acd02] waiting for daemon to start
09:10:37 [2019-08-28T09:10:37.910Z]     daemon.go:364: [df985052acd02] daemon started
09:10:37 [2019-08-28T09:10:37.910Z]     daemon.go:472: [df985052acd02] Stopping daemon
09:10:37 [2019-08-28T09:10:37.910Z]     daemon.go:307: [df985052acd02] exiting daemon
09:10:37 [2019-08-28T09:10:37.910Z]     daemon.go:459: [df985052acd02] Daemon stopped
09:10:37 [2019-08-28T09:10:37.910Z] PASS
09:10:37 [2019-08-28T09:10:37.910Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan flags=-test.v -test.timeout=120m  
09:10:37 [2019-08-28T09:10:37.910Z] INFO: Testing against a local daemon
09:10:37 [2019-08-28T09:10:37.910Z] === RUN   TestDockerNetworkIpvlanPersistance
09:10:37 [2019-08-28T09:10:37.910Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
09:10:37 [2019-08-28T09:10:37.910Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
09:10:37 [2019-08-28T09:10:37.910Z] === RUN   TestDockerNetworkIpvlan
09:10:37 [2019-08-28T09:10:37.910Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
09:10:37 [2019-08-28T09:10:37.910Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
09:10:37 [2019-08-28T09:10:37.910Z] PASS
09:10:37 [2019-08-28T09:10:37.910Z] Running /go/src/github.com/docker/docker/integration/network/macvlan flags=-test.v -test.timeout=120m  
09:10:37 [2019-08-28T09:10:37.910Z] INFO: Testing against a local daemon
09:10:37 [2019-08-28T09:10:37.910Z] === RUN   TestDockerNetworkMacvlanPersistance
09:10:38 [2019-08-28T09:10:38.168Z] PASS: docker_cli_build_test.go:103: DockerSuite.TestBuildEnvironmentReplacementExpose	0.827s
09:10:38 [2019-08-28T09:10:38.580Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
09:10:38 [2019-08-28T09:10:38.731Z] PASS: docker_cli_build_test.go:61: DockerSuite.TestBuildEnvironmentReplacementUser	0.550s
09:10:39 [2019-08-28T09:10:39.295Z] PASS: docker_cli_build_test.go:78: DockerSuite.TestBuildEnvironmentReplacementVolume	0.486s
09:10:39 [2019-08-28T09:10:39.295Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.47s)
09:10:39 [2019-08-28T09:10:39.295Z]     macvlan_test.go:24: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDockerNetworkMacvlanPersistance
09:10:39 [2019-08-28T09:10:39.295Z]     daemon.go:336: [d34a30e7daf98] waiting for daemon to start
09:10:39 [2019-08-28T09:10:39.295Z]     daemon.go:336: [d34a30e7daf98] waiting for daemon to start
09:10:39 [2019-08-28T09:10:39.295Z]     daemon.go:364: [d34a30e7daf98] daemon started
09:10:39 [2019-08-28T09:10:39.295Z]     daemon.go:472: [d34a30e7daf98] Stopping daemon
09:10:39 [2019-08-28T09:10:39.295Z]     daemon.go:307: [d34a30e7daf98] exiting daemon
09:10:39 [2019-08-28T09:10:39.295Z]     daemon.go:459: [d34a30e7daf98] Daemon stopped
09:10:39 [2019-08-28T09:10:39.295Z]     daemon.go:336: [d34a30e7daf98] waiting for daemon to start
09:10:39 [2019-08-28T09:10:39.295Z]     daemon.go:336: [d34a30e7daf98] waiting for daemon to start
09:10:39 [2019-08-28T09:10:39.295Z]     daemon.go:364: [d34a30e7daf98] daemon started
09:10:39 [2019-08-28T09:10:39.295Z]     daemon.go:472: [d34a30e7daf98] Stopping daemon
09:10:39 [2019-08-28T09:10:39.295Z]     daemon.go:307: [d34a30e7daf98] exiting daemon
09:10:39 [2019-08-28T09:10:39.295Z]     daemon.go:459: [d34a30e7daf98] Daemon stopped
09:10:39 [2019-08-28T09:10:39.295Z] === RUN   TestDockerNetworkMacvlan
09:10:40 [2019-08-28T09:10:40.226Z] === RUN   TestDockerNetworkMacvlan/Subinterface
09:10:40 [2019-08-28T09:10:40.791Z] PASS: docker_cli_build_test.go:128: DockerSuite.TestBuildEnvironmentReplacementWorkdir	1.539s
09:10:40 [2019-08-28T09:10:40.791Z] SKIP: docker_cli_build_test.go:5318: DockerSuite.TestBuildEscapeNotBackslashWordTest (unmatched requirement DaemonIsWindows)
09:10:41 [2019-08-28T09:10:41.049Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
09:10:41 [2019-08-28T09:10:41.049Z] PASS: docker_cli_build_test.go:2264: DockerSuite.TestBuildEscapeWhitespace	0.353s
09:10:41 [2019-08-28T09:10:41.762Z] --- PASS: TestServiceUpdateSecrets (15.75s)
09:10:41 [2019-08-28T09:10:41.762Z]     update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets
09:10:41 [2019-08-28T09:10:41.762Z]     daemon.go:336: [db492ce7f781a] waiting for daemon to start
09:10:41 [2019-08-28T09:10:41.762Z]     daemon.go:336: [db492ce7f781a] waiting for daemon to start
09:10:41 [2019-08-28T09:10:41.762Z]     daemon.go:364: [db492ce7f781a] daemon started
09:10:41 [2019-08-28T09:10:41.762Z]     daemon.go:472: [db492ce7f781a] Stopping daemon
09:10:41 [2019-08-28T09:10:41.762Z]     daemon.go:307: [db492ce7f781a] exiting daemon
09:10:41 [2019-08-28T09:10:41.762Z]     daemon.go:459: [db492ce7f781a] Daemon stopped
09:10:41 [2019-08-28T09:10:41.762Z] === RUN   TestServiceUpdateConfigs
09:10:41 [2019-08-28T09:10:41.980Z] === RUN   TestDockerNetworkMacvlan/NilParent
09:10:44 [2019-08-28T09:10:44.069Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
09:10:45 [2019-08-28T09:10:45.255Z] === RUN   TestDockerNetworkMacvlan/InternalMode
09:10:48 [2019-08-28T09:10:48.530Z] PASS: docker_api_swarm_test.go:37: DockerSwarmSuite.TestAPISwarmInit	15.025s
09:10:49 [2019-08-28T09:10:49.093Z] PASS: docker_api_swarm_test.go:542: DockerSwarmSuite.TestAPISwarmInvalidAddress	0.834s
09:10:49 [2019-08-28T09:10:49.350Z] === RUN   TestDockerNetworkMacvlan/Addressing
09:10:50 [2019-08-28T09:10:50.880Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
09:10:51 [2019-08-28T09:10:51.249Z] --- PASS: TestDockerNetworkMacvlan (12.10s)
09:10:51 [2019-08-28T09:10:51.249Z]     macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDockerNetworkMacvlan
09:10:51 [2019-08-28T09:10:51.249Z]     daemon.go:336: [d39b5de08f187] waiting for daemon to start
09:10:51 [2019-08-28T09:10:51.249Z]     daemon.go:336: [d39b5de08f187] waiting for daemon to start
09:10:51 [2019-08-28T09:10:51.249Z]     daemon.go:364: [d39b5de08f187] daemon started
09:10:51 [2019-08-28T09:10:51.249Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s)
09:10:51 [2019-08-28T09:10:51.249Z]     daemon.go:472: [d39b5de08f187] Stopping daemon
09:10:51 [2019-08-28T09:10:51.249Z]     daemon.go:307: [d39b5de08f187] exiting daemon
09:10:51 [2019-08-28T09:10:51.249Z]     daemon.go:459: [d39b5de08f187] Daemon stopped
09:10:51 [2019-08-28T09:10:51.249Z]     macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDockerNetworkMacvlan
09:10:51 [2019-08-28T09:10:51.249Z]     daemon.go:336: [d80b512e39507] waiting for daemon to start
09:10:51 [2019-08-28T09:10:51.249Z]     daemon.go:336: [d80b512e39507] waiting for daemon to start
09:10:51 [2019-08-28T09:10:51.249Z]     daemon.go:364: [d80b512e39507] daemon started
09:10:51 [2019-08-28T09:10:51.249Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s)
09:10:51 [2019-08-28T09:10:51.249Z]     daemon.go:472: [d80b512e39507] Stopping daemon
09:10:51 [2019-08-28T09:10:51.249Z]     daemon.go:307: [d80b512e39507] exiting daemon
09:10:51 [2019-08-28T09:10:51.249Z]     daemon.go:459: [d80b512e39507] Daemon stopped
09:10:51 [2019-08-28T09:10:51.249Z]     macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDockerNetworkMacvlan
09:10:51 [2019-08-28T09:10:51.249Z]     daemon.go:336: [d8dab03e33b85] waiting for daemon to start
09:10:51 [2019-08-28T09:10:51.249Z]     daemon.go:336: [d8dab03e33b85] waiting for daemon to start
09:10:51 [2019-08-28T09:10:51.249Z]     daemon.go:364: [d8dab03e33b85] daemon started
09:10:51 [2019-08-28T09:10:51.249Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (2.02s)
09:10:51 [2019-08-28T09:10:51.249Z]     daemon.go:472: [d8dab03e33b85] Stopping daemon
09:10:51 [2019-08-28T09:10:51.249Z]     daemon.go:307: [d8dab03e33b85] exiting daemon
09:10:51 [2019-08-28T09:10:51.249Z]     daemon.go:459: [d8dab03e33b85] Daemon stopped
09:10:51 [2019-08-28T09:10:51.249Z]     macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDockerNetworkMacvlan
09:10:51 [2019-08-28T09:10:51.249Z]     daemon.go:336: [d40c23388182b] waiting for daemon to start
09:10:51 [2019-08-28T09:10:51.249Z]     daemon.go:336: [d40c23388182b] waiting for daemon to start
09:10:51 [2019-08-28T09:10:51.249Z]     daemon.go:364: [d40c23388182b] daemon started
09:10:51 [2019-08-28T09:10:51.249Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (2.87s)
09:10:51 [2019-08-28T09:10:51.249Z]     daemon.go:472: [d40c23388182b] Stopping daemon
09:10:51 [2019-08-28T09:10:51.249Z]     daemon.go:307: [d40c23388182b] exiting daemon
09:10:51 [2019-08-28T09:10:51.249Z]     daemon.go:459: [d40c23388182b] Daemon stopped
09:10:51 [2019-08-28T09:10:51.249Z]     macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDockerNetworkMacvlan
09:10:51 [2019-08-28T09:10:51.249Z]     daemon.go:336: [dc007947b7200] waiting for daemon to start
09:10:51 [2019-08-28T09:10:51.249Z]     daemon.go:336: [dc007947b7200] waiting for daemon to start
09:10:51 [2019-08-28T09:10:51.249Z]     daemon.go:364: [dc007947b7200] daemon started
09:10:51 [2019-08-28T09:10:51.249Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.47s)
09:10:51 [2019-08-28T09:10:51.249Z]     daemon.go:472: [dc007947b7200] Stopping daemon
09:10:51 [2019-08-28T09:10:51.249Z]     daemon.go:307: [dc007947b7200] exiting daemon
09:10:51 [2019-08-28T09:10:51.249Z]     daemon.go:459: [dc007947b7200] Daemon stopped
09:10:51 [2019-08-28T09:10:51.249Z] PASS
09:10:51 [2019-08-28T09:10:51.249Z] Running /go/src/github.com/docker/docker/integration/plugin flags=-test.v -test.timeout=120m  
09:10:51 [2019-08-28T09:10:51.507Z] testing: warning: no tests to run
09:10:51 [2019-08-28T09:10:51.507Z] PASS
09:10:51 [2019-08-28T09:10:51.507Z] Running /go/src/github.com/docker/docker/integration/plugin/authz flags=-test.v -test.timeout=120m  
09:10:51 [2019-08-28T09:10:51.507Z] INFO: Testing against a local daemon
09:10:51 [2019-08-28T09:10:51.507Z] === RUN   TestAuthZPluginAllowRequest
09:10:52 [2019-08-28T09:10:52.355Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
09:10:53 [2019-08-28T09:10:53.401Z] PASS: docker_cli_build_test.go:3303: DockerSuite.TestBuildExoticShellInterpolation	12.038s
09:10:53 [2019-08-28T09:10:53.401Z] --- PASS: TestAuthZPluginAllowRequest (1.68s)
09:10:53 [2019-08-28T09:10:53.401Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginAllowRequest
09:10:53 [2019-08-28T09:10:53.401Z]     daemon.go:336: [d74352d2340a3] waiting for daemon to start
09:10:53 [2019-08-28T09:10:53.401Z]     daemon.go:336: [d74352d2340a3] waiting for daemon to start
09:10:53 [2019-08-28T09:10:53.401Z]     daemon.go:364: [d74352d2340a3] daemon started
09:10:53 [2019-08-28T09:10:53.401Z]     daemon.go:472: [d74352d2340a3] Stopping daemon
09:10:53 [2019-08-28T09:10:53.401Z]     daemon.go:307: [d74352d2340a3] exiting daemon
09:10:53 [2019-08-28T09:10:53.401Z]     daemon.go:459: [d74352d2340a3] Daemon stopped
09:10:53 [2019-08-28T09:10:53.401Z] === RUN   TestAuthZPluginTLS
09:10:53 [2019-08-28T09:10:53.660Z] PASS: docker_cli_build_test.go:1591: DockerSuite.TestBuildExpose	0.306s
09:10:53 [2019-08-28T09:10:53.920Z] --- PASS: TestAuthZPluginTLS (0.60s)
09:10:53 [2019-08-28T09:10:53.920Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginTLS
09:10:53 [2019-08-28T09:10:53.920Z]     daemon.go:336: [d11df6c719bb0] waiting for daemon to start
09:10:53 [2019-08-28T09:10:53.920Z]     daemon.go:336: [d11df6c719bb0] waiting for daemon to start
09:10:53 [2019-08-28T09:10:53.920Z]     daemon.go:364: [d11df6c719bb0] daemon started
09:10:53 [2019-08-28T09:10:53.920Z]     daemon.go:472: [d11df6c719bb0] Stopping daemon
09:10:53 [2019-08-28T09:10:53.920Z]     daemon.go:307: [d11df6c719bb0] exiting daemon
09:10:53 [2019-08-28T09:10:53.920Z]     daemon.go:459: [d11df6c719bb0] Daemon stopped
09:10:53 [2019-08-28T09:10:53.920Z] === RUN   TestAuthZPluginDenyRequest
09:10:54 [2019-08-28T09:10:54.176Z] PASS: docker_cli_build_test.go:1605: DockerSuite.TestBuildExposeMorePorts	0.488s
09:10:54 [2019-08-28T09:10:54.433Z] --- PASS: TestAuthZPluginDenyRequest (0.56s)
09:10:54 [2019-08-28T09:10:54.433Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginDenyRequest
09:10:54 [2019-08-28T09:10:54.433Z]     daemon.go:336: [d5889c968a0ee] waiting for daemon to start
09:10:54 [2019-08-28T09:10:54.433Z]     daemon.go:336: [d5889c968a0ee] waiting for daemon to start
09:10:54 [2019-08-28T09:10:54.433Z]     daemon.go:364: [d5889c968a0ee] daemon started
09:10:54 [2019-08-28T09:10:54.433Z]     daemon.go:472: [d5889c968a0ee] Stopping daemon
09:10:54 [2019-08-28T09:10:54.433Z]     daemon.go:307: [d5889c968a0ee] exiting daemon
09:10:54 [2019-08-28T09:10:54.433Z]     daemon.go:459: [d5889c968a0ee] Daemon stopped
09:10:54 [2019-08-28T09:10:54.433Z] === RUN   TestAuthZPluginAPIDenyResponse
09:10:54 [2019-08-28T09:10:54.690Z] PASS: docker_cli_build_test.go:1654: DockerSuite.TestBuildExposeOrder	0.433s
09:10:54 [2019-08-28T09:10:54.948Z] PASS: docker_cli_build_test.go:1670: DockerSuite.TestBuildExposeUpperCaseProto	0.305s
09:10:54 [2019-08-28T09:10:54.948Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
09:10:54 [2019-08-28T09:10:54.948Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginAPIDenyResponse
09:10:54 [2019-08-28T09:10:54.948Z]     daemon.go:336: [d505cb48c155c] waiting for daemon to start
09:10:54 [2019-08-28T09:10:54.948Z]     daemon.go:336: [d505cb48c155c] waiting for daemon to start
09:10:54 [2019-08-28T09:10:54.948Z]     daemon.go:364: [d505cb48c155c] daemon started
09:10:54 [2019-08-28T09:10:54.948Z]     daemon.go:472: [d505cb48c155c] Stopping daemon
09:10:54 [2019-08-28T09:10:54.948Z]     daemon.go:307: [d505cb48c155c] exiting daemon
09:10:54 [2019-08-28T09:10:54.948Z]     daemon.go:459: [d505cb48c155c] Daemon stopped
09:10:54 [2019-08-28T09:10:54.948Z] === RUN   TestAuthZPluginDenyResponse
09:10:55 [2019-08-28T09:10:55.513Z] --- PASS: TestAuthZPluginDenyResponse (0.56s)
09:10:55 [2019-08-28T09:10:55.513Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginDenyResponse
09:10:55 [2019-08-28T09:10:55.513Z]     daemon.go:336: [dc85325a08d89] waiting for daemon to start
09:10:55 [2019-08-28T09:10:55.513Z]     daemon.go:336: [dc85325a08d89] waiting for daemon to start
09:10:55 [2019-08-28T09:10:55.513Z]     daemon.go:364: [dc85325a08d89] daemon started
09:10:55 [2019-08-28T09:10:55.513Z]     daemon.go:472: [dc85325a08d89] Stopping daemon
09:10:55 [2019-08-28T09:10:55.513Z]     daemon.go:307: [dc85325a08d89] exiting daemon
09:10:55 [2019-08-28T09:10:55.513Z]     daemon.go:459: [dc85325a08d89] Daemon stopped
09:10:55 [2019-08-28T09:10:55.513Z] === RUN   TestAuthZPluginAllowEventStream
09:10:55 [2019-08-28T09:10:55.769Z] PASS: docker_cli_build_test.go:2228: DockerSuite.TestBuildFails	0.860s
09:10:55 [2019-08-28T09:10:55.769Z] PASS: docker_cli_build_test.go:4898: DockerSuite.TestBuildFailsGitNotCallable	0.029s
09:10:57 [2019-08-28T09:10:57.137Z] --- PASS: TestAuthZPluginAllowEventStream (1.64s)
09:10:57 [2019-08-28T09:10:57.137Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginAllowEventStream
09:10:57 [2019-08-28T09:10:57.137Z]     daemon.go:336: [d1c709f35008e] waiting for daemon to start
09:10:57 [2019-08-28T09:10:57.137Z]     daemon.go:336: [d1c709f35008e] waiting for daemon to start
09:10:57 [2019-08-28T09:10:57.137Z]     daemon.go:364: [d1c709f35008e] daemon started
09:10:57 [2019-08-28T09:10:57.137Z]     daemon.go:472: [d1c709f35008e] Stopping daemon
09:10:57 [2019-08-28T09:10:57.137Z]     daemon.go:307: [d1c709f35008e] exiting daemon
09:10:57 [2019-08-28T09:10:57.137Z]     daemon.go:459: [d1c709f35008e] Daemon stopped
09:10:57 [2019-08-28T09:10:57.137Z] === RUN   TestAuthZPluginErrorResponse
09:10:57 [2019-08-28T09:10:57.700Z] --- PASS: TestAuthZPluginErrorResponse (0.55s)
09:10:57 [2019-08-28T09:10:57.700Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginErrorResponse
09:10:57 [2019-08-28T09:10:57.700Z]     daemon.go:336: [dd16ff05c2a31] waiting for daemon to start
09:10:57 [2019-08-28T09:10:57.700Z]     daemon.go:336: [dd16ff05c2a31] waiting for daemon to start
09:10:57 [2019-08-28T09:10:57.700Z]     daemon.go:364: [dd16ff05c2a31] daemon started
09:10:57 [2019-08-28T09:10:57.700Z]     daemon.go:472: [dd16ff05c2a31] Stopping daemon
09:10:57 [2019-08-28T09:10:57.700Z]     daemon.go:307: [dd16ff05c2a31] exiting daemon
09:10:57 [2019-08-28T09:10:57.700Z]     daemon.go:459: [dd16ff05c2a31] Daemon stopped
09:10:57 [2019-08-28T09:10:57.700Z] === RUN   TestAuthZPluginErrorRequest
09:10:57 [2019-08-28T09:10:57.848Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
09:10:58 [2019-08-28T09:10:58.092Z] --- PASS: TestServiceUpdateConfigs (15.64s)
09:10:58 [2019-08-28T09:10:58.092Z]     update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs
09:10:58 [2019-08-28T09:10:58.092Z]     daemon.go:336: [d003aaced716f] waiting for daemon to start
09:10:58 [2019-08-28T09:10:58.092Z]     daemon.go:336: [d003aaced716f] waiting for daemon to start
09:10:58 [2019-08-28T09:10:58.092Z]     daemon.go:364: [d003aaced716f] daemon started
09:10:58 [2019-08-28T09:10:58.092Z]     daemon.go:472: [d003aaced716f] Stopping daemon
09:10:58 [2019-08-28T09:10:58.092Z]     daemon.go:307: [d003aaced716f] exiting daemon
09:10:58 [2019-08-28T09:10:58.092Z]     daemon.go:459: [d003aaced716f] Daemon stopped
09:10:58 [2019-08-28T09:10:58.092Z] === RUN   TestServiceUpdateNetwork
09:10:58 [2019-08-28T09:10:58.264Z] PASS: docker_cli_build_test.go:4818: DockerSuite.TestBuildFollowSymlinkToDir	2.321s
09:10:58 [2019-08-28T09:10:58.264Z] --- PASS: TestAuthZPluginErrorRequest (0.57s)
09:10:58 [2019-08-28T09:10:58.264Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginErrorRequest
09:10:58 [2019-08-28T09:10:58.264Z]     daemon.go:336: [d6669a4289f99] waiting for daemon to start
09:10:58 [2019-08-28T09:10:58.264Z]     daemon.go:336: [d6669a4289f99] waiting for daemon to start
09:10:58 [2019-08-28T09:10:58.264Z]     daemon.go:364: [d6669a4289f99] daemon started
09:10:58 [2019-08-28T09:10:58.264Z]     daemon.go:472: [d6669a4289f99] Stopping daemon
09:10:58 [2019-08-28T09:10:58.264Z]     daemon.go:307: [d6669a4289f99] exiting daemon
09:10:58 [2019-08-28T09:10:58.264Z]     daemon.go:459: [d6669a4289f99] Daemon stopped
09:10:58 [2019-08-28T09:10:58.264Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
09:10:58 [2019-08-28T09:10:58.828Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s)
09:10:58 [2019-08-28T09:10:58.828Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginEnsureNoDuplicatePluginRegistration
09:10:58 [2019-08-28T09:10:58.828Z]     daemon.go:336: [d9920dfe2b6e3] waiting for daemon to start
09:10:58 [2019-08-28T09:10:58.828Z]     daemon.go:336: [d9920dfe2b6e3] waiting for daemon to start
09:10:58 [2019-08-28T09:10:58.828Z]     daemon.go:364: [d9920dfe2b6e3] daemon started
09:10:58 [2019-08-28T09:10:58.828Z]     daemon.go:472: [d9920dfe2b6e3] Stopping daemon
09:10:58 [2019-08-28T09:10:58.828Z]     daemon.go:307: [d9920dfe2b6e3] exiting daemon
09:10:58 [2019-08-28T09:10:58.828Z]     daemon.go:459: [d9920dfe2b6e3] Daemon stopped
09:10:58 [2019-08-28T09:10:58.828Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
09:11:00 [2019-08-28T09:11:00.525Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
09:11:00 [2019-08-28T09:11:00.525Z] Using test binary docker
09:11:00 [2019-08-28T09:11:00.525Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
09:11:00 [2019-08-28T09:11:00.525Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found
09:11:00 [2019-08-28T09:11:00.525Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin
09:11:00 [2019-08-28T09:11:00.525Z] Warning failed to create cache: (null)
09:11:00 [2019-08-28T09:11:00.525Z] .
09:11:00 [2019-08-28T09:11:00.525Z] INFO: Waiting for daemon to start...
09:11:00 [2019-08-28T09:11:00.525Z] Starting dockerd
09:11:00 [2019-08-28T09:11:00.723Z] PASS: docker_cli_build_test.go:4788: DockerSuite.TestBuildFollowSymlinkToFile	2.462s
09:11:00 [2019-08-28T09:11:00.981Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.21s)
09:11:00 [2019-08-28T09:11:00.981Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginEnsureLoadImportWorking
09:11:00 [2019-08-28T09:11:00.981Z]     daemon.go:336: [d010f1eb45cdf] waiting for daemon to start
09:11:00 [2019-08-28T09:11:00.981Z]     daemon.go:336: [d010f1eb45cdf] waiting for daemon to start
09:11:00 [2019-08-28T09:11:00.981Z]     daemon.go:364: [d010f1eb45cdf] daemon started
09:11:00 [2019-08-28T09:11:00.981Z]     daemon.go:472: [d010f1eb45cdf] Stopping daemon
09:11:00 [2019-08-28T09:11:00.981Z]     daemon.go:307: [d010f1eb45cdf] exiting daemon
09:11:00 [2019-08-28T09:11:00.981Z]     daemon.go:459: [d010f1eb45cdf] Daemon stopped
09:11:00 [2019-08-28T09:11:00.981Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
09:11:02 [2019-08-28T09:11:02.356Z] PASS: docker_cli_build_test.go:1171: DockerSuite.TestBuildForceRm	1.711s
09:11:02 [2019-08-28T09:11:02.548Z] .
09:11:02 [2019-08-28T09:11:02.548Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
09:11:02 [2019-08-28T09:11:02.548Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
09:11:02 [2019-08-28T09:11:02.548Z] Error: No such image: emptyfs
09:11:02 [2019-08-28T09:11:02.548Z] Running integration-test (iteration 1)
09:11:02 [2019-08-28T09:11:02.548Z] Running /go/src/github.com/docker/docker/integration/build flags=-test.v -test.timeout=120m  
09:11:03 [2019-08-28T09:11:03.288Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.11s)
09:11:03 [2019-08-28T09:11:03.288Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthzPluginEnsureContainerCopyToFrom
09:11:03 [2019-08-28T09:11:03.288Z]     daemon.go:336: [d75684682b9e4] waiting for daemon to start
09:11:03 [2019-08-28T09:11:03.288Z]     daemon.go:336: [d75684682b9e4] waiting for daemon to start
09:11:03 [2019-08-28T09:11:03.288Z]     daemon.go:364: [d75684682b9e4] daemon started
09:11:03 [2019-08-28T09:11:03.288Z]     daemon.go:472: [d75684682b9e4] Stopping daemon
09:11:03 [2019-08-28T09:11:03.288Z]     daemon.go:307: [d75684682b9e4] exiting daemon
09:11:03 [2019-08-28T09:11:03.288Z]     daemon.go:459: [d75684682b9e4] Daemon stopped
09:11:03 [2019-08-28T09:11:03.288Z] === RUN   TestAuthZPluginHeader
09:11:03 [2019-08-28T09:11:03.853Z] PASS: docker_cli_build_test.go:3052: DockerSuite.TestBuildFromGit	1.539s
09:11:03 [2019-08-28T09:11:03.853Z] --- PASS: TestAuthZPluginHeader (0.83s)
09:11:03 [2019-08-28T09:11:03.853Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginHeader
09:11:03 [2019-08-28T09:11:03.853Z]     daemon.go:336: [df7464c5359c1] waiting for daemon to start
09:11:03 [2019-08-28T09:11:03.853Z]     daemon.go:336: [df7464c5359c1] waiting for daemon to start
09:11:03 [2019-08-28T09:11:03.853Z]     daemon.go:364: [df7464c5359c1] daemon started
09:11:03 [2019-08-28T09:11:03.853Z]     daemon.go:472: [df7464c5359c1] Stopping daemon
09:11:03 [2019-08-28T09:11:03.853Z]     daemon.go:307: [df7464c5359c1] exiting daemon
09:11:03 [2019-08-28T09:11:03.853Z]     daemon.go:459: [df7464c5359c1] Daemon stopped
09:11:03 [2019-08-28T09:11:03.853Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
09:11:04 [2019-08-28T09:11:04.417Z] PASS: docker_cli_build_test.go:3071: DockerSuite.TestBuildFromGitWithContext	0.398s
09:11:05 [2019-08-28T09:11:05.351Z] PASS: docker_cli_build_test.go:3090: DockerSuite.TestBuildFromGitWithF	1.026s
09:11:07 [2019-08-28T09:11:07.877Z] PASS: docker_cli_build_test.go:3702: DockerSuite.TestBuildFromMixedcaseDockerfile	2.139s
09:11:08 [2019-08-28T09:11:08.441Z] PASS: docker_cli_build_test.go:3778: DockerSuite.TestBuildFromOfficialNames	0.783s
09:11:08 [2019-08-28T09:11:08.699Z] PASS: docker_cli_build_test.go:3103: DockerSuite.TestBuildFromRemoteTarball	0.333s
09:11:08 [2019-08-28T09:11:08.699Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.84s)
09:11:08 [2019-08-28T09:11:08.699Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginV2AllowNonVolumeRequest
09:11:08 [2019-08-28T09:11:08.699Z]     daemon.go:336: [d3ff335ce7ea9] waiting for daemon to start
09:11:08 [2019-08-28T09:11:08.699Z]     daemon.go:336: [d3ff335ce7ea9] waiting for daemon to start
09:11:08 [2019-08-28T09:11:08.699Z]     daemon.go:364: [d3ff335ce7ea9] daemon started
09:11:08 [2019-08-28T09:11:08.699Z]     daemon.go:472: [d3ff335ce7ea9] Stopping daemon
09:11:08 [2019-08-28T09:11:08.699Z]     daemon.go:307: [d3ff335ce7ea9] exiting daemon
09:11:08 [2019-08-28T09:11:08.699Z]     daemon.go:459: [d3ff335ce7ea9] Daemon stopped
09:11:08 [2019-08-28T09:11:08.699Z]     daemon.go:336: [d3ff335ce7ea9] waiting for daemon to start
09:11:08 [2019-08-28T09:11:08.699Z]     daemon.go:336: [d3ff335ce7ea9] waiting for daemon to start
09:11:08 [2019-08-28T09:11:08.699Z]     daemon.go:364: [d3ff335ce7ea9] daemon started
09:11:08 [2019-08-28T09:11:08.699Z]     daemon.go:472: [d3ff335ce7ea9] Stopping daemon
09:11:08 [2019-08-28T09:11:08.699Z]     daemon.go:307: [d3ff335ce7ea9] exiting daemon
09:11:08 [2019-08-28T09:11:08.699Z]     daemon.go:459: [d3ff335ce7ea9] Daemon stopped
09:11:08 [2019-08-28T09:11:08.699Z] === RUN   TestAuthZPluginV2Disable
09:11:11 [2019-08-28T09:11:11.221Z] PASS: docker_cli_build_test.go:3753: DockerSuite.TestBuildFromStdinWithF	2.200s
09:11:11 [2019-08-28T09:11:11.737Z] --- PASS: TestServiceUpdateNetwork (14.31s)
09:11:11 [2019-08-28T09:11:11.737Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork
09:11:11 [2019-08-28T09:11:11.737Z]     daemon.go:336: [d19029380be72] waiting for daemon to start
09:11:11 [2019-08-28T09:11:11.737Z]     daemon.go:336: [d19029380be72] waiting for daemon to start
09:11:11 [2019-08-28T09:11:11.737Z]     daemon.go:364: [d19029380be72] daemon started
09:11:11 [2019-08-28T09:11:11.737Z]     daemon.go:472: [d19029380be72] Stopping daemon
09:11:11 [2019-08-28T09:11:11.737Z]     daemon.go:307: [d19029380be72] exiting daemon
09:11:11 [2019-08-28T09:11:11.737Z]     daemon.go:459: [d19029380be72] Daemon stopped
09:11:11 [2019-08-28T09:11:11.737Z] PASS
09:11:11 [2019-08-28T09:11:11.737Z] Running /go/src/github.com/docker/docker/integration/session flags=-test.v -test.timeout=120m  
09:11:11 [2019-08-28T09:11:11.737Z] INFO: Testing against a local daemon
09:11:11 [2019-08-28T09:11:11.737Z] === RUN   TestSessionCreate
09:11:11 [2019-08-28T09:11:11.737Z] --- PASS: TestSessionCreate (0.03s)
09:11:11 [2019-08-28T09:11:11.737Z] === RUN   TestSessionCreateWithBadUpgrade
09:11:11 [2019-08-28T09:11:11.737Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
09:11:11 [2019-08-28T09:11:11.737Z] PASS
09:11:11 [2019-08-28T09:11:11.737Z] Running /go/src/github.com/docker/docker/integration/system flags=-test.v -test.timeout=120m  
09:11:11 [2019-08-28T09:11:11.737Z] INFO: Testing against a local daemon
09:11:11 [2019-08-28T09:11:11.737Z] === RUN   TestCgroupDriverSystemdMemoryLimit
09:11:11 [2019-08-28T09:11:11.737Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
09:11:11 [2019-08-28T09:11:11.737Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
09:11:11 [2019-08-28T09:11:11.737Z] === RUN   TestEventsExecDie
09:11:11 [2019-08-28T09:11:11.747Z] ok  	github.com/docker/docker/cmd/dockerd	0.089s	coverage: 29.9% of statements
09:11:11 [2019-08-28T09:11:11.747Z] ok  	github.com/docker/docker/container	0.118s	coverage: 35.5% of statements
09:11:11 [2019-08-28T09:11:11.747Z] ?   	github.com/docker/docker/container/stream	[no test files]
09:11:11 [2019-08-28T09:11:11.747Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
09:11:11 [2019-08-28T09:11:11.747Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
09:11:11 [2019-08-28T09:11:11.747Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
09:11:12 [2019-08-28T09:11:12.523Z] --- PASS: TestEventsExecDie (1.02s)
09:11:12 [2019-08-28T09:11:12.523Z] === RUN   TestEventsBackwardsCompatible
09:11:12 [2019-08-28T09:11:12.523Z] --- PASS: TestEventsBackwardsCompatible (0.09s)
09:11:12 [2019-08-28T09:11:12.523Z] === RUN   TestInfoBinaryCommits
09:11:12 [2019-08-28T09:11:12.523Z] --- PASS: TestInfoBinaryCommits (0.03s)
09:11:12 [2019-08-28T09:11:12.523Z] === RUN   TestInfoAPIVersioned
09:11:12 [2019-08-28T09:11:12.523Z] --- PASS: TestInfoAPIVersioned (0.01s)
09:11:12 [2019-08-28T09:11:12.523Z] === RUN   TestInfoAPI
09:11:12 [2019-08-28T09:11:12.523Z] --- PASS: TestInfoAPI (0.04s)
09:11:12 [2019-08-28T09:11:12.523Z] === RUN   TestInfoAPIWarnings
09:11:12 [2019-08-28T09:11:12.591Z] --- PASS: TestAuthZPluginV2Disable (3.65s)
09:11:12 [2019-08-28T09:11:12.591Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginV2Disable
09:11:12 [2019-08-28T09:11:12.591Z]     daemon.go:336: [de17a5c3d3145] waiting for daemon to start
09:11:12 [2019-08-28T09:11:12.591Z]     daemon.go:336: [de17a5c3d3145] waiting for daemon to start
09:11:12 [2019-08-28T09:11:12.591Z]     daemon.go:364: [de17a5c3d3145] daemon started
09:11:12 [2019-08-28T09:11:12.591Z]     daemon.go:472: [de17a5c3d3145] Stopping daemon
09:11:12 [2019-08-28T09:11:12.591Z]     daemon.go:307: [de17a5c3d3145] exiting daemon
09:11:12 [2019-08-28T09:11:12.591Z]     daemon.go:459: [de17a5c3d3145] Daemon stopped
09:11:12 [2019-08-28T09:11:12.591Z]     daemon.go:336: [de17a5c3d3145] waiting for daemon to start
09:11:12 [2019-08-28T09:11:12.591Z]     daemon.go:336: [de17a5c3d3145] waiting for daemon to start
09:11:12 [2019-08-28T09:11:12.591Z]     daemon.go:364: [de17a5c3d3145] daemon started
09:11:12 [2019-08-28T09:11:12.591Z]     daemon.go:472: [de17a5c3d3145] Stopping daemon
09:11:12 [2019-08-28T09:11:12.591Z]     daemon.go:307: [de17a5c3d3145] exiting daemon
09:11:12 [2019-08-28T09:11:12.591Z]     daemon.go:459: [de17a5c3d3145] Daemon stopped
09:11:12 [2019-08-28T09:11:12.591Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
09:11:13 [2019-08-28T09:11:13.154Z] PASS: docker_cli_build_test.go:3726: DockerSuite.TestBuildFromURLWithF	2.232s
09:11:13 [2019-08-28T09:11:13.782Z] --- PASS: TestInfoAPIWarnings (0.85s)
09:11:13 [2019-08-28T09:11:13.782Z]     info_test.go:49: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings
09:11:13 [2019-08-28T09:11:13.782Z]     daemon.go:336: [d6596618ce7a5] waiting for daemon to start
09:11:13 [2019-08-28T09:11:13.782Z]     daemon.go:336: [d6596618ce7a5] waiting for daemon to start
09:11:13 [2019-08-28T09:11:13.782Z]     daemon.go:364: [d6596618ce7a5] daemon started
09:11:13 [2019-08-28T09:11:13.782Z]     daemon.go:472: [d6596618ce7a5] Stopping daemon
09:11:13 [2019-08-28T09:11:13.782Z]     daemon.go:307: [d6596618ce7a5] exiting daemon
09:11:13 [2019-08-28T09:11:13.782Z]     daemon.go:459: [d6596618ce7a5] Daemon stopped
09:11:13 [2019-08-28T09:11:13.782Z] === RUN   TestLoginFailsWithBadCredentials
09:11:13 [2019-08-28T09:11:13.782Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s)
09:11:13 [2019-08-28T09:11:13.782Z] === RUN   TestPingCacheHeaders
09:11:14 [2019-08-28T09:11:14.166Z] --- PASS: TestPingCacheHeaders (0.05s)
09:11:14 [2019-08-28T09:11:14.166Z] === RUN   TestPingGet
09:11:14 [2019-08-28T09:11:14.166Z] --- PASS: TestPingGet (0.05s)
09:11:14 [2019-08-28T09:11:14.166Z] === RUN   TestPingHead
09:11:14 [2019-08-28T09:11:14.166Z] --- PASS: TestPingHead (0.03s)
09:11:14 [2019-08-28T09:11:14.166Z] === RUN   TestVersion
09:11:14 [2019-08-28T09:11:14.166Z] --- PASS: TestVersion (0.02s)
09:11:14 [2019-08-28T09:11:14.166Z] PASS
09:11:14 [2019-08-28T09:11:14.166Z] Running /go/src/github.com/docker/docker/integration/volume flags=-test.v -test.timeout=120m  
09:11:14 [2019-08-28T09:11:14.166Z] INFO: Testing against a local daemon
09:11:14 [2019-08-28T09:11:14.166Z] === RUN   TestVolumesCreateAndList
09:11:14 [2019-08-28T09:11:14.166Z] --- PASS: TestVolumesCreateAndList (0.03s)
09:11:14 [2019-08-28T09:11:14.166Z] === RUN   TestVolumesRemove
09:11:14 [2019-08-28T09:11:14.584Z] --- PASS: TestVolumesRemove (0.13s)
09:11:14 [2019-08-28T09:11:14.584Z] === RUN   TestVolumesInspect
09:11:14 [2019-08-28T09:11:14.584Z] --- PASS: TestVolumesInspect (0.04s)
09:11:14 [2019-08-28T09:11:14.584Z] === RUN   TestVolumesInvalidJSON
09:11:14 [2019-08-28T09:11:14.584Z] === RUN   TestVolumesInvalidJSON//volumes/create
09:11:14 [2019-08-28T09:11:14.584Z] === PAUSE TestVolumesInvalidJSON//volumes/create
09:11:14 [2019-08-28T09:11:14.584Z] === CONT  TestVolumesInvalidJSON//volumes/create
09:11:14 [2019-08-28T09:11:14.584Z] --- PASS: TestVolumesInvalidJSON (0.02s)
09:11:14 [2019-08-28T09:11:14.584Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.01s)
09:11:14 [2019-08-28T09:11:14.584Z] PASS
09:11:14 [2019-08-28T09:11:14.584Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
09:11:15 [2019-08-28T09:11:15.088Z] PASS: docker_cli_build_test.go:235: DockerSuite.TestBuildHandleEscapesInVolume	1.491s
09:11:15 [2019-08-28T09:11:15.651Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.30s)
09:11:15 [2019-08-28T09:11:15.651Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginV2RejectVolumeRequests
09:11:15 [2019-08-28T09:11:15.651Z]     daemon.go:336: [d90ca03c58add] waiting for daemon to start
09:11:15 [2019-08-28T09:11:15.651Z]     daemon.go:336: [d90ca03c58add] waiting for daemon to start
09:11:15 [2019-08-28T09:11:15.651Z]     daemon.go:364: [d90ca03c58add] daemon started
09:11:15 [2019-08-28T09:11:15.651Z]     daemon.go:472: [d90ca03c58add] Stopping daemon
09:11:15 [2019-08-28T09:11:15.651Z]     daemon.go:307: [d90ca03c58add] exiting daemon
09:11:15 [2019-08-28T09:11:15.651Z]     daemon.go:459: [d90ca03c58add] Daemon stopped
09:11:15 [2019-08-28T09:11:15.651Z]     daemon.go:336: [d90ca03c58add] waiting for daemon to start
09:11:15 [2019-08-28T09:11:15.651Z]     daemon.go:336: [d90ca03c58add] waiting for daemon to start
09:11:15 [2019-08-28T09:11:15.651Z]     daemon.go:364: [d90ca03c58add] daemon started
09:11:15 [2019-08-28T09:11:15.651Z]     daemon.go:472: [d90ca03c58add] Stopping daemon
09:11:15 [2019-08-28T09:11:15.651Z]     daemon.go:307: [d90ca03c58add] exiting daemon
09:11:15 [2019-08-28T09:11:15.651Z]     daemon.go:459: [d90ca03c58add] Daemon stopped
09:11:15 [2019-08-28T09:11:15.651Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
09:11:16 [2019-08-28T09:11:16.452Z] umount: bundles/test-integration/root: mountpoint not found
09:11:16 [2019-08-28T09:11:16.452Z] Clearing AppArmor profiles cache:.
09:11:16 [2019-08-28T09:11:16.452Z] All profile caches have been cleared, but no profiles have been unloaded.
09:11:16 [2019-08-28T09:11:16.452Z] Unloading profiles will leave already running processes permanently
09:11:16 [2019-08-28T09:11:16.452Z] unconfined, which can lead to unexpected situations.
09:11:16 [2019-08-28T09:11:16.452Z] 
09:11:16 [2019-08-28T09:11:16.452Z] To set a process to complain mode, use the command line tool
09:11:16 [2019-08-28T09:11:16.452Z] 'aa-complain'. To really tear down all profiles, run the init script
09:11:16 [2019-08-28T09:11:16.452Z] with the 'teardown' option."
09:11:16 [2019-08-28T09:11:16.452Z] Removing test suite binaries
09:11:16 [2019-08-28T09:11:16.452Z] 
09:11:17 [2019-08-28T09:11:17.788Z] Loaded image: buildpack-deps:jessie
09:11:17 [2019-08-28T09:11:17.788Z] Loaded image: busybox:latest
09:11:17 [2019-08-28T09:11:17.788Z] Loaded image: busybox:glibc
09:11:17 [2019-08-28T09:11:17.788Z] Loaded image: debian:jessie
09:11:17 [2019-08-28T09:11:17.788Z] Loaded image: hello-world:latest
09:11:17 [2019-08-28T09:11:17.788Z] INFO: Testing against a local daemon
09:11:17 [2019-08-28T09:11:17.788Z] === RUN   TestCgroupNamespacesBuild
09:11:18 [2019-08-28T09:11:18.276Z] ok  	github.com/docker/docker/daemon/cluster	0.028s	coverage: 0.5% of statements
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
09:11:18 [2019-08-28T09:11:18.401Z] --- PASS: TestCgroupNamespacesBuild (1.61s)
09:11:18 [2019-08-28T09:11:18.401Z]     build_cgroupns_linux_test.go:42: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild
09:11:18 [2019-08-28T09:11:18.401Z]     daemon.go:336: [d226ce4f143e3] waiting for daemon to start
09:11:18 [2019-08-28T09:11:18.401Z]     daemon.go:336: [d226ce4f143e3] waiting for daemon to start
09:11:18 [2019-08-28T09:11:18.401Z]     daemon.go:364: [d226ce4f143e3] daemon started
09:11:18 [2019-08-28T09:11:18.401Z]     daemon.go:472: [d226ce4f143e3] Stopping daemon
09:11:18 [2019-08-28T09:11:18.401Z]     daemon.go:307: [d226ce4f143e3] exiting daemon
09:11:18 [2019-08-28T09:11:18.401Z]     daemon.go:459: [d226ce4f143e3] Daemon stopped
09:11:18 [2019-08-28T09:11:18.401Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
09:11:19 [2019-08-28T09:11:19.285Z] + echo Ensuring container killed.
09:11:19 [2019-08-28T09:11:19.285Z] Ensuring container killed.
09:11:19 [2019-08-28T09:11:19.285Z] + docker rm -vf docker-pr8
09:11:19 [2019-08-28T09:11:19.285Z] Error: No such container: docker-pr8
09:11:19 [2019-08-28T09:11:19.285Z] + true
[Pipeline] sh
09:11:19 [2019-08-28T09:11:19.873Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.63s)
09:11:19 [2019-08-28T09:11:19.873Z]     build_cgroupns_linux_test.go:42: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode
09:11:19 [2019-08-28T09:11:19.873Z]     daemon.go:336: [d40a97103675f] waiting for daemon to start
09:11:19 [2019-08-28T09:11:19.873Z]     daemon.go:336: [d40a97103675f] waiting for daemon to start
09:11:19 [2019-08-28T09:11:19.873Z]     daemon.go:364: [d40a97103675f] daemon started
09:11:19 [2019-08-28T09:11:19.873Z]     daemon.go:472: [d40a97103675f] Stopping daemon
09:11:19 [2019-08-28T09:11:19.873Z]     daemon.go:307: [d40a97103675f] exiting daemon
09:11:19 [2019-08-28T09:11:19.873Z]     daemon.go:459: [d40a97103675f] Daemon stopped
09:11:19 [2019-08-28T09:11:19.873Z] === RUN   TestBuildWithSession
09:11:20 [2019-08-28T09:11:20.161Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.008s	coverage: 65.3% of statements
09:11:20 [2019-08-28T09:11:20.186Z] + echo Chowning /workspace to jenkins user
09:11:20 [2019-08-28T09:11:20.186Z] Chowning /workspace to jenkins user
09:11:20 [2019-08-28T09:11:20.186Z] + id -u
09:11:20 [2019-08-28T09:11:20.186Z] + id -g
09:11:20 [2019-08-28T09:11:20.186Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-39571:/workspace busybox chown -R 1001:1001 /workspace
09:11:20 [2019-08-28T09:11:20.186Z] Unable to find image 'busybox:latest' locally
09:11:20 [2019-08-28T09:11:20.558Z] latest: Pulling from library/busybox
09:11:20 [2019-08-28T09:11:20.558Z] 7eaca4b6b397: Pulling fs layer
09:11:20 [2019-08-28T09:11:20.905Z] PASS: docker_cli_history_test.go:16: DockerSuite.TestBuildHistory	5.358s
09:11:20 [2019-08-28T09:11:20.905Z] PASS: docker_cli_build_test.go:6182: DockerSuite.TestBuildIidFile	0.855s
09:11:20 [2019-08-28T09:11:20.927Z] 7eaca4b6b397: Verifying Checksum
09:11:20 [2019-08-28T09:11:20.927Z] 7eaca4b6b397: Download complete
09:11:21 [2019-08-28T09:11:21.299Z] 7eaca4b6b397: Pull complete
09:11:21 [2019-08-28T09:11:21.299Z] Digest: sha256:9f1003c480699be56815db0f8146ad2e22efea85129b5b5983d0e0fb52d9ab70
09:11:21 [2019-08-28T09:11:21.299Z] Status: Downloaded newer image for busybox:latest
09:11:21 [2019-08-28T09:11:21.897Z] --- PASS: TestBuildWithSession (2.13s)
09:11:21 [2019-08-28T09:11:21.897Z] === RUN   TestBuildSquashParent
09:11:22 [2019-08-28T09:11:22.044Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.009s	coverage: 35.8% of statements
09:11:22 [2019-08-28T09:11:22.275Z] PASS: docker_cli_build_test.go:6207: DockerSuite.TestBuildIidFileCleanupOnFail	1.258s
09:11:23 [2019-08-28T09:11:23.207Z] PASS: docker_cli_build_test.go:2207: DockerSuite.TestBuildInheritance	0.861s
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
09:11:24 [2019-08-28T09:11:24.074Z] + bundleName=s390x-integration
09:11:24 [2019-08-28T09:11:24.074Z] + echo Creating s390x-integration-bundles.tar.gz
09:11:24 [2019-08-28T09:11:24.074Z] Creating s390x-integration-bundles.tar.gz
09:11:24 [2019-08-28T09:11:24.074Z] + xargs tar -czf s390x-integration-bundles.tar.gz
09:11:24 [2019-08-28T09:11:24.074Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *.log -o -name *.prof ) -print
09:11:24 [2019-08-28T09:11:24.138Z] PASS: docker_cli_build_test.go:5975: DockerSuite.TestBuildIntermediateTarget	0.984s
09:11:24 [2019-08-28T09:11:24.138Z] PASS: docker_cli_build_test.go:3192: DockerSuite.TestBuildInvalidTag	0.019s
[Pipeline] archiveArtifacts
09:11:24 [2019-08-28T09:11:24.225Z] Archiving artifacts
09:11:25 [2019-08-28T09:11:25.511Z] PASS: docker_cli_build_test.go:35: DockerSuite.TestBuildJSONEmptyRun	1.209s
09:11:25 [2019-08-28T09:11:25.768Z] PASS: docker_cli_build_test.go:4924: DockerSuite.TestBuildLabel	0.428s
09:11:26 [2019-08-28T09:11:26.331Z] PASS: docker_cli_build_test.go:4955: DockerSuite.TestBuildLabelCacheCommit	0.352s
09:11:26 [2019-08-28T09:11:26.594Z] PASS: docker_cli_build_test.go:4976: DockerSuite.TestBuildLabelMultiple	0.426s
09:11:26 [2019-08-28T09:11:26.855Z] PASS: docker_cli_build_test.go:4941: DockerSuite.TestBuildLabelOneNode	0.308s
09:11:27 [2019-08-28T09:11:27.418Z] PASS: docker_cli_build_test.go:3374: DockerSuite.TestBuildLabels	0.531s
09:11:27 [2019-08-28T09:11:27.432Z] --- PASS: TestBuildSquashParent (5.52s)
09:11:27 [2019-08-28T09:11:27.432Z] === RUN   TestBuildWithRemoveAndForceRemove
09:11:27 [2019-08-28T09:11:27.432Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
09:11:27 [2019-08-28T09:11:27.432Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
09:11:27 [2019-08-28T09:11:27.432Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
09:11:27 [2019-08-28T09:11:27.432Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
09:11:27 [2019-08-28T09:11:27.432Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
09:11:27 [2019-08-28T09:11:27.432Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
09:11:27 [2019-08-28T09:11:27.432Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
09:11:27 [2019-08-28T09:11:27.432Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
09:11:27 [2019-08-28T09:11:27.432Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
09:11:27 [2019-08-28T09:11:27.432Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
09:11:27 [2019-08-28T09:11:27.432Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
09:11:27 [2019-08-28T09:11:27.432Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
09:11:27 [2019-08-28T09:11:27.716Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
09:11:27 [2019-08-28T09:11:27.716Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
09:11:27 [2019-08-28T09:11:27.716Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
09:11:27 [2019-08-28T09:11:27.716Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
09:11:27 [2019-08-28T09:11:27.983Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (12.35s)
09:11:27 [2019-08-28T09:11:27.983Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginV2BadManifestFailsDaemonStart
09:11:27 [2019-08-28T09:11:27.983Z]     daemon.go:336: [d2f4010138a6b] waiting for daemon to start
09:11:27 [2019-08-28T09:11:27.983Z]     daemon.go:336: [d2f4010138a6b] waiting for daemon to start
09:11:27 [2019-08-28T09:11:27.983Z]     daemon.go:364: [d2f4010138a6b] daemon started
09:11:27 [2019-08-28T09:11:27.983Z]     daemon.go:472: [d2f4010138a6b] Stopping daemon
09:11:27 [2019-08-28T09:11:27.983Z]     daemon.go:307: [d2f4010138a6b] exiting daemon
09:11:27 [2019-08-28T09:11:27.983Z]     daemon.go:459: [d2f4010138a6b] Daemon stopped
09:11:27 [2019-08-28T09:11:27.983Z]     daemon.go:336: [d2f4010138a6b] waiting for daemon to start
09:11:27 [2019-08-28T09:11:27.983Z]     daemon.go:336: [d2f4010138a6b] waiting for daemon to start
09:11:27 [2019-08-28T09:11:27.983Z]     daemon.go:307: [d2f4010138a6b] exiting daemon
09:11:27 [2019-08-28T09:11:27.983Z]     daemon.go:336: [d2f4010138a6b] waiting for daemon to start
09:11:27 [2019-08-28T09:11:27.983Z]     daemon.go:336: [d2f4010138a6b] waiting for daemon to start
09:11:27 [2019-08-28T09:11:27.983Z]     daemon.go:336: [d2f4010138a6b] waiting for daemon to start
09:11:27 [2019-08-28T09:11:27.983Z]     daemon.go:364: [d2f4010138a6b] daemon started
09:11:27 [2019-08-28T09:11:27.983Z]     daemon.go:472: [d2f4010138a6b] Stopping daemon
09:11:27 [2019-08-28T09:11:27.983Z]     daemon.go:307: [d2f4010138a6b] exiting daemon
09:11:27 [2019-08-28T09:11:27.983Z]     daemon.go:459: [d2f4010138a6b] Daemon stopped
09:11:27 [2019-08-28T09:11:27.983Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
09:11:28 [2019-08-28T09:11:28.547Z] PASS: docker_cli_build_test.go:3386: DockerSuite.TestBuildLabelsCache	1.078s
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
09:11:30 [2019-08-28T09:11:30.045Z] + make clean
09:11:30 [2019-08-28T09:11:30.118Z] ok  	github.com/docker/docker/daemon	12.188s	coverage: 17.6% of statements
09:11:30 [2019-08-28T09:11:30.374Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
09:11:30 [2019-08-28T09:11:30.374Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.430s	coverage: 13.7% of statements
09:11:30 [2019-08-28T09:11:30.374Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
09:11:30 [2019-08-28T09:11:30.405Z] docker volume rm -f docker-dev-cache
09:11:30 [2019-08-28T09:11:30.405Z] docker-dev-cache
09:11:30 [2019-08-28T09:11:30.425Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
[Pipeline] deleteDir
09:11:30 [2019-08-28T09:11:30.711Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
09:11:31 [2019-08-28T09:11:31.825Z] PASS: docker_cli_build_test.go:5062: DockerSuite.TestBuildLabelsOverride	2.640s
09:11:32 [2019-08-28T09:11:32.268Z] ok  	github.com/docker/docker/daemon/discovery	0.008s	coverage: 30.0% of statements
09:11:32 [2019-08-28T09:11:32.739Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s)
09:11:32 [2019-08-28T09:11:32.739Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.94s)
09:11:32 [2019-08-28T09:11:32.739Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.19s)
09:11:32 [2019-08-28T09:11:32.739Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.47s)
09:11:32 [2019-08-28T09:11:32.739Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.51s)
09:11:32 [2019-08-28T09:11:32.739Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.22s)
09:11:32 [2019-08-28T09:11:32.739Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.03s)
09:11:32 [2019-08-28T09:11:32.739Z] === RUN   TestBuildMultiStageCopy
09:11:32 [2019-08-28T09:11:32.739Z] === RUN   TestBuildMultiStageCopy/copy_to_root
09:11:33 [2019-08-28T09:11:33.192Z] ok  	github.com/docker/docker/daemon/events	0.058s	coverage: 50.0% of statements
09:11:33 [2019-08-28T09:11:33.491Z] ok  	github.com/docker/docker/daemon/config	0.072s	coverage: 84.2% of statements
09:11:33 [2019-08-28T09:11:33.491Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
09:11:33 [2019-08-28T09:11:33.491Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
09:11:34 [2019-08-28T09:11:34.766Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
09:11:35 [2019-08-28T09:11:35.050Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
09:11:35 [2019-08-28T09:11:35.397Z] ok  	github.com/docker/docker/daemon/graphdriver	0.006s	coverage: 2.2% of statements
09:11:35 [2019-08-28T09:11:35.666Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
09:11:35 [2019-08-28T09:11:35.948Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
09:11:36 [2019-08-28T09:11:36.562Z] --- PASS: TestBuildMultiStageCopy (3.62s)
09:11:36 [2019-08-28T09:11:36.562Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.01s)
09:11:36 [2019-08-28T09:11:36.562Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.36s)
09:11:36 [2019-08-28T09:11:36.562Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.40s)
09:11:36 [2019-08-28T09:11:36.562Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.41s)
09:11:36 [2019-08-28T09:11:36.562Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.44s)
09:11:36 [2019-08-28T09:11:36.562Z] === RUN   TestBuildMultiStageParentConfig
09:11:37 [2019-08-28T09:11:37.078Z] PASS: docker_cli_build_test.go:392: DockerSuite.TestBuildLastModified	5.221s
09:11:37 [2019-08-28T09:11:37.279Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.005s	coverage: 2.9% of statements
09:11:37 [2019-08-28T09:11:37.569Z] --- PASS: TestBuildMultiStageParentConfig (1.00s)
09:11:37 [2019-08-28T09:11:37.569Z] === RUN   TestBuildLabelWithTargets
09:11:37 [2019-08-28T09:11:37.643Z] PASS: docker_api_swarm_test.go:83: DockerSwarmSuite.TestAPISwarmJoinToken	48.215s
09:11:38 [2019-08-28T09:11:38.203Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.227s	coverage: 56.9% of statements
09:11:39 [2019-08-28T09:11:39.040Z] --- PASS: TestBuildLabelWithTargets (1.58s)
09:11:39 [2019-08-28T09:11:39.040Z] === RUN   TestBuildWithEmptyLayers
09:11:39 [2019-08-28T09:11:39.673Z] --- PASS: TestBuildWithEmptyLayers (0.79s)
09:11:39 [2019-08-28T09:11:39.673Z] === RUN   TestBuildMultiStageOnBuild
09:11:40 [2019-08-28T09:11:40.916Z] PASS: docker_cli_build_test.go:2624: DockerSuite.TestBuildLineBreak	4.031s
09:11:40 [2019-08-28T09:11:40.916Z] PASS: docker_cli_build_test.go:6107: DockerSuite.TestBuildLineErrorOnBuild	0.093s
09:11:40 [2019-08-28T09:11:40.916Z] PASS: docker_cli_build_test.go:6118: DockerSuite.TestBuildLineErrorUnknownInstruction	0.092s
09:11:40 [2019-08-28T09:11:40.916Z] PASS: docker_cli_build_test.go:6149: DockerSuite.TestBuildLineErrorWithComments	0.085s
09:11:40 [2019-08-28T09:11:40.916Z] PASS: docker_cli_build_test.go:6132: DockerSuite.TestBuildLineErrorWithEmptyLines	0.146s
09:11:41 [2019-08-28T09:11:41.464Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	5.377s	coverage: 72.5% of statements
09:11:41 [2019-08-28T09:11:41.480Z] PASS: docker_cli_build_test.go:1268: DockerSuite.TestBuildMaintainer	0.380s
09:11:41 [2019-08-28T09:11:41.719Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	1.708s	coverage: 46.0% of statements
09:11:41 [2019-08-28T09:11:41.719Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
09:11:42 [2019-08-28T09:11:42.375Z] --- PASS: TestBuildMultiStageOnBuild (2.28s)
09:11:42 [2019-08-28T09:11:42.375Z] === RUN   TestBuildUncleanTarFilenames
09:11:42 [2019-08-28T09:11:42.849Z] PASS: docker_cli_build_test.go:3892: DockerSuite.TestBuildMissingArgs	1.340s
09:11:43 [2019-08-28T09:11:43.383Z] --- PASS: TestBuildUncleanTarFilenames (1.17s)
09:11:43 [2019-08-28T09:11:43.383Z] === RUN   TestBuildMultiStageLayerLeak
09:11:44 [2019-08-28T09:11:44.218Z] PASS: docker_cli_build_test.go:445: DockerSuite.TestBuildModifyFileInFolder	1.553s
09:11:44 [2019-08-28T09:11:44.228Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	1.105s	coverage: 50.8% of statements
09:11:44 [2019-08-28T09:11:44.781Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.60s)
09:11:44 [2019-08-28T09:11:44.781Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginV2NonexistentFailsDaemonStart
09:11:44 [2019-08-28T09:11:44.781Z]     daemon.go:336: [df1b96d286938] waiting for daemon to start
09:11:44 [2019-08-28T09:11:44.781Z]     daemon.go:336: [df1b96d286938] waiting for daemon to start
09:11:44 [2019-08-28T09:11:44.781Z]     daemon.go:364: [df1b96d286938] daemon started
09:11:44 [2019-08-28T09:11:44.781Z]     daemon.go:472: [df1b96d286938] Stopping daemon
09:11:44 [2019-08-28T09:11:44.781Z]     daemon.go:307: [df1b96d286938] exiting daemon
09:11:44 [2019-08-28T09:11:44.781Z]     daemon.go:459: [df1b96d286938] Daemon stopped
09:11:44 [2019-08-28T09:11:44.781Z]     daemon.go:336: [df1b96d286938] waiting for daemon to start
09:11:44 [2019-08-28T09:11:44.781Z]     daemon.go:336: [df1b96d286938] waiting for daemon to start
09:11:44 [2019-08-28T09:11:44.781Z]     daemon.go:336: [df1b96d286938] waiting for daemon to start
09:11:44 [2019-08-28T09:11:44.781Z]     daemon.go:336: [df1b96d286938] waiting for daemon to start
09:11:44 [2019-08-28T09:11:44.781Z]     daemon.go:350: [df1b96d286938] error pinging daemon on start: Get http://df1b96d286938.sock/_ping: context deadline exceeded
09:11:44 [2019-08-28T09:11:44.781Z]     daemon.go:336: [df1b96d286938] waiting for daemon to start
09:11:44 [2019-08-28T09:11:44.782Z]     daemon.go:350: [df1b96d286938] error pinging daemon on start: Get http://df1b96d286938.sock/_ping: context deadline exceeded
09:11:44 [2019-08-28T09:11:44.782Z]     daemon.go:336: [df1b96d286938] waiting for daemon to start
09:11:44 [2019-08-28T09:11:44.782Z]     daemon.go:350: [df1b96d286938] error pinging daemon on start: Get http://df1b96d286938.sock/_ping: context deadline exceeded
09:11:44 [2019-08-28T09:11:44.782Z]     daemon.go:336: [df1b96d286938] waiting for daemon to start
09:11:44 [2019-08-28T09:11:44.782Z]     daemon.go:350: [df1b96d286938] error pinging daemon on start: Get http://df1b96d286938.sock/_ping: context deadline exceeded
09:11:44 [2019-08-28T09:11:44.782Z]     daemon.go:307: [df1b96d286938] exiting daemon
09:11:44 [2019-08-28T09:11:44.782Z]     daemon.go:336: [df1b96d286938] waiting for daemon to start
09:11:44 [2019-08-28T09:11:44.782Z]     daemon.go:336: [df1b96d286938] waiting for daemon to start
09:11:44 [2019-08-28T09:11:44.782Z]     daemon.go:336: [df1b96d286938] waiting for daemon to start
09:11:44 [2019-08-28T09:11:44.782Z]     daemon.go:364: [df1b96d286938] daemon started
09:11:44 [2019-08-28T09:11:44.782Z]     daemon.go:472: [df1b96d286938] Stopping daemon
09:11:44 [2019-08-28T09:11:44.782Z]     daemon.go:307: [df1b96d286938] exiting daemon
09:11:44 [2019-08-28T09:11:44.782Z]     daemon.go:459: [df1b96d286938] Daemon stopped
09:11:44 [2019-08-28T09:11:44.782Z] PASS
09:11:44 [2019-08-28T09:11:44.782Z] Running /go/src/github.com/docker/docker/integration/plugin/common flags=-test.v -test.timeout=120m  
09:11:44 [2019-08-28T09:11:44.782Z] INFO: Testing against a local daemon
09:11:44 [2019-08-28T09:11:44.782Z] === RUN   TestPluginInvalidJSON
09:11:44 [2019-08-28T09:11:44.782Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
09:11:44 [2019-08-28T09:11:44.782Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
09:11:44 [2019-08-28T09:11:44.782Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
09:11:44 [2019-08-28T09:11:44.782Z] --- PASS: TestPluginInvalidJSON (0.02s)
09:11:44 [2019-08-28T09:11:44.782Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
09:11:44 [2019-08-28T09:11:44.782Z] PASS
09:11:44 [2019-08-28T09:11:44.782Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver flags=-test.v -test.timeout=120m  
09:11:45 [2019-08-28T09:11:45.038Z] INFO: Testing against a local daemon
09:11:45 [2019-08-28T09:11:45.038Z] === RUN   TestExternalGraphDriver
09:11:45 [2019-08-28T09:11:45.038Z] === RUN   TestExternalGraphDriver/json
09:11:45 [2019-08-28T09:11:45.590Z] ok  	github.com/docker/docker/daemon/graphdriver/quota	0.676s	coverage: 76.1% of statements
09:11:46 [2019-08-28T09:11:46.066Z] --- PASS: TestBuildMultiStageLayerLeak (2.38s)
09:11:46 [2019-08-28T09:11:46.066Z] === RUN   TestBuildWithHugeFile
09:11:46 [2019-08-28T09:11:46.513Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	2.829s	coverage: 57.2% of statements
09:11:46 [2019-08-28T09:11:46.513Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
09:11:46 [2019-08-28T09:11:46.513Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
09:11:47 [2019-08-28T09:11:47.084Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.009s	coverage: 58.0% of statements
09:11:47 [2019-08-28T09:11:47.563Z] === RUN   TestExternalGraphDriver/spec
09:11:48 [2019-08-28T09:11:48.008Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.005s	coverage: 3.0% of statements
09:11:48 [2019-08-28T09:11:48.493Z] PASS: docker_cli_build_test.go:4638: DockerSuite.TestBuildMultiStageArg	4.165s
09:11:48 [2019-08-28T09:11:48.933Z] ok  	github.com/docker/docker/daemon/links	0.002s	coverage: 93.0% of statements
09:11:49 [2019-08-28T09:11:49.058Z] PASS: docker_cli_build_test.go:5526: DockerSuite.TestBuildMultiStageCache	0.485s
09:11:49 [2019-08-28T09:11:49.058Z] === RUN   TestExternalGraphDriver/pull
09:11:49 [2019-08-28T09:11:49.622Z] PASS: docker_cli_build_test.go:5705: DockerSuite.TestBuildMultiStageCopyFromErrors	0.579s
09:11:50 [2019-08-28T09:11:50.818Z] ok  	github.com/docker/docker/daemon/images	0.017s	coverage: 4.9% of statements
09:11:50 [2019-08-28T09:11:50.818Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
09:11:50 [2019-08-28T09:11:50.818Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
09:11:50 [2019-08-28T09:11:50.991Z] --- PASS: TestExternalGraphDriver (6.15s)
09:11:50 [2019-08-28T09:11:50.991Z]     external_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestExternalGraphDriver
09:11:50 [2019-08-28T09:11:50.991Z]     daemon.go:336: [d46922ec273dd] waiting for daemon to start
09:11:50 [2019-08-28T09:11:50.991Z]     daemon.go:336: [d46922ec273dd] waiting for daemon to start
09:11:50 [2019-08-28T09:11:50.991Z]     daemon.go:364: [d46922ec273dd] daemon started
09:11:50 [2019-08-28T09:11:50.991Z]     daemon.go:472: [d46922ec273dd] Stopping daemon
09:11:50 [2019-08-28T09:11:50.991Z]     daemon.go:307: [d46922ec273dd] exiting daemon
09:11:50 [2019-08-28T09:11:50.991Z]     daemon.go:459: [d46922ec273dd] Daemon stopped
09:11:50 [2019-08-28T09:11:50.991Z]     daemon.go:336: [d46922ec273dd] waiting for daemon to start
09:11:50 [2019-08-28T09:11:50.991Z]     daemon.go:336: [d46922ec273dd] waiting for daemon to start
09:11:50 [2019-08-28T09:11:50.991Z]     daemon.go:364: [d46922ec273dd] daemon started
09:11:50 [2019-08-28T09:11:50.991Z]     daemon.go:472: [d46922ec273dd] Stopping daemon
09:11:50 [2019-08-28T09:11:50.991Z]     daemon.go:307: [d46922ec273dd] exiting daemon
09:11:50 [2019-08-28T09:11:50.991Z]     daemon.go:459: [d46922ec273dd] Daemon stopped
09:11:50 [2019-08-28T09:11:50.991Z]     --- PASS: TestExternalGraphDriver/json (2.02s)
09:11:50 [2019-08-28T09:11:50.991Z]     daemon.go:336: [d46922ec273dd] waiting for daemon to start
09:11:50 [2019-08-28T09:11:50.991Z]     daemon.go:336: [d46922ec273dd] waiting for daemon to start
09:11:50 [2019-08-28T09:11:50.991Z]     daemon.go:364: [d46922ec273dd] daemon started
09:11:50 [2019-08-28T09:11:50.991Z]     daemon.go:472: [d46922ec273dd] Stopping daemon
09:11:50 [2019-08-28T09:11:50.991Z]     daemon.go:307: [d46922ec273dd] exiting daemon
09:11:50 [2019-08-28T09:11:50.991Z]     daemon.go:459: [d46922ec273dd] Daemon stopped
09:11:50 [2019-08-28T09:11:50.991Z]     daemon.go:336: [d46922ec273dd] waiting for daemon to start
09:11:50 [2019-08-28T09:11:50.991Z]     daemon.go:336: [d46922ec273dd] waiting for daemon to start
09:11:50 [2019-08-28T09:11:50.991Z]     daemon.go:364: [d46922ec273dd] daemon started
09:11:50 [2019-08-28T09:11:50.991Z]     daemon.go:472: [d46922ec273dd] Stopping daemon
09:11:50 [2019-08-28T09:11:50.991Z]     daemon.go:307: [d46922ec273dd] exiting daemon
09:11:50 [2019-08-28T09:11:50.991Z]     daemon.go:459: [d46922ec273dd] Daemon stopped
09:11:50 [2019-08-28T09:11:50.991Z]     --- PASS: TestExternalGraphDriver/spec (2.05s)
09:11:50 [2019-08-28T09:11:50.991Z]     daemon.go:336: [d46922ec273dd] waiting for daemon to start
09:11:50 [2019-08-28T09:11:50.991Z]     daemon.go:336: [d46922ec273dd] waiting for daemon to start
09:11:50 [2019-08-28T09:11:50.991Z]     daemon.go:364: [d46922ec273dd] daemon started
09:11:50 [2019-08-28T09:11:50.991Z]     daemon.go:472: [d46922ec273dd] Stopping daemon
09:11:50 [2019-08-28T09:11:50.991Z]     daemon.go:307: [d46922ec273dd] exiting daemon
09:11:50 [2019-08-28T09:11:50.991Z]     daemon.go:459: [d46922ec273dd] Daemon stopped
09:11:50 [2019-08-28T09:11:50.991Z]     --- PASS: TestExternalGraphDriver/pull (1.97s)
09:11:50 [2019-08-28T09:11:50.991Z] === RUN   TestGraphdriverPluginV2
09:11:51 [2019-08-28T09:11:51.377Z] ok  	github.com/docker/docker/daemon/logger	0.230s	coverage: 42.7% of statements
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
09:11:52 [2019-08-28T09:11:52.739Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.021s	coverage: 68.2% of statements
09:11:52 [2019-08-28T09:11:52.993Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.200s	coverage: 78.6% of statements
09:11:52 [2019-08-28T09:11:52.993Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
09:11:52 [2019-08-28T09:11:52.993Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
09:11:54 [2019-08-28T09:11:54.353Z] ok  	github.com/docker/docker/daemon/logger/journald	0.004s	coverage: 26.2% of statements
09:11:54 [2019-08-28T09:11:54.608Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.012s	coverage: 62.1% of statements
09:11:54 [2019-08-28T09:11:54.608Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.005s	coverage: 88.3% of statements
09:11:55 [2019-08-28T09:11:55.969Z] ok  	github.com/docker/docker/daemon/logger/local	0.015s	coverage: 74.7% of statements
09:11:55 [2019-08-28T09:11:55.969Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
09:11:56 [2019-08-28T09:11:56.224Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.021s	coverage: 18.6% of statements
09:11:56 [2019-08-28T09:11:56.246Z] --- PASS: TestGraphdriverPluginV2 (4.79s)
09:11:56 [2019-08-28T09:11:56.246Z]     external_test.go:413: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestGraphdriverPluginV2
09:11:56 [2019-08-28T09:11:56.246Z]     daemon.go:336: [d906de053beaf] waiting for daemon to start
09:11:56 [2019-08-28T09:11:56.246Z]     daemon.go:336: [d906de053beaf] waiting for daemon to start
09:11:56 [2019-08-28T09:11:56.246Z]     daemon.go:364: [d906de053beaf] daemon started
09:11:56 [2019-08-28T09:11:56.246Z]     daemon.go:472: [d906de053beaf] Stopping daemon
09:11:56 [2019-08-28T09:11:56.246Z]     daemon.go:307: [d906de053beaf] exiting daemon
09:11:56 [2019-08-28T09:11:56.246Z]     daemon.go:459: [d906de053beaf] Daemon stopped
09:11:56 [2019-08-28T09:11:56.246Z]     daemon.go:336: [d906de053beaf] waiting for daemon to start
09:11:56 [2019-08-28T09:11:56.246Z]     daemon.go:336: [d906de053beaf] waiting for daemon to start
09:11:56 [2019-08-28T09:11:56.246Z]     daemon.go:364: [d906de053beaf] daemon started
09:11:56 [2019-08-28T09:11:56.246Z]     daemon.go:472: [d906de053beaf] Stopping daemon
09:11:56 [2019-08-28T09:11:56.246Z]     daemon.go:307: [d906de053beaf] exiting daemon
09:11:56 [2019-08-28T09:11:56.246Z]     daemon.go:459: [d906de053beaf] Daemon stopped
09:11:56 [2019-08-28T09:11:56.246Z] PASS
09:11:56 [2019-08-28T09:11:56.246Z] Running /go/src/github.com/docker/docker/integration/plugin/logging flags=-test.v -test.timeout=120m  
09:11:56 [2019-08-28T09:11:56.246Z] INFO: Testing against a local daemon
09:11:56 [2019-08-28T09:11:56.246Z] === RUN   TestContinueAfterPluginCrash
09:11:56 [2019-08-28T09:11:56.246Z] === PAUSE TestContinueAfterPluginCrash
09:11:56 [2019-08-28T09:11:56.246Z] === RUN   TestDaemonStartWithLogOpt
09:11:56 [2019-08-28T09:11:56.246Z] === PAUSE TestDaemonStartWithLogOpt
09:11:56 [2019-08-28T09:11:56.246Z] === CONT  TestContinueAfterPluginCrash
09:11:56 [2019-08-28T09:11:56.246Z] === CONT  TestDaemonStartWithLogOpt
09:11:58 [2019-08-28T09:11:58.107Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.015s	coverage: 47.8% of statements
09:11:58 [2019-08-28T09:11:58.666Z] ok  	github.com/docker/docker/daemon/logger/templates	0.002s	coverage: 8.3% of statements
09:11:59 [2019-08-28T09:11:59.226Z] ok  	github.com/docker/docker/daemon/network	0.003s	coverage: 63.8% of statements
09:11:59 [2019-08-28T09:11:59.481Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.613s	coverage: 84.5% of statements
09:11:59 [2019-08-28T09:11:59.481Z] ?   	github.com/docker/docker/daemon/names	[no test files]
09:11:59 [2019-08-28T09:11:59.481Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
09:12:01 [2019-08-28T09:12:01.989Z] ok  	github.com/docker/docker/distribution/metadata	0.042s	coverage: 48.2% of statements
09:12:01 [2019-08-28T09:12:01.989Z] ok  	github.com/docker/docker/distribution	0.218s	coverage: 22.6% of statements
09:12:01 [2019-08-28T09:12:01.990Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
09:12:02 [2019-08-28T09:12:02.792Z] PASS: docker_cli_build_test.go:5647: DockerSuite.TestBuildMultiStageCopyFromSyntax	12.453s
09:12:03 [2019-08-28T09:12:03.351Z] ok  	github.com/docker/docker/errdefs	0.005s	coverage: 49.4% of statements
09:12:04 [2019-08-28T09:12:04.713Z] ok  	github.com/docker/docker/image	0.016s	coverage: 86.4% of statements
09:12:04 [2019-08-28T09:12:04.713Z] ok  	github.com/docker/docker/distribution/xfer	1.430s	coverage: 83.4% of statements
09:12:04 [2019-08-28T09:12:04.713Z] ?   	github.com/docker/docker/dockerversion	[no test files]
09:12:05 [2019-08-28T09:12:05.639Z] ok  	github.com/docker/docker/image/cache	0.008s	coverage: 19.2% of statements
09:12:05 [2019-08-28T09:12:05.639Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
09:12:06 [2019-08-28T09:12:06.565Z] ok  	github.com/docker/docker/image/v1	0.032s	coverage: 25.0% of statements
09:12:06 [2019-08-28T09:12:06.565Z] ?   	github.com/docker/docker/internal/test	[no test files]
09:12:07 [2019-08-28T09:12:07.489Z] ?   	github.com/docker/docker/internal/test/daemon	[no test files]
09:12:07 [2019-08-28T09:12:07.489Z] ?   	github.com/docker/docker/internal/test/environment	[no test files]
09:12:07 [2019-08-28T09:12:07.489Z] ?   	github.com/docker/docker/internal/test/fakecontext	[no test files]
09:12:07 [2019-08-28T09:12:07.744Z] ?   	github.com/docker/docker/internal/test/fakegit	[no test files]
09:12:07 [2019-08-28T09:12:07.745Z] ?   	github.com/docker/docker/internal/test/fakestorage	[no test files]
09:12:07 [2019-08-28T09:12:07.745Z] ?   	github.com/docker/docker/internal/test/fixtures/load	[no test files]
09:12:07 [2019-08-28T09:12:07.745Z] ?   	github.com/docker/docker/internal/test/fixtures/plugin	[no test files]
09:12:07 [2019-08-28T09:12:07.745Z] ?   	github.com/docker/docker/internal/test/fixtures/plugin/basic	[no test files]
09:12:07 [2019-08-28T09:12:07.745Z] ?   	github.com/docker/docker/internal/test/registry	[no test files]
09:12:07 [2019-08-28T09:12:07.745Z] ?   	github.com/docker/docker/internal/test/request	[no test files]
09:12:08 [2019-08-28T09:12:08.053Z] PASS: docker_cli_build_test.go:4662: DockerSuite.TestBuildMultiStageGlobalArg	5.313s
09:12:08 [2019-08-28T09:12:08.305Z] ok  	github.com/docker/docker/internal/testutil	0.020s	coverage: 62.5% of statements
09:12:09 [2019-08-28T09:12:09.232Z] ok  	github.com/docker/docker/libcontainerd/queue	0.026s	coverage: 100.0% of statements
09:12:09 [2019-08-28T09:12:09.426Z] PASS: docker_cli_build_test.go:5785: DockerSuite.TestBuildMultiStageImplicitFrom	1.787s
09:12:10 [2019-08-28T09:12:10.596Z] ok  	github.com/docker/docker/opts	0.017s	coverage: 66.9% of statements
09:12:10 [2019-08-28T09:12:10.596Z] ok  	github.com/docker/docker/pkg/aaparser	0.001s	coverage: 50.0% of statements
09:12:11 [2019-08-28T09:12:11.324Z] PASS: docker_api_swarm_test.go:293: DockerSwarmSuite.TestAPISwarmLeaderElection	22.958s
09:12:11 [2019-08-28T09:12:11.324Z] --- PASS: TestDaemonStartWithLogOpt (15.26s)
09:12:11 [2019-08-28T09:12:11.324Z]     validation_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonStartWithLogOpt
09:12:11 [2019-08-28T09:12:11.324Z]     daemon.go:336: [d615209eac49c] waiting for daemon to start
09:12:11 [2019-08-28T09:12:11.324Z]     daemon.go:336: [d615209eac49c] waiting for daemon to start
09:12:11 [2019-08-28T09:12:11.324Z]     daemon.go:364: [d615209eac49c] daemon started
09:12:11 [2019-08-28T09:12:11.324Z]     daemon.go:472: [d615209eac49c] Stopping daemon
09:12:11 [2019-08-28T09:12:11.324Z]     daemon.go:307: [d615209eac49c] exiting daemon
09:12:11 [2019-08-28T09:12:11.324Z]     daemon.go:459: [d615209eac49c] Daemon stopped
09:12:11 [2019-08-28T09:12:11.324Z]     daemon.go:336: [d615209eac49c] waiting for daemon to start
09:12:11 [2019-08-28T09:12:11.324Z]     daemon.go:336: [d615209eac49c] waiting for daemon to start
09:12:11 [2019-08-28T09:12:11.324Z]     daemon.go:364: [d615209eac49c] daemon started
09:12:11 [2019-08-28T09:12:11.324Z]     daemon.go:472: [d615209eac49c] Stopping daemon
09:12:11 [2019-08-28T09:12:11.324Z]     daemon.go:307: [d615209eac49c] exiting daemon
09:12:11 [2019-08-28T09:12:11.324Z]     daemon.go:459: [d615209eac49c] Daemon stopped
09:12:12 [2019-08-28T09:12:12.255Z] PASS: docker_cli_build_test.go:5752: DockerSuite.TestBuildMultiStageMultipleBuilds	2.815s
09:12:12 [2019-08-28T09:12:12.255Z] SKIP: docker_cli_build_test.go:5867: DockerSuite.TestBuildMultiStageMultipleBuildsWindows (unmatched requirement DaemonIsWindows)
09:12:12 [2019-08-28T09:12:12.480Z] ok  	github.com/docker/docker/pkg/archive	0.378s	coverage: 77.2% of statements
09:12:13 [2019-08-28T09:12:13.403Z] ok  	github.com/docker/docker/pkg/authorization	0.176s	coverage: 66.7% of statements
09:12:13 [2019-08-28T09:12:13.658Z] ok  	github.com/docker/docker/pkg/broadcaster	0.001s	coverage: 100.0% of statements
09:12:13 [2019-08-28T09:12:13.658Z] ok  	github.com/docker/docker/pkg/capabilities	0.002s	coverage: 87.5% of statements
09:12:16 [2019-08-28T09:12:16.434Z] --- PASS: TestContinueAfterPluginCrash (20.45s)
09:12:16 [2019-08-28T09:12:16.434Z]     logging_linux_test.go:22: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestContinueAfterPluginCrash
09:12:16 [2019-08-28T09:12:16.434Z]     daemon.go:336: [df92ad55f8e6e] waiting for daemon to start
09:12:16 [2019-08-28T09:12:16.434Z]     daemon.go:336: [df92ad55f8e6e] waiting for daemon to start
09:12:16 [2019-08-28T09:12:16.434Z]     daemon.go:364: [df92ad55f8e6e] daemon started
09:12:16 [2019-08-28T09:12:16.434Z]     daemon.go:472: [df92ad55f8e6e] Stopping daemon
09:12:16 [2019-08-28T09:12:16.434Z]     daemon.go:307: [df92ad55f8e6e] exiting daemon
09:12:16 [2019-08-28T09:12:16.434Z]     daemon.go:459: [df92ad55f8e6e] Daemon stopped
09:12:16 [2019-08-28T09:12:16.434Z] PASS
09:12:16 [2019-08-28T09:12:16.434Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes flags=-test.v -test.timeout=120m  
09:12:16 [2019-08-28T09:12:16.692Z] INFO: Testing against a local daemon
09:12:16 [2019-08-28T09:12:16.692Z] === RUN   TestPluginWithDevMounts
09:12:16 [2019-08-28T09:12:16.692Z] === PAUSE TestPluginWithDevMounts
09:12:16 [2019-08-28T09:12:16.692Z] === CONT  TestPluginWithDevMounts
09:12:17 [2019-08-28T09:12:17.626Z] PASS: docker_cli_build_test.go:5842: DockerSuite.TestBuildMultiStageNameVariants	5.400s
09:12:17 [2019-08-28T09:12:17.815Z] ok  	github.com/docker/docker/layer	7.194s	coverage: 66.9% of statements
09:12:17 [2019-08-28T09:12:17.816Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
09:12:17 [2019-08-28T09:12:17.816Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
09:12:17 [2019-08-28T09:12:17.816Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
09:12:17 [2019-08-28T09:12:17.816Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
09:12:17 [2019-08-28T09:12:17.816Z] ?   	github.com/docker/docker/oci	[no test files]
09:12:17 [2019-08-28T09:12:17.816Z] ?   	github.com/docker/docker/oci/caps	[no test files]
09:12:17 [2019-08-28T09:12:17.816Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.968s	coverage: 43.2% of statements
09:12:17 [2019-08-28T09:12:17.816Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
09:12:17 [2019-08-28T09:12:17.816Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
09:12:17 [2019-08-28T09:12:17.816Z] ok  	github.com/docker/docker/pkg/directory	0.003s	coverage: 80.0% of statements
09:12:18 [2019-08-28T09:12:18.189Z] PASS: docker_cli_build_test.go:5955: DockerSuite.TestBuildMultiStageResetScratch	0.634s
09:12:18 [2019-08-28T09:12:18.740Z] ok  	github.com/docker/docker/pkg/discovery	0.022s	coverage: 58.3% of statements
09:12:18 [2019-08-28T09:12:18.740Z] ok  	github.com/docker/docker/pkg/discovery/file	0.007s	coverage: 97.6% of statements
09:12:18 [2019-08-28T09:12:18.753Z] --- PASS: TestPluginWithDevMounts (1.97s)
09:12:18 [2019-08-28T09:12:18.753Z]     mounts_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestPluginWithDevMounts
09:12:18 [2019-08-28T09:12:18.753Z]     daemon.go:336: [dd574b71bc614] waiting for daemon to start
09:12:18 [2019-08-28T09:12:18.753Z]     daemon.go:336: [dd574b71bc614] waiting for daemon to start
09:12:18 [2019-08-28T09:12:18.753Z]     daemon.go:364: [dd574b71bc614] daemon started
09:12:18 [2019-08-28T09:12:18.753Z]     daemon.go:472: [dd574b71bc614] Stopping daemon
09:12:18 [2019-08-28T09:12:18.753Z]     daemon.go:307: [dd574b71bc614] exiting daemon
09:12:18 [2019-08-28T09:12:18.753Z]     daemon.go:459: [dd574b71bc614] Daemon stopped
09:12:18 [2019-08-28T09:12:18.753Z] PASS
09:12:18 [2019-08-28T09:12:18.753Z] Running /go/src/github.com/docker/docker/integration/secret flags=-test.v -test.timeout=120m  
09:12:18 [2019-08-28T09:12:18.753Z] INFO: Testing against a local daemon
09:12:18 [2019-08-28T09:12:18.753Z] === RUN   TestSecretInspect
09:12:19 [2019-08-28T09:12:19.300Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.009s	coverage: 92.3% of statements
09:12:20 [2019-08-28T09:12:20.226Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.025s	coverage: 93.8% of statements
09:12:20 [2019-08-28T09:12:20.226Z] ok  	github.com/docker/docker/pkg/dmesg	0.007s	coverage: 83.3% of statements
09:12:20 [2019-08-28T09:12:20.648Z] PASS: docker_cli_build_test.go:4687: DockerSuite.TestBuildMultiStageUnusedArg	2.273s
09:12:20 [2019-08-28T09:12:20.905Z] PASS: docker_cli_build_test.go:4748: DockerSuite.TestBuildMultipleTags	0.330s
09:12:20 [2019-08-28T09:12:20.905Z] --- PASS: TestSecretInspect (2.10s)
09:12:20 [2019-08-28T09:12:20.905Z]     secret_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestSecretInspect
09:12:20 [2019-08-28T09:12:20.905Z]     daemon.go:336: [d1a9b5ebe205c] waiting for daemon to start
09:12:20 [2019-08-28T09:12:20.905Z]     daemon.go:336: [d1a9b5ebe205c] waiting for daemon to start
09:12:20 [2019-08-28T09:12:20.905Z]     daemon.go:364: [d1a9b5ebe205c] daemon started
09:12:20 [2019-08-28T09:12:20.905Z]     daemon.go:472: [d1a9b5ebe205c] Stopping daemon
09:12:20 [2019-08-28T09:12:20.905Z]     daemon.go:307: [d1a9b5ebe205c] exiting daemon
09:12:20 [2019-08-28T09:12:20.905Z]     daemon.go:459: [d1a9b5ebe205c] Daemon stopped
09:12:20 [2019-08-28T09:12:20.905Z] === RUN   TestSecretList
09:12:21 [2019-08-28T09:12:21.151Z] ok  	github.com/docker/docker/pkg/filenotify	0.603s	coverage: 67.0% of statements
09:12:22 [2019-08-28T09:12:22.078Z] ok  	github.com/docker/docker/pkg/fileutils	0.006s	coverage: 89.5% of statements
09:12:22 [2019-08-28T09:12:22.638Z] ok  	github.com/docker/docker/pkg/fsutils	0.168s	coverage: 85.1% of statements
09:12:22 [2019-08-28T09:12:22.800Z] --- PASS: TestSecretList (2.00s)
09:12:22 [2019-08-28T09:12:22.801Z]     secret_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestSecretList
09:12:22 [2019-08-28T09:12:22.801Z]     daemon.go:336: [d341dfd784438] waiting for daemon to start
09:12:22 [2019-08-28T09:12:22.801Z]     daemon.go:336: [d341dfd784438] waiting for daemon to start
09:12:22 [2019-08-28T09:12:22.801Z]     daemon.go:364: [d341dfd784438] daemon started
09:12:22 [2019-08-28T09:12:22.801Z]     daemon.go:472: [d341dfd784438] Stopping daemon
09:12:22 [2019-08-28T09:12:22.801Z]     daemon.go:307: [d341dfd784438] exiting daemon
09:12:22 [2019-08-28T09:12:22.801Z]     daemon.go:459: [d341dfd784438] Daemon stopped
09:12:22 [2019-08-28T09:12:22.801Z] === RUN   TestSecretsCreateAndDelete
09:12:23 [2019-08-28T09:12:23.059Z] PASS: docker_cli_build_test.go:5562: DockerSuite.TestBuildNetContainer	2.077s
09:12:23 [2019-08-28T09:12:23.198Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.113s	coverage: 84.1% of statements
09:12:23 [2019-08-28T09:12:23.198Z] ok  	github.com/docker/docker/pkg/homedir	0.003s	coverage: 10.2% of statements
09:12:23 [2019-08-28T09:12:23.990Z] PASS: docker_cli_build_test.go:5550: DockerSuite.TestBuildNetNone	0.799s
09:12:24 [2019-08-28T09:12:24.559Z] ok  	github.com/docker/docker/pkg/idtools	0.368s	coverage: 70.1% of statements
09:12:24 [2019-08-28T09:12:24.559Z] ok  	github.com/docker/docker/pkg/ioutils	0.406s	coverage: 69.3% of statements
09:12:24 [2019-08-28T09:12:24.922Z] --- PASS: TestSecretsCreateAndDelete (2.06s)
09:12:24 [2019-08-28T09:12:24.922Z]     secret_test.go:125: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestSecretsCreateAndDelete
09:12:24 [2019-08-28T09:12:24.922Z]     daemon.go:336: [d86ec65a38303] waiting for daemon to start
09:12:24 [2019-08-28T09:12:24.922Z]     daemon.go:336: [d86ec65a38303] waiting for daemon to start
09:12:24 [2019-08-28T09:12:24.922Z]     daemon.go:364: [d86ec65a38303] daemon started
09:12:24 [2019-08-28T09:12:24.922Z]     daemon.go:472: [d86ec65a38303] Stopping daemon
09:12:24 [2019-08-28T09:12:24.922Z]     daemon.go:307: [d86ec65a38303] exiting daemon
09:12:24 [2019-08-28T09:12:24.922Z]     daemon.go:459: [d86ec65a38303] Daemon stopped
09:12:24 [2019-08-28T09:12:24.922Z] === RUN   TestSecretsUpdate
09:12:25 [2019-08-28T09:12:25.118Z] ok  	github.com/docker/docker/pkg/locker	0.014s	coverage: 88.9% of statements
09:12:25 [2019-08-28T09:12:25.119Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.003s	coverage: 91.7% of statements
09:12:25 [2019-08-28T09:12:25.180Z] PASS: docker_cli_build_test.go:2054: DockerSuite.TestBuildNoContext	1.239s
09:12:25 [2019-08-28T09:12:25.373Z] ok  	github.com/docker/docker/pkg/longpath	0.002s	coverage: 100.0% of statements
09:12:25 [2019-08-28T09:12:25.373Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
09:12:25 [2019-08-28T09:12:25.935Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.007s	coverage: 85.7% of statements
09:12:26 [2019-08-28T09:12:26.111Z] PASS: docker_cli_build_test.go:4002: DockerSuite.TestBuildNoDupOutput	1.030s
09:12:26 [2019-08-28T09:12:26.191Z] ok  	github.com/docker/docker/pkg/parsers	0.001s	coverage: 97.0% of statements
09:12:26 [2019-08-28T09:12:26.446Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.001s	coverage: 60.0% of statements
09:12:26 [2019-08-28T09:12:26.700Z] ok  	github.com/docker/docker/pkg/mount	0.579s	coverage: 69.6% of statements
09:12:26 [2019-08-28T09:12:26.700Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
09:12:26 [2019-08-28T09:12:26.955Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.004s	coverage: 91.4% of statements
09:12:27 [2019-08-28T09:12:27.055Z] --- PASS: TestSecretsUpdate (2.18s)
09:12:27 [2019-08-28T09:12:27.055Z]     secret_test.go:172: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestSecretsUpdate
09:12:27 [2019-08-28T09:12:27.055Z]     daemon.go:336: [d9d684cd37ec4] waiting for daemon to start
09:12:27 [2019-08-28T09:12:27.055Z]     daemon.go:336: [d9d684cd37ec4] waiting for daemon to start
09:12:27 [2019-08-28T09:12:27.055Z]     daemon.go:364: [d9d684cd37ec4] daemon started
09:12:27 [2019-08-28T09:12:27.055Z]     daemon.go:472: [d9d684cd37ec4] Stopping daemon
09:12:27 [2019-08-28T09:12:27.055Z]     daemon.go:307: [d9d684cd37ec4] exiting daemon
09:12:27 [2019-08-28T09:12:27.055Z]     daemon.go:459: [d9d684cd37ec4] Daemon stopped
09:12:27 [2019-08-28T09:12:27.055Z] === RUN   TestTemplatedSecret
09:12:27 [2019-08-28T09:12:27.211Z] ok  	github.com/docker/docker/pkg/pidfile	0.003s	coverage: 82.4% of statements
09:12:27 [2019-08-28T09:12:27.211Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
09:12:27 [2019-08-28T09:12:27.211Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
09:12:28 [2019-08-28T09:12:28.135Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.019s	coverage: 56.8% of statements
09:12:28 [2019-08-28T09:12:28.450Z] PASS: docker_cli_build_test.go:4707: DockerSuite.TestBuildNoNamedVolume	2.065s
09:12:28 [2019-08-28T09:12:28.697Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.002s	coverage: 85.7% of statements
09:12:28 [2019-08-28T09:12:28.706Z] PASS: docker_cli_build_test.go:3499: DockerSuite.TestBuildNotVerboseFailure	0.393s
09:12:28 [2019-08-28T09:12:28.707Z] PASS: docker_cli_build_test.go:3527: DockerSuite.TestBuildNotVerboseFailureRemote	0.078s
09:12:29 [2019-08-28T09:12:29.257Z] ok  	github.com/docker/docker/pkg/pools	0.002s	coverage: 87.9% of statements
09:12:29 [2019-08-28T09:12:29.512Z] ok  	github.com/docker/docker/pkg/progress	0.001s	coverage: 75.9% of statements
09:12:29 [2019-08-28T09:12:29.637Z] PASS: docker_cli_build_test.go:3478: DockerSuite.TestBuildNotVerboseFailureWithNonExistImage	0.654s
09:12:29 [2019-08-28T09:12:29.895Z] PASS: docker_cli_build_test.go:3427: DockerSuite.TestBuildNotVerboseSuccess	0.414s
09:12:30 [2019-08-28T09:12:30.153Z] --- PASS: TestTemplatedSecret (3.02s)
09:12:30 [2019-08-28T09:12:30.153Z]     secret_test.go:221: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestTemplatedSecret
09:12:30 [2019-08-28T09:12:30.153Z]     daemon.go:336: [d42d7907ced98] waiting for daemon to start
09:12:30 [2019-08-28T09:12:30.153Z]     daemon.go:336: [d42d7907ced98] waiting for daemon to start
09:12:30 [2019-08-28T09:12:30.153Z]     daemon.go:364: [d42d7907ced98] daemon started
09:12:30 [2019-08-28T09:12:30.153Z]     daemon.go:472: [d42d7907ced98] Stopping daemon
09:12:30 [2019-08-28T09:12:30.153Z]     daemon.go:307: [d42d7907ced98] exiting daemon
09:12:30 [2019-08-28T09:12:30.153Z]     daemon.go:459: [d42d7907ced98] Daemon stopped
09:12:30 [2019-08-28T09:12:30.153Z] === RUN   TestSecretCreateResolve
09:12:30 [2019-08-28T09:12:30.719Z] PASS: docker_cli_build_test.go:4052: DockerSuite.TestBuildNullStringInAddCopyVolume	0.756s
09:12:30 [2019-08-28T09:12:30.873Z] ok  	github.com/docker/docker/pkg/pubsub	1.029s	coverage: 73.9% of statements
09:12:31 [2019-08-28T09:12:31.128Z] ok  	github.com/docker/docker/pkg/reexec	0.006s	coverage: 82.4% of statements
09:12:32 [2019-08-28T09:12:32.091Z] --- PASS: TestSecretCreateResolve (1.79s)
09:12:32 [2019-08-28T09:12:32.091Z]     secret_test.go:342: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestSecretCreateResolve
09:12:32 [2019-08-28T09:12:32.091Z]     daemon.go:336: [d2ccd2b2c30ce] waiting for daemon to start
09:12:32 [2019-08-28T09:12:32.091Z]     daemon.go:336: [d2ccd2b2c30ce] waiting for daemon to start
09:12:32 [2019-08-28T09:12:32.091Z]     daemon.go:364: [d2ccd2b2c30ce] daemon started
09:12:32 [2019-08-28T09:12:32.091Z]     daemon.go:472: [d2ccd2b2c30ce] Stopping daemon
09:12:32 [2019-08-28T09:12:32.091Z]     daemon.go:307: [d2ccd2b2c30ce] exiting daemon
09:12:32 [2019-08-28T09:12:32.091Z]     daemon.go:459: [d2ccd2b2c30ce] Daemon stopped
09:12:32 [2019-08-28T09:12:32.091Z] PASS
09:12:32 [2019-08-28T09:12:32.091Z] Running /go/src/github.com/docker/docker/integration/service flags=-test.v -test.timeout=120m  
09:12:32 [2019-08-28T09:12:32.091Z] INFO: Testing against a local daemon
09:12:32 [2019-08-28T09:12:32.091Z] === RUN   TestServiceCreateInit
09:12:32 [2019-08-28T09:12:32.091Z] === RUN   TestServiceCreateInit/daemonInitDisabled
09:12:32 [2019-08-28T09:12:32.349Z] PASS: docker_api_swarm_test.go:268: DockerSwarmSuite.TestAPISwarmLeaderProxy	4.351s
09:12:33 [2019-08-28T09:12:33.718Z] PASS: docker_cli_build_test.go:2237: DockerSuite.TestBuildOnBuild	2.969s
09:12:34 [2019-08-28T09:12:34.387Z] ok  	github.com/docker/docker/pkg/signal	2.403s	coverage: 61.0% of statements
09:12:34 [2019-08-28T09:12:34.387Z] ok  	github.com/docker/docker/pkg/stdcopy	0.004s	coverage: 100.0% of statements
09:12:34 [2019-08-28T09:12:34.642Z] ok  	github.com/docker/docker/pkg/streamformatter	0.003s	coverage: 66.2% of statements
09:12:34 [2019-08-28T09:12:34.651Z] PASS: docker_api_build_test.go:282: DockerSuite.TestBuildOnBuildCache	0.878s
09:12:34 [2019-08-28T09:12:34.897Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
09:12:35 [2019-08-28T09:12:35.152Z] ok  	github.com/docker/docker/pkg/symlink	0.006s	coverage: 87.7% of statements
09:12:35 [2019-08-28T09:12:35.712Z] ok  	github.com/docker/docker/pkg/sysinfo	0.005s	coverage: 80.6% of statements
09:12:36 [2019-08-28T09:12:36.272Z] ok  	github.com/docker/docker/pkg/system	0.020s	coverage: 36.9% of statements
09:12:36 [2019-08-28T09:12:36.527Z] ok  	github.com/docker/docker/pkg/tailfile	0.054s	coverage: 88.6% of statements
09:12:36 [2019-08-28T09:12:36.548Z] === RUN   TestServiceCreateInit/daemonInitEnabled
09:12:37 [2019-08-28T09:12:37.087Z] ok  	github.com/docker/docker/pkg/tarsum	0.040s	coverage: 89.3% of statements
09:12:37 [2019-08-28T09:12:37.658Z] ok  	github.com/docker/docker/pkg/term	0.003s	coverage: 84.8% of statements
09:12:37 [2019-08-28T09:12:37.913Z] testing: warning: no tests to run
09:12:37 [2019-08-28T09:12:37.913Z] ok  	github.com/docker/docker/pkg/term/windows	0.001s	coverage: 0.0% of statements [no tests to run]
09:12:37 [2019-08-28T09:12:37.917Z] PASS: docker_cli_build_test.go:338: DockerSuite.TestBuildOnBuildCmdEntrypointJSON	3.393s
09:12:38 [2019-08-28T09:12:38.486Z] ok  	github.com/docker/docker/pkg/truncindex	0.102s	coverage: 91.5% of statements
09:12:38 [2019-08-28T09:12:38.486Z] ok  	github.com/docker/docker/pkg/urlutil	0.001s	coverage: 100.0% of statements
09:12:38 [2019-08-28T09:12:38.741Z] ok  	github.com/docker/docker/pkg/useragent	0.001s	coverage: 88.9% of statements
09:12:39 [2019-08-28T09:12:39.813Z] PASS: docker_cli_build_test.go:355: DockerSuite.TestBuildOnBuildEntrypointJSON	1.602s
09:12:41 [2019-08-28T09:12:41.184Z] --- PASS: TestServiceCreateInit (8.90s)
09:12:41 [2019-08-28T09:12:41.184Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (4.48s)
09:12:41 [2019-08-28T09:12:41.184Z]         create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceCreateInit/daemonInitDisabled
09:12:41 [2019-08-28T09:12:41.184Z]         daemon.go:336: [da96030d462b8] waiting for daemon to start
09:12:41 [2019-08-28T09:12:41.184Z]         daemon.go:336: [da96030d462b8] waiting for daemon to start
09:12:41 [2019-08-28T09:12:41.184Z]         daemon.go:364: [da96030d462b8] daemon started
09:12:41 [2019-08-28T09:12:41.184Z]         daemon.go:472: [da96030d462b8] Stopping daemon
09:12:41 [2019-08-28T09:12:41.184Z]         daemon.go:307: [da96030d462b8] exiting daemon
09:12:41 [2019-08-28T09:12:41.184Z]         daemon.go:459: [da96030d462b8] Daemon stopped
09:12:41 [2019-08-28T09:12:41.184Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (4.40s)
09:12:41 [2019-08-28T09:12:41.184Z]         create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceCreateInit/daemonInitEnabled
09:12:41 [2019-08-28T09:12:41.184Z]         daemon.go:336: [dd54c859ff7d1] waiting for daemon to start
09:12:41 [2019-08-28T09:12:41.184Z]         daemon.go:336: [dd54c859ff7d1] waiting for daemon to start
09:12:41 [2019-08-28T09:12:41.184Z]         daemon.go:364: [dd54c859ff7d1] daemon started
09:12:41 [2019-08-28T09:12:41.184Z]         daemon.go:472: [dd54c859ff7d1] Stopping daemon
09:12:41 [2019-08-28T09:12:41.184Z]         daemon.go:307: [dd54c859ff7d1] exiting daemon
09:12:41 [2019-08-28T09:12:41.184Z]         daemon.go:459: [dd54c859ff7d1] Daemon stopped
09:12:41 [2019-08-28T09:12:41.184Z] === RUN   TestCreateServiceMultipleTimes
09:12:41 [2019-08-28T09:12:41.251Z] ok  	github.com/docker/docker/plugin	0.535s	coverage: 27.0% of statements
09:12:41 [2019-08-28T09:12:41.810Z] ok  	github.com/docker/docker/plugin/v2	0.002s	coverage: 14.5% of statements
09:12:42 [2019-08-28T09:12:42.116Z] PASS: docker_cli_build_test.go:1734: DockerSuite.TestBuildOnBuildLimitedInheritance	2.430s
09:12:42 [2019-08-28T09:12:42.734Z] ok  	github.com/docker/docker/profiles/seccomp	0.004s	coverage: 73.8% of statements
09:12:42 [2019-08-28T09:12:42.989Z] ok  	github.com/docker/docker/reference	0.005s	coverage: 84.4% of statements
09:12:43 [2019-08-28T09:12:43.487Z] PASS: docker_cli_build_test.go:279: DockerSuite.TestBuildOnBuildLowercase	1.276s
09:12:44 [2019-08-28T09:12:44.858Z] PASS: docker_cli_build_test.go:3182: DockerSuite.TestBuildOnBuildOutput	1.661s
09:12:44 [2019-08-28T09:12:44.871Z] ok  	github.com/docker/docker/registry	0.092s	coverage: 56.4% of statements
09:12:45 [2019-08-28T09:12:45.126Z] ok  	github.com/docker/docker/registry/resumable	0.015s	coverage: 100.0% of statements
09:12:45 [2019-08-28T09:12:45.382Z] ok  	github.com/docker/docker/restartmanager	0.001s	coverage: 50.9% of statements
09:12:45 [2019-08-28T09:12:45.423Z] PASS: docker_api_build_test.go:257: DockerSuite.TestBuildOnBuildWithCopy	0.523s
09:12:46 [2019-08-28T09:12:46.306Z] ok  	github.com/docker/docker/runconfig	0.007s	coverage: 68.2% of statements
09:12:46 [2019-08-28T09:12:46.866Z] ok  	github.com/docker/docker/volume/drivers	0.004s	coverage: 36.1% of statements
09:12:47 [2019-08-28T09:12:47.791Z] ok  	github.com/docker/docker/volume/local	0.022s	coverage: 73.0% of statements
09:12:48 [2019-08-28T09:12:48.352Z] ok  	github.com/docker/docker/volume/mounts	0.018s	coverage: 67.0% of statements
09:12:49 [2019-08-28T09:12:49.278Z] ok  	github.com/docker/docker/volume/service	0.014s	coverage: 73.0% of statements
09:12:49 [2019-08-28T09:12:49.599Z] PASS: docker_cli_build_test.go:6013: DockerSuite.TestBuildOpaqueDirectory	3.980s
09:12:52 [2019-08-28T09:12:52.122Z] PASS: docker_cli_build_test.go:1484: DockerSuite.TestBuildPATH	2.635s
09:12:53 [2019-08-28T09:12:53.053Z] PASS: docker_cli_build_test.go:4030: DockerSuite.TestBuildRUNErrMsg	1.036s
09:12:54 [2019-08-28T09:12:54.424Z] PASS: docker_cli_build_test.go:3952: DockerSuite.TestBuildRUNoneJSON	0.982s
09:12:56 [2019-08-28T09:12:56.947Z] PASS: docker_api_swarm_test.go:444: DockerSwarmSuite.TestAPISwarmLeaveOnPendingJoin	23.453s
09:13:00 [2019-08-28T09:13:00.224Z] PASS: docker_api_swarm_test.go:421: DockerSwarmSuite.TestAPISwarmLeaveRemovesContainer	3.165s
09:13:02 [2019-08-28T09:13:02.748Z] --- PASS: TestCreateServiceMultipleTimes (21.44s)
09:13:02 [2019-08-28T09:13:02.748Z]     create_test.go:80: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCreateServiceMultipleTimes
09:13:02 [2019-08-28T09:13:02.748Z]     daemon.go:336: [de1554d0382d8] waiting for daemon to start
09:13:02 [2019-08-28T09:13:02.748Z]     daemon.go:336: [de1554d0382d8] waiting for daemon to start
09:13:02 [2019-08-28T09:13:02.748Z]     daemon.go:364: [de1554d0382d8] daemon started
09:13:02 [2019-08-28T09:13:02.748Z]     daemon.go:472: [de1554d0382d8] Stopping daemon
09:13:02 [2019-08-28T09:13:02.748Z]     daemon.go:307: [de1554d0382d8] exiting daemon
09:13:02 [2019-08-28T09:13:02.748Z]     daemon.go:459: [de1554d0382d8] Daemon stopped
09:13:02 [2019-08-28T09:13:02.748Z] === RUN   TestCreateServiceConflict
09:13:04 [2019-08-28T09:13:04.106Z] ok  	github.com/docker/docker/pkg/plugins	33.623s	coverage: 76.6% of statements
09:13:04 [2019-08-28T09:13:04.107Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
09:13:04 [2019-08-28T09:13:04.107Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
09:13:04 [2019-08-28T09:13:04.107Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
09:13:04 [2019-08-28T09:13:04.107Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
09:13:04 [2019-08-28T09:13:04.107Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
09:13:04 [2019-08-28T09:13:04.107Z] ?   	github.com/docker/docker/rootless	[no test files]
09:13:04 [2019-08-28T09:13:04.107Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
09:13:04 [2019-08-28T09:13:04.107Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
09:13:04 [2019-08-28T09:13:04.107Z] ?   	github.com/docker/docker/volume	[no test files]
09:13:04 [2019-08-28T09:13:04.107Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
09:13:04 [2019-08-28T09:13:04.107Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
09:13:04 [2019-08-28T09:13:04.107Z] 
09:13:04 [2019-08-28T09:13:04.107Z] === Skipped
09:13:04 [2019-08-28T09:13:04.107Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
09:13:04 [2019-08-28T09:13:04.107Z]     exec_linux_test.go:18: requires AppArmor to be enabled
09:13:04 [2019-08-28T09:13:04.107Z] 
09:13:04 [2019-08-28T09:13:04.107Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
09:13:04 [2019-08-28T09:13:04.107Z]     exec_linux_test.go:38: requires AppArmor to be enabled
09:13:04 [2019-08-28T09:13:04.107Z] 
09:13:04 [2019-08-28T09:13:04.107Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
09:13:04 [2019-08-28T09:13:04.107Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:13:04 [2019-08-28T09:13:04.107Z]     graphtest_unix.go:46: Driver btrfs not supported
09:13:04 [2019-08-28T09:13:04.107Z] 
09:13:04 [2019-08-28T09:13:04.107Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
09:13:04 [2019-08-28T09:13:04.107Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:13:04 [2019-08-28T09:13:04.107Z]     graphtest_unix.go:46: Driver btrfs not supported
09:13:04 [2019-08-28T09:13:04.107Z] 
09:13:04 [2019-08-28T09:13:04.107Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
09:13:04 [2019-08-28T09:13:04.107Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:13:04 [2019-08-28T09:13:04.107Z]     graphtest_unix.go:46: Driver btrfs not supported
09:13:04 [2019-08-28T09:13:04.107Z] 
09:13:04 [2019-08-28T09:13:04.107Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
09:13:04 [2019-08-28T09:13:04.107Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:13:04 [2019-08-28T09:13:04.107Z]     graphtest_unix.go:46: Driver btrfs not supported
09:13:04 [2019-08-28T09:13:04.107Z] 
09:13:04 [2019-08-28T09:13:04.107Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
09:13:04 [2019-08-28T09:13:04.107Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:13:04 [2019-08-28T09:13:04.107Z]     graphtest_unix.go:46: Driver btrfs not supported
09:13:04 [2019-08-28T09:13:04.107Z] 
09:13:04 [2019-08-28T09:13:04.107Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
09:13:04 [2019-08-28T09:13:04.107Z]     graphtest_unix.go:73: No driver to put!
09:13:04 [2019-08-28T09:13:04.107Z] 
09:13:04 [2019-08-28T09:13:04.107Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
09:13:04 [2019-08-28T09:13:04.107Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
09:13:04 [2019-08-28T09:13:04.107Z] 
09:13:04 [2019-08-28T09:13:04.107Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
09:13:04 [2019-08-28T09:13:04.107Z]     overlay_test.go:49: Fails to compute changes intermittently
09:13:04 [2019-08-28T09:13:04.107Z] 
09:13:04 [2019-08-28T09:13:04.107Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
09:13:04 [2019-08-28T09:13:04.107Z]     overlay_test.go:65: Cannot run test with naive change algorithm
09:13:04 [2019-08-28T09:13:04.107Z] 
09:13:04 [2019-08-28T09:13:04.107Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
09:13:04 [2019-08-28T09:13:04.107Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
09:13:04 [2019-08-28T09:13:04.107Z] 
09:13:04 [2019-08-28T09:13:04.107Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
09:13:04 [2019-08-28T09:13:04.107Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:13:04 [2019-08-28T09:13:04.107Z]     graphtest_unix.go:46: Driver zfs not supported
09:13:04 [2019-08-28T09:13:04.107Z] 
09:13:04 [2019-08-28T09:13:04.107Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
09:13:04 [2019-08-28T09:13:04.107Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:13:04 [2019-08-28T09:13:04.107Z]     graphtest_unix.go:46: Driver zfs not supported
09:13:04 [2019-08-28T09:13:04.107Z] 
09:13:04 [2019-08-28T09:13:04.107Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
09:13:04 [2019-08-28T09:13:04.107Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:13:04 [2019-08-28T09:13:04.107Z]     graphtest_unix.go:46: Driver zfs not supported
09:13:04 [2019-08-28T09:13:04.107Z] 
09:13:04 [2019-08-28T09:13:04.107Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
09:13:04 [2019-08-28T09:13:04.107Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:13:04 [2019-08-28T09:13:04.107Z]     graphtest_unix.go:46: Driver zfs not supported
09:13:04 [2019-08-28T09:13:04.107Z] 
09:13:04 [2019-08-28T09:13:04.107Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
09:13:04 [2019-08-28T09:13:04.107Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:13:04 [2019-08-28T09:13:04.107Z]     graphtest_unix.go:46: Driver zfs not supported
09:13:04 [2019-08-28T09:13:04.107Z] 
09:13:04 [2019-08-28T09:13:04.107Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
09:13:04 [2019-08-28T09:13:04.107Z]     graphtest_unix.go:73: No driver to put!
09:13:04 [2019-08-28T09:13:04.107Z] 
09:13:04 [2019-08-28T09:13:04.107Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
09:13:04 [2019-08-28T09:13:04.107Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
09:13:04 [2019-08-28T09:13:04.107Z] 
09:13:04 [2019-08-28T09:13:04.107Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
09:13:04 [2019-08-28T09:13:04.107Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
09:13:04 [2019-08-28T09:13:04.107Z] 
09:13:04 [2019-08-28T09:13:04.107Z] 
09:13:04 [2019-08-28T09:13:04.107Z] DONE 2040 tests, 20 skipped in 242.578s
Post stage
[Pipeline] junit
09:13:04 [2019-08-28T09:13:04.115Z] Recording test results
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate vendor)
[Pipeline] sh
09:13:04 [2019-08-28T09:13:04.839Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39571/.git:/go/src/github.com/docker/docker/.git --name docker-pr8 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=99453d7bb34e7b145ef590cbada530110314bb02 -e DOCKER_GRAPHDRIVER docker:99453d7bb34e7b145ef590cbada530110314bb02 hack/validate/vendor
09:13:05 [2019-08-28T09:13:05.273Z] --- PASS: TestCreateServiceConflict (2.36s)
09:13:05 [2019-08-28T09:13:05.273Z]     create_test.go:129: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCreateServiceConflict
09:13:05 [2019-08-28T09:13:05.273Z]     daemon.go:336: [dc8524cdc880b] waiting for daemon to start
09:13:05 [2019-08-28T09:13:05.273Z]     daemon.go:336: [dc8524cdc880b] waiting for daemon to start
09:13:05 [2019-08-28T09:13:05.273Z]     daemon.go:364: [dc8524cdc880b] daemon started
09:13:05 [2019-08-28T09:13:05.273Z]     daemon.go:472: [dc8524cdc880b] Stopping daemon
09:13:05 [2019-08-28T09:13:05.273Z]     daemon.go:307: [dc8524cdc880b] exiting daemon
09:13:05 [2019-08-28T09:13:05.273Z]     daemon.go:459: [dc8524cdc880b] Daemon stopped
09:13:05 [2019-08-28T09:13:05.273Z] === RUN   TestCreateServiceMaxReplicas
09:13:05 [2019-08-28T09:13:05.273Z] PASS: docker_cli_build_test.go:1402: DockerSuite.TestBuildRelativeCopy	10.731s
09:13:05 [2019-08-28T09:13:05.764Z] No vendor changes in diff.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build e2e image)
[Pipeline] sh
09:13:06 [2019-08-28T09:13:06.761Z] + echo Building e2e image
09:13:06 [2019-08-28T09:13:06.761Z] Building e2e image
09:13:06 [2019-08-28T09:13:06.761Z] + docker build --build-arg DOCKER_GITCOMMIT=99453d7bb34e7b145ef590cbada530110314bb02 -t moby-e2e-test -f Dockerfile.e2e .
09:13:06 [2019-08-28T09:13:06.761Z] #2 [internal] load .dockerignore
09:13:06 [2019-08-28T09:13:06.761Z] #2 DONE 0.0s
09:13:06 [2019-08-28T09:13:06.761Z] 
09:13:06 [2019-08-28T09:13:06.761Z] #1 [internal] load build definition from Dockerfile.e2e
09:13:06 [2019-08-28T09:13:06.761Z] #1 transferring dockerfile: 3.19kB done
09:13:06 [2019-08-28T09:13:06.761Z] #1 DONE 0.0s
09:13:06 [2019-08-28T09:13:06.761Z] 
09:13:06 [2019-08-28T09:13:06.761Z] #2 [internal] load .dockerignore
09:13:06 [2019-08-28T09:13:06.761Z] #2 transferring context: 34B done
09:13:06 [2019-08-28T09:13:06.761Z] #2 DONE 0.0s
09:13:06 [2019-08-28T09:13:06.761Z] 
09:13:06 [2019-08-28T09:13:06.761Z] #4 [internal] load metadata for docker.io/library/golang:1.12.9-alpine
09:13:07 [2019-08-28T09:13:07.017Z] #4 DONE 0.3s
09:13:07 [2019-08-28T09:13:07.017Z] 
09:13:07 [2019-08-28T09:13:07.017Z] #3 [internal] load metadata for docker.io/library/alpine:3.10
09:13:07 [2019-08-28T09:13:07.017Z] #3 DONE 0.3s
09:13:07 [2019-08-28T09:13:07.017Z] 
09:13:07 [2019-08-28T09:13:07.017Z] #14 [base 1/5] FROM docker.io/library/golang:1.12.9-alpine@sha256:e0660b4f1e...
09:13:07 [2019-08-28T09:13:07.017Z] #14 resolve docker.io/library/golang:1.12.9-alpine@sha256:e0660b4f1e68e0d408420acb874b396fc6dd25e7c1d03ad36e7d6d1155a4dff6 done
09:13:07 [2019-08-28T09:13:07.017Z] #14 sha256:9fe9984849c103d07696bf941dcae6df23b652efdaedf3d804baeede686e8faf 0B / 154B 0.1s
09:13:07 [2019-08-28T09:13:07.017Z] #14 sha256:e0660b4f1e68e0d408420acb874b396fc6dd25e7c1d03ad36e7d6d1155a4dff6 1.65kB / 1.65kB done
09:13:07 [2019-08-28T09:13:07.017Z] #14 sha256:39f9d94d45e404c98c3aa3c9b2406185f46ffddefeb45cdd9b778024626302fc 1.36kB / 1.36kB done
09:13:07 [2019-08-28T09:13:07.017Z] #14 sha256:e0d64652399115816bb8c0b5bb008fa4166bda4d6e06ebf3c0196a5adfc87a66 3.81kB / 3.81kB done
09:13:07 [2019-08-28T09:13:07.017Z] #14 sha256:7f94eaf8af200ac18deb367dab5fb993b8ee609611a0493aa4adc287f8c682f7 0B / 301.73kB 0.1s
09:13:07 [2019-08-28T09:13:07.272Z] #14 extracting sha256:9d48c3bd43c520dc2784e868a780e976b207cbf493eaff8c6596eb871cbd9609
09:13:07 [2019-08-28T09:13:07.272Z] #14 ...
09:13:07 [2019-08-28T09:13:07.272Z] 
09:13:07 [2019-08-28T09:13:07.272Z] #8 [internal] load build context
09:13:07 [2019-08-28T09:13:07.272Z] #8 transferring context: 797.39kB 0.3s done
09:13:07 [2019-08-28T09:13:07.272Z] #8 DONE 0.3s
09:13:07 [2019-08-28T09:13:07.272Z] 
09:13:07 [2019-08-28T09:13:07.272Z] #14 [base 1/5] FROM docker.io/library/golang:1.12.9-alpine@sha256:e0660b4f1e...
09:13:07 [2019-08-28T09:13:07.272Z] #14 sha256:9fe9984849c103d07696bf941dcae6df23b652efdaedf3d804baeede686e8faf 154B / 154B 0.1s done
09:13:07 [2019-08-28T09:13:07.272Z] #14 sha256:7f94eaf8af200ac18deb367dab5fb993b8ee609611a0493aa4adc287f8c682f7 301.73kB / 301.73kB 0.1s done
09:13:07 [2019-08-28T09:13:07.272Z] #14 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 3.98MB / 125.33MB 0.3s
09:13:07 [2019-08-28T09:13:07.272Z] #14 sha256:0f7136d717396dbb712539e3513a59019cf6ba3c0009cbe16fa8dbb278fdbed7 126B / 126B 0.2s done
09:13:07 [2019-08-28T09:13:07.527Z] #14 extracting sha256:9d48c3bd43c520dc2784e868a780e976b207cbf493eaff8c6596eb871cbd9609 0.3s done
09:13:07 [2019-08-28T09:13:07.527Z] #14 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 15.84MB / 125.33MB 0.4s
09:13:07 [2019-08-28T09:13:07.527Z] #14 ...
09:13:07 [2019-08-28T09:13:07.527Z] 
09:13:07 [2019-08-28T09:13:07.527Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:72c42ed48c3a2db3...
09:13:07 [2019-08-28T09:13:07.527Z] #5 resolve docker.io/library/alpine:3.10@sha256:72c42ed48c3a2db31b7dafe17d275b634664a708d901ec9fd57b1529280f01fb done
09:13:07 [2019-08-28T09:13:07.527Z] #5 sha256:72c42ed48c3a2db31b7dafe17d275b634664a708d901ec9fd57b1529280f01fb 1.64kB / 1.64kB done
09:13:07 [2019-08-28T09:13:07.527Z] #5 sha256:acd3ca9941a85e8ed16515bfc5328e4e2f8c128caa72959a58a127b7801ee01f 528B / 528B done
09:13:07 [2019-08-28T09:13:07.527Z] #5 sha256:961769676411f082461f9ef46626dd7a2d1e2b2a38e6a44364bcbecf51e66dd4 1.51kB / 1.51kB done
09:13:07 [2019-08-28T09:13:07.527Z] #5 sha256:9d48c3bd43c520dc2784e868a780e976b207cbf493eaff8c6596eb871cbd9609 2.79MB / 2.79MB 0.1s done
09:13:07 [2019-08-28T09:13:07.527Z] #5 DONE 0.5s
09:13:07 [2019-08-28T09:13:07.527Z] 
09:13:07 [2019-08-28T09:13:07.527Z] #14 [base 1/5] FROM docker.io/library/golang:1.12.9-alpine@sha256:e0660b4f1e...
09:13:07 [2019-08-28T09:13:07.527Z] #14 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 27.43MB / 125.33MB 0.6s
09:13:07 [2019-08-28T09:13:07.527Z] #14 extracting sha256:7f94eaf8af200ac18deb367dab5fb993b8ee609611a0493aa4adc287f8c682f7
09:13:07 [2019-08-28T09:13:07.782Z] #14 extracting sha256:7f94eaf8af200ac18deb367dab5fb993b8ee609611a0493aa4adc287f8c682f7 0.2s done
09:13:07 [2019-08-28T09:13:07.782Z] #14 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 39.10MB / 125.33MB 0.8s
09:13:07 [2019-08-28T09:13:07.782Z] #14 extracting sha256:9fe9984849c103d07696bf941dcae6df23b652efdaedf3d804baeede686e8faf 0.0s done
09:13:07 [2019-08-28T09:13:07.796Z] --- PASS: TestCreateServiceMaxReplicas (3.02s)
09:13:07 [2019-08-28T09:13:07.796Z]     create_test.go:150: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCreateServiceMaxReplicas
09:13:07 [2019-08-28T09:13:07.796Z]     daemon.go:336: [d47c5a8d57a9d] waiting for daemon to start
09:13:07 [2019-08-28T09:13:07.796Z]     daemon.go:336: [d47c5a8d57a9d] waiting for daemon to start
09:13:07 [2019-08-28T09:13:07.796Z]     daemon.go:364: [d47c5a8d57a9d] daemon started
09:13:07 [2019-08-28T09:13:07.796Z]     daemon.go:472: [d47c5a8d57a9d] Stopping daemon
09:13:07 [2019-08-28T09:13:07.796Z]     daemon.go:307: [d47c5a8d57a9d] exiting daemon
09:13:07 [2019-08-28T09:13:07.796Z]     daemon.go:459: [d47c5a8d57a9d] Daemon stopped
09:13:07 [2019-08-28T09:13:07.796Z] === RUN   TestCreateWithDuplicateNetworkNames
09:13:08 [2019-08-28T09:13:08.038Z] #14 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 48.41MB / 125.33MB 0.9s
09:13:08 [2019-08-28T09:13:08.038Z] #14 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 72.57MB / 125.33MB 1.1s
09:13:08 [2019-08-28T09:13:08.063Z] --- PASS: TestBuildWithHugeFile (80.62s)
09:13:08 [2019-08-28T09:13:08.063Z] === RUN   TestBuildWithEmptyDockerfile
09:13:08 [2019-08-28T09:13:08.063Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
09:13:08 [2019-08-28T09:13:08.063Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
09:13:08 [2019-08-28T09:13:08.063Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
09:13:08 [2019-08-28T09:13:08.063Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
09:13:08 [2019-08-28T09:13:08.063Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
09:13:08 [2019-08-28T09:13:08.063Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
09:13:08 [2019-08-28T09:13:08.063Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
09:13:08 [2019-08-28T09:13:08.063Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
09:13:08 [2019-08-28T09:13:08.063Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
09:13:08 [2019-08-28T09:13:08.063Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s)
09:13:08 [2019-08-28T09:13:08.063Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.26s)
09:13:08 [2019-08-28T09:13:08.063Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.27s)
09:13:08 [2019-08-28T09:13:08.063Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.28s)
09:13:08 [2019-08-28T09:13:08.063Z] === RUN   TestBuildPreserveOwnership
09:13:08 [2019-08-28T09:13:08.063Z] === RUN   TestBuildPreserveOwnership/copy_from
09:13:08 [2019-08-28T09:13:08.293Z] #14 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 84.39MB / 125.33MB 1.2s
09:13:08 [2019-08-28T09:13:08.293Z] #14 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 94.70MB / 125.33MB 1.3s
09:13:08 [2019-08-28T09:13:08.548Z] #14 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 101.80MB / 125.33MB 1.4s
09:13:08 [2019-08-28T09:13:08.548Z] #14 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 119.38MB / 125.33MB 1.6s
09:13:09 [2019-08-28T09:13:09.107Z] #14 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 125.33MB / 125.33MB 2.0s done
09:13:09 [2019-08-28T09:13:09.107Z] #14 extracting sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64
09:13:09 [2019-08-28T09:13:09.362Z] #14 ...
09:13:09 [2019-08-28T09:13:09.362Z] 
09:13:09 [2019-08-28T09:13:09.362Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus...
09:13:09 [2019-08-28T09:13:09.362Z] #6 DONE 1.7s
09:13:09 [2019-08-28T09:13:09.362Z] 
09:13:09 [2019-08-28T09:13:09.362Z] #14 [base 1/5] FROM docker.io/library/golang:1.12.9-alpine@sha256:e0660b4f1e...
09:13:09 [2019-08-28T09:13:09.692Z] PASS: docker_cli_build_test.go:1295: DockerSuite.TestBuildRelativeWorkdir	4.523s
09:13:10 [2019-08-28T09:13:10.089Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
09:13:11 [2019-08-28T09:13:11.564Z] --- PASS: TestBuildPreserveOwnership (4.83s)
09:13:11 [2019-08-28T09:13:11.564Z]     --- PASS: TestBuildPreserveOwnership/copy_from (3.17s)
09:13:11 [2019-08-28T09:13:11.564Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.64s)
09:13:11 [2019-08-28T09:13:11.564Z] === RUN   TestBuildPlatformInvalid
09:13:11 [2019-08-28T09:13:11.564Z] --- PASS: TestBuildPlatformInvalid (0.17s)
09:13:11 [2019-08-28T09:13:11.564Z] PASS
09:13:11 [2019-08-28T09:13:11.564Z] Running /go/src/github.com/docker/docker/integration/config flags=-test.v -test.timeout=120m  
09:13:11 [2019-08-28T09:13:11.564Z] INFO: Testing against a local daemon
09:13:11 [2019-08-28T09:13:11.564Z] === RUN   TestConfigList
09:13:12 [2019-08-28T09:13:12.216Z] PASS: docker_cli_build_unix_test.go:28: DockerSuite.TestBuildResourceConstraintsAreUsed	2.255s
09:13:14 [2019-08-28T09:13:14.111Z] PASS: docker_api_swarm_node_test.go:14: DockerSwarmSuite.TestAPISwarmListNodes	3.461s
09:13:14 [2019-08-28T09:13:14.241Z] --- PASS: TestConfigList (2.24s)
09:13:14 [2019-08-28T09:13:14.241Z]     config_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigList
09:13:14 [2019-08-28T09:13:14.241Z]     daemon.go:336: [de9019519b2b6] waiting for daemon to start
09:13:14 [2019-08-28T09:13:14.241Z]     daemon.go:336: [de9019519b2b6] waiting for daemon to start
09:13:14 [2019-08-28T09:13:14.241Z]     daemon.go:364: [de9019519b2b6] daemon started
09:13:14 [2019-08-28T09:13:14.241Z]     daemon.go:472: [de9019519b2b6] Stopping daemon
09:13:14 [2019-08-28T09:13:14.241Z]     daemon.go:307: [de9019519b2b6] exiting daemon
09:13:14 [2019-08-28T09:13:14.241Z]     daemon.go:459: [de9019519b2b6] Daemon stopped
09:13:14 [2019-08-28T09:13:14.241Z] === RUN   TestConfigsCreateAndDelete
09:13:14 [2019-08-28T09:13:14.597Z] #14 extracting sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 5.1s
09:13:15 [2019-08-28T09:13:15.044Z] PASS: docker_cli_build_test.go:1190: DockerSuite.TestBuildRm	3.230s
09:13:15 [2019-08-28T09:13:15.161Z] #14 ...
09:13:15 [2019-08-28T09:13:15.161Z] 
09:13:15 [2019-08-28T09:13:15.161Z] #7 [runner 3/12] RUN apk --no-cache add     bash     ca-certificates     g+...
09:13:15 [2019-08-28T09:13:15.161Z] #7 1.092 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
09:13:15 [2019-08-28T09:13:15.161Z] #7 2.168 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
09:13:15 [2019-08-28T09:13:15.161Z] #7 2.272 (1/31) Installing ncurses-terminfo-base (6.1_p20190518-r0)
09:13:15 [2019-08-28T09:13:15.161Z] #7 2.276 (2/31) Installing ncurses-terminfo (6.1_p20190518-r0)
09:13:15 [2019-08-28T09:13:15.161Z] #7 2.488 (3/31) Installing ncurses-libs (6.1_p20190518-r0)
09:13:15 [2019-08-28T09:13:15.161Z] #7 2.501 (4/31) Installing readline (8.0.0-r0)
09:13:15 [2019-08-28T09:13:15.161Z] #7 2.506 (5/31) Installing bash (5.0.0-r0)
09:13:15 [2019-08-28T09:13:15.161Z] #7 2.523 Executing bash-5.0.0-r0.post-install
09:13:15 [2019-08-28T09:13:15.161Z] #7 2.530 (6/31) Installing ca-certificates (20190108-r0)
09:13:15 [2019-08-28T09:13:15.161Z] #7 2.548 (7/31) Installing libgcc (8.3.0-r0)
09:13:15 [2019-08-28T09:13:15.161Z] #7 2.552 (8/31) Installing libstdc++ (8.3.0-r0)
09:13:15 [2019-08-28T09:13:15.161Z] #7 2.570 (9/31) Installing binutils (2.32-r0)
09:13:15 [2019-08-28T09:13:15.161Z] #7 2.669 (10/31) Installing gmp (6.1.2-r1)
09:13:15 [2019-08-28T09:13:15.161Z] #7 2.675 (11/31) Installing isl (0.18-r0)
09:13:15 [2019-08-28T09:13:15.161Z] #7 2.694 (12/31) Installing libgomp (8.3.0-r0)
09:13:15 [2019-08-28T09:13:15.161Z] #7 2.698 (13/31) Installing libatomic (8.3.0-r0)
09:13:15 [2019-08-28T09:13:15.161Z] #7 2.702 (14/31) Installing mpfr3 (3.1.5-r1)
09:13:15 [2019-08-28T09:13:15.161Z] #7 2.708 (15/31) Installing mpc1 (1.1.0-r0)
09:13:15 [2019-08-28T09:13:15.161Z] #7 2.711 (16/31) Installing gcc (8.3.0-r0)
09:13:15 [2019-08-28T09:13:15.161Z] #7 3.636 (17/31) Installing musl-dev (1.1.22-r3)
09:13:15 [2019-08-28T09:13:15.162Z] #7 3.743 (18/31) Installing libc-dev (0.7.1-r0)
09:13:15 [2019-08-28T09:13:15.162Z] #7 3.745 (19/31) Installing g++ (8.3.0-r0)
09:13:15 [2019-08-28T09:13:15.162Z] #7 4.333 (20/31) Installing nghttp2-libs (1.39.2-r0)
09:13:15 [2019-08-28T09:13:15.162Z] #7 4.337 (21/31) Installing libcurl (7.65.1-r0)
09:13:15 [2019-08-28T09:13:15.162Z] #7 4.347 (22/31) Installing expat (2.2.7-r0)
09:13:15 [2019-08-28T09:13:15.162Z] #7 4.351 (23/31) Installing pcre2 (10.33-r0)
09:13:15 [2019-08-28T09:13:15.162Z] #7 4.360 (24/31) Installing git (2.22.0-r0)
09:13:15 [2019-08-28T09:13:15.162Z] #7 4.577 (25/31) Installing libmnl (1.0.4-r0)
09:13:15 [2019-08-28T09:13:15.162Z] #7 4.579 (26/31) Installing libnftnl-libs (1.1.3-r0)
09:13:15 [2019-08-28T09:13:15.162Z] #7 4.584 (27/31) Installing iptables (1.8.3-r0)
09:13:15 [2019-08-28T09:13:15.162Z] #7 4.615 (28/31) Installing pigz (2.4-r0)
09:13:15 [2019-08-28T09:13:15.162Z] #7 4.622 (29/31) Installing tar (1.32-r0)
09:13:15 [2019-08-28T09:13:15.162Z] #7 4.631 (30/31) Installing xz-libs (5.2.4-r0)
09:13:15 [2019-08-28T09:13:15.162Z] #7 4.634 (31/31) Installing xz (5.2.4-r0)
09:13:15 [2019-08-28T09:13:15.162Z] #7 4.642 Executing busybox-1.30.1-r2.trigger
09:13:15 [2019-08-28T09:13:15.162Z] #7 4.649 Executing ca-certificates-20190108-r0.trigger
09:13:15 [2019-08-28T09:13:15.162Z] #7 4.706 OK: 185 MiB in 45 packages
09:13:15 [2019-08-28T09:13:15.162Z] #7 DONE 6.0s
09:13:15 [2019-08-28T09:13:15.162Z] 
09:13:15 [2019-08-28T09:13:15.162Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh       /scripts/run.sh
09:13:15 [2019-08-28T09:13:15.416Z] #9 DONE 0.1s
09:13:15 [2019-08-28T09:13:15.416Z] 
09:13:15 [2019-08-28T09:13:15.416Z] #14 [base 1/5] FROM docker.io/library/golang:1.12.9-alpine@sha256:e0660b4f1e...
09:13:15 [2019-08-28T09:13:15.416Z] #14 ...
09:13:15 [2019-08-28T09:13:15.416Z] 
09:13:15 [2019-08-28T09:13:15.416Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs  /scripts/ensure-emptyfs.sh
09:13:15 [2019-08-28T09:13:15.416Z] #10 DONE 0.1s
09:13:15 [2019-08-28T09:13:15.416Z] 
09:13:15 [2019-08-28T09:13:15.416Z] #11 [runner 6/12] COPY integration/testdata       /tests/integration/testdat...
09:13:15 [2019-08-28T09:13:15.416Z] #11 DONE 0.1s
09:13:15 [2019-08-28T09:13:15.416Z] 
09:13:15 [2019-08-28T09:13:15.416Z] #14 [base 1/5] FROM docker.io/library/golang:1.12.9-alpine@sha256:e0660b4f1e...
09:13:15 [2019-08-28T09:13:15.416Z] #14 extracting sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 6.2s done
09:13:15 [2019-08-28T09:13:15.671Z] #14 ...
09:13:15 [2019-08-28T09:13:15.671Z] 
09:13:15 [2019-08-28T09:13:15.671Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t...
09:13:15 [2019-08-28T09:13:15.671Z] #12 DONE 0.1s
09:13:15 [2019-08-28T09:13:15.671Z] 
09:13:15 [2019-08-28T09:13:15.671Z] #13 [runner 8/12] COPY integration-cli/fixtures   /tests/integration-cli/fix...
09:13:15 [2019-08-28T09:13:15.671Z] #13 DONE 0.1s
09:13:15 [2019-08-28T09:13:15.671Z] 
09:13:15 [2019-08-28T09:13:15.671Z] #14 [base 1/5] FROM docker.io/library/golang:1.12.9-alpine@sha256:e0660b4f1e...
09:13:15 [2019-08-28T09:13:15.671Z] #14 extracting sha256:0f7136d717396dbb712539e3513a59019cf6ba3c0009cbe16fa8dbb278fdbed7 done
09:13:15 [2019-08-28T09:13:15.671Z] #14 DONE 8.7s
09:13:15 [2019-08-28T09:13:15.671Z] 
09:13:15 [2019-08-28T09:13:15.671Z] #15 [base 2/5] RUN apk --no-cache add     bash     btrfs-progs-dev     build...
09:13:16 [2019-08-28T09:13:16.274Z] --- PASS: TestConfigsCreateAndDelete (2.25s)
09:13:16 [2019-08-28T09:13:16.274Z]     config_test.go:112: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete
09:13:16 [2019-08-28T09:13:16.274Z]     daemon.go:336: [d56b0e22db453] waiting for daemon to start
09:13:16 [2019-08-28T09:13:16.274Z]     daemon.go:336: [d56b0e22db453] waiting for daemon to start
09:13:16 [2019-08-28T09:13:16.274Z]     daemon.go:364: [d56b0e22db453] daemon started
09:13:16 [2019-08-28T09:13:16.274Z]     daemon.go:472: [d56b0e22db453] Stopping daemon
09:13:16 [2019-08-28T09:13:16.274Z]     daemon.go:307: [d56b0e22db453] exiting daemon
09:13:16 [2019-08-28T09:13:16.274Z]     daemon.go:459: [d56b0e22db453] Daemon stopped
09:13:16 [2019-08-28T09:13:16.274Z] === RUN   TestConfigsUpdate
09:13:16 [2019-08-28T09:13:16.415Z] PASS: docker_cli_build_test.go:3296: DockerSuite.TestBuildRunShEntrypoint	1.083s
09:13:16 [2019-08-28T09:13:16.593Z] #15 0.586 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
09:13:17 [2019-08-28T09:13:17.516Z] #15 1.651 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
09:13:17 [2019-08-28T09:13:17.516Z] #15 1.714 (1/43) Installing ncurses-terminfo-base (6.1_p20190518-r0)
09:13:17 [2019-08-28T09:13:17.516Z] #15 1.716 (2/43) Installing ncurses-terminfo (6.1_p20190518-r0)
09:13:17 [2019-08-28T09:13:17.516Z] #15 1.843 (3/43) Installing ncurses-libs (6.1_p20190518-r0)
09:13:17 [2019-08-28T09:13:17.516Z] #15 1.849 (4/43) Installing readline (8.0.0-r0)
09:13:17 [2019-08-28T09:13:17.516Z] #15 1.853 (5/43) Installing bash (5.0.0-r0)
09:13:17 [2019-08-28T09:13:17.516Z] #15 1.864 Executing bash-5.0.0-r0.post-install
09:13:17 [2019-08-28T09:13:17.516Z] #15 1.866 (6/43) Installing linux-headers (4.19.36-r0)
09:13:17 [2019-08-28T09:13:17.516Z] #15 1.937 (7/43) Installing libuuid (2.33.2-r0)
09:13:17 [2019-08-28T09:13:17.516Z] #15 1.938 (8/43) Installing btrfs-progs-libs (5.1.1-r0)
09:13:17 [2019-08-28T09:13:17.516Z] #15 1.941 (9/43) Installing btrfs-progs-dev (5.1.1-r0)
09:13:17 [2019-08-28T09:13:17.516Z] #15 1.945 (10/43) Installing binutils (2.32-r0)
09:13:17 [2019-08-28T09:13:17.771Z] #15 2.021 (11/43) Installing libmagic (5.37-r0)
09:13:17 [2019-08-28T09:13:17.771Z] #15 2.042 (12/43) Installing file (5.37-r0)
09:13:17 [2019-08-28T09:13:17.771Z] #15 2.044 (13/43) Installing gmp (6.1.2-r1)
09:13:17 [2019-08-28T09:13:17.771Z] #15 2.051 (14/43) Installing isl (0.18-r0)
09:13:17 [2019-08-28T09:13:17.771Z] #15 2.066 (15/43) Installing libgomp (8.3.0-r0)
09:13:17 [2019-08-28T09:13:17.771Z] #15 2.070 (16/43) Installing libatomic (8.3.0-r0)
09:13:17 [2019-08-28T09:13:17.771Z] #15 2.072 (17/43) Installing libgcc (8.3.0-r0)
09:13:17 [2019-08-28T09:13:17.771Z] #15 2.074 (18/43) Installing mpfr3 (3.1.5-r1)
09:13:17 [2019-08-28T09:13:17.771Z] #15 2.079 (19/43) Installing mpc1 (1.1.0-r0)
09:13:17 [2019-08-28T09:13:17.771Z] #15 2.081 (20/43) Installing libstdc++ (8.3.0-r0)
09:13:17 [2019-08-28T09:13:17.771Z] #15 2.091 (21/43) Installing gcc (8.3.0-r0)
09:13:17 [2019-08-28T09:13:17.784Z] PASS: docker_cli_build_test.go:1752: DockerSuite.TestBuildSameDockerfileWithAndWithoutCache	1.395s
09:13:18 [2019-08-28T09:13:18.040Z] PASS: docker_api_build_test.go:517: DockerSuite.TestBuildScratchCopy	0.518s
09:13:18 [2019-08-28T09:13:18.297Z] --- PASS: TestConfigsUpdate (2.24s)
09:13:18 [2019-08-28T09:13:18.297Z]     config_test.go:140: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate
09:13:18 [2019-08-28T09:13:18.297Z]     daemon.go:336: [d277175d0516d] waiting for daemon to start
09:13:18 [2019-08-28T09:13:18.297Z]     daemon.go:336: [d277175d0516d] waiting for daemon to start
09:13:18 [2019-08-28T09:13:18.297Z]     daemon.go:364: [d277175d0516d] daemon started
09:13:18 [2019-08-28T09:13:18.297Z]     daemon.go:472: [d277175d0516d] Stopping daemon
09:13:18 [2019-08-28T09:13:18.297Z]     daemon.go:307: [d277175d0516d] exiting daemon
09:13:18 [2019-08-28T09:13:18.297Z]     daemon.go:459: [d277175d0516d] Daemon stopped
09:13:18 [2019-08-28T09:13:18.297Z] === RUN   TestTemplatedConfig
09:13:18 [2019-08-28T09:13:18.696Z] #15 2.726 (22/43) Installing musl-dev (1.1.22-r3)
09:13:18 [2019-08-28T09:13:18.696Z] #15 2.807 (23/43) Installing libc-dev (0.7.1-r0)
09:13:18 [2019-08-28T09:13:18.696Z] #15 2.808 (24/43) Installing g++ (8.3.0-r0)
09:13:18 [2019-08-28T09:13:18.950Z] #15 3.233 (25/43) Installing make (4.2.1-r2)
09:13:18 [2019-08-28T09:13:18.950Z] #15 3.237 (26/43) Installing fortify-headers (1.1-r0)
09:13:18 [2019-08-28T09:13:18.950Z] #15 3.239 (27/43) Installing build-base (0.5-r1)
09:13:18 [2019-08-28T09:13:18.950Z] #15 3.241 (28/43) Installing nghttp2-libs (1.39.2-r0)
09:13:18 [2019-08-28T09:13:18.950Z] #15 3.243 (29/43) Installing libcurl (7.65.1-r0)
09:13:18 [2019-08-28T09:13:18.950Z] #15 3.253 (30/43) Installing curl (7.65.1-r0)
09:13:18 [2019-08-28T09:13:18.950Z] #15 3.256 (31/43) Installing oniguruma (6.9.2-r0)
09:13:18 [2019-08-28T09:13:18.950Z] #15 3.261 (32/43) Installing jq (1.6-r0)
09:13:18 [2019-08-28T09:13:18.950Z] #15 3.267 (33/43) Installing device-mapper-libs (2.02.184-r0)
09:13:18 [2019-08-28T09:13:18.950Z] #15 3.272 (34/43) Installing device-mapper-event-libs (2.02.184-r0)
09:13:18 [2019-08-28T09:13:18.950Z] #15 3.274 (35/43) Installing libaio (0.3.111-r0)
09:13:18 [2019-08-28T09:13:18.950Z] #15 3.276 (36/43) Installing libblkid (2.33.2-r0)
09:13:18 [2019-08-28T09:13:18.950Z] #15 3.281 (37/43) Installing lvm2-libs (2.02.184-r0)
09:13:18 [2019-08-28T09:13:18.950Z] #15 3.317 (38/43) Installing libfdisk (2.33.2-r0)
09:13:18 [2019-08-28T09:13:18.950Z] #15 3.322 (39/43) Installing libmount (2.33.2-r0)
09:13:18 [2019-08-28T09:13:18.950Z] #15 3.327 (40/43) Installing libsmartcols (2.33.2-r0)
09:13:18 [2019-08-28T09:13:18.950Z] #15 3.330 (41/43) Installing pkgconf (1.6.1-r1)
09:13:18 [2019-08-28T09:13:18.950Z] #15 3.333 (42/43) Installing util-linux-dev (2.33.2-r0)
09:13:18 [2019-08-28T09:13:18.950Z] #15 3.352 (43/43) Installing lvm2-dev (2.02.184-r0)
09:13:18 [2019-08-28T09:13:18.975Z] PASS: docker_cli_build_test.go:6163: DockerSuite.TestBuildSetCommandWithDefinedShell	0.801s
09:13:19 [2019-08-28T09:13:19.205Z] #15 3.359 Executing busybox-1.30.1-r2.trigger
09:13:19 [2019-08-28T09:13:19.205Z] #15 3.364 OK: 190 MiB in 58 packages
09:13:19 [2019-08-28T09:13:19.763Z] #15 DONE 4.1s
09:13:20 [2019-08-28T09:13:20.018Z] 
09:13:20 [2019-08-28T09:13:20.018Z] #16 [base 3/5] RUN mkdir -p /build/
09:13:20 [2019-08-28T09:13:20.344Z] PASS: docker_cli_build_test.go:42: DockerSuite.TestBuildShCmdJSONEntrypoint	1.389s
09:13:20 [2019-08-28T09:13:20.577Z] #16 DONE 0.7s
09:13:20 [2019-08-28T09:13:20.577Z] 
09:13:20 [2019-08-28T09:13:20.577Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/
09:13:21 [2019-08-28T09:13:21.136Z] #17 DONE 0.7s
09:13:21 [2019-08-28T09:13:21.395Z] 
09:13:21 [2019-08-28T09:13:21.395Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/
09:13:21 [2019-08-28T09:13:21.395Z] #18 DONE 0.0s
09:13:21 [2019-08-28T09:13:21.395Z] 
09:13:21 [2019-08-28T09:13:21.395Z] #26 [contrib 1/4] COPY contrib/syscall-test           /build/syscall-test
09:13:21 [2019-08-28T09:13:21.395Z] #26 DONE 0.1s
09:13:21 [2019-08-28T09:13:21.395Z] 
09:13:21 [2019-08-28T09:13:21.395Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh /
09:13:21 [2019-08-28T09:13:21.395Z] #19 DONE 0.1s
09:13:21 [2019-08-28T09:13:21.395Z] 
09:13:21 [2019-08-28T09:13:21.395Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh
09:13:21 [2019-08-28T09:13:21.395Z] #22 DONE 0.1s
09:13:21 [2019-08-28T09:13:21.395Z] 
09:13:21 [2019-08-28T09:13:21.395Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile  /build/httpserver/Dock...
09:13:21 [2019-08-28T09:13:21.395Z] #27 DONE 0.1s
09:13:21 [2019-08-28T09:13:21.395Z] 
09:13:21 [2019-08-28T09:13:21.395Z] #28 [contrib 3/4] COPY contrib/httpserver             contrib/httpserver
09:13:21 [2019-08-28T09:13:21.649Z] #28 DONE 0.1s
09:13:21 [2019-08-28T09:13:21.649Z] 
09:13:21 [2019-08-28T09:13:21.649Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./
09:13:21 [2019-08-28T09:13:21.649Z] #23 DONE 0.1s
09:13:21 [2019-08-28T09:13:21.649Z] 
09:13:21 [2019-08-28T09:13:21.649Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse...
09:13:21 [2019-08-28T09:13:21.711Z] PASS: docker_cli_build_test.go:5265: DockerSuite.TestBuildShellEntrypoint	1.290s
09:13:21 [2019-08-28T09:13:21.752Z] --- PASS: TestTemplatedConfig (2.81s)
09:13:21 [2019-08-28T09:13:21.752Z]     config_test.go:192: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig
09:13:21 [2019-08-28T09:13:21.752Z]     daemon.go:336: [db3af63646758] waiting for daemon to start
09:13:21 [2019-08-28T09:13:21.752Z]     daemon.go:336: [db3af63646758] waiting for daemon to start
09:13:21 [2019-08-28T09:13:21.752Z]     daemon.go:364: [db3af63646758] daemon started
09:13:21 [2019-08-28T09:13:21.752Z]     daemon.go:472: [db3af63646758] Stopping daemon
09:13:21 [2019-08-28T09:13:21.752Z]     daemon.go:307: [db3af63646758] exiting daemon
09:13:21 [2019-08-28T09:13:21.752Z]     daemon.go:459: [db3af63646758] Daemon stopped
09:13:21 [2019-08-28T09:13:21.752Z] === RUN   TestConfigInspect
09:13:22 [2019-08-28T09:13:22.574Z] #29 ...
09:13:22 [2019-08-28T09:13:22.574Z] 
09:13:22 [2019-08-28T09:13:22.574Z] #31 [builder 1/4] COPY . .
09:13:22 [2019-08-28T09:13:22.574Z] #31 DONE 1.4s
09:13:22 [2019-08-28T09:13:22.642Z] PASS: docker_cli_build_test.go:5280: DockerSuite.TestBuildShellInherited	1.108s
09:13:22 [2019-08-28T09:13:22.829Z] 
09:13:22 [2019-08-28T09:13:22.829Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-...
09:13:22 [2019-08-28T09:13:22.898Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.18s)
09:13:22 [2019-08-28T09:13:22.898Z]     create_test.go:171: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCreateWithDuplicateNetworkNames
09:13:22 [2019-08-28T09:13:22.898Z]     daemon.go:336: [d8db60d2bf6f9] waiting for daemon to start
09:13:22 [2019-08-28T09:13:22.898Z]     daemon.go:336: [d8db60d2bf6f9] waiting for daemon to start
09:13:22 [2019-08-28T09:13:22.898Z]     daemon.go:364: [d8db60d2bf6f9] daemon started
09:13:22 [2019-08-28T09:13:22.898Z]     daemon.go:472: [d8db60d2bf6f9] Stopping daemon
09:13:22 [2019-08-28T09:13:22.898Z]     daemon.go:307: [d8db60d2bf6f9] exiting daemon
09:13:22 [2019-08-28T09:13:22.898Z]     daemon.go:459: [d8db60d2bf6f9] Daemon stopped
09:13:22 [2019-08-28T09:13:22.898Z] === RUN   TestCreateServiceSecretFileMode
09:13:23 [2019-08-28T09:13:23.776Z] --- PASS: TestConfigInspect (2.18s)
09:13:23 [2019-08-28T09:13:23.776Z]     config_test.go:326: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect
09:13:23 [2019-08-28T09:13:23.776Z]     daemon.go:336: [da52215e15cb8] waiting for daemon to start
09:13:23 [2019-08-28T09:13:23.776Z]     daemon.go:336: [da52215e15cb8] waiting for daemon to start
09:13:23 [2019-08-28T09:13:23.776Z]     daemon.go:364: [da52215e15cb8] daemon started
09:13:23 [2019-08-28T09:13:23.776Z]     daemon.go:472: [da52215e15cb8] Stopping daemon
09:13:23 [2019-08-28T09:13:23.776Z]     daemon.go:307: [da52215e15cb8] exiting daemon
09:13:23 [2019-08-28T09:13:23.776Z]     daemon.go:459: [da52215e15cb8] Daemon stopped
09:13:23 [2019-08-28T09:13:23.776Z] === RUN   TestConfigCreateWithLabels
09:13:24 [2019-08-28T09:13:24.716Z] #32 DONE 1.6s
09:13:24 [2019-08-28T09:13:24.716Z] 
09:13:24 [2019-08-28T09:13:24.716Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary
09:13:25 [2019-08-28T09:13:25.798Z] --- PASS: TestConfigCreateWithLabels (2.18s)
09:13:25 [2019-08-28T09:13:25.798Z]     config_test.go:350: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels
09:13:25 [2019-08-28T09:13:25.798Z]     daemon.go:336: [d5a299c0e891d] waiting for daemon to start
09:13:25 [2019-08-28T09:13:25.798Z]     daemon.go:336: [d5a299c0e891d] waiting for daemon to start
09:13:25 [2019-08-28T09:13:25.798Z]     daemon.go:364: [d5a299c0e891d] daemon started
09:13:25 [2019-08-28T09:13:25.798Z]     daemon.go:472: [d5a299c0e891d] Stopping daemon
09:13:25 [2019-08-28T09:13:25.798Z]     daemon.go:307: [d5a299c0e891d] exiting daemon
09:13:25 [2019-08-28T09:13:25.798Z]     daemon.go:459: [d5a299c0e891d] Daemon stopped
09:13:25 [2019-08-28T09:13:25.798Z] === RUN   TestConfigCreateResolve
09:13:26 [2019-08-28T09:13:26.080Z] #33 1.523 
09:13:26 [2019-08-28T09:13:26.080Z] #33 1.690 Removing bundles/
09:13:26 [2019-08-28T09:13:26.080Z] #33 1.691 
09:13:26 [2019-08-28T09:13:26.080Z] #33 1.702 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary)
09:13:26 [2019-08-28T09:13:26.172Z] --- PASS: TestCreateServiceSecretFileMode (2.65s)
09:13:26 [2019-08-28T09:13:26.172Z]     create_test.go:224: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCreateServiceSecretFileMode
09:13:26 [2019-08-28T09:13:26.172Z]     daemon.go:336: [dc3a5de4849bc] waiting for daemon to start
09:13:26 [2019-08-28T09:13:26.172Z]     daemon.go:336: [dc3a5de4849bc] waiting for daemon to start
09:13:26 [2019-08-28T09:13:26.172Z]     daemon.go:364: [dc3a5de4849bc] daemon started
09:13:26 [2019-08-28T09:13:26.172Z]     daemon.go:472: [dc3a5de4849bc] Stopping daemon
09:13:26 [2019-08-28T09:13:26.172Z]     daemon.go:307: [dc3a5de4849bc] exiting daemon
09:13:26 [2019-08-28T09:13:26.172Z]     daemon.go:459: [dc3a5de4849bc] Daemon stopped
09:13:26 [2019-08-28T09:13:26.172Z] === RUN   TestCreateServiceConfigFileMode
09:13:26 [2019-08-28T09:13:26.641Z] #33 ...
09:13:26 [2019-08-28T09:13:26.642Z] 
09:13:26 [2019-08-28T09:13:26.642Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli
09:13:26 [2019-08-28T09:13:26.642Z] #24 1.464 + RM_GOPATH=0
09:13:26 [2019-08-28T09:13:26.642Z] #24 1.464 + TMP_GOPATH=
09:13:26 [2019-08-28T09:13:26.642Z] #24 1.466 + : /build
09:13:26 [2019-08-28T09:13:26.642Z] #24 1.466 + '[' -z '' ']'
09:13:26 [2019-08-28T09:13:26.642Z] #24 1.467 ++ mktemp -d
09:13:26 [2019-08-28T09:13:26.642Z] #24 1.470 + export GOPATH=/tmp/tmp.cdndJe
09:13:26 [2019-08-28T09:13:26.642Z] #24 1.470 + GOPATH=/tmp/tmp.cdndJe
09:13:26 [2019-08-28T09:13:26.642Z] #24 1.470 + RM_GOPATH=1
09:13:26 [2019-08-28T09:13:26.642Z] #24 1.470 ++ dirname ./install.sh
09:13:26 [2019-08-28T09:13:26.642Z] #24 1.470 + dir=.
09:13:26 [2019-08-28T09:13:26.642Z] #24 1.470 + bin=dockercli
09:13:26 [2019-08-28T09:13:26.642Z] #24 1.470 + shift
09:13:26 [2019-08-28T09:13:26.642Z] #24 1.470 + '[' '!' -f ./dockercli.installer ']'
09:13:26 [2019-08-28T09:13:26.642Z] #24 1.470 + . ./dockercli.installer
09:13:26 [2019-08-28T09:13:26.642Z] #24 1.470 ++ DOCKERCLI_CHANNEL=stable
09:13:26 [2019-08-28T09:13:26.642Z] #24 1.470 ++ DOCKERCLI_VERSION=17.06.2-ce
09:13:26 [2019-08-28T09:13:26.642Z] #24 1.470 + install_dockercli
09:13:26 [2019-08-28T09:13:26.642Z] #24 1.470 + echo 'Install docker/cli version 17.06.2-ce from stable'
09:13:26 [2019-08-28T09:13:26.642Z] #24 1.470 ++ uname -m
09:13:26 [2019-08-28T09:13:26.642Z] #24 1.470 + arch=x86_64
09:13:26 [2019-08-28T09:13:26.642Z] #24 1.470 + '[' x86_64 '!=' x86_64 ']'
09:13:26 [2019-08-28T09:13:26.642Z] #24 1.470 + url=https://download.docker.com/linux/static
09:13:26 [2019-08-28T09:13:26.642Z] #24 1.470 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
09:13:26 [2019-08-28T09:13:26.642Z] #24 1.470 Install docker/cli version 17.06.2-ce from stable
09:13:26 [2019-08-28T09:13:26.642Z] #24 1.473 + tar -xz docker/docker
09:13:26 [2019-08-28T09:13:26.642Z] #24 4.859 + mkdir -p /build
09:13:26 [2019-08-28T09:13:26.642Z] #24 4.861 + mv docker/docker /build/
09:13:26 [2019-08-28T09:13:26.642Z] #24 4.864 + rmdir docker
09:13:26 [2019-08-28T09:13:26.642Z] #24 DONE 5.2s
09:13:26 [2019-08-28T09:13:26.897Z] 
09:13:26 [2019-08-28T09:13:26.897Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
09:13:26 [2019-08-28T09:13:26.897Z] #20 2.992 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)...
09:13:26 [2019-08-28T09:13:26.897Z] #20 3.592 
######################################################################## 100.0%
09:13:26 [2019-08-28T09:13:26.897Z] #20 3.711 
###                                                                        4.4%
###########                                                               16.3%
#####################                                                     29.8%
#######################################                                   54.2%
#######################################################                   77.4%
######################################################################## 100.0%
09:13:26 [2019-08-28T09:13:26.897Z] #20 4.785 
######################################################################## 100.0%
09:13:26 [2019-08-28T09:13:26.897Z] #20 4.900 
###################                                                       27.7%
#########################################################                 79.8%
######################################################################## 100.0%
09:13:26 [2019-08-28T09:13:26.897Z] #20 5.516 
######################################################################## 100.0%
09:13:27 [2019-08-28T09:13:27.105Z] PASS: docker_cli_build_test.go:5229: DockerSuite.TestBuildShellMultiple	4.380s
09:13:27 [2019-08-28T09:13:27.362Z] PASS: docker_cli_build_test.go:5293: DockerSuite.TestBuildShellNotJSON	0.227s
09:13:27 [2019-08-28T09:13:27.412Z] #20 5.628 
##                                                                         2.9%
#############                                                             18.8%
#########################                                                 35.3%
#####################################                                     52.5%
#############################################################             85.8%
######################################################################## 100.0%
09:13:27 [2019-08-28T09:13:27.874Z] --- PASS: TestConfigCreateResolve (2.19s)
09:13:27 [2019-08-28T09:13:27.874Z]     config_test.go:377: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve
09:13:27 [2019-08-28T09:13:27.874Z]     daemon.go:336: [d678147d0ced7] waiting for daemon to start
09:13:27 [2019-08-28T09:13:27.874Z]     daemon.go:336: [d678147d0ced7] waiting for daemon to start
09:13:27 [2019-08-28T09:13:27.874Z]     daemon.go:364: [d678147d0ced7] daemon started
09:13:27 [2019-08-28T09:13:27.874Z]     daemon.go:472: [d678147d0ced7] Stopping daemon
09:13:27 [2019-08-28T09:13:27.874Z]     daemon.go:307: [d678147d0ced7] exiting daemon
09:13:27 [2019-08-28T09:13:27.874Z]     daemon.go:459: [d678147d0ced7] Daemon stopped
09:13:27 [2019-08-28T09:13:27.874Z] === RUN   TestConfigDaemonLibtrustID
09:13:27 [2019-08-28T09:13:27.922Z] #20 6.443 
######################################################################## 100.0%
09:13:27 [2019-08-28T09:13:27.925Z] PASS: docker_cli_build_test.go:5212: DockerSuite.TestBuildShellUpdatesConfig	0.523s
09:13:27 [2019-08-28T09:13:27.925Z] SKIP: docker_cli_build_test.go:5306: DockerSuite.TestBuildShellWindowsPowershell (unmatched requirement DaemonIsWindows)
09:13:27 [2019-08-28T09:13:27.925Z] --- PASS: TestCreateServiceConfigFileMode (2.34s)
09:13:27 [2019-08-28T09:13:27.925Z]     create_test.go:288: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCreateServiceConfigFileMode
09:13:27 [2019-08-28T09:13:27.925Z]     daemon.go:336: [da328c03ed524] waiting for daemon to start
09:13:27 [2019-08-28T09:13:27.925Z]     daemon.go:336: [da328c03ed524] waiting for daemon to start
09:13:27 [2019-08-28T09:13:27.925Z]     daemon.go:364: [da328c03ed524] daemon started
09:13:27 [2019-08-28T09:13:27.925Z]     daemon.go:472: [da328c03ed524] Stopping daemon
09:13:27 [2019-08-28T09:13:27.925Z]     daemon.go:307: [da328c03ed524] exiting daemon
09:13:27 [2019-08-28T09:13:27.925Z]     daemon.go:459: [da328c03ed524] Daemon stopped
09:13:27 [2019-08-28T09:13:27.925Z] === RUN   TestCreateServiceSysctls
09:13:28 [2019-08-28T09:13:28.488Z] --- PASS: TestConfigDaemonLibtrustID (0.55s)
09:13:28 [2019-08-28T09:13:28.488Z]     config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID
09:13:28 [2019-08-28T09:13:28.488Z]     daemon.go:336: [daf98c2d9537d] waiting for daemon to start
09:13:28 [2019-08-28T09:13:28.488Z]     daemon.go:336: [daf98c2d9537d] waiting for daemon to start
09:13:28 [2019-08-28T09:13:28.488Z]     daemon.go:364: [daf98c2d9537d] daemon started
09:13:28 [2019-08-28T09:13:28.488Z]     daemon.go:472: [daf98c2d9537d] Stopping daemon
09:13:28 [2019-08-28T09:13:28.488Z]     daemon.go:307: [daf98c2d9537d] exiting daemon
09:13:28 [2019-08-28T09:13:28.488Z]     daemon.go:459: [daf98c2d9537d] Daemon stopped
09:13:28 [2019-08-28T09:13:28.488Z] PASS
09:13:28 [2019-08-28T09:13:28.488Z] Running /go/src/github.com/docker/docker/integration/container flags=-test.v -test.timeout=120m  
09:13:28 [2019-08-28T09:13:28.488Z] INFO: Testing against a local daemon
09:13:28 [2019-08-28T09:13:28.488Z] === RUN   TestCheckpoint
09:13:28 [2019-08-28T09:13:28.488Z] --- SKIP: TestCheckpoint (0.00s)
09:13:28 [2019-08-28T09:13:28.488Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
09:13:28 [2019-08-28T09:13:28.488Z] === RUN   TestContainerInvalidJSON
09:13:28 [2019-08-28T09:13:28.488Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
09:13:28 [2019-08-28T09:13:28.488Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
09:13:28 [2019-08-28T09:13:28.488Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
09:13:28 [2019-08-28T09:13:28.488Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
09:13:28 [2019-08-28T09:13:28.488Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
09:13:28 [2019-08-28T09:13:28.488Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
09:13:28 [2019-08-28T09:13:28.488Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
09:13:28 [2019-08-28T09:13:28.488Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
09:13:28 [2019-08-28T09:13:28.488Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
09:13:28 [2019-08-28T09:13:28.488Z] --- PASS: TestContainerInvalidJSON (0.03s)
09:13:28 [2019-08-28T09:13:28.488Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
09:13:28 [2019-08-28T09:13:28.488Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
09:13:28 [2019-08-28T09:13:28.488Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
09:13:28 [2019-08-28T09:13:28.488Z] === RUN   TestCopyFromContainerPathDoesNotExist
09:13:28 [2019-08-28T09:13:28.488Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s)
09:13:28 [2019-08-28T09:13:28.488Z] === RUN   TestCopyFromContainerPathIsNotDir
09:13:28 [2019-08-28T09:13:28.489Z] PASS: docker_cli_build_test.go:3796: DockerSuite.TestBuildSpaces	0.453s
09:13:28 [2019-08-28T09:13:28.771Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.09s)
09:13:28 [2019-08-28T09:13:28.771Z] === RUN   TestCopyToContainerPathDoesNotExist
09:13:28 [2019-08-28T09:13:28.771Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s)
09:13:28 [2019-08-28T09:13:28.771Z] === RUN   TestCopyToContainerPathIsNotDir
09:13:28 [2019-08-28T09:13:28.771Z] --- PASS: TestCopyToContainerPathIsNotDir (0.08s)
09:13:28 [2019-08-28T09:13:28.771Z] === RUN   TestCopyFromContainer
09:13:29 [2019-08-28T09:13:29.200Z] #20 6.559 
##                                                                         4.0%
#######                                                                   10.2%
#############                                                             18.4%
###################                                                       26.4%
########################                                                  33.9%
##############################                                            42.0%
##################################                                        47.5%
######################################                                    53.4%
###############################################                           65.5%
####################################################                      73.4%
##########################################################                80.7%
###############################################################           88.3%
####################################################################      95.8%
######################################################################## 100.0%
09:13:29 [2019-08-28T09:13:29.420Z] PASS: docker_cli_build_test.go:3859: DockerSuite.TestBuildSpacesWithQuotes	1.016s
09:13:29 [2019-08-28T09:13:29.420Z] PASS: docker_cli_build_test.go:4019: DockerSuite.TestBuildStartsFromOne	0.125s
09:13:29 [2019-08-28T09:13:29.456Z] #20 8.232 
09:13:30 [2019-08-28T09:13:30.789Z] PASS: docker_cli_build_test.go:3557: DockerSuite.TestBuildStderr	1.050s
09:13:30 [2019-08-28T09:13:30.797Z] === RUN   TestCopyFromContainer//
09:13:30 [2019-08-28T09:13:30.797Z] === RUN   TestCopyFromContainer//bar/root
09:13:30 [2019-08-28T09:13:30.797Z] === RUN   TestCopyFromContainer//bar/root/
09:13:30 [2019-08-28T09:13:30.797Z] === RUN   TestCopyFromContainer/bar/quux
09:13:30 [2019-08-28T09:13:30.797Z] === RUN   TestCopyFromContainer/bar/quux/
09:13:30 [2019-08-28T09:13:30.797Z] === RUN   TestCopyFromContainer/bar/quux/baz
09:13:30 [2019-08-28T09:13:30.818Z] #20 9.396 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)...
09:13:31 [2019-08-28T09:13:31.080Z] === RUN   TestCopyFromContainer/bar/filesymlink
09:13:31 [2019-08-28T09:13:31.080Z] === RUN   TestCopyFromContainer/bar/dirsymlink
09:13:31 [2019-08-28T09:13:31.080Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
09:13:31 [2019-08-28T09:13:31.362Z] === RUN   TestCopyFromContainer/bar/notarget
09:13:31 [2019-08-28T09:13:31.362Z] --- PASS: TestCopyFromContainer (2.54s)
09:13:31 [2019-08-28T09:13:31.362Z]     --- PASS: TestCopyFromContainer// (0.09s)
09:13:31 [2019-08-28T09:13:31.362Z]     --- PASS: TestCopyFromContainer//bar/root (0.12s)
09:13:31 [2019-08-28T09:13:31.362Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.09s)
09:13:31 [2019-08-28T09:13:31.362Z]     --- PASS: TestCopyFromContainer/bar/quux (0.10s)
09:13:31 [2019-08-28T09:13:31.362Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.09s)
09:13:31 [2019-08-28T09:13:31.362Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s)
09:13:31 [2019-08-28T09:13:31.362Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s)
09:13:31 [2019-08-28T09:13:31.362Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s)
09:13:31 [2019-08-28T09:13:31.362Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s)
09:13:31 [2019-08-28T09:13:31.362Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.09s)
09:13:31 [2019-08-28T09:13:31.362Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
09:13:31 [2019-08-28T09:13:31.362Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
09:13:31 [2019-08-28T09:13:31.362Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
09:13:31 [2019-08-28T09:13:31.362Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
09:13:31 [2019-08-28T09:13:31.362Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
09:13:31 [2019-08-28T09:13:31.362Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
09:13:31 [2019-08-28T09:13:31.362Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
09:13:31 [2019-08-28T09:13:31.362Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
09:13:31 [2019-08-28T09:13:31.362Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
09:13:31 [2019-08-28T09:13:31.362Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
09:13:31 [2019-08-28T09:13:31.362Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s)
09:13:31 [2019-08-28T09:13:31.362Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s)
09:13:31 [2019-08-28T09:13:31.362Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s)
09:13:31 [2019-08-28T09:13:31.362Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s)
09:13:31 [2019-08-28T09:13:31.362Z] === RUN   TestCreateWithInvalidEnv
09:13:31 [2019-08-28T09:13:31.362Z] === RUN   TestCreateWithInvalidEnv/0
09:13:31 [2019-08-28T09:13:31.362Z] === PAUSE TestCreateWithInvalidEnv/0
09:13:31 [2019-08-28T09:13:31.362Z] === RUN   TestCreateWithInvalidEnv/1
09:13:31 [2019-08-28T09:13:31.362Z] === PAUSE TestCreateWithInvalidEnv/1
09:13:31 [2019-08-28T09:13:31.362Z] === RUN   TestCreateWithInvalidEnv/2
09:13:31 [2019-08-28T09:13:31.362Z] === PAUSE TestCreateWithInvalidEnv/2
09:13:31 [2019-08-28T09:13:31.362Z] === CONT  TestCreateWithInvalidEnv/0
09:13:31 [2019-08-28T09:13:31.362Z] === CONT  TestCreateWithInvalidEnv/1
09:13:31 [2019-08-28T09:13:31.362Z] === CONT  TestCreateWithInvalidEnv/2
09:13:31 [2019-08-28T09:13:31.362Z] --- PASS: TestCreateWithInvalidEnv (0.03s)
09:13:31 [2019-08-28T09:13:31.362Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.01s)
09:13:31 [2019-08-28T09:13:31.362Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.01s)
09:13:31 [2019-08-28T09:13:31.362Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.01s)
09:13:31 [2019-08-28T09:13:31.362Z] === RUN   TestCreateTmpfsMountsTarget
09:13:31 [2019-08-28T09:13:31.362Z] --- PASS: TestCreateTmpfsMountsTarget (0.05s)
09:13:31 [2019-08-28T09:13:31.362Z] === RUN   TestCreateWithCustomMaskedPaths
09:13:31 [2019-08-28T09:13:31.379Z] #20 9.888 
######################################################################## 100.0%
09:13:31 [2019-08-28T09:13:31.379Z] #20 10.00 
######################################################################## 100.0%
09:13:31 [2019-08-28T09:13:31.634Z] #20 10.29 
09:13:32 [2019-08-28T09:13:32.197Z] --- PASS: TestCreateServiceSysctls (3.95s)
09:13:32 [2019-08-28T09:13:32.197Z]     create_test.go:378: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCreateServiceSysctls
09:13:32 [2019-08-28T09:13:32.197Z]     daemon.go:336: [da7c9172e7a1a] waiting for daemon to start
09:13:32 [2019-08-28T09:13:32.197Z]     daemon.go:336: [da7c9172e7a1a] waiting for daemon to start
09:13:32 [2019-08-28T09:13:32.197Z]     daemon.go:364: [da7c9172e7a1a] daemon started
09:13:32 [2019-08-28T09:13:32.197Z]     daemon.go:472: [da7c9172e7a1a] Stopping daemon
09:13:32 [2019-08-28T09:13:32.197Z]     daemon.go:307: [da7c9172e7a1a] exiting daemon
09:13:32 [2019-08-28T09:13:32.197Z]     daemon.go:459: [da7c9172e7a1a] Daemon stopped
09:13:32 [2019-08-28T09:13:32.197Z] === RUN   TestCreateServiceCapabilities
09:13:32 [2019-08-28T09:13:32.997Z] #20 11.36 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)...
09:13:33 [2019-08-28T09:13:33.398Z] --- PASS: TestCreateWithCustomMaskedPaths (1.90s)
09:13:33 [2019-08-28T09:13:33.398Z] === RUN   TestCreateWithCapabilities
09:13:33 [2019-08-28T09:13:33.398Z] === RUN   TestCreateWithCapabilities/no_capabilities
09:13:33 [2019-08-28T09:13:33.398Z] === PAUSE TestCreateWithCapabilities/no_capabilities
09:13:33 [2019-08-28T09:13:33.398Z] === RUN   TestCreateWithCapabilities/empty_capabilities
09:13:33 [2019-08-28T09:13:33.398Z] === PAUSE TestCreateWithCapabilities/empty_capabilities
09:13:33 [2019-08-28T09:13:33.398Z] === RUN   TestCreateWithCapabilities/valid_capabilities
09:13:33 [2019-08-28T09:13:33.398Z] === PAUSE TestCreateWithCapabilities/valid_capabilities
09:13:33 [2019-08-28T09:13:33.398Z] === RUN   TestCreateWithCapabilities/invalid_capabilities
09:13:33 [2019-08-28T09:13:33.398Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities
09:13:33 [2019-08-28T09:13:33.398Z] === RUN   TestCreateWithCapabilities/duplicate_capabilities
09:13:33 [2019-08-28T09:13:33.398Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities
09:13:33 [2019-08-28T09:13:33.398Z] === RUN   TestCreateWithCapabilities/capabilities_API_v1.39
09:13:33 [2019-08-28T09:13:33.398Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39
09:13:33 [2019-08-28T09:13:33.398Z] === RUN   TestCreateWithCapabilities/empty_capadd
09:13:33 [2019-08-28T09:13:33.398Z] === PAUSE TestCreateWithCapabilities/empty_capadd
09:13:33 [2019-08-28T09:13:33.398Z] === RUN   TestCreateWithCapabilities/empty_capdrop
09:13:33 [2019-08-28T09:13:33.398Z] === PAUSE TestCreateWithCapabilities/empty_capdrop
09:13:33 [2019-08-28T09:13:33.398Z] === RUN   TestCreateWithCapabilities/capadd_capdrop
09:13:33 [2019-08-28T09:13:33.398Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop
09:13:33 [2019-08-28T09:13:33.398Z] === RUN   TestCreateWithCapabilities/conflict_with_capadd
09:13:33 [2019-08-28T09:13:33.398Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd
09:13:33 [2019-08-28T09:13:33.398Z] === RUN   TestCreateWithCapabilities/conflict_with_capdrop
09:13:33 [2019-08-28T09:13:33.398Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop
09:13:33 [2019-08-28T09:13:33.398Z] === CONT  TestCreateWithCapabilities/no_capabilities
09:13:33 [2019-08-28T09:13:33.398Z] === CONT  TestCreateWithCapabilities/empty_capadd
09:13:33 [2019-08-28T09:13:33.398Z] === CONT  TestCreateWithCapabilities/valid_capabilities
09:13:33 [2019-08-28T09:13:33.398Z] === CONT  TestCreateWithCapabilities/capabilities_API_v1.39
09:13:33 [2019-08-28T09:13:33.398Z] === CONT  TestCreateWithCapabilities/duplicate_capabilities
09:13:33 [2019-08-28T09:13:33.398Z] === CONT  TestCreateWithCapabilities/conflict_with_capadd
09:13:33 [2019-08-28T09:13:33.398Z] === CONT  TestCreateWithCapabilities/conflict_with_capdrop
09:13:33 [2019-08-28T09:13:33.398Z] === CONT  TestCreateWithCapabilities/empty_capabilities
09:13:33 [2019-08-28T09:13:33.398Z] === CONT  TestCreateWithCapabilities/capadd_capdrop
09:13:33 [2019-08-28T09:13:33.398Z] === CONT  TestCreateWithCapabilities/empty_capdrop
09:13:33 [2019-08-28T09:13:33.398Z] === CONT  TestCreateWithCapabilities/invalid_capabilities
09:13:33 [2019-08-28T09:13:33.508Z] #20 11.92 
######################################################################## 100.0%
09:13:33 [2019-08-28T09:13:33.508Z] #20 12.09 
                                                                           0.7%
######################################################################## 100.0%
09:13:33 [2019-08-28T09:13:33.681Z] --- PASS: TestCreateWithCapabilities (0.05s)
09:13:33 [2019-08-28T09:13:33.681Z]     --- PASS: TestCreateWithCapabilities/no_capabilities (0.05s)
09:13:33 [2019-08-28T09:13:33.681Z]     --- PASS: TestCreateWithCapabilities/empty_capadd (0.06s)
09:13:33 [2019-08-28T09:13:33.681Z]     --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.06s)
09:13:33 [2019-08-28T09:13:33.681Z]     --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s)
09:13:33 [2019-08-28T09:13:33.681Z]     --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s)
09:13:33 [2019-08-28T09:13:33.681Z]     --- PASS: TestCreateWithCapabilities/valid_capabilities (0.07s)
09:13:33 [2019-08-28T09:13:33.681Z]     --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.06s)
09:13:33 [2019-08-28T09:13:33.681Z]     --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.05s)
09:13:33 [2019-08-28T09:13:33.681Z]     --- PASS: TestCreateWithCapabilities/empty_capabilities (0.05s)
09:13:33 [2019-08-28T09:13:33.681Z]     --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s)
09:13:33 [2019-08-28T09:13:33.681Z]     --- PASS: TestCreateWithCapabilities/empty_capdrop (0.05s)
09:13:33 [2019-08-28T09:13:33.681Z] === RUN   TestCreateWithCustomReadonlyPaths
09:13:33 [2019-08-28T09:13:33.764Z] #20 12.47 
09:13:35 [2019-08-28T09:13:35.127Z] #20 13.64 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)...
09:13:35 [2019-08-28T09:13:35.127Z] #20 13.80 skipping existing 1849cc453dee
09:13:35 [2019-08-28T09:13:35.383Z] #20 14.12 
09:13:35 [2019-08-28T09:13:35.481Z] --- PASS: TestCreateServiceCapabilities (2.98s)
09:13:35 [2019-08-28T09:13:35.481Z]     create_test.go:462: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCreateServiceCapabilities
09:13:35 [2019-08-28T09:13:35.481Z]     daemon.go:336: [dc71054aea518] waiting for daemon to start
09:13:35 [2019-08-28T09:13:35.481Z]     daemon.go:336: [dc71054aea518] waiting for daemon to start
09:13:35 [2019-08-28T09:13:35.481Z]     daemon.go:364: [dc71054aea518] daemon started
09:13:35 [2019-08-28T09:13:35.481Z]     daemon.go:472: [dc71054aea518] Stopping daemon
09:13:35 [2019-08-28T09:13:35.481Z]     daemon.go:307: [dc71054aea518] exiting daemon
09:13:35 [2019-08-28T09:13:35.481Z]     daemon.go:459: [dc71054aea518] Daemon stopped
09:13:35 [2019-08-28T09:13:35.481Z] === RUN   TestInspect
09:13:35 [2019-08-28T09:13:35.481Z] PASS: docker_cli_build_test.go:5381: DockerSuite.TestBuildStepsWithProgress	4.840s
09:13:35 [2019-08-28T09:13:35.701Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.03s)
09:13:35 [2019-08-28T09:13:35.701Z] === RUN   TestCreateWithInvalidHealthcheckParams
09:13:35 [2019-08-28T09:13:35.701Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
09:13:35 [2019-08-28T09:13:35.701Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
09:13:35 [2019-08-28T09:13:35.701Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
09:13:35 [2019-08-28T09:13:35.701Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
09:13:35 [2019-08-28T09:13:35.701Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
09:13:35 [2019-08-28T09:13:35.701Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
09:13:35 [2019-08-28T09:13:35.701Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
09:13:35 [2019-08-28T09:13:35.701Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
09:13:35 [2019-08-28T09:13:35.701Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
09:13:35 [2019-08-28T09:13:35.701Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
09:13:35 [2019-08-28T09:13:35.701Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
09:13:35 [2019-08-28T09:13:35.701Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
09:13:35 [2019-08-28T09:13:35.701Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
09:13:35 [2019-08-28T09:13:35.701Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
09:13:35 [2019-08-28T09:13:35.701Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
09:13:35 [2019-08-28T09:13:35.701Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s)
09:13:35 [2019-08-28T09:13:35.701Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s)
09:13:35 [2019-08-28T09:13:35.701Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s)
09:13:35 [2019-08-28T09:13:35.701Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s)
09:13:35 [2019-08-28T09:13:35.701Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s)
09:13:35 [2019-08-28T09:13:35.701Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
09:13:35 [2019-08-28T09:13:35.701Z] === RUN   TestContainerStartOnDaemonRestart
09:13:35 [2019-08-28T09:13:35.701Z] === PAUSE TestContainerStartOnDaemonRestart
09:13:35 [2019-08-28T09:13:35.701Z] === RUN   TestDaemonRestartIpcMode
09:13:35 [2019-08-28T09:13:35.701Z] === PAUSE TestDaemonRestartIpcMode
09:13:35 [2019-08-28T09:13:35.701Z] === RUN   TestDiff
09:13:36 [2019-08-28T09:13:36.318Z] --- PASS: TestDiff (0.66s)
09:13:36 [2019-08-28T09:13:36.318Z] === RUN   TestExecWithCloseStdin
09:13:36 [2019-08-28T09:13:36.747Z] #20 15.31 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)...
09:13:36 [2019-08-28T09:13:36.852Z] PASS: docker_cli_build_test.go:4072: DockerSuite.TestBuildStopSignal	0.981s
09:13:37 [2019-08-28T09:13:37.109Z] --- PASS: TestInspect (2.18s)
09:13:37 [2019-08-28T09:13:37.109Z]     inspect_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestInspect
09:13:37 [2019-08-28T09:13:37.109Z]     daemon.go:336: [d272c7121b7a7] waiting for daemon to start
09:13:37 [2019-08-28T09:13:37.109Z]     daemon.go:336: [d272c7121b7a7] waiting for daemon to start
09:13:37 [2019-08-28T09:13:37.109Z]     daemon.go:364: [d272c7121b7a7] daemon started
09:13:37 [2019-08-28T09:13:37.109Z]     daemon.go:472: [d272c7121b7a7] Stopping daemon
09:13:37 [2019-08-28T09:13:37.109Z]     daemon.go:307: [d272c7121b7a7] exiting daemon
09:13:37 [2019-08-28T09:13:37.109Z]     daemon.go:459: [d272c7121b7a7] Daemon stopped
09:13:37 [2019-08-28T09:13:37.109Z] === RUN   TestDockerNetworkConnectAlias
09:13:37 [2019-08-28T09:13:37.258Z] #20 15.78 
######################################################################## 100.0%
09:13:37 [2019-08-28T09:13:37.258Z] #20 15.89 
######################################################################## 100.0%
09:13:37 [2019-08-28T09:13:37.326Z] --- PASS: TestExecWithCloseStdin (0.92s)
09:13:37 [2019-08-28T09:13:37.326Z] === RUN   TestExec
09:13:37 [2019-08-28T09:13:37.819Z] #20 16.21 
09:13:37 [2019-08-28T09:13:37.819Z] #20 16.29 Download of images into '/build' complete.
09:13:37 [2019-08-28T09:13:37.819Z] #20 16.29 Use something like the following to load the result into a Docker daemon:
09:13:37 [2019-08-28T09:13:37.819Z] #20 16.29   tar -cC '/build' . | docker load
09:13:37 [2019-08-28T09:13:37.819Z] #20 ...
09:13:37 [2019-08-28T09:13:37.819Z] 
09:13:37 [2019-08-28T09:13:37.819Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary
09:13:37 [2019-08-28T09:13:37.819Z] #33 3.527 Building test suite binary ./integration-cli/test.main
09:13:38 [2019-08-28T09:13:38.039Z] PASS: docker_cli_build_test.go:4852: DockerSuite.TestBuildSymlinkBasename	1.228s
09:13:38 [2019-08-28T09:13:38.075Z] #33 ...
09:13:38 [2019-08-28T09:13:38.075Z] 
09:13:38 [2019-08-28T09:13:38.075Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
09:13:38 [2019-08-28T09:13:38.075Z] #20 DONE 16.7s
09:13:38 [2019-08-28T09:13:38.331Z] 
09:13:38 [2019-08-28T09:13:38.331Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary
09:13:38 [2019-08-28T09:13:38.333Z] --- PASS: TestExec (0.85s)
09:13:38 [2019-08-28T09:13:38.333Z] === RUN   TestExecUser
09:13:38 [2019-08-28T09:13:38.602Z] PASS: docker_cli_build_test.go:3599: DockerSuite.TestBuildSymlinkBreakout	0.540s
09:13:38 [2019-08-28T09:13:38.947Z] --- PASS: TestExecUser (0.86s)
09:13:38 [2019-08-28T09:13:38.947Z] === RUN   TestExportContainerAndImportImage
09:13:39 [2019-08-28T09:13:39.959Z] --- PASS: TestExportContainerAndImportImage (1.00s)
09:13:39 [2019-08-28T09:13:39.959Z] === RUN   TestExportContainerAfterDaemonRestart
09:13:39 [2019-08-28T09:13:39.972Z] PASS: docker_cli_build_test.go:4724: DockerSuite.TestBuildTagEvent	1.336s
09:13:40 [2019-08-28T09:13:40.844Z] #33 ...
09:13:40 [2019-08-28T09:13:40.844Z] 
09:13:40 [2019-08-28T09:13:40.844Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images
09:13:41 [2019-08-28T09:13:41.342Z] PASS: docker_cli_build_test.go:4144: DockerSuite.TestBuildTimeArgHistoryExclusions	1.551s
09:13:41 [2019-08-28T09:13:41.432Z] --- PASS: TestExportContainerAfterDaemonRestart (1.53s)
09:13:41 [2019-08-28T09:13:41.432Z]     export_test.go:63: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart
09:13:41 [2019-08-28T09:13:41.432Z]     daemon.go:336: [df5f19720b1ec] waiting for daemon to start
09:13:41 [2019-08-28T09:13:41.432Z]     daemon.go:336: [df5f19720b1ec] waiting for daemon to start
09:13:41 [2019-08-28T09:13:41.432Z]     daemon.go:364: [df5f19720b1ec] daemon started
09:13:41 [2019-08-28T09:13:41.432Z]     daemon.go:472: [df5f19720b1ec] Stopping daemon
09:13:41 [2019-08-28T09:13:41.432Z]     daemon.go:307: [df5f19720b1ec] exiting daemon
09:13:41 [2019-08-28T09:13:41.432Z]     daemon.go:459: [df5f19720b1ec] Daemon stopped
09:13:41 [2019-08-28T09:13:41.432Z]     daemon.go:336: [df5f19720b1ec] waiting for daemon to start
09:13:41 [2019-08-28T09:13:41.432Z]     daemon.go:336: [df5f19720b1ec] waiting for daemon to start
09:13:41 [2019-08-28T09:13:41.432Z]     daemon.go:364: [df5f19720b1ec] daemon started
09:13:41 [2019-08-28T09:13:41.432Z]     daemon.go:472: [df5f19720b1ec] Stopping daemon
09:13:41 [2019-08-28T09:13:41.432Z]     daemon.go:307: [df5f19720b1ec] exiting daemon
09:13:41 [2019-08-28T09:13:41.432Z]     daemon.go:459: [df5f19720b1ec] Daemon stopped
09:13:41 [2019-08-28T09:13:41.432Z] === RUN   TestHealthCheckWorkdir
09:13:41 [2019-08-28T09:13:41.771Z] #21 DONE 1.0s
09:13:41 [2019-08-28T09:13:41.771Z] 
09:13:41 [2019-08-28T09:13:41.771Z] #25 [runner 10/12] COPY --from=dockercli     /build/ /usr/bin/
09:13:42 [2019-08-28T09:13:42.027Z] #25 DONE 0.1s
09:13:42 [2019-08-28T09:13:42.027Z] 
09:13:42 [2019-08-28T09:13:42.027Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary
09:13:42 [2019-08-28T09:13:42.447Z] --- PASS: TestHealthCheckWorkdir (1.06s)
09:13:42 [2019-08-28T09:13:42.447Z] === RUN   TestHealthKillContainer
09:13:43 [2019-08-28T09:13:43.236Z] --- PASS: TestDockerNetworkConnectAlias (5.76s)
09:13:43 [2019-08-28T09:13:43.236Z]     network_test.go:20: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDockerNetworkConnectAlias
09:13:43 [2019-08-28T09:13:43.236Z]     daemon.go:336: [d214d9aa6e37a] waiting for daemon to start
09:13:43 [2019-08-28T09:13:43.236Z]     daemon.go:336: [d214d9aa6e37a] waiting for daemon to start
09:13:43 [2019-08-28T09:13:43.236Z]     daemon.go:364: [d214d9aa6e37a] daemon started
09:13:43 [2019-08-28T09:13:43.236Z]     daemon.go:472: [d214d9aa6e37a] Stopping daemon
09:13:43 [2019-08-28T09:13:43.236Z]     daemon.go:307: [d214d9aa6e37a] exiting daemon
09:13:43 [2019-08-28T09:13:43.236Z]     daemon.go:459: [d214d9aa6e37a] Daemon stopped
09:13:43 [2019-08-28T09:13:43.236Z] === RUN   TestDockerNetworkReConnect
09:13:43 [2019-08-28T09:13:43.495Z] PASS: docker_cli_build_test.go:1281: DockerSuite.TestBuildUser	2.247s
09:13:45 [2019-08-28T09:13:45.927Z] --- PASS: TestHealthKillContainer (2.98s)
09:13:45 [2019-08-28T09:13:45.927Z] === RUN   TestInspectCpusetInConfigPre120
09:13:46 [2019-08-28T09:13:46.211Z] --- PASS: TestInspectCpusetInConfigPre120 (0.72s)
09:13:46 [2019-08-28T09:13:46.211Z] === RUN   TestIpcModeNone
09:13:47 [2019-08-28T09:13:47.217Z] --- PASS: TestIpcModeNone (0.84s)
09:13:47 [2019-08-28T09:13:47.217Z] === RUN   TestIpcModePrivate
09:13:47 [2019-08-28T09:13:47.671Z] PASS: docker_cli_build_test.go:555: DockerSuite.TestBuildUsernamespaceValidateRemappedRoot	4.009s
09:13:47 [2019-08-28T09:13:47.671Z] --- PASS: TestDockerNetworkReConnect (4.92s)
09:13:47 [2019-08-28T09:13:47.671Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDockerNetworkReConnect
09:13:47 [2019-08-28T09:13:47.671Z]     daemon.go:336: [d6e2d122dd20b] waiting for daemon to start
09:13:47 [2019-08-28T09:13:47.671Z]     daemon.go:336: [d6e2d122dd20b] waiting for daemon to start
09:13:47 [2019-08-28T09:13:47.671Z]     daemon.go:364: [d6e2d122dd20b] daemon started
09:13:47 [2019-08-28T09:13:47.671Z]     daemon.go:472: [d6e2d122dd20b] Stopping daemon
09:13:47 [2019-08-28T09:13:47.671Z]     daemon.go:307: [d6e2d122dd20b] exiting daemon
09:13:47 [2019-08-28T09:13:47.671Z]     daemon.go:459: [d6e2d122dd20b] Daemon stopped
09:13:47 [2019-08-28T09:13:47.671Z] === RUN   TestServicePlugin
09:13:47 [2019-08-28T09:13:47.834Z] --- PASS: TestIpcModePrivate (0.87s)
09:13:47 [2019-08-28T09:13:47.834Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:54, shared: false, mustBeShared: false
09:13:47 [2019-08-28T09:13:47.834Z] === RUN   TestIpcModeShareable
09:13:48 [2019-08-28T09:13:48.849Z] --- PASS: TestIpcModeShareable (0.91s)
09:13:48 [2019-08-28T09:13:48.849Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:48, shared: true, mustBeShared: true
09:13:48 [2019-08-28T09:13:48.849Z] === RUN   TestAPIIpcModeShareableAndContainer
09:13:51 [2019-08-28T09:13:51.535Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.58s)
09:13:51 [2019-08-28T09:13:51.535Z] === RUN   TestAPIIpcModeHost
09:13:52 [2019-08-28T09:13:52.155Z] --- PASS: TestAPIIpcModeHost (0.73s)
09:13:52 [2019-08-28T09:13:52.155Z] === RUN   TestDaemonIpcModeShareable
09:13:54 [2019-08-28T09:13:54.181Z] --- PASS: TestDaemonIpcModeShareable (1.78s)
09:13:54 [2019-08-28T09:13:54.181Z]     ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable
09:13:54 [2019-08-28T09:13:54.181Z]     daemon.go:336: [deeaa96ce7c66] waiting for daemon to start
09:13:54 [2019-08-28T09:13:54.181Z]     daemon.go:336: [deeaa96ce7c66] waiting for daemon to start
09:13:54 [2019-08-28T09:13:54.181Z]     daemon.go:364: [deeaa96ce7c66] daemon started
09:13:54 [2019-08-28T09:13:54.181Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:56, shared: true, mustBeShared: true
09:13:54 [2019-08-28T09:13:54.181Z]     daemon.go:472: [deeaa96ce7c66] Stopping daemon
09:13:54 [2019-08-28T09:13:54.181Z]     daemon.go:307: [deeaa96ce7c66] exiting daemon
09:13:54 [2019-08-28T09:13:54.181Z]     daemon.go:459: [deeaa96ce7c66] Daemon stopped
09:13:54 [2019-08-28T09:13:54.181Z] === RUN   TestDaemonIpcModePrivate
09:13:54 [2019-08-28T09:13:54.240Z] #33 ...
09:13:54 [2019-08-28T09:13:54.240Z] 
09:13:54 [2019-08-28T09:13:54.240Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse...
09:13:54 [2019-08-28T09:13:54.240Z] #29 30.90 # github.com/docker/docker/contrib/httpserver
09:13:54 [2019-08-28T09:13:54.240Z] #29 30.90 loadinternal: cannot find runtime/cgo
09:13:54 [2019-08-28T09:13:54.240Z] #29 DONE 31.2s
09:13:54 [2019-08-28T09:13:54.240Z] 
09:13:54 [2019-08-28T09:13:54.240Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary
09:13:54 [2019-08-28T09:13:54.240Z] #33 ...
09:13:54 [2019-08-28T09:13:54.240Z] 
09:13:54 [2019-08-28T09:13:54.240Z] #30 [runner 11/12] COPY --from=contrib       /build/ /tests/contrib/
09:13:54 [2019-08-28T09:13:54.240Z] #30 DONE 0.1s
09:13:54 [2019-08-28T09:13:54.240Z] 
09:13:54 [2019-08-28T09:13:54.240Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary
09:13:55 [2019-08-28T09:13:55.663Z] --- PASS: TestDaemonIpcModePrivate (1.80s)
09:13:55 [2019-08-28T09:13:55.663Z]     ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate
09:13:55 [2019-08-28T09:13:55.663Z]     daemon.go:336: [d4f493470e3c7] waiting for daemon to start
09:13:55 [2019-08-28T09:13:55.663Z]     daemon.go:336: [d4f493470e3c7] waiting for daemon to start
09:13:55 [2019-08-28T09:13:55.663Z]     daemon.go:364: [d4f493470e3c7] daemon started
09:13:55 [2019-08-28T09:13:55.663Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:62, shared: false, mustBeShared: false
09:13:55 [2019-08-28T09:13:55.663Z]     daemon.go:472: [d4f493470e3c7] Stopping daemon
09:13:55 [2019-08-28T09:13:55.663Z]     daemon.go:307: [d4f493470e3c7] exiting daemon
09:13:55 [2019-08-28T09:13:55.663Z]     daemon.go:459: [d4f493470e3c7] Daemon stopped
09:13:55 [2019-08-28T09:13:55.663Z] === RUN   TestDaemonIpcModePrivateFromConfig
09:13:57 [2019-08-28T09:13:57.688Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.79s)
09:13:57 [2019-08-28T09:13:57.688Z]     ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig
09:13:57 [2019-08-28T09:13:57.688Z]     daemon.go:336: [d05d81781ace0] waiting for daemon to start
09:13:57 [2019-08-28T09:13:57.688Z]     daemon.go:336: [d05d81781ace0] waiting for daemon to start
09:13:57 [2019-08-28T09:13:57.688Z]     daemon.go:364: [d05d81781ace0] daemon started
09:13:57 [2019-08-28T09:13:57.688Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:62, shared: false, mustBeShared: false
09:13:57 [2019-08-28T09:13:57.688Z]     daemon.go:472: [d05d81781ace0] Stopping daemon
09:13:57 [2019-08-28T09:13:57.688Z]     daemon.go:307: [d05d81781ace0] exiting daemon
09:13:57 [2019-08-28T09:13:57.688Z]     daemon.go:459: [d05d81781ace0] Daemon stopped
09:13:57 [2019-08-28T09:13:57.688Z] === RUN   TestDaemonIpcModeShareableFromConfig
09:13:59 [2019-08-28T09:13:59.725Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.79s)
09:13:59 [2019-08-28T09:13:59.725Z]     ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig
09:13:59 [2019-08-28T09:13:59.725Z]     daemon.go:336: [df66b5ec349e5] waiting for daemon to start
09:13:59 [2019-08-28T09:13:59.725Z]     daemon.go:336: [df66b5ec349e5] waiting for daemon to start
09:13:59 [2019-08-28T09:13:59.725Z]     daemon.go:364: [df66b5ec349e5] daemon started
09:13:59 [2019-08-28T09:13:59.725Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:56, shared: true, mustBeShared: true
09:13:59 [2019-08-28T09:13:59.725Z]     daemon.go:472: [df66b5ec349e5] Stopping daemon
09:13:59 [2019-08-28T09:13:59.725Z]     daemon.go:307: [df66b5ec349e5] exiting daemon
09:13:59 [2019-08-28T09:13:59.725Z]     daemon.go:459: [df66b5ec349e5] Daemon stopped
09:13:59 [2019-08-28T09:13:59.725Z] === RUN   TestIpcModeOlderClient
09:13:59 [2019-08-28T09:13:59.725Z] === PAUSE TestIpcModeOlderClient
09:13:59 [2019-08-28T09:13:59.725Z] === RUN   TestKillContainerInvalidSignal
09:14:00 [2019-08-28T09:14:00.026Z] --- PASS: TestKillContainerInvalidSignal (0.72s)
09:14:00 [2019-08-28T09:14:00.026Z] === RUN   TestKillContainer
09:14:00 [2019-08-28T09:14:00.026Z] === RUN   TestKillContainer/no_signal
09:14:00 [2019-08-28T09:14:00.639Z] === RUN   TestKillContainer/non_killing_signal
09:14:01 [2019-08-28T09:14:01.255Z] === RUN   TestKillContainer/killing_signal
09:14:02 [2019-08-28T09:14:02.266Z] --- PASS: TestKillContainer (2.21s)
09:14:02 [2019-08-28T09:14:02.266Z]     --- PASS: TestKillContainer/no_signal (0.68s)
09:14:02 [2019-08-28T09:14:02.266Z]     --- PASS: TestKillContainer/non_killing_signal (0.49s)
09:14:02 [2019-08-28T09:14:02.266Z]     --- PASS: TestKillContainer/killing_signal (0.72s)
09:14:02 [2019-08-28T09:14:02.266Z] === RUN   TestKillWithStopSignalAndRestartPolicies
09:14:02 [2019-08-28T09:14:02.266Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
09:14:02 [2019-08-28T09:14:02.955Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
09:14:03 [2019-08-28T09:14:03.571Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.38s)
09:14:03 [2019-08-28T09:14:03.571Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.64s)
09:14:03 [2019-08-28T09:14:03.571Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.47s)
09:14:03 [2019-08-28T09:14:03.571Z] === RUN   TestKillStoppedContainer
09:14:03 [2019-08-28T09:14:03.853Z] --- PASS: TestKillStoppedContainer (0.09s)
09:14:03 [2019-08-28T09:14:03.853Z] === RUN   TestKillStoppedContainerAPIPre120
09:14:03 [2019-08-28T09:14:03.853Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s)
09:14:03 [2019-08-28T09:14:03.853Z] === RUN   TestKillDifferentUserContainer
09:14:04 [2019-08-28T09:14:04.470Z] --- PASS: TestKillDifferentUserContainer (0.73s)
09:14:04 [2019-08-28T09:14:04.470Z] === RUN   TestInspectOomKilledTrue
09:14:05 [2019-08-28T09:14:05.730Z] PASS: docker_api_swarm_test.go:491: DockerSwarmSuite.TestAPISwarmManagerRestore	29.006s
09:14:05 [2019-08-28T09:14:05.939Z] --- PASS: TestInspectOomKilledTrue (1.20s)
09:14:05 [2019-08-28T09:14:05.939Z] === RUN   TestInspectOomKilledFalse
09:14:06 [2019-08-28T09:14:06.552Z] --- PASS: TestInspectOomKilledFalse (0.66s)
09:14:06 [2019-08-28T09:14:06.552Z] === RUN   TestLinksEtcHostsContentMatch
09:14:06 [2019-08-28T09:14:06.663Z] PASS: docker_cli_build_test.go:2660: DockerSuite.TestBuildUsersAndGroups	18.948s
09:14:07 [2019-08-28T09:14:07.169Z] --- PASS: TestLinksEtcHostsContentMatch (0.65s)
09:14:07 [2019-08-28T09:14:07.169Z] === RUN   TestLinksContainerNames
09:14:07 [2019-08-28T09:14:07.593Z] PASS: docker_cli_build_test.go:3345: DockerSuite.TestBuildVerboseOut	1.112s
09:14:08 [2019-08-28T09:14:08.157Z] PASS: docker_cli_build_test.go:2282: DockerSuite.TestBuildVerifyIntString	0.307s
09:14:08 [2019-08-28T09:14:08.640Z] --- PASS: TestLinksContainerNames (1.36s)
09:14:08 [2019-08-28T09:14:08.640Z] === RUN   TestLogsFollowTailEmpty
09:14:09 [2019-08-28T09:14:09.255Z] --- PASS: TestLogsFollowTailEmpty (0.74s)
09:14:09 [2019-08-28T09:14:09.255Z] === RUN   TestContainerNetworkMountsNoChown
09:14:09 [2019-08-28T09:14:09.527Z] PASS: docker_cli_build_test.go:3328: DockerSuite.TestBuildVerifySingleQuoteFails	1.204s
09:14:09 [2019-08-28T09:14:09.873Z] --- PASS: TestContainerNetworkMountsNoChown (0.71s)
09:14:09 [2019-08-28T09:14:09.873Z] === RUN   TestMountDaemonRoot
09:14:09 [2019-08-28T09:14:09.873Z] === RUN   TestMountDaemonRoot/default
09:14:09 [2019-08-28T09:14:09.873Z] === PAUSE TestMountDaemonRoot/default
09:14:09 [2019-08-28T09:14:09.873Z] === RUN   TestMountDaemonRoot/private
09:14:09 [2019-08-28T09:14:09.873Z] === PAUSE TestMountDaemonRoot/private
09:14:09 [2019-08-28T09:14:09.873Z] === RUN   TestMountDaemonRoot/rprivate
09:14:09 [2019-08-28T09:14:09.873Z] === PAUSE TestMountDaemonRoot/rprivate
09:14:09 [2019-08-28T09:14:09.873Z] === RUN   TestMountDaemonRoot/slave
09:14:09 [2019-08-28T09:14:09.873Z] === PAUSE TestMountDaemonRoot/slave
09:14:09 [2019-08-28T09:14:09.873Z] === RUN   TestMountDaemonRoot/rslave
09:14:09 [2019-08-28T09:14:09.873Z] === PAUSE TestMountDaemonRoot/rslave
09:14:09 [2019-08-28T09:14:09.873Z] === RUN   TestMountDaemonRoot/shared
09:14:09 [2019-08-28T09:14:09.873Z] === PAUSE TestMountDaemonRoot/shared
09:14:09 [2019-08-28T09:14:09.873Z] === RUN   TestMountDaemonRoot/rshared
09:14:09 [2019-08-28T09:14:09.873Z] === PAUSE TestMountDaemonRoot/rshared
09:14:09 [2019-08-28T09:14:09.873Z] === CONT  TestMountDaemonRoot/default
09:14:09 [2019-08-28T09:14:09.873Z] === CONT  TestMountDaemonRoot/rshared
09:14:09 [2019-08-28T09:14:09.873Z] === CONT  TestMountDaemonRoot/rprivate
09:14:09 [2019-08-28T09:14:09.873Z] === RUN   TestMountDaemonRoot/rshared/bind_root
09:14:09 [2019-08-28T09:14:09.873Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
09:14:09 [2019-08-28T09:14:09.873Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
09:14:09 [2019-08-28T09:14:09.873Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
09:14:09 [2019-08-28T09:14:09.873Z] === RUN   TestMountDaemonRoot/rshared/mount_root
09:14:09 [2019-08-28T09:14:09.873Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
09:14:09 [2019-08-28T09:14:09.873Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
09:14:09 [2019-08-28T09:14:09.873Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
09:14:09 [2019-08-28T09:14:09.873Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
09:14:09 [2019-08-28T09:14:09.873Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
09:14:09 [2019-08-28T09:14:09.873Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
09:14:09 [2019-08-28T09:14:09.873Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
09:14:09 [2019-08-28T09:14:09.873Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
09:14:09 [2019-08-28T09:14:09.873Z] === CONT  TestMountDaemonRoot/rslave
09:14:09 [2019-08-28T09:14:09.873Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
09:14:09 [2019-08-28T09:14:09.873Z] === CONT  TestMountDaemonRoot/slave
09:14:09 [2019-08-28T09:14:09.873Z] === RUN   TestMountDaemonRoot/slave/bind_root
09:14:09 [2019-08-28T09:14:09.873Z] === RUN   TestMountDaemonRoot/rslave/mount_root
09:14:09 [2019-08-28T09:14:09.873Z] === PAUSE TestMountDaemonRoot/slave/bind_root
09:14:09 [2019-08-28T09:14:09.873Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
09:14:09 [2019-08-28T09:14:09.873Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
09:14:09 [2019-08-28T09:14:09.873Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
09:14:09 [2019-08-28T09:14:09.873Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
09:14:09 [2019-08-28T09:14:09.873Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
09:14:09 [2019-08-28T09:14:09.873Z] === RUN   TestMountDaemonRoot/slave/mount_root
09:14:09 [2019-08-28T09:14:09.873Z] === RUN   TestMountDaemonRoot/rslave/bind_root
09:14:09 [2019-08-28T09:14:09.873Z] === PAUSE TestMountDaemonRoot/slave/mount_root
09:14:09 [2019-08-28T09:14:09.873Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
09:14:09 [2019-08-28T09:14:09.873Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
09:14:09 [2019-08-28T09:14:09.873Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
09:14:09 [2019-08-28T09:14:09.873Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
09:14:09 [2019-08-28T09:14:09.873Z] === CONT  TestMountDaemonRoot/private
09:14:09 [2019-08-28T09:14:09.873Z] === CONT  TestMountDaemonRoot/shared
09:14:09 [2019-08-28T09:14:09.873Z] === RUN   TestMountDaemonRoot/private/bind_root
09:14:09 [2019-08-28T09:14:09.873Z] === PAUSE TestMountDaemonRoot/private/bind_root
09:14:09 [2019-08-28T09:14:09.873Z] === RUN   TestMountDaemonRoot/private/bind_subpath
09:14:09 [2019-08-28T09:14:09.873Z] === RUN   TestMountDaemonRoot/shared/bind_root
09:14:09 [2019-08-28T09:14:09.873Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
09:14:09 [2019-08-28T09:14:09.873Z] === PAUSE TestMountDaemonRoot/shared/bind_root
09:14:09 [2019-08-28T09:14:09.873Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
09:14:09 [2019-08-28T09:14:09.873Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
09:14:09 [2019-08-28T09:14:09.873Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
09:14:09 [2019-08-28T09:14:09.873Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
09:14:09 [2019-08-28T09:14:09.873Z] === RUN   TestMountDaemonRoot/private/mount_root
09:14:09 [2019-08-28T09:14:09.873Z] === PAUSE TestMountDaemonRoot/private/mount_root
09:14:09 [2019-08-28T09:14:09.873Z] === RUN   TestMountDaemonRoot/private/mount_subpath
09:14:09 [2019-08-28T09:14:09.873Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
09:14:09 [2019-08-28T09:14:09.873Z] === CONT  TestMountDaemonRoot/rshared/bind_root
09:14:09 [2019-08-28T09:14:09.873Z] === CONT  TestMountDaemonRoot/rshared/mount_root
09:14:09 [2019-08-28T09:14:09.873Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
09:14:09 [2019-08-28T09:14:09.873Z] === RUN   TestMountDaemonRoot/shared/mount_root
09:14:09 [2019-08-28T09:14:09.873Z] === PAUSE TestMountDaemonRoot/shared/mount_root
09:14:09 [2019-08-28T09:14:09.873Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
09:14:09 [2019-08-28T09:14:09.873Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
09:14:09 [2019-08-28T09:14:09.873Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
09:14:09 [2019-08-28T09:14:09.873Z] === RUN   TestMountDaemonRoot/default/bind_root
09:14:09 [2019-08-28T09:14:09.873Z] === PAUSE TestMountDaemonRoot/default/bind_root
09:14:09 [2019-08-28T09:14:09.873Z] === RUN   TestMountDaemonRoot/default/bind_subpath
09:14:09 [2019-08-28T09:14:09.873Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
09:14:09 [2019-08-28T09:14:09.873Z] === RUN   TestMountDaemonRoot/default/mount_root
09:14:09 [2019-08-28T09:14:09.873Z] === PAUSE TestMountDaemonRoot/default/mount_root
09:14:09 [2019-08-28T09:14:09.873Z] === RUN   TestMountDaemonRoot/default/mount_subpath
09:14:09 [2019-08-28T09:14:09.873Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
09:14:09 [2019-08-28T09:14:09.873Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
09:14:09 [2019-08-28T09:14:09.873Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
09:14:09 [2019-08-28T09:14:09.873Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
09:14:09 [2019-08-28T09:14:09.873Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
09:14:09 [2019-08-28T09:14:09.873Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
09:14:10 [2019-08-28T09:14:10.157Z] === CONT  TestMountDaemonRoot/slave/bind_root
09:14:10 [2019-08-28T09:14:10.157Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
09:14:10 [2019-08-28T09:14:10.157Z] === CONT  TestMountDaemonRoot/slave/mount_root
09:14:10 [2019-08-28T09:14:10.157Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
09:14:10 [2019-08-28T09:14:10.157Z] === CONT  TestMountDaemonRoot/rslave/mount_root
09:14:10 [2019-08-28T09:14:10.157Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
09:14:10 [2019-08-28T09:14:10.157Z] === CONT  TestMountDaemonRoot/rslave/bind_root
09:14:10 [2019-08-28T09:14:10.157Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
09:14:10 [2019-08-28T09:14:10.157Z] === CONT  TestMountDaemonRoot/private/bind_root
09:14:10 [2019-08-28T09:14:10.157Z] === CONT  TestMountDaemonRoot/private/mount_subpath
09:14:10 [2019-08-28T09:14:10.157Z] === CONT  TestMountDaemonRoot/private/mount_root
09:14:10 [2019-08-28T09:14:10.157Z] === CONT  TestMountDaemonRoot/private/bind_subpath
09:14:10 [2019-08-28T09:14:10.157Z] === CONT  TestMountDaemonRoot/shared/mount_root
09:14:10 [2019-08-28T09:14:10.157Z] === CONT  TestMountDaemonRoot/shared/bind_root
09:14:10 [2019-08-28T09:14:10.157Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
09:14:10 [2019-08-28T09:14:10.157Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
09:14:10 [2019-08-28T09:14:10.157Z] === CONT  TestMountDaemonRoot/default/bind_root
09:14:10 [2019-08-28T09:14:10.157Z] === CONT  TestMountDaemonRoot/default/mount_root
09:14:10 [2019-08-28T09:14:10.157Z] === CONT  TestMountDaemonRoot/default/mount_subpath
09:14:10 [2019-08-28T09:14:10.157Z] === CONT  TestMountDaemonRoot/default/bind_subpath
09:14:10 [2019-08-28T09:14:10.157Z] --- PASS: TestMountDaemonRoot (0.05s)
09:14:10 [2019-08-28T09:14:10.157Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
09:14:10 [2019-08-28T09:14:10.157Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s)
09:14:10 [2019-08-28T09:14:10.157Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s)
09:14:10 [2019-08-28T09:14:10.157Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s)
09:14:10 [2019-08-28T09:14:10.157Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s)
09:14:10 [2019-08-28T09:14:10.157Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
09:14:10 [2019-08-28T09:14:10.157Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
09:14:10 [2019-08-28T09:14:10.157Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
09:14:10 [2019-08-28T09:14:10.157Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
09:14:10 [2019-08-28T09:14:10.157Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s)
09:14:10 [2019-08-28T09:14:10.157Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
09:14:10 [2019-08-28T09:14:10.157Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
09:14:10 [2019-08-28T09:14:10.157Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s)
09:14:10 [2019-08-28T09:14:10.157Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s)
09:14:10 [2019-08-28T09:14:10.157Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s)
09:14:10 [2019-08-28T09:14:10.157Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
09:14:10 [2019-08-28T09:14:10.157Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
09:14:10 [2019-08-28T09:14:10.157Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s)
09:14:10 [2019-08-28T09:14:10.157Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
09:14:10 [2019-08-28T09:14:10.157Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s)
09:14:10 [2019-08-28T09:14:10.157Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
09:14:10 [2019-08-28T09:14:10.157Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
09:14:10 [2019-08-28T09:14:10.157Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
09:14:10 [2019-08-28T09:14:10.157Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
09:14:10 [2019-08-28T09:14:10.157Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s)
09:14:10 [2019-08-28T09:14:10.157Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
09:14:10 [2019-08-28T09:14:10.157Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s)
09:14:10 [2019-08-28T09:14:10.157Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s)
09:14:10 [2019-08-28T09:14:10.157Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s)
09:14:10 [2019-08-28T09:14:10.157Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s)
09:14:10 [2019-08-28T09:14:10.157Z]     --- PASS: TestMountDaemonRoot/default (0.01s)
09:14:10 [2019-08-28T09:14:10.157Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.06s)
09:14:10 [2019-08-28T09:14:10.157Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.07s)
09:14:10 [2019-08-28T09:14:10.157Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
09:14:10 [2019-08-28T09:14:10.157Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s)
09:14:10 [2019-08-28T09:14:10.157Z] === RUN   TestContainerBindMountNonRecursive
09:14:10 [2019-08-28T09:14:10.898Z] PASS: docker_cli_build_test.go:3879: DockerSuite.TestBuildVolumeFileExistsinContainer	1.415s
09:14:12 [2019-08-28T09:14:12.193Z] --- PASS: TestContainerBindMountNonRecursive (1.83s)
09:14:12 [2019-08-28T09:14:12.193Z] === RUN   TestNetworkNat
09:14:12 [2019-08-28T09:14:12.269Z] PASS: docker_cli_build_test.go:3672: DockerSuite.TestBuildVolumesRetainContents	1.628s
09:14:12 [2019-08-28T09:14:12.269Z] SKIP: docker_cli_build_test.go:1348: DockerSuite.TestBuildWindowsAddCopyPathProcessing (unmatched requirement DaemonIsWindows)
09:14:12 [2019-08-28T09:14:12.269Z] SKIP: docker_cli_build_test.go:6058: DockerSuite.TestBuildWindowsEnvCaseInsensitive (unmatched requirement DaemonIsWindows)
09:14:12 [2019-08-28T09:14:12.269Z] SKIP: docker_cli_build_test.go:6028: DockerSuite.TestBuildWindowsUser (unmatched requirement DaemonIsWindows)
09:14:12 [2019-08-28T09:14:12.269Z] SKIP: docker_cli_build_test.go:1337: DockerSuite.TestBuildWindowsWorkdirProcessing (unmatched requirement DaemonIsWindows)
09:14:12 [2019-08-28T09:14:12.808Z] --- PASS: TestNetworkNat (0.78s)
09:14:12 [2019-08-28T09:14:12.809Z] === RUN   TestNetworkLocalhostTCPNat
09:14:13 [2019-08-28T09:14:13.813Z] --- PASS: TestNetworkLocalhostTCPNat (0.74s)
09:14:13 [2019-08-28T09:14:13.813Z] === RUN   TestNetworkLoopbackNat
09:14:14 [2019-08-28T09:14:14.793Z] PASS: docker_cli_build_test.go:5578: DockerSuite.TestBuildWithExtraHost	2.268s
09:14:14 [2019-08-28T09:14:14.793Z] PASS: docker_cli_build_test.go:5594: DockerSuite.TestBuildWithExtraHostInvalidFormat	0.089s
09:14:14 [2019-08-28T09:14:14.822Z] --- PASS: TestNetworkLoopbackNat (0.99s)
09:14:14 [2019-08-28T09:14:14.823Z] === RUN   TestPause
09:14:15 [2019-08-28T09:14:15.437Z] --- PASS: TestPause (0.79s)
09:14:15 [2019-08-28T09:14:15.437Z] === RUN   TestPauseFailsOnWindowsServerContainers
09:14:15 [2019-08-28T09:14:15.437Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
09:14:15 [2019-08-28T09:14:15.437Z]     pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
09:14:15 [2019-08-28T09:14:15.438Z] === RUN   TestPauseStopPausedContainer
09:14:16 [2019-08-28T09:14:16.054Z] --- PASS: TestPauseStopPausedContainer (0.77s)
09:14:16 [2019-08-28T09:14:16.054Z] === RUN   TestPsFilter
09:14:16 [2019-08-28T09:14:16.215Z] PASS: docker_cli_build_test.go:5392: DockerSuite.TestBuildWithFailure	1.170s
09:14:16 [2019-08-28T09:14:16.336Z] --- PASS: TestPsFilter (0.19s)
09:14:16 [2019-08-28T09:14:16.336Z] === RUN   TestRemoveContainerWithRemovedVolume
09:14:16 [2019-08-28T09:14:16.472Z] PASS: docker_cli_build_test.go:1050: DockerSuite.TestBuildWithInaccessibleFilesInContext	0.631s
09:14:16 [2019-08-28T09:14:16.950Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.68s)
09:14:16 [2019-08-28T09:14:16.950Z] === RUN   TestRemoveContainerWithVolume
09:14:17 [2019-08-28T09:14:17.842Z] PASS: docker_cli_build_test.go:3359: DockerSuite.TestBuildWithTabs	0.995s
09:14:17 [2019-08-28T09:14:17.842Z] PASS: docker_cli_build_test.go:5185: DockerSuite.TestBuildWithUTF8BOM	0.096s
09:14:17 [2019-08-28T09:14:17.955Z] --- PASS: TestRemoveContainerWithVolume (0.68s)
09:14:17 [2019-08-28T09:14:17.955Z] === RUN   TestRemoveContainerRunning
09:14:18 [2019-08-28T09:14:18.571Z] --- PASS: TestRemoveContainerRunning (0.72s)
09:14:18 [2019-08-28T09:14:18.571Z] === RUN   TestRemoveContainerForceRemoveRunning
09:14:19 [2019-08-28T09:14:19.186Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.71s)
09:14:19 [2019-08-28T09:14:19.186Z] === RUN   TestRemoveInvalidContainer
09:14:19 [2019-08-28T09:14:19.186Z] --- PASS: TestRemoveInvalidContainer (0.03s)
09:14:19 [2019-08-28T09:14:19.186Z] === RUN   TestRenameLinkedContainer
09:14:21 [2019-08-28T09:14:21.116Z] PASS: docker_cli_build_test.go:5195: DockerSuite.TestBuildWithUTF8BOMDockerignore	3.021s
09:14:21 [2019-08-28T09:14:21.116Z] PASS: docker_api_swarm_node_test.go:75: DockerSwarmSuite.TestAPISwarmNodeDrainPause	11.002s
09:14:22 [2019-08-28T09:14:22.642Z] --- PASS: TestRenameLinkedContainer (2.84s)
09:14:22 [2019-08-28T09:14:22.642Z] === RUN   TestRenameStoppedContainer
09:14:22 [2019-08-28T09:14:22.642Z] --- PASS: TestRenameStoppedContainer (0.69s)
09:14:22 [2019-08-28T09:14:22.642Z] === RUN   TestRenameRunningContainerAndReuse
09:14:23 [2019-08-28T09:14:23.013Z] PASS: docker_cli_build_test.go:2151: DockerSuite.TestBuildWithVolumeOwnership	2.131s
09:14:23 [2019-08-28T09:14:23.013Z] --- PASS: TestServicePlugin (35.33s)
09:14:23 [2019-08-28T09:14:23.013Z]     plugin_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServicePlugin
09:14:23 [2019-08-28T09:14:23.013Z]     daemon.go:336: [d98241708f87e] waiting for daemon to start
09:14:23 [2019-08-28T09:14:23.013Z]     daemon.go:336: [d98241708f87e] waiting for daemon to start
09:14:23 [2019-08-28T09:14:23.013Z]     daemon.go:364: [d98241708f87e] daemon started
09:14:23 [2019-08-28T09:14:23.013Z]     daemon.go:472: [d98241708f87e] Stopping daemon
09:14:23 [2019-08-28T09:14:23.013Z]     daemon.go:307: [d98241708f87e] exiting daemon
09:14:23 [2019-08-28T09:14:23.013Z]     daemon.go:459: [d98241708f87e] Daemon stopped
09:14:23 [2019-08-28T09:14:23.013Z]     plugin_test.go:59: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServicePlugin
09:14:23 [2019-08-28T09:14:23.013Z]     daemon.go:336: [ded96d6a0ef9a] waiting for daemon to start
09:14:23 [2019-08-28T09:14:23.013Z]     daemon.go:336: [ded96d6a0ef9a] waiting for daemon to start
09:14:23 [2019-08-28T09:14:23.013Z]     daemon.go:364: [ded96d6a0ef9a] daemon started
09:14:23 [2019-08-28T09:14:23.013Z]     plugin_test.go:61: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServicePlugin
09:14:23 [2019-08-28T09:14:23.013Z]     daemon.go:336: [d3654b5356241] waiting for daemon to start
09:14:23 [2019-08-28T09:14:23.013Z]     daemon.go:336: [d3654b5356241] waiting for daemon to start
09:14:23 [2019-08-28T09:14:23.013Z]     daemon.go:364: [d3654b5356241] daemon started
09:14:23 [2019-08-28T09:14:23.013Z]     plugin_test.go:62: [d3654b5356241] joining swarm manager [ded96d6a0ef9a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
09:14:23 [2019-08-28T09:14:23.013Z]     plugin_test.go:64: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServicePlugin
09:14:23 [2019-08-28T09:14:23.013Z]     daemon.go:336: [d46b59f8634a6] waiting for daemon to start
09:14:23 [2019-08-28T09:14:23.013Z]     daemon.go:336: [d46b59f8634a6] waiting for daemon to start
09:14:23 [2019-08-28T09:14:23.013Z]     daemon.go:364: [d46b59f8634a6] daemon started
09:14:23 [2019-08-28T09:14:23.013Z]     plugin_test.go:65: [d46b59f8634a6] joining swarm manager [ded96d6a0ef9a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
09:14:23 [2019-08-28T09:14:23.013Z]     daemon.go:472: [d46b59f8634a6] Stopping daemon
09:14:23 [2019-08-28T09:14:23.013Z]     daemon.go:307: [d46b59f8634a6] exiting daemon
09:14:23 [2019-08-28T09:14:23.013Z]     daemon.go:459: [d46b59f8634a6] Daemon stopped
09:14:23 [2019-08-28T09:14:23.013Z]     daemon.go:472: [d3654b5356241] Stopping daemon
09:14:23 [2019-08-28T09:14:23.013Z]     daemon.go:307: [d3654b5356241] exiting daemon
09:14:23 [2019-08-28T09:14:23.013Z]     daemon.go:459: [d3654b5356241] Daemon stopped
09:14:23 [2019-08-28T09:14:23.013Z]     daemon.go:472: [ded96d6a0ef9a] Stopping daemon
09:14:23 [2019-08-28T09:14:23.013Z]     daemon.go:307: [ded96d6a0ef9a] exiting daemon
09:14:23 [2019-08-28T09:14:23.013Z]     daemon.go:459: [ded96d6a0ef9a] Daemon stopped
09:14:23 [2019-08-28T09:14:23.013Z] === RUN   TestServiceUpdateLabel
09:14:24 [2019-08-28T09:14:24.145Z] --- PASS: TestRenameRunningContainerAndReuse (1.46s)
09:14:24 [2019-08-28T09:14:24.145Z] === RUN   TestRenameInvalidName
09:14:24 [2019-08-28T09:14:24.387Z] PASS: docker_cli_build_test.go:1233: DockerSuite.TestBuildWithVolumes	1.515s
09:14:24 [2019-08-28T09:14:24.761Z] --- PASS: TestRenameInvalidName (0.71s)
09:14:24 [2019-08-28T09:14:24.761Z] === RUN   TestRenameAnonymousContainer
09:14:24 [2019-08-28T09:14:24.952Z] PASS: docker_cli_build_test.go:6093: DockerSuite.TestBuildWorkdirCmd	0.637s
09:14:25 [2019-08-28T09:14:25.210Z] --- PASS: TestServiceUpdateLabel (2.02s)
09:14:25 [2019-08-28T09:14:25.210Z]     update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceUpdateLabel
09:14:25 [2019-08-28T09:14:25.210Z]     daemon.go:336: [df4c3678848d1] waiting for daemon to start
09:14:25 [2019-08-28T09:14:25.210Z]     daemon.go:336: [df4c3678848d1] waiting for daemon to start
09:14:25 [2019-08-28T09:14:25.210Z]     daemon.go:364: [df4c3678848d1] daemon started
09:14:25 [2019-08-28T09:14:25.210Z]     daemon.go:472: [df4c3678848d1] Stopping daemon
09:14:25 [2019-08-28T09:14:25.210Z]     daemon.go:307: [df4c3678848d1] exiting daemon
09:14:25 [2019-08-28T09:14:25.210Z]     daemon.go:459: [df4c3678848d1] Daemon stopped
09:14:25 [2019-08-28T09:14:25.210Z] === RUN   TestServiceUpdateSecrets
09:14:25 [2019-08-28T09:14:25.774Z] PASS: docker_cli_build_test.go:6072: DockerSuite.TestBuildWorkdirImageCmd	0.670s
09:14:25 [2019-08-28T09:14:25.774Z] SKIP: docker_cli_build_test.go:4913: DockerSuite.TestBuildWorkdirWindowsPath (unmatched requirement DaemonIsWindows)
09:14:26 [2019-08-28T09:14:26.706Z] PASS: docker_cli_build_test.go:1381: DockerSuite.TestBuildWorkdirWithEnvVariables	1.004s
09:14:27 [2019-08-28T09:14:27.439Z] --- PASS: TestRenameAnonymousContainer (2.50s)
09:14:27 [2019-08-28T09:14:27.439Z] === RUN   TestRenameContainerWithSameName
09:14:28 [2019-08-28T09:14:28.053Z] --- PASS: TestRenameContainerWithSameName (0.69s)
09:14:28 [2019-08-28T09:14:28.053Z] === RUN   TestRenameContainerWithLinkedContainer
09:14:29 [2019-08-28T09:14:29.229Z] PASS: docker_cli_build_test.go:3654: DockerSuite.TestBuildXZHost	2.306s
09:14:29 [2019-08-28T09:14:29.229Z] PASS: docker_cli_proxy_test.go:12: DockerSuite.TestCLIProxyDisableProxyUnixSock	0.022s
09:14:29 [2019-08-28T09:14:29.229Z] SKIP: docker_cli_sni_test.go:17: DockerSuite.TestClientSetsTLSServerName (Flakey test)
09:14:29 [2019-08-28T09:14:29.554Z] --- PASS: TestRenameContainerWithLinkedContainer (1.41s)
09:14:29 [2019-08-28T09:14:29.554Z] === RUN   TestResize
09:14:29 [2019-08-28T09:14:29.861Z] PASS: docker_cli_run_test.go:3689: DockerSuite.TestCmdCannotBeInvoked	0.746s
09:14:30 [2019-08-28T09:14:30.169Z] --- PASS: TestResize (0.71s)
09:14:30 [2019-08-28T09:14:30.169Z] === RUN   TestResizeWithInvalidSize
09:14:30 [2019-08-28T09:14:30.784Z] --- PASS: TestResizeWithInvalidSize (0.72s)
09:14:30 [2019-08-28T09:14:30.784Z] === RUN   TestResizeWhenContainerNotStarted
09:14:31 [2019-08-28T09:14:31.258Z] PASS: docker_cli_commit_test.go:12: DockerSuite.TestCommitAfterContainerIsDone	1.225s
09:14:31 [2019-08-28T09:14:31.794Z] --- PASS: TestResizeWhenContainerNotStarted (0.66s)
09:14:31 [2019-08-28T09:14:31.794Z] === RUN   TestDaemonRestartKillContainers
09:14:31 [2019-08-28T09:14:31.794Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
09:14:31 [2019-08-28T09:14:31.794Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
09:14:31 [2019-08-28T09:14:31.794Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
09:14:31 [2019-08-28T09:14:31.794Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
09:14:31 [2019-08-28T09:14:31.794Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
09:14:31 [2019-08-28T09:14:31.794Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
09:14:31 [2019-08-28T09:14:31.794Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
09:14:31 [2019-08-28T09:14:31.794Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
09:14:31 [2019-08-28T09:14:31.794Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
09:14:31 [2019-08-28T09:14:31.794Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
09:14:31 [2019-08-28T09:14:31.794Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
09:14:31 [2019-08-28T09:14:31.794Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
09:14:31 [2019-08-28T09:14:31.794Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
09:14:31 [2019-08-28T09:14:31.794Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
09:14:31 [2019-08-28T09:14:31.794Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
09:14:31 [2019-08-28T09:14:31.794Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
09:14:31 [2019-08-28T09:14:31.794Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
09:14:31 [2019-08-28T09:14:31.794Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
09:14:31 [2019-08-28T09:14:31.794Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
09:14:31 [2019-08-28T09:14:31.794Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
09:14:31 [2019-08-28T09:14:31.794Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
09:14:31 [2019-08-28T09:14:31.794Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
09:14:31 [2019-08-28T09:14:31.794Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
09:14:31 [2019-08-28T09:14:31.794Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
09:14:31 [2019-08-28T09:14:31.794Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
09:14:31 [2019-08-28T09:14:31.794Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
09:14:31 [2019-08-28T09:14:31.794Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
09:14:31 [2019-08-28T09:14:31.794Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
09:14:32 [2019-08-28T09:14:32.187Z] PASS: docker_cli_commit_test.go:106: DockerSuite.TestCommitChange	1.077s
09:14:33 [2019-08-28T09:14:33.117Z] PASS: docker_cli_commit_test.go:156: DockerSuite.TestCommitChangeLabels	0.987s
09:14:33 [2019-08-28T09:14:33.838Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
09:14:34 [2019-08-28T09:14:34.860Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
09:14:35 [2019-08-28T09:14:35.145Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
09:14:35 [2019-08-28T09:14:35.145Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
09:14:35 [2019-08-28T09:14:35.639Z] PASS: docker_cli_commit_test.go:67: DockerSuite.TestCommitHardlink	1.926s
09:14:37 [2019-08-28T09:14:37.007Z] PASS: docker_cli_commit_test.go:56: DockerSuite.TestCommitNewFile	1.783s
09:14:37 [2019-08-28T09:14:37.184Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
09:14:37 [2019-08-28T09:14:37.184Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
09:14:37 [2019-08-28T09:14:37.184Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
09:14:37 [2019-08-28T09:14:37.184Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
09:14:37 [2019-08-28T09:14:37.937Z] PASS: docker_cli_commit_test.go:42: DockerSuite.TestCommitPausedContainer	0.760s
09:14:39 [2019-08-28T09:14:39.830Z] PASS: docker_cli_commit_test.go:87: DockerSuite.TestCommitTTY	1.793s
09:14:40 [2019-08-28T09:14:40.087Z] --- PASS: TestServiceUpdateSecrets (15.08s)
09:14:40 [2019-08-28T09:14:40.087Z]     update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceUpdateSecrets
09:14:40 [2019-08-28T09:14:40.087Z]     daemon.go:336: [dbb2e0c86b0fa] waiting for daemon to start
09:14:40 [2019-08-28T09:14:40.087Z]     daemon.go:336: [dbb2e0c86b0fa] waiting for daemon to start
09:14:40 [2019-08-28T09:14:40.087Z]     daemon.go:364: [dbb2e0c86b0fa] daemon started
09:14:40 [2019-08-28T09:14:40.087Z]     daemon.go:472: [dbb2e0c86b0fa] Stopping daemon
09:14:40 [2019-08-28T09:14:40.087Z]     daemon.go:307: [dbb2e0c86b0fa] exiting daemon
09:14:40 [2019-08-28T09:14:40.087Z]     daemon.go:459: [dbb2e0c86b0fa] Daemon stopped
09:14:40 [2019-08-28T09:14:40.087Z] === RUN   TestServiceUpdateConfigs
09:14:40 [2019-08-28T09:14:40.652Z] PASS: docker_cli_images_test.go:105: DockerSuite.TestCommitWithFilterLabel	0.897s
09:14:41 [2019-08-28T09:14:41.596Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
09:14:41 [2019-08-28T09:14:41.597Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (2.21s)
09:14:41 [2019-08-28T09:14:41.597Z]         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
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [df68fe30846d1] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [df68fe30846d1] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:364: [df68fe30846d1] daemon started
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:472: [df68fe30846d1] Stopping daemon
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:307: [df68fe30846d1] exiting daemon
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:459: [df68fe30846d1] Daemon stopped
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [df68fe30846d1] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [df68fe30846d1] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:364: [df68fe30846d1] daemon started
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:472: [df68fe30846d1] Stopping daemon
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:307: [df68fe30846d1] exiting daemon
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:459: [df68fe30846d1] Daemon stopped
09:14:41 [2019-08-28T09:14:41.597Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.29s)
09:14:41 [2019-08-28T09:14:41.597Z]         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
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [d1f2f03282e16] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [d1f2f03282e16] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:364: [d1f2f03282e16] daemon started
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:307: [d1f2f03282e16] exiting daemon
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [d1f2f03282e16] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [d1f2f03282e16] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:364: [d1f2f03282e16] daemon started
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:472: [d1f2f03282e16] Stopping daemon
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:307: [d1f2f03282e16] exiting daemon
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:459: [d1f2f03282e16] Daemon stopped
09:14:41 [2019-08-28T09:14:41.597Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.56s)
09:14:41 [2019-08-28T09:14:41.597Z]         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
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [d068c7a867c0a] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [d068c7a867c0a] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:364: [d068c7a867c0a] daemon started
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:307: [d068c7a867c0a] exiting daemon
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [d068c7a867c0a] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [d068c7a867c0a] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:364: [d068c7a867c0a] daemon started
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:472: [d068c7a867c0a] Stopping daemon
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:307: [d068c7a867c0a] exiting daemon
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:459: [d068c7a867c0a] Daemon stopped
09:14:41 [2019-08-28T09:14:41.597Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.59s)
09:14:41 [2019-08-28T09:14:41.597Z]         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
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [d8042ae919348] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [d8042ae919348] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:364: [d8042ae919348] daemon started
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:472: [d8042ae919348] Stopping daemon
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:307: [d8042ae919348] exiting daemon
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:459: [d8042ae919348] Daemon stopped
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [d8042ae919348] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [d8042ae919348] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:364: [d8042ae919348] daemon started
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:472: [d8042ae919348] Stopping daemon
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:307: [d8042ae919348] exiting daemon
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:459: [d8042ae919348] Daemon stopped
09:14:41 [2019-08-28T09:14:41.597Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (2.01s)
09:14:41 [2019-08-28T09:14:41.597Z]         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
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [ded13b3428939] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [ded13b3428939] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:364: [ded13b3428939] daemon started
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:307: [ded13b3428939] exiting daemon
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [ded13b3428939] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [ded13b3428939] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:364: [ded13b3428939] daemon started
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:472: [ded13b3428939] Stopping daemon
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:307: [ded13b3428939] exiting daemon
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:459: [ded13b3428939] Daemon stopped
09:14:41 [2019-08-28T09:14:41.597Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (3.28s)
09:14:41 [2019-08-28T09:14:41.597Z]         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
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [d0e68b09f138b] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [d0e68b09f138b] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:364: [d0e68b09f138b] daemon started
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:472: [d0e68b09f138b] Stopping daemon
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:307: [d0e68b09f138b] exiting daemon
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:459: [d0e68b09f138b] Daemon stopped
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [d0e68b09f138b] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [d0e68b09f138b] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:364: [d0e68b09f138b] daemon started
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:472: [d0e68b09f138b] Stopping daemon
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:307: [d0e68b09f138b] exiting daemon
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:459: [d0e68b09f138b] Daemon stopped
09:14:41 [2019-08-28T09:14:41.597Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (2.06s)
09:14:41 [2019-08-28T09:14:41.597Z]         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
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [d629f2f7d44ff] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [d629f2f7d44ff] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:364: [d629f2f7d44ff] daemon started
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [d629f2f7d44ff] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:307: [d629f2f7d44ff] exiting daemon
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [d629f2f7d44ff] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:364: [d629f2f7d44ff] daemon started
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:472: [d629f2f7d44ff] Stopping daemon
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:307: [d629f2f7d44ff] exiting daemon
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:459: [d629f2f7d44ff] Daemon stopped
09:14:41 [2019-08-28T09:14:41.597Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (2.10s)
09:14:41 [2019-08-28T09:14:41.597Z]         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
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [db2a1bec5826f] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [db2a1bec5826f] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:364: [db2a1bec5826f] daemon started
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:472: [db2a1bec5826f] Stopping daemon
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:307: [db2a1bec5826f] exiting daemon
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:459: [db2a1bec5826f] Daemon stopped
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [db2a1bec5826f] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [db2a1bec5826f] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:364: [db2a1bec5826f] daemon started
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:472: [db2a1bec5826f] Stopping daemon
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:307: [db2a1bec5826f] exiting daemon
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:459: [db2a1bec5826f] Daemon stopped
09:14:41 [2019-08-28T09:14:41.597Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.32s)
09:14:41 [2019-08-28T09:14:41.597Z]         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
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [da54276e27bd8] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [da54276e27bd8] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:364: [da54276e27bd8] daemon started
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:307: [da54276e27bd8] exiting daemon
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [da54276e27bd8] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [da54276e27bd8] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:364: [da54276e27bd8] daemon started
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:472: [da54276e27bd8] Stopping daemon
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:307: [da54276e27bd8] exiting daemon
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:459: [da54276e27bd8] Daemon stopped
09:14:41 [2019-08-28T09:14:41.597Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.28s)
09:14:41 [2019-08-28T09:14:41.597Z]         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
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [d5aa69ea8f659] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [d5aa69ea8f659] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:364: [d5aa69ea8f659] daemon started
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:472: [d5aa69ea8f659] Stopping daemon
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:307: [d5aa69ea8f659] exiting daemon
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:459: [d5aa69ea8f659] Daemon stopped
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [d5aa69ea8f659] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [d5aa69ea8f659] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:364: [d5aa69ea8f659] daemon started
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:472: [d5aa69ea8f659] Stopping daemon
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:307: [d5aa69ea8f659] exiting daemon
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:459: [d5aa69ea8f659] Daemon stopped
09:14:41 [2019-08-28T09:14:41.597Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.97s)
09:14:41 [2019-08-28T09:14:41.597Z]         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
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [dd1768c2d097c] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [dd1768c2d097c] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:364: [dd1768c2d097c] daemon started
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:472: [dd1768c2d097c] Stopping daemon
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:307: [dd1768c2d097c] exiting daemon
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:459: [dd1768c2d097c] Daemon stopped
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [dd1768c2d097c] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [dd1768c2d097c] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:364: [dd1768c2d097c] daemon started
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:472: [dd1768c2d097c] Stopping daemon
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:307: [dd1768c2d097c] exiting daemon
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:459: [dd1768c2d097c] Daemon stopped
09:14:41 [2019-08-28T09:14:41.597Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.08s)
09:14:41 [2019-08-28T09:14:41.597Z]         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
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [d9b2718be66d5] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [d9b2718be66d5] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:364: [d9b2718be66d5] daemon started
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:307: [d9b2718be66d5] exiting daemon
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [d9b2718be66d5] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:336: [d9b2718be66d5] waiting for daemon to start
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:364: [d9b2718be66d5] daemon started
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:472: [d9b2718be66d5] Stopping daemon
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:307: [d9b2718be66d5] exiting daemon
09:14:41 [2019-08-28T09:14:41.597Z]         daemon.go:459: [d9b2718be66d5] Daemon stopped
09:14:41 [2019-08-28T09:14:41.597Z] === RUN   TestCgroupNamespacesRun
09:14:42 [2019-08-28T09:14:42.547Z] PASS: docker_cli_commit_test.go:96: DockerSuite.TestCommitWithHostBindMount	1.791s
09:14:43 [2019-08-28T09:14:43.070Z] --- PASS: TestCgroupNamespacesRun (1.75s)
09:14:43 [2019-08-28T09:14:43.070Z]     run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun
09:14:43 [2019-08-28T09:14:43.070Z]     daemon.go:336: [d41fd608a63c7] waiting for daemon to start
09:14:43 [2019-08-28T09:14:43.070Z]     daemon.go:336: [d41fd608a63c7] waiting for daemon to start
09:14:43 [2019-08-28T09:14:43.070Z]     daemon.go:364: [d41fd608a63c7] daemon started
09:14:43 [2019-08-28T09:14:43.070Z]     daemon.go:472: [d41fd608a63c7] Stopping daemon
09:14:43 [2019-08-28T09:14:43.070Z]     daemon.go:307: [d41fd608a63c7] exiting daemon
09:14:43 [2019-08-28T09:14:43.070Z]     daemon.go:459: [d41fd608a63c7] Daemon stopped
09:14:43 [2019-08-28T09:14:43.070Z] === RUN   TestCgroupNamespacesRunPrivileged
09:14:43 [2019-08-28T09:14:43.478Z] PASS: docker_cli_commit_test.go:26: DockerSuite.TestCommitWithoutPause	0.964s
09:14:43 [2019-08-28T09:14:43.478Z] PASS: docker_cli_netmode_test.go:55: DockerSuite.TestConflictContainerNetworkAndLinks	0.011s
09:14:43 [2019-08-28T09:14:43.478Z] PASS: docker_cli_netmode_test.go:62: DockerSuite.TestConflictContainerNetworkHostAndLinks	0.013s
09:14:43 [2019-08-28T09:14:43.478Z] PASS: docker_cli_netmode_test.go:76: DockerSuite.TestConflictNetworkModeAndOptions	0.063s
09:14:43 [2019-08-28T09:14:43.478Z] PASS: docker_cli_netmode_test.go:69: DockerSuite.TestConflictNetworkModeNetHostAndOptions	0.011s
09:14:43 [2019-08-28T09:14:43.478Z] PASS: docker_api_containers_test.go:543: DockerSuite.TestContainerAPIBadPort	0.002s
09:14:43 [2019-08-28T09:14:43.735Z] PASS: docker_api_containers_test.go:1266: DockerSuite.TestContainerAPIChunkedEncoding	0.050s
09:14:45 [2019-08-28T09:14:45.092Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.72s)
09:14:45 [2019-08-28T09:14:45.092Z]     run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged
09:14:45 [2019-08-28T09:14:45.092Z]     daemon.go:336: [dc1d66c7acf11] waiting for daemon to start
09:14:45 [2019-08-28T09:14:45.092Z]     daemon.go:336: [dc1d66c7acf11] waiting for daemon to start
09:14:45 [2019-08-28T09:14:45.092Z]     daemon.go:364: [dc1d66c7acf11] daemon started
09:14:45 [2019-08-28T09:14:45.092Z]     daemon.go:472: [dc1d66c7acf11] Stopping daemon
09:14:45 [2019-08-28T09:14:45.092Z]     daemon.go:307: [dc1d66c7acf11] exiting daemon
09:14:45 [2019-08-28T09:14:45.092Z]     daemon.go:459: [dc1d66c7acf11] Daemon stopped
09:14:45 [2019-08-28T09:14:45.092Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
09:14:45 [2019-08-28T09:14:45.632Z] PASS: docker_api_containers_test.go:489: DockerSuite.TestContainerAPICommit	1.706s
09:14:46 [2019-08-28T09:14:46.566Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.78s)
09:14:46 [2019-08-28T09:14:46.566Z]     run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode
09:14:46 [2019-08-28T09:14:46.566Z]     daemon.go:336: [d75e2a7be0663] waiting for daemon to start
09:14:46 [2019-08-28T09:14:46.566Z]     daemon.go:336: [d75e2a7be0663] waiting for daemon to start
09:14:46 [2019-08-28T09:14:46.566Z]     daemon.go:364: [d75e2a7be0663] daemon started
09:14:46 [2019-08-28T09:14:46.566Z]     daemon.go:472: [d75e2a7be0663] Stopping daemon
09:14:46 [2019-08-28T09:14:46.566Z]     daemon.go:307: [d75e2a7be0663] exiting daemon
09:14:46 [2019-08-28T09:14:46.566Z]     daemon.go:459: [d75e2a7be0663] Daemon stopped
09:14:46 [2019-08-28T09:14:46.566Z] === RUN   TestCgroupNamespacesRunHostMode
09:14:47 [2019-08-28T09:14:47.002Z] PASS: docker_api_containers_test.go:511: DockerSuite.TestContainerAPICommitWithLabelInConfig	1.732s
09:14:47 [2019-08-28T09:14:47.002Z] PASS: docker_api_containers_test.go:1132: DockerSuite.TestContainerAPICopyContainerNotFoundPr124	0.001s
09:14:47 [2019-08-28T09:14:47.932Z] PASS: docker_api_containers_test.go:1047: DockerSuite.TestContainerAPICopyNotExistsAnyMore	0.843s
09:14:48 [2019-08-28T09:14:48.590Z] --- PASS: TestCgroupNamespacesRunHostMode (1.70s)
09:14:48 [2019-08-28T09:14:48.590Z]     run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode
09:14:48 [2019-08-28T09:14:48.590Z]     daemon.go:336: [d3de60cc0acb2] waiting for daemon to start
09:14:48 [2019-08-28T09:14:48.590Z]     daemon.go:336: [d3de60cc0acb2] waiting for daemon to start
09:14:48 [2019-08-28T09:14:48.590Z]     daemon.go:364: [d3de60cc0acb2] daemon started
09:14:48 [2019-08-28T09:14:48.590Z]     daemon.go:472: [d3de60cc0acb2] Stopping daemon
09:14:48 [2019-08-28T09:14:48.590Z]     daemon.go:307: [d3de60cc0acb2] exiting daemon
09:14:48 [2019-08-28T09:14:48.590Z]     daemon.go:459: [d3de60cc0acb2] Daemon stopped
09:14:48 [2019-08-28T09:14:48.590Z] === RUN   TestCgroupNamespacesRunPrivateMode
09:14:48 [2019-08-28T09:14:48.863Z] PASS: docker_api_containers_test.go:1060: DockerSuite.TestContainerAPICopyPre124	0.844s
09:14:49 [2019-08-28T09:14:49.793Z] PASS: docker_api_containers_test.go:1090: DockerSuite.TestContainerAPICopyResourcePathEmptyPre124	0.744s
09:14:50 [2019-08-28T09:14:50.066Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.75s)
09:14:50 [2019-08-28T09:14:50.066Z]     run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode
09:14:50 [2019-08-28T09:14:50.066Z]     daemon.go:336: [d30a043b0d2d4] waiting for daemon to start
09:14:50 [2019-08-28T09:14:50.066Z]     daemon.go:336: [d30a043b0d2d4] waiting for daemon to start
09:14:50 [2019-08-28T09:14:50.066Z]     daemon.go:364: [d30a043b0d2d4] daemon started
09:14:50 [2019-08-28T09:14:50.066Z]     daemon.go:472: [d30a043b0d2d4] Stopping daemon
09:14:50 [2019-08-28T09:14:50.066Z]     daemon.go:307: [d30a043b0d2d4] exiting daemon
09:14:50 [2019-08-28T09:14:50.066Z]     daemon.go:459: [d30a043b0d2d4] Daemon stopped
09:14:50 [2019-08-28T09:14:50.066Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
09:14:50 [2019-08-28T09:14:50.726Z] PASS: docker_api_containers_test.go:1111: DockerSuite.TestContainerAPICopyResourcePathNotFoundPre124	0.986s
09:14:51 [2019-08-28T09:14:51.074Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.92s)
09:14:51 [2019-08-28T09:14:51.074Z]     run_cgroupns_linux_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate
09:14:51 [2019-08-28T09:14:51.074Z]     daemon.go:336: [dd75bca1fae9d] waiting for daemon to start
09:14:51 [2019-08-28T09:14:51.074Z]     daemon.go:336: [dd75bca1fae9d] waiting for daemon to start
09:14:51 [2019-08-28T09:14:51.074Z]     daemon.go:364: [dd75bca1fae9d] daemon started
09:14:51 [2019-08-28T09:14:51.074Z]     daemon.go:472: [dd75bca1fae9d] Stopping daemon
09:14:51 [2019-08-28T09:14:51.074Z]     daemon.go:307: [dd75bca1fae9d] exiting daemon
09:14:51 [2019-08-28T09:14:51.074Z]     daemon.go:459: [dd75bca1fae9d] Daemon stopped
09:14:51 [2019-08-28T09:14:51.074Z] === RUN   TestCgroupNamespacesRunInvalidMode
09:14:51 [2019-08-28T09:14:51.289Z] PASS: docker_api_containers_test.go:570: DockerSuite.TestContainerAPICreate	0.769s
09:14:51 [2019-08-28T09:14:51.546Z] PASS: docker_api_containers_test.go:626: DockerSuite.TestContainerAPICreateBridgeNetworkMode	0.055s
09:14:51 [2019-08-28T09:14:51.546Z] PASS: docker_api_containers_test.go:587: DockerSuite.TestContainerAPICreateEmptyConfig	0.002s
09:14:51 [2019-08-28T09:14:51.706Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.92s)
09:14:51 [2019-08-28T09:14:51.706Z]     run_cgroupns_linux_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode
09:14:51 [2019-08-28T09:14:51.706Z]     daemon.go:336: [d7ea9dba0383f] waiting for daemon to start
09:14:51 [2019-08-28T09:14:51.706Z]     daemon.go:336: [d7ea9dba0383f] waiting for daemon to start
09:14:51 [2019-08-28T09:14:51.706Z]     daemon.go:364: [d7ea9dba0383f] daemon started
09:14:51 [2019-08-28T09:14:51.706Z]     daemon.go:472: [d7ea9dba0383f] Stopping daemon
09:14:51 [2019-08-28T09:14:51.706Z]     daemon.go:307: [d7ea9dba0383f] exiting daemon
09:14:51 [2019-08-28T09:14:51.706Z]     daemon.go:459: [d7ea9dba0383f] Daemon stopped
09:14:51 [2019-08-28T09:14:51.706Z] === RUN   TestCgroupNamespacesRunOlderClient
09:14:52 [2019-08-28T09:14:52.478Z] PASS: docker_api_containers_test.go:1975: DockerSuite.TestContainerAPICreateMountsBindRead	0.859s
09:14:52 [2019-08-28T09:14:52.478Z] PASS: docker_api_containers_test.go:599: DockerSuite.TestContainerAPICreateMultipleNetworksConfig	0.002s
09:14:52 [2019-08-28T09:14:52.478Z] PASS: docker_api_containers_test.go:1388: DockerSuite.TestContainerAPICreateNoHostConfig118	0.038s
09:14:52 [2019-08-28T09:14:52.478Z] PASS: docker_api_containers_test.go:632: DockerSuite.TestContainerAPICreateOtherNetworkModes	0.108s
09:14:52 [2019-08-28T09:14:52.478Z] PASS: docker_api_containers_test.go:661: DockerSuite.TestContainerAPICreateWithCpuSharesCpuset	0.063s
09:14:53 [2019-08-28T09:14:53.409Z] PASS: docker_api_containers_test.go:1143: DockerSuite.TestContainerAPIDelete	0.823s
09:14:53 [2019-08-28T09:14:53.732Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.77s)
09:14:53 [2019-08-28T09:14:53.732Z]     run_cgroupns_linux_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient
09:14:53 [2019-08-28T09:14:53.732Z]     daemon.go:336: [d05d70dee7d96] waiting for daemon to start
09:14:53 [2019-08-28T09:14:53.732Z]     daemon.go:336: [d05d70dee7d96] waiting for daemon to start
09:14:53 [2019-08-28T09:14:53.732Z]     daemon.go:364: [d05d70dee7d96] daemon started
09:14:53 [2019-08-28T09:14:53.732Z]     daemon.go:472: [d05d70dee7d96] Stopping daemon
09:14:53 [2019-08-28T09:14:53.732Z]     daemon.go:307: [d05d70dee7d96] exiting daemon
09:14:53 [2019-08-28T09:14:53.732Z]     daemon.go:459: [d05d70dee7d96] Daemon stopped
09:14:53 [2019-08-28T09:14:53.732Z] === RUN   TestKernelTCPMemory
09:14:54 [2019-08-28T09:14:54.339Z] PASS: docker_api_containers_test.go:1216: DockerSuite.TestContainerAPIDeleteConflict	0.585s
09:14:54 [2019-08-28T09:14:54.745Z] --- PASS: TestKernelTCPMemory (0.95s)
09:14:54 [2019-08-28T09:14:54.746Z] === RUN   TestNISDomainname
09:14:55 [2019-08-28T09:14:55.269Z] PASS: docker_api_containers_test.go:1168: DockerSuite.TestContainerAPIDeleteForce	0.845s
09:14:55 [2019-08-28T09:14:55.269Z] PASS: docker_api_containers_test.go:1159: DockerSuite.TestContainerAPIDeleteNotExist	0.002s
09:14:55 [2019-08-28T09:14:55.269Z] --- PASS: TestServiceUpdateConfigs (15.03s)
09:14:55 [2019-08-28T09:14:55.269Z]     update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceUpdateConfigs
09:14:55 [2019-08-28T09:14:55.269Z]     daemon.go:336: [dca97e46aedba] waiting for daemon to start
09:14:55 [2019-08-28T09:14:55.269Z]     daemon.go:336: [dca97e46aedba] waiting for daemon to start
09:14:55 [2019-08-28T09:14:55.269Z]     daemon.go:364: [dca97e46aedba] daemon started
09:14:55 [2019-08-28T09:14:55.269Z]     daemon.go:472: [dca97e46aedba] Stopping daemon
09:14:55 [2019-08-28T09:14:55.269Z]     daemon.go:307: [dca97e46aedba] exiting daemon
09:14:55 [2019-08-28T09:14:55.269Z]     daemon.go:459: [dca97e46aedba] Daemon stopped
09:14:55 [2019-08-28T09:14:55.269Z] === RUN   TestServiceUpdateNetwork
09:14:55 [2019-08-28T09:14:55.752Z] --- PASS: TestNISDomainname (1.09s)
09:14:55 [2019-08-28T09:14:55.752Z] === RUN   TestHostnameDnsResolution
09:14:56 [2019-08-28T09:14:56.761Z] --- PASS: TestHostnameDnsResolution (1.17s)
09:14:56 [2019-08-28T09:14:56.761Z] === RUN   TestStats
09:14:57 [2019-08-28T09:14:57.161Z] PASS: docker_api_containers_test.go:1185: DockerSuite.TestContainerAPIDeleteRemoveLinks	1.423s
09:14:57 [2019-08-28T09:14:57.161Z] PASS: docker_api_swarm_node_test.go:46: DockerSwarmSuite.TestAPISwarmNodeRemove	30.643s
09:14:58 [2019-08-28T09:14:58.093Z] PASS: docker_api_containers_test.go:1231: DockerSuite.TestContainerAPIDeleteRemoveVolume	0.999s
09:14:58 [2019-08-28T09:14:58.093Z] PASS: docker_api_containers_test.go:1626: DockerSuite.TestContainerAPIDeleteWithEmptyName	0.001s
09:14:58 [2019-08-28T09:14:58.786Z] --- PASS: TestStats (1.88s)
09:14:58 [2019-08-28T09:14:58.786Z] === RUN   TestStopContainerWithTimeout
09:14:58 [2019-08-28T09:14:58.786Z] === RUN   TestStopContainerWithTimeout/0
09:14:58 [2019-08-28T09:14:58.786Z] === PAUSE TestStopContainerWithTimeout/0
09:14:58 [2019-08-28T09:14:58.786Z] === RUN   TestStopContainerWithTimeout/1
09:14:58 [2019-08-28T09:14:58.786Z] === PAUSE TestStopContainerWithTimeout/1
09:14:58 [2019-08-28T09:14:58.786Z] === RUN   TestStopContainerWithTimeout/3
09:14:58 [2019-08-28T09:14:58.786Z] === PAUSE TestStopContainerWithTimeout/3
09:14:58 [2019-08-28T09:14:58.786Z] === RUN   TestStopContainerWithTimeout/-1
09:14:58 [2019-08-28T09:14:58.786Z] === PAUSE TestStopContainerWithTimeout/-1
09:14:58 [2019-08-28T09:14:58.786Z] === CONT  TestStopContainerWithTimeout/0
09:14:58 [2019-08-28T09:14:58.786Z] === CONT  TestStopContainerWithTimeout/3
09:14:58 [2019-08-28T09:14:58.786Z] === CONT  TestStopContainerWithTimeout/1
09:14:58 [2019-08-28T09:14:58.786Z] === CONT  TestStopContainerWithTimeout/-1
09:14:59 [2019-08-28T09:14:59.027Z] PASS: docker_api_containers_test.go:41: DockerSuite.TestContainerAPIGetAll	0.937s
09:14:59 [2019-08-28T09:14:59.960Z] PASS: docker_api_containers_test.go:167: DockerSuite.TestContainerAPIGetChanges	1.053s
09:15:00 [2019-08-28T09:15:00.890Z] PASS: docker_api_containers_test.go:140: DockerSuite.TestContainerAPIGetExport	0.863s
09:15:01 [2019-08-28T09:15:01.820Z] PASS: docker_api_containers_test.go:61: DockerSuite.TestContainerAPIGetJSONNoFieldsOmitted	0.798s
09:15:01 [2019-08-28T09:15:01.820Z] PASS: docker_api_containers_test.go:733: DockerSuite.TestContainerAPIInvalidPortSyntax	0.005s
09:15:02 [2019-08-28T09:15:02.269Z] --- PASS: TestStopContainerWithTimeout (0.03s)
09:15:02 [2019-08-28T09:15:02.269Z]     --- PASS: TestStopContainerWithTimeout/0 (1.16s)
09:15:02 [2019-08-28T09:15:02.269Z]     --- PASS: TestStopContainerWithTimeout/1 (2.04s)
09:15:02 [2019-08-28T09:15:02.269Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.18s)
09:15:02 [2019-08-28T09:15:02.269Z]     --- PASS: TestStopContainerWithTimeout/3 (3.29s)
09:15:02 [2019-08-28T09:15:02.269Z] === RUN   TestDeleteDevicemapper
09:15:02 [2019-08-28T09:15:02.269Z] --- SKIP: TestDeleteDevicemapper (0.00s)
09:15:02 [2019-08-28T09:15:02.269Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
09:15:02 [2019-08-28T09:15:02.269Z] === RUN   TestStopContainerWithRestartPolicyAlways
09:15:02 [2019-08-28T09:15:02.750Z] PASS: docker_api_containers_test.go:934: DockerSuite.TestContainerAPIKill	0.847s
09:15:03 [2019-08-28T09:15:03.681Z] PASS: docker_api_containers_test.go:404: DockerSuite.TestContainerAPIPause	0.669s
09:15:03 [2019-08-28T09:15:03.681Z] PASS: docker_api_swarm_node_test.go:33: DockerSwarmSuite.TestAPISwarmNodeUpdate	1.494s
09:15:04 [2019-08-28T09:15:04.612Z] PASS: docker_api_containers_test.go:1286: DockerSuite.TestContainerAPIPostContainerStop	0.977s
09:15:04 [2019-08-28T09:15:04.612Z] PASS: docker_api_containers_test.go:849: DockerSuite.TestContainerAPIPostCreateNull	0.097s
09:15:04 [2019-08-28T09:15:04.953Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.09s)
09:15:04 [2019-08-28T09:15:04.953Z] === RUN   TestUpdateMemory
09:15:05 [2019-08-28T09:15:05.543Z] PASS: docker_api_containers_test.go:107: DockerSuite.TestContainerAPIPsOmitFields	0.592s
09:15:06 [2019-08-28T09:15:06.435Z] --- PASS: TestUpdateMemory (1.10s)
09:15:06 [2019-08-28T09:15:06.435Z] === RUN   TestUpdateCPUQuota
09:15:06 [2019-08-28T09:15:06.474Z] PASS: docker_api_containers_test.go:917: DockerSuite.TestContainerAPIRename	0.798s
09:15:07 [2019-08-28T09:15:07.907Z] --- PASS: TestUpdateCPUQuota (1.55s)
09:15:07 [2019-08-28T09:15:07.907Z] === RUN   TestUpdatePidsLimit
09:15:07 [2019-08-28T09:15:07.907Z] === RUN   TestUpdatePidsLimit/update_from_none
09:15:08 [2019-08-28T09:15:08.190Z] === RUN   TestUpdatePidsLimit/no_change
09:15:08 [2019-08-28T09:15:08.368Z] PASS: docker_api_containers_test.go:949: DockerSuite.TestContainerAPIRestart	1.426s
09:15:08 [2019-08-28T09:15:08.473Z] === RUN   TestUpdatePidsLimit/update_lower
09:15:08 [2019-08-28T09:15:08.756Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
09:15:09 [2019-08-28T09:15:09.372Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
09:15:09 [2019-08-28T09:15:09.655Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
09:15:09 [2019-08-28T09:15:09.738Z] PASS: docker_api_containers_test.go:963: DockerSuite.TestContainerAPIRestartNotimeoutParam	1.335s
09:15:09 [2019-08-28T09:15:09.738Z] PASS: docker_api_containers_test.go:831: DockerSuite.TestContainerAPIRestartPolicyDefaultRetryCount	0.058s
09:15:09 [2019-08-28T09:15:09.738Z] PASS: docker_api_containers_test.go:759: DockerSuite.TestContainerAPIRestartPolicyInvalidPolicyName	0.007s
09:15:09 [2019-08-28T09:15:09.738Z] PASS: docker_api_containers_test.go:807: DockerSuite.TestContainerAPIRestartPolicyNegativeRetryCount	0.013s
09:15:09 [2019-08-28T09:15:09.738Z] PASS: docker_api_containers_test.go:783: DockerSuite.TestContainerAPIRestartPolicyRetryMismatch	0.007s
09:15:09 [2019-08-28T09:15:09.939Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
09:15:10 [2019-08-28T09:15:10.302Z] --- PASS: TestServiceUpdateNetwork (15.22s)
09:15:10 [2019-08-28T09:15:10.302Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceUpdateNetwork
09:15:10 [2019-08-28T09:15:10.302Z]     daemon.go:336: [d3a6c52e12c82] waiting for daemon to start
09:15:10 [2019-08-28T09:15:10.302Z]     daemon.go:336: [d3a6c52e12c82] waiting for daemon to start
09:15:10 [2019-08-28T09:15:10.302Z]     daemon.go:364: [d3a6c52e12c82] daemon started
09:15:10 [2019-08-28T09:15:10.302Z]     daemon.go:472: [d3a6c52e12c82] Stopping daemon
09:15:10 [2019-08-28T09:15:10.302Z]     daemon.go:307: [d3a6c52e12c82] exiting daemon
09:15:10 [2019-08-28T09:15:10.302Z]     daemon.go:459: [d3a6c52e12c82] Daemon stopped
09:15:10 [2019-08-28T09:15:10.302Z] PASS
09:15:10 [2019-08-28T09:15:10.302Z] Running /go/src/github.com/docker/docker/integration/session flags=-test.v -test.timeout=120m  
09:15:10 [2019-08-28T09:15:10.559Z] INFO: Testing against a local daemon
09:15:10 [2019-08-28T09:15:10.559Z] === RUN   TestSessionCreate
09:15:10 [2019-08-28T09:15:10.559Z] --- PASS: TestSessionCreate (0.04s)
09:15:10 [2019-08-28T09:15:10.559Z] === RUN   TestSessionCreateWithBadUpgrade
09:15:10 [2019-08-28T09:15:10.559Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s)
09:15:10 [2019-08-28T09:15:10.559Z] PASS
09:15:10 [2019-08-28T09:15:10.559Z] Running /go/src/github.com/docker/docker/integration/system flags=-test.v -test.timeout=120m  
09:15:10 [2019-08-28T09:15:10.816Z] PASS: docker_api_containers_test.go:979: DockerSuite.TestContainerAPIStart	0.715s
09:15:10 [2019-08-28T09:15:10.816Z] INFO: Testing against a local daemon
09:15:10 [2019-08-28T09:15:10.816Z] === RUN   TestCgroupDriverSystemdMemoryLimit
09:15:10 [2019-08-28T09:15:10.816Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
09:15:10 [2019-08-28T09:15:10.816Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
09:15:10 [2019-08-28T09:15:10.816Z] === RUN   TestEventsExecDie
09:15:11 [2019-08-28T09:15:11.961Z] --- PASS: TestUpdatePidsLimit (3.98s)
09:15:11 [2019-08-28T09:15:11.961Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.38s)
09:15:11 [2019-08-28T09:15:11.961Z]     --- PASS: TestUpdatePidsLimit/no_change (0.38s)
09:15:11 [2019-08-28T09:15:11.961Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.38s)
09:15:11 [2019-08-28T09:15:11.961Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.38s)
09:15:11 [2019-08-28T09:15:11.961Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.40s)
09:15:11 [2019-08-28T09:15:11.961Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.39s)
09:15:11 [2019-08-28T09:15:11.961Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.39s)
09:15:11 [2019-08-28T09:15:11.961Z] === RUN   TestUpdateRestartPolicy
09:15:12 [2019-08-28T09:15:12.185Z] --- PASS: TestEventsExecDie (1.12s)
09:15:12 [2019-08-28T09:15:12.185Z] === RUN   TestEventsBackwardsCompatible
09:15:12 [2019-08-28T09:15:12.185Z] --- PASS: TestEventsBackwardsCompatible (0.08s)
09:15:12 [2019-08-28T09:15:12.185Z] === RUN   TestInfoBinaryCommits
09:15:12 [2019-08-28T09:15:12.185Z] --- PASS: TestInfoBinaryCommits (0.02s)
09:15:12 [2019-08-28T09:15:12.185Z] === RUN   TestInfoAPIVersioned
09:15:12 [2019-08-28T09:15:12.185Z] --- PASS: TestInfoAPIVersioned (0.01s)
09:15:12 [2019-08-28T09:15:12.185Z] === RUN   TestInfoAPI
09:15:12 [2019-08-28T09:15:12.185Z] --- PASS: TestInfoAPI (0.03s)
09:15:12 [2019-08-28T09:15:12.185Z] === RUN   TestInfoAPIWarnings
09:15:12 [2019-08-28T09:15:12.750Z] --- PASS: TestInfoAPIWarnings (0.77s)
09:15:12 [2019-08-28T09:15:12.750Z]     info_test.go:49: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestInfoAPIWarnings
09:15:12 [2019-08-28T09:15:12.750Z]     daemon.go:336: [d134891cd8160] waiting for daemon to start
09:15:12 [2019-08-28T09:15:12.750Z]     daemon.go:336: [d134891cd8160] waiting for daemon to start
09:15:12 [2019-08-28T09:15:12.750Z]     daemon.go:364: [d134891cd8160] daemon started
09:15:12 [2019-08-28T09:15:12.750Z]     daemon.go:472: [d134891cd8160] Stopping daemon
09:15:12 [2019-08-28T09:15:12.750Z]     daemon.go:307: [d134891cd8160] exiting daemon
09:15:12 [2019-08-28T09:15:12.750Z]     daemon.go:459: [d134891cd8160] Daemon stopped
09:15:12 [2019-08-28T09:15:12.750Z] === RUN   TestLoginFailsWithBadCredentials
09:15:13 [2019-08-28T09:15:13.007Z] --- PASS: TestLoginFailsWithBadCredentials (0.26s)
09:15:13 [2019-08-28T09:15:13.007Z] === RUN   TestPingCacheHeaders
09:15:13 [2019-08-28T09:15:13.007Z] --- PASS: TestPingCacheHeaders (0.02s)
09:15:13 [2019-08-28T09:15:13.007Z] === RUN   TestPingGet
09:15:13 [2019-08-28T09:15:13.007Z] --- PASS: TestPingGet (0.02s)
09:15:13 [2019-08-28T09:15:13.007Z] === RUN   TestPingHead
09:15:13 [2019-08-28T09:15:13.007Z] --- PASS: TestPingHead (0.02s)
09:15:13 [2019-08-28T09:15:13.007Z] === RUN   TestVersion
09:15:13 [2019-08-28T09:15:13.007Z] --- PASS: TestVersion (0.02s)
09:15:13 [2019-08-28T09:15:13.007Z] PASS
09:15:13 [2019-08-28T09:15:13.007Z] Running /go/src/github.com/docker/docker/integration/volume flags=-test.v -test.timeout=120m  
09:15:13 [2019-08-28T09:15:13.264Z] INFO: Testing against a local daemon
09:15:13 [2019-08-28T09:15:13.264Z] === RUN   TestVolumesCreateAndList
09:15:13 [2019-08-28T09:15:13.264Z] --- PASS: TestVolumesCreateAndList (0.02s)
09:15:13 [2019-08-28T09:15:13.264Z] === RUN   TestVolumesRemove
09:15:13 [2019-08-28T09:15:13.264Z] --- PASS: TestVolumesRemove (0.10s)
09:15:13 [2019-08-28T09:15:13.264Z] === RUN   TestVolumesInspect
09:15:13 [2019-08-28T09:15:13.264Z] --- PASS: TestVolumesInspect (0.02s)
09:15:13 [2019-08-28T09:15:13.264Z] === RUN   TestVolumesInvalidJSON
09:15:13 [2019-08-28T09:15:13.264Z] === RUN   TestVolumesInvalidJSON//volumes/create
09:15:13 [2019-08-28T09:15:13.264Z] === PAUSE TestVolumesInvalidJSON//volumes/create
09:15:13 [2019-08-28T09:15:13.264Z] === CONT  TestVolumesInvalidJSON//volumes/create
09:15:13 [2019-08-28T09:15:13.264Z] --- PASS: TestVolumesInvalidJSON (0.03s)
09:15:13 [2019-08-28T09:15:13.264Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
09:15:13 [2019-08-28T09:15:13.264Z] PASS
09:15:13 [2019-08-28T09:15:13.264Z] ---> Making bundle: .integration-daemon-stop (in /go/src/github.com/docker/docker/bundles/test-integration/1)
09:15:15 [2019-08-28T09:15:15.158Z] umount: /go/src/github.com/docker/docker/bundles/test-integration/1/root: mountpoint not found
09:15:15 [2019-08-28T09:15:15.158Z] Clearing AppArmor profiles cache:.
09:15:15 [2019-08-28T09:15:15.158Z] All profile caches have been cleared, but no profiles have been unloaded.
09:15:15 [2019-08-28T09:15:15.158Z] Unloading profiles will leave already running processes permanently
09:15:15 [2019-08-28T09:15:15.158Z] unconfined, which can lead to unexpected situations.
09:15:15 [2019-08-28T09:15:15.158Z] 
09:15:15 [2019-08-28T09:15:15.158Z] To set a process to complain mode, use the command line tool
09:15:15 [2019-08-28T09:15:15.158Z] 'aa-complain'. To really tear down all profiles, run the init script
09:15:15 [2019-08-28T09:15:15.158Z] with the 'teardown' option."
09:15:15 [2019-08-28T09:15:15.158Z] Removing test suite binaries
09:15:15 [2019-08-28T09:15:15.158Z] 
09:15:15 [2019-08-28T09:15:15.414Z] PASS: docker_api_containers_test.go:1635: DockerSuite.TestContainerAPIStatsWithNetworkDisabled	4.601s
09:15:17 [2019-08-28T09:15:17.317Z] PASS: docker_api_containers_test.go:1005: DockerSuite.TestContainerAPIStop	1.747s
09:15:17 [2019-08-28T09:15:17.882Z] PASS: docker_api_containers_test.go:435: DockerSuite.TestContainerAPITop	0.616s
09:15:17 [2019-08-28T09:15:17.882Z] SKIP: docker_api_containers_test.go:458: DockerSuite.TestContainerAPITopWindows (unmatched requirement DaemonIsWindows)
09:15:18 [2019-08-28T09:15:18.143Z] PASS: docker_api_containers_test.go:692: DockerSuite.TestContainerAPIVerifyHeader	0.051s
09:15:20 [2019-08-28T09:15:20.852Z] PASS: docker_api_containers_test.go:1024: DockerSuite.TestContainerAPIWait	2.790s
09:15:21 [2019-08-28T09:15:21.783Z] PASS: docker_api_containers_test.go:2270: DockerSuite.TestContainerKillCustomStopSignal	0.810s
09:15:22 [2019-08-28T09:15:22.713Z] PASS: docker_cli_run_test.go:2416: DockerSuite.TestContainerNetworkMode	0.924s
09:15:24 [2019-08-28T09:15:24.569Z] --- PASS: TestUpdateRestartPolicy (12.16s)
09:15:24 [2019-08-28T09:15:24.569Z] === RUN   TestUpdateRestartWithAutoRemove
09:15:24 [2019-08-28T09:15:24.569Z] --- PASS: TestUpdateRestartWithAutoRemove (0.75s)
09:15:24 [2019-08-28T09:15:24.569Z] === RUN   TestWaitNonBlocked
09:15:24 [2019-08-28T09:15:24.569Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
09:15:24 [2019-08-28T09:15:24.569Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
09:15:24 [2019-08-28T09:15:24.569Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
09:15:24 [2019-08-28T09:15:24.569Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
09:15:24 [2019-08-28T09:15:24.569Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
09:15:24 [2019-08-28T09:15:24.569Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
09:15:24 [2019-08-28T09:15:24.609Z] PASS: docker_api_swarm_test.go:198: DockerSwarmSuite.TestAPISwarmPromoteDemote	10.200s
09:15:25 [2019-08-28T09:15:25.587Z] --- PASS: TestWaitNonBlocked (0.04s)
09:15:25 [2019-08-28T09:15:25.587Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.01s)
09:15:25 [2019-08-28T09:15:25.587Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.07s)
09:15:25 [2019-08-28T09:15:25.587Z] === RUN   TestWaitBlocked
09:15:25 [2019-08-28T09:15:25.872Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
09:15:25 [2019-08-28T09:15:25.872Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
09:15:25 [2019-08-28T09:15:25.872Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
09:15:25 [2019-08-28T09:15:25.872Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
09:15:25 [2019-08-28T09:15:25.872Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
09:15:25 [2019-08-28T09:15:25.872Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
09:15:26 [2019-08-28T09:15:26.884Z] --- PASS: TestWaitBlocked (0.04s)
09:15:26 [2019-08-28T09:15:26.885Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.04s)
09:15:26 [2019-08-28T09:15:26.885Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.07s)
09:15:26 [2019-08-28T09:15:26.885Z] === CONT  TestContainerStartOnDaemonRestart
09:15:26 [2019-08-28T09:15:26.885Z] === CONT  TestIpcModeOlderClient
09:15:26 [2019-08-28T09:15:26.885Z] === CONT  TestDaemonRestartIpcMode
09:15:26 [2019-08-28T09:15:26.885Z] --- PASS: TestIpcModeOlderClient (0.15s)
09:15:27 [2019-08-28T09:15:27.888Z] PASS: docker_cli_run_test.go:3537: DockerSuite.TestContainerRestartInMultipleNetworks	4.237s
09:15:28 [2019-08-28T09:15:28.451Z] PASS: docker_cli_run_test.go:3569: DockerSuite.TestContainerWithConflictingHostNetworks	0.363s
09:15:30 [2019-08-28T09:15:30.355Z] --- PASS: TestContainerStartOnDaemonRestart (3.22s)
09:15:30 [2019-08-28T09:15:30.355Z]     daemon_linux_test.go:35: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart
09:15:30 [2019-08-28T09:15:30.355Z]     daemon.go:336: [d0cf13be4a675] waiting for daemon to start
09:15:30 [2019-08-28T09:15:30.355Z]     daemon.go:336: [d0cf13be4a675] waiting for daemon to start
09:15:30 [2019-08-28T09:15:30.355Z]     daemon.go:364: [d0cf13be4a675] daemon started
09:15:30 [2019-08-28T09:15:30.355Z]     daemon.go:336: [d0cf13be4a675] waiting for daemon to start
09:15:30 [2019-08-28T09:15:30.355Z]     daemon.go:307: [d0cf13be4a675] exiting daemon
09:15:30 [2019-08-28T09:15:30.355Z]     daemon.go:336: [d0cf13be4a675] waiting for daemon to start
09:15:30 [2019-08-28T09:15:30.355Z]     daemon.go:364: [d0cf13be4a675] daemon started
09:15:30 [2019-08-28T09:15:30.355Z]     daemon.go:472: [d0cf13be4a675] Stopping daemon
09:15:30 [2019-08-28T09:15:30.355Z]     daemon.go:307: [d0cf13be4a675] exiting daemon
09:15:30 [2019-08-28T09:15:30.355Z]     daemon.go:459: [d0cf13be4a675] Daemon stopped
09:15:30 [2019-08-28T09:15:30.638Z] --- PASS: TestDaemonRestartIpcMode (3.87s)
09:15:30 [2019-08-28T09:15:30.638Z]     daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode
09:15:30 [2019-08-28T09:15:30.638Z]     daemon.go:336: [d9f0aba688b45] waiting for daemon to start
09:15:30 [2019-08-28T09:15:30.638Z]     daemon.go:336: [d9f0aba688b45] waiting for daemon to start
09:15:30 [2019-08-28T09:15:30.638Z]     daemon.go:364: [d9f0aba688b45] daemon started
09:15:30 [2019-08-28T09:15:30.638Z]     daemon.go:472: [d9f0aba688b45] Stopping daemon
09:15:30 [2019-08-28T09:15:30.638Z]     daemon.go:307: [d9f0aba688b45] exiting daemon
09:15:30 [2019-08-28T09:15:30.638Z]     daemon.go:459: [d9f0aba688b45] Daemon stopped
09:15:30 [2019-08-28T09:15:30.638Z]     daemon.go:336: [d9f0aba688b45] waiting for daemon to start
09:15:30 [2019-08-28T09:15:30.638Z]     daemon.go:336: [d9f0aba688b45] waiting for daemon to start
09:15:30 [2019-08-28T09:15:30.638Z]     daemon.go:364: [d9f0aba688b45] daemon started
09:15:30 [2019-08-28T09:15:30.638Z]     daemon.go:472: [d9f0aba688b45] Stopping daemon
09:15:30 [2019-08-28T09:15:30.638Z]     daemon.go:307: [d9f0aba688b45] exiting daemon
09:15:30 [2019-08-28T09:15:30.638Z]     daemon.go:459: [d9f0aba688b45] Daemon stopped
09:15:30 [2019-08-28T09:15:30.638Z] PASS
09:15:30 [2019-08-28T09:15:30.638Z] Running /go/src/github.com/docker/docker/integration/image flags=-test.v -test.timeout=120m  
09:15:30 [2019-08-28T09:15:30.921Z] INFO: Testing against a local daemon
09:15:30 [2019-08-28T09:15:30.921Z] === RUN   TestCommitInheritsEnv
09:15:30 [2019-08-28T09:15:30.974Z] PASS: docker_cli_run_test.go:3600: DockerSuite.TestContainerWithConflictingNoneNetwork	1.709s
09:15:31 [2019-08-28T09:15:31.248Z] --- PASS: TestCommitInheritsEnv (0.45s)
09:15:31 [2019-08-28T09:15:31.249Z] === RUN   TestImportExtremelyLargeImageWorks
09:15:31 [2019-08-28T09:15:31.249Z] === PAUSE TestImportExtremelyLargeImageWorks
09:15:31 [2019-08-28T09:15:31.249Z] === RUN   TestImagesFilterMultiReference
09:15:31 [2019-08-28T09:15:31.249Z] --- PASS: TestImagesFilterMultiReference (0.08s)
09:15:31 [2019-08-28T09:15:31.249Z] === RUN   TestImagePullPlatformInvalid
09:15:31 [2019-08-28T09:15:31.532Z] --- PASS: TestImagePullPlatformInvalid (0.05s)
09:15:31 [2019-08-28T09:15:31.532Z] === RUN   TestRemoveImageOrphaning
09:15:31 [2019-08-28T09:15:31.814Z] --- PASS: TestRemoveImageOrphaning (0.42s)
09:15:31 [2019-08-28T09:15:31.814Z] === RUN   TestRemoveImageGarbageCollector
09:15:31 [2019-08-28T09:15:31.814Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
09:15:31 [2019-08-28T09:15:31.814Z]     remove_unix_test.go:30: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:15:31 [2019-08-28T09:15:31.814Z] === RUN   TestTagUnprefixedRepoByNameOrName
09:15:31 [2019-08-28T09:15:31.814Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s)
09:15:31 [2019-08-28T09:15:31.814Z] === RUN   TestTagInvalidReference
09:15:31 [2019-08-28T09:15:31.814Z] --- PASS: TestTagInvalidReference (0.06s)
09:15:31 [2019-08-28T09:15:31.814Z] === RUN   TestTagValidPrefixedRepo
09:15:31 [2019-08-28T09:15:31.904Z] PASS: docker_cli_run_test.go:3583: DockerSuite.TestContainerWithConflictingSharedNetwork	0.925s
09:15:32 [2019-08-28T09:15:32.098Z] --- PASS: TestTagValidPrefixedRepo (0.06s)
09:15:32 [2019-08-28T09:15:32.098Z] === RUN   TestTagExistedNameWithoutForce
09:15:32 [2019-08-28T09:15:32.098Z] --- PASS: TestTagExistedNameWithoutForce (0.04s)
09:15:32 [2019-08-28T09:15:32.098Z] === RUN   TestTagOfficialNames
09:15:32 [2019-08-28T09:15:32.098Z] --- PASS: TestTagOfficialNames (0.06s)
09:15:32 [2019-08-28T09:15:32.098Z] === RUN   TestTagMatchesDigest
09:15:32 [2019-08-28T09:15:32.098Z] --- PASS: TestTagMatchesDigest (0.04s)
09:15:32 [2019-08-28T09:15:32.098Z] === CONT  TestImportExtremelyLargeImageWorks
09:15:45 [2019-08-28T09:15:45.599Z] #33 127.1 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
09:15:45 [2019-08-28T09:15:45.599Z] #33 130.0 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
09:15:45 [2019-08-28T09:15:45.599Z] #33 132.5 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
09:15:45 [2019-08-28T09:15:45.599Z] #33 135.7 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
09:15:45 [2019-08-28T09:15:45.599Z] #33 138.1 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
09:15:45 [2019-08-28T09:15:45.599Z] #33 140.7 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
09:15:47 [2019-08-28T09:15:47.483Z] #33 143.2 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
09:15:49 [2019-08-28T09:15:49.994Z] #33 145.7 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
09:15:50 [2019-08-28T09:15:50.249Z] #33 145.9 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
09:15:52 [2019-08-28T09:15:52.763Z] #33 148.5 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
09:15:54 [2019-08-28T09:15:54.125Z] #33 149.6 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
09:15:56 [2019-08-28T09:15:56.651Z] #33 152.2 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
09:15:58 [2019-08-28T09:15:58.415Z] PASS: docker_api_containers_test.go:2006: DockerSuite.TestContainersAPICreateMountsCreate	23.689s
09:15:58 [2019-08-28T09:15:58.415Z] PASS: docker_api_containers_test.go:2220: DockerSuite.TestContainersAPICreateMountsTmpfs	1.509s
09:15:58 [2019-08-28T09:15:58.415Z] PASS: docker_api_containers_test.go:1684: DockerSuite.TestContainersAPICreateMountsValidation	0.417s
09:15:59 [2019-08-28T09:15:59.161Z] #33 154.7 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
09:16:00 [2019-08-28T09:16:00.937Z] PASS: docker_cli_run_test.go:3473: DockerSuite.TestContainersInMultipleNetworks	2.231s
09:16:01 [2019-08-28T09:16:01.673Z] #33 157.1 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
09:16:03 [2019-08-28T09:16:03.460Z] PASS: docker_cli_run_test.go:3465: DockerSuite.TestContainersInUserDefinedNetwork	2.076s
09:16:04 [2019-08-28T09:16:04.187Z] #33 159.6 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
09:16:05 [2019-08-28T09:16:05.982Z] PASS: docker_cli_run_test.go:3492: DockerSuite.TestContainersNetworkIsolation	2.352s
09:16:06 [2019-08-28T09:16:06.707Z] #33 162.3 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
09:16:07 [2019-08-28T09:16:07.630Z] #33 163.3 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
09:16:07 [2019-08-28T09:16:07.876Z] PASS: docker_cli_cp_test.go:536: DockerSuite.TestCopyAndRestart	1.610s
09:16:07 [2019-08-28T09:16:07.876Z] PASS: docker_cli_cp_test.go:555: DockerSuite.TestCopyCreatedContainer	0.164s
09:16:08 [2019-08-28T09:16:08.808Z] PASS: docker_cli_cp_test.go:115: DockerSuite.TestCpAbsolutePath	0.927s
09:16:09 [2019-08-28T09:16:09.738Z] PASS: docker_cli_cp_test.go:152: DockerSuite.TestCpAbsoluteSymlink	0.939s
09:16:10 [2019-08-28T09:16:10.668Z] PASS: docker_cli_cp_to_container_unix_test.go:41: DockerSuite.TestCpCheckDestOwnership	1.028s
09:16:10 [2019-08-28T09:16:10.892Z] #33 165.8 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
09:16:11 [2019-08-28T09:16:11.451Z] #33 167.0 
09:16:11 [2019-08-28T09:16:11.599Z] PASS: docker_cli_cp_from_container_test.go:120: DockerSuite.TestCpFromCaseA	0.919s
09:16:12 [2019-08-28T09:16:12.375Z] #33 DONE 167.8s
09:16:12 [2019-08-28T09:16:12.375Z] 
09:16:12 [2019-08-28T09:16:12.375Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ...
09:16:12 [2019-08-28T09:16:12.532Z] PASS: docker_cli_cp_from_container_test.go:140: DockerSuite.TestCpFromCaseB	0.914s
09:16:13 [2019-08-28T09:16:13.462Z] PASS: docker_cli_cp_from_container_test.go:158: DockerSuite.TestCpFromCaseC	0.911s
09:16:14 [2019-08-28T09:16:14.258Z] #34 DONE 1.8s
09:16:14 [2019-08-28T09:16:14.831Z] PASS: docker_cli_cp_from_container_test.go:183: DockerSuite.TestCpFromCaseD	1.067s
09:16:15 [2019-08-28T09:16:15.761Z] PASS: docker_cli_cp_from_container_test.go:223: DockerSuite.TestCpFromCaseE	1.060s
09:16:16 [2019-08-28T09:16:16.145Z] 
09:16:16 [2019-08-28T09:16:16.145Z] #35 [runner 12/12] COPY --from=builder       /build/ /
09:16:16 [2019-08-28T09:16:16.691Z] PASS: docker_cli_cp_from_container_test.go:252: DockerSuite.TestCpFromCaseF	0.919s
09:16:17 [2019-08-28T09:16:17.505Z] #35 DONE 1.2s
09:16:17 [2019-08-28T09:16:17.505Z] 
09:16:17 [2019-08-28T09:16:17.505Z] #36 exporting to image
09:16:17 [2019-08-28T09:16:17.505Z] #36 exporting layers
09:16:17 [2019-08-28T09:16:17.621Z] PASS: docker_cli_cp_from_container_test.go:275: DockerSuite.TestCpFromCaseG	1.098s
09:16:18 [2019-08-28T09:16:18.991Z] PASS: docker_cli_cp_from_container_test.go:314: DockerSuite.TestCpFromCaseH	1.071s
09:16:19 [2019-08-28T09:16:19.554Z] PASS: docker_cli_cp_from_container_test.go:344: DockerSuite.TestCpFromCaseI	0.926s
09:16:21 [2019-08-28T09:16:21.024Z] PASS: docker_cli_cp_from_container_test.go:368: DockerSuite.TestCpFromCaseJ	1.079s
09:16:21 [2019-08-28T09:16:21.665Z] #36 exporting layers 3.8s done
09:16:21 [2019-08-28T09:16:21.665Z] #36 writing image sha256:5aef2e69b8b4af5cb6d564302dde397bbe3e04e89bb971c5bd8dc671f9427998 done
09:16:21 [2019-08-28T09:16:21.665Z] #36 naming to docker.io/library/moby-e2e-test done
09:16:21 [2019-08-28T09:16:21.665Z] #36 DONE 3.8s
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
09:16:22 [2019-08-28T09:16:22.019Z] + echo Ensuring container killed.
09:16:22 [2019-08-28T09:16:22.019Z] Ensuring container killed.
09:16:22 [2019-08-28T09:16:22.019Z] + docker rm -vf docker-pr8
09:16:22 [2019-08-28T09:16:22.019Z] Error: No such container: docker-pr8
09:16:22 [2019-08-28T09:16:22.019Z] + true
[Pipeline] sh
09:16:22 [2019-08-28T09:16:22.395Z] PASS: docker_cli_cp_from_container_test.go:25: DockerSuite.TestCpFromSymlinkDestination	1.498s
09:16:22 [2019-08-28T09:16:22.437Z] + echo Chowning /workspace to jenkins user
09:16:22 [2019-08-28T09:16:22.437Z] Chowning /workspace to jenkins user
09:16:22 [2019-08-28T09:16:22.437Z] + id -u
09:16:22 [2019-08-28T09:16:22.437Z] + id -g
09:16:22 [2019-08-28T09:16:22.437Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39571:/workspace busybox chown -R 1000:1000 /workspace
09:16:23 [2019-08-28T09:16:23.327Z] PASS: docker_cli_cp_test.go:188: DockerSuite.TestCpFromSymlinkToDirectory	1.062s
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
09:16:23 [2019-08-28T09:16:23.771Z] + bundleName=unit
09:16:23 [2019-08-28T09:16:23.771Z] + echo Creating unit-bundles.tar.gz
09:16:23 [2019-08-28T09:16:23.771Z] Creating unit-bundles.tar.gz
09:16:23 [2019-08-28T09:16:23.771Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out
09:16:23 [2019-08-28T09:16:23.771Z] bundles/junit-report.xml
09:16:23 [2019-08-28T09:16:23.771Z] bundles/go-test-report.json
09:16:23 [2019-08-28T09:16:23.771Z] bundles/profile.out
[Pipeline] archiveArtifacts
09:16:23 [2019-08-28T09:16:23.815Z] Archiving artifacts
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
09:16:24 [2019-08-28T09:16:24.258Z] PASS: docker_cli_cp_test.go:37: DockerSuite.TestCpGarbagePath	0.905s
09:16:24 [2019-08-28T09:16:24.258Z] PASS: docker_cli_cp_test.go:30: DockerSuite.TestCpLocalOnly	0.009s
09:16:24 [2019-08-28T09:16:24.427Z] + make clean
09:16:24 [2019-08-28T09:16:24.682Z] docker volume rm -f docker-dev-cache
09:16:24 [2019-08-28T09:16:24.682Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
09:16:25 [2019-08-28T09:16:25.030Z] Terminated
09:16:25 [2019-08-28T09:16:25.048Z] Terminated
09:16:25 [2019-08-28T09:16:25.189Z] PASS: docker_cli_cp_test.go:517: DockerSuite.TestCpNameHasColon	0.917s
09:16:26 [2019-08-28T09:16:26.120Z] PASS: docker_cli_cp_test.go:73: DockerSuite.TestCpRelativePath	0.896s
09:16:27 [2019-08-28T09:16:27.491Z] PASS: docker_cli_cp_test.go:374: DockerSuite.TestCpSpecialFiles	1.175s
09:16:28 [2019-08-28T09:16:28.423Z] PASS: docker_cli_cp_test.go:311: DockerSuite.TestCpSymlinkComponent	0.912s
09:16:29 [2019-08-28T09:16:29.354Z] PASS: docker_cli_cp_test.go:568: DockerSuite.TestCpSymlinkFromConToHostFollowSymlink	1.108s
09:16:31 [2019-08-28T09:16:31.250Z] PASS: docker_cli_cp_to_container_test.go:124: DockerSuite.TestCpToCaseA	1.683s
09:16:31 [2019-08-28T09:16:31.815Z] PASS: docker_api_swarm_test.go:374: DockerSwarmSuite.TestAPISwarmRaftQuorum	61.701s
09:16:31 [2019-08-28T09:16:31.815Z] PASS: docker_cli_cp_to_container_test.go:145: DockerSuite.TestCpToCaseB	0.895s
09:16:35 [2019-08-28T09:16:35.091Z] PASS: docker_cli_cp_to_container_test.go:166: DockerSuite.TestCpToCaseC	2.861s
09:16:40 [2019-08-28T09:16:40.355Z] PASS: docker_cli_cp_to_container_test.go:193: DockerSuite.TestCpToCaseD	5.380s
09:16:43 [2019-08-28T09:16:43.630Z] PASS: docker_cli_cp_to_container_test.go:239: DockerSuite.TestCpToCaseE	3.425s
09:16:44 [2019-08-28T09:16:44.564Z] PASS: docker_cli_cp_to_container_test.go:274: DockerSuite.TestCpToCaseF	0.926s
09:16:49 [2019-08-28T09:16:49.818Z] PASS: docker_cli_cp_to_container_test.go:297: DockerSuite.TestCpToCaseG	5.128s
09:16:53 [2019-08-28T09:16:53.093Z] PASS: docker_cli_cp_to_container_test.go:343: DockerSuite.TestCpToCaseH	3.471s
09:16:54 [2019-08-28T09:16:54.027Z] PASS: docker_cli_cp_to_container_test.go:379: DockerSuite.TestCpToCaseI	0.909s
09:16:59 [2019-08-28T09:16:59.280Z] PASS: docker_cli_cp_to_container_test.go:403: DockerSuite.TestCpToCaseJ	5.008s
09:17:00 [2019-08-28T09:17:00.211Z] PASS: docker_cli_cp_to_container_unix_test.go:17: DockerSuite.TestCpToContainerWithPermissions	0.946s
09:17:01 [2019-08-28T09:17:01.141Z] PASS: docker_cli_cp_test.go:477: DockerSuite.TestCpToDot	0.906s
09:17:03 [2019-08-28T09:17:03.035Z] PASS: docker_cli_cp_to_container_test.go:446: DockerSuite.TestCpToErrReadOnlyRootfs	1.701s
09:17:04 [2019-08-28T09:17:04.929Z] PASS: docker_cli_cp_to_container_test.go:473: DockerSuite.TestCpToErrReadOnlyVolume	1.845s
09:17:05 [2019-08-28T09:17:05.493Z] PASS: docker_cli_cp_test.go:500: DockerSuite.TestCpToStdout	0.911s
09:17:09 [2019-08-28T09:17:09.669Z] PASS: docker_cli_cp_to_container_test.go:23: DockerSuite.TestCpToSymlinkDestination	3.480s
09:17:09 [2019-08-28T09:17:09.669Z] PASS: docker_cli_cp_test.go:234: DockerSuite.TestCpToSymlinkToDirectory	0.394s
09:17:10 [2019-08-28T09:17:10.240Z] PASS: docker_cli_cp_test.go:350: DockerSuite.TestCpUnprivilegedUser	0.948s
09:17:12 [2019-08-28T09:17:12.137Z] PASS: docker_cli_cp_test.go:414: DockerSuite.TestCpVolumePath	1.755s
09:17:12 [2019-08-28T09:17:12.137Z] PASS: docker_cli_create_test.go:328: DockerSuite.TestCreate64ByteHexID	0.073s
09:17:12 [2019-08-28T09:17:12.394Z] PASS: docker_cli_create_test.go:23: DockerSuite.TestCreateArgs	0.082s
09:17:12 [2019-08-28T09:17:12.957Z] PASS: docker_cli_create_test.go:260: DockerSuite.TestCreateByImageID	0.525s
09:17:13 [2019-08-28T09:17:13.520Z] PASS: docker_cli_create_test.go:165: DockerSuite.TestCreateEchoStdout	0.795s
09:17:13 [2019-08-28T09:17:13.520Z] SKIP: docker_cli_create_test.go:61: DockerSuite.TestCreateGrowRootfs (unmatched requirement Devicemapper)
09:17:13 [2019-08-28T09:17:13.778Z] PASS: docker_cli_create_test.go:85: DockerSuite.TestCreateHostConfig	0.082s
09:17:14 [2019-08-28T09:17:14.708Z] PASS: docker_cli_create_test.go:223: DockerSuite.TestCreateHostnameWithNumber	0.803s
09:17:14 [2019-08-28T09:17:14.965Z] PASS: docker_cli_create_test.go:206: DockerSuite.TestCreateLabelFromImage	0.390s
09:17:14 [2019-08-28T09:17:14.965Z] PASS: docker_cli_create_test.go:193: DockerSuite.TestCreateLabels	0.081s
09:17:15 [2019-08-28T09:17:15.222Z] PASS: docker_cli_create_test.go:250: DockerSuite.TestCreateModeIpcContainer	0.139s
09:17:15 [2019-08-28T09:17:15.222Z] PASS: docker_cli_create_test.go:233: DockerSuite.TestCreateRM	0.156s
09:17:15 [2019-08-28T09:17:15.222Z] SKIP: docker_cli_create_test.go:75: DockerSuite.TestCreateShrinkRootfs (unmatched requirement Devicemapper)
09:17:15 [2019-08-28T09:17:15.480Z] PASS: docker_cli_create_test.go:293: DockerSuite.TestCreateStopSignal	0.078s
09:17:15 [2019-08-28T09:17:15.480Z] PASS: docker_cli_create_test.go:363: DockerSuite.TestCreateStopTimeout	0.139s
09:17:18 [2019-08-28T09:17:18.004Z] PASS: docker_cli_create_test.go:336: DockerSuite.TestCreateUnsetEntrypoint	2.358s
09:17:18 [2019-08-28T09:17:18.004Z] PASS: docker_cli_create_test.go:174: DockerSuite.TestCreateVolumesCreated	0.088s
09:17:18 [2019-08-28T09:17:18.004Z] PASS: docker_cli_create_test.go:316: DockerSuite.TestCreateWithInvalidLogOpts	0.029s
09:17:21 [2019-08-28T09:17:21.279Z] PASS: docker_cli_create_test.go:136: DockerSuite.TestCreateWithLargePortRange	2.515s
09:17:21 [2019-08-28T09:17:21.279Z] PASS: docker_cli_create_test.go:107: DockerSuite.TestCreateWithPortRange	0.083s
09:17:21 [2019-08-28T09:17:21.279Z] PASS: docker_api_containers_test.go:893: DockerSuite.TestCreateWithTooLowMemoryLimit	0.022s
09:17:21 [2019-08-28T09:17:21.279Z] PASS: docker_cli_create_test.go:302: DockerSuite.TestCreateWithWorkdir	0.150s
09:17:21 [2019-08-28T09:17:21.279Z] PASS: docker_deprecated_api_v124_test.go:71: DockerSuite.TestDeprecatedContainerAPIStartDupVolumeBinds	0.049s
09:17:21 [2019-08-28T09:17:21.536Z] PASS: docker_deprecated_api_v124_test.go:21: DockerSuite.TestDeprecatedContainerAPIStartHostConfig	0.073s
09:17:22 [2019-08-28T09:17:22.466Z] PASS: docker_deprecated_api_v124_test.go:40: DockerSuite.TestDeprecatedContainerAPIStartVolumeBinds	0.566s
09:17:23 [2019-08-28T09:17:23.837Z] PASS: docker_deprecated_api_v124_test.go:104: DockerSuite.TestDeprecatedContainerAPIStartVolumesFrom	1.435s
09:17:24 [2019-08-28T09:17:24.768Z] PASS: docker_deprecated_api_v124_test.go:137: DockerSuite.TestDeprecatedPostContainerBindNormalVolume	0.681s
09:17:26 [2019-08-28T09:17:26.662Z] PASS: docker_deprecated_api_v124_test.go:199: DockerSuite.TestDeprecatedPostContainersStartWithLinksInHostConfig	1.250s
09:17:28 [2019-08-28T09:17:28.031Z] PASS: docker_deprecated_api_v124_test.go:217: DockerSuite.TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked	1.659s
09:17:28 [2019-08-28T09:17:28.966Z] PASS: docker_deprecated_api_v124_test.go:182: DockerSuite.TestDeprecatedPostContainersStartWithoutLinksInHostConfig	0.608s
09:17:29 [2019-08-28T09:17:29.899Z] PASS: docker_deprecated_api_v124_test.go:236: DockerSuite.TestDeprecatedStartWithNilDNS	0.617s
09:17:29 [2019-08-28T09:17:29.899Z] PASS: docker_deprecated_api_v124_test.go:157: DockerSuite.TestDeprecatedStartWithTooLowMemoryLimit	0.074s
09:17:30 [2019-08-28T09:17:30.829Z] PASS: docker_cli_run_test.go:3001: DockerSuite.TestDevicePermissions	0.801s
09:17:30 [2019-08-28T09:17:30.829Z] PASS: docker_cli_run_test.go:3712: DockerSuite.TestDockerFails	0.010s
09:17:30 [2019-08-28T09:17:30.829Z] PASS: docker_cli_network_unix_test.go:450: DockerSuite.TestDockerInspectMultipleNetwork	0.012s
09:17:30 [2019-08-28T09:17:30.829Z] PASS: docker_cli_network_unix_test.go:460: DockerSuite.TestDockerInspectMultipleNetworksIncludingNonexistent	0.035s
09:17:32 [2019-08-28T09:17:32.199Z] PASS: docker_cli_network_unix_test.go:499: DockerSuite.TestDockerInspectNetworkWithContainerName	1.315s
09:17:33 [2019-08-28T09:17:33.146Z] PASS: docker_cli_network_unix_test.go:1621: DockerSuite.TestDockerNetworkConnectFailsNoInspectChange	0.860s
09:17:34 [2019-08-28T09:17:34.080Z] PASS: docker_api_swarm_test.go:796: DockerSwarmSuite.TestAPISwarmRestartCluster	26.079s
09:17:34 [2019-08-28T09:17:34.644Z] PASS: docker_cli_network_unix_test.go:404: DockerSuite.TestDockerNetworkDeleteMultiple	1.261s
09:17:34 [2019-08-28T09:17:34.644Z] PASS: docker_cli_network_unix_test.go:399: DockerSuite.TestDockerNetworkDeleteNotExists	0.019s
09:17:34 [2019-08-28T09:17:34.644Z] PASS: docker_cli_network_unix_test.go:428: DockerSuite.TestDockerNetworkInspect	0.031s
09:17:34 [2019-08-28T09:17:34.644Z] PASS: docker_cli_network_unix_test.go:439: DockerSuite.TestDockerNetworkInspectWithID	0.097s
09:17:41 [2019-08-28T09:17:41.190Z] PASS: docker_cli_network_unix_test.go:1636: DockerSuite.TestDockerNetworkInternalMode	5.985s
09:17:44 [2019-08-28T09:17:44.466Z] PASS: docker_cli_volume_test.go:475: DockerSuite.TestDuplicateMountpointsForVolumesFrom	2.741s
09:17:46 [2019-08-28T09:17:46.987Z] PASS: docker_cli_volume_test.go:517: DockerSuite.TestDuplicateMountpointsForVolumesFromAndBind	2.737s
09:17:48 [2019-08-28T09:17:48.883Z] PASS: docker_cli_volume_test.go:561: DockerSuite.TestDuplicateMountpointsForVolumesFromAndMounts	2.002s
09:17:50 [2019-08-28T09:17:50.252Z] PASS: docker_cli_network_unix_test.go:1613: DockerSuite.TestEmbeddedDNSInvalidInput	1.143s
09:17:50 [2019-08-28T09:17:50.816Z] PASS: docker_cli_events_test.go:463: DockerSuite.TestEventsAttach	0.916s
09:17:52 [2019-08-28T09:17:52.186Z] PASS: docker_cli_events_test.go:394: DockerSuite.TestEventsCommit	1.005s
09:17:52 [2019-08-28T09:17:52.752Z] PASS: docker_cli_events_test.go:80: DockerSuite.TestEventsContainerEvents	0.837s
09:17:53 [2019-08-28T09:17:53.682Z] PASS: docker_cli_events_test.go:92: DockerSuite.TestEventsContainerEventsAttrSort	0.799s
09:17:54 [2019-08-28T09:17:54.611Z] PASS: docker_cli_events_test.go:116: DockerSuite.TestEventsContainerEventsSinceUnixEpoch	0.816s
09:17:55 [2019-08-28T09:17:55.541Z] PASS: docker_api_swarm_test.go:473: DockerSwarmSuite.TestAPISwarmRestoreOnPendingJoin	21.494s
09:17:56 [2019-08-28T09:17:56.472Z] PASS: docker_cli_events_unix_test.go:142: DockerSuite.TestEventsContainerFilterBeforeCreate	1.593s
09:17:58 [2019-08-28T09:17:58.368Z] PASS: docker_cli_events_unix_test.go:128: DockerSuite.TestEventsContainerFilterByName	1.340s
09:18:00 [2019-08-28T09:18:00.914Z] PASS: docker_api_swarm_test.go:518: DockerSwarmSuite.TestAPISwarmScaleNoRollingUpdate	3.920s
09:18:01 [2019-08-28T09:18:01.845Z] PASS: docker_cli_events_test.go:643: DockerSuite.TestEventsContainerRestart	3.684s
09:18:05 [2019-08-28T09:18:05.121Z] PASS: docker_cli_events_unix_test.go:222: DockerSuite.TestEventsContainerWithMultiNetwork	2.799s
09:18:06 [2019-08-28T09:18:06.495Z] PASS: docker_cli_events_test.go:411: DockerSuite.TestEventsCopy	1.517s
09:18:08 [2019-08-28T09:18:08.393Z] PASS: docker_cli_events_test.go:356: DockerSuite.TestEventsFilterContainer	2.030s
09:18:09 [2019-08-28T09:18:09.325Z] PASS: docker_cli_events_test.go:633: DockerSuite.TestEventsFilterImageInContainerAction	0.578s
09:18:09 [2019-08-28T09:18:09.582Z] PASS: docker_cli_events_test.go:326: DockerSuite.TestEventsFilterImageLabels	0.331s
09:18:11 [2019-08-28T09:18:11.477Z] PASS: docker_cli_events_test.go:263: DockerSuite.TestEventsFilterImageName	1.353s
09:18:11 [2019-08-28T09:18:11.734Z] PASS: docker_cli_events_test.go:291: DockerSuite.TestEventsFilterLabels	0.564s
09:18:11 [2019-08-28T09:18:11.734Z] PASS: docker_cli_events_unix_test.go:377: DockerSuite.TestEventsFilterNetworkID	0.046s
09:18:12 [2019-08-28T09:18:12.298Z] PASS: docker_cli_events_test.go:549: DockerSuite.TestEventsFilterType	0.336s
09:18:12 [2019-08-28T09:18:12.298Z] PASS: docker_cli_events_unix_test.go:343: DockerSuite.TestEventsFilterVolumeAndNetworkType	0.062s
09:18:12 [2019-08-28T09:18:12.298Z] PASS: docker_cli_events_unix_test.go:362: DockerSuite.TestEventsFilterVolumeID	0.021s
09:18:14 [2019-08-28T09:18:14.193Z] PASS: docker_cli_events_test.go:248: DockerSuite.TestEventsFilters	1.646s
09:18:15 [2019-08-28T09:18:15.562Z] PASS: docker_cli_events_test.go:712: DockerSuite.TestEventsFormat	1.599s
09:18:15 [2019-08-28T09:18:15.562Z] PASS: docker_cli_events_test.go:745: DockerSuite.TestEventsFormatBadField	0.009s
09:18:15 [2019-08-28T09:18:15.562Z] PASS: docker_cli_events_test.go:735: DockerSuite.TestEventsFormatBadFunc	0.010s
09:18:16 [2019-08-28T09:18:16.492Z] PASS: docker_cli_events_test.go:166: DockerSuite.TestEventsImageImport	0.812s
09:18:16 [2019-08-28T09:18:16.492Z] PASS: docker_cli_events_test.go:190: DockerSuite.TestEventsImageLoad	0.192s
09:18:17 [2019-08-28T09:18:17.056Z] PASS: docker_cli_events_test.go:148: DockerSuite.TestEventsImagePull	0.382s
09:18:17 [2019-08-28T09:18:17.986Z] PASS: docker_cli_events_test.go:130: DockerSuite.TestEventsImageTag	1.024s
09:18:18 [2019-08-28T09:18:18.243Z] PASS: docker_cli_events_unix_test.go:304: DockerSuite.TestEventsImageUntagDelete	0.302s
09:18:18 [2019-08-28T09:18:18.243Z] SKIP: docker_cli_events_unix_test.go:50: DockerSuite.TestEventsOOMDisableFalse (unmatched requirement swapMemorySupport)
09:18:18 [2019-08-28T09:18:18.243Z] SKIP: docker_cli_events_unix_test.go:80: DockerSuite.TestEventsOOMDisableTrue (unmatched requirement swapMemorySupport)
09:18:19 [2019-08-28T09:18:19.173Z] PASS: docker_api_swarm_service_test.go:403: DockerSwarmSuite.TestAPISwarmServiceConstraintLabel	7.769s
09:18:20 [2019-08-28T09:18:20.104Z] PASS: docker_cli_events_test.go:229: DockerSuite.TestEventsPluginOps	1.742s
09:18:21 [2019-08-28T09:18:21.036Z] PASS: docker_cli_events_unix_test.go:24: DockerSuite.TestEventsRedirectStdout	0.831s
09:18:21 [2019-08-28T09:18:21.975Z] PASS: docker_cli_events_test.go:501: DockerSuite.TestEventsRename	0.881s
09:18:22 [2019-08-28T09:18:22.916Z] PASS: docker_cli_events_test.go:440: DockerSuite.TestEventsResize	0.976s
09:18:23 [2019-08-28T09:18:23.480Z] PASS: docker_cli_events_test.go:683: DockerSuite.TestEventsSinceInTheFuture	0.572s
09:18:24 [2019-08-28T09:18:24.852Z] PASS: docker_cli_events_test.go:603: DockerSuite.TestEventsSpecialFiltersWithExecCreate	0.894s
09:18:26 [2019-08-28T09:18:26.223Z] PASS: docker_cli_events_unix_test.go:250: DockerSuite.TestEventsStreaming	1.151s
09:18:29 [2019-08-28T09:18:29.495Z] PASS: docker_cli_events_test.go:28: DockerSuite.TestEventsTimestampFormats	3.047s
09:18:29 [2019-08-28T09:18:29.752Z] PASS: docker_cli_events_test.go:512: DockerSuite.TestEventsTop	0.854s
09:18:33 [2019-08-28T09:18:33.025Z] PASS: docker_cli_events_test.go:57: DockerSuite.TestEventsUntag	2.559s
09:18:33 [2019-08-28T09:18:33.955Z] PASS: docker_cli_events_test.go:695: DockerSuite.TestEventsUntilInThePast	1.411s
09:18:34 [2019-08-28T09:18:34.887Z] PASS: docker_cli_exec_test.go:25: DockerSuite.TestExec	0.687s
09:18:35 [2019-08-28T09:18:35.819Z] PASS: docker_api_exec_test.go:61: DockerSuite.TestExecAPICreateContainerPaused	0.614s
09:18:36 [2019-08-28T09:18:36.076Z] PASS: docker_api_swarm_service_test.go:351: DockerSwarmSuite.TestAPISwarmServiceConstraintRole	5.928s
09:18:36 [2019-08-28T09:18:36.640Z] PASS: docker_api_exec_test.go:24: DockerSuite.TestExecAPICreateNoCmd	0.614s
09:18:37 [2019-08-28T09:18:37.573Z] PASS: docker_api_exec_test.go:40: DockerSuite.TestExecAPICreateNoValidContentType	0.691s
09:18:40 [2019-08-28T09:18:40.097Z] PASS: docker_api_exec_test.go:80: DockerSuite.TestExecAPIStart	1.814s
09:18:40 [2019-08-28T09:18:40.662Z] PASS: docker_api_exec_test.go:117: DockerSuite.TestExecAPIStartBackwardsCompatible	0.710s
09:18:41 [2019-08-28T09:18:41.593Z] PASS: docker_api_exec_test.go:107: DockerSuite.TestExecAPIStartEnsureHeaders	0.587s
09:18:42 [2019-08-28T09:18:42.524Z] PASS: docker_api_exec_test.go:189: DockerSuite.TestExecAPIStartInvalidCommand	0.656s
09:18:43 [2019-08-28T09:18:43.456Z] PASS: docker_api_exec_test.go:132: DockerSuite.TestExecAPIStartMultipleTimesError	0.675s
09:18:44 [2019-08-28T09:18:44.387Z] PASS: docker_api_exec_test.go:173: DockerSuite.TestExecAPIStartValidCommand	0.655s
09:18:45 [2019-08-28T09:18:45.318Z] PASS: docker_api_exec_test.go:142: DockerSuite.TestExecAPIStartWithDetach	0.636s
09:18:47 [2019-08-28T09:18:47.214Z] PASS: docker_cli_exec_test.go:70: DockerSuite.TestExecAfterContainerRestart	1.480s
09:18:48 [2019-08-28T09:18:48.585Z] PASS: docker_cli_exec_test.go:247: DockerSuite.TestExecCgroup	1.263s
09:18:49 [2019-08-28T09:18:49.516Z] PASS: docker_cli_exec_test.go:99: DockerSuite.TestExecEnv	0.703s
09:18:51 [2019-08-28T09:18:51.409Z] PASS: docker_cli_exec_test.go:524: DockerSuite.TestExecEnvLinksHost	1.289s
09:18:51 [2019-08-28T09:18:51.666Z] PASS: docker_api_swarm_service_test.go:498: DockerSwarmSuite.TestAPISwarmServicePlacementPrefs	4.220s
09:18:51 [2019-08-28T09:18:51.924Z] PASS: docker_cli_exec_test.go:125: DockerSuite.TestExecExitStatus	0.719s
09:18:54 [2019-08-28T09:18:54.450Z] PASS: docker_cli_exec_test.go:300: DockerSuite.TestExecInspectID	2.021s
09:18:55 [2019-08-28T09:18:55.382Z] PASS: docker_cli_exec_test.go:34: DockerSuite.TestExecInteractive	0.801s
09:18:56 [2019-08-28T09:18:56.316Z] PASS: docker_cli_exec_unix_test.go:18: DockerSuite.TestExecInteractiveStdinClose	0.792s
09:18:57 [2019-08-28T09:18:57.247Z] PASS: docker_cli_exec_test.go:480: DockerSuite.TestExecOnReadonlyContainer	0.659s
09:18:58 [2019-08-28T09:18:58.177Z] PASS: docker_cli_exec_test.go:205: DockerSuite.TestExecParseError	0.521s
09:18:58 [2019-08-28T09:18:58.177Z] PASS: docker_api_swarm_service_test.go:63: DockerSwarmSuite.TestAPISwarmServicesCreate	6.071s
09:18:59 [2019-08-28T09:18:59.108Z] PASS: docker_cli_exec_test.go:132: DockerSuite.TestExecPausedContainer	0.674s
09:19:00 [2019-08-28T09:19:00.040Z] PASS: docker_api_exec_resize_test.go:18: DockerSuite.TestExecResizeAPIHeightWidthNoInt	0.606s
09:19:03 [2019-08-28T09:19:03.320Z] PASS: docker_api_exec_resize_test.go:34: DockerSuite.TestExecResizeImmediatelyAfterExecStart	2.198s
09:19:04 [2019-08-28T09:19:04.254Z] PASS: docker_cli_exec_test.go:114: DockerSuite.TestExecSetEnv	0.770s
09:19:05 [2019-08-28T09:19:05.187Z] PASS: docker_cli_exec_test.go:500: DockerSuite.TestExecStartFails	0.869s
09:19:17 [2019-08-28T09:19:17.374Z] PASS: docker_api_exec_test.go:207: DockerSuite.TestExecStateCleanup	11.131s
09:19:17 [2019-08-28T09:19:17.374Z] PASS: docker_cli_exec_test.go:219: DockerSuite.TestExecStopNotHanging	0.840s
09:19:18 [2019-08-28T09:19:18.308Z] PASS: docker_cli_exec_unix_test.go:47: DockerSuite.TestExecTTY	0.690s
09:19:19 [2019-08-28T09:19:19.238Z] PASS: docker_cli_exec_test.go:147: DockerSuite.TestExecTTYCloseStdin	0.735s
09:19:20 [2019-08-28T09:19:20.169Z] PASS: docker_cli_exec_test.go:168: DockerSuite.TestExecTTYWithoutStdin	0.621s
09:19:21 [2019-08-28T09:19:21.099Z] PASS: docker_cli_exec_test.go:488: DockerSuite.TestExecUlimits	0.697s
09:19:21 [2019-08-28T09:19:21.099Z] SKIP: docker_cli_exec_test.go:514: DockerSuite.TestExecWindowsPathNotWiped (unmatched requirement DaemonIsWindows)
09:19:23 [2019-08-28T09:19:23.622Z] PASS: docker_cli_exec_test.go:467: DockerSuite.TestExecWithImageUser	1.943s
09:19:24 [2019-08-28T09:19:24.186Z] PASS: docker_cli_exec_unix_test.go:89: DockerSuite.TestExecWithNoTERM	0.651s
09:19:25 [2019-08-28T09:19:25.556Z] PASS: docker_cli_exec_test.go:437: DockerSuite.TestExecWithPrivileged	1.044s
09:19:26 [2019-08-28T09:19:26.486Z] PASS: docker_cli_exec_unix_test.go:77: DockerSuite.TestExecWithTERM	0.669s
09:19:27 [2019-08-28T09:19:27.416Z] PASS: docker_api_swarm_service_test.go:124: DockerSwarmSuite.TestAPISwarmServicesCreateGlobal	7.568s
09:19:27 [2019-08-28T09:19:27.416Z] PASS: docker_cli_exec_test.go:424: DockerSuite.TestExecWithUser	0.844s
09:19:30 [2019-08-28T09:19:30.696Z] PASS: docker_api_swarm_service_test.go:55: DockerSwarmSuite.TestAPISwarmServicesEmptyList	1.308s
09:19:32 [2019-08-28T09:19:32.591Z] PASS: docker_api_containers_test.go:190: DockerSuite.TestGetContainerStats	4.952s
09:19:37 [2019-08-28T09:19:37.846Z] PASS: docker_api_containers_test.go:338: DockerSuite.TestGetContainerStatsNoStream	4.877s
09:19:39 [2019-08-28T09:19:39.741Z] PASS: docker_api_containers_test.go:230: DockerSuite.TestGetContainerStatsRmRunning	2.401s
09:19:45 [2019-08-28T09:19:45.018Z] PASS: docker_api_containers_test.go:297: DockerSuite.TestGetContainerStatsStream	4.829s
09:19:45 [2019-08-28T09:19:45.275Z] PASS: docker_api_attach_test.go:26: DockerSuite.TestGetContainersAttachWebsocket	0.575s
09:19:45 [2019-08-28T09:19:45.275Z] PASS: docker_api_attach_test.go:90: DockerSuite.TestGetContainersWsAttachContainerNotFound	0.001s
09:19:45 [2019-08-28T09:19:45.275Z] PASS: docker_api_containers_test.go:378: DockerSuite.TestGetStoppedContainerStats	0.072s
09:19:53 [2019-08-28T09:19:53.371Z] PASS: docker_api_swarm_service_test.go:311: DockerSwarmSuite.TestAPISwarmServicesFailedUpdate	11.341s
09:20:08 [2019-08-28T09:20:08.229Z] PASS: docker_cli_health_test.go:39: DockerSuite.TestHealth	21.547s
09:20:08 [2019-08-28T09:20:08.229Z] PASS: docker_cli_history_test.go:58: DockerSuite.TestHistoryExistentImage	0.013s
09:20:08 [2019-08-28T09:20:08.229Z] PASS: docker_cli_history_test.go:86: DockerSuite.TestHistoryHumanOptionFalse	0.010s
09:20:08 [2019-08-28T09:20:08.229Z] PASS: docker_cli_history_test.go:104: DockerSuite.TestHistoryHumanOptionTrue	0.009s
09:20:08 [2019-08-28T09:20:08.229Z] PASS: docker_cli_history_test.go:67: DockerSuite.TestHistoryImageWithComment	0.993s
09:20:08 [2019-08-28T09:20:08.229Z] PASS: docker_cli_history_test.go:62: DockerSuite.TestHistoryNonExistentImage	0.010s
09:20:08 [2019-08-28T09:20:08.792Z] PASS: docker_cli_images_test.go:227: DockerSuite.TestImagesEnsureDanglingImageOnlyListedOnce	0.900s
09:20:08 [2019-08-28T09:20:08.792Z] PASS: docker_cli_images_test.go:22: DockerSuite.TestImagesEnsureImageIsListed	0.011s
09:20:08 [2019-08-28T09:20:08.792Z] PASS: docker_cli_images_test.go:46: DockerSuite.TestImagesEnsureImageWithBadTagIsNotListed	0.010s
09:20:09 [2019-08-28T09:20:09.049Z] PASS: docker_cli_images_test.go:27: DockerSuite.TestImagesEnsureImageWithTagIsListed	0.082s
09:20:09 [2019-08-28T09:20:09.306Z] PASS: docker_cli_images_test.go:301: DockerSuite.TestImagesEnsureImagesFromBusyboxShown	0.315s
09:20:09 [2019-08-28T09:20:09.563Z] PASS: docker_cli_images_test.go:284: DockerSuite.TestImagesEnsureImagesFromScratchShown	0.306s
09:20:10 [2019-08-28T09:20:10.130Z] PASS: docker_cli_images_test.go:261: DockerSuite.TestImagesEnsureOnlyHeadsImagesShown	0.497s
09:20:10 [2019-08-28T09:20:10.130Z] PASS: docker_cli_images_test.go:71: DockerSuite.TestImagesErrorWithInvalidFilterNameTest	0.012s
09:20:11 [2019-08-28T09:20:11.061Z] PASS: docker_cli_images_test.go:77: DockerSuite.TestImagesFilterLabelMatch	0.973s
09:20:11 [2019-08-28T09:20:11.061Z] PASS: docker_cli_images_test.go:316: DockerSuite.TestImagesFilterNameWithPort	0.079s
09:20:12 [2019-08-28T09:20:12.432Z] PASS: docker_cli_images_test.go:117: DockerSuite.TestImagesFilterSinceAndBefore	1.103s
09:20:13 [2019-08-28T09:20:13.365Z] PASS: docker_cli_images_test.go:187: DockerSuite.TestImagesFilterSpaceTrimCase	1.067s
09:20:13 [2019-08-28T09:20:13.365Z] PASS: docker_cli_images_test.go:329: DockerSuite.TestImagesFormat	0.057s
09:20:14 [2019-08-28T09:20:14.742Z] PASS: docker_cli_images_test.go:345: DockerSuite.TestImagesFormatDefaultFormat	1.213s
09:20:18 [2019-08-28T09:20:18.015Z] PASS: docker_cli_images_test.go:51: DockerSuite.TestImagesOrderedByCreationDate	2.956s
09:20:18 [2019-08-28T09:20:18.015Z] PASS: docker_cli_images_test.go:255: DockerSuite.TestImagesWithIncorrectFilter	0.009s
09:20:18 [2019-08-28T09:20:18.015Z] PASS: docker_cli_import_test.go:37: DockerSuite.TestImportBadURL	0.059s
09:20:19 [2019-08-28T09:20:19.385Z] PASS: docker_cli_import_test.go:19: DockerSuite.TestImportDisplay	1.565s
09:20:20 [2019-08-28T09:20:20.316Z] PASS: docker_api_swarm_service_test.go:96: DockerSwarmSuite.TestAPISwarmServicesMultipleAgents	20.969s
09:20:21 [2019-08-28T09:20:21.262Z] PASS: docker_cli_import_test.go:48: DockerSuite.TestImportFile	1.995s
09:20:21 [2019-08-28T09:20:21.262Z] PASS: docker_cli_import_test.go:123: DockerSuite.TestImportFileNonExistentFile	0.010s
09:20:23 [2019-08-28T09:20:23.160Z] PASS: docker_cli_import_test.go:92: DockerSuite.TestImportFileWithMessage	1.874s
09:20:25 [2019-08-28T09:20:25.686Z] PASS: docker_cli_import_test.go:69: DockerSuite.TestImportGzipped	1.996s
09:20:28 [2019-08-28T09:20:28.215Z] PASS: docker_cli_import_test.go:128: DockerSuite.TestImportWithQuotedChanges	2.808s
09:20:28 [2019-08-28T09:20:28.472Z] PASS: docker_cli_info_test.go:178: DockerSuite.TestInfoDebug	0.552s
09:20:29 [2019-08-28T09:20:29.404Z] PASS: docker_cli_info_test.go:107: DockerSuite.TestInfoDiscoveryAdvertiseInterfaceName	0.603s
09:20:29 [2019-08-28T09:20:29.661Z] PASS: docker_cli_info_test.go:73: DockerSuite.TestInfoDiscoveryBackend	0.539s
09:20:31 [2019-08-28T09:20:31.033Z] PASS: docker_cli_info_test.go:90: DockerSuite.TestInfoDiscoveryInvalidAdvertise	1.002s
09:20:31 [2019-08-28T09:20:31.598Z] PASS: docker_cli_info_test.go:144: DockerSuite.TestInfoDisplaysPausedContainers	0.591s
09:20:32 [2019-08-28T09:20:32.529Z] PASS: docker_cli_info_test.go:131: DockerSuite.TestInfoDisplaysRunningContainers	0.652s
09:20:33 [2019-08-28T09:20:33.460Z] PASS: docker_cli_info_test.go:161: DockerSuite.TestInfoDisplaysStoppedContainers	0.844s
09:20:33 [2019-08-28T09:20:33.460Z] PASS: docker_cli_info_test.go:17: DockerSuite.TestInfoEnsureSucceeds	0.014s
09:20:33 [2019-08-28T09:20:33.460Z] PASS: docker_cli_info_test.go:61: DockerSuite.TestInfoFormat	0.032s
09:20:33 [2019-08-28T09:20:33.460Z] PASS: docker_cli_info_unix_test.go:10: DockerSuite.TestInfoSecurityOptions	0.014s
09:20:34 [2019-08-28T09:20:34.023Z] PASS: docker_cli_info_test.go:196: DockerSuite.TestInsecureRegistries	0.534s
09:20:34 [2019-08-28T09:20:34.954Z] PASS: docker_api_inspect_test.go:146: DockerSuite.TestInspectAPIBridgeNetworkSettings120	0.605s
09:20:35 [2019-08-28T09:20:35.519Z] PASS: docker_api_inspect_test.go:163: DockerSuite.TestInspectAPIBridgeNetworkSettings121	0.610s
09:20:36 [2019-08-28T09:20:36.455Z] PASS: docker_api_inspect_test.go:16: DockerSuite.TestInspectAPIContainerResponse	0.618s
09:20:37 [2019-08-28T09:20:37.387Z] PASS: docker_api_inspect_test.go:83: DockerSuite.TestInspectAPIContainerVolumeDriver	0.614s
09:20:37 [2019-08-28T09:20:37.950Z] PASS: docker_api_inspect_test.go:60: DockerSuite.TestInspectAPIContainerVolumeDriverLegacy	0.585s
09:20:38 [2019-08-28T09:20:38.882Z] PASS: docker_api_inspect_test.go:122: DockerSuite.TestInspectAPIEmptyFieldsInConfigPre121	0.593s
09:20:38 [2019-08-28T09:20:38.882Z] PASS: docker_api_inspect_test.go:107: DockerSuite.TestInspectAPIImageResponse	0.021s
09:20:40 [2019-08-28T09:20:40.251Z] PASS: docker_cli_network_unix_test.go:1034: DockerSuite.TestInspectAPIMultipleNetworks	0.930s
09:20:41 [2019-08-28T09:20:41.182Z] PASS: docker_cli_inspect_test.go:413: DockerSuite.TestInspectAmpersand	0.803s
09:20:42 [2019-08-28T09:20:42.115Z] PASS: docker_cli_inspect_test.go:207: DockerSuite.TestInspectBindMountPoint	0.645s
09:20:42 [2019-08-28T09:20:42.115Z] PASS: docker_cli_inspect_test.go:342: DockerSuite.TestInspectByPrefix	0.029s
09:20:42 [2019-08-28T09:20:42.689Z] PASS: docker_cli_inspect_test.go:142: DockerSuite.TestInspectContainerFilterInt	0.591s
09:20:42 [2019-08-28T09:20:42.689Z] SKIP: docker_cli_inspect_test.go:182: DockerSuite.TestInspectContainerGraphDriver (unmatched requirement Devicemapper)
09:20:44 [2019-08-28T09:20:44.059Z] PASS: docker_cli_inspect_test.go:392: DockerSuite.TestInspectContainerNetworkCustom	1.011s
09:20:44 [2019-08-28T09:20:44.992Z] PASS: docker_cli_inspect_test.go:380: DockerSuite.TestInspectContainerNetworkDefault	0.622s
09:20:45 [2019-08-28T09:20:45.922Z] PASS: docker_cli_inspect_test.go:45: DockerSuite.TestInspectDefault	0.590s
09:20:46 [2019-08-28T09:20:46.852Z] PASS: docker_cli_inspect_test.go:372: DockerSuite.TestInspectHistory	0.921s
09:20:46 [2019-08-28T09:20:46.852Z] PASS: docker_cli_inspect_test.go:25: DockerSuite.TestInspectImage	0.010s
09:20:46 [2019-08-28T09:20:46.852Z] PASS: docker_api_swarm_service_test.go:540: DockerSwarmSuite.TestAPISwarmServicesStateReporting	9.741s
09:20:46 [2019-08-28T09:20:46.852Z] PASS: docker_cli_inspect_test.go:126: DockerSuite.TestInspectImageFilterInt	0.034s
09:20:46 [2019-08-28T09:20:46.852Z] SKIP: docker_cli_inspect_test.go:164: DockerSuite.TestInspectImageGraphDriver (unmatched requirement Devicemapper)
09:20:47 [2019-08-28T09:20:47.790Z] PASS: docker_cli_inspect_test.go:39: DockerSuite.TestInspectInt64	0.626s
09:20:48 [2019-08-28T09:20:48.723Z] PASS: docker_cli_inspect_test.go:334: DockerSuite.TestInspectJSONFields	0.805s
09:20:48 [2019-08-28T09:20:48.723Z] PASS: docker_cli_inspect_test.go:284: DockerSuite.TestInspectLogConfigNoType	0.097s
09:20:49 [2019-08-28T09:20:49.656Z] PASS: docker_cli_inspect_test.go:239: DockerSuite.TestInspectNamedMountPoint	0.573s
09:20:50 [2019-08-28T09:20:50.587Z] PASS: docker_cli_inspect_test.go:297: DockerSuite.TestInspectNoSizeFlagContainer	0.759s
09:20:52 [2019-08-28T09:20:52.491Z] PASS: docker_cli_inspect_test.go:423: DockerSuite.TestInspectPlugin	1.930s
09:20:52 [2019-08-28T09:20:52.491Z] PASS: docker_cli_inspect_test.go:403: DockerSuite.TestInspectRootFS	0.013s
09:20:53 [2019-08-28T09:20:53.863Z] PASS: docker_cli_inspect_test.go:309: DockerSuite.TestInspectSizeFlagContainer	0.719s
09:20:54 [2019-08-28T09:20:54.695Z] --- PASS: TestImportExtremelyLargeImageWorks (313.00s)
09:20:54 [2019-08-28T09:20:54.695Z]     import_test.go:26: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks
09:20:54 [2019-08-28T09:20:54.695Z]     daemon.go:336: [d4dc87917d093] waiting for daemon to start
09:20:54 [2019-08-28T09:20:54.695Z]     daemon.go:336: [d4dc87917d093] waiting for daemon to start
09:20:54 [2019-08-28T09:20:54.695Z]     daemon.go:364: [d4dc87917d093] daemon started
09:20:54 [2019-08-28T09:20:54.695Z]     daemon.go:472: [d4dc87917d093] Stopping daemon
09:20:54 [2019-08-28T09:20:54.695Z]     daemon.go:307: [d4dc87917d093] exiting daemon
09:20:54 [2019-08-28T09:20:54.695Z]     daemon.go:459: [d4dc87917d093] Daemon stopped
09:20:54 [2019-08-28T09:20:54.695Z] PASS
09:20:54 [2019-08-28T09:20:54.695Z] Running /go/src/github.com/docker/docker/integration/network flags=-test.v -test.timeout=120m  
09:20:54 [2019-08-28T09:20:54.695Z] INFO: Testing against a local daemon
09:20:54 [2019-08-28T09:20:54.695Z] === RUN   TestNetworkCreateDelete
09:20:54 [2019-08-28T09:20:54.695Z] --- PASS: TestNetworkCreateDelete (0.21s)
09:20:54 [2019-08-28T09:20:54.695Z] === RUN   TestDockerNetworkDeletePreferID
09:20:54 [2019-08-28T09:20:54.695Z] --- PASS: TestDockerNetworkDeletePreferID (0.58s)
09:20:54 [2019-08-28T09:20:54.695Z] === RUN   TestInspectNetwork
09:20:54 [2019-08-28T09:20:54.695Z] === RUN   TestInspectNetwork/full_network_id
09:20:54 [2019-08-28T09:20:54.695Z] === RUN   TestInspectNetwork/partial_network_id
09:20:54 [2019-08-28T09:20:54.695Z] === RUN   TestInspectNetwork/network_name
09:20:54 [2019-08-28T09:20:54.695Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
09:20:54 [2019-08-28T09:20:54.695Z] --- PASS: TestInspectNetwork (8.65s)
09:20:54 [2019-08-28T09:20:54.695Z]     inspect_test.go:18: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork
09:20:54 [2019-08-28T09:20:54.695Z]     daemon.go:336: [d4491639a07e2] waiting for daemon to start
09:20:54 [2019-08-28T09:20:54.695Z]     daemon.go:336: [d4491639a07e2] waiting for daemon to start
09:20:54 [2019-08-28T09:20:54.695Z]     daemon.go:364: [d4491639a07e2] daemon started
09:20:54 [2019-08-28T09:20:54.695Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
09:20:54 [2019-08-28T09:20:54.695Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
09:20:54 [2019-08-28T09:20:54.695Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
09:20:54 [2019-08-28T09:20:54.695Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
09:20:54 [2019-08-28T09:20:54.695Z]     daemon.go:472: [d4491639a07e2] Stopping daemon
09:20:54 [2019-08-28T09:20:54.695Z]     daemon.go:307: [d4491639a07e2] exiting daemon
09:20:54 [2019-08-28T09:20:54.695Z]     daemon.go:459: [d4491639a07e2] Daemon stopped
09:20:54 [2019-08-28T09:20:54.695Z] === RUN   TestRunContainerWithBridgeNone
09:20:54 [2019-08-28T09:20:54.796Z] PASS: docker_cli_inspect_test.go:56: DockerSuite.TestInspectStatus	0.924s
09:20:56 [2019-08-28T09:20:56.166Z] PASS: docker_cli_inspect_test.go:353: DockerSuite.TestInspectStopWhenNotFound	1.245s
09:20:57 [2019-08-28T09:20:57.097Z] PASS: docker_cli_inspect_test.go:320: DockerSuite.TestInspectTemplateError	0.603s
09:20:57 [2019-08-28T09:20:57.381Z] --- PASS: TestRunContainerWithBridgeNone (2.62s)
09:20:57 [2019-08-28T09:20:57.381Z]     network_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone
09:20:57 [2019-08-28T09:20:57.381Z]     daemon.go:336: [dda7352e13d40] waiting for daemon to start
09:20:57 [2019-08-28T09:20:57.381Z]     daemon.go:336: [dda7352e13d40] waiting for daemon to start
09:20:57 [2019-08-28T09:20:57.381Z]     daemon.go:364: [dda7352e13d40] daemon started
09:20:57 [2019-08-28T09:20:57.381Z]     daemon.go:472: [dda7352e13d40] Stopping daemon
09:20:57 [2019-08-28T09:20:57.381Z]     daemon.go:307: [dda7352e13d40] exiting daemon
09:20:57 [2019-08-28T09:20:57.381Z]     daemon.go:459: [dda7352e13d40] Daemon stopped
09:20:57 [2019-08-28T09:20:57.381Z] === RUN   TestNetworkInvalidJSON
09:20:57 [2019-08-28T09:20:57.381Z] === RUN   TestNetworkInvalidJSON//networks/create
09:20:57 [2019-08-28T09:20:57.381Z] === PAUSE TestNetworkInvalidJSON//networks/create
09:20:57 [2019-08-28T09:20:57.381Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
09:20:57 [2019-08-28T09:20:57.381Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
09:20:57 [2019-08-28T09:20:57.381Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
09:20:57 [2019-08-28T09:20:57.381Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
09:20:57 [2019-08-28T09:20:57.381Z] === CONT  TestNetworkInvalidJSON//networks/create
09:20:57 [2019-08-28T09:20:57.381Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
09:20:57 [2019-08-28T09:20:57.381Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
09:20:57 [2019-08-28T09:20:57.381Z] --- PASS: TestNetworkInvalidJSON (0.04s)
09:20:57 [2019-08-28T09:20:57.381Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
09:20:57 [2019-08-28T09:20:57.381Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
09:20:57 [2019-08-28T09:20:57.381Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
09:20:57 [2019-08-28T09:20:57.381Z] === RUN   TestDaemonRestartWithLiveRestore
09:20:58 [2019-08-28T09:20:58.027Z] PASS: docker_cli_inspect_test.go:263: DockerSuite.TestInspectTimesAsRFC3339Nano	0.656s
09:20:58 [2019-08-28T09:20:58.413Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s)
09:20:58 [2019-08-28T09:20:58.414Z]     service_test.go:24: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore
09:20:58 [2019-08-28T09:20:58.414Z]     daemon.go:336: [d8755c4cf7bd5] waiting for daemon to start
09:20:58 [2019-08-28T09:20:58.414Z]     daemon.go:336: [d8755c4cf7bd5] waiting for daemon to start
09:20:58 [2019-08-28T09:20:58.414Z]     daemon.go:364: [d8755c4cf7bd5] daemon started
09:20:58 [2019-08-28T09:20:58.414Z]     daemon.go:472: [d8755c4cf7bd5] Stopping daemon
09:20:58 [2019-08-28T09:20:58.414Z]     daemon.go:307: [d8755c4cf7bd5] exiting daemon
09:20:58 [2019-08-28T09:20:58.414Z]     daemon.go:459: [d8755c4cf7bd5] Daemon stopped
09:20:58 [2019-08-28T09:20:58.414Z]     daemon.go:336: [d8755c4cf7bd5] waiting for daemon to start
09:20:58 [2019-08-28T09:20:58.414Z]     daemon.go:336: [d8755c4cf7bd5] waiting for daemon to start
09:20:58 [2019-08-28T09:20:58.414Z]     daemon.go:364: [d8755c4cf7bd5] daemon started
09:20:58 [2019-08-28T09:20:58.414Z]     daemon.go:472: [d8755c4cf7bd5] Stopping daemon
09:20:58 [2019-08-28T09:20:58.414Z]     daemon.go:307: [d8755c4cf7bd5] exiting daemon
09:20:58 [2019-08-28T09:20:58.414Z]     daemon.go:459: [d8755c4cf7bd5] Daemon stopped
09:20:58 [2019-08-28T09:20:58.414Z] === RUN   TestDaemonDefaultNetworkPools
09:20:58 [2019-08-28T09:20:58.958Z] PASS: docker_cli_inspect_test.go:81: DockerSuite.TestInspectTypeFlagContainer	0.601s
09:20:59 [2019-08-28T09:20:59.424Z] --- PASS: TestDaemonDefaultNetworkPools (0.79s)
09:20:59 [2019-08-28T09:20:59.424Z]     service_test.go:53: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools
09:20:59 [2019-08-28T09:20:59.424Z]     daemon.go:336: [d427b31f13582] waiting for daemon to start
09:20:59 [2019-08-28T09:20:59.424Z]     daemon.go:336: [d427b31f13582] waiting for daemon to start
09:20:59 [2019-08-28T09:20:59.424Z]     daemon.go:364: [d427b31f13582] daemon started
09:20:59 [2019-08-28T09:20:59.424Z]     daemon.go:472: [d427b31f13582] Stopping daemon
09:20:59 [2019-08-28T09:20:59.424Z]     daemon.go:307: [d427b31f13582] exiting daemon
09:20:59 [2019-08-28T09:20:59.424Z]     daemon.go:459: [d427b31f13582] Daemon stopped
09:20:59 [2019-08-28T09:20:59.424Z] === RUN   TestDaemonRestartWithExistingNetwork
09:20:59 [2019-08-28T09:20:59.891Z] PASS: docker_cli_inspect_test.go:103: DockerSuite.TestInspectTypeFlagWithImage	0.784s
09:21:00 [2019-08-28T09:21:00.487Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.23s)
09:21:00 [2019-08-28T09:21:00.487Z]     service_test.go:98: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork
09:21:00 [2019-08-28T09:21:00.487Z]     daemon.go:336: [d125e8ac39048] waiting for daemon to start
09:21:00 [2019-08-28T09:21:00.487Z]     daemon.go:336: [d125e8ac39048] waiting for daemon to start
09:21:00 [2019-08-28T09:21:00.487Z]     daemon.go:364: [d125e8ac39048] daemon started
09:21:00 [2019-08-28T09:21:00.487Z]     daemon.go:472: [d125e8ac39048] Stopping daemon
09:21:00 [2019-08-28T09:21:00.487Z]     daemon.go:307: [d125e8ac39048] exiting daemon
09:21:00 [2019-08-28T09:21:00.487Z]     daemon.go:459: [d125e8ac39048] Daemon stopped
09:21:00 [2019-08-28T09:21:00.487Z]     daemon.go:336: [d125e8ac39048] waiting for daemon to start
09:21:00 [2019-08-28T09:21:00.487Z]     daemon.go:336: [d125e8ac39048] waiting for daemon to start
09:21:00 [2019-08-28T09:21:00.487Z]     daemon.go:364: [d125e8ac39048] daemon started
09:21:00 [2019-08-28T09:21:00.487Z]     daemon.go:472: [d125e8ac39048] Stopping daemon
09:21:00 [2019-08-28T09:21:00.487Z]     daemon.go:307: [d125e8ac39048] exiting daemon
09:21:00 [2019-08-28T09:21:00.487Z]     daemon.go:459: [d125e8ac39048] Daemon stopped
09:21:00 [2019-08-28T09:21:00.487Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
09:21:00 [2019-08-28T09:21:00.821Z] PASS: docker_cli_inspect_test.go:114: DockerSuite.TestInspectTypeFlagWithInvalidValue	0.623s
09:21:01 [2019-08-28T09:21:01.384Z] PASS: docker_cli_inspect_test.go:91: DockerSuite.TestInspectTypeFlagWithNoContainer	0.593s
09:21:01 [2019-08-28T09:21:01.384Z] PASS: docker_cli_inspect_test.go:454: DockerSuite.TestInspectUnknownObject	0.018s
09:21:01 [2019-08-28T09:21:01.964Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.46s)
09:21:01 [2019-08-28T09:21:01.964Z]     service_test.go:136: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
09:21:01 [2019-08-28T09:21:01.964Z]     daemon.go:336: [d1db92bfdef8f] waiting for daemon to start
09:21:01 [2019-08-28T09:21:01.964Z]     daemon.go:336: [d1db92bfdef8f] waiting for daemon to start
09:21:01 [2019-08-28T09:21:01.964Z]     daemon.go:364: [d1db92bfdef8f] daemon started
09:21:01 [2019-08-28T09:21:01.964Z]     daemon.go:472: [d1db92bfdef8f] Stopping daemon
09:21:01 [2019-08-28T09:21:01.964Z]     daemon.go:307: [d1db92bfdef8f] exiting daemon
09:21:01 [2019-08-28T09:21:01.964Z]     daemon.go:459: [d1db92bfdef8f] Daemon stopped
09:21:01 [2019-08-28T09:21:01.964Z]     daemon.go:336: [d1db92bfdef8f] waiting for daemon to start
09:21:01 [2019-08-28T09:21:01.964Z]     daemon.go:336: [d1db92bfdef8f] waiting for daemon to start
09:21:01 [2019-08-28T09:21:01.964Z]     daemon.go:364: [d1db92bfdef8f] daemon started
09:21:01 [2019-08-28T09:21:01.964Z]     daemon.go:472: [d1db92bfdef8f] Stopping daemon
09:21:01 [2019-08-28T09:21:01.964Z]     daemon.go:307: [d1db92bfdef8f] exiting daemon
09:21:01 [2019-08-28T09:21:01.964Z]     daemon.go:459: [d1db92bfdef8f] Daemon stopped
09:21:01 [2019-08-28T09:21:01.964Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
09:21:02 [2019-08-28T09:21:02.579Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s)
09:21:02 [2019-08-28T09:21:02.579Z]     service_test.go:191: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool
09:21:02 [2019-08-28T09:21:02.579Z]     daemon.go:336: [dd80f39edfa5a] waiting for daemon to start
09:21:02 [2019-08-28T09:21:02.579Z]     daemon.go:336: [dd80f39edfa5a] waiting for daemon to start
09:21:02 [2019-08-28T09:21:02.579Z]     daemon.go:364: [dd80f39edfa5a] daemon started
09:21:02 [2019-08-28T09:21:02.579Z]     daemon.go:472: [dd80f39edfa5a] Stopping daemon
09:21:02 [2019-08-28T09:21:02.579Z]     daemon.go:307: [dd80f39edfa5a] exiting daemon
09:21:02 [2019-08-28T09:21:02.579Z]     daemon.go:459: [dd80f39edfa5a] Daemon stopped
09:21:02 [2019-08-28T09:21:02.579Z] === RUN   TestServiceWithPredefinedNetwork
09:21:03 [2019-08-28T09:21:03.909Z] PASS: docker_cli_run_unix_test.go:1158: DockerSuite.TestLegacyRunNoNewPrivSetuid	2.318s
09:21:04 [2019-08-28T09:21:04.610Z] --- PASS: TestServiceWithPredefinedNetwork (2.26s)
09:21:04 [2019-08-28T09:21:04.610Z]     service_test.go:212: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork
09:21:04 [2019-08-28T09:21:04.610Z]     daemon.go:336: [da4e06d418897] waiting for daemon to start
09:21:04 [2019-08-28T09:21:04.610Z]     daemon.go:336: [da4e06d418897] waiting for daemon to start
09:21:04 [2019-08-28T09:21:04.610Z]     daemon.go:364: [da4e06d418897] daemon started
09:21:04 [2019-08-28T09:21:04.610Z]     daemon.go:472: [da4e06d418897] Stopping daemon
09:21:04 [2019-08-28T09:21:04.610Z]     daemon.go:307: [da4e06d418897] exiting daemon
09:21:04 [2019-08-28T09:21:04.610Z]     daemon.go:459: [da4e06d418897] Daemon stopped
09:21:04 [2019-08-28T09:21:04.610Z] === RUN   TestServiceRemoveKeepsIngressNetwork
09:21:04 [2019-08-28T09:21:04.610Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
09:21:04 [2019-08-28T09:21:04.610Z]     service_test.go:239: FLAKY_TEST
09:21:04 [2019-08-28T09:21:04.610Z] === RUN   TestServiceWithDataPathPortInit
09:21:05 [2019-08-28T09:21:05.822Z] PASS: docker_cli_links_test.go:201: DockerSuite.TestLinkShortDefinition	1.226s
09:21:07 [2019-08-28T09:21:07.193Z] PASS: docker_cli_links_test.go:192: DockerSuite.TestLinksEnvs	1.503s
09:21:07 [2019-08-28T09:21:07.762Z] PASS: docker_cli_links_test.go:228: DockerSuite.TestLinksEtcHostsRegularFile	0.434s
09:21:09 [2019-08-28T09:21:09.660Z] PASS: docker_cli_links_test.go:141: DockerSuite.TestLinksHostsFilesInject	1.618s
09:21:10 [2019-08-28T09:21:10.106Z] --- PASS: TestServiceWithDataPathPortInit (4.45s)
09:21:10 [2019-08-28T09:21:10.106Z]     service_test.go:348: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit
09:21:10 [2019-08-28T09:21:10.106Z]     daemon.go:336: [d96d4ab5e61db] waiting for daemon to start
09:21:10 [2019-08-28T09:21:10.106Z]     daemon.go:336: [d96d4ab5e61db] waiting for daemon to start
09:21:10 [2019-08-28T09:21:10.106Z]     daemon.go:364: [d96d4ab5e61db] daemon started
09:21:10 [2019-08-28T09:21:10.106Z]     daemon.go:472: [d96d4ab5e61db] Stopping daemon
09:21:10 [2019-08-28T09:21:10.106Z]     daemon.go:307: [d96d4ab5e61db] exiting daemon
09:21:10 [2019-08-28T09:21:10.106Z]     daemon.go:459: [d96d4ab5e61db] Daemon stopped
09:21:10 [2019-08-28T09:21:10.106Z]     service_test.go:376: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit
09:21:10 [2019-08-28T09:21:10.106Z]     daemon.go:336: [d63ede4f964f1] waiting for daemon to start
09:21:10 [2019-08-28T09:21:10.106Z]     daemon.go:336: [d63ede4f964f1] waiting for daemon to start
09:21:10 [2019-08-28T09:21:10.106Z]     daemon.go:364: [d63ede4f964f1] daemon started
09:21:10 [2019-08-28T09:21:10.106Z]     daemon.go:472: [d63ede4f964f1] Stopping daemon
09:21:10 [2019-08-28T09:21:10.106Z]     daemon.go:307: [d63ede4f964f1] exiting daemon
09:21:10 [2019-08-28T09:21:10.106Z]     daemon.go:459: [d63ede4f964f1] Daemon stopped
09:21:10 [2019-08-28T09:21:10.106Z] === RUN   TestServiceWithDefaultAddressPoolInit
09:21:12 [2019-08-28T09:21:12.185Z] PASS: docker_cli_links_test.go:94: DockerSuite.TestLinksInspectLinksStarted	1.782s
09:21:13 [2019-08-28T09:21:13.564Z] --- PASS: TestServiceWithDefaultAddressPoolInit (4.38s)
09:21:13 [2019-08-28T09:21:13.564Z]     service_test.go:407: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit
09:21:13 [2019-08-28T09:21:13.564Z]     daemon.go:336: [d985816d7c79e] waiting for daemon to start
09:21:13 [2019-08-28T09:21:13.564Z]     daemon.go:336: [d985816d7c79e] waiting for daemon to start
09:21:13 [2019-08-28T09:21:13.564Z]     daemon.go:364: [d985816d7c79e] daemon started
09:21:13 [2019-08-28T09:21:13.564Z]     service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:mszisvtt6773nw3n3otlfv6ck Created:2019-08-28 09:21:10.133848712 +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[] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[] Services:map[]}
09:21:13 [2019-08-28T09:21:13.564Z]     daemon.go:472: [d985816d7c79e] Stopping daemon
09:21:13 [2019-08-28T09:21:13.564Z]     daemon.go:307: [d985816d7c79e] exiting daemon
09:21:13 [2019-08-28T09:21:13.564Z]     daemon.go:459: [d985816d7c79e] Daemon stopped
09:21:13 [2019-08-28T09:21:13.564Z]     service_test.go:447: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit
09:21:13 [2019-08-28T09:21:13.564Z]     daemon.go:336: [d47c57477c673] waiting for daemon to start
09:21:13 [2019-08-28T09:21:13.564Z]     daemon.go:336: [d47c57477c673] waiting for daemon to start
09:21:13 [2019-08-28T09:21:13.564Z]     daemon.go:364: [d47c57477c673] daemon started
09:21:13 [2019-08-28T09:21:13.564Z]     daemon.go:472: [d47c57477c673] Stopping daemon
09:21:13 [2019-08-28T09:21:13.564Z]     daemon.go:307: [d47c57477c673] exiting daemon
09:21:13 [2019-08-28T09:21:13.564Z]     daemon.go:459: [d47c57477c673] Daemon stopped
09:21:13 [2019-08-28T09:21:13.564Z] PASS
09:21:13 [2019-08-28T09:21:13.564Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan flags=-test.v -test.timeout=120m  
09:21:13 [2019-08-28T09:21:13.564Z] INFO: Testing against a local daemon
09:21:13 [2019-08-28T09:21:13.564Z] === RUN   TestDockerNetworkIpvlanPersistance
09:21:14 [2019-08-28T09:21:14.710Z] PASS: docker_cli_links_test.go:113: DockerSuite.TestLinksInspectLinksStopped	1.794s
09:21:14 [2019-08-28T09:21:14.967Z] PASS: docker_cli_links_test.go:25: DockerSuite.TestLinksInvalidContainerTarget	0.047s
09:21:15 [2019-08-28T09:21:15.588Z] --- PASS: TestDockerNetworkIpvlanPersistance (1.51s)
09:21:15 [2019-08-28T09:21:15.588Z]     ipvlan_test.go:28: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlanPersistance
09:21:15 [2019-08-28T09:21:15.588Z]     daemon.go:336: [dbc504699db6e] waiting for daemon to start
09:21:15 [2019-08-28T09:21:15.588Z]     daemon.go:336: [dbc504699db6e] waiting for daemon to start
09:21:15 [2019-08-28T09:21:15.588Z]     daemon.go:364: [dbc504699db6e] daemon started
09:21:15 [2019-08-28T09:21:15.588Z]     daemon.go:472: [dbc504699db6e] Stopping daemon
09:21:15 [2019-08-28T09:21:15.588Z]     daemon.go:307: [dbc504699db6e] exiting daemon
09:21:15 [2019-08-28T09:21:15.588Z]     daemon.go:459: [dbc504699db6e] Daemon stopped
09:21:15 [2019-08-28T09:21:15.588Z]     daemon.go:336: [dbc504699db6e] waiting for daemon to start
09:21:15 [2019-08-28T09:21:15.588Z]     daemon.go:336: [dbc504699db6e] waiting for daemon to start
09:21:15 [2019-08-28T09:21:15.588Z]     daemon.go:364: [dbc504699db6e] daemon started
09:21:15 [2019-08-28T09:21:15.588Z]     daemon.go:472: [dbc504699db6e] Stopping daemon
09:21:15 [2019-08-28T09:21:15.588Z]     daemon.go:307: [dbc504699db6e] exiting daemon
09:21:15 [2019-08-28T09:21:15.588Z]     daemon.go:459: [dbc504699db6e] Daemon stopped
09:21:15 [2019-08-28T09:21:15.588Z] === RUN   TestDockerNetworkIpvlan
09:21:16 [2019-08-28T09:21:16.205Z] === RUN   TestDockerNetworkIpvlan/Subinterface
09:21:17 [2019-08-28T09:21:17.225Z] === RUN   TestDockerNetworkIpvlan/OverlapParent
09:21:17 [2019-08-28T09:21:17.493Z] PASS: docker_cli_links_test.go:235: DockerSuite.TestLinksMultipleWithSameName	2.048s
09:21:17 [2019-08-28T09:21:17.750Z] PASS: docker_cli_links_test.go:217: DockerSuite.TestLinksNetworkHostContainer	0.307s
09:21:18 [2019-08-28T09:21:18.281Z] === RUN   TestDockerNetworkIpvlan/L2NilParent
09:21:18 [2019-08-28T09:21:18.681Z] PASS: docker_cli_links_test.go:133: DockerSuite.TestLinksNotStartedParentNotFail	0.653s
09:21:20 [2019-08-28T09:21:20.307Z] === RUN   TestDockerNetworkIpvlan/L2InternalMode
09:21:24 [2019-08-28T09:21:24.698Z] === RUN   TestDockerNetworkIpvlan/L3NilParent
09:21:26 [2019-08-28T09:21:26.728Z] === RUN   TestDockerNetworkIpvlan/L3InternalMode
09:21:26 [2019-08-28T09:21:26.778Z] PASS: docker_api_swarm_service_test.go:142: DockerSwarmSuite.TestAPISwarmServicesUpdate	28.142s
09:21:30 [2019-08-28T09:21:30.197Z] === RUN   TestDockerNetworkIpvlan/L2MultiSubnet
09:21:32 [2019-08-28T09:21:32.035Z] PASS: docker_cli_links_test.go:37: DockerSuite.TestLinksPingLinkedContainers	12.868s
09:21:34 [2019-08-28T09:21:34.559Z] PASS: docker_cli_links_test.go:81: DockerSuite.TestLinksPingLinkedContainersAfterRename	2.631s
09:21:35 [2019-08-28T09:21:35.694Z] === RUN   TestDockerNetworkIpvlan/L3MultiSubnet
09:21:36 [2019-08-28T09:21:36.472Z] PASS: docker_cli_exec_test.go:367: DockerSuite.TestLinksPingLinkedContainersOnRename	1.597s
09:21:37 [2019-08-28T09:21:37.404Z] PASS: docker_cli_links_test.go:16: DockerSuite.TestLinksPingUnlinkedContainers	0.952s
09:21:40 [2019-08-28T09:21:40.098Z] === RUN   TestDockerNetworkIpvlan/Addressing
09:21:40 [2019-08-28T09:21:40.679Z] PASS: docker_cli_links_test.go:159: DockerSuite.TestLinksUpdateOnRestart	2.402s
09:21:40 [2019-08-28T09:21:40.679Z] PASS: docker_cli_save_load_unix_test.go:91: DockerSuite.TestLoadNoStdinFail	0.019s
09:21:40 [2019-08-28T09:21:40.679Z] PASS: docker_cli_save_load_test.go:334: DockerSuite.TestLoadZeroSizeLayer	0.414s
09:21:40 [2019-08-28T09:21:40.679Z] PASS: docker_cli_login_test.go:12: DockerSuite.TestLoginWithoutTTY	0.022s
09:21:40 [2019-08-28T09:21:40.679Z] PASS: docker_api_logs_test.go:86: DockerSuite.TestLogsAPIContainerNotFound	0.001s
09:21:41 [2019-08-28T09:21:41.612Z] PASS: docker_api_logs_test.go:71: DockerSuite.TestLogsAPIFollowEmptyOutput	0.594s
09:21:42 [2019-08-28T09:21:42.128Z] --- PASS: TestDockerNetworkIpvlan (27.02s)
09:21:42 [2019-08-28T09:21:42.128Z]     ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:336: [d80e73a25a044] waiting for daemon to start
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:336: [d80e73a25a044] waiting for daemon to start
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:364: [d80e73a25a044] daemon started
09:21:42 [2019-08-28T09:21:42.128Z]     --- PASS: TestDockerNetworkIpvlan/Subinterface (0.09s)
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:472: [d80e73a25a044] Stopping daemon
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:307: [d80e73a25a044] exiting daemon
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:459: [d80e73a25a044] Daemon stopped
09:21:42 [2019-08-28T09:21:42.128Z]     ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:336: [d5760c33840d4] waiting for daemon to start
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:336: [d5760c33840d4] waiting for daemon to start
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:364: [d5760c33840d4] daemon started
09:21:42 [2019-08-28T09:21:42.128Z]     --- PASS: TestDockerNetworkIpvlan/OverlapParent (0.07s)
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:472: [d5760c33840d4] Stopping daemon
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:307: [d5760c33840d4] exiting daemon
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:459: [d5760c33840d4] Daemon stopped
09:21:42 [2019-08-28T09:21:42.128Z]     ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:336: [d5195747c6253] waiting for daemon to start
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:336: [d5195747c6253] waiting for daemon to start
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:364: [d5195747c6253] daemon started
09:21:42 [2019-08-28T09:21:42.128Z]     --- PASS: TestDockerNetworkIpvlan/L2NilParent (1.18s)
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:472: [d5195747c6253] Stopping daemon
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:307: [d5195747c6253] exiting daemon
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:459: [d5195747c6253] Daemon stopped
09:21:42 [2019-08-28T09:21:42.128Z]     ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:336: [ddf467da1d3c4] waiting for daemon to start
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:336: [ddf467da1d3c4] waiting for daemon to start
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:364: [ddf467da1d3c4] daemon started
09:21:42 [2019-08-28T09:21:42.128Z]     --- PASS: TestDockerNetworkIpvlan/L2InternalMode (2.19s)
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:472: [ddf467da1d3c4] Stopping daemon
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:307: [ddf467da1d3c4] exiting daemon
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:459: [ddf467da1d3c4] Daemon stopped
09:21:42 [2019-08-28T09:21:42.128Z]     ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:336: [dd54e6ae6b8de] waiting for daemon to start
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:336: [dd54e6ae6b8de] waiting for daemon to start
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:364: [dd54e6ae6b8de] daemon started
09:21:42 [2019-08-28T09:21:42.128Z]     --- PASS: TestDockerNetworkIpvlan/L3NilParent (1.21s)
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:472: [dd54e6ae6b8de] Stopping daemon
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:307: [dd54e6ae6b8de] exiting daemon
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:459: [dd54e6ae6b8de] Daemon stopped
09:21:42 [2019-08-28T09:21:42.128Z]     ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:336: [df231feb609aa] waiting for daemon to start
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:336: [df231feb609aa] waiting for daemon to start
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:364: [df231feb609aa] daemon started
09:21:42 [2019-08-28T09:21:42.128Z]     --- PASS: TestDockerNetworkIpvlan/L3InternalMode (2.20s)
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:472: [df231feb609aa] Stopping daemon
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:307: [df231feb609aa] exiting daemon
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:459: [df231feb609aa] Daemon stopped
09:21:42 [2019-08-28T09:21:42.128Z]     ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:336: [d6a9dd343be86] waiting for daemon to start
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:336: [d6a9dd343be86] waiting for daemon to start
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:364: [d6a9dd343be86] daemon started
09:21:42 [2019-08-28T09:21:42.128Z]     --- PASS: TestDockerNetworkIpvlan/L2MultiSubnet (3.23s)
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:472: [d6a9dd343be86] Stopping daemon
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:307: [d6a9dd343be86] exiting daemon
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:459: [d6a9dd343be86] Daemon stopped
09:21:42 [2019-08-28T09:21:42.128Z]     ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:336: [d9fef0d7285a7] waiting for daemon to start
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:336: [d9fef0d7285a7] waiting for daemon to start
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:364: [d9fef0d7285a7] daemon started
09:21:42 [2019-08-28T09:21:42.128Z]     --- PASS: TestDockerNetworkIpvlan/L3MultiSubnet (3.29s)
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:472: [d9fef0d7285a7] Stopping daemon
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:307: [d9fef0d7285a7] exiting daemon
09:21:42 [2019-08-28T09:21:42.128Z]     daemon.go:459: [d9fef0d7285a7] Daemon stopped
09:21:42 [2019-08-28T09:21:42.128Z]     ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan
09:21:42 [2019-08-28T09:21:42.129Z]     daemon.go:336: [d2496c2c3d936] waiting for daemon to start
09:21:42 [2019-08-28T09:21:42.129Z]     daemon.go:336: [d2496c2c3d936] waiting for daemon to start
09:21:42 [2019-08-28T09:21:42.129Z]     daemon.go:364: [d2496c2c3d936] daemon started
09:21:42 [2019-08-28T09:21:42.129Z]     --- PASS: TestDockerNetworkIpvlan/Addressing (2.02s)
09:21:42 [2019-08-28T09:21:42.129Z]     daemon.go:472: [d2496c2c3d936] Stopping daemon
09:21:42 [2019-08-28T09:21:42.129Z]     daemon.go:307: [d2496c2c3d936] exiting daemon
09:21:42 [2019-08-28T09:21:42.129Z]     daemon.go:459: [d2496c2c3d936] Daemon stopped
09:21:42 [2019-08-28T09:21:42.129Z] PASS
09:21:42 [2019-08-28T09:21:42.129Z] Running /go/src/github.com/docker/docker/integration/network/macvlan flags=-test.v -test.timeout=120m  
09:21:42 [2019-08-28T09:21:42.413Z] INFO: Testing against a local daemon
09:21:42 [2019-08-28T09:21:42.414Z] === RUN   TestDockerNetworkMacvlanPersistance
09:21:42 [2019-08-28T09:21:42.543Z] PASS: docker_api_logs_test.go:59: DockerSuite.TestLogsAPINoStdoutNorStderr	0.637s
09:21:43 [2019-08-28T09:21:43.891Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.49s)
09:21:43 [2019-08-28T09:21:43.891Z]     macvlan_test.go:24: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance
09:21:43 [2019-08-28T09:21:43.891Z]     daemon.go:336: [d9c7bf3686c6f] waiting for daemon to start
09:21:43 [2019-08-28T09:21:43.891Z]     daemon.go:336: [d9c7bf3686c6f] waiting for daemon to start
09:21:43 [2019-08-28T09:21:43.891Z]     daemon.go:364: [d9c7bf3686c6f] daemon started
09:21:43 [2019-08-28T09:21:43.891Z]     daemon.go:472: [d9c7bf3686c6f] Stopping daemon
09:21:43 [2019-08-28T09:21:43.891Z]     daemon.go:307: [d9c7bf3686c6f] exiting daemon
09:21:43 [2019-08-28T09:21:43.891Z]     daemon.go:459: [d9c7bf3686c6f] Daemon stopped
09:21:43 [2019-08-28T09:21:43.891Z]     daemon.go:336: [d9c7bf3686c6f] waiting for daemon to start
09:21:43 [2019-08-28T09:21:43.891Z]     daemon.go:336: [d9c7bf3686c6f] waiting for daemon to start
09:21:43 [2019-08-28T09:21:43.891Z]     daemon.go:364: [d9c7bf3686c6f] daemon started
09:21:43 [2019-08-28T09:21:43.891Z]     daemon.go:472: [d9c7bf3686c6f] Stopping daemon
09:21:43 [2019-08-28T09:21:43.891Z]     daemon.go:307: [d9c7bf3686c6f] exiting daemon
09:21:43 [2019-08-28T09:21:43.891Z]     daemon.go:459: [d9c7bf3686c6f] Daemon stopped
09:21:43 [2019-08-28T09:21:43.891Z] === RUN   TestDockerNetworkMacvlan
09:21:44 [2019-08-28T09:21:44.902Z] === RUN   TestDockerNetworkMacvlan/Subinterface
09:21:45 [2019-08-28T09:21:45.913Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
09:21:46 [2019-08-28T09:21:46.721Z] PASS: docker_api_logs_test.go:150: DockerSuite.TestLogsAPIUntil	3.923s
09:21:46 [2019-08-28T09:21:46.936Z] === RUN   TestDockerNetworkMacvlan/NilParent
09:21:47 [2019-08-28T09:21:47.286Z] PASS: docker_api_logs_test.go:188: DockerSuite.TestLogsAPIUntilDefaultValue	0.833s
09:21:49 [2019-08-28T09:21:49.632Z] === RUN   TestDockerNetworkMacvlan/InternalMode
09:21:52 [2019-08-28T09:21:52.539Z] PASS: docker_api_logs_test.go:93: DockerSuite.TestLogsAPIUntilFutureFollow	4.561s
09:21:52 [2019-08-28T09:21:52.796Z] PASS: docker_api_swarm_service_test.go:202: DockerSwarmSuite.TestAPISwarmServicesUpdateStartFirst	24.916s
09:21:53 [2019-08-28T09:21:53.053Z] PASS: docker_api_logs_test.go:23: DockerSuite.TestLogsAPIWithStdout	0.630s
09:21:53 [2019-08-28T09:21:53.053Z] PASS: docker_cli_logs_test.go:318: DockerSuite.TestLogsCLIContainerNotFound	0.010s
09:21:53 [2019-08-28T09:21:53.091Z] === RUN   TestDockerNetworkMacvlan/Addressing
09:21:54 [2019-08-28T09:21:54.423Z] PASS: docker_cli_logs_test.go:24: DockerSuite.TestLogsContainerBiggerThanPage	1.271s
09:21:54 [2019-08-28T09:21:54.570Z] --- PASS: TestDockerNetworkMacvlan (10.52s)
09:21:54 [2019-08-28T09:21:54.570Z]     macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan
09:21:54 [2019-08-28T09:21:54.570Z]     daemon.go:336: [d03a5e2a08072] waiting for daemon to start
09:21:54 [2019-08-28T09:21:54.570Z]     daemon.go:336: [d03a5e2a08072] waiting for daemon to start
09:21:54 [2019-08-28T09:21:54.570Z]     daemon.go:364: [d03a5e2a08072] daemon started
09:21:54 [2019-08-28T09:21:54.570Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s)
09:21:54 [2019-08-28T09:21:54.570Z]     daemon.go:472: [d03a5e2a08072] Stopping daemon
09:21:54 [2019-08-28T09:21:54.570Z]     daemon.go:307: [d03a5e2a08072] exiting daemon
09:21:54 [2019-08-28T09:21:54.570Z]     daemon.go:459: [d03a5e2a08072] Daemon stopped
09:21:54 [2019-08-28T09:21:54.570Z]     macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan
09:21:54 [2019-08-28T09:21:54.570Z]     daemon.go:336: [da3c739fdd4b7] waiting for daemon to start
09:21:54 [2019-08-28T09:21:54.570Z]     daemon.go:336: [da3c739fdd4b7] waiting for daemon to start
09:21:54 [2019-08-28T09:21:54.570Z]     daemon.go:364: [da3c739fdd4b7] daemon started
09:21:54 [2019-08-28T09:21:54.570Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s)
09:21:54 [2019-08-28T09:21:54.570Z]     daemon.go:472: [da3c739fdd4b7] Stopping daemon
09:21:54 [2019-08-28T09:21:54.570Z]     daemon.go:307: [da3c739fdd4b7] exiting daemon
09:21:54 [2019-08-28T09:21:54.570Z]     daemon.go:459: [da3c739fdd4b7] Daemon stopped
09:21:54 [2019-08-28T09:21:54.570Z]     macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan
09:21:54 [2019-08-28T09:21:54.570Z]     daemon.go:336: [d689a8e09a952] waiting for daemon to start
09:21:54 [2019-08-28T09:21:54.570Z]     daemon.go:336: [d689a8e09a952] waiting for daemon to start
09:21:54 [2019-08-28T09:21:54.570Z]     daemon.go:364: [d689a8e09a952] daemon started
09:21:54 [2019-08-28T09:21:54.570Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.28s)
09:21:54 [2019-08-28T09:21:54.570Z]     daemon.go:472: [d689a8e09a952] Stopping daemon
09:21:54 [2019-08-28T09:21:54.570Z]     daemon.go:307: [d689a8e09a952] exiting daemon
09:21:54 [2019-08-28T09:21:54.570Z]     daemon.go:459: [d689a8e09a952] Daemon stopped
09:21:54 [2019-08-28T09:21:54.570Z]     macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan
09:21:54 [2019-08-28T09:21:54.570Z]     daemon.go:336: [d12198f92d8fe] waiting for daemon to start
09:21:54 [2019-08-28T09:21:54.570Z]     daemon.go:336: [d12198f92d8fe] waiting for daemon to start
09:21:54 [2019-08-28T09:21:54.570Z]     daemon.go:364: [d12198f92d8fe] daemon started
09:21:54 [2019-08-28T09:21:54.570Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (2.27s)
09:21:54 [2019-08-28T09:21:54.570Z]     daemon.go:472: [d12198f92d8fe] Stopping daemon
09:21:54 [2019-08-28T09:21:54.570Z]     daemon.go:307: [d12198f92d8fe] exiting daemon
09:21:54 [2019-08-28T09:21:54.570Z]     daemon.go:459: [d12198f92d8fe] Daemon stopped
09:21:54 [2019-08-28T09:21:54.570Z]     macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan
09:21:54 [2019-08-28T09:21:54.570Z]     daemon.go:336: [d948e85bdbcb5] waiting for daemon to start
09:21:54 [2019-08-28T09:21:54.570Z]     daemon.go:336: [d948e85bdbcb5] waiting for daemon to start
09:21:54 [2019-08-28T09:21:54.570Z]     daemon.go:364: [d948e85bdbcb5] daemon started
09:21:54 [2019-08-28T09:21:54.570Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.00s)
09:21:54 [2019-08-28T09:21:54.570Z]     daemon.go:472: [d948e85bdbcb5] Stopping daemon
09:21:54 [2019-08-28T09:21:54.570Z]     daemon.go:307: [d948e85bdbcb5] exiting daemon
09:21:54 [2019-08-28T09:21:54.570Z]     daemon.go:459: [d948e85bdbcb5] Daemon stopped
09:21:54 [2019-08-28T09:21:54.570Z] PASS
09:21:54 [2019-08-28T09:21:54.570Z] Running /go/src/github.com/docker/docker/integration/plugin flags=-test.v -test.timeout=120m  
09:21:54 [2019-08-28T09:21:54.570Z] testing: warning: no tests to run
09:21:54 [2019-08-28T09:21:54.570Z] PASS
09:21:54 [2019-08-28T09:21:54.570Z] Running /go/src/github.com/docker/docker/integration/plugin/authz flags=-test.v -test.timeout=120m  
09:21:54 [2019-08-28T09:21:54.570Z] INFO: Testing against a local daemon
09:21:54 [2019-08-28T09:21:54.570Z] === RUN   TestAuthZPluginAllowRequest
09:21:55 [2019-08-28T09:21:55.797Z] PASS: docker_cli_logs_test.go:29: DockerSuite.TestLogsContainerMuchBiggerThanPage	1.302s
09:21:56 [2019-08-28T09:21:56.049Z] --- PASS: TestAuthZPluginAllowRequest (1.69s)
09:21:56 [2019-08-28T09:21:56.049Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest
09:21:56 [2019-08-28T09:21:56.049Z]     daemon.go:336: [d25ca35775ed8] waiting for daemon to start
09:21:56 [2019-08-28T09:21:56.049Z]     daemon.go:336: [d25ca35775ed8] waiting for daemon to start
09:21:56 [2019-08-28T09:21:56.049Z]     daemon.go:364: [d25ca35775ed8] daemon started
09:21:56 [2019-08-28T09:21:56.049Z]     daemon.go:472: [d25ca35775ed8] Stopping daemon
09:21:56 [2019-08-28T09:21:56.049Z]     daemon.go:307: [d25ca35775ed8] exiting daemon
09:21:56 [2019-08-28T09:21:56.049Z]     daemon.go:459: [d25ca35775ed8] Daemon stopped
09:21:56 [2019-08-28T09:21:56.049Z] === RUN   TestAuthZPluginTLS
09:21:56 [2019-08-28T09:21:56.666Z] --- PASS: TestAuthZPluginTLS (0.59s)
09:21:56 [2019-08-28T09:21:56.666Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS
09:21:56 [2019-08-28T09:21:56.666Z]     daemon.go:336: [d9831bc087860] waiting for daemon to start
09:21:56 [2019-08-28T09:21:56.666Z]     daemon.go:336: [d9831bc087860] waiting for daemon to start
09:21:56 [2019-08-28T09:21:56.666Z]     daemon.go:364: [d9831bc087860] daemon started
09:21:56 [2019-08-28T09:21:56.666Z]     daemon.go:472: [d9831bc087860] Stopping daemon
09:21:56 [2019-08-28T09:21:56.666Z]     daemon.go:307: [d9831bc087860] exiting daemon
09:21:56 [2019-08-28T09:21:56.666Z]     daemon.go:459: [d9831bc087860] Daemon stopped
09:21:56 [2019-08-28T09:21:56.666Z] === RUN   TestAuthZPluginDenyRequest
09:21:57 [2019-08-28T09:21:57.168Z] PASS: docker_cli_logs_test.go:19: DockerSuite.TestLogsContainerSmallerThanPage	1.605s
09:21:57 [2019-08-28T09:21:57.283Z] --- PASS: TestAuthZPluginDenyRequest (0.57s)
09:21:57 [2019-08-28T09:21:57.283Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest
09:21:57 [2019-08-28T09:21:57.283Z]     daemon.go:336: [d31803ce9d1f1] waiting for daemon to start
09:21:57 [2019-08-28T09:21:57.283Z]     daemon.go:336: [d31803ce9d1f1] waiting for daemon to start
09:21:57 [2019-08-28T09:21:57.283Z]     daemon.go:364: [d31803ce9d1f1] daemon started
09:21:57 [2019-08-28T09:21:57.283Z]     daemon.go:472: [d31803ce9d1f1] Stopping daemon
09:21:57 [2019-08-28T09:21:57.283Z]     daemon.go:307: [d31803ce9d1f1] exiting daemon
09:21:57 [2019-08-28T09:21:57.283Z]     daemon.go:459: [d31803ce9d1f1] Daemon stopped
09:21:57 [2019-08-28T09:21:57.283Z] === RUN   TestAuthZPluginAPIDenyResponse
09:21:57 [2019-08-28T09:21:57.900Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.57s)
09:21:57 [2019-08-28T09:21:57.900Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse
09:21:57 [2019-08-28T09:21:57.900Z]     daemon.go:336: [def41874b5ffe] waiting for daemon to start
09:21:57 [2019-08-28T09:21:57.900Z]     daemon.go:336: [def41874b5ffe] waiting for daemon to start
09:21:57 [2019-08-28T09:21:57.900Z]     daemon.go:364: [def41874b5ffe] daemon started
09:21:57 [2019-08-28T09:21:57.900Z]     daemon.go:472: [def41874b5ffe] Stopping daemon
09:21:57 [2019-08-28T09:21:57.900Z]     daemon.go:307: [def41874b5ffe] exiting daemon
09:21:57 [2019-08-28T09:21:57.900Z]     daemon.go:459: [def41874b5ffe] Daemon stopped
09:21:57 [2019-08-28T09:21:57.900Z] === RUN   TestAuthZPluginDenyResponse
09:21:58 [2019-08-28T09:21:58.099Z] PASS: docker_api_swarm_test.go:861: DockerSwarmSuite.TestAPISwarmServicesUpdateWithName	4.100s
09:21:58 [2019-08-28T09:21:58.516Z] --- PASS: TestAuthZPluginDenyResponse (0.58s)
09:21:58 [2019-08-28T09:21:58.516Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse
09:21:58 [2019-08-28T09:21:58.516Z]     daemon.go:336: [d6e67a8fe7d1d] waiting for daemon to start
09:21:58 [2019-08-28T09:21:58.516Z]     daemon.go:336: [d6e67a8fe7d1d] waiting for daemon to start
09:21:58 [2019-08-28T09:21:58.516Z]     daemon.go:364: [d6e67a8fe7d1d] daemon started
09:21:58 [2019-08-28T09:21:58.516Z]     daemon.go:472: [d6e67a8fe7d1d] Stopping daemon
09:21:58 [2019-08-28T09:21:58.516Z]     daemon.go:307: [d6e67a8fe7d1d] exiting daemon
09:21:58 [2019-08-28T09:21:58.516Z]     daemon.go:459: [d6e67a8fe7d1d] Daemon stopped
09:21:58 [2019-08-28T09:21:58.516Z] === RUN   TestAuthZPluginAllowEventStream
09:21:58 [2019-08-28T09:21:58.663Z] PASS: docker_cli_logs_test.go:300: DockerSuite.TestLogsFollowGoroutinesNoOutput	1.061s
09:21:59 [2019-08-28T09:21:59.595Z] PASS: docker_cli_logs_test.go:272: DockerSuite.TestLogsFollowGoroutinesWithStdout	0.857s
09:21:59 [2019-08-28T09:21:59.990Z] --- PASS: TestAuthZPluginAllowEventStream (1.63s)
09:21:59 [2019-08-28T09:21:59.990Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream
09:21:59 [2019-08-28T09:21:59.990Z]     daemon.go:336: [d2b444b67d147] waiting for daemon to start
09:21:59 [2019-08-28T09:21:59.990Z]     daemon.go:336: [d2b444b67d147] waiting for daemon to start
09:21:59 [2019-08-28T09:21:59.990Z]     daemon.go:364: [d2b444b67d147] daemon started
09:21:59 [2019-08-28T09:21:59.990Z]     daemon.go:472: [d2b444b67d147] Stopping daemon
09:21:59 [2019-08-28T09:21:59.990Z]     daemon.go:307: [d2b444b67d147] exiting daemon
09:21:59 [2019-08-28T09:21:59.990Z]     daemon.go:459: [d2b444b67d147] Daemon stopped
09:21:59 [2019-08-28T09:21:59.990Z] === RUN   TestAuthZPluginErrorResponse
09:22:00 [2019-08-28T09:22:00.527Z] PASS: docker_api_swarm_test.go:880: DockerSwarmSuite.TestAPISwarmUnlockNotLocked	0.951s
09:22:00 [2019-08-28T09:22:00.615Z] --- PASS: TestAuthZPluginErrorResponse (0.59s)
09:22:00 [2019-08-28T09:22:00.615Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse
09:22:00 [2019-08-28T09:22:00.615Z]     daemon.go:336: [df61f3b928b7d] waiting for daemon to start
09:22:00 [2019-08-28T09:22:00.615Z]     daemon.go:336: [df61f3b928b7d] waiting for daemon to start
09:22:00 [2019-08-28T09:22:00.615Z]     daemon.go:364: [df61f3b928b7d] daemon started
09:22:00 [2019-08-28T09:22:00.615Z]     daemon.go:472: [df61f3b928b7d] Stopping daemon
09:22:00 [2019-08-28T09:22:00.615Z]     daemon.go:307: [df61f3b928b7d] exiting daemon
09:22:00 [2019-08-28T09:22:00.615Z]     daemon.go:459: [df61f3b928b7d] Daemon stopped
09:22:00 [2019-08-28T09:22:00.615Z] === RUN   TestAuthZPluginErrorRequest
09:22:01 [2019-08-28T09:22:01.232Z] --- PASS: TestAuthZPluginErrorRequest (0.56s)
09:22:01 [2019-08-28T09:22:01.232Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest
09:22:01 [2019-08-28T09:22:01.232Z]     daemon.go:336: [d6efda00fb157] waiting for daemon to start
09:22:01 [2019-08-28T09:22:01.232Z]     daemon.go:336: [d6efda00fb157] waiting for daemon to start
09:22:01 [2019-08-28T09:22:01.232Z]     daemon.go:364: [d6efda00fb157] daemon started
09:22:01 [2019-08-28T09:22:01.232Z]     daemon.go:472: [d6efda00fb157] Stopping daemon
09:22:01 [2019-08-28T09:22:01.232Z]     daemon.go:307: [d6efda00fb157] exiting daemon
09:22:01 [2019-08-28T09:22:01.232Z]     daemon.go:459: [d6efda00fb157] Daemon stopped
09:22:01 [2019-08-28T09:22:01.232Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
09:22:01 [2019-08-28T09:22:01.847Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.57s)
09:22:01 [2019-08-28T09:22:01.847Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration
09:22:01 [2019-08-28T09:22:01.847Z]     daemon.go:336: [d11ea48389e87] waiting for daemon to start
09:22:01 [2019-08-28T09:22:01.847Z]     daemon.go:336: [d11ea48389e87] waiting for daemon to start
09:22:01 [2019-08-28T09:22:01.847Z]     daemon.go:364: [d11ea48389e87] daemon started
09:22:01 [2019-08-28T09:22:01.847Z]     daemon.go:472: [d11ea48389e87] Stopping daemon
09:22:01 [2019-08-28T09:22:01.847Z]     daemon.go:307: [d11ea48389e87] exiting daemon
09:22:01 [2019-08-28T09:22:01.847Z]     daemon.go:459: [d11ea48389e87] Daemon stopped
09:22:01 [2019-08-28T09:22:01.847Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
09:22:02 [2019-08-28T09:22:02.436Z] PASS: docker_cli_logs_test.go:214: DockerSuite.TestLogsFollowSlowStdoutConsumer	2.439s
09:22:03 [2019-08-28T09:22:03.369Z] PASS: docker_cli_logs_test.go:124: DockerSuite.TestLogsFollowStopped	1.110s
09:22:03 [2019-08-28T09:22:03.885Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.17s)
09:22:03 [2019-08-28T09:22:03.885Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking
09:22:03 [2019-08-28T09:22:03.885Z]     daemon.go:336: [d3e99c0428bcb] waiting for daemon to start
09:22:03 [2019-08-28T09:22:03.885Z]     daemon.go:336: [d3e99c0428bcb] waiting for daemon to start
09:22:03 [2019-08-28T09:22:03.885Z]     daemon.go:364: [d3e99c0428bcb] daemon started
09:22:03 [2019-08-28T09:22:03.885Z]     daemon.go:472: [d3e99c0428bcb] Stopping daemon
09:22:03 [2019-08-28T09:22:03.885Z]     daemon.go:307: [d3e99c0428bcb] exiting daemon
09:22:03 [2019-08-28T09:22:03.885Z]     daemon.go:459: [d3e99c0428bcb] Daemon stopped
09:22:03 [2019-08-28T09:22:03.885Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
09:22:04 [2019-08-28T09:22:04.299Z] PASS: docker_cli_logs_test.go:66: DockerSuite.TestLogsSeparateStderr	0.871s
09:22:04 [2019-08-28T09:22:04.299Z] PASS: docker_cli_swarm_test.go:950: DockerSwarmSuite.TestDNSConfig	3.086s
09:22:06 [2019-08-28T09:22:06.569Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.11s)
09:22:06 [2019-08-28T09:22:06.569Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom
09:22:06 [2019-08-28T09:22:06.569Z]     daemon.go:336: [d5e6e240cec3a] waiting for daemon to start
09:22:06 [2019-08-28T09:22:06.569Z]     daemon.go:336: [d5e6e240cec3a] waiting for daemon to start
09:22:06 [2019-08-28T09:22:06.569Z]     daemon.go:364: [d5e6e240cec3a] daemon started
09:22:06 [2019-08-28T09:22:06.569Z]     daemon.go:472: [d5e6e240cec3a] Stopping daemon
09:22:06 [2019-08-28T09:22:06.569Z]     daemon.go:307: [d5e6e240cec3a] exiting daemon
09:22:06 [2019-08-28T09:22:06.569Z]     daemon.go:459: [d5e6e240cec3a] Daemon stopped
09:22:06 [2019-08-28T09:22:06.569Z] === RUN   TestAuthZPluginHeader
09:22:06 [2019-08-28T09:22:06.822Z] PASS: docker_cli_swarm_test.go:977: DockerSwarmSuite.TestDNSConfigUpdate	1.968s
09:22:07 [2019-08-28T09:22:07.187Z] --- PASS: TestAuthZPluginHeader (0.95s)
09:22:07 [2019-08-28T09:22:07.187Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader
09:22:07 [2019-08-28T09:22:07.187Z]     daemon.go:336: [d1a7122e7c2ca] waiting for daemon to start
09:22:07 [2019-08-28T09:22:07.187Z]     daemon.go:336: [d1a7122e7c2ca] waiting for daemon to start
09:22:07 [2019-08-28T09:22:07.187Z]     daemon.go:364: [d1a7122e7c2ca] daemon started
09:22:07 [2019-08-28T09:22:07.187Z]     daemon.go:472: [d1a7122e7c2ca] Stopping daemon
09:22:07 [2019-08-28T09:22:07.187Z]     daemon.go:307: [d1a7122e7c2ca] exiting daemon
09:22:07 [2019-08-28T09:22:07.187Z]     daemon.go:459: [d1a7122e7c2ca] Daemon stopped
09:22:07 [2019-08-28T09:22:07.187Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
09:22:07 [2019-08-28T09:22:07.187Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
09:22:07 [2019-08-28T09:22:07.187Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:22:07 [2019-08-28T09:22:07.187Z] === RUN   TestAuthZPluginV2Disable
09:22:07 [2019-08-28T09:22:07.187Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
09:22:07 [2019-08-28T09:22:07.187Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:22:07 [2019-08-28T09:22:07.187Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
09:22:07 [2019-08-28T09:22:07.187Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
09:22:07 [2019-08-28T09:22:07.187Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:22:07 [2019-08-28T09:22:07.187Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
09:22:07 [2019-08-28T09:22:07.187Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
09:22:07 [2019-08-28T09:22:07.187Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:22:07 [2019-08-28T09:22:07.187Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
09:22:10 [2019-08-28T09:22:10.096Z] PASS: docker_cli_swarm_test.go:1448: DockerSwarmSuite.TestExtraHosts	2.096s
09:22:11 [2019-08-28T09:22:11.028Z] PASS: docker_cli_logs_test.go:145: DockerSuite.TestLogsSince	6.880s
09:22:12 [2019-08-28T09:22:12.399Z] PASS: docker_cli_swarm_test.go:1642: DockerSwarmSuite.TestNetworkInspectWithDuplicateNames	1.400s
09:22:17 [2019-08-28T09:22:17.653Z] PASS: docker_cli_logs_test.go:180: DockerSuite.TestLogsSinceFutureFollow	5.677s
09:22:17 [2019-08-28T09:22:17.653Z] PASS: docker_cli_logs_test.go:77: DockerSuite.TestLogsStderrInStdout	0.680s
09:22:17 [2019-08-28T09:22:17.910Z] PASS: docker_cli_swarm_test.go:399: DockerSwarmSuite.TestOverlayAttachable	4.673s
09:22:18 [2019-08-28T09:22:18.473Z] PASS: docker_cli_logs_test.go:92: DockerSuite.TestLogsTail	0.755s
09:22:19 [2019-08-28T09:22:19.037Z] PASS: docker_cli_logs_test.go:41: DockerSuite.TestLogsTimestamps	0.830s
09:22:20 [2019-08-28T09:22:20.407Z] PASS: docker_cli_logs_test.go:325: DockerSuite.TestLogsWithDetails	0.969s
09:22:20 [2019-08-28T09:22:20.407Z] PASS: docker_cli_run_test.go:2915: DockerSuite.TestMountIntoProc	0.342s
09:22:21 [2019-08-28T09:22:21.338Z] PASS: docker_cli_run_test.go:2924: DockerSuite.TestMountIntoSys	0.787s
09:22:23 [2019-08-28T09:22:23.861Z] PASS: docker_cli_swarm_test.go:421: DockerSwarmSuite.TestOverlayAttachableOnSwarmLeave	5.433s
09:22:23 [2019-08-28T09:22:23.861Z] PASS: docker_cli_netmode_test.go:33: DockerSuite.TestNetHostname	2.290s
09:22:23 [2019-08-28T09:22:23.861Z] PASS: docker_cli_netmode_test.go:26: DockerSuite.TestNetHostnameWithNetHost	0.365s
09:22:25 [2019-08-28T09:22:25.230Z] PASS: docker_cli_events_unix_test.go:195: DockerSuite.TestNetworkEvents	1.301s
09:22:25 [2019-08-28T09:22:25.648Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.91s)
09:22:25 [2019-08-28T09:22:25.648Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart
09:22:25 [2019-08-28T09:22:25.648Z]     daemon.go:336: [deb7a4c1c0bc3] waiting for daemon to start
09:22:25 [2019-08-28T09:22:25.648Z]     daemon.go:336: [deb7a4c1c0bc3] waiting for daemon to start
09:22:25 [2019-08-28T09:22:25.648Z]     daemon.go:364: [deb7a4c1c0bc3] daemon started
09:22:25 [2019-08-28T09:22:25.648Z]     daemon.go:472: [deb7a4c1c0bc3] Stopping daemon
09:22:25 [2019-08-28T09:22:25.648Z]     daemon.go:307: [deb7a4c1c0bc3] exiting daemon
09:22:25 [2019-08-28T09:22:25.648Z]     daemon.go:459: [deb7a4c1c0bc3] Daemon stopped
09:22:25 [2019-08-28T09:22:25.648Z]     daemon.go:336: [deb7a4c1c0bc3] waiting for daemon to start
09:22:25 [2019-08-28T09:22:25.648Z]     daemon.go:336: [deb7a4c1c0bc3] waiting for daemon to start
09:22:25 [2019-08-28T09:22:25.648Z]     daemon.go:336: [deb7a4c1c0bc3] waiting for daemon to start
09:22:25 [2019-08-28T09:22:25.648Z]     daemon.go:336: [deb7a4c1c0bc3] waiting for daemon to start
09:22:25 [2019-08-28T09:22:25.648Z]     daemon.go:350: [deb7a4c1c0bc3] error pinging daemon on start: Get http://deb7a4c1c0bc3.sock/_ping: context deadline exceeded
09:22:25 [2019-08-28T09:22:25.648Z]     daemon.go:336: [deb7a4c1c0bc3] waiting for daemon to start
09:22:25 [2019-08-28T09:22:25.648Z]     daemon.go:350: [deb7a4c1c0bc3] error pinging daemon on start: Get http://deb7a4c1c0bc3.sock/_ping: context deadline exceeded
09:22:25 [2019-08-28T09:22:25.648Z]     daemon.go:336: [deb7a4c1c0bc3] waiting for daemon to start
09:22:25 [2019-08-28T09:22:25.648Z]     daemon.go:350: [deb7a4c1c0bc3] error pinging daemon on start: Get http://deb7a4c1c0bc3.sock/_ping: context deadline exceeded
09:22:25 [2019-08-28T09:22:25.648Z]     daemon.go:336: [deb7a4c1c0bc3] waiting for daemon to start
09:22:25 [2019-08-28T09:22:25.648Z]     daemon.go:350: [deb7a4c1c0bc3] error pinging daemon on start: Get http://deb7a4c1c0bc3.sock/_ping: context deadline exceeded
09:22:25 [2019-08-28T09:22:25.648Z]     daemon.go:307: [deb7a4c1c0bc3] exiting daemon
09:22:25 [2019-08-28T09:22:25.648Z]     daemon.go:336: [deb7a4c1c0bc3] waiting for daemon to start
09:22:25 [2019-08-28T09:22:25.648Z]     daemon.go:336: [deb7a4c1c0bc3] waiting for daemon to start
09:22:25 [2019-08-28T09:22:25.648Z]     daemon.go:336: [deb7a4c1c0bc3] waiting for daemon to start
09:22:25 [2019-08-28T09:22:25.648Z]     daemon.go:364: [deb7a4c1c0bc3] daemon started
09:22:25 [2019-08-28T09:22:25.648Z]     daemon.go:472: [deb7a4c1c0bc3] Stopping daemon
09:22:25 [2019-08-28T09:22:25.648Z]     daemon.go:307: [deb7a4c1c0bc3] exiting daemon
09:22:25 [2019-08-28T09:22:25.648Z]     daemon.go:459: [deb7a4c1c0bc3] Daemon stopped
09:22:25 [2019-08-28T09:22:25.648Z] PASS
09:22:25 [2019-08-28T09:22:25.648Z] Running /go/src/github.com/docker/docker/integration/plugin/common flags=-test.v -test.timeout=120m  
09:22:25 [2019-08-28T09:22:25.648Z] INFO: Testing against a local daemon
09:22:25 [2019-08-28T09:22:25.648Z] === RUN   TestPluginInvalidJSON
09:22:25 [2019-08-28T09:22:25.648Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
09:22:25 [2019-08-28T09:22:25.648Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
09:22:25 [2019-08-28T09:22:25.648Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
09:22:25 [2019-08-28T09:22:25.648Z] --- PASS: TestPluginInvalidJSON (0.04s)
09:22:25 [2019-08-28T09:22:25.648Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
09:22:25 [2019-08-28T09:22:25.648Z] PASS
09:22:25 [2019-08-28T09:22:25.648Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver flags=-test.v -test.timeout=120m  
09:22:25 [2019-08-28T09:22:25.648Z] INFO: Testing against a local daemon
09:22:25 [2019-08-28T09:22:25.648Z] === RUN   TestExternalGraphDriver
09:22:25 [2019-08-28T09:22:25.648Z] === RUN   TestExternalGraphDriver/json
09:22:26 [2019-08-28T09:22:26.661Z] === RUN   TestExternalGraphDriver/spec
09:22:27 [2019-08-28T09:22:27.754Z] PASS: docker_cli_run_test.go:3519: DockerSuite.TestNetworkRmWithActiveContainers	2.079s
09:22:28 [2019-08-28T09:22:28.690Z] === RUN   TestExternalGraphDriver/pull
09:22:28 [2019-08-28T09:22:28.700Z] PASS: docker_cli_run_test.go:2701: DockerSuite.TestPermissionsPtsReadonlyRootfs	0.818s
09:22:30 [2019-08-28T09:22:30.595Z] PASS: docker_cli_plugins_test.go:77: DockerSuite.TestPluginActive	1.752s
09:22:30 [2019-08-28T09:22:30.715Z] --- PASS: TestExternalGraphDriver (6.57s)
09:22:30 [2019-08-28T09:22:30.715Z]     external_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver
09:22:30 [2019-08-28T09:22:30.715Z]     daemon.go:336: [dfb719b365b7a] waiting for daemon to start
09:22:30 [2019-08-28T09:22:30.715Z]     daemon.go:336: [dfb719b365b7a] waiting for daemon to start
09:22:30 [2019-08-28T09:22:30.715Z]     daemon.go:364: [dfb719b365b7a] daemon started
09:22:30 [2019-08-28T09:22:30.715Z]     daemon.go:472: [dfb719b365b7a] Stopping daemon
09:22:30 [2019-08-28T09:22:30.715Z]     daemon.go:307: [dfb719b365b7a] exiting daemon
09:22:30 [2019-08-28T09:22:30.715Z]     daemon.go:459: [dfb719b365b7a] Daemon stopped
09:22:30 [2019-08-28T09:22:30.715Z]     daemon.go:336: [dfb719b365b7a] waiting for daemon to start
09:22:30 [2019-08-28T09:22:30.715Z]     daemon.go:336: [dfb719b365b7a] waiting for daemon to start
09:22:30 [2019-08-28T09:22:30.715Z]     daemon.go:364: [dfb719b365b7a] daemon started
09:22:30 [2019-08-28T09:22:30.715Z]     daemon.go:472: [dfb719b365b7a] Stopping daemon
09:22:30 [2019-08-28T09:22:30.715Z]     daemon.go:307: [dfb719b365b7a] exiting daemon
09:22:30 [2019-08-28T09:22:30.715Z]     daemon.go:459: [dfb719b365b7a] Daemon stopped
09:22:30 [2019-08-28T09:22:30.715Z]     --- PASS: TestExternalGraphDriver/json (2.09s)
09:22:30 [2019-08-28T09:22:30.715Z]     daemon.go:336: [dfb719b365b7a] waiting for daemon to start
09:22:30 [2019-08-28T09:22:30.715Z]     daemon.go:336: [dfb719b365b7a] waiting for daemon to start
09:22:30 [2019-08-28T09:22:30.715Z]     daemon.go:364: [dfb719b365b7a] daemon started
09:22:30 [2019-08-28T09:22:30.715Z]     daemon.go:472: [dfb719b365b7a] Stopping daemon
09:22:30 [2019-08-28T09:22:30.715Z]     daemon.go:307: [dfb719b365b7a] exiting daemon
09:22:30 [2019-08-28T09:22:30.715Z]     daemon.go:459: [dfb719b365b7a] Daemon stopped
09:22:30 [2019-08-28T09:22:30.715Z]     daemon.go:336: [dfb719b365b7a] waiting for daemon to start
09:22:30 [2019-08-28T09:22:30.715Z]     daemon.go:336: [dfb719b365b7a] waiting for daemon to start
09:22:30 [2019-08-28T09:22:30.715Z]     daemon.go:364: [dfb719b365b7a] daemon started
09:22:30 [2019-08-28T09:22:30.715Z]     daemon.go:472: [dfb719b365b7a] Stopping daemon
09:22:30 [2019-08-28T09:22:30.715Z]     daemon.go:307: [dfb719b365b7a] exiting daemon
09:22:30 [2019-08-28T09:22:30.715Z]     daemon.go:459: [dfb719b365b7a] Daemon stopped
09:22:30 [2019-08-28T09:22:30.715Z]     --- PASS: TestExternalGraphDriver/spec (2.07s)
09:22:30 [2019-08-28T09:22:30.715Z]     daemon.go:336: [dfb719b365b7a] waiting for daemon to start
09:22:30 [2019-08-28T09:22:30.715Z]     daemon.go:336: [dfb719b365b7a] waiting for daemon to start
09:22:30 [2019-08-28T09:22:30.715Z]     daemon.go:364: [dfb719b365b7a] daemon started
09:22:30 [2019-08-28T09:22:30.715Z]     daemon.go:472: [dfb719b365b7a] Stopping daemon
09:22:30 [2019-08-28T09:22:30.715Z]     daemon.go:307: [dfb719b365b7a] exiting daemon
09:22:30 [2019-08-28T09:22:30.715Z]     daemon.go:459: [dfb719b365b7a] Daemon stopped
09:22:30 [2019-08-28T09:22:30.715Z]     --- PASS: TestExternalGraphDriver/pull (2.18s)
09:22:30 [2019-08-28T09:22:30.715Z] === RUN   TestGraphdriverPluginV2
09:22:30 [2019-08-28T09:22:30.715Z] --- SKIP: TestGraphdriverPluginV2 (0.08s)
09:22:30 [2019-08-28T09:22:30.715Z]     external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:22:30 [2019-08-28T09:22:30.715Z] PASS
09:22:30 [2019-08-28T09:22:30.715Z] Running /go/src/github.com/docker/docker/integration/plugin/logging flags=-test.v -test.timeout=120m  
09:22:30 [2019-08-28T09:22:30.999Z] INFO: Testing against a local daemon
09:22:30 [2019-08-28T09:22:30.999Z] === RUN   TestContinueAfterPluginCrash
09:22:30 [2019-08-28T09:22:30.999Z] === PAUSE TestContinueAfterPluginCrash
09:22:30 [2019-08-28T09:22:30.999Z] === RUN   TestDaemonStartWithLogOpt
09:22:30 [2019-08-28T09:22:30.999Z] === PAUSE TestDaemonStartWithLogOpt
09:22:30 [2019-08-28T09:22:30.999Z] === CONT  TestContinueAfterPluginCrash
09:22:30 [2019-08-28T09:22:30.999Z] === CONT  TestDaemonStartWithLogOpt
09:22:38 [2019-08-28T09:22:38.689Z] PASS: docker_cli_plugins_test.go:100: DockerSuite.TestPluginActiveNetwork	7.167s
09:22:38 [2019-08-28T09:22:38.689Z] SKIP: docker_cli_plugins_test.go:345: DockerSuite.TestPluginInspectOnWindows (unmatched requirement DaemonIsWindows)
09:22:38 [2019-08-28T09:22:38.689Z] PASS: docker_cli_plugins_test.go:151: DockerSuite.TestPluginInstallDisableVolumeLs	0.606s
09:22:41 [2019-08-28T09:22:41.963Z] PASS: docker_cli_plugins_logdriver_test.go:12: DockerSuite.TestPluginLogDriver	3.311s
09:22:42 [2019-08-28T09:22:42.893Z] PASS: docker_cli_plugins_logdriver_test.go:32: DockerSuite.TestPluginLogDriverInfoList	1.410s
09:22:45 [2019-08-28T09:22:45.414Z] PASS: docker_cli_plugins_test.go:475: DockerSuite.TestPluginMetricsCollector	2.150s
09:22:49 [2019-08-28T09:22:49.509Z] --- PASS: TestDaemonStartWithLogOpt (15.95s)
09:22:49 [2019-08-28T09:22:49.509Z]     validation_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt
09:22:49 [2019-08-28T09:22:49.509Z]     daemon.go:336: [dc607da665613] waiting for daemon to start
09:22:49 [2019-08-28T09:22:49.509Z]     daemon.go:336: [dc607da665613] waiting for daemon to start
09:22:49 [2019-08-28T09:22:49.509Z]     daemon.go:364: [dc607da665613] daemon started
09:22:49 [2019-08-28T09:22:49.509Z]     daemon.go:472: [dc607da665613] Stopping daemon
09:22:49 [2019-08-28T09:22:49.509Z]     daemon.go:307: [dc607da665613] exiting daemon
09:22:49 [2019-08-28T09:22:49.509Z]     daemon.go:459: [dc607da665613] Daemon stopped
09:22:49 [2019-08-28T09:22:49.509Z]     daemon.go:336: [dc607da665613] waiting for daemon to start
09:22:49 [2019-08-28T09:22:49.509Z]     daemon.go:336: [dc607da665613] waiting for daemon to start
09:22:49 [2019-08-28T09:22:49.509Z]     daemon.go:364: [dc607da665613] daemon started
09:22:49 [2019-08-28T09:22:49.509Z]     daemon.go:472: [dc607da665613] Stopping daemon
09:22:49 [2019-08-28T09:22:49.509Z]     daemon.go:307: [dc607da665613] exiting daemon
09:22:49 [2019-08-28T09:22:49.509Z]     daemon.go:459: [dc607da665613] Daemon stopped
09:22:49 [2019-08-28T09:22:49.588Z] PASS: docker_cli_swarm_test.go:447: DockerSwarmSuite.TestOverlayAttachableReleaseResourcesOnFailure	25.390s
09:22:50 [2019-08-28T09:22:50.152Z] PASS: docker_cli_plugins_test.go:443: DockerSuite.TestPluginUpgrade	5.071s
09:22:52 [2019-08-28T09:22:52.183Z] --- PASS: TestContinueAfterPluginCrash (20.75s)
09:22:52 [2019-08-28T09:22:52.183Z]     logging_linux_test.go:22: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash
09:22:52 [2019-08-28T09:22:52.183Z]     daemon.go:336: [d7dcfb44cb286] waiting for daemon to start
09:22:52 [2019-08-28T09:22:52.183Z]     daemon.go:336: [d7dcfb44cb286] waiting for daemon to start
09:22:52 [2019-08-28T09:22:52.183Z]     daemon.go:364: [d7dcfb44cb286] daemon started
09:22:52 [2019-08-28T09:22:52.183Z]     daemon.go:472: [d7dcfb44cb286] Stopping daemon
09:22:52 [2019-08-28T09:22:52.183Z]     daemon.go:307: [d7dcfb44cb286] exiting daemon
09:22:52 [2019-08-28T09:22:52.183Z]     daemon.go:459: [d7dcfb44cb286] Daemon stopped
09:22:52 [2019-08-28T09:22:52.183Z] PASS
09:22:52 [2019-08-28T09:22:52.183Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes flags=-test.v -test.timeout=120m  
09:22:52 [2019-08-28T09:22:52.183Z] INFO: Testing against a local daemon
09:22:52 [2019-08-28T09:22:52.183Z] === RUN   TestPluginWithDevMounts
09:22:52 [2019-08-28T09:22:52.183Z] === PAUSE TestPluginWithDevMounts
09:22:52 [2019-08-28T09:22:52.183Z] === CONT  TestPluginWithDevMounts
09:22:52 [2019-08-28T09:22:52.675Z] PASS: docker_cli_port_test.go:330: DockerSuite.TestPortBindingOnSandbox	2.053s
09:22:54 [2019-08-28T09:22:54.045Z] PASS: docker_cli_port_test.go:308: DockerSuite.TestPortExposeHostBinding	1.526s
09:22:54 [2019-08-28T09:22:54.222Z] --- PASS: TestPluginWithDevMounts (2.33s)
09:22:54 [2019-08-28T09:22:54.222Z]     mounts_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts
09:22:54 [2019-08-28T09:22:54.222Z]     daemon.go:336: [d776a6a6b0e6d] waiting for daemon to start
09:22:54 [2019-08-28T09:22:54.222Z]     daemon.go:336: [d776a6a6b0e6d] waiting for daemon to start
09:22:54 [2019-08-28T09:22:54.222Z]     daemon.go:364: [d776a6a6b0e6d] daemon started
09:22:54 [2019-08-28T09:22:54.222Z]     daemon.go:472: [d776a6a6b0e6d] Stopping daemon
09:22:54 [2019-08-28T09:22:54.222Z]     daemon.go:307: [d776a6a6b0e6d] exiting daemon
09:22:54 [2019-08-28T09:22:54.222Z]     daemon.go:459: [d776a6a6b0e6d] Daemon stopped
09:22:54 [2019-08-28T09:22:54.222Z] PASS
09:22:54 [2019-08-28T09:22:54.222Z] Running /go/src/github.com/docker/docker/integration/secret flags=-test.v -test.timeout=120m  
09:22:54 [2019-08-28T09:22:54.222Z] INFO: Testing against a local daemon
09:22:54 [2019-08-28T09:22:54.222Z] === RUN   TestSecretInspect
09:22:55 [2019-08-28T09:22:55.941Z] PASS: docker_cli_port_test.go:286: DockerSuite.TestPortHostBinding	1.451s
09:22:56 [2019-08-28T09:22:56.901Z] --- PASS: TestSecretInspect (2.22s)
09:22:56 [2019-08-28T09:22:56.901Z]     secret_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect
09:22:56 [2019-08-28T09:22:56.901Z]     daemon.go:336: [d10b336a6b857] waiting for daemon to start
09:22:56 [2019-08-28T09:22:56.901Z]     daemon.go:336: [d10b336a6b857] waiting for daemon to start
09:22:56 [2019-08-28T09:22:56.901Z]     daemon.go:364: [d10b336a6b857] daemon started
09:22:56 [2019-08-28T09:22:56.901Z]     daemon.go:472: [d10b336a6b857] Stopping daemon
09:22:56 [2019-08-28T09:22:56.901Z]     daemon.go:307: [d10b336a6b857] exiting daemon
09:22:56 [2019-08-28T09:22:56.901Z]     daemon.go:459: [d10b336a6b857] Daemon stopped
09:22:56 [2019-08-28T09:22:56.901Z] === RUN   TestSecretList
09:22:58 [2019-08-28T09:22:58.928Z] --- PASS: TestSecretList (2.20s)
09:22:58 [2019-08-28T09:22:58.928Z]     secret_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretList
09:22:58 [2019-08-28T09:22:58.928Z]     daemon.go:336: [d8b3326b96d40] waiting for daemon to start
09:22:58 [2019-08-28T09:22:58.928Z]     daemon.go:336: [d8b3326b96d40] waiting for daemon to start
09:22:58 [2019-08-28T09:22:58.928Z]     daemon.go:364: [d8b3326b96d40] daemon started
09:22:58 [2019-08-28T09:22:58.928Z]     daemon.go:472: [d8b3326b96d40] Stopping daemon
09:22:58 [2019-08-28T09:22:58.928Z]     daemon.go:307: [d8b3326b96d40] exiting daemon
09:22:58 [2019-08-28T09:22:58.928Z]     daemon.go:459: [d8b3326b96d40] Daemon stopped
09:22:58 [2019-08-28T09:22:58.928Z] === RUN   TestSecretsCreateAndDelete
09:23:00 [2019-08-28T09:23:00.116Z] PASS: docker_cli_prune_unix_test.go:43: DockerSwarmSuite.TestPruneNetwork	10.038s
09:23:00 [2019-08-28T09:23:00.957Z] --- PASS: TestSecretsCreateAndDelete (2.25s)
09:23:00 [2019-08-28T09:23:00.957Z]     secret_test.go:125: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete
09:23:00 [2019-08-28T09:23:00.957Z]     daemon.go:336: [d71a22f41be44] waiting for daemon to start
09:23:00 [2019-08-28T09:23:00.957Z]     daemon.go:336: [d71a22f41be44] waiting for daemon to start
09:23:00 [2019-08-28T09:23:00.957Z]     daemon.go:364: [d71a22f41be44] daemon started
09:23:00 [2019-08-28T09:23:00.957Z]     daemon.go:472: [d71a22f41be44] Stopping daemon
09:23:00 [2019-08-28T09:23:00.957Z]     daemon.go:307: [d71a22f41be44] exiting daemon
09:23:00 [2019-08-28T09:23:00.957Z]     daemon.go:459: [d71a22f41be44] Daemon stopped
09:23:00 [2019-08-28T09:23:00.957Z] === RUN   TestSecretsUpdate
09:23:03 [2019-08-28T09:23:03.652Z] --- PASS: TestSecretsUpdate (2.30s)
09:23:03 [2019-08-28T09:23:03.652Z]     secret_test.go:172: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate
09:23:03 [2019-08-28T09:23:03.652Z]     daemon.go:336: [dc04607db24ab] waiting for daemon to start
09:23:03 [2019-08-28T09:23:03.652Z]     daemon.go:336: [dc04607db24ab] waiting for daemon to start
09:23:03 [2019-08-28T09:23:03.652Z]     daemon.go:364: [dc04607db24ab] daemon started
09:23:03 [2019-08-28T09:23:03.652Z]     daemon.go:472: [dc04607db24ab] Stopping daemon
09:23:03 [2019-08-28T09:23:03.652Z]     daemon.go:307: [dc04607db24ab] exiting daemon
09:23:03 [2019-08-28T09:23:03.652Z]     daemon.go:459: [dc04607db24ab] Daemon stopped
09:23:03 [2019-08-28T09:23:03.652Z] === RUN   TestTemplatedSecret
09:23:04 [2019-08-28T09:23:04.299Z] PASS: docker_cli_swarm_test.go:602: DockerSwarmSuite.TestPsListContainersFilterIsTask	3.509s
09:23:06 [2019-08-28T09:23:06.342Z] --- PASS: TestTemplatedSecret (2.95s)
09:23:06 [2019-08-28T09:23:06.342Z]     secret_test.go:221: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret
09:23:06 [2019-08-28T09:23:06.342Z]     daemon.go:336: [d6751911eacc0] waiting for daemon to start
09:23:06 [2019-08-28T09:23:06.342Z]     daemon.go:336: [d6751911eacc0] waiting for daemon to start
09:23:06 [2019-08-28T09:23:06.342Z]     daemon.go:364: [d6751911eacc0] daemon started
09:23:06 [2019-08-28T09:23:06.342Z]     daemon.go:472: [d6751911eacc0] Stopping daemon
09:23:06 [2019-08-28T09:23:06.342Z]     daemon.go:307: [d6751911eacc0] exiting daemon
09:23:06 [2019-08-28T09:23:06.342Z]     daemon.go:459: [d6751911eacc0] Daemon stopped
09:23:06 [2019-08-28T09:23:06.342Z] === RUN   TestSecretCreateResolve
09:23:06 [2019-08-28T09:23:06.822Z] PASS: docker_cli_port_test.go:16: DockerSuite.TestPortList	10.847s
09:23:08 [2019-08-28T09:23:08.192Z] PASS: docker_api_containers_test.go:1302: DockerSuite.TestPostContainerAPICreateWithStringOrSliceEntrypoint	1.504s
09:23:08 [2019-08-28T09:23:08.373Z] --- PASS: TestSecretCreateResolve (2.27s)
09:23:08 [2019-08-28T09:23:08.373Z]     secret_test.go:342: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve
09:23:08 [2019-08-28T09:23:08.373Z]     daemon.go:336: [d93f52c2b85f4] waiting for daemon to start
09:23:08 [2019-08-28T09:23:08.373Z]     daemon.go:336: [d93f52c2b85f4] waiting for daemon to start
09:23:08 [2019-08-28T09:23:08.373Z]     daemon.go:364: [d93f52c2b85f4] daemon started
09:23:08 [2019-08-28T09:23:08.373Z]     daemon.go:472: [d93f52c2b85f4] Stopping daemon
09:23:08 [2019-08-28T09:23:08.373Z]     daemon.go:307: [d93f52c2b85f4] exiting daemon
09:23:08 [2019-08-28T09:23:08.373Z]     daemon.go:459: [d93f52c2b85f4] Daemon stopped
09:23:08 [2019-08-28T09:23:08.373Z] PASS
09:23:08 [2019-08-28T09:23:08.373Z] Running /go/src/github.com/docker/docker/integration/service flags=-test.v -test.timeout=120m  
09:23:08 [2019-08-28T09:23:08.657Z] INFO: Testing against a local daemon
09:23:08 [2019-08-28T09:23:08.657Z] === RUN   TestServiceCreateInit
09:23:08 [2019-08-28T09:23:08.657Z] === RUN   TestServiceCreateInit/daemonInitDisabled
09:23:13 [2019-08-28T09:23:13.057Z] === RUN   TestServiceCreateInit/daemonInitEnabled
09:23:16 [2019-08-28T09:23:16.285Z] PASS: docker_api_attach_test.go:100: DockerSuite.TestPostContainersAttach	6.374s
09:23:16 [2019-08-28T09:23:16.285Z] PASS: docker_api_attach_test.go:79: DockerSuite.TestPostContainersAttachContainerNotFound	0.001s
09:23:16 [2019-08-28T09:23:16.285Z] PASS: docker_api_containers_test.go:1567: DockerSuite.TestPostContainersCreateMemorySwappinessHostConfigOmitted	0.063s
09:23:16 [2019-08-28T09:23:16.285Z] PASS: docker_api_containers_test.go:1481: DockerSuite.TestPostContainersCreateShmSizeHostConfigOmitted	0.775s
09:23:16 [2019-08-28T09:23:16.285Z] PASS: docker_api_containers_test.go:1463: DockerSuite.TestPostContainersCreateShmSizeNegative	0.005s
09:23:16 [2019-08-28T09:23:16.849Z] PASS: docker_cli_service_create_test.go:362: DockerSwarmSuite.TestServiceCreateMountTmpfs	1.985s
09:23:16 [2019-08-28T09:23:16.849Z] PASS: docker_api_containers_test.go:1509: DockerSuite.TestPostContainersCreateShmSizeOmitted	0.679s
09:23:16 [2019-08-28T09:23:16.849Z] PASS: docker_api_containers_test.go:1592: DockerSuite.TestPostContainersCreateWithOomScoreAdjInvalidRange	0.005s
09:23:17 [2019-08-28T09:23:17.450Z] --- PASS: TestServiceCreateInit (8.46s)
09:23:17 [2019-08-28T09:23:17.450Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (4.22s)
09:23:17 [2019-08-28T09:23:17.450Z]         create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled
09:23:17 [2019-08-28T09:23:17.450Z]         daemon.go:336: [d85a62da19cb0] waiting for daemon to start
09:23:17 [2019-08-28T09:23:17.450Z]         daemon.go:336: [d85a62da19cb0] waiting for daemon to start
09:23:17 [2019-08-28T09:23:17.450Z]         daemon.go:364: [d85a62da19cb0] daemon started
09:23:17 [2019-08-28T09:23:17.450Z]         daemon.go:472: [d85a62da19cb0] Stopping daemon
09:23:17 [2019-08-28T09:23:17.450Z]         daemon.go:307: [d85a62da19cb0] exiting daemon
09:23:17 [2019-08-28T09:23:17.450Z]         daemon.go:459: [d85a62da19cb0] Daemon stopped
09:23:17 [2019-08-28T09:23:17.450Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (4.18s)
09:23:17 [2019-08-28T09:23:17.450Z]         create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled
09:23:17 [2019-08-28T09:23:17.450Z]         daemon.go:336: [d3b4279f04f99] waiting for daemon to start
09:23:17 [2019-08-28T09:23:17.450Z]         daemon.go:336: [d3b4279f04f99] waiting for daemon to start
09:23:17 [2019-08-28T09:23:17.450Z]         daemon.go:364: [d3b4279f04f99] daemon started
09:23:17 [2019-08-28T09:23:17.450Z]         daemon.go:472: [d3b4279f04f99] Stopping daemon
09:23:17 [2019-08-28T09:23:17.450Z]         daemon.go:307: [d3b4279f04f99] exiting daemon
09:23:17 [2019-08-28T09:23:17.450Z]         daemon.go:459: [d3b4279f04f99] Daemon stopped
09:23:17 [2019-08-28T09:23:17.450Z] === RUN   TestCreateServiceMultipleTimes
09:23:17 [2019-08-28T09:23:17.780Z] PASS: docker_api_containers_test.go:1536: DockerSuite.TestPostContainersCreateWithShmSize	0.871s
09:23:17 [2019-08-28T09:23:17.780Z] PASS: docker_api_containers_test.go:1359: DockerSuite.TestPostContainersCreateWithStringOrSliceCapAddDrop	0.104s
09:23:19 [2019-08-28T09:23:19.676Z] PASS: docker_api_containers_test.go:1330: DockerSuite.TestPostContainersCreateWithStringOrSliceCmd	1.611s
09:23:19 [2019-08-28T09:23:19.676Z] PASS: docker_api_containers_test.go:1430: DockerSuite.TestPostContainersCreateWithWrongCpusetValues	0.005s
09:23:19 [2019-08-28T09:23:19.934Z] PASS: docker_cli_service_create_test.go:19: DockerSwarmSuite.TestServiceCreateMountVolume	2.283s
09:23:23 [2019-08-28T09:23:23.209Z] PASS: docker_cli_service_create_test.go:314: DockerSwarmSuite.TestServiceCreateWithConfigReferencedTwice	2.229s
09:23:23 [2019-08-28T09:23:23.209Z] PASS: docker_cli_prune_unix_test.go:134: DockerSuite.TestPruneContainerLabel	3.442s
09:23:25 [2019-08-28T09:23:25.105Z] PASS: docker_cli_prune_unix_test.go:114: DockerSuite.TestPruneContainerUntil	1.855s
09:23:25 [2019-08-28T09:23:25.363Z] PASS: docker_cli_service_create_test.go:215: DockerSwarmSuite.TestServiceCreateWithConfigSimple	1.032s
09:23:25 [2019-08-28T09:23:25.620Z] PASS: docker_cli_prune_unix_test.go:250: DockerSuite.TestPruneNetworkLabel	0.677s
09:23:25 [2019-08-28T09:23:25.620Z] PASS: docker_cli_prune_unix_test.go:192: DockerSuite.TestPruneVolumeLabel	0.150s
09:23:29 [2019-08-28T09:23:29.799Z] PASS: docker_cli_service_create_test.go:249: DockerSwarmSuite.TestServiceCreateWithConfigSourceTargetPaths	3.182s
09:23:29 [2019-08-28T09:23:29.799Z] PASS: docker_cli_ps_test.go:791: DockerSuite.TestPsByOrder	2.724s
09:23:30 [2019-08-28T09:23:30.730Z] PASS: docker_cli_ps_test.go:544: DockerSuite.TestPsImageIDAfterUpdate	0.890s
09:23:34 [2019-08-28T09:23:34.018Z] PASS: docker_cli_service_create_test.go:415: DockerSwarmSuite.TestServiceCreateWithNetworkAlias	3.529s
09:23:34 [2019-08-28T09:23:34.275Z] PASS: docker_cli_ps_test.go:21: DockerSuite.TestPsListContainersBase	2.855s
09:23:35 [2019-08-28T09:23:35.925Z] --- PASS: TestCreateServiceMultipleTimes (17.22s)
09:23:35 [2019-08-28T09:23:35.925Z]     create_test.go:80: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes
09:23:35 [2019-08-28T09:23:35.925Z]     daemon.go:336: [de2f83d11d87c] waiting for daemon to start
09:23:35 [2019-08-28T09:23:35.925Z]     daemon.go:336: [de2f83d11d87c] waiting for daemon to start
09:23:35 [2019-08-28T09:23:35.925Z]     daemon.go:364: [de2f83d11d87c] daemon started
09:23:35 [2019-08-28T09:23:35.925Z]     daemon.go:472: [de2f83d11d87c] Stopping daemon
09:23:35 [2019-08-28T09:23:35.925Z]     daemon.go:307: [de2f83d11d87c] exiting daemon
09:23:35 [2019-08-28T09:23:35.925Z]     daemon.go:459: [de2f83d11d87c] Daemon stopped
09:23:35 [2019-08-28T09:23:35.925Z] === RUN   TestCreateServiceConflict
09:23:36 [2019-08-28T09:23:36.541Z] --- PASS: TestCreateServiceConflict (2.24s)
09:23:36 [2019-08-28T09:23:36.541Z]     create_test.go:129: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict
09:23:36 [2019-08-28T09:23:36.541Z]     daemon.go:336: [d06c21a4f334e] waiting for daemon to start
09:23:36 [2019-08-28T09:23:36.541Z]     daemon.go:336: [d06c21a4f334e] waiting for daemon to start
09:23:36 [2019-08-28T09:23:36.541Z]     daemon.go:364: [d06c21a4f334e] daemon started
09:23:36 [2019-08-28T09:23:36.541Z]     daemon.go:472: [d06c21a4f334e] Stopping daemon
09:23:36 [2019-08-28T09:23:36.541Z]     daemon.go:307: [d06c21a4f334e] exiting daemon
09:23:36 [2019-08-28T09:23:36.541Z]     daemon.go:459: [d06c21a4f334e] Daemon stopped
09:23:36 [2019-08-28T09:23:36.541Z] === RUN   TestCreateServiceMaxReplicas
09:23:37 [2019-08-28T09:23:37.554Z] PASS: docker_cli_service_create_test.go:167: DockerSwarmSuite.TestServiceCreateWithSecretReferencedTwice	2.957s
09:23:40 [2019-08-28T09:23:40.004Z] --- PASS: TestCreateServiceMaxReplicas (3.07s)
09:23:40 [2019-08-28T09:23:40.004Z]     create_test.go:150: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas
09:23:40 [2019-08-28T09:23:40.004Z]     daemon.go:336: [d3fad7f55ae53] waiting for daemon to start
09:23:40 [2019-08-28T09:23:40.004Z]     daemon.go:336: [d3fad7f55ae53] waiting for daemon to start
09:23:40 [2019-08-28T09:23:40.004Z]     daemon.go:364: [d3fad7f55ae53] daemon started
09:23:40 [2019-08-28T09:23:40.004Z]     daemon.go:472: [d3fad7f55ae53] Stopping daemon
09:23:40 [2019-08-28T09:23:40.004Z]     daemon.go:307: [d3fad7f55ae53] exiting daemon
09:23:40 [2019-08-28T09:23:40.004Z]     daemon.go:459: [d3fad7f55ae53] Daemon stopped
09:23:40 [2019-08-28T09:23:40.004Z] === RUN   TestCreateWithDuplicateNetworkNames
09:23:40 [2019-08-28T09:23:40.078Z] PASS: docker_cli_service_create_test.go:67: DockerSwarmSuite.TestServiceCreateWithSecretSimple	0.993s
09:23:40 [2019-08-28T09:23:40.079Z] PASS: docker_cli_ps_test.go:308: DockerSuite.TestPsListContainersFilterAncestorImage	5.628s
09:23:40 [2019-08-28T09:23:40.079Z] PASS: docker_cli_ps_test.go:513: DockerSuite.TestPsListContainersFilterCreated	0.089s
09:23:43 [2019-08-28T09:23:43.357Z] PASS: docker_cli_service_create_test.go:101: DockerSwarmSuite.TestServiceCreateWithSecretSourceTargetPaths	3.068s
09:23:43 [2019-08-28T09:23:43.922Z] PASS: docker_cli_ps_test.go:439: DockerSuite.TestPsListContainersFilterExited	3.630s
09:23:50 [2019-08-28T09:23:50.472Z] PASS: docker_cli_service_health_test.go:21: DockerSwarmSuite.TestServiceHealthRun	5.958s
09:23:52 [2019-08-28T09:23:52.368Z] PASS: docker_cli_ps_test.go:229: DockerSuite.TestPsListContainersFilterHealth	7.330s
09:23:53 [2019-08-28T09:23:53.738Z] PASS: docker_cli_ps_test.go:272: DockerSuite.TestPsListContainersFilterID	1.158s
09:23:55 [2019-08-28T09:23:55.107Z] PASS: docker_cli_service_health_test.go:83: DockerSwarmSuite.TestServiceHealthStart	4.770s
09:23:55 [2019-08-28T09:23:55.238Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.32s)
09:23:55 [2019-08-28T09:23:55.239Z]     create_test.go:171: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames
09:23:55 [2019-08-28T09:23:55.239Z]     daemon.go:336: [d864ca58880eb] waiting for daemon to start
09:23:55 [2019-08-28T09:23:55.239Z]     daemon.go:336: [d864ca58880eb] waiting for daemon to start
09:23:55 [2019-08-28T09:23:55.239Z]     daemon.go:364: [d864ca58880eb] daemon started
09:23:55 [2019-08-28T09:23:55.239Z]     daemon.go:472: [d864ca58880eb] Stopping daemon
09:23:55 [2019-08-28T09:23:55.239Z]     daemon.go:307: [d864ca58880eb] exiting daemon
09:23:55 [2019-08-28T09:23:55.239Z]     daemon.go:459: [d864ca58880eb] Daemon stopped
09:23:55 [2019-08-28T09:23:55.239Z] === RUN   TestCreateServiceSecretFileMode
09:23:55 [2019-08-28T09:23:55.523Z] --- PASS: TestCreateServiceSecretFileMode (2.65s)
09:23:55 [2019-08-28T09:23:55.523Z]     create_test.go:224: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode
09:23:55 [2019-08-28T09:23:55.523Z]     daemon.go:336: [db48054bb4266] waiting for daemon to start
09:23:55 [2019-08-28T09:23:55.523Z]     daemon.go:336: [db48054bb4266] waiting for daemon to start
09:23:55 [2019-08-28T09:23:55.523Z]     daemon.go:364: [db48054bb4266] daemon started
09:23:55 [2019-08-28T09:23:55.523Z]     daemon.go:472: [db48054bb4266] Stopping daemon
09:23:55 [2019-08-28T09:23:55.523Z]     daemon.go:307: [db48054bb4266] exiting daemon
09:23:55 [2019-08-28T09:23:55.523Z]     daemon.go:459: [db48054bb4266] Daemon stopped
09:23:55 [2019-08-28T09:23:55.523Z] === RUN   TestCreateServiceConfigFileMode
09:23:56 [2019-08-28T09:23:56.478Z] PASS: docker_cli_ps_test.go:403: DockerSuite.TestPsListContainersFilterLabel	2.505s
09:23:58 [2019-08-28T09:23:58.203Z] --- PASS: TestCreateServiceConfigFileMode (2.54s)
09:23:58 [2019-08-28T09:23:58.203Z]     create_test.go:288: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode
09:23:58 [2019-08-28T09:23:58.203Z]     daemon.go:336: [d6ab577074984] waiting for daemon to start
09:23:58 [2019-08-28T09:23:58.203Z]     daemon.go:336: [d6ab577074984] waiting for daemon to start
09:23:58 [2019-08-28T09:23:58.203Z]     daemon.go:364: [d6ab577074984] daemon started
09:23:58 [2019-08-28T09:23:58.203Z]     daemon.go:472: [d6ab577074984] Stopping daemon
09:23:58 [2019-08-28T09:23:58.203Z]     daemon.go:307: [d6ab577074984] exiting daemon
09:23:58 [2019-08-28T09:23:58.203Z]     daemon.go:459: [d6ab577074984] Daemon stopped
09:23:58 [2019-08-28T09:23:58.203Z] === RUN   TestCreateServiceSysctls
09:23:58 [2019-08-28T09:23:58.373Z] PASS: docker_cli_ps_test.go:286: DockerSuite.TestPsListContainersFilterName	1.516s
09:23:59 [2019-08-28T09:23:59.749Z] PASS: docker_cli_ps_test.go:711: DockerSuite.TestPsListContainersFilterNetwork	1.247s
09:24:01 [2019-08-28T09:24:01.642Z] PASS: docker_cli_ps_test.go:810: DockerSuite.TestPsListContainersFilterPorts	1.302s
09:24:01 [2019-08-28T09:24:01.669Z] --- PASS: TestCreateServiceSysctls (3.65s)
09:24:01 [2019-08-28T09:24:01.669Z]     create_test.go:378: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls
09:24:01 [2019-08-28T09:24:01.669Z]     daemon.go:336: [d2fb644d7bd1c] waiting for daemon to start
09:24:01 [2019-08-28T09:24:01.669Z]     daemon.go:336: [d2fb644d7bd1c] waiting for daemon to start
09:24:01 [2019-08-28T09:24:01.669Z]     daemon.go:364: [d2fb644d7bd1c] daemon started
09:24:01 [2019-08-28T09:24:01.669Z]     daemon.go:472: [d2fb644d7bd1c] Stopping daemon
09:24:01 [2019-08-28T09:24:01.669Z]     daemon.go:307: [d2fb644d7bd1c] exiting daemon
09:24:01 [2019-08-28T09:24:01.669Z]     daemon.go:459: [d2fb644d7bd1c] Daemon stopped
09:24:01 [2019-08-28T09:24:01.669Z] === RUN   TestCreateServiceCapabilities
09:24:04 [2019-08-28T09:24:04.164Z] PASS: docker_cli_ps_test.go:182: DockerSuite.TestPsListContainersFilterStatus	2.042s
09:24:04 [2019-08-28T09:24:04.377Z] --- PASS: TestCreateServiceCapabilities (2.71s)
09:24:04 [2019-08-28T09:24:04.378Z]     create_test.go:462: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities
09:24:04 [2019-08-28T09:24:04.378Z]     daemon.go:336: [d08bf14000352] waiting for daemon to start
09:24:04 [2019-08-28T09:24:04.378Z]     daemon.go:336: [d08bf14000352] waiting for daemon to start
09:24:04 [2019-08-28T09:24:04.378Z]     daemon.go:364: [d08bf14000352] daemon started
09:24:04 [2019-08-28T09:24:04.378Z]     daemon.go:472: [d08bf14000352] Stopping daemon
09:24:04 [2019-08-28T09:24:04.378Z]     daemon.go:307: [d08bf14000352] exiting daemon
09:24:04 [2019-08-28T09:24:04.378Z]     daemon.go:459: [d08bf14000352] Daemon stopped
09:24:04 [2019-08-28T09:24:04.378Z] === RUN   TestInspect
09:24:05 [2019-08-28T09:24:05.534Z] PASS: docker_cli_ps_test.go:142: DockerSuite.TestPsListContainersSize	1.581s
09:24:05 [2019-08-28T09:24:05.792Z] PASS: docker_cli_ps_test.go:846: DockerSuite.TestPsNotShowLinknamesOfDeletedContainer	0.179s
09:24:06 [2019-08-28T09:24:06.723Z] PASS: docker_cli_ps_test.go:593: DockerSuite.TestPsNotShowPortsOfStoppedContainer	0.936s
09:24:07 [2019-08-28T09:24:07.071Z] --- PASS: TestInspect (2.23s)
09:24:07 [2019-08-28T09:24:07.071Z]     inspect_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspect
09:24:07 [2019-08-28T09:24:07.071Z]     daemon.go:336: [d31af98c89eb2] waiting for daemon to start
09:24:07 [2019-08-28T09:24:07.071Z]     daemon.go:336: [d31af98c89eb2] waiting for daemon to start
09:24:07 [2019-08-28T09:24:07.071Z]     daemon.go:364: [d31af98c89eb2] daemon started
09:24:07 [2019-08-28T09:24:07.071Z]     daemon.go:472: [d31af98c89eb2] Stopping daemon
09:24:07 [2019-08-28T09:24:07.071Z]     daemon.go:307: [d31af98c89eb2] exiting daemon
09:24:07 [2019-08-28T09:24:07.071Z]     daemon.go:459: [d31af98c89eb2] Daemon stopped
09:24:07 [2019-08-28T09:24:07.071Z] === RUN   TestDockerNetworkConnectAlias
09:24:08 [2019-08-28T09:24:08.618Z] PASS: docker_cli_service_logs_test.go:25: DockerSwarmSuite.TestServiceLogs	2.760s
09:24:09 [2019-08-28T09:24:09.182Z] PASS: docker_cli_ps_test.go:467: DockerSuite.TestPsRightTagName	1.819s
09:24:11 [2019-08-28T09:24:11.465Z] --- PASS: TestDockerNetworkConnectAlias (4.71s)
09:24:11 [2019-08-28T09:24:11.465Z]     network_test.go:20: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias
09:24:11 [2019-08-28T09:24:11.465Z]     daemon.go:336: [d091cbdaf0d93] waiting for daemon to start
09:24:11 [2019-08-28T09:24:11.465Z]     daemon.go:336: [d091cbdaf0d93] waiting for daemon to start
09:24:11 [2019-08-28T09:24:11.465Z]     daemon.go:364: [d091cbdaf0d93] daemon started
09:24:11 [2019-08-28T09:24:11.465Z]     daemon.go:472: [d091cbdaf0d93] Stopping daemon
09:24:11 [2019-08-28T09:24:11.465Z]     daemon.go:307: [d091cbdaf0d93] exiting daemon
09:24:11 [2019-08-28T09:24:11.465Z]     daemon.go:459: [d091cbdaf0d93] Daemon stopped
09:24:11 [2019-08-28T09:24:11.465Z] === RUN   TestDockerNetworkReConnect
09:24:12 [2019-08-28T09:24:12.455Z] PASS: docker_cli_ps_test.go:611: DockerSuite.TestPsShowMounts	2.191s
09:24:13 [2019-08-28T09:24:13.019Z] PASS: docker_cli_run_test.go:3150: DockerSuite.TestPtraceContainerProcsFromHost	0.610s
09:24:13 [2019-08-28T09:24:13.019Z] SKIP: docker_cli_pull_test.go:266: DockerSuite.TestPullLinuxImageFailsOnWindows (unmatched requirement DaemonIsWindows)
09:24:13 [2019-08-28T09:24:13.276Z] PASS: docker_cli_pull_test.go:273: DockerSuite.TestPullWindowsImageFailsOnLinux	0.210s
09:24:13 [2019-08-28T09:24:13.276Z] PASS: docker_cli_push_test.go:292: DockerSuite.TestPushToCentralRegistryUnauthorized	0.122s
09:24:13 [2019-08-28T09:24:13.532Z] PASS: docker_cli_push_test.go:38: DockerSuite.TestPushUnprefixedRepo	0.080s
09:24:14 [2019-08-28T09:24:14.461Z] PASS: docker_api_containers_test.go:1404: DockerSuite.TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs	0.958s
09:24:15 [2019-08-28T09:24:15.869Z] --- PASS: TestDockerNetworkReConnect (3.74s)
09:24:15 [2019-08-28T09:24:15.869Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect
09:24:15 [2019-08-28T09:24:15.869Z]     daemon.go:336: [d64373f50ff7c] waiting for daemon to start
09:24:15 [2019-08-28T09:24:15.869Z]     daemon.go:336: [d64373f50ff7c] waiting for daemon to start
09:24:15 [2019-08-28T09:24:15.869Z]     daemon.go:364: [d64373f50ff7c] daemon started
09:24:15 [2019-08-28T09:24:15.869Z]     daemon.go:472: [d64373f50ff7c] Stopping daemon
09:24:15 [2019-08-28T09:24:15.869Z]     daemon.go:307: [d64373f50ff7c] exiting daemon
09:24:15 [2019-08-28T09:24:15.869Z]     daemon.go:459: [d64373f50ff7c] Daemon stopped
09:24:15 [2019-08-28T09:24:15.869Z] === RUN   TestServicePlugin
09:24:15 [2019-08-28T09:24:15.869Z] --- SKIP: TestServicePlugin (0.00s)
09:24:15 [2019-08-28T09:24:15.869Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:24:15 [2019-08-28T09:24:15.869Z] === RUN   TestServiceUpdateLabel
09:24:16 [2019-08-28T09:24:16.356Z] PASS: docker_cli_restart_test.go:304: DockerSuite.TestRestartAutoRemoveContainer	1.635s
09:24:16 [2019-08-28T09:24:16.356Z] SKIP: docker_cli_restart_test.go:167: DockerSuite.TestRestartContainerSuccess (unmatched requirement IsolationIsProcess)
09:24:16 [2019-08-28T09:24:16.919Z] PASS: docker_cli_restart_test.go:153: DockerSuite.TestRestartContainerwithGoodContainer	0.808s
09:24:17 [2019-08-28T09:24:17.344Z] --- PASS: TestServiceUpdateLabel (2.23s)
09:24:17 [2019-08-28T09:24:17.344Z]     update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel
09:24:17 [2019-08-28T09:24:17.344Z]     daemon.go:336: [dc9286519e97e] waiting for daemon to start
09:24:17 [2019-08-28T09:24:17.344Z]     daemon.go:336: [dc9286519e97e] waiting for daemon to start
09:24:17 [2019-08-28T09:24:17.344Z]     daemon.go:364: [dc9286519e97e] daemon started
09:24:17 [2019-08-28T09:24:17.344Z]     daemon.go:472: [dc9286519e97e] Stopping daemon
09:24:17 [2019-08-28T09:24:17.344Z]     daemon.go:307: [dc9286519e97e] exiting daemon
09:24:17 [2019-08-28T09:24:17.344Z]     daemon.go:459: [dc9286519e97e] Daemon stopped
09:24:17 [2019-08-28T09:24:17.344Z] === RUN   TestServiceUpdateSecrets
09:24:22 [2019-08-28T09:24:22.175Z] PASS: docker_cli_service_logs_test.go:72: DockerSwarmSuite.TestServiceLogsCompleteness	2.721s
09:24:25 [2019-08-28T09:24:25.469Z] PASS: docker_cli_restart_test.go:273: DockerSuite.TestRestartContainerwithRestartPolicy	8.020s
09:24:26 [2019-08-28T09:24:26.399Z] PASS: docker_cli_restart_test.go:80: DockerSuite.TestRestartDisconnectedContainer	1.271s
09:24:26 [2019-08-28T09:24:26.399Z] SKIP: docker_cli_restart_test.go:240: DockerSuite.TestRestartPolicyAfterRestart (unmatched requirement IsolationIsProcess)
09:24:26 [2019-08-28T09:24:26.399Z] PASS: docker_cli_restart_test.go:105: DockerSuite.TestRestartPolicyAlways	0.078s
09:24:26 [2019-08-28T09:24:26.656Z] PASS: docker_cli_restart_test.go:97: DockerSuite.TestRestartPolicyNO	0.079s
09:24:26 [2019-08-28T09:24:26.913Z] PASS: docker_cli_restart_test.go:118: DockerSuite.TestRestartPolicyOnFailure	0.257s
09:24:29 [2019-08-28T09:24:29.434Z] PASS: docker_cli_restart_test.go:32: DockerSuite.TestRestartRunningContainer	2.427s
09:24:31 [2019-08-28T09:24:31.329Z] PASS: docker_cli_restart_test.go:15: DockerSuite.TestRestartStoppedContainer	1.533s
09:24:32 [2019-08-28T09:24:32.574Z] --- PASS: TestServiceUpdateSecrets (14.68s)
09:24:32 [2019-08-28T09:24:32.574Z]     update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets
09:24:32 [2019-08-28T09:24:32.574Z]     daemon.go:336: [d6264d92a238e] waiting for daemon to start
09:24:32 [2019-08-28T09:24:32.574Z]     daemon.go:336: [d6264d92a238e] waiting for daemon to start
09:24:32 [2019-08-28T09:24:32.574Z]     daemon.go:364: [d6264d92a238e] daemon started
09:24:32 [2019-08-28T09:24:32.574Z]     daemon.go:472: [d6264d92a238e] Stopping daemon
09:24:32 [2019-08-28T09:24:32.574Z]     daemon.go:307: [d6264d92a238e] exiting daemon
09:24:32 [2019-08-28T09:24:32.574Z]     daemon.go:459: [d6264d92a238e] Daemon stopped
09:24:32 [2019-08-28T09:24:32.574Z] === RUN   TestServiceUpdateConfigs
09:24:35 [2019-08-28T09:24:35.505Z] PASS: docker_cli_service_logs_test.go:344: DockerSwarmSuite.TestServiceLogsDetails	2.245s
09:24:35 [2019-08-28T09:24:35.505Z] PASS: docker_cli_restart_test.go:196: DockerSuite.TestRestartWithPolicyUserDefinedNetwork	3.329s
09:24:36 [2019-08-28T09:24:36.876Z] PASS: docker_cli_restart_test.go:55: DockerSuite.TestRestartWithVolumes	1.511s
09:24:36 [2019-08-28T09:24:36.876Z] PASS: docker_cli_rmi_test.go:218: DockerSuite.TestRmiBlank	0.011s
09:24:36 [2019-08-28T09:24:36.876Z] PASS: docker_cli_rmi_test.go:328: DockerSuite.TestRmiByIDHardConflict	0.109s
09:24:41 [2019-08-28T09:24:41.053Z] PASS: docker_cli_rmi_test.go:228: DockerSuite.TestRmiContainerImageNotFound	3.833s
09:24:41 [2019-08-28T09:24:41.989Z] PASS: docker_cli_rmi_test.go:172: DockerSuite.TestRmiForceWithExistingContainers	1.053s
09:24:42 [2019-08-28T09:24:42.246Z] PASS: docker_cli_rmi_test.go:200: DockerSuite.TestRmiForceWithMultipleRepositories	0.310s
09:24:44 [2019-08-28T09:24:44.141Z] PASS: docker_cli_rmi_test.go:145: DockerSuite.TestRmiImageIDForceWithRunningContainersAndMultipleTags	1.572s
09:24:45 [2019-08-28T09:24:45.075Z] PASS: docker_cli_rmi_test.go:107: DockerSuite.TestRmiImgIDForce	0.947s
09:24:46 [2019-08-28T09:24:46.969Z] PASS: docker_cli_rmi_test.go:66: DockerSuite.TestRmiImgIDMultipleTag	1.708s
09:24:47 [2019-08-28T09:24:47.795Z] --- PASS: TestServiceUpdateConfigs (14.78s)
09:24:47 [2019-08-28T09:24:47.796Z]     update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs
09:24:47 [2019-08-28T09:24:47.796Z]     daemon.go:336: [de87f3c457118] waiting for daemon to start
09:24:47 [2019-08-28T09:24:47.796Z]     daemon.go:336: [de87f3c457118] waiting for daemon to start
09:24:47 [2019-08-28T09:24:47.796Z]     daemon.go:364: [de87f3c457118] daemon started
09:24:47 [2019-08-28T09:24:47.796Z]     daemon.go:472: [de87f3c457118] Stopping daemon
09:24:47 [2019-08-28T09:24:47.796Z]     daemon.go:307: [de87f3c457118] exiting daemon
09:24:47 [2019-08-28T09:24:47.796Z]     daemon.go:459: [de87f3c457118] Daemon stopped
09:24:47 [2019-08-28T09:24:47.796Z] === RUN   TestServiceUpdateNetwork
09:24:47 [2019-08-28T09:24:47.900Z] PASS: docker_cli_rmi_test.go:298: DockerSuite.TestRmiParentImageFail	1.012s
09:24:47 [2019-08-28T09:24:47.900Z] PASS: docker_cli_rmi_test.go:38: DockerSuite.TestRmiTag	0.141s
09:24:48 [2019-08-28T09:24:48.157Z] PASS: docker_cli_service_logs_test.go:158: DockerSwarmSuite.TestServiceLogsFollow	2.676s
09:24:49 [2019-08-28T09:24:49.087Z] PASS: docker_cli_rmi_test.go:160: DockerSuite.TestRmiTagWithExistingContainers	0.931s
09:24:54 [2019-08-28T09:24:54.360Z] PASS: docker_cli_rmi_test.go:254: DockerSuite.TestRmiUntagHistoryLayer	4.532s
09:24:54 [2019-08-28T09:24:54.617Z] PASS: docker_cli_rmi_test.go:17: DockerSuite.TestRmiWithContainerFails	0.615s
09:24:55 [2019-08-28T09:24:55.547Z] PASS: docker_cli_rmi_test.go:186: DockerSuite.TestRmiWithMultipleRepositories	0.929s
09:24:55 [2019-08-28T09:24:55.803Z] PASS: docker_cli_rmi_test.go:311: DockerSuite.TestRmiWithParentInUse	0.398s
09:24:57 [2019-08-28T09:24:57.698Z] PASS: docker_cli_run_test.go:4536: DockerSuite.TestRunAddDeviceCgroupRule	1.602s
09:24:58 [2019-08-28T09:24:58.262Z] PASS: docker_cli_run_test.go:1581: DockerSuite.TestRunAddHost	0.800s
09:24:58 [2019-08-28T09:24:58.826Z] PASS: docker_cli_run_test.go:4045: DockerSuite.TestRunAddHostInHostMode	0.375s
09:24:59 [2019-08-28T09:24:59.389Z] PASS: docker_cli_run_test.go:1173: DockerSuite.TestRunAddingOptionalDevices	0.819s
09:24:59 [2019-08-28T09:24:59.389Z] PASS: docker_cli_run_test.go:1191: DockerSuite.TestRunAddingOptionalDevicesInvalidMode	0.010s
09:25:00 [2019-08-28T09:25:00.320Z] PASS: docker_cli_run_test.go:1182: DockerSuite.TestRunAddingOptionalDevicesNoSrc	0.805s
09:25:00 [2019-08-28T09:25:00.322Z] --- PASS: TestServiceUpdateNetwork (13.15s)
09:25:00 [2019-08-28T09:25:00.322Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork
09:25:00 [2019-08-28T09:25:00.322Z]     daemon.go:336: [d47922e562e79] waiting for daemon to start
09:25:00 [2019-08-28T09:25:00.322Z]     daemon.go:336: [d47922e562e79] waiting for daemon to start
09:25:00 [2019-08-28T09:25:00.322Z]     daemon.go:364: [d47922e562e79] daemon started
09:25:00 [2019-08-28T09:25:00.322Z]     daemon.go:472: [d47922e562e79] Stopping daemon
09:25:00 [2019-08-28T09:25:00.322Z]     daemon.go:307: [d47922e562e79] exiting daemon
09:25:00 [2019-08-28T09:25:00.322Z]     daemon.go:459: [d47922e562e79] Daemon stopped
09:25:00 [2019-08-28T09:25:00.322Z] PASS
09:25:00 [2019-08-28T09:25:00.322Z] Running /go/src/github.com/docker/docker/integration/session flags=-test.v -test.timeout=120m  
09:25:00 [2019-08-28T09:25:00.322Z] INFO: Testing against a local daemon
09:25:00 [2019-08-28T09:25:00.322Z] === RUN   TestSessionCreate
09:25:00 [2019-08-28T09:25:00.322Z] --- PASS: TestSessionCreate (0.06s)
09:25:00 [2019-08-28T09:25:00.322Z] === RUN   TestSessionCreateWithBadUpgrade
09:25:00 [2019-08-28T09:25:00.322Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s)
09:25:00 [2019-08-28T09:25:00.322Z] PASS
09:25:00 [2019-08-28T09:25:00.322Z] Running /go/src/github.com/docker/docker/integration/system flags=-test.v -test.timeout=120m  
09:25:00 [2019-08-28T09:25:00.322Z] INFO: Testing against a local daemon
09:25:00 [2019-08-28T09:25:00.322Z] === RUN   TestCgroupDriverSystemdMemoryLimit
09:25:00 [2019-08-28T09:25:00.322Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
09:25:00 [2019-08-28T09:25:00.322Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
09:25:00 [2019-08-28T09:25:00.322Z] === RUN   TestEventsExecDie
09:25:01 [2019-08-28T09:25:01.333Z] --- PASS: TestEventsExecDie (0.90s)
09:25:01 [2019-08-28T09:25:01.333Z] === RUN   TestEventsBackwardsCompatible
09:25:01 [2019-08-28T09:25:01.333Z] --- PASS: TestEventsBackwardsCompatible (0.10s)
09:25:01 [2019-08-28T09:25:01.333Z] === RUN   TestInfoBinaryCommits
09:25:01 [2019-08-28T09:25:01.333Z] --- PASS: TestInfoBinaryCommits (0.05s)
09:25:01 [2019-08-28T09:25:01.333Z] === RUN   TestInfoAPIVersioned
09:25:01 [2019-08-28T09:25:01.333Z] --- PASS: TestInfoAPIVersioned (0.01s)
09:25:01 [2019-08-28T09:25:01.333Z] === RUN   TestInfoAPI
09:25:01 [2019-08-28T09:25:01.333Z] --- PASS: TestInfoAPI (0.07s)
09:25:01 [2019-08-28T09:25:01.333Z] === RUN   TestInfoAPIWarnings
09:25:02 [2019-08-28T09:25:02.216Z] PASS: docker_cli_run_test.go:2067: DockerSuite.TestRunAllocatePortInReservedRange	1.254s
09:25:02 [2019-08-28T09:25:02.345Z] --- PASS: TestInfoAPIWarnings (0.94s)
09:25:02 [2019-08-28T09:25:02.345Z]     info_test.go:49: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings
09:25:02 [2019-08-28T09:25:02.345Z]     daemon.go:336: [d9876b0244ca9] waiting for daemon to start
09:25:02 [2019-08-28T09:25:02.345Z]     daemon.go:336: [d9876b0244ca9] waiting for daemon to start
09:25:02 [2019-08-28T09:25:02.345Z]     daemon.go:364: [d9876b0244ca9] daemon started
09:25:02 [2019-08-28T09:25:02.345Z]     daemon.go:472: [d9876b0244ca9] Stopping daemon
09:25:02 [2019-08-28T09:25:02.345Z]     daemon.go:307: [d9876b0244ca9] exiting daemon
09:25:02 [2019-08-28T09:25:02.345Z]     daemon.go:459: [d9876b0244ca9] Daemon stopped
09:25:02 [2019-08-28T09:25:02.345Z] === RUN   TestLoginFailsWithBadCredentials
09:25:02 [2019-08-28T09:25:02.779Z] PASS: docker_cli_run_test.go:1232: DockerSuite.TestRunAllowBindMountingRoot	0.803s
09:25:02 [2019-08-28T09:25:02.961Z] --- PASS: TestLoginFailsWithBadCredentials (0.58s)
09:25:02 [2019-08-28T09:25:02.961Z] === RUN   TestPingCacheHeaders
09:25:02 [2019-08-28T09:25:02.961Z] --- PASS: TestPingCacheHeaders (0.06s)
09:25:02 [2019-08-28T09:25:02.961Z] === RUN   TestPingGet
09:25:02 [2019-08-28T09:25:02.961Z] --- PASS: TestPingGet (0.04s)
09:25:02 [2019-08-28T09:25:02.961Z] === RUN   TestPingHead
09:25:02 [2019-08-28T09:25:02.961Z] --- PASS: TestPingHead (0.05s)
09:25:02 [2019-08-28T09:25:02.961Z] === RUN   TestVersion
09:25:03 [2019-08-28T09:25:03.244Z] --- PASS: TestVersion (0.05s)
09:25:03 [2019-08-28T09:25:03.244Z] PASS
09:25:03 [2019-08-28T09:25:03.244Z] Running /go/src/github.com/docker/docker/integration/volume flags=-test.v -test.timeout=120m  
09:25:03 [2019-08-28T09:25:03.244Z] INFO: Testing against a local daemon
09:25:03 [2019-08-28T09:25:03.244Z] === RUN   TestVolumesCreateAndList
09:25:03 [2019-08-28T09:25:03.244Z] --- PASS: TestVolumesCreateAndList (0.05s)
09:25:03 [2019-08-28T09:25:03.244Z] === RUN   TestVolumesRemove
09:25:03 [2019-08-28T09:25:03.244Z] --- PASS: TestVolumesRemove (0.10s)
09:25:03 [2019-08-28T09:25:03.244Z] === RUN   TestVolumesInspect
09:25:03 [2019-08-28T09:25:03.527Z] --- PASS: TestVolumesInspect (0.04s)
09:25:03 [2019-08-28T09:25:03.527Z] === RUN   TestVolumesInvalidJSON
09:25:03 [2019-08-28T09:25:03.527Z] === RUN   TestVolumesInvalidJSON//volumes/create
09:25:03 [2019-08-28T09:25:03.527Z] === PAUSE TestVolumesInvalidJSON//volumes/create
09:25:03 [2019-08-28T09:25:03.527Z] === CONT  TestVolumesInvalidJSON//volumes/create
09:25:03 [2019-08-28T09:25:03.527Z] --- PASS: TestVolumesInvalidJSON (0.04s)
09:25:03 [2019-08-28T09:25:03.527Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
09:25:03 [2019-08-28T09:25:03.527Z] PASS
09:25:03 [2019-08-28T09:25:03.527Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
09:25:03 [2019-08-28T09:25:03.711Z] PASS: docker_cli_service_logs_test.go:295: DockerSwarmSuite.TestServiceLogsNoHangDeletedContainer	14.979s
09:25:03 [2019-08-28T09:25:03.967Z] PASS: docker_cli_run_test.go:2272: DockerSuite.TestRunAllowPortRangeThroughExpose	0.636s
09:25:04 [2019-08-28T09:25:04.900Z] PASS: docker_cli_run_test.go:2630: DockerSuite.TestRunAllowPortRangeThroughPublish	0.626s
09:25:05 [2019-08-28T09:25:05.569Z] umount: bundles/test-integration/root: mountpoint not found
09:25:05 [2019-08-28T09:25:05.569Z] Clearing AppArmor profiles cache:.
09:25:05 [2019-08-28T09:25:05.569Z] All profile caches have been cleared, but no profiles have been unloaded.
09:25:05 [2019-08-28T09:25:05.569Z] Unloading profiles will leave already running processes permanently
09:25:05 [2019-08-28T09:25:05.569Z] unconfined, which can lead to unexpected situations.
09:25:05 [2019-08-28T09:25:05.569Z] 
09:25:05 [2019-08-28T09:25:05.569Z] To set a process to complain mode, use the command line tool
09:25:05 [2019-08-28T09:25:05.569Z] 'aa-complain'. To really tear down all profiles, run the init script
09:25:05 [2019-08-28T09:25:05.569Z] with the 'teardown' option."
09:25:05 [2019-08-28T09:25:05.569Z] Removing test suite binaries
09:25:05 [2019-08-28T09:25:05.569Z] 
09:25:06 [2019-08-28T09:25:06.271Z] PASS: docker_cli_run_unix_test.go:1330: DockerSuite.TestRunApparmorProcDirectory	1.527s
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
09:25:07 [2019-08-28T09:25:07.469Z] + echo Ensuring container killed.
09:25:07 [2019-08-28T09:25:07.469Z] Ensuring container killed.
09:25:07 [2019-08-28T09:25:07.469Z] + docker rm -vf docker-pr8
09:25:07 [2019-08-28T09:25:07.469Z] Error: No such container: docker-pr8
09:25:07 [2019-08-28T09:25:07.469Z] + true
[Pipeline] sh
09:25:07 [2019-08-28T09:25:07.855Z] + echo Chowning /workspace to jenkins user
09:25:07 [2019-08-28T09:25:07.855Z] Chowning /workspace to jenkins user
09:25:07 [2019-08-28T09:25:07.855Z] + id -u
09:25:07 [2019-08-28T09:25:07.855Z] + id -g
09:25:07 [2019-08-28T09:25:07.855Z] + docker run --rm -v /home/docker/workspace/moby_PR-39571:/workspace busybox chown -R 1001:1001 /workspace
09:25:07 [2019-08-28T09:25:07.855Z] Unable to find image 'busybox:latest' locally
09:25:08 [2019-08-28T09:25:08.138Z] latest: Pulling from library/busybox
09:25:08 [2019-08-28T09:25:08.138Z] ce3c955d98a5: Pulling fs layer
09:25:08 [2019-08-28T09:25:08.166Z] PASS: docker_cli_run_test.go:574: DockerSuite.TestRunApplyVolumesFromBeforeVolumes	1.616s
09:25:08 [2019-08-28T09:25:08.422Z] ce3c955d98a5: Download complete
09:25:08 [2019-08-28T09:25:08.712Z] ce3c955d98a5: Pull complete
09:25:08 [2019-08-28T09:25:08.712Z] Digest: sha256:9f1003c480699be56815db0f8146ad2e22efea85129b5b5983d0e0fb52d9ab70
09:25:08 [2019-08-28T09:25:08.712Z] Status: Downloaded newer image for busybox:latest
09:25:09 [2019-08-28T09:25:09.097Z] PASS: docker_cli_run_unix_test.go:98: DockerSuite.TestRunAttachDetach	0.777s
09:25:10 [2019-08-28T09:25:10.027Z] PASS: docker_cli_run_unix_test.go:243: DockerSuite.TestRunAttachDetachFromConfig	0.707s
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
09:25:10 [2019-08-28T09:25:10.958Z] PASS: docker_cli_run_unix_test.go:149: DockerSuite.TestRunAttachDetachFromFlag	0.693s
09:25:11 [2019-08-28T09:25:11.140Z] + bundleName=powerpc-integration
09:25:11 [2019-08-28T09:25:11.140Z] + echo Creating powerpc-integration-bundles.tar.gz
09:25:11 [2019-08-28T09:25:11.140Z] Creating powerpc-integration-bundles.tar.gz
09:25:11 [2019-08-28T09:25:11.140Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *.log -o -name *.prof ) -print
09:25:11 [2019-08-28T09:25:11.140Z] + xargs tar -czf powerpc-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
09:25:11 [2019-08-28T09:25:11.507Z] Archiving artifacts
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
09:25:11 [2019-08-28T09:25:11.889Z] PASS: docker_cli_run_unix_test.go:210: DockerSuite.TestRunAttachDetachFromInvalidFlag	0.605s
09:25:12 [2019-08-28T09:25:12.099Z] + make clean
09:25:12 [2019-08-28T09:25:12.717Z] docker volume rm -f docker-dev-cache
09:25:12 [2019-08-28T09:25:12.717Z] docker-dev-cache
[Pipeline] deleteDir
09:25:12 [2019-08-28T09:25:12.819Z] PASS: docker_cli_run_unix_test.go:326: DockerSuite.TestRunAttachDetachKeysOverrideConfig	0.745s
09:25:13 [2019-08-28T09:25:13.755Z] PASS: docker_cli_run_test.go:3926: DockerSuite.TestRunAttachFailedNoLeak	1.042s
09:25:15 [2019-08-28T09:25:15.125Z] PASS: docker_cli_run_unix_test.go:408: DockerSuite.TestRunAttachInvalidDetachKeySequencePreserved	0.927s
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
09:25:15 [2019-08-28T09:25:15.689Z] PASS: docker_cli_run_test.go:1593: DockerSuite.TestRunAttachStdErrOnlyTTYMode	0.804s
09:25:16 [2019-08-28T09:25:16.620Z] PASS: docker_cli_run_test.go:1609: DockerSuite.TestRunAttachStdOutAndErrTTYMode	0.830s
09:25:16 [2019-08-28T09:25:16.876Z] PASS: docker_cli_service_logs_test.go:123: DockerSwarmSuite.TestServiceLogsSince	2.465s
09:25:17 [2019-08-28T09:25:17.133Z] PASS: docker_cli_run_test.go:1601: DockerSuite.TestRunAttachStdOutOnlyTTYMode	0.668s
09:25:17 [2019-08-28T09:25:17.133Z] PASS: docker_cli_run_test.go:1618: DockerSuite.TestRunAttachWithDetach	0.010s
09:25:20 [2019-08-28T09:25:20.408Z] PASS: docker_cli_run_test.go:1883: DockerSuite.TestRunBindMounts	2.850s
09:25:20 [2019-08-28T09:25:20.971Z] PASS: docker_cli_run_test.go:1054: DockerSuite.TestRunCapAddALLCanDownInterface	0.801s
09:25:21 [2019-08-28T09:25:21.905Z] PASS: docker_cli_run_test.go:1064: DockerSuite.TestRunCapAddALLDropNetAdminCanDownInterface	0.788s
09:25:22 [2019-08-28T09:25:22.469Z] PASS: docker_cli_run_test.go:3014: DockerSuite.TestRunCapAddCHOWN	0.772s
09:25:23 [2019-08-28T09:25:23.400Z] PASS: docker_cli_run_test.go:1044: DockerSuite.TestRunCapAddCanDownInterface	0.783s
09:25:23 [2019-08-28T09:25:23.400Z] PASS: docker_cli_run_test.go:1035: DockerSuite.TestRunCapAddInvalid	0.011s
09:25:24 [2019-08-28T09:25:24.330Z] PASS: docker_cli_run_test.go:3200: DockerSuite.TestRunCapAddSYSTIME	0.817s
09:25:24 [2019-08-28T09:25:24.894Z] PASS: docker_cli_run_test.go:1025: DockerSuite.TestRunCapDropALLAddMknodCanMknod	0.763s
09:25:25 [2019-08-28T09:25:25.825Z] PASS: docker_cli_run_test.go:1013: DockerSuite.TestRunCapDropALLCannotMknod	0.752s
09:25:26 [2019-08-28T09:25:26.389Z] PASS: docker_cli_run_test.go:987: DockerSuite.TestRunCapDropCannotMknod	0.779s
09:25:27 [2019-08-28T09:25:27.320Z] PASS: docker_cli_run_test.go:1000: DockerSuite.TestRunCapDropCannotMknodLowerCase	0.802s
09:25:27 [2019-08-28T09:25:27.320Z] PASS: docker_cli_run_test.go:978: DockerSuite.TestRunCapDropInvalid	0.013s
09:25:28 [2019-08-28T09:25:28.250Z] PASS: docker_cli_run_test.go:1970: DockerSuite.TestRunCidFileCheckIDLength	0.589s
09:25:28 [2019-08-28T09:25:28.250Z] PASS: docker_cli_run_test.go:1939: DockerSuite.TestRunCidFileCleanupIfEmpty	0.043s
09:25:29 [2019-08-28T09:25:29.619Z] PASS: docker_cli_run_test.go:1696: DockerSuite.TestRunCleanupCmdOnEntrypoint	1.431s
09:25:29 [2019-08-28T09:25:29.619Z] PASS: docker_cli_service_logs_test.go:257: DockerSwarmSuite.TestServiceLogsTTY	2.149s
09:25:30 [2019-08-28T09:25:30.552Z] PASS: docker_cli_run_test.go:3342: DockerSuite.TestRunContainerNetModeWithDNSMacHosts	0.605s
09:25:31 [2019-08-28T09:25:31.483Z] PASS: docker_cli_run_test.go:3366: DockerSuite.TestRunContainerNetModeWithExposePort	0.651s
09:25:32 [2019-08-28T09:25:32.415Z] PASS: docker_cli_run_test.go:923: DockerSuite.TestRunContainerNetwork	0.888s
09:25:32 [2019-08-28T09:25:32.415Z] PASS: docker_cli_run_test.go:3333: DockerSuite.TestRunContainerNetworkModeToSelf	0.112s
09:25:33 [2019-08-28T09:25:33.345Z] PASS: docker_cli_run_test.go:3317: DockerSuite.TestRunContainerWithCgroupMountRO	0.786s
09:25:34 [2019-08-28T09:25:34.723Z] PASS: docker_cli_run_test.go:3243: DockerSuite.TestRunContainerWithCgroupParent	1.612s
09:25:36 [2019-08-28T09:25:36.619Z] PASS: docker_cli_run_test.go:2740: DockerSuite.TestRunContainerWithReadonlyEtcHostsAndLinkedContainer	1.366s
09:25:37 [2019-08-28T09:25:37.990Z] PASS: docker_cli_run_test.go:2689: DockerSuite.TestRunContainerWithReadonlyRootfs	1.536s
09:25:38 [2019-08-28T09:25:38.920Z] PASS: docker_cli_run_test.go:2762: DockerSuite.TestRunContainerWithReadonlyRootfsWithAddHostFlag	0.767s
09:25:39 [2019-08-28T09:25:39.484Z] PASS: docker_cli_run_test.go:2752: DockerSuite.TestRunContainerWithReadonlyRootfsWithDNSFlag	0.829s
09:25:40 [2019-08-28T09:25:40.420Z] PASS: docker_cli_run_test.go:2799: DockerSuite.TestRunContainerWithRmFlagCannotStartContainer	0.742s
09:25:40 [2019-08-28T09:25:40.985Z] PASS: docker_cli_run_test.go:2785: DockerSuite.TestRunContainerWithRmFlagExitCodeNotEqualToZero	0.736s
09:25:41 [2019-08-28T09:25:41.915Z] PASS: docker_cli_run_test.go:2685: DockerSuite.TestRunContainerWithWritableRootfs	0.825s
09:25:42 [2019-08-28T09:25:42.847Z] PASS: docker_cli_service_logs_test.go:99: DockerSwarmSuite.TestServiceLogsTail	2.508s
09:25:43 [2019-08-28T09:25:43.777Z] PASS: docker_cli_run_test.go:1681: DockerSuite.TestRunCopyVolumeContent	1.947s
09:25:47 [2019-08-28T09:25:47.954Z] PASS: docker_cli_run_test.go:1663: DockerSuite.TestRunCopyVolumeUIDGID	3.757s
09:25:47 [2019-08-28T09:25:47.954Z] PASS: docker_cli_run_test.go:3208: DockerSuite.TestRunCreateContainerFailedCleanUp	0.056s
09:25:48 [2019-08-28T09:25:48.517Z] PASS: docker_cli_run_test.go:613: DockerSuite.TestRunCreateVolume	0.756s
09:25:51 [2019-08-28T09:25:51.039Z] PASS: docker_cli_run_test.go:2159: DockerSuite.TestRunCreateVolumeEtc	2.356s
09:25:52 [2019-08-28T09:25:52.932Z] PASS: docker_cli_run_test.go:623: DockerSuite.TestRunCreateVolumeWithSymlink	1.834s
09:25:55 [2019-08-28T09:25:55.454Z] PASS: docker_cli_run_test.go:379: DockerSuite.TestRunCreateVolumesInSymlinkDir	2.746s
09:25:56 [2019-08-28T09:25:56.826Z] PASS: docker_cli_service_logs_test.go:204: DockerSwarmSuite.TestServiceLogsTaskLogs	3.005s
09:25:58 [2019-08-28T09:25:58.220Z] PASS: docker_cli_run_test.go:423: DockerSuite.TestRunCreateVolumesInSymlinkDir2	2.879s
09:25:58 [2019-08-28T09:25:58.220Z] SKIP: docker_cli_run_test.go:4152: DockerSuite.TestRunCredentialSpecFailures (unmatched requirement DaemonIsWindows)
09:25:58 [2019-08-28T09:25:58.220Z] SKIP: docker_cli_run_test.go:4171: DockerSuite.TestRunCredentialSpecWellFormed (unmatched requirement DaemonIsWindows)
09:25:59 [2019-08-28T09:25:59.151Z] PASS: docker_cli_run_test.go:1255: DockerSuite.TestRunDNSDefaultOptions	0.706s
09:25:59 [2019-08-28T09:25:59.408Z] PASS: docker_cli_service_scale_test.go:13: DockerSwarmSuite.TestServiceScale	1.437s
09:26:01 [2019-08-28T09:26:01.303Z] PASS: docker_cli_run_test.go:4010: DockerSuite.TestRunDNSInHostMode	1.871s
09:26:02 [2019-08-28T09:26:02.673Z] PASS: docker_cli_run_test.go:1289: DockerSuite.TestRunDNSOptions	1.601s
09:26:05 [2019-08-28T09:26:05.198Z] PASS: docker_cli_run_test.go:1323: DockerSuite.TestRunDNSOptionsBasedOnHostResolvConf	2.390s
09:26:05 [2019-08-28T09:26:05.763Z] PASS: docker_cli_run_test.go:1313: DockerSuite.TestRunDNSRepeatOptions	0.815s
09:26:07 [2019-08-28T09:26:07.659Z] PASS: docker_cli_run_test.go:2032: DockerSuite.TestRunDeallocatePortOnMissingIptablesRule	1.484s
09:26:08 [2019-08-28T09:26:08.225Z] PASS: docker_cli_run_test.go:122: DockerSuite.TestRunDetachedContainerIDPrinting	0.820s
09:26:08 [2019-08-28T09:26:08.483Z] SKIP: docker_cli_run_unix_test.go:84: DockerSuite.TestRunDeviceDirectory (Host does not have /dev/snd)
09:26:09 [2019-08-28T09:26:09.048Z] PASS: docker_cli_run_test.go:1142: DockerSuite.TestRunDeviceNumbers	0.746s
09:26:10 [2019-08-28T09:26:10.943Z] PASS: docker_cli_run_unix_test.go:1358: DockerSuite.TestRunDeviceSymlink	1.755s
09:26:10 [2019-08-28T09:26:10.943Z] PASS: docker_cli_run_test.go:1241: DockerSuite.TestRunDisallowBindMountingRootToRoot	0.047s
09:26:11 [2019-08-28T09:26:11.876Z] PASS: docker_cli_run_test.go:4187: DockerSuite.TestRunDuplicateMount	0.812s
09:26:12 [2019-08-28T09:26:12.807Z] PASS: docker_cli_run_test.go:52: DockerSuite.TestRunEchoNamedContainer	0.799s
09:26:13 [2019-08-28T09:26:13.370Z] PASS: docker_cli_run_test.go:44: DockerSuite.TestRunEchoStdout	0.760s
09:26:14 [2019-08-28T09:26:14.299Z] PASS: docker_cli_run_unix_test.go:539: DockerSuite.TestRunEchoStdoutWithCPUSharesAndMemoryLimit	0.784s
09:26:14 [2019-08-28T09:26:14.299Z] PASS: docker_cli_run_test.go:4273: DockerSuite.TestRunEmptyEnv	0.028s
09:26:14 [2019-08-28T09:26:14.863Z] PASS: docker_cli_run_test.go:1872: DockerSuite.TestRunEntrypoint	0.778s
09:26:15 [2019-08-28T09:26:15.795Z] PASS: docker_cli_run_test.go:818: DockerSuite.TestRunEnvironment	0.783s
09:26:16 [2019-08-28T09:26:16.725Z] PASS: docker_cli_run_test.go:857: DockerSuite.TestRunEnvironmentErase	0.812s
09:26:17 [2019-08-28T09:26:17.288Z] PASS: docker_cli_run_test.go:890: DockerSuite.TestRunEnvironmentOverride	0.799s
09:26:18 [2019-08-28T09:26:18.660Z] PASS: docker_cli_run_test.go:700: DockerSuite.TestRunExitCode	1.074s
09:26:19 [2019-08-28T09:26:19.599Z] PASS: docker_cli_run_test.go:91: DockerSuite.TestRunExitCodeOne	0.934s
09:26:20 [2019-08-28T09:26:20.532Z] PASS: docker_cli_run_test.go:86: DockerSuite.TestRunExitCodeZero	0.897s
09:26:20 [2019-08-28T09:26:20.789Z] PASS: docker_cli_swarm_test.go:1423: DockerSwarmSuite.TestSwarmAlternateLockUnlock	20.278s
09:26:21 [2019-08-28T09:26:21.046Z] PASS: docker_cli_run_test.go:1735: DockerSuite.TestRunExitOnStdinClose	0.716s
09:26:21 [2019-08-28T09:26:21.046Z] PASS: docker_cli_run_test.go:2295: DockerSuite.TestRunExposePort	0.009s
09:26:21 [2019-08-28T09:26:21.977Z] PASS: docker_cli_run_test.go:949: DockerSuite.TestRunFullHostnameSet	0.840s
09:26:22 [2019-08-28T09:26:22.908Z] PASS: docker_cli_run_test.go:1076: DockerSuite.TestRunGroupAdd	0.868s
09:26:23 [2019-08-28T09:26:23.165Z] PASS: docker_cli_swarm_test.go:2001: DockerSwarmSuite.TestSwarmClusterEventsConfig	1.001s
09:26:24 [2019-08-28T09:26:24.535Z] PASS: docker_cli_run_test.go:4515: DockerSuite.TestRunHostnameFQDN	1.581s
09:26:24 [2019-08-28T09:26:24.792Z] PASS: docker_cli_run_test.go:4528: DockerSuite.TestRunHostnameInHostMode	0.370s
09:26:24 [2019-08-28T09:26:24.792Z] SKIP: docker_cli_run_test.go:4256: DockerSuite.TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (unmatched requirement DaemonIsWindows)
09:26:26 [2019-08-28T09:26:26.689Z] PASS: docker_cli_swarm_test.go:1962: DockerSwarmSuite.TestSwarmClusterEventsNetwork	1.580s
09:26:28 [2019-08-28T09:26:28.584Z] PASS: docker_cli_run_test.go:3732: DockerSuite.TestRunInitLayerPathOwnership	3.672s
09:26:29 [2019-08-28T09:26:29.514Z] PASS: docker_cli_run_test.go:2010: DockerSuite.TestRunInspectMacAddress	0.594s
09:26:41 [2019-08-28T09:26:41.694Z] PASS: docker_cli_run_test.go:1792: DockerSuite.TestRunInteractiveWithRestartPolicy	11.730s
09:26:42 [2019-08-28T09:26:42.260Z] PASS: docker_cli_run_unix_test.go:768: DockerSuite.TestRunInvalidCPUShares	1.102s
09:26:44 [2019-08-28T09:26:44.154Z] PASS: docker_cli_run_test.go:3278: DockerSuite.TestRunInvalidCgroupParent	1.577s
09:26:44 [2019-08-28T09:26:44.154Z] PASS: docker_cli_run_unix_test.go:730: DockerSuite.TestRunInvalidCpusetCpusFlagValue	0.024s
09:26:44 [2019-08-28T09:26:44.154Z] PASS: docker_cli_run_unix_test.go:749: DockerSuite.TestRunInvalidCpusetMemsFlagValue	0.012s
09:26:44 [2019-08-28T09:26:44.154Z] PASS: docker_cli_run_test.go:3720: DockerSuite.TestRunInvalidReference	0.009s
09:26:44 [2019-08-28T09:26:44.717Z] PASS: docker_cli_run_test.go:61: DockerSuite.TestRunLeakyFileDescriptors	0.796s
09:26:46 [2019-08-28T09:26:46.611Z] PASS: docker_cli_swarm_test.go:1932: DockerSwarmSuite.TestSwarmClusterEventsNode	4.339s
09:26:47 [2019-08-28T09:26:47.983Z] PASS: docker_cli_run_test.go:3387: DockerSuite.TestRunLinkToContainerNetMode	2.278s
09:26:49 [2019-08-28T09:26:49.908Z] PASS: docker_cli_run_test.go:194: DockerSuite.TestRunLinksContainerWithContainerID	1.414s
09:26:51 [2019-08-28T09:26:51.278Z] PASS: docker_cli_run_test.go:179: DockerSuite.TestRunLinksContainerWithContainerName	1.370s
09:26:52 [2019-08-28T09:26:52.211Z] PASS: docker_cli_run_test.go:73: DockerSuite.TestRunLookupGoogleDNS	0.825s
09:26:52 [2019-08-28T09:26:52.776Z] PASS: docker_cli_run_test.go:3397: DockerSuite.TestRunLoopbackOnlyExistsWhenNetworkingDisabled	0.697s
09:26:53 [2019-08-28T09:26:53.340Z] PASS: docker_cli_run_test.go:3423: DockerSuite.TestRunLoopbackWhenNetworkDisabled	0.663s
09:26:54 [2019-08-28T09:26:54.708Z] PASS: docker_cli_run_test.go:1200: DockerSuite.TestRunModeHostname	1.172s
09:26:54 [2019-08-28T09:26:54.708Z] PASS: docker_cli_run_test.go:2323: DockerSuite.TestRunModeIpcContainerNotExists	0.014s
09:26:54 [2019-08-28T09:26:54.708Z] PASS: docker_cli_swarm_test.go:1848: DockerSwarmSuite.TestSwarmClusterEventsScope	7.719s
09:26:54 [2019-08-28T09:26:54.964Z] PASS: docker_cli_run_test.go:2332: DockerSuite.TestRunModeIpcContainerNotRunning	0.225s
09:26:56 [2019-08-28T09:26:56.861Z] PASS: docker_cli_run_test.go:2301: DockerSuite.TestRunModeIpcHost	1.663s
09:26:57 [2019-08-28T09:26:57.425Z] PASS: docker_cli_swarm_test.go:1981: DockerSwarmSuite.TestSwarmClusterEventsSecret	1.548s
09:26:57 [2019-08-28T09:26:57.988Z] PASS: docker_cli_run_test.go:3431: DockerSuite.TestRunModeNetContainerHostname	1.151s
09:26:59 [2019-08-28T09:26:59.886Z] PASS: docker_cli_run_test.go:2345: DockerSuite.TestRunModePIDContainer	1.659s
09:26:59 [2019-08-28T09:26:59.886Z] PASS: docker_cli_run_test.go:2370: DockerSuite.TestRunModePIDContainerNotExists	0.014s
09:27:00 [2019-08-28T09:27:00.143Z] PASS: docker_cli_run_test.go:2379: DockerSuite.TestRunModePIDContainerNotRunning	0.228s
09:27:02 [2019-08-28T09:27:02.045Z] PASS: docker_cli_run_test.go:2437: DockerSuite.TestRunModePIDHost	1.581s
09:27:03 [2019-08-28T09:27:03.416Z] PASS: docker_cli_run_test.go:2459: DockerSuite.TestRunModeUTSHost	1.591s
09:27:09 [2019-08-28T09:27:09.967Z] PASS: docker_cli_run_test.go:4335: DockerSuite.TestRunMount	6.638s
09:27:10 [2019-08-28T09:27:10.897Z] PASS: docker_cli_run_test.go:2088: DockerSuite.TestRunMountOrdering	0.775s
09:27:11 [2019-08-28T09:27:11.461Z] PASS: docker_cli_run_test.go:4323: DockerSuite.TestRunMountReadOnlyDevShm	0.839s
09:27:13 [2019-08-28T09:27:13.407Z] PASS: docker_cli_run_test.go:2392: DockerSuite.TestRunMountShmMqueueFromHost	1.492s
09:27:13 [2019-08-28T09:27:13.407Z] PASS: docker_cli_swarm_test.go:1892: DockerSwarmSuite.TestSwarmClusterEventsService	15.182s
09:27:15 [2019-08-28T09:27:15.936Z] PASS: docker_cli_run_test.go:583: DockerSuite.TestRunMultipleVolumesFrom	2.654s
09:27:20 [2019-08-28T09:27:20.109Z] PASS: docker_cli_exec_test.go:383: DockerSuite.TestRunMutableNetworkFiles	3.060s
09:27:22 [2019-08-28T09:27:22.010Z] PASS: docker_cli_run_test.go:3220: DockerSuite.TestRunNamedVolume	2.458s
09:27:25 [2019-08-28T09:27:25.284Z] PASS: docker_cli_run_test.go:3864: DockerSuite.TestRunNamedVolumeCopyImageData	2.630s
09:27:26 [2019-08-28T09:27:26.653Z] PASS: docker_cli_run_test.go:3878: DockerSuite.TestRunNamedVolumeNotRemoved	1.671s
09:27:27 [2019-08-28T09:27:27.585Z] PASS: docker_cli_run_test.go:3895: DockerSuite.TestRunNamedVolumesFromNotRemoved	1.253s
09:27:27 [2019-08-28T09:27:27.842Z] PASS: docker_cli_run_test.go:3857: DockerSuite.TestRunNamedVolumesMountedAsShared	0.055s
09:27:28 [2019-08-28T09:27:28.777Z] PASS: docker_cli_run_test.go:2612: DockerSuite.TestRunNetContainerWhichHost	0.615s
09:27:29 [2019-08-28T09:27:29.710Z] PASS: docker_cli_run_test.go:2581: DockerSuite.TestRunNetHost	1.212s
09:27:30 [2019-08-28T09:27:30.642Z] PASS: docker_cli_run_test.go:932: DockerSuite.TestRunNetHostNotAllowedWithLinks	0.803s
09:27:31 [2019-08-28T09:27:31.572Z] PASS: docker_cli_run_test.go:2603: DockerSuite.TestRunNetHostTwiceSameName	0.777s
09:27:32 [2019-08-28T09:27:32.506Z] PASS: docker_cli_swarm_test.go:1828: DockerSwarmSuite.TestSwarmClusterEventsSource	3.813s
09:27:33 [2019-08-28T09:27:33.877Z] PASS: docker_cli_run_test.go:3075: DockerSuite.TestRunNetworkFilesBindMount	2.491s
09:27:37 [2019-08-28T09:27:37.154Z] PASS: docker_cli_run_test.go:3099: DockerSuite.TestRunNetworkFilesBindMountRO	2.758s
09:27:41 [2019-08-28T09:27:41.336Z] PASS: docker_cli_swarm_test.go:1869: DockerSwarmSuite.TestSwarmClusterEventsType	7.754s
09:27:41 [2019-08-28T09:27:41.899Z] PASS: docker_cli_run_test.go:3121: DockerSuite.TestRunNetworkFilesBindMountROFilesystem	5.086s
09:27:42 [2019-08-28T09:27:42.834Z] PASS: docker_cli_run_test.go:3444: DockerSuite.TestRunNetworkNotInitializedNoneMode	0.576s
09:27:42 [2019-08-28T09:27:42.834Z] PASS: docker_cli_run_test.go:522: DockerSuite.TestRunNoDupVolumes	0.099s
09:27:43 [2019-08-28T09:27:43.768Z] PASS: docker_cli_run_unix_test.go:1145: DockerSuite.TestRunNoNewPrivSetuid	0.961s
09:27:43 [2019-08-28T09:27:43.768Z] PASS: docker_cli_run_test.go:2200: DockerSuite.TestRunNoOutputFromPullInStdout	0.068s
09:27:44 [2019-08-28T09:27:44.699Z] PASS: docker_cli_run_test.go:3669: DockerSuite.TestRunNonExecutableCmd	0.790s
09:27:45 [2019-08-28T09:27:45.630Z] PASS: docker_cli_run_test.go:3678: DockerSuite.TestRunNonExistingCmd	0.797s
09:27:45 [2019-08-28T09:27:45.630Z] PASS: docker_cli_run_test.go:3703: DockerSuite.TestRunNonExistingImage	0.080s
09:27:46 [2019-08-28T09:27:46.194Z] PASS: docker_cli_run_test.go:2564: DockerSuite.TestRunNonLocalMacAddress	0.822s
09:27:47 [2019-08-28T09:27:47.124Z] PASS: docker_cli_run_test.go:1405: DockerSuite.TestRunNonRootUserResolvName	0.886s
09:27:47 [2019-08-28T09:27:47.124Z] SKIP: docker_cli_run_unix_test.go:618: DockerSuite.TestRunOOMExitCode (unmatched requirement swapMemorySupport)
09:27:48 [2019-08-28T09:27:48.054Z] PASS: docker_cli_run_test.go:2812: DockerSuite.TestRunPIDHostWithChildIsKillable	0.829s
09:27:48 [2019-08-28T09:27:48.986Z] PASS: docker_cli_run_unix_test.go:1407: DockerSuite.TestRunPIDsLimit	0.816s
09:27:50 [2019-08-28T09:27:50.880Z] PASS: docker_cli_run_test.go:2500: DockerSuite.TestRunPortFromDockerRangeInUse	1.242s
09:27:51 [2019-08-28T09:27:51.812Z] PASS: docker_cli_run_test.go:2048: DockerSuite.TestRunPortInUse	0.794s
09:27:52 [2019-08-28T09:27:52.376Z] PASS: docker_cli_run_unix_test.go:1418: DockerSuite.TestRunPrivilegedAllowedDevices	0.704s
09:27:53 [2019-08-28T09:27:53.307Z] PASS: docker_cli_run_test.go:958: DockerSuite.TestRunPrivilegedCanMknod	0.793s
09:27:53 [2019-08-28T09:27:53.871Z] PASS: docker_cli_run_test.go:1087: DockerSuite.TestRunPrivilegedCanMount	0.734s
09:27:54 [2019-08-28T09:27:54.802Z] PASS: docker_cli_run_test.go:1126: DockerSuite.TestRunProcNotWritableInNonPrivilegedContainers	0.773s
09:27:55 [2019-08-28T09:27:55.733Z] PASS: docker_cli_run_test.go:1134: DockerSuite.TestRunProcWritableInPrivilegedContainers	0.765s
09:27:55 [2019-08-28T09:27:55.733Z] SKIP: docker_cli_run_test.go:4238: DockerSuite.TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (unmatched requirement DaemonIsWindows)
09:27:56 [2019-08-28T09:27:56.664Z] PASS: docker_cli_run_test.go:2989: DockerSuite.TestRunPublishPort	0.645s
09:27:57 [2019-08-28T09:27:57.228Z] PASS: docker_cli_run_test.go:2892: DockerSuite.TestRunReadFilteredProc	0.776s
09:27:57 [2019-08-28T09:27:57.228Z] SKIP: docker_cli_run_test.go:2871: DockerSuite.TestRunReadProcLatency (kernel doesn't have latency_stats configured)
09:27:58 [2019-08-28T09:27:58.159Z] PASS: docker_cli_run_test.go:2856: DockerSuite.TestRunReadProcTimer	0.803s
09:27:59 [2019-08-28T09:27:59.537Z] PASS: docker_cli_run_unix_test.go:35: DockerSuite.TestRunRedirectStdout	1.562s
09:27:59 [2019-08-28T09:27:59.537Z] SKIP: docker_cli_run_test.go:1427: DockerSuite.TestRunResolvconfUpdate (Unstable test, to be re-activated once #19937 is resolved)
09:28:03 [2019-08-28T09:28:03.713Z] PASS: docker_cli_run_test.go:2662: DockerSuite.TestRunRestartMaxRetries	3.354s
09:28:04 [2019-08-28T09:28:04.644Z] PASS: docker_cli_run_test.go:2133: DockerSuite.TestRunReuseBindVolumeThatIsSymlink	1.574s
09:28:05 [2019-08-28T09:28:05.574Z] PASS: docker_cli_run_test.go:4063: DockerSuite.TestRunRm	0.840s
09:28:09 [2019-08-28T09:28:09.747Z] PASS: docker_cli_run_test.go:4053: DockerSuite.TestRunRmAndWait	3.843s
09:28:10 [2019-08-28T09:28:10.005Z] PASS: docker_cli_run_test.go:4074: DockerSuite.TestRunRmPre125Api	0.829s
09:28:10 [2019-08-28T09:28:10.936Z] PASS: docker_cli_run_test.go:1221: DockerSuite.TestRunRootWorkdir	0.827s
09:28:12 [2019-08-28T09:28:12.831Z] PASS: docker_cli_run_unix_test.go:1051: DockerSuite.TestRunSeccompAllowPrivCloneUserns	1.674s
09:28:13 [2019-08-28T09:28:13.397Z] PASS: docker_cli_run_unix_test.go:1071: DockerSuite.TestRunSeccompAllowSetrlimit	0.838s
09:28:17 [2019-08-28T09:28:17.573Z] PASS: docker_cli_run_unix_test.go:1078: DockerSuite.TestRunSeccompDefaultProfileAcct	4.006s
09:28:22 [2019-08-28T09:28:22.828Z] PASS: docker_cli_run_unix_test.go:1108: DockerSuite.TestRunSeccompDefaultProfileNS	4.824s
09:28:23 [2019-08-28T09:28:23.085Z] PASS: docker_cli_run_unix_test.go:1063: DockerSuite.TestRunSeccompProfileAllow32Bit	0.778s
09:28:24 [2019-08-28T09:28:24.015Z] PASS: docker_cli_run_unix_test.go:953: DockerSuite.TestRunSeccompProfileDenyChmod	0.769s
09:28:24 [2019-08-28T09:28:24.579Z] PASS: docker_cli_run_unix_test.go:1026: DockerSuite.TestRunSeccompProfileDenyCloneUserns	0.760s
09:28:25 [2019-08-28T09:28:25.509Z] PASS: docker_cli_run_unix_test.go:924: DockerSuite.TestRunSeccompProfileDenyUnshare	0.777s
09:28:26 [2019-08-28T09:28:26.441Z] PASS: docker_cli_run_unix_test.go:988: DockerSuite.TestRunSeccompProfileDenyUnshareUserns	0.821s
09:28:27 [2019-08-28T09:28:27.004Z] PASS: docker_cli_run_unix_test.go:1038: DockerSuite.TestRunSeccompUnconfinedCloneUserns	0.777s
09:28:27 [2019-08-28T09:28:27.941Z] PASS: docker_cli_run_unix_test.go:1349: DockerSuite.TestRunSeccompWithDefaultProfile	0.804s
09:28:28 [2019-08-28T09:28:28.871Z] PASS: docker_cli_run_test.go:2654: DockerSuite.TestRunSetDefaultRestartPolicy	0.617s
09:28:29 [2019-08-28T09:28:29.803Z] PASS: docker_cli_run_test.go:1994: DockerSuite.TestRunSetMacAddress	0.802s
09:28:32 [2019-08-28T09:28:32.323Z] PASS: docker_cli_run_test.go:2244: DockerSuite.TestRunSlowStdoutConsumer	2.672s
09:28:34 [2019-08-28T09:28:34.218Z] PASS: docker_cli_run_test.go:1626: DockerSuite.TestRunState	1.516s
09:28:34 [2019-08-28T09:28:34.782Z] PASS: docker_cli_run_test.go:3623: DockerSuite.TestRunStdinBlockedAfterContainerExit	0.783s
09:28:35 [2019-08-28T09:28:35.714Z] PASS: docker_cli_run_test.go:98: DockerSuite.TestRunStdinPipe	0.842s
09:28:35 [2019-08-28T09:28:35.971Z] PASS: docker_cli_run_test.go:4138: DockerSuite.TestRunStoppedLoggingDriverNoLeak	0.187s
09:28:35 [2019-08-28T09:28:35.971Z] SKIP: docker_cli_run_unix_test.go:720: DockerSuite.TestRunSwapLessThanMemoryLimit (unmatched requirement swapMemorySupport)
09:28:36 [2019-08-28T09:28:36.902Z] PASS: docker_cli_run_test.go:1110: DockerSuite.TestRunSysNotWritableInNonPrivilegedContainers	0.800s
09:28:37 [2019-08-28T09:28:37.467Z] PASS: docker_cli_run_test.go:1118: DockerSuite.TestRunSysWritableInPrivilegedContainers	0.721s
09:28:39 [2019-08-28T09:28:39.365Z] PASS: docker_cli_run_unix_test.go:893: DockerSuite.TestRunSysctls	1.681s
09:28:39 [2019-08-28T09:28:39.365Z] PASS: docker_cli_run_test.go:2484: DockerSuite.TestRunTLSVerify	0.035s
09:28:39 [2019-08-28T09:28:39.365Z] PASS: docker_cli_run_test.go:2532: DockerSuite.TestRunTTYWithPipe	0.009s
09:28:39 [2019-08-28T09:28:39.929Z] PASS: docker_cli_run_test.go:1158: DockerSuite.TestRunThatCharacterDevicesActLikeCharacterDevices	0.860s
09:28:43 [2019-08-28T09:28:43.205Z] PASS: docker_cli_run_unix_test.go:820: DockerSuite.TestRunTmpfsMounts	2.558s
09:28:43 [2019-08-28T09:28:43.462Z] PASS: docker_cli_run_unix_test.go:812: DockerSuite.TestRunTmpfsMountsEnsureOrdered	0.805s
09:28:45 [2019-08-28T09:28:45.985Z] PASS: docker_cli_run_unix_test.go:841: DockerSuite.TestRunTmpfsMountsOverrideImageVolumes	2.036s
09:28:50 [2019-08-28T09:28:50.162Z] PASS: docker_cli_run_unix_test.go:853: DockerSuite.TestRunTmpfsMountsWithOptions	4.024s
09:28:52 [2019-08-28T09:28:52.686Z] PASS: docker_cli_run_test.go:796: DockerSuite.TestRunTwoConcurrentContainers	3.211s
09:28:53 [2019-08-28T09:28:53.616Z] PASS: docker_cli_run_test.go:968: DockerSuite.TestRunUnprivilegedCanMknod	0.794s
09:28:54 [2019-08-28T09:28:54.546Z] PASS: docker_cli_run_test.go:1097: DockerSuite.TestRunUnprivilegedCannotMount	0.797s
09:28:55 [2019-08-28T09:28:55.110Z] PASS: docker_cli_run_test.go:1167: DockerSuite.TestRunUnprivilegedWithChroot	0.765s
09:28:57 [2019-08-28T09:28:57.634Z] PASS: docker_cli_run_test.go:4086: DockerSuite.TestRunUnsetEntrypoint	2.366s
09:28:58 [2019-08-28T09:28:58.565Z] PASS: docker_cli_run_test.go:2931: DockerSuite.TestRunUnshareProc	1.088s
09:28:59 [2019-08-28T09:28:59.495Z] PASS: docker_cli_run_test.go:737: DockerSuite.TestRunUserByID	0.805s
09:28:59 [2019-08-28T09:28:59.753Z] PASS: docker_cli_run_test.go:747: DockerSuite.TestRunUserByIDBig	0.127s
09:28:59 [2019-08-28T09:28:59.753Z] PASS: docker_cli_run_test.go:760: DockerSuite.TestRunUserByIDNegative	0.150s
09:29:00 [2019-08-28T09:29:00.684Z] PASS: docker_cli_run_test.go:773: DockerSuite.TestRunUserByIDZero	0.795s
09:29:01 [2019-08-28T09:29:01.616Z] PASS: docker_cli_run_test.go:727: DockerSuite.TestRunUserByName	0.804s
09:29:02 [2019-08-28T09:29:02.181Z] PASS: docker_cli_run_test.go:716: DockerSuite.TestRunUserDefaults	0.790s
09:29:02 [2019-08-28T09:29:02.181Z] SKIP: docker_cli_run_unix_test.go:1427: DockerSuite.TestRunUserDeviceAllowed (Host does not have /dev/snd/timer)
09:29:02 [2019-08-28T09:29:02.438Z] PASS: docker_cli_run_test.go:786: DockerSuite.TestRunUserNotFound	0.159s
09:29:03 [2019-08-28T09:29:03.368Z] PASS: docker_cli_run_test.go:594: DockerSuite.TestRunVerifyContainerID	0.586s
09:29:08 [2019-08-28T09:29:08.624Z] PASS: docker_cli_run_test.go:3975: DockerSuite.TestRunVolumeCopyFlag	4.480s
09:29:08 [2019-08-28T09:29:08.624Z] PASS: docker_cli_run_test.go:3968: DockerSuite.TestRunVolumeWithOneCharacter	0.809s
09:29:09 [2019-08-28T09:29:09.556Z] PASS: docker_cli_run_test.go:2213: DockerSuite.TestRunVolumesCleanPaths	1.141s
09:29:10 [2019-08-28T09:29:10.927Z] PASS: docker_cli_swarm_test.go:1333: DockerSwarmSuite.TestSwarmClusterRotateUnlockKey	69.267s
09:29:12 [2019-08-28T09:29:12.297Z] PASS: docker_cli_run_test.go:474: DockerSuite.TestRunVolumesFromInReadWriteMode	2.497s
09:29:14 [2019-08-28T09:29:14.192Z] PASS: docker_cli_run_test.go:453: DockerSuite.TestRunVolumesFromInReadonlyModeFails	1.877s
09:29:16 [2019-08-28T09:29:16.729Z] PASS: docker_cli_run_test.go:2772: DockerSuite.TestRunVolumesFromRestartAfterRemoved	2.335s
09:29:17 [2019-08-28T09:29:17.293Z] PASS: docker_cli_swarm_test.go:371: DockerSwarmSuite.TestSwarmContainerAttachByNetworkId	6.051s
09:29:19 [2019-08-28T09:29:19.815Z] PASS: docker_cli_run_test.go:659: DockerSuite.TestRunVolumesFromSymlinkPath	2.942s
09:29:20 [2019-08-28T09:29:20.379Z] PASS: docker_cli_run_test.go:447: DockerSuite.TestRunVolumesMountedAsReadonly	0.715s
09:29:21 [2019-08-28T09:29:21.309Z] PASS: docker_cli_run_test.go:3777: DockerSuite.TestRunVolumesMountedAsShared	0.826s
09:29:22 [2019-08-28T09:29:22.678Z] PASS: docker_cli_run_test.go:3808: DockerSuite.TestRunVolumesMountedAsSlave	0.923s
09:29:22 [2019-08-28T09:29:22.678Z] SKIP: docker_cli_run_test.go:4208: DockerSuite.TestRunWindowsWithCPUCount (unmatched requirement DaemonIsWindows)
09:29:22 [2019-08-28T09:29:22.678Z] SKIP: docker_cli_run_test.go:4228: DockerSuite.TestRunWindowsWithCPUPercent (unmatched requirement DaemonIsWindows)
09:29:22 [2019-08-28T09:29:22.678Z] SKIP: docker_cli_run_test.go:4218: DockerSuite.TestRunWindowsWithCPUShares (unmatched requirement DaemonIsWindows)
09:29:22 [2019-08-28T09:29:22.678Z] PASS: docker_cli_run_test.go:1857: DockerSuite.TestRunWithBadDevice	0.272s
09:29:23 [2019-08-28T09:29:23.611Z] PASS: docker_cli_run_unix_test.go:569: DockerSuite.TestRunWithBlkioWeight	0.742s
09:29:24 [2019-08-28T09:29:24.985Z] PASS: docker_cli_run_unix_test.go:459: DockerSuite.TestRunWithCPUQuota	1.273s
09:29:25 [2019-08-28T09:29:25.550Z] PASS: docker_cli_run_unix_test.go:527: DockerSuite.TestRunWithCPUShares	0.739s
09:29:27 [2019-08-28T09:29:27.445Z] PASS: docker_cli_swarm_test.go:324: DockerSwarmSuite.TestSwarmContainerAutoStart	9.160s
09:29:27 [2019-08-28T09:29:27.445Z] PASS: docker_cli_run_unix_test.go:470: DockerSuite.TestRunWithCpuPeriod	1.761s
09:29:28 [2019-08-28T09:29:28.376Z] PASS: docker_cli_run_unix_test.go:547: DockerSuite.TestRunWithCpusetCpus	0.863s
09:29:28 [2019-08-28T09:29:28.941Z] PASS: docker_cli_run_unix_test.go:558: DockerSuite.TestRunWithCpusetMems	0.815s
09:29:29 [2019-08-28T09:29:29.198Z] PASS: docker_cli_run_test.go:342: DockerSuite.TestRunWithDaemonFlags	0.020s
09:29:30 [2019-08-28T09:29:30.129Z] PASS: docker_cli_run_unix_test.go:786: DockerSuite.TestRunWithDefaultShmSize	1.022s
09:29:30 [2019-08-28T09:29:30.129Z] PASS: docker_cli_run_unix_test.go:580: DockerSuite.TestRunWithInvalidBlkioWeight	0.011s
09:29:30 [2019-08-28T09:29:30.129Z] PASS: docker_cli_run_unix_test.go:484: DockerSuite.TestRunWithInvalidCpuPeriod	0.046s
09:29:30 [2019-08-28T09:29:30.129Z] PASS: docker_cli_run_unix_test.go:513: DockerSuite.TestRunWithInvalidKernelMemory	0.022s
09:29:30 [2019-08-28T09:29:30.129Z] PASS: docker_cli_run_test.go:2024: DockerSuite.TestRunWithInvalidMacAddress	0.011s
09:29:30 [2019-08-28T09:29:30.387Z] PASS: docker_cli_run_unix_test.go:594: DockerSuite.TestRunWithInvalidPathforBlkioDeviceReadBps	0.157s
09:29:30 [2019-08-28T09:29:30.645Z] PASS: docker_cli_run_unix_test.go:606: DockerSuite.TestRunWithInvalidPathforBlkioDeviceReadIOps	0.155s
09:29:30 [2019-08-28T09:29:30.645Z] PASS: docker_cli_run_unix_test.go:600: DockerSuite.TestRunWithInvalidPathforBlkioDeviceWriteBps	0.177s
09:29:30 [2019-08-28T09:29:30.902Z] PASS: docker_cli_run_unix_test.go:612: DockerSuite.TestRunWithInvalidPathforBlkioDeviceWriteIOps	0.170s
09:29:31 [2019-08-28T09:29:31.159Z] PASS: docker_cli_run_unix_test.go:588: DockerSuite.TestRunWithInvalidPathforBlkioWeightDevice	0.170s
09:29:31 [2019-08-28T09:29:31.723Z] PASS: docker_cli_run_unix_test.go:500: DockerSuite.TestRunWithKernelMemory	0.719s
09:29:32 [2019-08-28T09:29:32.654Z] PASS: docker_cli_run_unix_test.go:638: DockerSuite.TestRunWithMemoryLimit	0.836s
09:29:33 [2019-08-28T09:29:33.586Z] PASS: docker_cli_run_unix_test.go:683: DockerSuite.TestRunWithMemoryReservation	0.838s
09:29:33 [2019-08-28T09:29:33.586Z] PASS: docker_cli_run_unix_test.go:694: DockerSuite.TestRunWithMemoryReservationInvalid	0.024s
09:29:34 [2019-08-28T09:29:34.518Z] PASS: docker_cli_run_unix_test.go:1568: DockerSuite.TestRunWithNanoCPUs	0.934s
09:29:34 [2019-08-28T09:29:34.775Z] PASS: docker_cli_run_test.go:283: DockerSuite.TestRunWithNetAliasOnDefaultNetworks	0.266s
09:29:35 [2019-08-28T09:29:35.707Z] PASS: docker_cli_run_test.go:3749: DockerSuite.TestRunWithOomScoreAdj	0.897s
09:29:35 [2019-08-28T09:29:35.707Z] PASS: docker_cli_run_test.go:3760: DockerSuite.TestRunWithOomScoreAdjInvalidRange	0.024s
09:29:36 [2019-08-28T09:29:36.286Z] PASS: docker_cli_swarm_test.go:346: DockerSwarmSuite.TestSwarmContainerEndpointOptions	7.474s
09:29:36 [2019-08-28T09:29:36.543Z] PASS: docker_cli_run_unix_test.go:799: DockerSuite.TestRunWithShmSize	0.806s
09:29:37 [2019-08-28T09:29:37.474Z] PASS: docker_cli_run_unix_test.go:661: DockerSuite.TestRunWithSwappiness	0.879s
09:29:37 [2019-08-28T09:29:37.474Z] PASS: docker_cli_run_unix_test.go:671: DockerSuite.TestRunWithSwappinessInvalid	0.023s
09:29:37 [2019-08-28T09:29:37.474Z] PASS: docker_cli_run_test.go:2835: DockerSuite.TestRunWithTooSmallMemoryLimit	0.015s
09:29:38 [2019-08-28T09:29:38.844Z] PASS: docker_cli_run_test.go:3232: DockerSuite.TestRunWithUlimits	1.055s
09:29:39 [2019-08-28T09:29:39.408Z] PASS: docker_cli_swarm_test.go:525: DockerSwarmSuite.TestSwarmCreateServiceWithNoIngressNetwork	1.555s
09:29:40 [2019-08-28T09:29:40.340Z] PASS: docker_cli_run_test.go:349: DockerSuite.TestRunWithVolumesFromExited	1.739s
09:29:41 [2019-08-28T09:29:41.274Z] PASS: docker_cli_run_unix_test.go:63: DockerSuite.TestRunWithVolumesIsRecursive	0.811s
09:29:41 [2019-08-28T09:29:41.274Z] SKIP: docker_cli_run_unix_test.go:654: DockerSuite.TestRunWithoutMemoryswapLimit (unmatched requirement swapMemorySupport)
09:29:41 [2019-08-28T09:29:41.840Z] PASS: docker_cli_run_test.go:160: DockerSuite.TestRunWithoutNetworking	0.530s
09:29:41 [2019-08-28T09:29:41.840Z] PASS: docker_cli_run_test.go:1721: DockerSuite.TestRunWorkdirExistsAndIsFile	0.070s
09:29:43 [2019-08-28T09:29:43.211Z] PASS: docker_cli_run_test.go:137: DockerSuite.TestRunWorkingDirectory	1.462s
09:29:44 [2019-08-28T09:29:44.142Z] PASS: docker_cli_run_test.go:3048: DockerSuite.TestRunWriteFilteredProc	0.795s
09:29:45 [2019-08-28T09:29:45.511Z] PASS: docker_cli_swarm_test.go:147: DockerSwarmSuite.TestSwarmIncompatibleDaemon	4.609s
09:29:46 [2019-08-28T09:29:46.879Z] PASS: docker_cli_run_test.go:1809: DockerSuite.TestRunWriteSpecialFilesAndNotCommit	2.781s
09:29:47 [2019-08-28T09:29:47.810Z] PASS: docker_cli_run_test.go:2847: DockerSuite.TestRunWriteToProcAsound	0.905s
09:29:47 [2019-08-28T09:29:47.810Z] PASS: docker_cli_run_test.go:3646: DockerSuite.TestRunWrongCpusetCpusFlagValue	0.015s
09:29:47 [2019-08-28T09:29:47.810Z] PASS: docker_cli_run_test.go:3657: DockerSuite.TestRunWrongCpusetMemsFlagValue	0.013s
09:29:49 [2019-08-28T09:29:49.180Z] PASS: docker_cli_save_load_test.go:159: DockerSuite.TestSaveAndLoadRepoFlags	1.210s
09:29:50 [2019-08-28T09:29:50.113Z] PASS: docker_cli_save_load_unix_test.go:22: DockerSuite.TestSaveAndLoadRepoStdout	1.049s
09:29:51 [2019-08-28T09:29:51.482Z] PASS: docker_cli_save_load_unix_test.go:73: DockerSuite.TestSaveAndLoadWithProgressBar	1.247s
09:29:51 [2019-08-28T09:29:51.482Z] PASS: docker_cli_save_load_test.go:101: DockerSuite.TestSaveCheckTimes	0.038s
09:29:51 [2019-08-28T09:29:51.739Z] PASS: docker_cli_swarm_test.go:471: DockerSwarmSuite.TestSwarmIngressNetwork	1.484s
09:29:53 [2019-08-28T09:29:53.633Z] PASS: docker_cli_save_load_test.go:260: DockerSuite.TestSaveDirectoryPermissions	2.091s
09:29:53 [2019-08-28T09:29:53.633Z] PASS: docker_cli_save_load_test.go:120: DockerSuite.TestSaveImageId	0.069s
09:29:54 [2019-08-28T09:29:54.196Z] PASS: docker_cli_save_load_test.go:381: DockerSuite.TestSaveLoadNoTag	0.587s
09:29:56 [2019-08-28T09:29:56.719Z] PASS: docker_cli_save_load_test.go:342: DockerSuite.TestSaveLoadParents	2.088s
09:29:56 [2019-08-28T09:29:56.719Z] PASS: docker_cli_save_load_test.go:190: DockerSuite.TestSaveMultipleNames	0.056s
09:29:57 [2019-08-28T09:29:57.286Z] PASS: docker_cli_swarm_test.go:85: DockerSwarmSuite.TestSwarmInit	3.816s
09:29:57 [2019-08-28T09:29:57.286Z] SKIP: docker_cli_swarm_test.go:128: DockerSwarmSuite.TestSwarmInitIPv6 (unmatched requirement IPv6)
09:29:58 [2019-08-28T09:29:58.654Z] PASS: docker_cli_save_load_test.go:208: DockerSuite.TestSaveRepoWithMultipleImages	2.090s
09:29:58 [2019-08-28T09:29:58.654Z] PASS: docker_cli_save_load_test.go:86: DockerSuite.TestSaveSingleTag	0.055s
09:29:58 [2019-08-28T09:29:58.654Z] PASS: docker_cli_save_load_test.go:180: DockerSuite.TestSaveWithNoExistImage	0.009s
09:30:00 [2019-08-28T09:30:00.549Z] PASS: docker_cli_save_load_test.go:28: DockerSuite.TestSaveXzAndLoadRepoStdout	1.664s
09:30:01 [2019-08-28T09:30:01.924Z] PASS: docker_cli_save_load_test.go:57: DockerSuite.TestSaveXzGzAndLoadRepoStdout	1.745s
09:30:02 [2019-08-28T09:30:02.854Z] PASS: docker_cli_search_test.go:35: DockerSuite.TestSearchCmdOptions	0.982s
09:30:03 [2019-08-28T09:30:03.111Z] PASS: docker_cli_search_test.go:12: DockerSuite.TestSearchOnCentralRegistry	0.078s
09:30:03 [2019-08-28T09:30:03.111Z] PASS: docker_cli_search_test.go:63: DockerSuite.TestSearchOnCentralRegistryWithDash	0.112s
09:30:03 [2019-08-28T09:30:03.111Z] PASS: docker_cli_search_test.go:17: DockerSuite.TestSearchStarsOptionWithWrongParameter	0.085s
09:30:03 [2019-08-28T09:30:03.675Z] PASS: docker_cli_search_test.go:68: DockerSuite.TestSearchWithLimit	0.512s
09:30:05 [2019-08-28T09:30:05.045Z] PASS: docker_cli_swarm_test.go:1058: DockerSwarmSuite.TestSwarmInitLocked	6.728s
09:30:05 [2019-08-28T09:30:05.976Z] PASS: docker_cli_swarm_test.go:140: DockerSwarmSuite.TestSwarmInitUnspecifiedAdvertiseAddr	0.814s
09:30:06 [2019-08-28T09:30:06.236Z] PASS: docker_cli_run_test.go:4292: DockerSuite.TestSlowStdinClosing	2.424s
09:30:06 [2019-08-28T09:30:06.801Z] PASS: docker_cli_swarm_test.go:1766: DockerSwarmSuite.TestSwarmInitUnspecifiedDataPathAddr	0.852s
09:30:10 [2019-08-28T09:30:10.077Z] PASS: docker_cli_swarm_test.go:1610: DockerSwarmSuite.TestSwarmInitWithDrain	1.548s
09:30:11 [2019-08-28T09:30:11.975Z] PASS: docker_cli_start_test.go:45: DockerSuite.TestStartAttachCorrectExitCode	5.539s
09:30:14 [2019-08-28T09:30:14.499Z] PASS: docker_cli_start_test.go:146: DockerSuite.TestStartAttachMultipleContainers	2.574s
09:30:15 [2019-08-28T09:30:15.430Z] PASS: docker_cli_start_test.go:16: DockerSuite.TestStartAttachReturnsOnError	0.993s
09:30:16 [2019-08-28T09:30:16.799Z] PASS: docker_cli_start_test.go:58: DockerSuite.TestStartAttachSilent	1.507s
09:30:20 [2019-08-28T09:30:20.073Z] PASS: docker_cli_start_test.go:175: DockerSuite.TestStartAttachWithRename	2.894s
09:30:22 [2019-08-28T09:30:22.609Z] PASS: docker_cli_start_test.go:110: DockerSuite.TestStartMultipleContainers	2.162s
09:30:23 [2019-08-28T09:30:23.172Z] PASS: docker_cli_start_test.go:95: DockerSuite.TestStartPausedContainer	0.609s
09:30:25 [2019-08-28T09:30:25.066Z] PASS: docker_cli_start_test.go:70: DockerSuite.TestStartRecordError	1.610s
09:30:27 [2019-08-28T09:30:27.589Z] PASS: docker_cli_start_test.go:190: DockerSuite.TestStartReturnCorrectExitCode	1.827s
09:30:29 [2019-08-28T09:30:29.484Z] PASS: docker_cli_stats_test.go:124: DockerSuite.TestStatsAllNewContainersAdded	1.452s
09:30:33 [2019-08-28T09:30:33.658Z] PASS: docker_cli_stats_test.go:94: DockerSuite.TestStatsAllNoStream	3.548s
09:30:37 [2019-08-28T09:30:37.833Z] PASS: docker_cli_stats_test.go:58: DockerSuite.TestStatsAllRunningNoStream	3.795s
09:30:41 [2019-08-28T09:30:41.107Z] PASS: docker_cli_stats_test.go:45: DockerSuite.TestStatsContainerNotFound	3.048s
09:30:46 [2019-08-28T09:30:46.362Z] PASS: docker_cli_stats_test.go:165: DockerSuite.TestStatsFormatAll	5.541s
09:30:49 [2019-08-28T09:30:49.636Z] PASS: docker_cli_stats_test.go:16: DockerSuite.TestStatsNoStream	2.807s
09:30:51 [2019-08-28T09:30:51.540Z] PASS: docker_cli_run_unix_test.go:708: DockerSuite.TestStopContainerSignal	1.775s
09:30:52 [2019-08-28T09:30:52.103Z] PASS: docker_cli_top_test.go:11: DockerSuite.TestTopMultipleArgs	0.595s
09:30:53 [2019-08-28T09:30:53.033Z] PASS: docker_cli_top_test.go:26: DockerSuite.TestTopNonPrivileged	0.881s
09:30:53 [2019-08-28T09:30:53.597Z] PASS: docker_cli_top_test.go:61: DockerSuite.TestTopPrivileged	0.801s
09:30:53 [2019-08-28T09:30:53.597Z] SKIP: docker_cli_top_test.go:50: DockerSuite.TestTopWindowsCoreProcesses (unmatched requirement DaemonIsWindows)
09:30:54 [2019-08-28T09:30:54.526Z] PASS: docker_cli_run_test.go:3456: DockerSuite.TestTwoContainersInNetHost	0.802s
09:30:58 [2019-08-28T09:30:58.702Z] PASS: docker_cli_port_test.go:213: DockerSuite.TestUnpublishedPortsInPsOutput	3.509s
09:31:02 [2019-08-28T09:31:02.876Z] PASS: docker_cli_health_test.go:147: DockerSuite.TestUnsetEnvVarHealthCheck	3.469s
09:31:03 [2019-08-28T09:31:03.133Z] PASS: docker_cli_swarm_test.go:1778: DockerSwarmSuite.TestSwarmJoinLeave	52.927s
09:31:03 [2019-08-28T09:31:03.133Z] PASS: docker_cli_update_unix_test.go:103: DockerSuite.TestUpdateContainerInvalidValue	0.680s
09:31:04 [2019-08-28T09:31:04.064Z] PASS: docker_cli_update_unix_test.go:115: DockerSuite.TestUpdateContainerWithoutFlags	0.642s
09:31:04 [2019-08-28T09:31:04.064Z] SKIP: docker_cli_update_unix_test.go:202: DockerSuite.TestUpdateInvalidSwapMemory (unmatched requirement swapMemorySupport)
09:31:04 [2019-08-28T09:31:04.995Z] PASS: docker_cli_update_unix_test.go:125: DockerSuite.TestUpdateKernelMemory	0.840s
09:31:06 [2019-08-28T09:31:06.891Z] PASS: docker_cli_update_unix_test.go:139: DockerSuite.TestUpdateKernelMemoryUninitialized	1.686s
09:31:06 [2019-08-28T09:31:06.891Z] SKIP: docker_cli_update_unix_test.go:256: DockerSuite.TestUpdateMemoryWithSwapMemory (unmatched requirement swapMemorySupport)
09:31:08 [2019-08-28T09:31:08.786Z] PASS: docker_cli_update_unix_test.go:270: DockerSuite.TestUpdateNotAffectMonitorRestartPolicy	1.390s
09:31:09 [2019-08-28T09:31:09.717Z] PASS: docker_cli_update_unix_test.go:68: DockerSuite.TestUpdatePausedContainer	0.740s
09:31:10 [2019-08-28T09:31:10.648Z] PASS: docker_cli_update_unix_test.go:22: DockerSuite.TestUpdateRunningContainer	0.693s
09:31:12 [2019-08-28T09:31:12.544Z] PASS: docker_cli_update_unix_test.go:37: DockerSuite.TestUpdateRunningContainerWithRestart	1.596s
09:31:17 [2019-08-28T09:31:17.802Z] PASS: docker_cli_update_unix_test.go:227: DockerSuite.TestUpdateStats	4.346s
09:31:18 [2019-08-28T09:31:18.732Z] PASS: docker_cli_update_unix_test.go:53: DockerSuite.TestUpdateStoppedContainer	1.589s
09:31:18 [2019-08-28T09:31:18.732Z] SKIP: docker_cli_update_unix_test.go:186: DockerSuite.TestUpdateSwapMemoryOnly (unmatched requirement swapMemorySupport)
09:31:19 [2019-08-28T09:31:19.662Z] PASS: docker_cli_update_unix_test.go:298: DockerSuite.TestUpdateWithNanoCPUs	0.878s
09:31:20 [2019-08-28T09:31:20.592Z] PASS: docker_cli_update_unix_test.go:85: DockerSuite.TestUpdateWithUntouchedFields	0.717s
09:31:25 [2019-08-28T09:31:25.846Z] PASS: docker_cli_run_test.go:294: DockerSuite.TestUserDefinedNetworkAlias	3.796s
09:31:29 [2019-08-28T09:31:29.120Z] PASS: docker_cli_network_unix_test.go:1535: DockerSuite.TestUserDefinedNetworkConnectDisconnectAlias	3.047s
09:31:32 [2019-08-28T09:31:32.396Z] PASS: docker_cli_network_unix_test.go:1461: DockerSuite.TestUserDefinedNetworkConnectDisconnectLink	2.611s
09:31:34 [2019-08-28T09:31:34.921Z] PASS: docker_cli_network_unix_test.go:1590: DockerSuite.TestUserDefinedNetworkConnectivity	2.167s
09:31:40 [2019-08-28T09:31:40.174Z] PASS: docker_cli_run_test.go:209: DockerSuite.TestUserDefinedNetworkLinks	3.664s
09:31:45 [2019-08-28T09:31:45.428Z] PASS: docker_cli_run_test.go:245: DockerSuite.TestUserDefinedNetworkLinksWithRestart	4.733s
09:31:46 [2019-08-28T09:31:46.798Z] PASS: docker_cli_run_unix_test.go:1169: DockerSuite.TestUserNoEffectiveCapabilitiesChown	2.408s
09:31:49 [2019-08-28T09:31:49.328Z] PASS: docker_cli_run_unix_test.go:1290: DockerSuite.TestUserNoEffectiveCapabilitiesChroot	2.365s
09:31:51 [2019-08-28T09:31:51.223Z] PASS: docker_cli_run_unix_test.go:1187: DockerSuite.TestUserNoEffectiveCapabilitiesDacOverride	1.572s
09:31:52 [2019-08-28T09:31:52.592Z] PASS: docker_cli_run_unix_test.go:1200: DockerSuite.TestUserNoEffectiveCapabilitiesFowner	1.592s
09:31:55 [2019-08-28T09:31:55.117Z] PASS: docker_cli_run_unix_test.go:1308: DockerSuite.TestUserNoEffectiveCapabilitiesMknod	2.302s
09:31:57 [2019-08-28T09:31:57.641Z] PASS: docker_cli_run_unix_test.go:1254: DockerSuite.TestUserNoEffectiveCapabilitiesNetBindService	2.331s
09:31:59 [2019-08-28T09:31:59.536Z] PASS: docker_cli_run_unix_test.go:1272: DockerSuite.TestUserNoEffectiveCapabilitiesNetRaw	2.302s
09:32:02 [2019-08-28T09:32:02.059Z] PASS: docker_cli_run_unix_test.go:1234: DockerSuite.TestUserNoEffectiveCapabilitiesSetgid	2.318s
09:32:02 [2019-08-28T09:32:02.623Z] PASS: docker_cli_swarm_test.go:1194: DockerSwarmSuite.TestSwarmJoinPromoteLocked	44.091s
09:32:04 [2019-08-28T09:32:04.522Z] PASS: docker_cli_run_unix_test.go:1216: DockerSuite.TestUserNoEffectiveCapabilitiesSetuid	2.547s
09:32:16 [2019-08-28T09:32:16.704Z] PASS: docker_cli_swarm_test.go:1582: DockerSwarmSuite.TestSwarmJoinWithDrain	2.913s
09:32:19 [2019-08-28T09:32:19.989Z] PASS: docker_cli_volume_test.go:23: DockerSuite.TestVolumeCLICreate	15.046s
09:32:19 [2019-08-28T09:32:19.989Z] PASS: docker_cli_volume_test.go:283: DockerSuite.TestVolumeCLICreateLabel	0.019s
09:32:19 [2019-08-28T09:32:19.989Z] PASS: docker_cli_volume_test.go:295: DockerSuite.TestVolumeCLICreateLabelMultiple	0.034s
09:32:20 [2019-08-28T09:32:20.557Z] PASS: docker_cli_volume_test.go:259: DockerSuite.TestVolumeCLICreateWithOpts	1.075s
09:32:20 [2019-08-28T09:32:20.557Z] PASS: docker_cli_volume_test.go:39: DockerSuite.TestVolumeCLIInspect	0.051s
09:32:20 [2019-08-28T09:32:20.814Z] PASS: docker_cli_volume_test.go:56: DockerSuite.TestVolumeCLIInspectMulti	0.048s
09:32:20 [2019-08-28T09:32:20.814Z] PASS: docker_cli_volume_test.go:249: DockerSuite.TestVolumeCLIInspectTmplError	0.036s
09:32:21 [2019-08-28T09:32:21.377Z] PASS: docker_cli_swarm_test.go:1100: DockerSwarmSuite.TestSwarmLeaveLocked	3.990s
09:32:21 [2019-08-28T09:32:21.638Z] PASS: docker_cli_volume_test.go:73: DockerSuite.TestVolumeCLILs	0.786s
09:32:21 [2019-08-28T09:32:21.638Z] PASS: docker_cli_volume_test.go:178: DockerSuite.TestVolumeCLILsErrorWithInvalidFilterName	0.010s
09:32:22 [2019-08-28T09:32:22.569Z] PASS: docker_cli_volume_test.go:128: DockerSuite.TestVolumeCLILsFilterDangling	1.008s
09:32:22 [2019-08-28T09:32:22.569Z] PASS: docker_cli_volume_test.go:352: DockerSuite.TestVolumeCLILsFilterDrivers	0.057s
09:32:22 [2019-08-28T09:32:22.827Z] PASS: docker_cli_volume_test.go:322: DockerSuite.TestVolumeCLILsFilterLabels	0.105s
09:32:22 [2019-08-28T09:32:22.827Z] PASS: docker_cli_volume_test.go:184: DockerSuite.TestVolumeCLILsWithIncorrectFilterValue	0.019s
09:32:22 [2019-08-28T09:32:22.827Z] PASS: docker_cli_volume_test.go:226: DockerSuite.TestVolumeCLINoArgs	0.037s
09:32:26 [2019-08-28T09:32:26.105Z] PASS: docker_cli_volume_test.go:190: DockerSuite.TestVolumeCLIRm	3.010s
09:32:26 [2019-08-28T09:32:26.105Z] PASS: docker_cli_volume_test.go:391: DockerSuite.TestVolumeCLIRmForce	0.062s
09:32:26 [2019-08-28T09:32:26.105Z] PASS: docker_cli_volume_test.go:415: DockerSuite.TestVolumeCLIRmForceInUse	0.149s
09:32:26 [2019-08-28T09:32:26.105Z] PASS: docker_cli_volume_test.go:383: DockerSuite.TestVolumeCLIRmForceUsage	0.029s
09:32:26 [2019-08-28T09:32:26.105Z] PASS: docker_cli_volume_test.go:453: DockerSuite.TestVolumeCliInspectWithVolumeOpts	0.038s
09:32:27 [2019-08-28T09:32:27.035Z] PASS: docker_cli_events_unix_test.go:167: DockerSuite.TestVolumeEvents	0.835s
09:32:29 [2019-08-28T09:32:29.556Z] PASS: docker_cli_run_test.go:3025: DockerSuite.TestVolumeFromMixedRWOptions	2.377s
09:32:29 [2019-08-28T09:32:29.556Z] PASS: docker_cli_volume_test.go:86: DockerSuite.TestVolumeLsFormat	0.050s
09:32:29 [2019-08-28T09:32:29.556Z] PASS: docker_cli_volume_test.go:95: DockerSuite.TestVolumeLsFormatDefaultFormat	0.051s
09:32:32 [2019-08-28T09:32:32.829Z] PASS: docker_cli_run_test.go:497: DockerSuite.TestVolumesFromGetsProperMode	3.229s
09:32:38 [2019-08-28T09:32:38.089Z] PASS: docker_cli_run_test.go:2180: DockerSuite.TestVolumesNoCopyData	4.464s
09:32:38 [2019-08-28T09:32:38.089Z] SKIP: docker_cli_run_test.go:4551: DockerSuite.TestWindowsRunAsSystem (unmatched requirement DaemonIsWindowsAtLeastBuild.func1)
09:32:39 [2019-08-28T09:32:39.020Z] PASS: docker_cli_by_digest_test.go:183: DockerRegistrySuite.TestBuildByDigest	1.574s
09:32:40 [2019-08-28T09:32:40.391Z] PASS: docker_api_build_test.go:324: DockerRegistrySuite.TestBuildCopyFromForcePull	1.334s
09:32:42 [2019-08-28T09:32:42.286Z] PASS: docker_cli_build_test.go:5812: DockerRegistrySuite.TestBuildMultiStageImplicitPull	1.688s
09:32:46 [2019-08-28T09:32:46.461Z] PASS: docker_cli_pull_local_test.go:198: DockerRegistrySuite.TestConcurrentPullMultipleTags	4.027s
09:32:50 [2019-08-28T09:32:50.644Z] PASS: docker_cli_push_test.go:199: DockerRegistrySuite.TestConcurrentPush	4.124s
09:32:52 [2019-08-28T09:32:52.015Z] PASS: docker_cli_by_digest_test.go:130: DockerRegistrySuite.TestCreateByDigest	1.262s
09:32:53 [2019-08-28T09:32:53.385Z] PASS: docker_cli_push_test.go:207: DockerRegistrySuite.TestCrossRepositoryLayerPush	1.077s
09:32:54 [2019-08-28T09:32:54.754Z] PASS: docker_cli_by_digest_test.go:445: DockerRegistrySuite.TestDeleteImageByIDOnlyPulledByDigest	1.318s
09:32:56 [2019-08-28T09:32:56.126Z] PASS: docker_cli_by_digest_test.go:491: DockerRegistrySuite.TestDeleteImageWithDigestAndMultiRepoTag	1.427s
09:32:58 [2019-08-28T09:32:58.021Z] PASS: docker_cli_by_digest_test.go:464: DockerRegistrySuite.TestDeleteImageWithDigestAndTag	1.330s
09:32:58 [2019-08-28T09:32:58.951Z] PASS: docker_cli_events_test.go:529: DockerRegistrySuite.TestEventsImageFilterPush	1.152s
09:33:00 [2019-08-28T09:33:00.321Z] PASS: docker_cli_by_digest_test.go:390: DockerRegistrySuite.TestInspectImageWithDigests	1.222s
09:33:02 [2019-08-28T09:33:02.845Z] PASS: docker_cli_by_digest_test.go:317: DockerRegistrySuite.TestListDanglingImagesWithDigests	2.506s
09:33:05 [2019-08-28T09:33:05.371Z] PASS: docker_cli_by_digest_test.go:240: DockerRegistrySuite.TestListImagesWithDigests	2.453s
09:33:06 [2019-08-28T09:33:06.740Z] PASS: docker_cli_by_digest_test.go:227: DockerRegistrySuite.TestListImagesWithoutDigests	1.225s
09:33:10 [2019-08-28T09:33:10.014Z] PASS: docker_cli_by_digest_test.go:409: DockerRegistrySuite.TestPsListContainersFilterAncestorImageByDigest	3.118s
09:33:11 [2019-08-28T09:33:11.384Z] PASS: docker_cli_by_digest_test.go:105: DockerRegistrySuite.TestPullByDigest	1.166s
09:33:11 [2019-08-28T09:33:11.384Z] PASS: docker_cli_by_digest_test.go:122: DockerRegistrySuite.TestPullByDigestNoFallback	0.015s
09:33:12 [2019-08-28T09:33:12.760Z] PASS: docker_cli_by_digest_test.go:79: DockerRegistrySuite.TestPullByTagDisplaysDigest	1.311s
09:33:14 [2019-08-28T09:33:14.129Z] PASS: docker_cli_by_digest_test.go:610: DockerRegistrySuite.TestPullFailsWithAlteredLayer	1.234s
09:33:15 [2019-08-28T09:33:15.498Z] PASS: docker_cli_by_digest_test.go:528: DockerRegistrySuite.TestPullFailsWithAlteredManifest	1.093s
09:33:19 [2019-08-28T09:33:19.673Z] PASS: docker_cli_pull_local_test.go:259: DockerRegistrySuite.TestPullIDStability	3.502s
09:33:19 [2019-08-28T09:33:19.673Z] PASS: docker_cli_pull_local_test.go:55: DockerRegistrySuite.TestPullImageWithAliases	0.233s
09:33:20 [2019-08-28T09:33:20.603Z] PASS: docker_cli_pull_local_test.go:287: DockerRegistrySuite.TestPullManifestList	1.230s
09:33:21 [2019-08-28T09:33:21.167Z] PASS: docker_cli_pull_local_test.go:279: DockerRegistrySuite.TestPullNoLayers	0.300s
09:33:21 [2019-08-28T09:33:21.167Z] PASS: docker_cli_push_test.go:69: DockerRegistrySuite.TestPushBadTag	0.010s
09:33:21 [2019-08-28T09:33:21.423Z] PASS: docker_cli_push_test.go:29: DockerRegistrySuite.TestPushBusyboxImage	0.145s
09:33:21 [2019-08-28T09:33:21.680Z] PASS: docker_cli_push_test.go:145: DockerRegistrySuite.TestPushEmptyLayer	0.169s
09:33:22 [2019-08-28T09:33:22.244Z] PASS: docker_cli_push_test.go:114: DockerRegistrySuite.TestPushMultipleTags	0.191s
09:33:22 [2019-08-28T09:33:22.244Z] PASS: docker_cli_push_test.go:52: DockerRegistrySuite.TestPushUntagged	0.010s
09:33:23 [2019-08-28T09:33:23.614Z] PASS: docker_cli_by_digest_test.go:161: DockerRegistrySuite.TestRemoveImageByDigest	1.254s
09:33:26 [2019-08-28T09:33:26.135Z] PASS: docker_cli_by_digest_test.go:143: DockerRegistrySuite.TestRunByDigest	2.022s
09:33:27 [2019-08-28T09:33:27.065Z] PASS: docker_cli_pull_local_test.go:452: DockerRegistrySuite.TestRunImplicitPullWithNoTag	1.038s
09:33:28 [2019-08-28T09:33:28.435Z] PASS: docker_cli_by_digest_test.go:208: DockerRegistrySuite.TestTagByDigest	1.330s
09:33:29 [2019-08-28T09:33:29.366Z] PASS: docker_cli_registry_user_agent_test.go:74: DockerRegistrySuite.TestUserAgentPassThrough	1.036s
09:33:30 [2019-08-28T09:33:30.295Z] PASS: docker_cli_v2_only_test.go:28: DockerRegistrySuite.TestV2Only	0.658s
09:33:34 [2019-08-28T09:33:34.469Z] PASS: docker_cli_pull_local_test.go:202: DockerSchema1RegistrySuite.TestConcurrentPullMultipleTags	4.210s
09:33:39 [2019-08-28T09:33:39.746Z] PASS: docker_cli_push_test.go:203: DockerSchema1RegistrySuite.TestConcurrentPush	4.088s
09:33:40 [2019-08-28T09:33:40.003Z] PASS: docker_cli_push_test.go:249: DockerSchema1RegistrySuite.TestCrossRepositoryLayerPushNotSupported	1.160s
09:33:41 [2019-08-28T09:33:41.372Z] PASS: docker_cli_by_digest_test.go:109: DockerSchema1RegistrySuite.TestPullByDigest	1.241s
09:33:41 [2019-08-28T09:33:41.629Z] PASS: docker_cli_by_digest_test.go:126: DockerSchema1RegistrySuite.TestPullByDigestNoFallback	0.014s
09:33:43 [2019-08-28T09:33:43.001Z] PASS: docker_cli_by_digest_test.go:83: DockerSchema1RegistrySuite.TestPullByTagDisplaysDigest	1.268s
09:33:44 [2019-08-28T09:33:44.372Z] PASS: docker_cli_by_digest_test.go:653: DockerSchema1RegistrySuite.TestPullFailsWithAlteredLayer	1.206s
09:33:45 [2019-08-28T09:33:45.741Z] PASS: docker_cli_by_digest_test.go:568: DockerSchema1RegistrySuite.TestPullFailsWithAlteredManifest	1.134s
09:33:49 [2019-08-28T09:33:49.917Z] PASS: docker_cli_pull_local_test.go:263: DockerSchema1RegistrySuite.TestPullIDStability	3.608s
09:33:49 [2019-08-28T09:33:49.917Z] PASS: docker_cli_pull_local_test.go:59: DockerSchema1RegistrySuite.TestPullImageWithAliases	0.277s
09:33:50 [2019-08-28T09:33:50.174Z] PASS: docker_cli_pull_local_test.go:283: DockerSchema1RegistrySuite.TestPullNoLayers	0.330s
09:33:50 [2019-08-28T09:33:50.174Z] PASS: docker_cli_push_test.go:73: DockerSchema1RegistrySuite.TestPushBadTag	0.010s
09:33:50 [2019-08-28T09:33:50.431Z] PASS: docker_cli_push_test.go:33: DockerSchema1RegistrySuite.TestPushBusyboxImage	0.174s
09:33:50 [2019-08-28T09:33:50.688Z] PASS: docker_cli_push_test.go:149: DockerSchema1RegistrySuite.TestPushEmptyLayer	0.153s
09:33:51 [2019-08-28T09:33:51.252Z] PASS: docker_cli_push_test.go:118: DockerSchema1RegistrySuite.TestPushMultipleTags	0.288s
09:33:51 [2019-08-28T09:33:51.252Z] PASS: docker_cli_push_test.go:56: DockerSchema1RegistrySuite.TestPushUntagged	0.010s
09:33:52 [2019-08-28T09:33:52.181Z] PASS: docker_cli_build_test.go:5002: DockerRegistryAuthHtpasswdSuite.TestBuildFromAuthenticatedRegistry	0.754s
09:33:52 [2019-08-28T09:33:52.745Z] PASS: docker_cli_build_test.go:5020: DockerRegistryAuthHtpasswdSuite.TestBuildWithExternalAuth	0.358s
09:33:52 [2019-08-28T09:33:52.745Z] PASS: docker_cli_login_test.go:23: DockerRegistryAuthHtpasswdSuite.TestLoginToPrivateRegistry	0.042s
09:33:54 [2019-08-28T09:33:54.115Z] PASS: docker_cli_logout_test.go:16: DockerRegistryAuthHtpasswdSuite.TestLogoutWithExternalAuth	0.999s
09:33:54 [2019-08-28T09:33:54.115Z] PASS: docker_cli_logout_test.go:68: DockerRegistryAuthHtpasswdSuite.TestLogoutWithWrongHostnamesStored	0.092s
09:33:54 [2019-08-28T09:33:54.372Z] PASS: docker_cli_pull_local_test.go:416: DockerRegistryAuthHtpasswdSuite.TestPullWithExternalAuth	0.256s
09:33:54 [2019-08-28T09:33:54.936Z] PASS: docker_cli_pull_local_test.go:371: DockerRegistryAuthHtpasswdSuite.TestPullWithExternalAuthLoginWithScheme	0.369s
09:33:55 [2019-08-28T09:33:55.193Z] PASS: docker_cli_push_test.go:282: DockerRegistryAuthHtpasswdSuite.TestPushNoCredentialsNoRetry	0.030s
09:34:00 [2019-08-28T09:34:00.446Z] PASS: docker_cli_push_test.go:344: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseError	5.145s
09:34:00 [2019-08-28T09:34:00.446Z] PASS: docker_cli_push_test.go:372: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseNoToken	0.131s
09:34:00 [2019-08-28T09:34:00.703Z] PASS: docker_cli_push_test.go:331: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseUnauthorized	0.136s
09:34:00 [2019-08-28T09:34:00.703Z] PASS: docker_cli_push_test.go:359: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseUnparsable	0.141s
09:34:00 [2019-08-28T09:34:00.960Z] PASS: docker_cli_push_test.go:319: DockerRegistryAuthTokenSuite.TestPushTokenServiceUnauthResponse	0.132s
09:34:04 [2019-08-28T09:34:04.240Z] PASS: docker_cli_network_unix_test.go:1786: DockerNetworkSuite.TestConntrackFlowsLeak	2.685s
09:34:05 [2019-08-28T09:34:05.171Z] PASS: docker_deprecated_api_v124_unix_test.go:14: DockerNetworkSuite.TestDeprecatedDockerNetworkStartAPIWithHostconfig	0.967s
09:34:10 [2019-08-28T09:34:10.426Z] PASS: docker_cli_network_unix_test.go:864: DockerNetworkSuite.TestDockerNetworkAnonymousEndpoint	4.156s
09:34:12 [2019-08-28T09:34:12.949Z] PASS: docker_cli_network_unix_test.go:539: DockerNetworkSuite.TestDockerNetworkConnectDisconnect	2.139s
09:34:16 [2019-08-28T09:34:16.222Z] PASS: docker_cli_network_unix_test.go:1257: DockerNetworkSuite.TestDockerNetworkConnectDisconnectToStoppedContainer	3.648s
09:34:18 [2019-08-28T09:34:18.116Z] PASS: docker_cli_network_unix_test.go:1191: DockerNetworkSuite.TestDockerNetworkConnectDisconnectWithPortMapping	1.417s
09:34:28 [2019-08-28T09:34:28.072Z] PASS: docker_cli_network_unix_test.go:1414: DockerNetworkSuite.TestDockerNetworkConnectLinkLocalIP	7.664s
09:34:30 [2019-08-28T09:34:30.596Z] PASS: docker_cli_network_unix_test.go:1307: DockerNetworkSuite.TestDockerNetworkConnectPreferredIP	2.959s
09:34:30 [2019-08-28T09:34:30.596Z] PASS: docker_cli_swarm_test.go:1133: DockerSwarmSuite.TestSwarmLockUnlockCluster	101.969s
09:34:32 [2019-08-28T09:34:32.491Z] PASS: docker_cli_network_unix_test.go:1343: DockerNetworkSuite.TestDockerNetworkConnectPreferredIPStoppedContainer	1.760s
09:34:33 [2019-08-28T09:34:33.426Z] PASS: docker_cli_network_unix_test.go:1157: DockerNetworkSuite.TestDockerNetworkConnectToHostFromOtherNetwork	0.781s
09:34:34 [2019-08-28T09:34:34.357Z] PASS: docker_cli_network_unix_test.go:1522: DockerNetworkSuite.TestDockerNetworkConnectWithAliasOnDefaultNetworks	0.638s
09:34:35 [2019-08-28T09:34:35.731Z] PASS: docker_cli_network_unix_test.go:1228: DockerNetworkSuite.TestDockerNetworkConnectWithMac	1.168s
09:34:37 [2019-08-28T09:34:37.101Z] PASS: docker_cli_network_unix_test.go:1174: DockerNetworkSuite.TestDockerNetworkConnectWithPortMapping	1.012s
09:34:37 [2019-08-28T09:34:37.358Z] PASS: docker_cli_network_unix_test.go:375: DockerNetworkSuite.TestDockerNetworkCreateDelete	0.128s
09:34:37 [2019-08-28T09:34:37.615Z] PASS: docker_cli_network_unix_test.go:1654: DockerNetworkSuite.TestDockerNetworkCreateDeleteSpecialCharacters	0.232s
09:34:39 [2019-08-28T09:34:39.037Z] PASS: docker_cli_network_unix_test.go:299: DockerNetworkSuite.TestDockerNetworkCreateHostBind	0.954s
09:34:39 [2019-08-28T09:34:39.037Z] PASS: docker_cli_network_unix_test.go:383: DockerNetworkSuite.TestDockerNetworkCreateLabel	0.130s
09:34:39 [2019-08-28T09:34:39.037Z] PASS: docker_cli_network_unix_test.go:290: DockerNetworkSuite.TestDockerNetworkCreatePredefined	0.035s
09:34:39 [2019-08-28T09:34:39.037Z] PASS: docker_cli_network_unix_test.go:633: DockerNetworkSuite.TestDockerNetworkCustomIPAM	0.129s
09:34:40 [2019-08-28T09:34:40.406Z] PASS: docker_cli_network_unix_test.go:1291: DockerNetworkSuite.TestDockerNetworkDisconnectContainerNonexistingNetwork	1.286s
09:34:41 [2019-08-28T09:34:41.774Z] PASS: docker_cli_network_unix_test.go:1502: DockerNetworkSuite.TestDockerNetworkDisconnectDefault	1.018s
09:34:42 [2019-08-28T09:34:42.031Z] PASS: docker_cli_network_unix_test.go:1772: DockerNetworkSuite.TestDockerNetworkDisconnectFromBridge	0.098s
09:34:42 [2019-08-28T09:34:42.290Z] PASS: docker_cli_network_unix_test.go:1166: DockerNetworkSuite.TestDockerNetworkDisconnectFromHost	0.285s
09:34:42 [2019-08-28T09:34:42.547Z] PASS: docker_cli_network_unix_test.go:768: DockerNetworkSuite.TestDockerNetworkDriverOptions	0.052s
09:34:44 [2019-08-28T09:34:44.443Z] PASS: docker_cli_swarm_test.go:1471: DockerSwarmSuite.TestSwarmManagerAddress	3.359s
09:34:46 [2019-08-28T09:34:46.969Z] PASS: docker_cli_swarm_test.go:1541: DockerSwarmSuite.TestSwarmNetworkCreateDup	1.741s
09:34:49 [2019-08-28T09:34:49.491Z] PASS: docker_cli_swarm_test.go:1518: DockerSwarmSuite.TestSwarmNetworkCreateIssue27866	1.162s
09:34:54 [2019-08-28T09:34:54.746Z] PASS: docker_cli_swarm_test.go:1492: DockerSwarmSuite.TestSwarmNetworkIPAMOptions	4.615s
09:34:56 [2019-08-28T09:34:56.116Z] PASS: docker_cli_network_unix_test.go:978: DockerNetworkSuite.TestDockerNetworkDriverUngracefulRestart	3.163s
09:34:58 [2019-08-28T09:34:58.010Z] PASS: docker_cli_swarm_test.go:803: DockerSwarmSuite.TestSwarmNetworkPlugin	1.716s
09:34:59 [2019-08-28T09:34:59.381Z] PASS: docker_cli_network_unix_test.go:1735: DockerNetworkSuite.TestDockerNetworkFlagAlias	3.426s
09:35:11 [2019-08-28T09:35:11.574Z] PASS: docker_cli_network_unix_test.go:1131: DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart	10.047s
09:35:11 [2019-08-28T09:35:11.574Z] PASS: docker_cli_network_unix_test.go:744: DockerNetworkSuite.TestDockerNetworkIPAMInvalidCombinations	0.178s
09:35:11 [2019-08-28T09:35:11.574Z] PASS: docker_cli_network_unix_test.go:592: DockerNetworkSuite.TestDockerNetworkIPAMMultipleNetworks	0.668s
09:35:11 [2019-08-28T09:35:11.574Z] PASS: docker_cli_network_unix_test.go:649: DockerNetworkSuite.TestDockerNetworkIPAMOptions	0.046s
09:35:11 [2019-08-28T09:35:11.574Z] PASS: docker_cli_network_unix_test.go:1240: DockerNetworkSuite.TestDockerNetworkInspectCreatedContainer	0.087s
09:35:11 [2019-08-28T09:35:11.574Z] PASS: docker_cli_network_unix_test.go:725: DockerNetworkSuite.TestDockerNetworkInspectCustomSpecified	0.164s
09:35:11 [2019-08-28T09:35:11.574Z] PASS: docker_cli_network_unix_test.go:706: DockerNetworkSuite.TestDockerNetworkInspectCustomUnspecified	0.133s
09:35:11 [2019-08-28T09:35:11.575Z] PASS: docker_cli_network_unix_test.go:678: DockerNetworkSuite.TestDockerNetworkInspectDefault	0.002s
09:35:15 [2019-08-28T09:35:15.752Z] PASS: docker_cli_network_unix_test.go:925: DockerNetworkSuite.TestDockerNetworkLinkOnDefaultNetworkOnly	3.077s
09:35:15 [2019-08-28T09:35:15.752Z] PASS: docker_cli_network_unix_test.go:283: DockerNetworkSuite.TestDockerNetworkLsDefault	0.028s
09:35:15 [2019-08-28T09:35:15.752Z] SKIP: docker_cli_network_unix_test.go:319: DockerNetworkSuite.TestDockerNetworkLsFilter (unmatched requirement OnlyDefaultNetworks)
09:35:17 [2019-08-28T09:35:17.122Z] PASS: docker_cli_network_unix_test.go:1019: DockerNetworkSuite.TestDockerNetworkMacInspect	1.052s
09:35:22 [2019-08-28T09:35:22.377Z] PASS: docker_cli_network_unix_test.go:1085: DockerNetworkSuite.TestDockerNetworkMultipleNetworksGracefulDaemonRestart	4.170s
09:35:26 [2019-08-28T09:35:26.551Z] PASS: docker_cli_network_unix_test.go:1104: DockerNetworkSuite.TestDockerNetworkMultipleNetworksUngracefulDaemonRestart	3.992s
09:35:26 [2019-08-28T09:35:26.551Z] PASS: docker_cli_network_unix_test.go:662: DockerNetworkSuite.TestDockerNetworkNullIPAMDriver	0.023s
09:35:27 [2019-08-28T09:35:27.920Z] PASS: docker_cli_network_unix_test.go:951: DockerNetworkSuite.TestDockerNetworkOverlayPortMapping	0.998s
09:35:30 [2019-08-28T09:35:30.441Z] PASS: docker_cli_network_unix_test.go:1246: DockerNetworkSuite.TestDockerNetworkRestartWithMultipleNetworks	2.285s
09:35:30 [2019-08-28T09:35:30.441Z] PASS: docker_cli_network_unix_test.go:310: DockerNetworkSuite.TestDockerNetworkRmPredefined	0.040s
09:35:31 [2019-08-28T09:35:31.811Z] PASS: docker_cli_network_unix_test.go:1125: DockerNetworkSuite.TestDockerNetworkRunNetByID	0.925s
09:35:32 [2019-08-28T09:35:32.375Z] PASS: docker_cli_network_unix_test.go:1366: DockerNetworkSuite.TestDockerNetworkUnsupportedRequiredIP	0.687s
09:35:34 [2019-08-28T09:35:34.269Z] PASS: docker_cli_network_unix_test.go:1747: DockerNetworkSuite.TestDockerNetworkValidateIP	1.156s
09:35:39 [2019-08-28T09:35:39.553Z] PASS: docker_cli_network_unix_test.go:783: DockerNetworkSuite.TestDockerPluginV2NetworkDriver	5.430s
09:35:41 [2019-08-28T09:35:41.446Z] PASS: docker_cli_pull_test.go:197: DockerHubPullSuite.TestPullAllTagsFromCentralRegistry	1.038s
09:35:43 [2019-08-28T09:35:43.339Z] PASS: docker_cli_pull_test.go:241: DockerHubPullSuite.TestPullClientDisconnect	2.143s
09:35:43 [2019-08-28T09:35:43.902Z] PASS: docker_cli_pull_test.go:18: DockerHubPullSuite.TestPullFromCentralRegistry	0.571s
09:35:45 [2019-08-28T09:35:45.796Z] PASS: docker_cli_pull_test.go:118: DockerHubPullSuite.TestPullFromCentralRegistryImplicitRefParts	1.511s
09:35:45 [2019-08-28T09:35:45.796Z] PASS: docker_cli_pull_test.go:43: DockerHubPullSuite.TestPullNonExistingImage	0.243s
09:35:46 [2019-08-28T09:35:46.053Z] PASS: docker_cli_pull_test.go:187: DockerHubPullSuite.TestPullScratchNotAllowed	0.023s
09:35:46 [2019-08-28T09:35:46.053Z] OK: 1197 passed, 46 skipped
09:35:46 [2019-08-28T09:35:46.053Z] PASS
09:35:46 [2019-08-28T09:35:46.053Z] ---> Making bundle: .integration-daemon-stop (in /go/src/github.com/docker/docker/bundles/test-integration/2)
09:35:52 [2019-08-28T09:35:52.604Z] PASS: docker_cli_swarm_unix_test.go:58: DockerSwarmSuite.TestSwarmNetworkPluginV2	47.876s
09:35:52 [2019-08-28T09:35:52.604Z] umount: /go/src/github.com/docker/docker/bundles/test-integration/2/root: mountpoint not found
09:35:52 [2019-08-28T09:35:52.604Z] Clearing AppArmor profiles cache:.
09:35:52 [2019-08-28T09:35:52.604Z] All profile caches have been cleared, but no profiles have been unloaded.
09:35:52 [2019-08-28T09:35:52.604Z] Unloading profiles will leave already running processes permanently
09:35:52 [2019-08-28T09:35:52.604Z] unconfined, which can lead to unexpected situations.
09:35:52 [2019-08-28T09:35:52.604Z] 
09:35:52 [2019-08-28T09:35:52.604Z] To set a process to complain mode, use the command line tool
09:35:52 [2019-08-28T09:35:52.604Z] 'aa-complain'. To really tear down all profiles, run the init script
09:35:52 [2019-08-28T09:35:52.604Z] with the 'teardown' option."
09:35:52 [2019-08-28T09:35:52.604Z] Removing test suite binaries
09:35:52 [2019-08-28T09:35:52.604Z] 
09:35:55 [2019-08-28T09:35:55.128Z] PASS: docker_cli_swarm_test.go:230: DockerSwarmSuite.TestSwarmNodeListFilter	1.704s
09:35:58 [2019-08-28T09:35:58.402Z] PASS: docker_cli_swarm_test.go:249: DockerSwarmSuite.TestSwarmNodeTaskListFilter	2.321s
09:36:00 [2019-08-28T09:36:00.923Z] PASS: docker_cli_swarm_test.go:276: DockerSwarmSuite.TestSwarmPublishAdd	1.626s
09:36:06 [2019-08-28T09:36:06.176Z] PASS: docker_cli_swarm_test.go:1563: DockerSwarmSuite.TestSwarmPublishDuplicatePorts	3.719s
09:36:08 [2019-08-28T09:36:08.712Z] PASS: docker_cli_swarm_test.go:1621: DockerSwarmSuite.TestSwarmReadonlyRootfs	2.535s
09:36:30 [2019-08-28T09:36:30.611Z] PASS: docker_api_swarm_test.go:959: DockerSwarmSuite.TestSwarmRepeatedRootRotation	14.444s
09:36:42 [2019-08-28T09:36:42.792Z] PASS: docker_cli_swarm_test.go:1253: DockerSwarmSuite.TestSwarmRotateUnlockKey	12.986s
09:36:45 [2019-08-28T09:36:45.314Z] PASS: docker_cli_swarm_test.go:822: DockerSwarmSuite.TestSwarmServiceEnvFile	1.177s
09:36:48 [2019-08-28T09:36:48.589Z] PASS: docker_cli_swarm_test.go:189: DockerSwarmSuite.TestSwarmServiceListFilter	1.697s
09:36:51 [2019-08-28T09:36:51.863Z] PASS: docker_cli_swarm_test.go:1735: DockerSwarmSuite.TestSwarmServiceLsFilterMode	2.412s
09:36:58 [2019-08-28T09:36:58.413Z] PASS: docker_cli_swarm_test.go:911: DockerSwarmSuite.TestSwarmServiceNetworkUpdate	6.669s
09:37:24 [2019-08-28T09:37:24.925Z] PASS: docker_cli_swarm_test.go:840: DockerSwarmSuite.TestSwarmServiceTTY	14.626s
09:37:26 [2019-08-28T09:37:26.820Z] PASS: docker_cli_swarm_test.go:888: DockerSwarmSuite.TestSwarmServiceTTYUpdate	2.489s
09:37:30 [2019-08-28T09:37:30.096Z] PASS: docker_cli_swarm_test.go:171: DockerSwarmSuite.TestSwarmServiceTemplatingHostname	2.471s
09:37:33 [2019-08-28T09:37:33.371Z] PASS: docker_cli_swarm_test.go:302: DockerSwarmSuite.TestSwarmServiceWithGroup	2.701s
09:37:36 [2019-08-28T09:37:36.646Z] PASS: docker_cli_swarm_test.go:1707: DockerSwarmSuite.TestSwarmStopSignal	2.023s
09:37:39 [2019-08-28T09:37:39.169Z] PASS: docker_cli_swarm_test.go:544: DockerSwarmSuite.TestSwarmTaskListFilter	1.548s
09:37:41 [2019-08-28T09:37:41.691Z] PASS: docker_cli_swarm_test.go:37: DockerSwarmSuite.TestSwarmUpdate	0.947s
09:38:37 [2019-08-28T09:38:37.895Z] PASS: docker_cli_swarm_unix_test.go:16: DockerSwarmSuite.TestSwarmVolumePlugin	22.293s
09:38:52 [2019-08-28T09:38:52.746Z] PASS: docker_cli_swarm_test.go:1033: DockerSwarmSuite.TestUnlockEngineAndUnlockedSwarm	1.715s
09:39:10 [2019-08-28T09:39:10.802Z] PASS: docker_api_swarm_test.go:161: DockerSwarmSuite.TestUpdateSwarmAddExternalCA	1.124s
09:39:25 [2019-08-28T09:39:25.652Z] PASS: docker_cli_external_volume_driver_unix_test.go:447: DockerExternalVolumeSuite.TestExternalVolumeDriverBindExternalVolume	0.652s
09:40:33 [2019-08-28T09:40:33.313Z] PASS: docker_cli_external_volume_driver_unix_test.go:546: DockerExternalVolumeSuite.TestExternalVolumeDriverCapabilities	0.573s
09:40:43 [2019-08-28T09:40:43.273Z] PASS: docker_cli_external_volume_driver_unix_test.go:353: DockerExternalVolumeSuite.TestExternalVolumeDriverDeleteContainer	1.573s
09:41:15 [2019-08-28T09:41:15.313Z] PASS: docker_cli_external_volume_driver_unix_test.go:476: DockerExternalVolumeSuite.TestExternalVolumeDriverGet	15.035s
09:41:30 [2019-08-28T09:41:30.170Z] PASS: docker_cli_external_volume_driver_unix_test.go:509: DockerExternalVolumeSuite.TestExternalVolumeDriverGetEmptyResponse	0.532s
09:42:02 [2019-08-28T09:42:02.218Z] PASS: docker_cli_external_volume_driver_unix_test.go:462: DockerExternalVolumeSuite.TestExternalVolumeDriverList	15.024s
09:42:14 [2019-08-28T09:42:14.398Z] PASS: docker_cli_external_volume_driver_unix_test.go:374: DockerExternalVolumeSuite.TestExternalVolumeDriverLookupNotBlocked	0.112s
09:42:46 [2019-08-28T09:42:46.439Z] PASS: docker_cli_external_volume_driver_unix_test.go:537: DockerExternalVolumeSuite.TestExternalVolumeDriverMountID	1.577s
09:43:04 [2019-08-28T09:43:04.500Z] PASS: docker_cli_external_volume_driver_unix_test.go:298: DockerExternalVolumeSuite.TestExternalVolumeDriverNamed	1.632s
09:43:19 [2019-08-28T09:43:19.365Z] PASS: docker_cli_external_volume_driver_unix_test.go:560: DockerExternalVolumeSuite.TestExternalVolumeDriverOutOfBandDelete	0.793s
09:44:06 [2019-08-28T09:44:06.001Z] PASS: docker_cli_external_volume_driver_unix_test.go:524: DockerExternalVolumeSuite.TestExternalVolumeDriverPathCalls	15.534s
09:44:24 [2019-08-28T09:44:24.056Z] PASS: docker_cli_external_volume_driver_unix_test.go:410: DockerExternalVolumeSuite.TestExternalVolumeDriverRetryNotImmediatelyExists	4.665s
09:44:56 [2019-08-28T09:44:56.095Z] PASS: docker_cli_external_volume_driver_unix_test.go:619: DockerExternalVolumeSuite.TestExternalVolumeDriverUnmountOnCp	1.802s
09:45:28 [2019-08-28T09:45:28.137Z] PASS: docker_cli_external_volume_driver_unix_test.go:609: DockerExternalVolumeSuite.TestExternalVolumeDriverUnmountOnMountFail	1.027s
09:45:42 [2019-08-28T09:45:42.989Z] PASS: docker_cli_external_volume_driver_unix_test.go:320: DockerExternalVolumeSuite.TestExternalVolumeDriverUnnamed	1.582s
09:46:01 [2019-08-28T09:46:01.043Z] PASS: docker_cli_external_volume_driver_unix_test.go:334: DockerExternalVolumeSuite.TestExternalVolumeDriverVolumesFrom	2.486s
09:46:19 [2019-08-28T09:46:19.100Z] PASS: docker_cli_external_volume_driver_unix_test.go:496: DockerExternalVolumeSuite.TestExternalVolumeDriverWithDaemonRestart	1.362s
09:46:31 [2019-08-28T09:46:31.324Z] PASS: docker_cli_external_volume_driver_unix_test.go:286: DockerExternalVolumeSuite.TestVolumeCLICreateOptionConflict	0.039s
09:46:31 [2019-08-28T09:46:31.324Z] OK: 260 passed, 7 skipped
09:46:31 [2019-08-28T09:46:31.324Z] PASS
09:46:31 [2019-08-28T09:46:31.324Z] ---> Making bundle: .integration-daemon-stop (in /go/src/github.com/docker/docker/bundles/test-integration/3)
09:46:32 [2019-08-28T09:46:32.693Z] umount: /go/src/github.com/docker/docker/bundles/test-integration/3/root: mountpoint not found
09:46:32 [2019-08-28T09:46:32.693Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 10: wait: pid 6108 is not a child of this shell
09:46:32 [2019-08-28T09:46:32.693Z] warning: PID 6108 from /go/src/github.com/docker/docker/bundles/test-integration/3/DockerDaemonSuite.TestFailedPluginRemove/d93bf3aab93b6/docker.pid had a nonzero exit code
09:46:32 [2019-08-28T09:46:32.693Z] umount: /go/src/github.com/docker/docker/bundles/test-integration/3/DockerDaemonSuite.TestFailedPluginRemove/d93bf3aab93b6/root: target is busy
09:46:32 [2019-08-28T09:46:32.693Z]         (In some cases useful info about processes that
09:46:32 [2019-08-28T09:46:32.693Z]          use the device is found by lsof(8) or fuser(1).)
09:46:32 [2019-08-28T09:46:32.693Z] Clearing AppArmor profiles cache:.
09:46:32 [2019-08-28T09:46:32.693Z] All profile caches have been cleared, but no profiles have been unloaded.
09:46:32 [2019-08-28T09:46:32.693Z] Unloading profiles will leave already running processes permanently
09:46:32 [2019-08-28T09:46:32.693Z] unconfined, which can lead to unexpected situations.
09:46:32 [2019-08-28T09:46:32.693Z] 
09:46:32 [2019-08-28T09:46:32.693Z] To set a process to complain mode, use the command line tool
09:46:32 [2019-08-28T09:46:32.693Z] 'aa-complain'. To really tear down all profiles, run the init script
09:46:32 [2019-08-28T09:46:32.693Z] with the 'teardown' option."
09:46:32 [2019-08-28T09:46:32.693Z] Removing test suite binaries
09:46:32 [2019-08-28T09:46:32.693Z] 
09:46:33 [2019-08-28T09:46:33.623Z] Remaining pids to kill: []
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
09:46:33 [2019-08-28T09:46:33.954Z] + echo Ensuring container killed.
09:46:33 [2019-08-28T09:46:33.954Z] Ensuring container killed.
09:46:33 [2019-08-28T09:46:33.954Z] + docker rm -vf docker-pr8
09:46:33 [2019-08-28T09:46:33.954Z] Error: No such container: docker-pr8
09:46:33 [2019-08-28T09:46:33.954Z] + true
[Pipeline] sh
09:46:34 [2019-08-28T09:46:34.252Z] + echo Chowning /workspace to jenkins user
09:46:34 [2019-08-28T09:46:34.252Z] Chowning /workspace to jenkins user
09:46:34 [2019-08-28T09:46:34.252Z] + id -u
09:46:34 [2019-08-28T09:46:34.252Z] + id -g
09:46:34 [2019-08-28T09:46:34.252Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39571:/workspace busybox chown -R 1000:1000 /workspace
09:46:34 [2019-08-28T09:46:34.252Z] Unable to find image 'busybox:latest' locally
09:46:34 [2019-08-28T09:46:34.252Z] latest: Pulling from library/busybox
09:46:34 [2019-08-28T09:46:34.252Z] ee153a04d683: Pulling fs layer
09:46:34 [2019-08-28T09:46:34.508Z] ee153a04d683: Verifying Checksum
09:46:34 [2019-08-28T09:46:34.508Z] ee153a04d683: Download complete
09:46:34 [2019-08-28T09:46:34.508Z] ee153a04d683: Pull complete
09:46:34 [2019-08-28T09:46:34.508Z] Digest: sha256:9f1003c480699be56815db0f8146ad2e22efea85129b5b5983d0e0fb52d9ab70
09:46:34 [2019-08-28T09:46:34.508Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
09:46:38 [2019-08-28T09:46:38.080Z] + bundleName=janky
09:46:38 [2019-08-28T09:46:38.080Z] + echo Creating janky-bundles.tar.gz
09:46:38 [2019-08-28T09:46:38.080Z] Creating janky-bundles.tar.gz
09:46:38 [2019-08-28T09:46:38.080Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *.log -o -name *.prof ) -print
09:46:38 [2019-08-28T09:46:38.080Z] + xargs tar -czf janky-bundles.tar.gz
[Pipeline] archiveArtifacts
09:46:39 [2019-08-28T09:46:39.055Z] Archiving artifacts
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
09:46:40 [2019-08-28T09:46:40.624Z] + make clean
09:46:40 [2019-08-28T09:46:40.883Z] docker volume rm -f docker-dev-cache
09:46:40 [2019-08-28T09:46:40.883Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[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